﻿@charset "UTF-8";
/* 
 |   
 | 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: "icomoon";
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9");
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9#iefix") format("embedded-opentype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.ttf?p8owv9") format("truetype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.woff?p8owv9") format("woff"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.svg?p8owv9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-wagner-], [class*=" icon-wagner-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wagner-account:before {
  content: "\e900";
}

.icon-wagner-cart:before {
  content: "\e901";
}

.icon-wagner-chat:before {
  content: "\e902";
}

.icon-wagner-facebook:before {
  content: "\e903";
}

.icon-wagner-fax:before {
  content: "\e904";
}

.icon-wagner-fille:before {
  content: "\e905";
}

.icon-wagner-service:before {
  content: "\e906";
}

.icon-wagner-systems:before {
  content: "\e907";
}

.icon-wagner-products:before {
  content: "\e908";
}

.icon-wagner-products1:before {
  content: "\e912";
}

.icon-wagner-linkedin-1:before {
  content: "\e909";
}

.icon-wagner-order:before {
  content: "\e90a";
}

.icon-wagner-arrow:before {
  content: "\e90b";
}

.icon-wagner-phone:before {
  content: "\e90c";
}

.icon-wagner-pinterest:before {
  content: "\e90d";
}

.icon-wagner-search-1:before {
  content: "\e90e";
}

.icon-wagner-search:before {
  content: "\e90f";
}

.icon-wagner-shipping:before {
  content: "\e910";
}

.icon-wagner-twitter-1:before {
  content: "\e911";
}

.link {
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
}
.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #00416B;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

@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: Roboto-Regular, Arial, sans-serif;
  font-size: 14px;
  color: #454545;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #9E9E9E;
}

body {
  padding-top: 40px;
  background-color: #FFFFFF;
}

.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: #01579B;
}
a:hover, a:active, a:focus {
  outline: medium none;
  text-decoration: none;
  color: #03A9F4;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #454545;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.box-shadow {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.box-shadow:hover {
  box-shadow: 0px 3px 10px 0px #8f8787;
}

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

p, ul {
  margin: 0;
}

z-widget {
  display: block;
}

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

.success-msg {
  color: #5CB85C;
}

.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 #d8929c;
}
.notification-msg .alert-danger .close {
  color: #d8929c;
}
.notification-msg .alert-success {
  border: 1px solid #5cb85c;
}
.notification-msg .alert-success .close {
  color: #5cb85c;
}
.notification-msg .alert-info {
  border: 1px solid #79cff7;
}
.notification-msg .alert-info .close {
  color: #79cff7;
}

.suggestion-msg {
  color: #9E9E9E;
}

.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: #01579B;
  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: #D2451E;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #cc0000;
  padding: 5px 14px;
  font-size: 18px;
  color: #fff !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: #FF6F00;
}
.star-rating .star-empty-icon {
  color: #454545;
}
.star-rating .full:before {
  content: "\e90b";
  color: #FF6F00;
}
.star-rating .empty:before {
  content: "\e90c";
  color: #454545;
}

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

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

.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: 20px 0;
    margin: 0;
  }
}
@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: 24px;
  }
  body {
    padding-top: 120px;
  }
}
@media all and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
.layout-min-height {
  min-height: 60vh;
}

@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: #454545;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #9E9E9E;
  box-shadow: none;
  outline: medium none;
  background-color: #FAFAFA;
  border-radius: 2px;
  height: 38px;
  font-family: Roboto-Medium, Arial, sans-serif;
}
.bstore-login-form .terms-content {
  text-decoration: underline;
  color: #01579B;
  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;
}

/*================================================================
                 CLICK MENU STYLES
================================================================*/
/*
    THESE STYLES will probably not be needed and are adjusted in your main styles
    - * for example is most efficient when not a child of a class
       -- hopefully you already are using the box sizing globally
    - you may not need text-decoration etc. depending on your global anchors
*/
.cm-menu .hidden {
  display: none !important;
  visibility: hidden;
}

.cm-menu .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.cm-menu .visually-hidden.focusable:active,
.cm-menu .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.cm-menu .invisible {
  visibility: hidden;
}

.cm-menu a, .cm-menu a:visited {
  color: #fff;
  text-decoration: none;
}

.cm-menu *, .cm-menu *:after, .cm-menu *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cm-menu:focus {
  outline: 3px solid blue;
}

.cm-menu, .cm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #00416B;
}

.toggle-menu + .cm-menu, .cm-menu ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cm-menu { /*position:relative;*/ }

.cm-menu li a {
  display: block;
  position: relative;
  background: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.cm-menu li {
  border-top: none;
}

.cm-menu li li:first-child {
  border-top: 0;
  padding-top: 10px;
}

.cm-menu li {
  position: relative;
}

.cm-menu .has-sub > span > span {
  position: relative;
}

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #000;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-50%);
  -ms-transform: scale(0.98) translateY(-50%);
  transform: scale(0.98) translateY(-50%);
}

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #000;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  transform: scale(0.98) translateY(-75%) rotate(-180deg);
}

@media (min-width: 768px) {
  .cm-menu > .opened > a,
  .cm-menu > li > a:hover,
  .cm-menu > li > a:focus,
  .cm-menu > li > div > a:hover,
  .cm-menu > li > div > a:focus {
    color: #FFC600 !important;
  }
}

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #333;
  background: #d4d4d4;
}

.cm-menu ul .opened > a,
.cm-menu ul a:hover, .cm-menu ul li a:focus {
  background: none;
}

.cm-menu ul a:hover,
.cm-menu ul li a:focus {
  /*background: #FFC600 !important;*/
}
.cm-menu ul a:hover:before,
.cm-menu ul li a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #000;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.cm-menu .opened > ul,
.cm-menu .opened > .cm-menu-wrap > ul {
  max-height: 80em;
  opacity: 1;
}

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
.cm-menu .expander-wrap {
  display: table;
  width: 100%;
}

.cm-menu .expander-wrap a {
  display: table-cell;
}

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px;
}

.cm-menu .expander-wrap .has-sub:after {
  display: none;
}

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
}

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #000;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
  -ms-transform: scale(0.98) translate(50%, -50%);
  transform: scale(0.98) translate(50%, -50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */
@media (min-width: 48em) {
  .toggle-menu + .cm-menu {
    max-height: 80em;
    opacity: 1;
    overflow: visible;
  }
  .cm-menu ul {
    top: 100%;
    overflow: hidden;
  }
  .cm-menu .opened > ul {
    max-height: 80em;
    opacity: 1;
  }
  .cm-menu .animated > ul,
  .cm-menu .animated > .cm-menu-wrap > ul {
    overflow: visible;
    z-index: 10;
  }
  .cm-menu .animating > ul,
  .cm-menu .animating > .cm-menu-wrap > ul {
    z-index: -1;
  }
}
/*================================================================
                 CLICK MENU MENU TYPES
================================================================*/
/*  NAV BAR STYLE TYPE
    ================================================================*/
@media (min-width: 48em) {
  .nav-bar li {
    border-top: 0;
  }
  .nav-bar > ul {
    display: table;
    width: 100%;
    height: 100%; /*float: right; table-layout:fixed;*/
  }
  .nav-bar > ul > li {
    display: table-cell;
    vertical-align: top;
  }
  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  .nav-bar > ul > li > a > span {
    position: relative;
    display: table-cell;
    padding: 5px 0;
    height: 64px;
    vertical-align: middle;
    text-align: center;
  }
  .nav-bar > ul > li > ul {
    position: absolute;
  }
  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px;
  }
  .nav-bar ul ul .has-sub:after {
    right: 5px;
  }
  .nav-bar ul li li {
    margin: 0;
  }
  .nav-bar ul li li li {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-bar ul ul a {
    padding: 0; /*background: #fff;*/
  }
  .nav-bar ul ul a:hover, .nav-bar ul ul a:focus,
  .nav-bar ul ul .opened > a {
    color: #00416B;
    background: none;
    text-decoration: none;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .nav-bar ul ul li > a:hover {
    color: #00416B;
    background: none;
    text-decoration: none;
  }
}
.nav-bar > ul > li.location-hours > a > span > span {
  position: relative;
  padding-left: 22px;
}

.nav-bar > ul > li.oem-parts > a > span > span {
  position: relative;
  padding-left: 25px;
}

.nav-bar > ul > li.location-hours > a > span > span > span.icon,
.nav-bar > ul > li.oem-parts > a > span > span > span.icon {
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 767px) {
  .nav-bar > ul > li.location-hours > a > span > span > span.icon,
  .nav-bar > ul > li.oem-parts > a > span > span > span.icon {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-bar > ul > li.location-hours > a > span > span > span.icon,
  .nav-bar > ul > li.oem-parts > a > span > span > span.icon {
    top: -3px;
  }
}

.nav-bar > ul > li > a > span span > span.icon:after {
  display: none;
}

@media (min-width: 980px) {
  .nav-bar > ul > li > a {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-bar > ul > li > a {
    font-size: 16px;
    line-height: 18px;
  }
}

/*  ACCORDION NAVIGATION
    ================================================================*/
/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */
/*  DROP DOWN NAVIGATION
    ================================================================*/
@media (min-width: 48em) {
  [data-type=dropdown] ul {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    width: auto;
    min-width: 260px;
    background: #ebebeb;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  [data-type=dropdown] ul > li {
    background: #ebebeb;
  }
  [data-type=dropdown].opened ul {
    top: 0;
  }
  [data-type=dropdown] ul ul {
    top: -5px;
  }
  [data-type=dropdown] .opened > ul,
  [data-type=dropdown] .opened > .cm-menu-wrap > ul {
    left: 100%;
    max-height: 80em;
    opacity: 1;
  }
  li[data-type=dropdown]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  li[data-type=dropdown]:nth-last-child(-n+2) .opened > ul {
    left: auto;
    right: 100%;
  }
  .nav-bar ul li[data-type=dropdown] li li { /*margin-left:5px; margin-right:5px;*/
    margin: 0;
  }
  [data-type=dropdown] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }
  [data-type=dropdown] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=dropdown] li:hover > ul {
    left: 100%;
  }
  .no-js .cm-menu [data-type=dropdown]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  .no-js .cm-menu [data-type=dropdown]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}
/*  SLIDING MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
[data-type=sliding].opened .cm-sliding-menu,
[data-type=sliding].opened .cm-sliding-menu ul {
  max-width: 100%;
}

.cm-menu [data-type=sliding].opened .cm-sliding-menu > ul {
  max-height: 80em;
  opacity: 1;
}

.cm-menu [data-type=sliding].animated .cm-sliding-menu > ul {
  overflow: visible;
  z-index: 10;
}

.cm-menu [data-type=sliding].animating .cm-sliding-menu {
  z-index: -1;
}

@media (min-width: 48em) {
  [data-type=sliding] .cm-sliding-menu {
    position: absolute;
    -wekbit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  [data-type=sliding] .cm-sliding-menu > ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 180px;
    background: #ebebeb;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  [data-type=sliding] .cm-sliding-menu > ul li {
    position: static;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul {
    position: absolute;
    top: 0;
  }
  [data-type=sliding] .cm-sliding-menu > ul ul {
    position: absolute;
    top: 0;
  }
  [data-type=sliding] .cm-sliding-menu ul ul ul {
    position: static;
    margin: 0;
    padding: 0;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }
  [data-type=sliding] .cm-sliding-menu ul ul .has-sub {
    color: #fff;
    cursor: default;
  }
  [data-type=sliding] .cm-sliding-menu ul ul .has-sub {
    background: none;
    border-bottom: 1px solid #fff;
  }
  [data-type=sliding] .cm-sliding-menu ul ul .has-sub:after,
  [data-type=sliding] .cm-sliding-menu ul ul .expander-wrap .has-sub {
    display: none;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul > li {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul > li:nth-child(2n+1) {
    clear: left;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul > .link-landing {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) {
    clear: none;
  }
  [data-type=sliding] .cm-sliding-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) {
    clear: left;
  }
  /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */
  [data-type=sliding] .cm-sliding-menu.cm-js-inactive {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }
  [data-type=sliding] .cm-sliding-menu.cm-js-inactive > ul {
    min-width: 100%;
  }
  [data-type=sliding] .cm-sliding-menu.cm-js-inactive > ul > li > ul {
    padding: 0;
    max-width: 0;
  }
  [data-type=sliding] .cm-sliding-menu > ul ul {
    width: 100%;
    margin-left: -5px;
    padding-left: 180px;
    padding-right: 5px;
    z-index: -1;
    opacity: 0;
  }
  [data-type=sliding] .cm-sliding-menu .animated ul {
    opacity: 1;
  }
  [data-type=sliding].opened .cm-sliding-menu, [data-type=sliding].opened .cm-sliding-menu ul {
    max-width: none;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=sliding] li:hover > ul {
    left: 100%;
  }
  .no-js .cm-menu [data-type=sliding]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }
  .no-js .cm-menu [data-type=sliding]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}
/*  MEGA MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
@media (min-width: 48em) {
  .cm-menu [data-type=mega] {
    position: static;
  }
  [data-type=mega] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #ebebeb;
    overflow: hidden;
    -wekbit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  [data-type=mega] > ul ul {
    position: static;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }
  [data-type=mega] > ul .opened ul {
    margin-left: 0;
  }
  [data-type=mega] > ul > li {
    float: left;
    width: 25%;
  }
  [data-type=mega] > ul > li:nth-child(4n+1) {
    clear: left;
  }
  [data-type=mega] > .custom-sub > .link-landing {
    display: none;
  }
  [data-type=mega] > ul > .link-landing {
    margin: 0;
    width: 100%;
  }
  [data-type=mega] .link-landing {
    margin-bottom: 6px;
  }
  [data-type=mega] .link-landing > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase !important;
    color: #00416B !important;
  }
  [data-type=mega] .link-landing > a:hover,
  [data-type=mega] .link-landing > a:focus {
    text-decoration: underline;
  }
  [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+1) {
    clear: none;
  }
  [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+2) {
    clear: left;
  }
  /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */
  [data-type=mega] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }
  [data-type=mega] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }
  [data-type=mega] ul .has-sub:after {
    display: none;
  }
  [data-type=mega].opened > ul {
    padding: 20px;
  }
  /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
  [data-type=mega] ul a + .has-sub {
    display: none;
  }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=mega] ul ul { /*display:block;*/ }
}
/*================================================================
                 NAVIGATION TOGGLE STYLES
================================================================*/
.toggle-menu {
  display: block;
  position: relative;
  border: 0;
  width: 50px;
  height: 46px;
  background: #333;
}

.toggle-menu:before, .toggle-menu:after, .toggle-menu > span:before {
  content: " ";
  position: absolute;
  left: 15%;
  border-radius: 2px;
  width: 70%;
  height: 3px;
  background: #fff;
}

.toggle-menu:before {
  top: 11px;
}

.toggle-menu:after {
  top: 21px;
}

.toggle-menu > span:before {
  top: 31px;
}

.toggle-menu:hover, .toggle-menu:focus, .js-menu-active .toggle-menu {
  background: #111;
}

@media (min-width: 48em) {
  .toggle-menu {
    display: none;
  }
}
/*================================================================
                 EXTRA OVERWRITE STYLES
================================================================*/
.main-nav { /*position:relative;*/
  z-index: 1000;
}

[data-type=sliding] .cm-sliding-menu .item-banner {
  width: 100%;
}

[data-type=sliding] .cm-sliding-menu .item-banner a {
  text-align: center;
  background: none;
}

[data-type=mega] .custom-sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*[data-type="mega"] .custom-sub ul { position:static; opacity:1; max-height:80em; }*/
[data-type=mega] .custom-sub p {
  margin: 10px;
  color: #fff;
}

[data-type=mega] .custom-sub .banner-wrap {
  width: 100%;
}

[data-type=mega] .custom-sub .banner-wrap a {
  text-align: center;
  background: none;
}

@media (max-width: 767px) {
  .cm-menu .custom-sub .link-landing {
    visibility: hidden;
  }
  .cm-menu .custom-sub > .table-nav-in-all {
    visibility: hidden;
  }
}
.cm-menu .opened > .custom-sub {
  max-height: 80em;
  opacity: 1;
  padding: 40px 30px 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .cm-menu .opened > .custom-sub {
    padding: 20px 15px 15px;
  }
}
@media (max-width: 767px) {
  .cm-menu .opened > .custom-sub {
    padding: 15px 0 15px;
    background: #fff;
  }
  .cm-menu .opened > .custom-sub > .link-landing {
    display: none;
  }
  .cm-menu .opened > .custom-sub .link-landing {
    visibility: visible;
  }
  .cm-menu .opened > .custom-sub .link-landing > a {
    padding: 5px 15px 5px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #00416B !important;
  }
  .cm-menu .opened > .custom-sub > .table-nav-in-all {
    visibility: visible;
  }
  .cm-menu .opened > .custom-sub > .table-nav-in-all > .table-col > ul li > a {
    display: block;
    padding: 10px 35px 10px 15px;
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .cm-menu .opened > .custom-sub > .table-nav-in-all > .table-col > ul li li > a {
    display: block;
    padding: 5px 30px;
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .cm-menu .opened > .custom-sub > .table-nav-in-all > .table-col > ul li li > a > i {
    left: 20px;
    top: 5px;
  }
  .cm-menu .opened > .custom-sub > .table-nav-in-all > .table-col > ul li li.link-landing > a {
    font-size: 18px !important;
  }
}

.cm-menu .opened > .custom-sub,
.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10;
}

.cm-menu .animating > .custom-sub {
  z-index: -1;
}

@media (min-width: 48em) {
  .main-nav.nav-bar.collapse {
    display: block !important;
  }
  [data-type=mega] .custom-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ebebeb;
  }
}
@media (min-width: 48em) {
  .table-col {
    display: table-cell;
    vertical-align: top;
  }
}
.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 80em;
  opacity: 1;
}

.section-nav .opened > a,
.section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4;
}

.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4;
}

.cm-menu {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 1330px;
}
.cm-menu .hidden {
  display: none !important;
  visibility: hidden;
}
.cm-menu .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.cm-menu .visually-hidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.cm-menu .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.cm-menu .invisible {
  visibility: hidden;
}
.cm-menu > li a {
  color: #fff;
  text-decoration: none;
}
.cm-menu > li a:visited {
  color: #fff;
  text-decoration: none;
}
.cm-menu > li li a {
  color: #00416B;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 768px) {
  .cm-menu > li li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .cm-menu > li li a > span {
    display: block;
    padding: 7px 15px;
  }
  .cm-menu > li li a > span > span {
    display: inline;
    position: relative;
  }
  .cm-menu > li li a > span > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: rgba(0, 65, 107, 0.6);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
  }
  .cm-menu > li li a:hover > span > span:before, .cm-menu > li li a:focus > span > span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.cm-menu > li li a:visited {
  color: #00416B;
  text-decoration: none;
}
.cm-menu > li li li a {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
}
.cm-menu > li li li a > i {
  position: absolute;
  left: 0;
  top: 9px;
}
.cm-menu > li li li a > span {
  display: block;
  padding: 9px 18px 9px 15px;
}
@media (max-width: 767px) {
  .cm-menu > li li li a > span {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cm-menu > li li li.link-landing a > span {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 10px 15px;
  }
}
.cm-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-menu *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-menu *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-menu:focus {
  outline: 3px solid blue;
}
.cm-menu .custom-sub .table-col > ul {
  opacity: 1;
  max-height: none;
  background: #fff;
}
@media (min-width: 768px) {
  .cm-menu .custom-sub .table-col > ul {
    -webkit-columns: 4 100px;
    -moz-columns: 4 100px;
    columns: 4 100px;
    -moz-column-fill: auto;
    column-fill: auto;
  }
}
.cm-menu .custom-sub .table-col > ul > li {
  padding: 0;
  line-height: 32px;
}
@media (min-width: 768px) {
  .cm-menu .custom-sub .table-col > ul > li {
    padding: 0 15px;
    -webkit-column-break-inside: inherit;
    column-break-inside: avoid;
  }
  .cm-menu .custom-sub .table-col > ul > li > a.has-sub {
    position: absolute;
    visibility: hidden;
  }
}
.cm-menu .custom-sub .table-col > ul > li > ul {
  background: none;
}
@media (min-width: 768px) {
  .cm-menu .custom-sub .table-col > ul.items-14 {
    -webkit-columns: 4 100px;
    -moz-columns: 4 100px;
    columns: 4 100px;
    width: initial;
  }
  .cm-menu .custom-sub .table-col > ul.items-21 {
    -webkit-columns: 5 100px;
    -moz-columns: 5 100px;
    columns: 5 100px;
    width: initial;
  }
}
.cm-menu ul .opened > .has-sub:after {
  border-top-color: #000;
}
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #000;
}
.cm-menu > li {
  background: #00416B;
}
@media (min-width: 768px) {
  .cm-menu > li {
    padding: 0 1.2%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cm-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cm-menu > li {
    background: #EBEBEB;
    border-bottom: 1px solid #a4a4a4;
  }
}
.cm-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent transparent transparent;
  -wekbit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .cm-menu > li > a:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .cm-menu > li > a:before {
    left: 46%;
    bottom: 0;
  }
}
@media (min-width: 1441px) {
  .cm-menu > li > a {
    padding: 0;
    padding: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  .cm-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .cm-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cm-menu > li > a {
    padding: 15px 35px 15px 18px;
  }
}
.cm-menu > li > a:hover {
  color: #00416B;
}
.cm-menu > li > a:focus {
  color: #00416B;
}
@media (min-width: 768px) {
  .cm-menu > li:first-child {
    padding-left: 0;
  }
}
.cm-menu > li:last-child {
  padding-left: 0;
  padding-right: 0;
}
.cm-menu > li > div > a:hover {
  color: #000;
}
.cm-menu > li > div > a:focus {
  color: #000;
}
.cm-menu li {
  border-top: none;
  position: relative;
}
.cm-menu li a {
  display: block;
  position: relative;
  background: none;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cm-menu li a {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-transform: capitalize;
    color: #00416B;
  }
  .cm-menu li a:visited {
    color: #00416B;
  }
  .cm-menu li a > span {
    display: block;
  }
  .cm-menu li a > span > span {
    display: block;
  }
}
.cm-menu .has-sub > span > span {
  position: relative;
}
@media (min-width: 768px) {
  .cm-menu .has-sub > span > span:after {
    content: " ";
    display: inline-block;
    position: absolute;
    right: -20px;
    margin: 2px 0 0 0;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    border-bottom-right-radius: 1px;
    -wekbit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(0.98) translateY(-75%) rotate(45deg);
    -ms-transform: scale(0.98) translateY(-75%) rotate(45deg);
    transform: scale(0.98) translateY(-75%) rotate(45deg);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .cm-menu .has-sub > span > span:after {
    right: -12px;
    bottom: 3px;
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 980px) {
  .cm-menu .has-sub > span > span:after {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cm-menu .has-sub > span > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 47%;
    right: -20px;
    margin: 0;
    width: 15px;
    height: 0;
    border-bottom: 3px solid #00416B;
    transform: rotate(0);
    transition: width 0.4s;
  }
}
@media (max-width: 767px) {
  .cm-menu .has-sub > span > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 47%;
    right: -20px;
    margin: 0;
    width: 15px;
    height: 0;
    border-bottom: 3px solid #00416B;
    transform: rotate(90deg);
    transition: width 0.4s;
  }
}
@media (min-width: 768px) {
  .cm-menu .has-sub:hover > span > span:after, .cm-menu .has-sub:focus > span > span:after {
    border-bottom: 2px solid rgb(255, 198, 0);
    border-right: 2px solid rgb(255, 198, 0);
  }
}
.cm-menu > li.opened > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cm-menu .opened > .has-sub:before {
  border-color: transparent transparent #ebebeb transparent;
}
@media (min-width: 768px) {
  .cm-menu .opened > .has-sub > span > span:after {
    border-bottom: 2px solid rgb(255, 198, 0);
    border-right: 2px solid rgb(255, 198, 0);
    bottom: -1px;
    -webkit-transform: scale(0.98) translateY(-75%) rotate(-135deg);
    -ms-transform: scale(0.98) translateY(-75%) rotate(-135deg);
    transform: scale(0.98) translateY(-75%) rotate(-135deg);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .cm-menu .opened > .has-sub > span > span:after {
    bottom: -5px;
  }
}
@media (min-width: 980px) {
  .cm-menu .opened > .has-sub > span > span:after {
    bottom: -1px;
  }
}
@media (max-width: 767px) {
  .cm-menu .opened > .has-sub > span > span:before {
    width: 0;
  }
}
.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1;
}
.cm-menu > .opened > a {
  color: #000;
}
.cm-menu .expander-wrap .has-sub:hover > span {
  color: #000;
}
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #000;
}
.cm-menu [data-type=sliding].opened .cm-sliding-menu > ul {
  max-height: 80em;
  opacity: 1;
}
.cm-menu [data-type=sliding].animated .cm-sliding-menu > ul {
  overflow: visible;
  z-index: 10;
}
.cm-menu [data-type=sliding].animating .cm-sliding-menu {
  z-index: -1;
}

@media (max-width: 767px) {
  .header-nav-container {
    width: 100%;
  }
  .header-nav-container .main-nav .cm-menu {
    display: flex;
    flex-flow: column;
  }
  .header-nav-container .main-nav .cm-menu > li.location-hours {
    order: -1;
  }
  .header-nav-container .main-nav .cm-menu > li.location-hours > a > span > span {
    padding-left: 30px;
  }
  .header-nav-container .main-nav .header-top-links {
    display: block;
    float: none;
  }
  .header-nav-container .main-nav .header-top-links > li {
    display: block;
    background: #EBEBEB;
    border-bottom: 1px solid #a4a4a4;
  }
  .header-nav-container .main-nav .header-top-links > li:first-child {
    display: none;
  }
  .header-nav-container .main-nav .header-top-links > li:last-child {
    border-bottom: none;
  }
  .header-nav-container .main-nav .header-top-links > li.track-order {
    float: none;
  }
  .header-nav-container .main-nav .header-top-links > li.track-order > .track-order-wrap {
    display: block;
    padding: 15px 0;
  }
  .header-nav-container .main-nav .header-top-links > li > a {
    display: block;
    padding: 15px 35px 15px 0;
  }
}
@media (min-width: 768px) {
  .header-nav-container .main-nav .header-top-links {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .header-nav-container .main-nav .header-top-links .login-welcome {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .header-nav-container .main-nav .header-top-links .login-welcome.login-welcome-visible {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
body.top-nav-open #layout-content,
body.top-nav-open #layout-footer {
  position: relative;
}
body.top-nav-open #layout-content:after,
body.top-nav-open #layout-footer:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

[data-type=sliding].opened .cm-sliding-menu {
  max-width: 100%;
}
[data-type=sliding].opened .cm-sliding-menu ul {
  max-width: 100%;
}

.js-menu-active .toggle-menu {
  background: #111;
}

.main-nav.in {
  z-index: 1000;
}

[data-type=sliding] .cm-sliding-menu .item-banner {
  width: 100%;
}
[data-type=sliding] .cm-sliding-menu .item-banner a {
  text-align: center;
  background: none;
}

@media (max-width: 767px) {
  .custom-sub {
    border-top: 1px solid #a4a4a4;
  }
}
.custom-sub .table-nav-in-all {
  display: table;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.custom-sub .table-nav-in-all .table-col {
  display: table-cell;
  vertical-align: top;
}
.custom-sub .table-nav-in-all .table-col > ul {
  background: none;
}
@media (max-width: 767px) {
  .custom-sub .table-nav-in-all .table-nav-banners {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-sub .table-nav-in-all .table-nav-banners {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
  }
  .custom-sub .table-nav-in-all .table-nav-banners .sub-nav-banner > div {
    display: block;
    float: right;
    width: 270px;
  }
  .custom-sub .table-nav-in-all .table-nav-banners .sub-nav-banner > div .banner-wrap {
    /* IE10+ specific styles go here */
  }
}
.custom-sub li a {
  display: block;
  padding: 0;
  position: relative;
  background: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: #00416B;
}
@media (max-width: 767px) {
  .custom-sub li a {
    font-size: 17px;
    line-height: 21px;
  }
}
.custom-sub li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #00416B;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.custom-sub .sub-nav-banner {
  text-align: right;
}
.custom-sub .banner-wrap {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto !important;
  text-align: right;
}
.custom-sub .banner-wrap:last-child {
  margin-bottom: 0;
}
.custom-sub .banner-wrap a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 !important;
}
.custom-sub .banner-wrap a img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.custom-sub .banner-wrap a .banner-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.custom-sub .banner-wrap a .banner-content .banner-content-table {
  display: table;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
.custom-sub .banner-wrap a .banner-content .banner-content-table .banner-content-table-td {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 17px 0 0;
}
.custom-sub .banner-wrap a .banner-content .banner-content-table .banner-content-table-td h2 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.custom-sub .banner-wrap a .banner-content .banner-content-table .banner-content-table-td h2 span {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-sub .table-nav-in-all {
    table-layout: fixed;
  }
}
/* Edge 12+ specific styles go here */
@supports (-ms-ime-align: auto) {
  .custom-sub .table-nav-in-all {
    table-layout: fixed;
  }
}
/* Additional changes for drawer */
body > .wrapper {
  position: relative;
  z-index: 2000;
  left: 0;
  width: 100%;
  -wekbit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body > .main-nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #999;
  -wekbit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body > .main-nav .toggle-menu {
  display: none;
}

.drawer-active .main-nav {
  padding-left: 17%;
  right: 17%;
}

.drawer-active body > .wrapper {
  left: 83%;
}

@media (min-width: 48em) {
  .new-toggle {
    display: none;
  }
  body > .main-nav {
    display: none;
  }
  .header-wrap-wagner .main-nav {
    display: block;
  }
  .drawer-active body > .wrapper {
    left: 0;
  }
}
/* SPECIAL STYLES JUST FOR SLIDING LEFT/RIGHT for Accordion in small screens */
@media (max-width: 47.99em) {
  .drawer-active body > .main-nav.collapse {
    display: block;
  }
  .cm-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .cm-menu li {
    position: static;
  }
  .cm-menu li ul,
  .cm-menu li .custom-sub {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: #EBEBEB;
    overflow-y: auto;
    padding: 10px 15px;
  }
  .cm-menu .opened > ul,
  .cm-menu .opened > .custom-sub {
    max-height: 100%;
    left: 0;
    z-index: 100;
  }
  .cm-menu .animated > .custom-sub {
    overflow-y: auto;
  }
  .cm-menu ul,
  .cm-menu .custom-sub {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -wekbit-transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: left 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  body > .main-nav > .cm-menu > li:first-child > ul > li.link-landing {
    display: none;
  }
  .cm-menu li ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .cm-menu li ul li a i {
    margin-right: 5px;
  }
  .cm-menu li ul li a.has-sub > span > span::before {
    width: 10px;
    border-bottom: 2px solid #00416B;
  }
  .cm-menu li ul li a.has-sub > span > span::after {
    width: 10px;
    border-bottom: 2px solid #00416B;
  }
  .cm-menu > li li li a > i {
    position: static;
  }
}
@media (min-width: 768px) {
  .cm-menu .opened > ul,
  .cm-menu .opened > .cm-menu-wrap ul {
    padding: 0;
  }
  .cm-menu .opened > ul li a.has-sub > span > span::after,
  .cm-menu .opened > .cm-menu-wrap ul li a.has-sub > span > span::after {
    content: "";
    border-bottom: 2px solid #00416B;
    border-right: 2px solid #00416B;
    width: 7px;
    height: 7px;
    right: -12px;
    bottom: 3px;
    transform: scale(0.98) translateY(-75%) rotate(-40deg);
  }
  .cm-menu .opened .link-landing a > span > span::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .cm-menu .opened .link-landing a:hover > span > span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .cm-menu .opened.animated > ul li.opened.animated {
    position: static;
  }
  .cm-menu [data-type=dropdown] ul ul {
    top: 0;
  }
  .cm-menu .opened > ul li,
  .cm-menu .opened > .cm-menu-wrap > ul li {
    position: static;
  }
  .cm-menu .opened > ul li ul,
  .cm-menu .opened > .cm-menu-wrap > ul li ul {
    padding: 0;
    top: 0;
    width: auto;
  }
  .cm-menu > li li.link-landing a > span {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
  }
}
.header-wrap-wagner .main-nav > .cm-menu > li.back-wrap {
  display: none;
}

@media (max-width: 767px) {
  .header-nav-container .main-nav .cm-menu li ul .zf-caret-right {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  body {
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  body.top-nav-open {
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
  }
  body.top-nav-open .cm-menu .back-wrap {
    position: absolute;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  body.top-nav-open .cm-menu > .opened.products-menu-li ul.tier-1 > li.link-landing > a {
    cursor: default;
    pointer-events: none;
  }
  body.top-nav-open .cm-menu > .opened > ul.tier-1 {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    width: 263px;
    top: 64px;
  }
  body.top-nav-open .cm-menu > .opened > ul.tier-1 > li:first-child {
    padding-top: 10px;
  }
  body.top-nav-open .cm-menu > .opened > ul.tier-1 > li:last-child {
    padding-bottom: 10px;
  }
  body.top-nav-open .cm-menu > .opened > ul.tier-1[aria-expanded=false] {
    overflow: hidden;
  }
  body.top-nav-open .cm-menu > .opened > ul.tier-1[aria-expanded=true]:before {
    content: "";
    height: 92%;
    width: 0;
    background: rgba(148, 148, 148, 0);
    display: block;
    position: absolute;
    right: 0;
    top: 4%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    width: 277px;
    height: calc(100vh - 198px);
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul {
    width: 260px;
    box-sizing: border-box;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul li:first-child {
    padding-top: 10px;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul li:last-child {
    padding-bottom: 10px;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul.tier-1 {
    z-index: 10;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul.tier-1[aria-expanded=true]:before {
    content: "";
    height: 97%;
    width: 1px;
    background: rgba(148, 148, 148, 0.4);
    display: block;
    position: absolute;
    right: 0;
    top: 2%;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul.tier-2 {
    z-index: 9;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul.tier-2[aria-expanded=false]:before {
    content: "";
    height: 92%;
    width: 0;
    background: rgba(148, 148, 148, 0);
    display: block;
    position: absolute;
    right: 0;
    top: 4%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  body.top-nav-open .cm-menu > .opened > .cm-menu-wrap ul.tier-3 {
    z-index: 8;
  }
  body.top-nav-open.tier-2-open ul.tier-1 > .link-landing > a {
    cursor: default;
    pointer-events: none;
  }
  body.top-nav-open.tier-2-open ul.tier-1[aria-expanded=true].tier-2[aria-expanded=true]:before {
    display: none;
  }
  body.top-nav-open.tier-2-open .cm-menu > .opened > .cm-menu-wrap {
    width: 533px;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  body.top-nav-open.tier-2-open .cm-menu > .opened > .cm-menu-wrap.scrollable {
    background: #ebebeb;
  }
  body.top-nav-open.tier-2-open .cm-menu > li:last-child.opened > .cm-menu-wrap {
    width: auto;
  }
  body.top-nav-open.tier-3-open ul.tier-2[aria-expanded=true]:before {
    display: none;
  }
  body.top-nav-open.tier-3-open ul.tier-2[aria-expanded=true]:after {
    display: none;
  }
  body.top-nav-open.tier-3-open ul.tier-3[aria-expanded=true]:before {
    content: "";
    height: 97%;
    width: 1px;
    background: rgba(148, 148, 148, 0.4);
    display: block;
    position: absolute;
    left: 0;
    top: 2%;
  }
  body.top-nav-open.tier-3-open .cm-menu > .opened > .cm-menu-wrap {
    width: 798px;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }
  body.top-nav-open.tier-3-open .cm-menu > .opened > .cm-menu-wrap.scrollable {
    background: #ebebeb;
  }
  body.top-nav-open.tier-3-open .cm-menu > li:last-child.opened > .cm-menu-wrap {
    width: auto;
  }
  .nav-bar ul ul .opened > a > span > span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  body.top-nav-open .cm-menu > li:first-child.opened > .cm-menu-wrap {
    width: 412px;
  }
  body.top-nav-open .cm-menu > li:first-child.opened > .cm-menu-wrap ul.tier-1 {
    width: 395px;
  }
  body.top-nav-open.tier-2-open .cm-menu > li:first-child.opened > .cm-menu-wrap {
    width: 655px;
  }
  body.top-nav-open.tier-3-open .cm-menu > li:first-child.opened > .cm-menu-wrap {
    width: 915px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body.top-nav-open.tier-2-open .cm-menu > .opened > .cm-menu-wrap {
    width: 508px;
  }
  body.top-nav-open.tier-3-open .cm-menu > .opened > .cm-menu-wrap {
    width: 763px;
  }
}
/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.top-nav-open {
    background-color: #f1f1f1;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
/* Edge 12+ specific styles go here */
@supports (-ms-ime-align: auto) {
  body.top-nav-open {
    background-color: #f1f1f1;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
/* Firefox */
@supports (-moz-appearance: none) {
  body.top-nav-open {
    background-color: #747475;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.top-nav-open {
    background-color: #747475;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
  body.top-nav-open {
    background-color: #747475;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
@supports (-webkit-appearance: none) {
  body.top-nav-open {
    background-color: #f1f1f1;
    padding-right: 17px;
  }
  body.top-nav-open .header .header-nav-container.main-nav-shrink z-widget {
    padding-right: 17px;
  }
  body.top-nav-open .special-message-wrap.message-sticky {
    padding-right: 17px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9");
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9#iefix") format("embedded-opentype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.ttf?p8owv9") format("truetype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.woff?p8owv9") format("woff"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.svg?p8owv9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-wagner-], [class*=" icon-wagner-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wagner-account:before {
  content: "\e900";
}

.icon-wagner-cart:before {
  content: "\e901";
}

.icon-wagner-chat:before {
  content: "\e902";
}

.icon-wagner-facebook:before {
  content: "\e903";
}

.icon-wagner-fax:before {
  content: "\e904";
}

.icon-wagner-fille:before {
  content: "\e905";
}

.icon-wagner-service:before {
  content: "\e906";
}

.icon-wagner-systems:before {
  content: "\e907";
}

.icon-wagner-products:before {
  content: "\e908";
}

.icon-wagner-products1:before {
  content: "\e912";
}

.icon-wagner-linkedin-1:before {
  content: "\e909";
}

.icon-wagner-order:before {
  content: "\e90a";
}

.icon-wagner-arrow:before {
  content: "\e90b";
}

.icon-wagner-phone:before {
  content: "\e90c";
}

.icon-wagner-pinterest:before {
  content: "\e90d";
}

.icon-wagner-search-1:before {
  content: "\e90e";
}

.icon-wagner-search:before {
  content: "\e90f";
}

.icon-wagner-shipping:before {
  content: "\e910";
}

.icon-wagner-twitter-1:before {
  content: "\e911";
}

a {
  color: #004172;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  position: relative;
}
a:hover, a:focus {
  text-decoration: underline;
}

.btn-bg-primary {
  color: #fff;
  background: #D2451E;
  border: 2px solid #D2451E;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.btn-bg-primary:focus, .btn-bg-primary:hover {
  color: #fff;
  background-color: #00416B;
}

.btn-bg-secondary {
  color: #fff;
  background: #00416B;
  border: none;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.btn-bg-secondary:focus, .btn-bg-secondary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.btn-bg-tertiary {
  color: #000;
  background: #FFC600;
  border: none;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.btn-bg-tertiary:focus, .btn-bg-tertiary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #000;
}

#layout-home {
  min-height: 200px;
}

.btn-text-icon {
  height: 50px;
}
.btn-text-icon i {
  line-height: 47px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden-placeholder {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.arrow-link {
  display: flex;
  align-items: center;
}
.arrow-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6px' height='11px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 5px;
  height: 10px;
  display: inline-block;
  margin-left: 3px;
}

.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.svg-legend {
  position: absolute;
  top: -999em;
  width: 0;
  height: 0;
}

@media (min-width: 768px) {
  .container {
    width: auto;
  }
  .navbar-toggle {
    display: none;
  }
  .layout-min-height .container {
    width: 100% !important;
    max-width: 1350px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}
.custom-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

.container.bg-secondary {
  background-color: #ebebeb;
}

body {
  padding-top: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #393E43;
  background-color: #4A4F54;
}
body .wrapper {
  min-height: inherit;
  background-color: #fff;
}
body #layout-content {
  background-color: #fff;
  overflow: hidden;
}
body .proxy-login-section .proxy-login {
  padding: 0 15px !important;
}
body .label-environment {
  display: none;
  color: #4A4F54;
}
body header {
  position: relative !important;
  width: 100%;
  top: inherit !important;
}
body header.header-class-for-pad + #layout-content {
  padding-top: 0 !important;
  overflow: visible !important;
  z-index: 9;
}
body header .header-wrap-wagner {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
body header .header > div {
  border-bottom: none;
}
body ul.header-top-links {
  display: table;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul.header-top-links > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
@media (min-width: 847px) and (max-width: 1439px) {
  body ul.header-top-links > li {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 846px) {
  body ul.header-top-links > li {
    padding: 0 5px;
  }
}
body ul.header-top-links > li:first-child {
  padding-left: 0;
}
body ul.header-top-links > li:last-child {
  padding-right: 0;
}
body ul.header-top-links > li.login-welcome {
  font-size: 0;
  color: #4A4F54;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  max-height: 0;
  padding-right: 0;
}
body ul.header-top-links > li.login-welcome.login-welcome-visible {
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  max-height: none;
  padding-right: 10px;
}
@media (max-width: 979px) {
  body ul.header-top-links > li.login-welcome.login-welcome-visible {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  body ul.header-top-links > li.login-welcome {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1209px) {
  body ul.header-top-links > li.login-welcome {
    width: 118px;
  }
}
body ul.header-top-links > li a > span.icon-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body ul.header-top-links > li a:hover, body ul.header-top-links > li a:focus {
  text-decoration: none;
}
body ul.header-top-links > li a:hover > span.icon-text:before, body ul.header-top-links > li a:focus > span.icon-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body ul.header-top-links > li > a {
  display: table;
  padding-left: 0;
  font-size: 14px;
  color: #4A4F54;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 846px) {
  body ul.header-top-links > li > a {
    font-size: 12px;
  }
}
body ul.header-top-links > li > a > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
body ul.header-top-links > li > a > .icon .icon-tel,
body ul.header-top-links > li > a > .icon .icon-chat,
body ul.header-top-links > li > a > .icon .icon-quote {
  display: block;
  fill: #6799C8;
  width: 16px;
  height: 16px;
}
body ul.header-top-links > li > a > span.icon-text {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
}
@media (min-width: 980px) and (max-width: 1209px) {
  body ul.header-top-links > li.hdr-phone-li > a > span.icon-text {
    width: 150px;
  }
}
body ul.header-top-links > li.hdr-quote-li a > .icon {
  padding-right: 5px;
}
body ul.header-top-links > li.hdr-chat-li a > .icon .icon-chat {
  display: block;
  fill: #6799C8;
  width: 20px;
  height: 16px;
}
body ul.header-top-links > li.hdr-chat-li a > span.icon-text > span {
  font-weight: 700;
  color: #D2451E;
}
body ul.header-top-links > li.track-order .track-order-wrap {
  display: table;
  padding-left: 0;
  font-size: 14px;
  color: #4A4F54;
  padding-right: 0;
}
@media (min-width: 980px) and (max-width: 1209px) {
  body ul.header-top-links > li.track-order .track-order-wrap {
    height: 36px;
  }
}
body ul.header-top-links > li.track-order .track-order-wrap a {
  display: table;
  padding-left: 0;
  font-size: 14px;
  color: #4A4F54;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 846px) {
  body ul.header-top-links > li.track-order .track-order-wrap a {
    font-size: 12px;
  }
}
body ul.header-top-links > li.track-order .track-order-wrap a > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 7px;
}
body ul.header-top-links > li.track-order .track-order-wrap a > .icon .icon-order-status {
  display: block;
  fill: #6799C8;
  width: 15px;
  height: 16px;
}
body ul.header-top-links > li.track-order .track-order-wrap a > span {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon .icon-order-status {
  display: block;
  fill: #6799C8;
  width: 15px;
  height: 16px;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a:hover, body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a:focus {
  text-decoration: none;
}
body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a:hover:before, body ul.header-top-links > li.track-order .track-order-wrap > span.icon + a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .container.width-1330 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 0 0;
}
@media (min-width: 768px) {
  body .container.width-1330 {
    padding-bottom: 21px;
  }
}
body .container.width-1330 > .row {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body .container.width-1330 > .row .col-header-logo {
  display: table-cell;
  vertical-align: middle;
  width: 410px;
}
@media (min-width: 1440px) {
  body .container.width-1330 > .row .col-header-logo {
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  body .container.width-1330 > .row .col-header-logo {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body .container.width-1330 > .row .col-header-logo {
    display: table;
    width: 100%;
  }
}
body .container.width-1330 > .row .col-header-logo .header-logo {
  min-height: 61px;
  margin-top: 18px;
  padding-right: 10px;
  display: table;
}
@media (max-width: 767px) {
  body .container.width-1330 > .row .col-header-logo .header-logo {
    display: table;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    min-height: 53px;
  }
}
body .container.width-1330 > .row .col-header-logo .header-logo img {
  width: 310px;
  max-height: 61px;
}
@media (max-width: 767px) {
  body .container.width-1330 > .row .col-header-logo .header-logo img {
    width: 270px;
    max-height: 53px;
  }
}
body .container.width-1330 > .row .header-link-contain {
  display: table-cell;
  vertical-align: top;
  width: 920px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1439px) {
  body .container.width-1330 > .row .header-link-contain {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body .container.width-1330 > .row .header-link-contain {
    display: table;
    width: 100%;
    background: #00416B;
    padding: 0;
    margin: 15px 0 0;
  }
}
body #layout-account-orderhistory {
  display: block;
  position: relative;
  margin: 0 auto;
}
body #layout-account-orderhistory .invoice-history-sorting {
  background: #EBEBEB;
  border-radius: 4px;
  padding: 20px;
}
@media (max-width: 619px) {
  body #layout-account-orderhistory .invoice-history-sorting {
    display: table;
  }
}
@media (min-width: 940px) {
  body #layout-account-orderhistory .invoice-history-sorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 939px) {
  body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in {
    margin-bottom: 15px;
  }
}
@media (min-width: 940px) {
  body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in {
    display: inline;
    margin: 0 10px;
  }
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex {
  display: flex;
  width: 230px;
}
@media (max-width: 939px) {
  body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex {
    margin: 0 auto;
  }
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex .invoice-history-sorting-in-flex-in {
  display: inline;
  margin: 0 10px;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex .invoice-history-sorting-in-flex-in:first-child {
  margin-left: 0;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex .invoice-history-sorting-in-flex-in:last-child {
  margin-right: 0;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex .invoice-history-sorting-in-flex-in .invoice-history-sorting-date-wrap {
  position: relative;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .invoice-history-sorting-in-flex .invoice-history-sorting-in-flex-in .invoice-history-sorting-date-wrap .datepicker {
  text-align: center;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .btn {
  position: relative;
  display: table;
  width: 100%;
  min-height: 38px;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .btn > span {
  display: table-cell;
  vertical-align: middle;
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .btn:hover, body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in .btn:focus {
  color: #fff;
  background-color: #D2451E;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in.invoice-history-sorting-btn {
  margin-top: auto;
}
@media (max-width: 939px) {
  body #layout-account-orderhistory .invoice-history-sorting .invoice-history-sorting-in.invoice-history-sorting-btn {
    margin-bottom: 5px;
  }
}
body #layout-account-orderhistory #InvoiceTable_wrapper .dataTables_length,
body #layout-account-orderhistory #ExternalOrdersTable_wrapper .dataTables_length {
  display: table;
  position: relative;
  margin: 15px 0;
}
body #layout-account-orderhistory #InvoiceTable_wrapper .dataTables_length label,
body #layout-account-orderhistory #ExternalOrdersTable_wrapper .dataTables_length label {
  margin-bottom: 0;
}
body #layout-account-orderhistory #InvoiceTable_wrapper .dataTables_length select,
body #layout-account-orderhistory #ExternalOrdersTable_wrapper .dataTables_length select {
  appearance: none;
  font-family: "Poppins", sans-serif;
  color: #383e44;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #9E9E9E;
  border-radius: 2px;
  background-color: #fff;
  height: 38px;
  padding: 10px 20px 10px 10px;
  margin: 0 5px;
}
body #layout-account-orderhistory .next-invoice-btn-wrap {
  position: relative;
  display: table;
  margin: 15px 0;
}
body #layout-account-orderhistory .next-invoice-btn-wrap .btn {
  position: relative;
  display: table;
  width: 100%;
  min-height: 38px;
}
body #layout-account-orderhistory .next-invoice-btn-wrap .btn > span {
  display: table-cell;
  vertical-align: middle;
}
body #layout-account-orderhistory .next-invoice-btn-wrap .btn:hover, body #layout-account-orderhistory .next-invoice-btn-wrap .btn:focus {
  color: #fff;
  background-color: #D2451E;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
body .header {
  z-index: 9991;
}
body .header .header-nav-container {
  background-color: #00416B;
  position: relative;
}
@media (max-width: 767px) {
  body .header .header-nav-container {
    background-color: #EBEBEB;
    height: auto;
  }
}
@media (min-width: 768px) {
  body .header .header-nav-container {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
  }
  body .header .header-nav-container > .row {
    display: block;
  }
}
body .header .header-nav-container > .container {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .header .header-nav-container .navbar-header {
    display: none;
  }
}
body .header .header-local-container {
  background-color: transparent;
  border-bottom: 2px solid rgba(148, 148, 148, 0.4);
  height: auto;
  padding-bottom: 12px;
  margin-bottom: 21px;
  visibility: visible;
  opacity: 1;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: table;
  width: 100%;
}
body .header .header-local-container.row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  body .header .header-local-container {
    display: none;
  }
}
body .header .header-link-contain {
  margin-top: 0;
}
body .header .header-link-contain > .row {
  margin-left: 0;
  margin-right: 0;
}
body .header .header-link-contain > .row > .container.header-search-and-links {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  body .header .header-link-contain > .row > .container.header-search-and-links {
    display: table;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links {
    display: flex;
    flex-flow: column;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
    max-width: none !important;
  }
}
body .header .header-link-contain > .row > .container.header-search-and-links z-widget {
  background: none !important;
}
@media (min-width: 768px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search {
    width: 100%;
    order: 2;
    background-color: #EBEBEB;
    display: block !important;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    padding-right: 0 !important;
    z-index: -1;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget {
    display: block;
    position: relative;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -wekbit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle {
    top: 60px;
    z-index: 1;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle .search-panel-widget {
    visibility: visible;
    overflow: visible;
    max-height: 46px;
  }
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .left-inner-icon input {
  padding-left: 15px;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .left-inner-icon > .twitter-typeahead > .typeahead:first-child {
  top: 3px !important;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget {
  height: 48px;
  background: none 0% 0%/auto repeat scroll padding-box border-box #f4f4f4;
  border: 1px solid rgba(148, 148, 148, 0.5);
  border-radius: 4px;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .hawk__searchBox .hawk-autocomplete_input_box {
  border: none;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
  height: 46px;
  border: 1px solid rgba(148, 148, 148, 0.5);
  background-color: #F4F4F4 !important;
}
@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #00416B;
  }
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn {
  display: table-cell;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 40px;
  min-width: 40px;
  height: 46px;
  background: #F4F4F4;
  border: 1px solid rgba(148, 148, 148, 0.5);
  border-left: none;
  padding: 0 19px 0 10px;
  text-align: right;
  position: relative;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon {
  position: absolute;
  top: 9px;
  left: 3px;
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon .icon-search-header {
  fill: none;
  stroke: #4A4F54;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #00416B;
    background: #D2451E;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon {
    left: 8px;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon .icon-search-header {
    stroke: #fff;
  }
}
body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search .search-panel-widget .search-widget .tt-dropdown-menu {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 846px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-links {
    width: auto;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-links {
    display: table-cell;
    vertical-align: middle;
    width: 342px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-links {
    position: static;
    display: block;
    width: 100%;
    height: 61px;
    order: 1;
    z-index: 2;
  }
}
body .header .header-link-contain .header-link ul {
  display: table;
  padding: 5px 0 0;
  margin: 0;
  float: right;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul {
    float: none;
    padding: 0 !important;
    width: 100%;
  }
}
body .header .header-link-contain .header-link ul li {
  display: table-cell;
  vertical-align: middle;
  border-right: none;
  padding: 0 20px 0 0;
  line-height: 19px;
}
@media (min-width: 768px) {
  body .header .header-link-contain .header-link ul li.mobile-nav-toggle {
    visibility: hidden;
    position: absolute;
    top: -300px;
    left: -300px;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.mobile-nav-toggle {
    display: table-cell;
    vertical-align: middle;
  }
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block;
  position: relative;
  border: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle:before {
  content: "";
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent transparent transparent;
  -wekbit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle > span {
  display: block;
  position: relative;
  width: 34px;
  height: 60px;
  margin: 0 auto;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle > span:after {
  content: " ";
  position: absolute;
  top: 18px;
  left: 0;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle > span:before {
  content: " ";
  position: absolute;
  top: 28px;
  left: 0;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle > span > span:before {
  content: " ";
  position: absolute;
  top: 38px;
  left: 0;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle[aria-expanded=true]:before {
  border-color: transparent transparent #ebebeb transparent;
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle[aria-expanded=true] > span:after {
  top: 28px;
  left: 0;
  width: 34px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle[aria-expanded=true] > span:before {
  top: 28px;
  left: 0;
  width: 34px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .header .header-link-contain .header-link ul li.mobile-nav-toggle .navbar-toggle[aria-expanded=true] > span > span:before {
  top: 28px;
  left: 0;
  width: 34px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  body .header .header-link-contain .header-link ul li.mobile-search-toggle {
    visibility: hidden;
    position: absolute;
    top: -300px;
    left: -300px;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.mobile-search-toggle {
    display: table-cell;
    vertical-align: middle;
  }
  body .header .header-link-contain .header-link ul li.mobile-search-toggle .btn-text {
    display: block;
    width: 100%;
    height: 60px;
    margin-left: 0;
    background: none;
    border: none;
  }
}
body .header .header-link-contain .header-link ul li.mobile-search-toggle .icon-search-toggle {
  display: table;
  margin: 0 auto;
  fill: none;
  stroke: #fff;
  width: 30px;
  height: 58px;
}
body .header .header-link-contain .header-link ul li.mobile-search-toggle .icon-x {
  display: table;
  margin: 0 auto;
  fill: none;
  stroke: #fff;
  width: 30px;
  height: 58px;
  display: none;
}
body .header .header-link-contain .header-link ul li.login-li {
  color: #4A4F54;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li {
    position: static;
    padding-right: 0;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links {
  position: relative;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links {
    position: static;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .nav-header {
  line-height: 18px !important;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .nav-header.dropdown {
    position: static;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .loginStatus {
  cursor: pointer;
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off {
  display: table;
  color: #4A4F54;
  padding-left: 0;
  position: relative !important;
  right: inherit !important;
  top: inherit !important;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 11px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > .icon {
    padding-right: 0;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > .icon .icon-account {
  display: block;
  fill: #4A4F54;
  width: 27px;
  height: 26px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > .icon .icon-account {
    fill: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > span {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > span {
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > span.icon.icon-x {
  display: none !important;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off > span + span {
    display: none;
  }
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off:hover, body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off:focus, body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active {
  text-decoration: none;
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off:hover > span + span:before, body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off:focus > span + span:before, body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active > span + span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off .log-off {
  border-left: none;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active > .icon.mobile-not-active {
    display: none;
  }
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active > .icon.icon-x {
    display: table-cell !important;
  }
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active > .icon.icon-x:before {
    display: none;
  }
  body .header .header-link-contain .header-link ul li.login-li > .header-nav-links .login-in-link.log-off.active > .icon.icon-x > .icon-x {
    margin: 0 auto;
    fill: none;
    stroke: #fff;
    width: 30px;
    height: 58px;
    display: block !important;
  }
}
body .header .header-link-contain .header-link ul li.login-li a {
  display: table;
  color: #4A4F54;
  padding-left: 0;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li a {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li a > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 11px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li a > .icon {
    padding-right: 0;
  }
}
body .header .header-link-contain .header-link ul li.login-li a > .icon .icon-account {
  display: block;
  fill: #4A4F54;
  width: 27px;
  height: 26px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li a > .icon .icon-account {
    fill: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li a > span {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li a > span {
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.login-li a > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .header .header-link-contain .header-link ul li.login-li a > span.icon.icon-x {
  display: none;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li a > span + span {
    display: none;
  }
}
body .header .header-link-contain .header-link ul li.login-li a:hover, body .header .header-link-contain .header-link ul li.login-li a:focus {
  text-decoration: none;
}
body .header .header-link-contain .header-link ul li.login-li a:hover > span + span:before, body .header .header-link-contain .header-link ul li.login-li a:focus > span + span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .header .header-link-contain .header-link ul li.login-li a .log-off {
  border-left: none;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub {
  position: absolute;
  top: 50px;
  right: 0;
  display: block !important;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9991;
  width: 100%;
  min-width: 337px;
  max-width: 337px;
  height: 0;
  background: #fff;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 19%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent transparent transparent;
  -wekbit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub {
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #ebebeb;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top h2 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  color: #282C30;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top h2 > a {
  color: #282C30;
  word-break: break-word;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: #282C30;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group {
  float: none;
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group label {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282C30;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group input {
  position: relative;
  display: block;
  padding: 15px;
  height: 50px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me {
  position: relative;
  display: block;
  margin: 20px 0 2px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me input[type=checkbox] + label {
  padding-left: 28px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me input[type=checkbox] + label:before {
  top: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  line-height: 16px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button + .form-group-button {
  margin-bottom: 24px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  background-color: #D2451E;
  border: none;
  border-radius: 4px;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary {
  background-color: #D2451E;
  color: #fff;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary:before {
  background-color: #fff;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary > span {
  color: #fff;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary {
  background-color: #fff;
  color: #282C30;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary:before {
  background-color: #282C30;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary > span {
  font-weight: 600;
  color: #282C30;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:hover, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:hover:before, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password {
  position: relative;
  display: block;
  margin: 0 0 11px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword {
  float: none;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  line-height: 19px;
  color: #00416B;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 107, 0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:focus:before, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  width: 100%;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: none;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub ul li {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub ul li:first-child a {
  border-top: 1px solid #ebebeb;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub ul li:last-child {
  border-bottom: none;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active {
  background: #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  overflow: visible;
  visibility: visible;
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active {
    left: 0;
    right: 0;
    min-width: 100%;
  }
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active:before {
  border-color: transparent transparent #ebebeb transparent;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top {
  padding: 25px 27px 17px;
  word-break: break-word;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top h2 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 30px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top p {
  font-size: 16px;
  line-height: 21px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 0;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a {
  display: block;
  text-align: left;
  width: 100%;
  text-decoration: none;
  color: #00416B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 18px;
}
@media (min-width: 768px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a {
    position: relative;
    width: auto;
    padding: 8px 27px;
    font-size: 15px;
    line-height: 18px;
  }
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #00416B;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
  }
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:hover, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:focus {
  background: #ebebeb;
  text-decoration: none;
}
@media (min-width: 768px) {
  body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:hover:before, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a {
  padding-top: 23px;
  border-top: 1px solid #ebebeb;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a:hover, body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a:focus {
  border-top: 1px solid #d9d9d9;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:last-child a {
  padding-bottom: 23px;
}
body .header .header-link-contain .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:last-child a:before {
  display: none;
}
body .header .header-link-contain .header-link ul li.quick-order-li {
  display: none;
}
@media (min-width: 768px) and (max-width: 846px) {
  body .header .header-link-contain .header-link ul li {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li {
    padding-right: 0;
    border-right: 1px solid #407090;
    width: 25%;
  }
}
body .header .header-link-contain .header-link ul li:last-child {
  padding-right: 0;
}
body .header .header-link-contain .header-link ul li .header-toolbar-cart {
  color: #00416B;
}
body .header .header-link-contain .header-link ul li.cart-icon {
  color: #4A4F54;
}
body .header .header-link-contain .header-link ul li.cart-icon:before {
  display: none;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon {
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a {
  display: table;
  color: #4A4F54;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a {
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 11px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .icon {
    padding-right: 6px;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a > .icon .icon-cart {
  display: block;
  fill: #4A4F54;
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .icon .icon-cart {
    fill: #fff;
    width: 34px;
    height: 34px;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  padding-right: 4px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header {
    color: #fff;
  }
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header.mb-view {
    display: none;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header {
    color: #fff;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon > a > .text-cart-header.mb-view {
    display: none;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon > a:hover, body .header .header-link-contain .header-link ul li.cart-icon > a:focus {
  text-decoration: none;
}
body .header .header-link-contain .header-link ul li.cart-icon > a:hover > span.text-cart-header:before, body .header .header-link-contain .header-link ul li.cart-icon > a:focus > span.text-cart-header:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .header .header-link-contain .header-link ul li.cart-icon > a:hover > span.text-cart-header + span.text-cart-header:before, body .header .header-link-contain .header-link ul li.cart-icon > a:focus > span.text-cart-header + span.text-cart-header:before {
  display: none;
}
body .header .header-link-contain .header-link ul li.cart-icon .text-cart-header-in {
  position: relative;
  display: table;
  min-width: 32px;
  height: 32px;
  background: #D2451E;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon .text-cart-header-in {
    position: absolute;
    top: -8px;
    right: 0;
    min-width: 22px;
    height: 22px;
  }
}
body .header .header-link-contain .header-link ul li.cart-icon .text-cart-header-in .cartcount {
  top: inherit;
  height: inherit;
  width: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
}
@media (max-width: 767px) {
  body .header .header-link-contain .header-link ul li.cart-icon .text-cart-header-in .cartcount {
    top: 1px;
    font-size: 15px;
    color: #fff;
  }
}
body .header.shrink .container.width-1330 {
  padding-bottom: 0;
}
body .header.shrink .container.width-1330 > .row .col-header-logo {
  vertical-align: top;
}
body .header.shrink .container.width-1330 > .row .col-header-logo .header-logo {
  margin-top: 12px;
  min-height: 31px;
}
body .header.shrink .container.width-1330 > .row .col-header-logo .header-logo img {
  width: 155px;
  max-height: 31px;
}
body .header.shrink .container.width-1330 > .row .col-header-logo + .header-link-contain {
  padding-bottom: 10px;
}
body .header.shrink .header-local-container {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .header.shrink .header-local-container > .container {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1439px) {
  body .header.shrink .header-local-container > .container {
    right: 15px;
  }
}
body .search-widget {
  padding: 0 !important;
  max-width: none !important;
}
body .search-widget input {
  height: 46px !important;
}
body .search-widget #searchForm {
  width: 100%;
  height: 46px;
}
body .search-widget #searchForm > div {
  display: table;
  width: 100%;
}
body .search-widget #searchForm > div > .twitter-typeahead {
  display: table-cell !important;
  vertical-align: top;
}
body .search-widget #searchForm > div > .twitter-typeahead > .typeahead.tt-input {
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  width: 100%;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  outline: medium none;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
  height: 46px;
  border: 1px solid rgba(148, 148, 148, 0.5);
  background-color: #F4F4F4 !important;
  padding-left: 15px !important;
}
body .search-widget #searchForm .input-group-btn {
  display: table-cell;
  vertical-align: top;
  width: 40px !important;
}
body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  width: 40px;
  min-width: 40px;
  height: 46px;
  background: #F4F4F4;
  border: 1px solid rgba(148, 148, 148, 0.5);
  border-left: none;
  padding: 0 19px 0 10px;
  text-align: right;
  position: relative;
}
body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary .icon {
  position: absolute;
  top: 9px;
  left: 3px;
}
body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary .icon .icon-search-header {
  fill: none;
  stroke: #4A4F54;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #00416B;
    background: #D2451E;
  }
  body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary#btnSearchTerm {
    background: #F4F4F4 !important;
    border: 1px solid rgba(148, 148, 148, 0.5) !important;
    border-left: 0 !important;
  }
  body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary#btnSearchTerm .icon-search-header {
    stroke: #888888 !important;
  }
  body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary .icon {
    left: 8px;
  }
  body .search-widget #searchForm .input-group-btn > .btn-text.btn-bg-primary .icon .icon-search-header {
    stroke: #fff;
  }
}
body .search-widget .site-inventory.scan-search {
  display: none !important;
}
body .search-widget .voice-scan-block {
  display: none;
}
body .navbar-collapse {
  background-color: #00416B;
}
body nav .nav-home {
  display: none !important;
}
body .special-message-wrap {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 5px solid #FFC600;
}
body .special-message-wrap .special-message-in {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 6px 15px;
  width: auto;
}
body .special-message-wrap .special-message-in > .special-message-content {
  display: table;
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in {
    padding: 18px 10px;
  }
}
body .special-message-wrap .special-message-in .special-message-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in .special-message-icon {
    display: inline-block;
    padding-right: 0;
    margin-right: 10px;
  }
}
body .special-message-wrap .special-message-in .special-message-icon .icon {
  position: relative;
  display: table;
  width: 48px;
  height: 48px;
  background-color: #D2451E;
  border-radius: 50px;
}
body .special-message-wrap .special-message-in .special-message-icon .icon .icon-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body .special-message-wrap .special-message-in .special-message-icon .icon .icon-wrap .icon-shipping-car {
  display: table;
  fill: #fff;
  width: 38px;
  height: 20px;
  margin: 0 auto;
}
body .special-message-wrap .special-message-in .special-message-title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in .special-message-title {
    display: inline-block;
    padding-right: 0;
    width: 78%;
  }
}
body .special-message-wrap .special-message-in .special-message-title h2 {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #00416B;
  text-shadow: 1px 0 0 rgba(0, 65, 107, 0.3);
  margin: 0;
}
@media (min-width: 831px) {
  body .special-message-wrap .special-message-in .special-message-title h2 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in .special-message-title h2 {
    font-size: 22px;
    line-height: 27px;
    white-space: nowrap;
  }
}
body .special-message-wrap .special-message-in .special-message-description {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
  color: #4A4F54;
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in .special-message-description {
    display: none;
  }
}
body .special-message-wrap .special-message-in .special-message-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #4A4F54;
  margin: 0;
}
body .special-message-wrap .special-message-in .special-message-link {
  display: table-cell;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  body .special-message-wrap .special-message-in .special-message-link {
    display: block;
    margin-left: 65px;
    margin-top: -6px;
  }
}
body .special-message-wrap .special-message-in .special-message-link a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #D2451E;
  text-transform: uppercase;
  padding-right: 13px;
  white-space: nowrap;
}
body .special-message-wrap .special-message-in .special-message-link a > span {
  position: relative;
  display: inline;
}
body .special-message-wrap .special-message-in .special-message-link a > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .special-message-wrap .special-message-in .special-message-link a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 0;
  margin: 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-bottom: 3px solid #D2451E;
  border-right: 3px solid #D2451E;
  border-bottom-right-radius: 1px;
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  transform: scale(0.98) translateY(-75%) rotate(-45deg);
}
body .special-message-wrap .special-message-in .special-message-link a:hover, body .special-message-wrap .special-message-in .special-message-link a:focus {
  text-decoration: none;
}
body .special-message-wrap .special-message-in .special-message-link a:hover > span:before, body .special-message-wrap .special-message-in .special-message-link a:focus > span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .special-message-wrap2 {
  position: relative;
  display: block;
  width: 100%;
  background-color: #6699c8;
  border-bottom: none;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 5px 17px 0px rgba(0, 0, 0, 0.25);
}
body .special-message-wrap2 .special-message-in {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1330px;
  min-height: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in {
    padding: 0 10px;
  }
}
body .special-message-wrap2 .special-message-in .special-message-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-icon {
    display: inline-block;
    padding-right: 0;
    margin-right: 10px;
  }
}
body .special-message-wrap2 .special-message-in .special-message-icon .icon {
  position: relative;
  display: table;
  width: 48px;
  height: 48px;
  background-color: #D2451E;
  border-radius: 50px;
}
body .special-message-wrap2 .special-message-in .special-message-icon .icon .icon-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body .special-message-wrap2 .special-message-in .special-message-icon .icon .icon-wrap .icon-shipping-car {
  display: table;
  fill: #fff;
  width: 38px;
  height: 20px;
  margin: 0 auto;
}
body .special-message-wrap2 .special-message-in .special-message-title {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-title {
    display: inline-block;
    padding-right: 0;
    width: 78%;
  }
}
body .special-message-wrap2 .special-message-in .special-message-title h2 {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #00416B;
  text-shadow: 1px 0 0 rgba(0, 65, 107, 0.3);
  margin: 0;
}
@media (min-width: 831px) {
  body .special-message-wrap2 .special-message-in .special-message-title h2 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-title h2 {
    font-size: 22px;
    line-height: 27px;
    white-space: nowrap;
  }
}
body .special-message-wrap2 .special-message-in .special-message-description {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
  color: #4A4F54;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-description {
    display: none;
  }
}
body .special-message-wrap2 .special-message-in .special-message-description p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #4A4F54;
  margin: 0;
}
body .special-message-wrap2 .special-message-in .special-message-link {
  display: table-cell;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-link {
    display: block;
    margin-left: 65px;
    margin-top: -6px;
  }
}
body .special-message-wrap2 .special-message-in .special-message-link a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #D2451E;
  text-transform: uppercase;
  padding-right: 13px;
  white-space: nowrap;
}
body .special-message-wrap2 .special-message-in .special-message-link a > span {
  position: relative;
  display: inline;
}
body .special-message-wrap2 .special-message-in .special-message-link a > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .special-message-wrap2 .special-message-in .special-message-link a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 0;
  margin: 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-bottom: 3px solid #D2451E;
  border-right: 3px solid #D2451E;
  border-bottom-right-radius: 1px;
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  transform: scale(0.98) translateY(-75%) rotate(-45deg);
}
body .special-message-wrap2 .special-message-in .special-message-link a:hover, body .special-message-wrap2 .special-message-in .special-message-link a:focus {
  text-decoration: none;
}
body .special-message-wrap2 .special-message-in .special-message-link a:hover > span:before, body .special-message-wrap2 .special-message-in .special-message-link a:focus > span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .special-message-wrap2 .special-message-in .special-message-content {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  color: #282C30;
}
body .special-message-wrap2 .special-message-in .special-message-content p {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-content p {
    padding-right: 20px;
  }
}
body .special-message-wrap2 .special-message-in .special-message-content a {
  position: relative;
  display: inline;
  font-weight: 600;
  color: #00416B;
}
body .special-message-wrap2 .special-message-in .special-message-content a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 107, 0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .special-message-wrap2 .special-message-in .special-message-content a:focus:before, body .special-message-wrap2 .special-message-in .special-message-content a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .special-message-wrap2 .special-message-in .special-message-content .icon-close-message {
  position: absolute;
  top: 0;
  right: 25px;
  width: 14px;
  height: 0;
}
@media (max-width: 767px) {
  body .special-message-wrap2 .special-message-in .special-message-content .icon-close-message {
    right: 15px;
  }
}
body .special-message-wrap2 .special-message-in .special-message-content .icon-close-message .icon-close {
  display: block;
  fill: #4A4F54;
  stroke: #4A4F54;
  width: 14px;
  height: 0;
}
body .special-message-wrap2.special-message-active {
  opacity: 1;
  visibility: visible;
}
body .special-message-wrap2.special-message-active .special-message-in {
  padding: 18px 15px;
  min-height: 56px;
}
@media (max-width: 767px) {
  body .special-message-wrap2.special-message-active .special-message-in {
    padding: 8px 15px;
  }
}
body .special-message-wrap2.special-message-active .special-message-in .special-message-content {
  font-size: 16px;
  line-height: 24px;
}
body .special-message-wrap2.special-message-active .special-message-in .special-message-content .icon-close-message {
  position: absolute;
  top: 20px;
  height: 14px;
}
@media (max-width: 767px) {
  body .special-message-wrap2.special-message-active .special-message-in .special-message-content .icon-close-message {
    top: 10px;
  }
}
body .special-message-wrap2.special-message-active .special-message-in .special-message-content .icon-close-message .icon-close {
  height: 14px;
}
body .slider-hero-home-container-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
body .slider-hero-home-container-wrap .slider-hero-home,
body .slider-hero-home-container-wrap .slider {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
body .slider-hero-home-container-wrap .slider-hero-home div.owl-wrapper-outer,
body .slider-hero-home-container-wrap .slider div.owl-wrapper-outer {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item,
body .slider-hero-home-container-wrap .slider div.home-slide,
body .slider-hero-home-container-wrap .slider div.owl-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide.not-active, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item.not-active,
body .slider-hero-home-container-wrap .slider div.home-slide.not-active,
body .slider-hero-home-container-wrap .slider div.owl-item.not-active {
  visibility: hidden;
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide.active > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item.active > img,
  body .slider-hero-home-container-wrap .slider div.home-slide.active a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide.active > img,
  body .slider-hero-home-container-wrap .slider div.owl-item.active a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item.active > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 528px;
    margin-top: -264px; /* Half the height */
    margin-left: -960px; /* Half the width */
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item img,
body .slider-hero-home-container-wrap .slider div.home-slide img,
body .slider-hero-home-container-wrap .slider div.owl-item img {
  max-width: none !important;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item,
  body .slider-hero-home-container-wrap .slider div.home-slide,
  body .slider-hero-home-container-wrap .slider div.owl-item {
    height: auto !important;
    background-color: #00416b;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item-owl-a, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item-owl-a,
body .slider-hero-home-container-wrap .slider div.home-slide .item-owl-a,
body .slider-hero-home-container-wrap .slider div.owl-item .item-owl-a {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item-owl-a, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item-owl-a,
  body .slider-hero-home-container-wrap .slider div.home-slide .item-owl-a,
  body .slider-hero-home-container-wrap .slider div.owl-item .item-owl-a {
    min-height: 500px !important;
  }
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item-owl-a, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item-owl-a,
  body .slider-hero-home-container-wrap .slider div.home-slide .item-owl-a,
  body .slider-hero-home-container-wrap .slider div.owl-item .item-owl-a {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item > img,
  body .slider-hero-home-container-wrap .slider div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide > img,
  body .slider-hero-home-container-wrap .slider div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 528px;
    margin-top: -264px; /* Half the height */
    margin-left: -960px; /* Half the width */
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item > img,
  body .slider-hero-home-container-wrap .slider div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide > img,
  body .slider-hero-home-container-wrap .slider div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 341px) and (max-width: 480px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item > img,
  body .slider-hero-home-container-wrap .slider div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide > img,
  body .slider-hero-home-container-wrap .slider div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: -290px;
    margin-top: 0;
  }
}
@media (max-width: 340px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item > img,
  body .slider-hero-home-container-wrap .slider div.home-slide a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide > img,
  body .slider-hero-home-container-wrap .slider div.owl-item a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: -380px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 528px;
    margin-top: -264px; /* Half the height */
    margin-left: -960px; /* Half the width */
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 341px) and (max-width: 480px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: -290px;
    margin-top: 0;
  }
}
@media (max-width: 340px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .item.active > img, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .item.active > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.home-slide .item.active > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active a > img,
  body .slider-hero-home-container-wrap .slider div.owl-item .item.active > img {
    position: relative;
    width: 775px;
    height: 213px;
    margin-left: -380px;
    margin-top: 0;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption {
  display: block;
  z-index: 2;
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc:before,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption:before, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc:before,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption:before,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc:before,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption:before,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc:before,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: linear-gradient(90deg, #000 0, transparent);
  }
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: inherit;
    padding: 0;
    border-left: none;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1330px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap {
    padding: 0;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in {
  display: table-cell;
  vertical-align: top;
  padding-top: 9%;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in {
    padding-top: 0;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content {
  position: relative;
  display: block;
  max-width: 48.5%;
  background-color: rgba(0, 65, 107, 0.85);
  padding: 30px 50px 35px;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content {
    max-width: none;
    background-color: #00416B;
    padding: 20px 20px 25px;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2 {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content h2 {
    margin: 0 0 14px;
    padding: 0 0 14px;
    font-size: 30px;
    line-height: 36px;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p,
  body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn, body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider-hero-home div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.home-slide .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.home-slide .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.owl-item .slider-hero-home-desc .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content button.slider-hero-home-btn,
body .slider-hero-home-container-wrap .slider div.owl-item .carousel-caption .slider-hero-home-desc-in-wrap .slider-hero-home-desc-in .slider-hero-home-desc-in-content a.slider-hero-home-btn {
  min-height: 48px;
  margin: 24px 0 0;
  cursor: pointer;
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-prev,
body .slider-hero-home-container-wrap .slider button.slick-prev {
  position: absolute;
  display: block;
  left: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 49px;
  height: 63px;
  z-index: 9;
  margin-left: 2.4%;
  visibility: hidden;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-prev.slick-not-hidden,
body .slider-hero-home-container-wrap .slider button.slick-prev.slick-not-hidden {
  visibility: visible;
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-prev .icon-bracket-left,
body .slider-hero-home-container-wrap .slider button.slick-prev .icon-bracket-left {
  width: 49px;
  height: 63px;
  fill: #fff;
  -webkit-filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  /* Similar syntax to box-shadow */
}
@media (min-width: 981px) {
  body .slider-hero-home-container-wrap .slider-hero-home button.slick-prev,
  body .slider-hero-home-container-wrap .slider button.slick-prev {
    bottom: 14%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .slider-hero-home-container-wrap .slider-hero-home button.slick-prev,
  body .slider-hero-home-container-wrap .slider button.slick-prev {
    bottom: 15%;
  }
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-next,
body .slider-hero-home-container-wrap .slider button.slick-next {
  position: absolute;
  display: block;
  right: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 49px;
  height: 63px;
  z-index: 9;
  margin-right: 2.4%;
  visibility: hidden;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-next.slick-not-hidden,
body .slider-hero-home-container-wrap .slider button.slick-next.slick-not-hidden {
  visibility: visible;
}
body .slider-hero-home-container-wrap .slider-hero-home button.slick-next .icon-bracket-right,
body .slider-hero-home-container-wrap .slider button.slick-next .icon-bracket-right {
  width: 49px;
  height: 63px;
  fill: #fff;
  -webkit-filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  /* Similar syntax to box-shadow */
}
@media (min-width: 981px) {
  body .slider-hero-home-container-wrap .slider-hero-home button.slick-next,
  body .slider-hero-home-container-wrap .slider button.slick-next {
    bottom: 14%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .slider-hero-home-container-wrap .slider-hero-home button.slick-next,
  body .slider-hero-home-container-wrap .slider button.slick-next {
    bottom: 15%;
  }
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
  position: absolute;
  display: block;
  left: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 32px;
  z-index: -9999;
  margin-left: 2.4%;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
    top: -200px;
  }
}
@media (max-width: 980px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
    visibility: hidden;
  }
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev.slick-not-hidden {
  visibility: visible;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .icon-bracket-left,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .left-icon {
  width: 32px;
  height: 32px;
  fill: #fff;
  -webkit-filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  /* Similar syntax to box-shadow */
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .icon-bracket-left:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .left-icon:before {
  font-size: 30px;
  padding: 0;
  background-color: transparent !important;
  color: #fff;
  opacity: 0.75;
  display: none;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .icon-bracket-left:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev .left-icon:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  border-bottom: 6px solid rgba(255, 255, 255, 0.75);
  border-right: 6px solid rgba(255, 255, 255, 0.75);
  border-bottom-right-radius: 1px;
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(130deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(130deg);
  transform: scale(0.98) translateY(-75%) rotate(130deg);
}
@media (min-width: 981px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
    bottom: 14%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-prev {
    bottom: 15%;
  }
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:hover .icon-bracket-left:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:hover .left-icon:before, body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:focus .icon-bracket-left:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:focus .left-icon:before {
  background-color: transparent !important;
  opacity: 0.95;
  display: none;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:hover .icon-bracket-left:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:hover .left-icon:after, body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:focus .icon-bracket-left:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-prev:focus .left-icon:after {
  border-bottom: 6px solid rgb(255, 255, 255);
  border-right: 6px solid rgb(255, 255, 255);
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
  position: absolute;
  display: block;
  right: 0;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 32px;
  z-index: -9999;
  margin-right: 2.4%;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
    top: -200px;
  }
}
@media (max-width: 980px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
    visibility: hidden;
  }
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next.slick-not-hidden {
  visibility: visible;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .icon-bracket-right,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .right-icon {
  width: 32px;
  height: 32px;
  fill: #fff;
  -webkit-filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(-1px 2px rgba(0, 0, 0, 0.3));
  /* Similar syntax to box-shadow */
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .icon-bracket-right:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .right-icon:before {
  font-size: 30px;
  padding: 0;
  background-color: transparent !important;
  color: #fff;
  opacity: 0.75;
  display: none;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .icon-bracket-right:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next .right-icon:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  border-bottom: 6px solid rgba(255, 255, 255, 0.75);
  border-right: 6px solid rgba(255, 255, 255, 0.75);
  border-bottom-right-radius: 1px;
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-45deg);
  transform: scale(0.98) translateY(-75%) rotate(-45deg);
}
@media (min-width: 981px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
    bottom: 14%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .slider-hero-home-container-wrap .owl-buttons div.owl-next {
    bottom: 15%;
  }
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:hover .icon-bracket-right:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:hover .right-icon:before, body .slider-hero-home-container-wrap .owl-buttons div.owl-next:focus .icon-bracket-right:before,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:focus .right-icon:before {
  background-color: transparent !important;
  opacity: 0.95 !important;
  display: none;
}
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:hover .icon-bracket-right:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:hover .right-icon:after, body .slider-hero-home-container-wrap .owl-buttons div.owl-next:focus .icon-bracket-right:after,
body .slider-hero-home-container-wrap .owl-buttons div.owl-next:focus .right-icon:after {
  border-bottom: 6px solid rgb(255, 255, 255);
  border-right: 6px solid rgb(255, 255, 255);
}
body .slider-hero-home-container-wrap .slick-dots-wrap,
body .slider-hero-home-container-wrap .owl-controls {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  visibility: visible;
  z-index: 1;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slick-dots-wrap,
  body .slider-hero-home-container-wrap .owl-controls {
    bottom: -20px;
    background-color: #00416B;
  }
}
body .slider-hero-home-container-wrap .slick-dots-wrap.slick-not-hidden,
body .slider-hero-home-container-wrap .owl-controls.slick-not-hidden {
  visibility: visible;
}
body .slider-hero-home-container-wrap .slick-dots,
body .slider-hero-home-container-wrap .owl-pagination {
  position: relative !important;
  list-style: none !important;
  padding: 0 !important;
  display: table !important;
  width: auto !important;
}
@media (min-width: 1300px) {
  body .slider-hero-home-container-wrap .slick-dots,
  body .slider-hero-home-container-wrap .owl-pagination {
    left: calc(50vw - 660px);
  }
}
@media (max-width: 767px) {
  body .slider-hero-home-container-wrap .slick-dots,
  body .slider-hero-home-container-wrap .owl-pagination {
    margin: 0 auto !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  body .slider-hero-home-container-wrap .slick-dots,
  body .slider-hero-home-container-wrap .owl-pagination {
    margin: 0 auto 0 0 !important;
  }
}
body .slider-hero-home-container-wrap .slick-dots > li,
body .slider-hero-home-container-wrap .slick-dots > .owl-page,
body .slider-hero-home-container-wrap .owl-pagination > li,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
body .slider-hero-home-container-wrap .slick-dots > li > button,
body .slider-hero-home-container-wrap .slick-dots > li > span,
body .slider-hero-home-container-wrap .slick-dots > .owl-page > button,
body .slider-hero-home-container-wrap .slick-dots > .owl-page > span,
body .slider-hero-home-container-wrap .owl-pagination > li > button,
body .slider-hero-home-container-wrap .owl-pagination > li > span,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page > button,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page > span {
  border: none !important;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25) !important;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  margin: 5px !important;
  visibility: visible;
  cursor: pointer;
}
body .slider-hero-home-container-wrap .slick-dots > li.slick-active > button,
body .slider-hero-home-container-wrap .slick-dots > li.slick-active > span, body .slider-hero-home-container-wrap .slick-dots > li.active > button,
body .slider-hero-home-container-wrap .slick-dots > li.active > span,
body .slider-hero-home-container-wrap .slick-dots > .owl-page.slick-active > button,
body .slider-hero-home-container-wrap .slick-dots > .owl-page.slick-active > span,
body .slider-hero-home-container-wrap .slick-dots > .owl-page.active > button,
body .slider-hero-home-container-wrap .slick-dots > .owl-page.active > span,
body .slider-hero-home-container-wrap .owl-pagination > li.slick-active > button,
body .slider-hero-home-container-wrap .owl-pagination > li.slick-active > span,
body .slider-hero-home-container-wrap .owl-pagination > li.active > button,
body .slider-hero-home-container-wrap .owl-pagination > li.active > span,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page.slick-active > button,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page.slick-active > span,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page.active > button,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page.active > span {
  background: rgba(255, 255, 255, 0.75) !important;
}
body .slider-hero-home-container-wrap .slick-dots > li:hover > button,
body .slider-hero-home-container-wrap .slick-dots > li:hover > span, body .slider-hero-home-container-wrap .slick-dots > li:focus > button,
body .slider-hero-home-container-wrap .slick-dots > li:focus > span,
body .slider-hero-home-container-wrap .slick-dots > .owl-page:hover > button,
body .slider-hero-home-container-wrap .slick-dots > .owl-page:hover > span,
body .slider-hero-home-container-wrap .slick-dots > .owl-page:focus > button,
body .slider-hero-home-container-wrap .slick-dots > .owl-page:focus > span,
body .slider-hero-home-container-wrap .owl-pagination > li:hover > button,
body .slider-hero-home-container-wrap .owl-pagination > li:hover > span,
body .slider-hero-home-container-wrap .owl-pagination > li:focus > button,
body .slider-hero-home-container-wrap .owl-pagination > li:focus > span,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page:hover > button,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page:hover > span,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page:focus > button,
body .slider-hero-home-container-wrap .owl-pagination > .owl-page:focus > span {
  background: rgba(255, 255, 255, 0.9) !important;
}
body .we-can-help-home-container-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 42px 0;
  width: 100%;
  max-width: 1364px;
}
body .we-can-help-home-container-wrap > h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #282C30;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 52px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item {
    display: block;
    padding: 45px 0;
  }
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item:first-child {
    padding-top: 0;
  }
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item:last-child {
    padding-bottom: 0;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link {
  position: relative;
  display: table;
  width: 100%;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content {
  position: relative;
  display: block;
  background-color: #00416b;
  color: #fff;
  min-height: 270px;
  margin-top: 80px;
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content {
    min-height: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content {
    height: auto !important;
    background-color: #00416b;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content:before {
  content: "";
  position: absolute;
  display: block;
  top: -79px;
  left: 39px;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #00416b;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-products,
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-systems,
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-service {
  display: block;
  position: relative;
  font-size: 123px;
  width: 104px;
  height: 123px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-products,
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-systems,
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-service {
    font-size: 83px;
    width: 64px;
    height: 83px;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-products:before,
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-systems:before,
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-service:before {
  position: absolute;
  top: -20px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-products:before,
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-systems:before,
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .icon-wagner-service:before {
    top: -10px;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content h2 {
  position: relative;
  display: block;
  margin: 15px 0 10px;
  padding: 0;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content h2 {
    height: auto !important;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .link-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .link-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .link-text:hover, body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link > .we-can-help-home-item-link-in .we-can-help-home-item-content .link-text:focus {
  text-decoration: none;
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:before {
  content: "";
  position: absolute;
  background-color: #8da7b8;
}
@media (min-width: 768px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:before {
    top: 50%;
    right: -105px;
    width: 104px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:before {
    left: 50%;
    bottom: -90px;
    width: 2px;
    height: 91px;
    margin-top: -1px;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:after {
  content: "+";
  position: absolute;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  background-color: #ebebeb;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  color: #4A4F54;
  border: 2px solid #8da7b8;
  border-radius: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:after {
    top: 44%;
    right: -75px;
  }
}
@media (max-width: 767px) {
  body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:after {
    left: 50%;
    bottom: -67px;
    padding-left: 0;
    margin-left: -19px;
  }
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:hover, body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:focus {
  text-decoration: none;
  -webkit-box-shadow: 7px 7px 11px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 7px 7px 11px -2px rgba(0, 0, 0, 0.39);
  box-shadow: 7px 7px 11px -2px rgba(0, 0, 0, 0.39);
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:hover .we-can-help-home-item-content .link-text:before, body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item .we-can-help-home-item-link:focus .we-can-help-home-item-content .link-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item:last-child .we-can-help-home-item-link:before, body .we-can-help-home-container-wrap .we-can-help-home-items-list .we-can-help-home-item:last-child .we-can-help-home-item-link:after {
  display: none;
}
body .home-banner-fullwidth-container-wrap {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0;
  width: 100%;
  border: none;
}
@media (max-width: 413px) {
  body .home-banner-fullwidth-container-wrap {
    padding-bottom: 0;
  }
  body .home-banner-fullwidth-container-wrap.padding-bottom-more {
    padding-bottom: 0;
  }
}
@media (min-width: 414px) and (max-width: 599px) {
  body .home-banner-fullwidth-container-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 414px) and (max-width: 599px) {
  body .home-banner-fullwidth-container-wrap.padding-bottom-more {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap.padding-bottom-more {
    padding-bottom: 0;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 488px;
  margin-top: -171px; /* Half the height */
  margin-left: -960px; /* Half the width */
}
@media (max-width: 980px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item > img {
    height: 344px;
    margin-top: -172px;
  }
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item > img {
    width: 1353px;
    margin-left: -676px;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc {
  display: block;
  z-index: 2;
}
@media (min-width: 768px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: inherit;
    padding: 0;
    border-left: none;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1330px;
  height: 100%;
  box-sizing: border-box;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in {
    padding-top: 0;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap {
  position: relative;
  display: block;
  max-width: 47%;
  padding: 80px 0 0;
  box-sizing: border-box;
  float: right;
  margin-bottom: -45px;
  overflow: hidden;
}
@media (max-width: 413px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap {
    max-width: none;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1029px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap {
    max-width: 57%;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content {
  position: relative;
  display: block;
  background-color: rgba(0, 65, 107, 0.8);
  padding: 0 32px 32px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content {
    padding: 0 16px 16px;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content:before {
  content: "";
  position: absolute;
  display: block;
  top: -80px;
  left: 40px;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 65, 107, 0.8);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content {
    max-width: none;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content h2 {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content p {
  display: block;
  position: relative;
  margin: 0 0 35px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-shop-select {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-shop-select select {
  font-size: 16px;
  line-height: 16px;
  height: 50px;
  border-radius: 4px;
  border: none;
  padding: 2px 20px 2px 17px;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  background: #FFC600;
  border: none;
  margin: 16px 0 0;
  padding: 12px 5%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: #282C30;
  border-radius: 4px;
  overflow: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn.two {
  background: #D2451E;
  color: #fff;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn {
    margin-top: 16px;
  }
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn.margin-top-0 {
    margin-top: 0;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn:hover, body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn:hover:before, body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list {
  position: relative;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li {
    display: block;
    padding: 8px 0;
  }
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li button.home-banner-item-btn {
    margin: 0 !important;
  }
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li:first-child {
  padding-left: 0;
}
body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  body .home-banner-fullwidth-container-wrap .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content .home-banner-item-btn-list > li:last-child {
    padding-bottom: 0;
  }
}
body .home-banner-fullwidth-container-wrap.two .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap {
  float: left;
}
body .home-banner-fullwidth-container-wrap.two .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn.one {
  background: #FFC600;
  color: #282C30;
}
body .home-banner-fullwidth-container-wrap.two .home-banner-fullwidth .home-banner-item .home-banner-item-desc .home-banner-item-desc-in-wrap .home-banner-item-desc-in .home-banner-item-desc-in-content-wrap .home-banner-item-desc-in-content button.home-banner-item-btn.two {
  background: #D2451E;
  color: #fff;
}
body .slider-hero-home-container-wrap + .container.bg-secondary + .home-banner-fullwidth-container-wrap {
  margin-top: -75px;
}
@media (max-width: 991px) {
  body .slider-hero-home-container-wrap + .container.bg-secondary + .home-banner-fullwidth-container-wrap {
    margin-top: 0;
  }
}
body .slider-hero-home-container-wrap + .container.bg-secondary + .home-banner-fullwidth-container-wrap + .home-banner-fullwidth-container-wrap {
  margin-top: 0;
}
body .container.max-width-330 {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1335px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  body .container.max-width-330 {
    padding: 0 20px;
  }
}
body .container.max-width-330 .home-categorylist-area1992 h2.product-list-title {
  margin: 40px 0 30px;
  padding: 0 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #00416B;
  text-align: left;
  text-transform: none;
}
@media (max-width: 480px) {
  body .container.max-width-330 .home-categorylist-area1992 h2.product-list-title {
    margin: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  body .container.max-width-330 #Category_List_Widget {
    padding-left: 0;
  }
}
@media (max-width: 980px) {
  body .container.max-width-330 #Category_List_Widget li {
    margin-top: 40px;
  }
}
body .container.max-width-330 #Category_List_Widget label:hover {
  cursor: pointer;
}
body .container.max-width-330 .category-list-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .container.max-width-330 .category-list-widget ul li {
  display: inline-block;
  vertical-align: top;
  margin: 8px 20px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(23, 84, 116, 0);
  border: none;
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  body .container.max-width-330 .category-list-widget ul li {
    width: calc(20% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body .container.max-width-330 .category-list-widget ul li {
    width: calc(25% - 40px);
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  body .container.max-width-330 .category-list-widget ul li {
    width: calc(25% - 40px);
  }
}
@media (min-width: 481px) and (max-width: 579px) {
  body .container.max-width-330 .category-list-widget ul li {
    width: calc(33% - 40px);
  }
}
@media (max-width: 480px) {
  body .container.max-width-330 .category-list-widget ul li {
    width: calc(50% - 40px);
  }
}
body .container.max-width-330 .category-list-widget ul li article {
  text-align: left;
  height: 100%;
  width: 100%;
}
body .container.max-width-330 .category-list-widget ul li article a {
  display: block;
  height: 100%;
  width: 100%;
}
body .container.max-width-330 .category-list-widget ul li article a > span {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 4px;
}
body .container.max-width-330 .category-list-widget ul li article a > span img {
  padding: 0;
  width: 100%;
  max-width: none;
  border-radius: 4px;
  background-color: #e8e8e8;
}
body .container.max-width-330 .category-list-widget ul li article a > span + span {
  margin-bottom: 0;
  text-align: center;
}
body .container.max-width-330 .category-list-widget ul li article a > span + span label {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #00416B;
}
body .container.max-width-330 .category-list-widget ul li article a > span + span label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .container.max-width-330 .category-list-widget ul li article a:hover > span + span label:before, body .container.max-width-330 .category-list-widget ul li article a:focus > span + span label:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .container.case-studies {
  display: block;
  margin-top: -10px;
}
body .container.featured-content {
  display: block;
}
body .case-studies-home-container-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 80px 0 60px;
  width: 100%;
}
@media (min-width: 1280px) {
  body .case-studies-home-container-wrap {
    max-width: 1364px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .case-studies-home-container-wrap {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap {
    padding: 30px 0 30px;
  }
}
body .case-studies-home-container-wrap > h2 {
  display: block;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #282C30;
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
body .case-studies-home-container-wrap .case-studies-home-items-list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list {
    margin: 0 auto;
    width: auto;
  }
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 29px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item {
    display: block;
    padding: 8px 0;
  }
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item:first-child {
    padding-top: 0;
  }
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item:last-child {
    padding-bottom: 0;
  }
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link {
  position: relative;
  display: block;
  width: 100%;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in {
  position: relative;
  display: block;
  overflow: hidden;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in > img {
  width: 100%;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content {
    padding: 0 17px 17px;
  }
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content h2 {
  position: relative;
  display: block;
  margin: 0 0 7px;
  padding: 0;
  font-size: 32px;
  line-height: 43px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content h2 {
    font-size: 20px;
    line-height: 32px;
    height: auto !important;
    margin-bottom: 10px;
  }
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content .link-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content .link-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content .link-text:hover, body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link > .case-studies-home-item-link-in .case-studies-home-item-content .link-text:focus {
  text-decoration: none;
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link:hover, body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
}
body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link:hover .case-studies-home-item-content .link-text:before, body .case-studies-home-container-wrap .case-studies-home-items-list .case-studies-home-item .case-studies-home-item-link:focus .case-studies-home-item-content .link-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .container.bottom-home {
  width: 100%;
  max-width: none;
}
body .bottom-home-container-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 100%;
}
@media (min-width: 1280px) {
  body .bottom-home-container-wrap {
    max-width: 1364px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .bottom-home-container-wrap {
    padding: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap {
    padding: 30px 0 30px;
  }
}
body .bottom-home-container-wrap > h2 {
  display: block;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #282C30;
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list {
    margin: 0 auto;
    width: auto;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 29px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item {
    display: block;
    padding: 8px 0;
  }
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item:first-child {
    padding-top: 0;
    padding-bottom: 24px;
  }
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item:last-child {
    padding-bottom: 0;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap {
  position: relative;
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap .h2-bottom-title {
  display: block;
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}
@media (min-width: 768px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap .h2-bottom-title {
    display: none;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  bottom: 0;
  left: 9px;
  right: 0;
  width: calc(100% - 18px);
  height: calc(100% - 24px);
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap:after {
    display: none;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in > .img-wrap > img {
  position: relative;
  width: 100%;
  border-radius: 4px;
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap {
  display: block;
}
@media (min-width: 768px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media (min-width: 768px) and (max-width: 1099px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content {
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content {
    padding: 17px 0 24px;
    border: none;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content h2 {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: block;
  margin: 0 0 7px;
  padding: 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .bottom-home-item-content h2 {
    display: none;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap p {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  margin: 0 0 7px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4A4F54;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .link-text {
  margin: 10px 0 0;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .link-text {
    margin-top: 0;
    padding: 8px 5%;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link > .bottom-home-item-link-in .bottom-home-item-content-wrap .link-text {
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
    background-color: #D2451E;
    color: #fff;
  }
}
body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link:hover, body .bottom-home-container-wrap .bottom-home-items-list .bottom-home-item .bottom-home-item-link:focus {
  text-decoration: none;
}
body .featured-content-home-container-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 1280px) {
  body .featured-content-home-container-wrap {
    max-width: 1364px;
  }
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap {
    padding: 20px 0;
  }
}
body .featured-content-home-container-wrap > h2 {
  display: block;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #282C30;
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
body .featured-content-home-container-wrap .featured-content-home-items-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  /* IE10+ specific styles go here */
}
@media (min-width: 940px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 940px), (-ms-high-contrast: none) and (min-width: 940px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list {
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list {
    display: block;
    margin: 0 auto;
    width: auto;
  }
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item {
  position: relative;
  /*display: table-cell;*/
  vertical-align: top;
  text-align: left;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  /* IE10+ specific styles go here */
}
@media screen and (-ms-high-contrast: active) and (min-width: 940px), (-ms-high-contrast: none) and (min-width: 940px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item {
    display: table-cell;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item {
    display: block;
    padding: 8px 0;
  }
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item:first-child {
    padding-top: 0;
  }
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item:last-child {
    padding-bottom: 0;
  }
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link {
  position: relative;
  display: table;
  margin: 0 auto;
  width: auto;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in {
  position: relative;
  display: block;
  overflow: hidden;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+71&1+0,0+61 */
  background: -moz-linear-gradient(-45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 71%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 71%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in > img {
  width: 100%;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .sub-title-top {
  position: absolute;
  display: block;
  top: 30px;
  left: 30px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 65, 107, 0.8);
  padding: 0 30px 20px;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content:before {
  content: "";
  position: absolute;
  display: block;
  top: -45px;
  left: 22px;
  right: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 65, 107, 0.8);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content {
    padding: 0 17px 17px;
  }
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content h2 {
  position: relative;
  display: block;
  margin: 0 0 7px;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  /*min-height: 64px;*/
}
@media (min-width: 940px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content h2 {
    min-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content h2 {
    height: auto !important;
  }
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content .sub-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #FFC600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content .link-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content .link-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #D2451E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content .link-text:hover, body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link > .featured-content-home-item-link-in .featured-content-home-item-content .link-text:focus {
  text-decoration: none;
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link:hover, body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
}
body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link:hover .featured-content-home-item-content .link-text:before, body .featured-content-home-container-wrap .featured-content-home-items-list .featured-content-home-item .featured-content-home-item-link:focus .featured-content-home-item-content .link-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .advertisement-banner h3 {
  margin: 0;
}
body #layout-footer > z-widget > .container {
  width: 100% !important;
  max-width: none !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body .footer-container {
  background: #4A4F54;
}
body .footer-container .news-letter {
  background-color: #EBEBEB;
  border-bottom: 5px solid #FFC600;
  display: block;
  width: 100%;
  padding: 20px 0;
}
body .footer-container .news-letter > .container {
  width: 100%;
  max-width: none;
}
body .footer-container .news-letter .newsletter-container,
body .footer-container .news-letter .news-letter-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0;
}
body .footer-container .news-letter .newsletter-widget {
  display: table;
  width: 100%;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 980px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left {
    display: block;
    vertical-align: top;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 {
  display: table;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #00416B;
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 > label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 28px;
  float: none;
  color: #00416B;
  font-weight: 300;
  text-shadow: 1px 0 0 #00416B;
}
@media (min-width: 768px) and (max-width: 980px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 > label {
    width: 47%;
  }
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 > label {
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 > span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #4A4F54;
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-left > h2 > span {
    display: block;
    vertical-align: top;
    line-height: 26px;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 490px;
}
@media (min-width: 768px) and (max-width: 980px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-left: 0;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll {
  display: table;
  width: 100%;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input,
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input {
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=text], body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=email],
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=text],
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=email] {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 4px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
  padding: 0 20px;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=text]::-webkit-input-placeholder, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=email]::-webkit-input-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=text]::-webkit-input-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=email]::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=text]:-moz-placeholder, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=email]:-moz-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=text]:-moz-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=email]:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=text]::-moz-placeholder, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=email]::-moz-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=text]::-moz-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=email]::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=text]:-ms-input-placeholder, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-input input[type=email]:-ms-input-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=text]:-ms-input-placeholder,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-input input[type=email]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  width: 143px;
  text-align: right;
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn,
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn {
    display: block;
    vertical-align: top;
    margin-bottom: 0;
    width: 100%;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn {
  position: relative;
  width: 123px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  background-color: #D2451E;
  border: none;
  border-radius: 4px;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn,
  body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn {
    width: 100%;
  }
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn:before,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn:hover, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn:focus,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn:hover,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn:hover:before, body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right .input-group > .input-group-btn > .custom-btn.primary-btn:focus:before,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn:hover:before,
body .footer-container .news-letter .newsletter-widget > .newsletter-widget-right #mc_embed_signup_scroll > .input-group-btn > .custom-btn.primary-btn:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .footer-container .footer-information {
  display: block;
  position: relative;
  padding-top: 65px;
  width: 100%;
}
body .footer-container .footer-information > .container {
  max-width: none;
}
@media (min-width: 768px) {
  body .footer-container .footer-information {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  body .footer-container .footer-information {
    padding-top: 0;
  }
  body .footer-container .footer-information > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body .footer-container .footer-information .footer-col-all {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 20px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 {
  display: table-cell;
  vertical-align: top;
  padding-right: 4%;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus {
  display: table;
  table-layout: fixed;
  width: 100%;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title {
    position: relative;
    font-size: 20px;
    margin: 0 0 0;
    padding: 15px 20px 15px 15px;
    border-top: 2px solid #88898a;
    outline: 0;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    right: 15px;
    margin: 0;
    width: 15px;
    height: 0;
    border-bottom: 3px solid #fff;
    transform: rotate(90deg);
    transition: width 0.4s;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    right: 15px;
    margin: 0;
    width: 15px;
    height: 0;
    border-bottom: 3px solid #fff;
    transform: rotate(0);
    transition: width 0.4s;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu h2.accordion-title[aria-expanded=true]:before {
    width: 0;
  }
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu:first-child h2.accordion-title:first-child {
    border-top: none;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu:last-child {
    border-bottom: 2px solid #88898a;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content {
    max-height: 0;
    visibility: hidden;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content[aria-hidden=true] {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content[aria-hidden=true] li {
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content[aria-hidden=false] {
    overflow: visible;
    visibility: visible;
    padding: 0 20px 20px;
    max-height: 500px;
  }
  body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content[aria-hidden=false] li {
    opacity: 1;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li {
  display: block;
  margin: 0 0 17px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li:last-child {
  margin-bottom: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a:hover, body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a:focus {
  text-decoration: none;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a:hover:before, body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone {
  margin-bottom: 16px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap {
  display: table;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon-in {
  display: table-cell;
  vertical-align: top;
  padding-right: 9px;
  padding-top: 1px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon-in .icon-tel {
  display: block;
  fill: #fff;
  width: 16px;
  height: 16px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .info-in {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .info-in p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  margin-bottom: 11px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 9px;
  padding-top: 1px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon .icon-tel {
  display: block;
  fill: #9a9c9f;
  width: 16px;
  height: 16px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon-text {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon-text > a {
  font-weight: 600;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-phone .footer-need-help-info-wrap > .icon-text > span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 7px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-fax .footer-need-help-info-wrap > .icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 9px;
  padding-top: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-fax .footer-need-help-info-wrap > .icon .icon-tel,
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-fax .footer-need-help-info-wrap > .icon .icon-fax {
  display: block;
  fill: #9a9c9f;
  width: 18px;
  height: 18px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-fax .footer-need-help-info-wrap > .icon-text {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-fax .footer-need-help-info-wrap > .icon-text > a {
  font-weight: 600;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a {
  display: table;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding-right: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a > .icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 9px;
  padding-top: 2px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a > .icon .icon-chat {
  display: block;
  fill: #9a9c9f;
  width: 20px;
  height: 16px;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a > span.icon-text {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  margin-bottom: 11px;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a > span.icon-text > span {
  font-weight: 600;
  color: #fff;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a > span.icon-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:hover, body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:focus {
  text-decoration: none;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:hover:before, body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:focus:before {
  visibility: hidden;
}
body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:hover > span.icon-text:before, body .footer-container .footer-information .footer-col-all .footer-col-1 .footer-menus .footer-menu ul.accordion-content li.ftr-chat a:focus > span.icon-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .footer-container .footer-information .footer-col-all .footer-col-2 {
  display: table-cell;
  vertical-align: top;
  padding-right: 0;
  width: 280px;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 {
    width: 200px;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .footer-logo-wrap {
  position: relative;
  display: block;
  margin: 0 0 30px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .footer-logo-wrap > img {
  display: block;
  max-width: 100%;
  height: auto;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .footer-logo-wrap > a {
  display: block;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .footer-logo-wrap > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 .footer-logo-wrap {
    display: table;
    margin: 35px auto 25px;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group {
  position: relative;
  display: table;
  margin: 0 0 30px;
  width: 100%;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links {
  float: right;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links {
    float: none;
    margin: 0 auto;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li {
  display: table-cell;
  vertical-align: top;
  padding: 0 9px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li:first-child {
  padding-left: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li:last-child {
  padding-right: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a {
  display: block;
  position: relative;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a.social-twitter .icon {
  display: table;
  fill: #fff;
  width: 28px;
  height: 24px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a.social-facebook .icon {
  display: table;
  fill: #fff;
  width: 13px;
  height: 24px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a.social-instagram .icon {
  display: table;
  fill: #fff;
  width: 26px;
  height: 26px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a.social-linkedin .icon {
  display: table;
  fill: #fff;
  width: 27px;
  height: 24px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a.social-pinterest .icon {
  display: table;
  fill: #fff;
  width: 24px;
  height: 24px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a .icon {
  transition: all 0.2s ease-in-out;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a:focus .icon, body .footer-container .footer-information .footer-col-all .footer-col-2 .social-group ul.social-links li a:hover .icon {
  transform: scale(1.1);
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap {
  position: relative;
  display: table;
  margin: 0 0 0;
  width: 100%;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap h2.rating-badge-title {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap h2.rating-badge-title {
    text-align: center;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap h2.rating-badge-title.visually-hidden {
  margin-bottom: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap .trustpilot-widget {
  float: right;
  width: 150px;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap .trustpilot-widget {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge {
  float: right;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}
@media (max-width: 767px) {
  body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge {
    float: none;
    margin: 0 auto;
  }
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge li {
  display: table-cell;
  vertical-align: top;
  padding: 0 1px;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge li:first-child {
  padding-left: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge li:last-child {
  padding-right: 0;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge li > .icon {
  position: relative;
  display: table;
}
body .footer-container .footer-information .footer-col-all .footer-col-2 .rating-badge-wrap ul.trustpilot-rating-badge li > .icon .icon-star {
  display: block;
  fill: #EBEBEB;
  width: 21px;
  height: 21px;
}
body .footer-container .footer-copyright {
  position: relative;
  display: block;
  background-color: #4A4F54;
  border-top: 1px solid #4A4F54;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .footer-container .footer-copyright .footer-sitemap-links {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  body .footer-container .footer-copyright .footer-sitemap-links {
    padding-bottom: 10px;
  }
}
body .footer-container .footer-copyright .footer-sitemap-links ul {
  float: none;
  display: table;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  body .footer-container .footer-copyright .footer-sitemap-links ul {
    width: 100%;
    text-align: center;
  }
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 10px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 21px;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li:after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 11px;
  top: 5px;
  right: -9px;
  position: absolute;
  display: block;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li:last-child:after {
  display: none;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li a {
  position: relative;
  color: #fff;
  font-weight: 300;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li a:hover, body .footer-container .footer-copyright .footer-sitemap-links ul > li a:focus {
  text-decoration: none;
}
body .footer-container .footer-copyright .footer-sitemap-links ul > li a:hover:before, body .footer-container .footer-copyright .footer-sitemap-links ul > li a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 21px;
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a {
  position: relative;
  color: #fff;
  font-weight: 300;
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a:hover, body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a:focus {
  text-decoration: none;
}
body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a:hover:before, body .footer-container .footer-copyright .footer-sitemap-links > .footer-copyright p a:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body.search-onToggle-body .col-header-links .icon-search-toggle {
  display: none !important;
}
body.search-onToggle-body .col-header-links .icon-x {
  display: block !important;
}

.image-wrapper {
  border: 1px solid rgba(148, 148, 148, 0.25);
  min-height: 202px;
  width: 100%;
}
.login-container .account-signup-container.checkout-guest .checkout-guest-container {
  display: none !important;
}

.signup .user-register .email-checkbox-register, .Signup .user-register .email-checkbox-register {
  display: none !important;
}

@media (max-width: 767px) {
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle .search-panel-widget {
    background: #00416B;
    min-height: 71px;
    padding: 15px;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle .search-panel-widget #btnSearchTerm {
    background: #F4F4F4 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: 1px solid rgba(148, 148, 148, 0.5);
    border-left: 0;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle .search-panel-widget #btnSearchTerm .icon-search-header {
    stroke: #888888;
  }
  body .header .header-link-contain > .row > .container.header-search-and-links > .col-header-search.search-onToggle .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text] {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: #F4F4F4 !important;
  }
  body .header .header-link ul li {
    border-bottom: 1px solid #407090 !important;
  }
  body .header .header-link ul li.dropdown-item {
    border-bottom: none !important;
  }
  body .header .header-link ul li.dropdown-item + li {
    border-bottom: none !important;
  }
  body .header .header-link ul li.mobile-search-toggle {
    border-bottom: 1px solid #407090 !important;
  }
  body.search-onToggle-body .header .header-link ul li.mobile-search-toggle {
    border-bottom: 0 solid #407090 !important;
  }
  .search-widget .left-inner-icon {
    height: 42px;
    margin: 0 auto;
  }
}
.hdr-chat-link {
  position: relative;
  overflow: hidden;
}
.hdr-chat-link > div {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
}

#chatWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.right-container .pagination a {
  text-decoration: none;
}
.right-container .pagination i {
  color: #00416B;
}
.right-container .pagination i:hover {
  color: #D2451E;
}
.right-container .pagination select {
  background-size: 10px;
  background-position-x: 94%;
}
.right-container .action-ui li a {
  color: #00416B;
  text-decoration: none;
}
.right-container .action-ui li a:hover {
  color: #D2451E;
}
.right-container .table td a {
  text-decoration: none;
}

.receipt-info {
  font-size: 13px;
}
.receipt-info p {
  margin-bottom: 5px;
}

.account-dashboard .order-receipt .receipt-totals h2 {
  color: #00416B;
}
.account-dashboard .order-receipt .receipt-item-list table {
  border-top: 1px solid #c3c3c3;
}

@media (max-width: 525px) {
  .order-history .table-responsive {
    max-width: 95vw;
  }
  .receipt-item-list.shopping-cart {
    padding: 0;
  }
  .receipt-item-list .table-responsive {
    max-width: 95vw;
  }
}
@media print {
  .return-btn {
    visibility: hidden;
  }
  .not-show-print {
    visibility: hidden;
  }
  .invoice-custom-print {
    width: 100%;
  }
  .user-receipt .col-md-8, .user-receipt .print-shipping-col-8 {
    width: 66.66666667%;
    padding: 0;
  }
  .user-receipt .col-md-4, .user-receipt .print-shipping-col-4 {
    width: 33.33333333%;
  }
  .print-none {
    visibility: hidden;
  }
}
.header-class-for-pad + #layout-content {
  padding-top: 80px;
}

.btn-new-for-icon i.zf-cart {
  display: none;
}

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

.modal {
  z-index: 10000;
}
.modal.send-Mail-popup.show {
  background-color: rgba(0, 0, 0, 0.5);
}

body.modal-open.ViewComparison {
  overflow-y: hidden !important;
  background-color: #f1f1f1;
}
body.modal-open.ViewComparison .sendMailPopup .modal-dialog {
  top: 0 !important;
}
body.modal-open.ViewComparison .modal-backdrop.show {
  opacity: 0 !important;
  z-index: -991 !important;
}

.modal-footer .quotebutton .btn-primary {
  background: #00416B !important;
  border-color: #00416B !important;
  transition: all 0.4s ease-in-out;
}
.modal-footer .quotebutton .btn-primary:hover {
  background: #00416B;
}

.btn-primary {
  background: #00416B;
  border-color: #00416B;
  transition: all 0.4s ease-in-out;
}
.btn-primary:hover {
  background: #00416B;
}

.btn-underline-no {
  text-decoration: none !important;
}

.page-title {
  font-family: "Roboto Condensed", sans-serif;
}

textarea, input {
  font-family: "Poppins", sans-serif !important;
}

.visually-hidden-chat {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.account-recent-orders > .row.wishlist-item .p-0.wishlist-item-detail, .account-recent-orders > .row.wishlist-item .p-0.wishlist-item-price {
  padding-right: 10px !important;
}

[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}

body:not(.search-box-in) .search-panel-widget {
  position: relative;
}
body:not(.search-box-in) .search-panel-widget .hawk-search-btn-load {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #f4f4f4;
}
body.search-box-in .search-panel-widget .hawk-search-btn-load {
  display: none;
}

.Recent_View_Products_relProduct .product_highlight {
  display: none !important;
}

.product-extras-structure .container.category-recent-view-list .custom-recomended-products-carousel {
  padding: 0 5px !important;
}
@media (min-width: 769px) {
  .product-extras-structure .container.category-recent-view-list .custom-recomended-products-carousel .owl-next {
    right: -20px !important;
  }
  .product-extras-structure .container.category-recent-view-list .custom-recomended-products-carousel .owl-prev {
    left: -20px !important;
  }
}
.product-extras-structure .container.category-recent-view-list .owl-controls {
  margin-top: 70px;
}

.custom-inv-history-border {
  border-bottom: 2px solid #9e9e9e !important;
}

.order-terms-and-conditions-link {
  display: block;
  text-align: end;
  padding: 10px;
  color: #D2451E;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .order-terms-and-conditions-link {
    text-align: center;
  }
}

.order-history-tr-custom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* Cart */
.b2b-cart .b2b-cart-row .b2b-col-width input {
  text-align: center;
  width: 70px !important;
}

.product-type-messaging-box {
  position: relative;
  display: block;
}
.product-type-messaging-box .product-type-messaging-box-item-wrap {
  display: table;
  margin-top: 15px;
  width: 100%;
}
.product-type-messaging-box .product-type-messaging-box-item-wrap .product-type-messaging-box-item-checkbox {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 7px;
}
.product-type-messaging-box .product-type-messaging-box-item-wrap .product-type-messaging-box-item-checkbox input {
  height: 16px;
}
.product-type-messaging-box .product-type-messaging-box-item-wrap .product-type-messaging-box-item-label {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
}
.product-type-messaging-box .product-type-messaging-box-item-wrap .product-type-messaging-box-item-label label {
  vertical-align: 0 !important;
  margin-bottom: 0;
}

.clickable {
  cursor: pointer;
}

.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 48em) {
  .main-nav-shrink .main-nav.nav-bar.collapse.main-nav-sticky {
    display: flex !important;
    align-items: center;
    padding: 0 20px;
    max-width: 1612px;
    margin: 0 auto;
    justify-content: space-between;
    min-height: 64px;
  }
  .main-nav-shrink .main-nav.nav-bar.collapse.main-nav-sticky .cm-menu {
    max-width: 1004px;
    background: transparent;
    padding: 0;
  }
  .main-nav-shrink .main-nav.nav-bar.collapse.main-nav-sticky .cm-menu > li {
    background: transparent;
  }
  .main-nav-shrink .header-link ul li.login-li .login-in-link > .icon-x {
    display: none !important;
  }
  .main-nav-shrink .login-li .side-nav:before {
    right: 24%;
  }
  .special-message-wrap.message-sticky {
    position: fixed;
    top: 64px;
    z-index: 3;
    width: 100%;
    background: #fff;
  }
  body .header .header-nav-container.main-nav-shrink {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .main-nav-shrink .nav-bar > ul > li > a {
    font-size: 22px;
    line-height: 29px;
  }
}
.symbolImg {
  display: none;
}

.main-nav-shrink .header-search-and-links {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .main-nav-shrink .header-search-and-links {
    display: table;
  }
}
@media (min-width: 768px) {
  .main-nav-shrink .header-search-and-links > .col-header-search {
    display: table-cell;
    vertical-align: middle;
  }
}
.main-nav-shrink .header-search-and-links > .col-header-search .left-inner-icon input {
  padding-left: 15px;
}
.main-nav-shrink .header-search-and-links > .col-header-search .left-inner-icon > .twitter-typeahead > .typeahead:first-child {
  top: 3px !important;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
  height: 46px;
  border: 1px solid rgba(148, 148, 148, 0.5);
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #00416B;
  }
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group input[type=text]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 40px;
  min-width: 40px;
  height: 46px;
  background: #F4F4F4;
  border: 1px solid rgba(148, 148, 148, 0.5);
  border-left: none;
  padding: 0 19px 0 10px;
  text-align: right;
  position: relative;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon {
  position: absolute;
  top: 9px;
  left: 3px;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .left-inner-icon.input-group .input-group-btn > .btn-text.btn-bg-primary .icon .icon-search-header {
  fill: none;
  stroke: #4A4F54;
  width: 24px;
  height: 24px;
}
.main-nav-shrink .header-search-and-links > .col-header-search .search-panel-widget .search-widget .tt-dropdown-menu {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 846px) {
  .main-nav-shrink .header-search-and-links .col-header-links {
    width: auto;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .main-nav-shrink .header-search-and-links .col-header-links {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 0;
  }
}
.main-nav-shrink .header-link ul {
  display: table;
  padding-left: 0;
  padding-right: 0;
}
.main-nav-shrink .header-link ul li {
  display: table-cell;
  vertical-align: middle;
  border-right: none;
  padding: 0 20px 0 0;
  line-height: 19px;
}
@media (min-width: 768px) {
  .main-nav-shrink .header-link ul li.mobile-search-toggle {
    visibility: hidden;
    position: absolute;
    top: -300px;
    left: -300px;
  }
}
.main-nav-shrink .header-link ul li.mobile-search-toggle .icon-search-toggle {
  display: table;
  margin: 0 auto;
  fill: none;
  stroke: #fff;
  width: 30px;
  height: 58px;
}
.main-nav-shrink .header-link ul li.login-li {
  color: #4A4F54;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link {
  display: table;
  color: #4A4F54;
  padding-left: 0;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 22px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link > .icon .icon-account {
  display: block;
  fill: #fff;
  width: 27px;
  height: 26px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link > span {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
  display: none;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #949494;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link > span + span {
    display: none;
  }
}
.main-nav-shrink .header-link ul li.login-li .login-in-link:hover, .main-nav-shrink .header-link ul li.login-li .login-in-link:focus {
  text-decoration: none;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link:hover > span + span:before, .main-nav-shrink .header-link ul li.login-li .login-in-link:focus > span + span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-nav-shrink .header-link ul li.login-li .login-in-link.log-off {
  border-left: none;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub {
  position: absolute;
  top: 65px;
  right: 33px;
  display: block !important;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9991;
  width: 100%;
  min-width: 337px;
  max-width: 337px;
  height: 0;
  background: #fff;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 8%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent transparent transparent;
  -wekbit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub {
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #ebebeb;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top h2 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  color: #282C30;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top h2 > a {
  color: #282C30;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: #282C30;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group {
  float: none;
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group label {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282C30;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group input {
  position: relative;
  display: block;
  padding: 15px;
  height: 50px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me {
  position: relative;
  display: block;
  margin: 20px 0 2px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me input[type=checkbox] + label {
  padding-left: 28px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .styled-input.remember-me input[type=checkbox] + label:before {
  top: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  line-height: 16px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button + .form-group-button {
  margin-bottom: 24px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  background-color: #D2451E;
  border: none;
  border-radius: 4px;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary {
  background-color: #D2451E;
  color: #fff;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary:before {
  background-color: #fff;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-primary > span {
  color: #fff;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary {
  background-color: #fff;
  color: #282C30;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary:before {
  background-color: #282C30;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text.btn-bg-secondary > span {
  font-weight: 600;
  color: #282C30;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:hover, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:hover:before, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-button > .btn-text > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password {
  position: relative;
  display: block;
  margin: 0 0 11px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword {
  float: none;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  line-height: 19px;
  color: #00416B;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 107, 0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:focus:before, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub .login-in-link-top-menu-sub-top .login-form .form-group-forget-password .login-form-forgotpassword:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  width: 100%;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: none;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub ul li {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub ul li:first-child a {
  border-top: 1px solid #ebebeb;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub ul li:last-child {
  border-bottom: none;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active {
  background: #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  overflow: visible;
  visibility: visible;
  height: auto;
  padding: 0;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active:before {
  border-color: transparent transparent #ebebeb transparent;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top {
  padding: 25px 27px 17px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top h2 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 30px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active .login-in-link-top-menu-sub-top p {
  font-size: 16px;
  line-height: 21px;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 0;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a {
  display: block;
  text-align: left;
  width: 100%;
  text-decoration: none;
  color: #00416B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 18px;
}
@media (min-width: 768px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a {
    position: relative;
    width: auto;
    padding: 8px 27px;
    font-size: 15px;
    line-height: 18px;
  }
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #00416B;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
  }
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:hover, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:focus {
  background: #ebebeb;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:hover:before, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li a:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a {
  padding-top: 23px;
  border-top: 1px solid #ebebeb;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a:hover, .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:first-child a:focus {
  border-top: 1px solid #d9d9d9;
}
.main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub.active ul li:last-child a {
  padding-bottom: 23px;
}
.main-nav-shrink .header-link ul li.quick-order-li {
  display: none;
}
@media (min-width: 768px) and (max-width: 846px) {
  .main-nav-shrink .header-link ul li {
    padding-right: 10px;
  }
}
.main-nav-shrink .header-link ul li:last-child {
  padding-right: 0;
}
.main-nav-shrink .header-link ul li .header-toolbar-cart {
  color: #00416B;
}
.main-nav-shrink .header-link ul li.cart-icon {
  color: #4A4F54;
}
.main-nav-shrink .header-link ul li.cart-icon:before {
  display: none;
}
.main-nav-shrink .header-link ul li.cart-icon > a {
  display: table;
  color: #4A4F54;
}
.main-nav-shrink .header-link ul li.cart-icon > a > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 11px;
}
.main-nav-shrink .header-link ul li.cart-icon > a > .icon .icon-cart {
  display: block;
  fill: #fff;
  width: 26px;
  height: 26px;
}
.main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  padding-right: 4px;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header {
    color: #fff;
  }
}
.main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header.mb-view {
  display: none;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header.mb-view {
    display: none;
  }
}
.main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header {
  display: table-cell;
  vertical-align: middle;
  color: #4A4F54;
  position: relative;
  position: absolute;
  right: -13px;
  top: -15px;
}
.main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header .text-cart-header-in {
  position: relative;
  display: table;
  min-width: 32px;
  height: 32px;
  background: #D2451E;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header .text-cart-header-in {
    position: absolute;
    top: -8px;
    right: 0;
    min-width: 22px;
    height: 22px;
  }
}
.main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header .text-cart-header-in .cartcount {
  top: inherit;
  height: inherit;
  width: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header .text-cart-header-in .cartcount {
    top: 1px;
    font-size: 15px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .main-nav-shrink .header-link ul li.cart-icon > a > .text-cart-header.mb-view {
    display: none;
  }
}
.main-nav-shrink .header-link ul li.cart-icon > a:hover, .main-nav-shrink .header-link ul li.cart-icon > a:focus {
  text-decoration: none;
}
.main-nav-shrink .header-link ul li.cart-icon > a:hover > span.text-cart-header:before, .main-nav-shrink .header-link ul li.cart-icon > a:focus > span.text-cart-header:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-nav-shrink .header-link ul li.cart-icon > a:hover > span.text-cart-header + span.text-cart-header:before, .main-nav-shrink .header-link ul li.cart-icon > a:focus > span.text-cart-header + span.text-cart-header:before {
  display: none;
}
@media (min-width: 768px) {
  .main-nav-shrink .header-link ul li {
    padding: 0 10px 0 0;
  }
  .main-nav-shrink .header-link ul li.mobile-nav-toggle {
    padding: 0 0 0 0;
  }
  .main-nav-shrink .header-link ul li.login-li .login-in-link > .icon {
    padding-right: 17px;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle {
    visibility: visible;
    position: relative;
    top: 2px;
    left: 0;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle button {
    display: inline-block;
    text-align: center;
    font-family: Roboto-Regular, Arial, sans-serif;
    line-height: 34px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    height: auto;
    background-color: transparent !important;
    border: none;
    outline: none;
    margin-left: 0;
    padding-right: 15px;
    min-width: auto;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle .header-nav-links {
    height: auto;
    background-color: transparent !important;
    border: none;
    outline: none;
    margin-left: 0;
    padding-right: 15px;
    min-width: auto;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle .icon-search-toggle, .main-nav-shrink .header-link ul li.mobile-search-toggle .icon-x {
    width: 30px;
    height: 33px;
  }
  .main-nav-shrink .header-search-and-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    position: relative;
  }
  .main-nav-shrink .header-search-and-links > .col-header-search {
    display: none;
    position: absolute;
    right: 160px;
    width: 1200px;
  }
  .main-nav-shrink .header-search-and-links .col-header-search.search-onToggle,
  .main-nav-shrink .header-search-and-links .col-header-search.display {
    display: block;
  }
  .main-nav-shrink .header-search-and-links .col-header-search.display + .col-header-links .icon-search-toggle {
    display: none;
  }
  .main-nav-shrink .header-search-and-links .col-header-search.display + .col-header-links .icon-x {
    display: block;
  }
  .main-nav-shrink .symbolImg {
    display: block;
  }
  .main-nav-shrink .dueSearch li {
    display: none;
  }
}

@media (min-width: 768px) {
  header .header .header-nav-links {
    background-color: transparent !important;
    color: #000000;
  }
}
@media (min-width: 992px) {
  header .header .header-nav-links {
    background-color: transparent !important;
    color: #000000;
  }
}
.icon-x {
  display: table;
  margin: 0 auto;
  fill: none;
  stroke: #fff;
  width: 30px;
  height: 58px;
  display: none;
}

.col-header-search.display + .col-header-links .icon-search-toggle {
  display: none !important;
}

.col-header-search.display + .col-header-links .icon-x {
  display: block;
}

.mobile-sticky {
  position: fixed !important;
  top: -100px;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s all;
}

.mobile-show {
  top: 0;
  opacity: 1;
}

.activeDropdown {
  opacity: 1 !important;
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .main-nav-shrink .header-search-and-links > .col-header-search {
    width: 1000px;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .main-nav.nav-bar.collapse.main-nav-sticky {
    padding: 0 10px;
  }
  .main-nav-shrink .symbolImg {
    display: block;
    max-width: 50px;
  }
  .main-nav-shrink .nav-bar > ul > li > a {
    font-size: 18px;
    padding: 0 10px;
  }
  .main-nav-shrink .cm-menu .has-sub > span > span:after {
    bottom: 3px;
    right: -15px;
    width: 7px;
    height: 7px;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle .icon-search-toggle, .main-nav-shrink .header-link ul li.login-li .login-in-link > .icon .icon-account, .main-nav-shrink .header-link ul li.cart-icon > a > .icon .icon-cart {
    width: 22px;
    height: 26px;
  }
  .main-nav-shrink .header-search-and-links .col-header-search.display + .col-header-links .icon-x {
    width: 22px;
    height: 26px;
  }
  .main-nav-shrink .header-search-and-links > .col-header-search {
    right: calc(55vw - 391px);
    width: 770px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .main-nav.nav-bar.collapse.main-nav-sticky {
    padding: 0px;
  }
  .main-nav-shrink .symbolImg {
    display: none;
  }
  .main-nav-shrink .nav-bar > ul > li > a {
    font-size: 16px;
    padding: 0 10px;
    letter-spacing: 0px;
  }
  .main-nav-shrink .cm-menu .has-sub > span > span:after {
    bottom: 2px;
    right: -12px;
    width: 7px;
    height: 7px;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle .icon-search-toggle, .main-nav-shrink .header-link ul li.login-li .login-in-link > .icon .icon-account, .main-nav-shrink .header-link ul li.cart-icon > a > .icon .icon-cart, .main-nav-shrink .header-link ul .header-search-and-links .col-header-search.display + .col-header-links .icon-x {
    width: 20px;
    height: 24px;
  }
  .main-nav-shrink .header-link ul li.mobile-search-toggle button {
    min-width: auto;
  }
  .main-nav-shrink .header-link ul li.login-li .login-in-link > .icon {
    padding-right: 8px;
  }
  .main-nav-shrink .header-link ul li.login-li .login-in-link-top-menu-sub {
    top: 49px;
    right: 17px;
  }
  .main-nav-shrink .header-search-and-links .col-header-search.display + .col-header-links .icon-x {
    width: 20px;
    height: 24px;
  }
  .main-nav-shrink .header-search-and-links > .col-header-search {
    right: calc(55vw - 280px);
    width: 600px;
  }
}
.custom-sub li a:before {
  background-color: #d2451e;
  height: 2px;
  bottom: 7px;
  display: none;
}

.mobile-specialmsg {
  position: fixed !important;
  top: -100px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all;
  background: #fff;
}
.mobile-specialmsg .special-message-in {
  padding: 5px 7px !important;
}

.mobile-specialmsgShow {
  top: 140px;
  opacity: 1;
}

.hawk__searchBox .autosuggest-menu {
  position: relative;
}
.hawk__searchBox .hawk-autocomplete_input_box {
  display: flex;
  background: none 0% 0%/auto repeat scroll padding-box border-box #f4f4f4;
  border: 1px solid hsla(0deg, 0%, 58%, 0.5);
  border-radius: 4px;
}
.hawk__searchBox .hawk-autocomplete_input_box input {
  height: 46px;
  color: #4A4F54;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  border: none;
  background: none;
}
.hawk__searchBox .hawk-autocomplete_input_box .hawk-search-icon {
  margin-right: 14px;
  top: 13px;
  position: relative;
  height: 20px;
  width: 20px;
}
.hawk__searchBox .hawk-autocomplete_input_box .hawk-search-icon path {
  transform: scale(40);
  -ms-transform: scale(40);
  -webkit-transform: scale(40);
}
.hawk__searchBox .autosuggest-menu {
  background-color: white;
  margin-top: 3px;
  border: 1px solid black;
}
.hawk__searchBox .autosuggest-menu p {
  background-color: white;
  opacity: 1;
  display: block;
  z-index: 9999;
  position: relative;
  padding-left: 10px;
  min-height: 30px;
  background-color: white;
  line-height: 30px;
}
.hawk__searchBox .autosuggest-menu__list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  left: auto;
  top: auto;
  margin-top: -3px;
  display: block;
  overflow-y: auto;
  line-height: 35px;
  border: 1px solid #ccc;
  position: absolute;
  /* width: 100%; */
  z-index: 5;
  background: #fff;
  box-sizing: border-box;
  cursor: default;
  max-height: 500px;
}
.hawk__searchBox .autosuggest-menu__list ul li {
  display: flex !important;
  position: relative;
  border-bottom: 1px solid gray !important;
  min-height: 60px;
}
.hawk__searchBox .autosuggest-menu__list ul li img {
  width: 60px;
}
.hawk__searchBox .autosuggest-menu__list ul li .as-hawk-sku {
  position: absolute;
  left: 70px;
  top: 0;
}
.hawk__searchBox .autosuggest-menu__list ul li .p-name {
  position: absolute;
  left: 70px;
  top: 30px;
  margin-top: 0 !important;
}
.hawk__searchBox .autosuggest-menu__item {
  padding-left: 10px;
  background-color: #fff;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}
.hawk__searchBox .autosuggest-menu__item--highlighted, .hawk__searchBox .body .autosuggest-menu__item:focus, .hawk__searchBox .body .autosuggest-menu__item:hover {
  background-color: #3f4044;
  color: #fff;
}
.hawk__searchBox .autosuggest-menu h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}
.hawk__searchBox .autosuggest-menu .loading-label {
  width: 100%;
}
.hawk__searchBox .autosuggest-menu > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.hawk__searchBox .autosuggest-menu > ul > ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.hawk__searchBox .autosuggest-menu > ul > ul h3 {
  width: 100%;
}
.hawk__searchBox .autosuggest-menu > ul > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 8px;
  flex: 1;
  margin: 0px;
}
.hawk__searchBox .autosuggest-menu > ul > ul li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.hawk__searchBox .autosuggest-menu > ul > ul li.autosuggest-menu__item--highlighted {
  background: transparent !important;
  color: #212529;
}
.hawk__searchBox .autosuggest-menu > ul > ul li .p-name {
  line-height: 15px;
  margin-top: 5px;
  color: #4A4F54;
  font-size: 16px;
  font-weight: 500;
}
.hawk__searchBox .autosuggest-menu > ul > ul > .view-matches {
  width: 100%;
  text-align: center;
  color: #007bff;
  cursor: pointer;
}
.hawk__searchBox .autosuggest-menu > ul > div {
  width: 34%;
  padding-left: 15px;
}

.text-grey {
  color: #393E43 !important;
}

.store-locator-block {
  max-height: 400px;
  overflow: auto;
} /* override styles when printing */
@media print {
  html,
  body {
    background-color: #fff !important;
  }
  header,
  .header .header-logo,
  .slider-for {
    display: block !important;
  }
  header {
    display: block !important;
  }
  header .width-1330 {
    padding-bottom: 15px !important;
  }
  .b2b-product-view-details {
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details {
    float: none !important;
    display: table !important;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-images {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview .row {
    margin: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview .btn-primary.btn-text-full {
    display: block !important;
  }
  .b2b-product-view-details .b2b-product-tabs {
    margin-top: 10px !important;
    background-color: transparent !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure {
    background: #fff !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .product-info-card,
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .product-info-card {
    padding: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .accordion-container {
    margin-bottom: 25px !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-overview-wrapper .product-description:last-child,
  .b2b-product-view-details .b2b-product-tabs .product-overview-wrapper p:last-child {
    margin-bottom: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .tab-content > div {
    display: block !important;
  }
}
.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: #00833E;
  width: 100%;
}
.home-slider .slider .item img {
  height: 185px;
  width: auto;
  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 #c5b7b7;
  border-radius: 2px;
}
.offer-banner .owl-item .item:hover {
  box-shadow: 0px 3px 10px 0px #8f8787;
}
.offer-banner .owl-item .item > a {
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  width: 100%;
}
.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-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #0D47A1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.offer-banner .owl-item .item > a .carousel-caption .promo-description {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  letter-spacing: 0.88px;
  line-height: 20px;
  margin: 10px 0;
}
.offer-banner .owl-item .item > a .carousel-caption .btn {
  border-color: #9E9E9E;
  display: block;
  margin: 10px auto 0;
  padding: 15px 20px;
}
.offer-banner .owl-item .item > a .carousel-caption div {
  color: #454545;
}

.featured-products {
  padding-top: 40px;
  padding-bottom: 40px;
}
.featured-products .featured-products-block {
  padding: 0;
}

.carousel-card {
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}

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

.loged-out-product-details {
  padding: 10px 0;
}
.loged-out-product-details .loged-out-product-title {
  font-family: "Poppins", sans-serif;
  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;
  text-transform: uppercase;
}

.view-option-category {
  padding: 0 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.view-option-category li {
  width: 50%;
  padding: 10px;
}
.view-option-category .b2b-categories {
  padding: 10px;
}
.view-option-category a {
  width: 100%;
  display: block;
}
.view-option-category a:hover img {
  box-shadow: 0px 3px 10px 0px #8f8787;
}
.view-option-category a:hover label {
  cursor: pointer;
}
.view-option-category img {
  padding: 15px;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  border-radius: 2px;
  width: 100%;
}
.view-option-category label {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.b2b-products {
  padding: 10px;
}
.b2b-products .product-item {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  padding: 20px;
  border-radius: 2px;
  position: relative;
  width: 100%;
}
.b2b-products .product-item:hover {
  box-shadow: 0px 3px 10px 0px #8f8787;
}
.b2b-products .product-item:hover .title {
  color: #00833E;
}
.b2b-products .product-item .view-item .image {
  margin-bottom: 15px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
  max-height: 48px;
}
.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-family: "Poppins", sans-serif;
}
.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;
  }
  .b2b-products .product-item:hover .btn-quick-view {
    display: block;
  }
  .view-option-category li {
    width: 25%;
  }
}
@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;
  }
}
.b2b-instore-pickup {
  background-color: #00833E;
  color: #FFFFFF;
  font-size: 20px;
}
.b2b-instore-pickup a {
  padding-left: 25px;
  font-size: 14px;
  color: #FFFFFF;
}

.b2b-breadcrumbs {
  padding: 10px 0;
}
.b2b-breadcrumbs a {
  color: #9E9E9E;
  text-decoration: underline;
}
.b2b-breadcrumbs a.home-icon {
  font-size: 14px;
}
.b2b-breadcrumbs a:hover {
  color: #00833E;
}

.b2b-category-list .category-img-list a .img-container {
  height: 180px;
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  border-radius: 2px;
}
.b2b-category-list .category-img-list a .img-container:hover {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.b2b-category-list .category-img-list a .img-container img {
  padding: 0px;
  box-shadow: none;
}

.b2b-brand-list, .b2b-checkout-page, .b2b-product-view-details, .b2b-thanks-page, .b2b-quote-page {
  box-shadow: 0px 0px 1px 0px #c5b7b7;
  -moz-box-shadow: 0px 0px 1px 0px #c5b7b7;
  -webkit-box-shadow: 0px 0px 1px 0px #c5b7b7;
}

.product-inventory {
  background-color: #FAFAFA;
  padding-left: 5px;
}
.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;
  }
}
#layout-category .search-results-title-header {
  padding-top: 20px;
}

.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.active-link a {
  color: #03A9F4 !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: #454545;
}
.product-view-details .product-overview .product-info .stock-notice-link {
  text-decoration: underline;
  font-family: Roboto-Medium, Arial, sans-serif;
}
.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: #5CB85C;
}
.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: #5CB85C;
}
.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: #B9B9B9;
  cursor: pointer;
  padding: 1px 6px;
}
.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: #B9B9B9;
  padding-right: 5px;
}
.product-view-details .product-overview .product-info .product-page-links .btn-see-more a {
  color: #B9B9B9;
}
.product-view-details .product-overview .product-info .product-page-links .btn-see-more a:focus {
  outline: none;
}

.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: #5CB85C;
}
.inventory-popup .inventory-popup-content .warehouse-view-details .address-warehouse {
  color: #0f60a0;
}

.product-overview .product-info .product-price h2 {
  font-size: 20px;
}

.add-to-cart-block {
  display: flex;
  margin: 10px 0;
}
.add-to-cart-block input {
  width: 70px;
  border-radius: 2px;
}
.add-to-cart-block button {
  min-width: 170px;
  margin-left: 15px;
  text-transform: uppercase;
}

.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 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 5px 15px;
  border-bottom: 1px solid #DEE2E6;
}

.b2b-group-products .table thead {
  background-color: #F5F5F5;
}
.b2b-group-products .table tbody tr td {
  font-family: Roboto-Medium, Arial, sans-serif;
  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: Roboto-Regular, Arial, 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: #01579B;
}
.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 #c5b7b7;
  background-color: #F5F5F5;
}
.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-family: "Poppins", sans-serif;
}
.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: Roboto-Regular, Arial, 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 #c5b7b7;
  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 thead .b2b-select-quantity {
  font-family: Roboto-Regular, Arial, sans-serif;
}
.b2b-bundle-product .bundle-products .table tbody tr td {
  vertical-align: middle;
  font-family: Roboto-Medium, Arial, sans-serif;
}
.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-sku .child-product-sku {
  font-family: Roboto-Regular, Arial, sans-serif;
}
.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: #01579B;
}
.b2b-bundle-product .bundle-products .table tbody .bundle-item-title {
  word-break: break-all;
}

.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: #9E9E9E;
  border-radius: 5px;
}
.b2b-configurable-product .b2b-dynamic-addons .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #9E9E9E;
}
.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-family: Roboto-Medium, Arial, sans-serif;
}
.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: Roboto-Regular, Arial, 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: #01579B;
}
.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-family: "Poppins", sans-serif;
}

.cut-price {
  color: #9E9E9E;
  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: #9E9E9E;
  text-decoration: line-through;
}

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

.btn-wishlist {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 101;
  padding: 4px 0;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  color: #9E9E9E;
  cursor: pointer;
}
.btn-wishlist.added-to-wishlist {
  color: #00833E;
}
.btn-wishlist.added-to-wishlist .heart-icon:before {
  border-color: #00833E;
  background-color: #FFFFFF;
}
.btn-wishlist .heart-icon:before {
  border: 2px solid #9E9E9E;
  padding: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.b2b-email-to-friend {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 101;
  padding: 0;
  border: 0;
  font-size: 28px;
  background-color: transparent;
  color: #9E9E9E !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: #01579B;
}

.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: #01579B;
}

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

.b2b-price-list .b2b-price-list-head {
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
  color: #01579B;
  text-transform: uppercase;
}
.b2b-price-list .b2b-price-list-body {
  width: 38%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
}
.b2b-price-list .b2b-price-list-save {
  width: 24%;
  font-family: Roboto-Medium, Arial, sans-serif;
  color: #01579B;
}

.b2b-sku-brand {
  font-size: 16px;
  line-height: 16px;
}
.b2b-sku-brand span {
  font-family: "Poppins", sans-serif;
}
.b2b-sku-brand a {
  text-decoration: underline;
}

.b2b-product-highlight ul li {
  height: 65px;
  width: 65px;
  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 #FF6F00;
}
.b2b-configurable-attribute .size-swatch li label.scratch-text.scratchattribute {
  background: linear-gradient(to top left, #fff calc(50% - 1px), #9E9E9E, #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 #FF6F00;
}
.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: #FF6F00;
}
.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 #454545;
}
.b2b-configurable-attribute .scratch-image:hover, .b2b-configurable-attribute .scratch-image img.SwatchImage:hover {
  border: 1px solid #FF6F00;
}
.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: #9E9E9E;
  padding: 0;
  margin: 0;
  border-top: 2px solid #9E9E9E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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-sku-brand {
    /* .product-number {
         padding-right: 10px;
         width: auto;
     }

     .product-brand {
         padding-left: 10px;
         margin-top: 0;
         border-left: 2px solid $text-default;
         width: auto;
     }*/
  }
  .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;
  }
}
.product-carousel .simpleLens-lens-element {
  position: absolute;
  z-index: 10;
}
.product-carousel .simpleLens-thumbnail-wrapper {
  padding: 10px;
}
.product-carousel .simpleLens-thumbnail-wrapper.slider-item {
  padding: 0 !important;
}
.product-carousel .simpleLens-thumbnails-container {
  overflow: hidden;
}
.product-carousel .slick-slide {
  padding: 0 1rem;
}
.product-carousel .slick-slider {
  position: static;
}
.product-carousel .slick-list {
  margin: 0 -1rem;
}
.product-carousel .slider-for .simpleLens-lens-image {
  display: none;
}
.product-carousel .slider-for .simpleLens-lens-image.active-slide {
  display: block;
}
.product-carousel .slider-nav {
  max-height: none;
}
.product-carousel .slider-nav.empty {
  display: none;
}
.product-carousel .slider-nav.slider-nav-hidden {
  visibility: hidden;
  max-height: 0;
  z-index: -9999;
}
.product-carousel .slider-nav.slider-nav-hidden .slick-slide {
  position: absolute;
}
.product-carousel .slick-arrow {
  top: calc(50% - 7rem);
}
.product-carousel .slick-prev {
  left: 1rem;
}
.product-carousel .slick-next {
  right: 1rem;
}
.product-carousel .simpleLens-big-image {
  width: 100%;
}
.product-carousel .simpleLens-big-image-container,
.product-carousel .simpleLens-lens-image {
  width: 100%;
  height: auto;
}
.product-carousel .simpleLens-big-image-container {
  display: flex;
  margin-bottom: 2rem;
}
.product-carousel .simpleLens-big-image-container.slider-for {
  border: 1px solid rgba(148, 148, 148, 0.3);
}
.product-carousel .simpleLens-big-image-container .magnify-wrapper {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.product-carousel .simpleLens-big-image-container .magnify-wrapper img {
  max-width: 31px;
}
.product-carousel .product-images {
  display: block;
}
.product-carousel .slider-nav.slick-initialized.slick-slider {
  position: static;
}
@media (min-width: 992px) {
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide {
    position: relative;
    margin: 0 14px;
    padding: 0;
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide > div {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(148, 148, 148, 0.3);
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide > div > a {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(148, 148, 148, 0);
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide > div > a img {
    margin: 0 auto;
    height: 116px;
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide > div > a img.simpleLens-big-image {
    width: auto;
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide > div > a .magnify-wrapper {
    display: none;
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide.slick-current > div {
    border: 1px solid #E43500;
  }
  .product-carousel .slider-nav.slick-initialized.slick-slider .slick-slide.slick-current > div > a {
    border: 1px solid #E43500;
  }
}

.product-view-details .product-category,
.product-overview .product-category {
  color: #00416E;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.product-view-details .product-name-detail,
.product-overview .product-name-detail {
  font-family: "Roboto Condensed", sans-serif;
  color: #383E44;
  font-size: 32px;
  line-height: 40px;
}
.product-view-details .product-number-details .product-number,
.product-overview .product-number-details .product-number {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.product-view-details .product-number-details .product-brand,
.product-overview .product-number-details .product-brand {
  display: inline-block;
  margin-bottom: 8px;
}
.product-view-details .product-number-details .product-brand img,
.product-overview .product-number-details .product-brand img {
  width: 100%;
  max-width: 52px;
}
.product-view-details .product-rating-wrapper,
.product-overview .product-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-view-details .product-rating-wrapper .rating-numbers,
.product-overview .product-rating-wrapper .rating-numbers {
  color: #7E8285;
  font-size: 16px;
  line-height: 26px;
}
.product-view-details .product-rating-wrapper .review-link,
.product-overview .product-rating-wrapper .review-link {
  font-size: 16px;
  line-height: 26px;
  color: #004172;
  margin-left: 8px;
}
.product-view-details .special-pricing-wrapper,
.product-overview .special-pricing-wrapper {
  margin-bottom: 16px;
}
.product-view-details .special-pricing-title,
.product-overview .special-pricing-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #393E43;
  font-size: 16px;
}
.product-view-details .special-pricing-cost,
.product-view-details .special-pricing-saving,
.product-overview .special-pricing-cost,
.product-overview .special-pricing-saving {
  padding-left: 24px;
  color: #00416E;
}
.product-view-details .special-pricing-cost,
.product-view-details .special-pricing-info,
.product-overview .special-pricing-cost,
.product-overview .special-pricing-info {
  color: #7e7e7e;
}
.product-view-details td,
.product-overview td {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
}
.product-view-details .special-pricing-list .link:hover,
.product-overview .special-pricing-list .link:hover {
  color: #004172;
}
.product-view-details .your-pricing,
.product-overview .your-pricing {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
@media (max-width: 525px) {
  .product-view-details .your-pricing,
  .product-overview .your-pricing {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.product-view-details .price,
.product-overview .price {
  display: flex;
  align-items: center;
}
.product-view-details .pricing-discount,
.product-overview .pricing-discount {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  height: auto;
  font-weight: 500;
  margin-left: 16px;
  padding: 0px 10px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  text-decoration: none;
}
@media (max-width: 525px) {
  .product-view-details .pricing-discount,
  .product-overview .pricing-discount {
    margin-left: 0;
    margin-top: 13px;
  }
}
.product-view-details .cut-price,
.product-overview .cut-price {
  margin-left: 8px;
}
.product-view-details .product-details-qty,
.product-overview .product-details-qty {
  display: flex;
}
.product-view-details .quantity-label,
.product-overview .quantity-label {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.product-view-details .your-pricing h3,
.product-overview .your-pricing h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #D2451E;
  margin: 0 0 0 8px;
}
@media (max-width: 525px) {
  .product-view-details .your-pricing h3,
  .product-overview .your-pricing h3 {
    font-size: 24px;
  }
}
.product-view-details .your-pricing span,
.product-overview .your-pricing span {
  color: #383E44;
  display: block;
  line-height: 36px;
  padding: 0;
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 525px) {
  .product-view-details .your-pricing span,
  .product-overview .your-pricing span {
    line-height: 29px;
    font-size: 24px;
  }
}
.product-view-details .your-pricing .cut-price,
.product-overview .your-pricing .cut-price {
  color: #373E45;
}
.product-view-details .your-pricing button,
.product-overview .your-pricing button {
  margin-top: 5px;
}
.product-view-details .form-group,
.product-overview .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-view-details .quantity,
.product-overview .quantity {
  margin: 0 20px 0 15px;
  text-align: center;
  width: 70px;
  height: 46px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
}
.product-view-details .quantity::placeholder,
.product-overview .quantity::placeholder {
  color: #383E44;
  font-family: "Poppins", sans-serif;
}
.product-view-details .remaining-stock,
.product-overview .remaining-stock {
  margin-left: 4px;
  color: #7e7e7e;
}
.product-view-details .success-msg,
.product-overview .success-msg {
  color: #007473;
  display: flex;
  align-items: center;
}
.product-view-details .success-msg:before,
.product-overview .success-msg:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E406B7138-05C2-42B1-AD1B-60B2F082E455%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1202.000000, -715.000000)'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='In-Stock' transform='translate(111.000000, 436.000000)'%3E%3Cg id='icon/checkmark-circle' transform='translate(0.000000, 7.000000)'%3E%3Ccircle id='Oval' fill='%23007473' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cg id='Icons/1.-Base/chat_bubble_outline' transform='translate(4.000000, 4.000000)' fill='%23FFFFFF'%3E%3Cpolygon id='🎨-fill' points='2.86365492 6.19772369 0.716015784 3.91790176 0 4.67784241 2.86365492 7.71717172 9 1.20438509 8.28439243 0.444444444'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}
.product-view-details .success-msg .product-count,
.product-overview .success-msg .product-count {
  color: #7E8285;
}
.product-view-details .btn-text-full,
.product-overview .btn-text-full {
  background-color: #FFC600;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #282C30;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: none;
  box-shadow: none;
}
.product-view-details .btn-text-full:hover,
.product-overview .btn-text-full:hover {
  color: #fff;
  background-color: #00416B;
}
.product-view-details .order-info,
.product-overview .order-info {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #7e7e7e;
  margin-bottom: 8px;
}
.product-view-details .wishlist-add,
.product-overview .wishlist-add {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #004172;
  display: inline-block;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.product-view-details .wishlist-add span,
.product-overview .wishlist-add span {
  line-height: 1;
  margin-top: 1px;
  font-size: 18px;
  padding-right: 4px;
}
.product-view-details .product-details, .product-view-details p,
.product-overview .product-details,
.product-overview p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
}
.product-view-details .measure-wrapper,
.product-view-details .weight-wrapper,
.product-overview .measure-wrapper,
.product-overview .weight-wrapper {
  margin-top: 5px;
}
.product-view-details .measure-unit-title,
.product-view-details .measure-unit,
.product-view-details .weight-title,
.product-view-details .weight,
.product-overview .measure-unit-title,
.product-overview .measure-unit,
.product-overview .weight-title,
.product-overview .weight {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
}
.product-view-details .measure-unit-title,
.product-view-details .weight-title,
.product-overview .measure-unit-title,
.product-overview .weight-title {
  font-weight: 700;
}
.product-view-details .measure-unit,
.product-view-details .weight,
.product-overview .measure-unit,
.product-overview .weight {
  margin-left: 4px;
}

@media (max-width: 767px) {
  .product-carousel .simpleLens-big-image-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-view-details .product-images .slider-nav .magnify-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-view-details .product-images .slider-nav .slick-dots-wrap .slick-dots {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-carousel .simpleLens-big-image-container.simple {
    display: block;
  }
  .product-carousel .slick-current img {
    border: none;
  }
  .product-carousel .slick-slider {
    position: relative;
  }
  .product-carousel .slick-slider .slick-arrow {
    height: 2rem;
    width: 2rem;
    top: 50%;
    z-index: 5;
  }
  .product-carousel .slider-item {
    max-height: 20rem;
    object-position: center;
    object-fit: cover;
  }
  .product-carousel .slick-slide {
    padding: 0;
  }
  .product-carousel .slick-slide img {
    max-width: 100%;
  }
  .product-carousel .slick-prev {
    left: -5px;
  }
  .product-carousel .slick-next {
    right: -5px;
  }
  .product-info-card .slick-prev, .product-info-card .slick-next {
    top: 23%;
  }
  .product-overview-wrapperTop {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .product-overview-wrapperTop .product-rating {
    display: none;
  }
  .product-overview-wrapperTop .price {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .product-overview-wrapperTop .price h3 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #D2451E;
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 525px) {
  .product-overview-wrapperTop .price h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .product-overview-wrapperTop .price span {
    color: #383E44;
    display: block;
    line-height: 36px;
    padding: 0;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
  }
}
@media only screen and (max-width: 768px) and (max-width: 525px) {
  .product-overview-wrapperTop .price span {
    line-height: 29px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .product-overview-wrapperTop .price .cut-price {
    color: #373E45;
  }
}
@media only screen and (max-width: 768px) {
  .product-overview-wrapperTop .price button {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .product-view-details td {
    font-size: 14px;
  }
  .product-view-details .special-pricing-cost, .product-view-details .special-pricing-saving {
    padding-left: 20px;
  }
  .product-view-details .wishlist-add span {
    font-size: 16px;
  }
  .product-view-details .product-number-details .product-brand {
    margin-bottom: 0;
  }
  .product-view-details .product-name-detail {
    font-size: 30px;
    line-height: 36px;
  }
}
.saving-box {
  position: relative;
  background-color: #D2451E;
  color: #fff !important;
  border-radius: 4px;
  font-size: 16px !important;
  line-height: 25px !important;
  padding: 2px 5px 1px !important;
  margin-left: 7px;
  min-width: 69px;
}

#dynamic-product-variations {
  display: flex;
  flex-flow: column;
}
#dynamic-product-variations > .product-type-messaging-box {
  order: 2;
}
#dynamic-product-variations > .product-type-messaging-box p {
  margin-bottom: 5px;
  color: #cc0000;
}
#dynamic-product-variations > .product-type-messaging-box p:last-child {
  margin-bottom: 10px;
}
#dynamic-product-variations > .pdp-attr-col {
  order: 1;
}
#dynamic-product-variations > .pdp-attr-col > .form-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
#dynamic-product-variations > .product-info-wrapper {
  order: 3;
  margin-top: 5px;
}
#dynamic-product-variations > .product-details-wrapper {
  order: 4;
}

.pro65-group-product-wrap {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #000;
}
.pro65-group-product-wrap a {
  font-size: 15px;
  line-height: 16px;
  color: #000;
}
.pro65-group-product-wrap a:hover, .pro65-group-product-wrap a:focus {
  text-decoration: none;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.8);
}
.pro65-group-product-wrap a.pro65-group-product-link {
  display: table;
  position: relative;
}
.pro65-group-product-wrap a.pro65-group-product-link > .pro65-group-product-img {
  display: table-cell;
  vertical-align: middle;
}
.pro65-group-product-wrap a.pro65-group-product-link > .pro65-group-product-img > img {
  height: 50px;
}
.pro65-group-product-wrap a.pro65-group-product-link > .pro65-group-product-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.pro65-group-product-wrap a.pro65-group-product-link > .pro65-group-product-text > span {
  display: block;
}
.pro65-group-product-wrap a.pro65-group-product-link > .pro65-group-product-text > span:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.pro65-group-product-wrap .pro65-group-product-link {
  display: table;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #000;
}
.pro65-group-product-wrap .pro65-group-product-link > .pro65-group-product-img {
  display: table-cell;
  vertical-align: middle;
}
.pro65-group-product-wrap .pro65-group-product-link > .pro65-group-product-img > img {
  height: 50px;
}
.pro65-group-product-wrap .pro65-group-product-link > .pro65-group-product-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.pro65-group-product-wrap .pro65-group-product-link > .pro65-group-product-text > span {
  display: block;
}
.pro65-group-product-wrap .pro65-group-product-link > .pro65-group-product-text > span:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

#Product #layout-product .product-view-details #dynamic-product-variations .form-group {
  flex-wrap: wrap;
}
#Product #layout-product .product-view-details #dynamic-product-variations .form-group #quantity-error-msg {
  width: 90%;
}

.custom-recomended-products-carousel {
  margin: 0 auto;
  max-width: 100% !important;
}
.custom-recomended-products-carousel .custom-recomended-products-container {
  display: flex;
  flex-direction: row;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-item {
  max-width: 100%;
}
.custom-recomended-products-carousel .custom-recomended-products-container .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}
.custom-recomended-products-carousel .custom-recomended-products-container .item .description {
  padding: 20px;
}
.custom-recomended-products-carousel .custom-recomended-products-container .item .image {
  max-width: 100%;
  width: 100%;
}
.custom-recomended-products-carousel .custom-recomended-products-container .item .image img {
  max-width: 100%;
  width: 100%;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-pagination {
  display: block;
  position: absolute;
  width: 100%;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-pagination .owl-page span {
  background: #00416b !important;
  border: 2px solid #00416b;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 5px;
  cursor: pointer;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-pagination .owl-page.active span {
  background: #ebebeb !important;
  border: 2px solid #d0d0d0;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-prev, .custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-next {
  float: left;
  position: absolute;
  top: calc(50% - 24px);
  transform: translate(0, -50%);
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-prev {
  left: -50px;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-prev .left-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='31px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 31px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  transform: scaleX(-1);
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-next {
  right: -50px;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons .owl-next .right-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='31px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 31px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.custom-recomended-products-carousel .custom-recomended-products-container .owl-buttons div span {
  color: #00416B !important;
}

@media (max-width: 767px) {
  .custom-recomended-products-carousel .custom-recomended-products-container .owl-prev {
    left: 0 !important;
  }
  .custom-recomended-products-carousel .custom-recomended-products-container .owl-next {
    right: 0 !important;
  }
}
.custom-recomended-products-container .item {
  padding: 0 20px !important;
}
.custom-recomended-products-container .item .title {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  color: #7e7e7e !important;
  margin: 10px 0 !important;
  line-height: 26px;
  text-align: left !important;
}
.custom-recomended-products-container .item .description {
  color: #00416E !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  padding: 0 !important;
  flex: 1;
}
.custom-recomended-products-container .item .description-link {
  flex: 1;
}
.custom-recomended-products-container .item > span {
  margin-top: 5px;
  display: block;
}
.custom-recomended-products-container .image {
  border: 1px solid rgba(148, 148, 148, 0.25);
  max-width: 258px !important;
}
@media (max-width: 767px) {
  .custom-recomended-products-container .image {
    margin: 0 auto;
  }
}

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

#layout-account-invoicehistorydetail .account-dashboard .h-100.dashboard-content.shipping-content {
  margin-top: 10px;
}
#layout-account-invoicehistorydetail .account-dashboard .order-history-details-bottom-area {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  #layout-account-invoicehistorydetail .account-dashboard .order-history-details-bottom-area {
    flex-direction: column;
  }
}
#layout-account-invoicehistorydetail .account-dashboard .order-history-details-bottom-area .cart-summary.receipt-totals.order-comments {
  padding-left: 0.75rem;
}
#layout-account-invoicehistorydetail .account-dashboard .order-history-shipping-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 768px) {
  #layout-account-invoicehistorydetail .account-dashboard .order-history-shipping-wrap {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  #layout-account-invoicehistorydetail .account-dashboard .order-history-shipping-wrap .row.m-0.py-3.text-break {
    width: 100%;
  }
}

.order-number-confirm {
  display: none !important;
}

.element-order-hidden {
  display: none !important;
}

.order-checkout-receipt-description {
  text-align: center;
}

.b2b-thanks-page .checkout-reciept .head-order-number-thank-you {
  display: none !important;
}

.continue-shopping-thank-you-button {
  box-shadow: none !important;
}

.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-family: "Poppins", sans-serif;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.account-dashboard .account-container-menu .my-accounts-nav .account-menu li a:hover {
  color: #01579B;
}
.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: 1px 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 #c5b7b7;
}
.account-dashboard .order-receipt .checkout-reciept-approver .approver-comment .approver-comment-info .label-approver {
  font-weight: bold;
}
.account-dashboard .order-receipt .table.table-tr .table-tr-top-inv {
  border: 2px solid #9e9e9e;
  border-bottom: none;
}
.account-dashboard .order-receipt .table.table-tr .table-tr-bottom-inv {
  border: 2px solid #9e9e9e;
  border-top: none;
}
.account-dashboard .order-receipt .dashboard-content .return-item-list .returned-product-name {
  font-weight: bold;
}
.account-dashboard .order-receipt .dashboard-content .return-item-list .returned-product-desc {
  font-size: 12px;
}
.account-dashboard .right-container .pendingorder-heading {
  font-size: 30px;
}
.account-dashboard .right-container .voucher-detail .filter-component .total-label {
  color: #01579B;
}
.account-dashboard .right-container .voucher-detail .filter-component h5 {
  font-size: 24px;
}
.account-dashboard .right-container .orders-date {
  font-size: 18px;
  color: #9E9E9E;
  font-weight: bold;
}
.account-dashboard .right-container .dashboard-content {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  border-radius: 2px;
}
.account-dashboard .right-container .dashboard-content .voucher-list .filter-component .total-label {
  font-size: 18px;
  color: #01579B;
  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;
}
@media (min-width: 540px) {
  .account-dashboard .right-container .dashboard-content .account-recent-orders .p-0.call-to-delete-credit-card-block {
    padding-left: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.account-dashboard .right-container .dashboard-content .account-recent-orders .p-0.call-to-delete-credit-card-block i {
  font-size: 15px !important;
  font-style: italic !important;
}
@media (max-width: 539px) {
  .account-dashboard .right-container .dashboard-content .account-recent-orders .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .account-dashboard .right-container .dashboard-content .account-recent-orders .col-6.p-0.call-to-delete-credit-card-block {
    margin-bottom: 1rem !important;
  }
}
.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: #01579B;
  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 5px 25px;
  border-bottom: 1px solid #c9bcbc;
  margin: 0;
}
.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-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.account-dashboard .right-container .b2b-section-header {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  color: #454545;
  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 #c5b7b7;
}
.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.create-template {
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .main-wrapper.col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .main-wrapper.col > .row.create-template {
  display: none !important;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page > .container .row.quick-order-pad {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page > .container .row.quick-order-pad > .col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page > .container .row.quick-order-pad > .col-12 > h1 {
  margin-bottom: 15px;
}
.account-dashboard .quick-add-products.create-template .row.b2b-quick-order-page > .container .row.quick-order-pad > .col-12 > h1.border-bottom {
  border-bottom: none !important;
}
.account-dashboard .quick-add-products.create-template .col-12.col-lg-12.ml-auto {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-dashboard .quick-add-products.create-template .col-12.col-lg-12.ml-auto .quick-order-pad-content .quick-rows {
  overflow: visible !important;
}
.account-dashboard .quick-add-products .b2b-quick-order-page {
  margin-bottom: 50px;
}
.account-dashboard .quick-add-products .b2b-quick-order-page h1 {
  font-size: 24px;
}
.account-dashboard #frmLinkExternalAccount .link-account {
  padding-top: 10px !important;
}
.account-dashboard #frmLinkExternalAccount .link-account .dashboard-content {
  padding-top: 10px !important;
}

.user-account .view-certificates-button-dash {
  background: #D2451E;
  box-shadow: none;
  color: #fff;
  padding: 10px 30px;
  height: auto;
  display: inline-flex;
  margin: 10px 10px;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.user-account .view-certificates-button-dash:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  background: #D2451E;
  text-decoration: none;
}

.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;
  text-transform: uppercase;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn {
  margin: 0 15px;
  top: -2px;
  position: relative;
  border: 1px solid #c5b7b7;
  padding: 2px 5px;
}
.dashboard-addresses-custom .dashboard-addresses .address-action-btns .address-change .edit-address-btn .edit-icon:before {
  font-family: inherit;
  content: "EDIT";
  color: #CB5800;
  font-size: 12px;
}
.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 !important;
}

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

.wishlist-container .wishlist-item {
  position: relative;
}
.wishlist-container .wishlist-item .wishlist-item-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: auto;
}

.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;
  font-size: 12px;
  margin: 2px 5px;
  padding: 0 7px;
  height: 24px;
  line-height: 21px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 1px solid #c3c3c3;
  cursor: pointer;
}
.dashboard-content .filter-component .btn-dropdown .zf-down {
  font-size: 8px;
}
.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 {
  /*for ADA fix*/
  text-decoration: underline;
}
.dashboard-content .orders-table th, .dashboard-content .orders-table td {
  vertical-align: middle !important;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #dee2e6 !important;
}
.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;
}

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

.pagination .paginationContent .PageLimit a {
  padding: 0 5px;
}
.pagination .paginationContent .PageLimit input {
  width: 50px;
  height: auto;
  margin: 0 5px;
}

.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 .delete-address-btn button.delete-icon {
  border: none;
  background: transparent;
  cursor: pointer;
}
.dashboard-content .address-block .address-action-btns .add-edit-action .delete-address-btn button.delete-icon:focus {
  outline: none;
}
.dashboard-content .action-links .primary-shipping-address, .dashboard-content .action-links .primary-billing-address {
  pointer-events: none;
  user-select: none;
  background-color: #00833E;
  color: #FFFFFF;
}

.dashboard-sections {
  border-radius: 2px;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  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 {
  text-transform: uppercase;
  font-size: 21px;
  margin: 0;
  flex: 1;
}
.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-family: "Poppins", sans-serif;
}
.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: 18px !important;
}
.dashboard-sections .b2b-section-body .billing-shipping-address .account-user-address {
  border: 1px solid #c5b7b7;
  padding: 5px 10px;
  background-color: #FAFAFA;
  margin-bottom: 5px;
  min-width: 250px;
}

.address-block .address-title {
  font-family: "Poppins", sans-serif;
}

.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;
}
.dashboard-addresses .address-block p {
  font-size: 16px;
  line-height: 1.5;
}

.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 #454545;
  }
  .profile-dashboard .tabs-top {
    height: 64px;
    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 .dashboard-icons {
    color: #01579B;
  }
  .profile-dashboard .tabs-top li a:hover, .profile-dashboard .tabs-top li a:focus {
    text-decoration: none;
  }
  .profile-dashboard .tabs-top li .dashboard-icons {
    font-size: 35px;
    color: #FF6F00;
    height: 35px;
    display: block;
    margin: 0 15px;
  }
  .profile-dashboard .tabs-top li label, .profile-dashboard .tabs-top li .dashboard-menu-list {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
    white-space: nowrap;
  }
  .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 .dashboard-icons {
    color: #01579B;
  }
  .profile-dashboard .tabs-top li.selected .dashboard-icons.my-invoice-icon:before {
    background: url(../../Images/Invoice-History-Icon-active.png) no-repeat 100% center !important;
  }
  .profile-dashboard .tabs-top li.selected a .icon .icon-address-book,
  .profile-dashboard .tabs-top li.selected a .icon .icon-certificate,
  .profile-dashboard .tabs-top li.selected a .icon .icon-savedcreditcards,
  .profile-dashboard .tabs-top li.selected a .icon .icon-linkaccount,
  .profile-dashboard .tabs-top li.selected a .icon .icon-savedcarts {
    fill: #01579B;
    stroke: #01579B;
  }
  .profile-dashboard .tabs-top .selected ~ .drop-dashboard-menu {
    order: -1;
  }
  .profile-dashboard .tabs-top.dashboard-menu-open {
    height: auto;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .profile-dashboard .tabs-top li {
    height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .profile-dashboard .tabs-top li {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .profile-dashboard .tabs-top li {
    padding-top: 15px;
  }
}
@media (min-width: 980px) {
  .profile-dashboard .tabs-top li {
    width: 100px;
  }
}
.profile-dashboard .tabs-top li a .dashboard-icons {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .profile-dashboard .tabs-top li a .dashboard-icons {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .profile-dashboard .tabs-top li a .dashboard-icons:before {
    margin-top: 10px;
  }
}
.profile-dashboard .tabs-top li a.my-invoice-icon .dashboard-icons.my-invoice-icon:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 35px;
  margin-top: 0;
  display: block;
  background: url(../../Images/Invoice-History-Icon.png) no-repeat 100% center;
  width: 29px;
  height: 41px;
}
.profile-dashboard .tabs-top li a.my-invoice-icon:hover .dashboard-icons.my-invoice-icon:before, .profile-dashboard .tabs-top li a.my-invoice-icon:focus .dashboard-icons.my-invoice-icon:before {
  background: url(../../Images/Invoice-History-Icon-active.png) no-repeat 100% center;
}
@media (max-width: 767px) {
  .profile-dashboard .tabs-top li a.my-invoice-icon .dashboard-icons.my-invoice-icon {
    padding-right: 10px;
  }
  .profile-dashboard .tabs-top li a.my-invoice-icon .dashboard-icons.my-invoice-icon:before {
    content: "";
    position: relative;
    top: -15px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .profile-dashboard .tabs-top li a .icon {
    display: block;
    margin: 0 9px 0 15px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .profile-dashboard .tabs-top li a .icon {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  .profile-dashboard .tabs-top li a .icon.link-account {
    margin-bottom: 13px;
  }
}
.profile-dashboard .tabs-top li a .icon .icon-address-book {
  display: table;
  fill: #FF6F00;
  stroke: #FF6F00;
  stroke-width: 22px;
  width: 40px;
  height: 37px;
  margin: -9px auto 0;
  transition: all 0.2s ease-in-out;
}
.profile-dashboard .tabs-top li a .icon .icon-certificate {
  display: table;
  fill: #FF6F00;
  stroke: #FF6F00;
  stroke-width: 10px;
  width: 40px;
  height: 37px;
  margin: -9px auto 0;
  transition: all 0.2s ease-in-out;
}
.profile-dashboard .tabs-top li a .icon .icon-linkaccount {
  display: table;
  fill: #FF6F00;
  stroke: #FF6F00;
  stroke-width: 10px;
  width: 30px;
  height: 27px;
  margin: -5px auto 0;
  transition: all 0.2s ease-in-out;
}
.profile-dashboard .tabs-top li a .icon .icon-savedcreditcards {
  display: table;
  fill: #FF6F00;
  stroke: #FF6F00;
  stroke-width: 10px;
  width: 34px;
  height: 30px;
  margin: 0 auto 0;
  transition: all 0.2s ease-in-out;
}
.profile-dashboard .tabs-top li a .icon .icon-savedcarts {
  display: table;
  fill: #FF6F00;
  stroke: #FF6F00;
  stroke-width: 10px;
  width: 34px;
  height: 30px;
  margin: 0 auto 0;
  transition: all 0.2s ease-in-out;
}
.profile-dashboard .tabs-top li a:hover .icon .icon-address-book, .profile-dashboard .tabs-top li a:focus .icon .icon-address-book {
  fill: #01579B;
  stroke: #01579B;
}
.profile-dashboard .tabs-top li a:hover .icon .icon-certificate, .profile-dashboard .tabs-top li a:focus .icon .icon-certificate {
  fill: #01579B;
  stroke: #01579B;
}
.profile-dashboard .tabs-top li a:hover .icon .icon-linkaccount, .profile-dashboard .tabs-top li a:focus .icon .icon-linkaccount {
  fill: #01579B;
  stroke: #01579B;
}
.profile-dashboard .tabs-top li a:hover .icon .icon-savedcreditcards, .profile-dashboard .tabs-top li a:focus .icon .icon-savedcreditcards {
  fill: #01579B;
  stroke: #01579B;
}
.profile-dashboard .tabs-top li a:hover .icon .icon-savedcarts, .profile-dashboard .tabs-top li a:focus .icon .icon-savedcarts {
  fill: #01579B;
  stroke: #01579B;
}

.profile-dashboard .tabs-top li.selected {
  color: #01579B;
}
@media screen and (max-width: 767px) {
  .profile-dashboard .tabs-top li.selected {
    order: -2;
  }
}

.wishlist-item-tocart .btn-primary {
  background: #00416B;
  transition: all 0.4s ease-in-out;
  border: none;
  outline: none;
}
.wishlist-item-tocart .btn-primary:hover {
  background: #00416B;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.wishlist-item-detail a {
  color: #00416B;
  text-decoration: none;
}

@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: 1;
  }
  .profile-dashboard .tabs-top {
    height: auto;
  }
  .profile-dashboard .tabs-top li {
    text-align: center;
  }
  .profile-dashboard .tabs-top li a {
    justify-content: center;
  }
  .profile-dashboard .tabs-top li .dashboard-icons {
    font-size: 40px;
    width: 100%;
    margin: 0;
  }
  .profile-dashboard .tabs-top li label, .profile-dashboard .tabs-top li .dashboard-menu-list {
    font-size: 11px;
    margin: 0;
  }
}
@media all and (min-width: 992px) {
  .wishlist-container .wishlist-item .wishlist-item-remove {
    top: 27px;
  }
  .wishlist-container .wishlist-item .wishlist-item-image img {
    max-width: 50px;
  }
  .dashboard-content .b2b-cart .b2b-cart-row .b2b-col-width {
    flex: initial;
  }
}
.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;
  }
}
.user-account .btn-primary {
  background: #D2451E;
  box-shadow: none;
  color: #fff;
}
.user-account .btn-primary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  background: #D2451E;
  text-decoration: none;
}

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

.section-header {
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.certificate-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 10px 5px;
  margin-bottom: 25px;
}
.certificate-filter label {
  margin-bottom: 0;
}
.certificate-filter .btn-dropdown {
  background: #fff;
  border: 1px solid #c3c3c3;
  margin-right: 11px;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
}
.certificate-filter .btn-dropdown .zf-down {
  font-size: 10px;
}
.certificate-filter .btn-bg-secondary {
  display: inline-block;
  background: #00416B;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.certificate-filter .btn-bg-secondary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  background: #00416B;
  color: #fff;
}

.order-history .pagination-top, .order-history .pagination-bottom {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.add-certificate-form .form-group label {
  font-weight: 600;
}
.add-certificate-form .form-group select {
  color: #454545;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #9E9E9E;
  box-shadow: none;
  outline: medium none;
  background-color: #fff;
  border-radius: 2px;
  height: 38px;
}
.add-certificate-form .form-group input {
  background: #fff;
}
.add-certificate-form .qo-btn-wrap {
  text-align: right;
  padding-top: 25px;
}

.dashboard-content .shipping-to-history .col-8.my-2:empty,
.dashboard-content .shipping-to-history .col-12.my-2:empty {
  display: none;
}

.right-align {
  text-align: right;
}

.form-group .right-align {
  padding-right: 0 !important;
}

.account-dashboard .right-container.link-account .dashboard-content {
  padding-top: 5px;
}
.account-dashboard .right-container.link-account .dashboard-content input.input-tooltip {
  position: relative;
}
.account-dashboard .right-container.link-account .dashboard-content input.input-tooltip + .input-tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  width: calc(100% - 50px);
  left: 25px;
  top: 64px;
}
.account-dashboard .right-container.link-account .dashboard-content input.input-tooltip:hover + .input-tooltip-text {
  visibility: visible;
}
.account-dashboard .right-container.link-account .dashboard-content .form-group-button .form-group-button-label {
  opacity: 0;
}
@media (max-width: 767px) {
  .account-dashboard .right-container.link-account .dashboard-content .form-group-button .form-group-button-label {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    z-index: -999;
  }
}
.account-dashboard .right-container.link-account .dashboard-content .form-group-button button.btn-text-full {
  line-height: 40px;
  height: 38px;
}

.toolTipAccount {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.toolTipAccount .toolTipAccountText {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.toolTipAccount:hover .toolTipAccountText {
  visibility: visible;
}

.container.dashboard-nav-full-width {
  max-width: none !important;
}
@media (max-width: 767px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > label {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span:before {
    position: absolute;
    top: -16px;
    left: 32px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.my-orders-icon.dashboard-icons, .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.account-dashboard-icon.dashboard-icons, .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.my-profile-icon.dashboard-icons, .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.product-lists-icon.dashboard-icons, .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.order-templates-icon.dashboard-icons {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.dashboard-icons.my-invoice-icon:before {
    top: -9px;
  }
}
@media (max-width: 767px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.quick-orders-icon.dashboard-icons {
    height: auto !important;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.quick-orders-icon.dashboard-icons {
    position: absolute;
    top: -16px;
  }
}
@media (min-width: 768px) {
  .container.dashboard-nav-full-width .my-accounts-nav.account-dashboard > ul.account-menu.tabs-top > li > a > span.quick-orders-icon.dashboard-icons + label {
    margin-top: 42px;
  }
}

#layout-template-cartItem .profile-dashboard .tabs-top li .order-templates-icon.dashboard-icons {
  color: #01579B;
}

.address-book {
  line-height: 22px;
}
.address-book .address-name.address-name-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

#layout-account-orderhistory #InvoiceTable_wrapper #InvoiceTable_paginate {
  float: left !important;
  display: flex;
  margin-top: 10px;
}
#layout-account-orderhistory #InvoiceTable_wrapper #InvoiceTable_paginate .disabled {
  display: none !important;
}
#layout-account-orderhistory #InvoiceTable_wrapper #InvoiceTable_paginate span {
  display: none !important;
}
#layout-account-orderhistory #InvoiceTable_wrapper #InvoiceTable_paginate .paginate_button {
  box-sizing: border-box !important;
  display: inline-block;
  min-width: 1.5em !important;
  padding: 0.5em 1em !important;
  margin-left: 2px !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #333 !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  color: #fff !important;
  background: #D2451E !important;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  position: relative;
  display: table;
  width: 100%;
  min-height: 38px;
}
#layout-account-orderhistory #InvoiceTable_wrapper #InvoiceTable_paginate .paginate_button:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#layout-account-orderhistory .table-responsive .next-invoice-btn-wrap {
  display: none !important;
}

.cart-products {
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  border-radius: 2px;
  z-index: 1;
  margin-top: 2px;
}
.cart-products .cart-total-title {
  padding: 15px;
  border-bottom: 1px solid #DEE2E6;
}
.cart-products .cart-total-title h2 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.b2b-cart-page .loged-out-product-details .loged-out-product-title {
  font-size: 18px;
}
.b2b-cart-page .b2b-right-cart-container {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.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);
}
.b2b-cart-page .disable-anchor, .b2b-cart-page .disable-anchor-visible-text {
  color: #000000;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.b2b-cart .b2b-cart-row {
  border-bottom: 1px solid #DEE2E6;
  padding: 15px 5px;
}
.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: 15px;
  display: flex;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details img {
  max-width: 75px;
  margin-right: 15px;
  min-height: 75px;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-description > div {
  font-size: 12px;
}
.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-family: "Poppins", sans-serif;
}
.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 {
  text-decoration: underline;
  color: #9E9E9E;
  font-size: 14px;
}
.b2b-cart .b2b-cart-row .b2b-cart-item-details .cart-item-description {
  display: none !important;
}
.b2b-cart .b2b-cart-row .b2b-col-width {
  flex: 1;
}
.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-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 38px;
}
.b2b-cart .b2b-cart-row .b2b-col-width .cart-item-price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b2b-cart .b2b-cart-row .b2b-col-width .b2b-col-item-title {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 7px;
}
.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-family: Roboto-Medium, Arial, sans-serif;
}
.b2b-cart .b2b-cart-row .b2b-col-width input {
  width: 50px;
}
.b2b-cart .b2b-cart-row .error-msg {
  width: 100%;
  right: 20px;
  padding-top: 10px;
  bottom: 5px;
}
.b2b-cart .loged-out-product-details .loged-out-product-text {
  line-height: 1.25;
}

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

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

.dashboard-content .account-recent-orders #TemplateCartItem .cart-item-sku {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 38px;
}

.cart-total div {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.cart-total .total {
  border-top: 1px solid #DEE2E6;
}
.cart-total .total h2 {
  font-size: 22px;
  margin: 25px 0 10px 0;
  color: #01579B;
  font-family: "Poppins", sans-serif;
}
.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 #c5b7b7;
  padding: 0;
  border-radius: 2px;
}
.b2b-block .form-group {
  margin: 0;
}
.b2b-block .block-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Roboto-Medium, Arial, sans-serif;
  padding: 15px;
  border-bottom: 1px solid #DEE2E6;
  margin: 0;
}
.b2b-block .block-title span {
  padding: 3px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  background-color: #00833E;
}
.b2b-block .block-content {
  padding: 20px;
  line-height: 1.25;
}
.b2b-block .block-content .address-details {
  margin-bottom: 15px;
}
.b2b-block .block-content .block-items-title {
  font-family: "Poppins", sans-serif;
  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: 10px;
  background-color: transparent;
  border: none;
}
.b2b-block .block-content .address-details .address-name {
  font-family: "Poppins", sans-serif;
}
.b2b-block .block-content .styled-input label {
  margin-bottom: 10px;
}
.b2b-block .block-content textarea {
  height: 222px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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: #01579B;
}
.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;
  background-color: #242424;
}

/*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: #01579B;
  border-color: #f5eded #f5eded transparent;
}
.modal-save-cart .save-cart-container .nav-tabs .nav-link.active {
  background-color: #01579B;
  color: #FFFFFF;
}
.modal-save-cart .save-cart-container .title-save-cart-name, .modal-save-cart .save-cart-container .title-select-saved-cart {
  font-family: Roboto-Medium, Arial, sans-serif;
}
.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: Roboto-Regular, Arial, 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%;
}

.shopping-cart .btn-primary {
  background: #D2451E;
  border-color: #D2451E;
  box-shadow: none;
  color: #fff;
}
.shopping-cart .btn-primary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  background: #D2451E;
  text-decoration: none;
}
.shopping-cart .checkoutButton {
  background: #00833E;
  border-color: #00833E;
  text-decoration: none !important;
}
.shopping-cart .checkoutButton:hover {
  background: #00833E;
}

@media all and (min-width: 0) {
  .b2b-cart-page .b2b-right-cart-container {
    padding: 0 15px;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .b2b-cart-page .b2b-right-cart-container {
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .cart-products .cart-total-title h2 {
    font-size: 20px;
  }
  .b2b-cart .b2b-cart-row .b2b-remove-item {
    width: 40px;
  }
  .b2b-cart .b2b-cart-row .b2b-col-width {
    width: 120px;
    flex: initial;
  }
  .b2b-cart .loged-out-product-details .loged-out-product-text {
    line-height: 38px;
  }
  .b2b-block .block-content .block-items {
    max-width: 385px;
  }
  .b2b-block .block-content .block-items button {
    width: auto;
    margin-top: 0;
  }
}
@media all and (min-width: 992px) {
  .b2b-cart-page .shopping-cart .b2b-right-cart-container .btn-primary {
    padding: 10px 7px;
  }
}
@media all and (min-width: 1300px) {
  .b2b-cart-page .shopping-cart .b2b-right-cart-container .btn-primary {
    padding: 10px 30px;
  }
}
.checkout-top__padd {
  padding-top: 10px !important;
}
.checkout-top__padd > label {
  margin-bottom: 15px;
}
.checkout-top__padd > .ml-3 {
  margin-left: 0 !important;
  padding-left: 0;
}
.checkout-bottom__padd {
  padding-bottom: 0 !important;
}

.form-group.input-checkbox_container .styled-input.input-checkbox-IsBothBillingShipping > label, .form-group.input-checkbox_container .styled-input.input-checkbox-IsAddUpdateAddress > label {
  text-indent: 0;
  padding-left: 25px;
  word-break: break-word;
}

#layout-account-receipt .order-terms-and-conditions-link {
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  background: #D2451E;
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  display: inline-block !important;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#layout-account-receipt .order-terms-and-conditions-link:hover {
  color: #FFFFFF !important;
  background: #00833E;
  border-color: #00833E;
}
@media (max-width: 768px) {
  #layout-account-receipt .order-terms-and-conditions-link {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: block !important;
    margin-bottom: 10px;
    float: none;
  }
}
@media (max-width: 768px) {
  #layout-account-receipt .col-12.cart-total.mt-4.cart-summary.receipt-totals.p-0 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#divSinglePagePayment #creditCardPanel #paymentProviders .select-credit-card-type {
  margin-bottom: 0.8rem;
}
#divSinglePagePayment #creditCardPanel #paymentProviders ul {
  flex-wrap: unset !important;
  margin-left: 5px;
  margin-bottom: 5px;
}
#divSinglePagePayment #creditCardPanel #paymentProviders ul > li {
  display: flex;
}
#divSinglePagePayment #creditCardPanel #paymentProviders .save-cart .input-radio_label input {
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
}
#divSinglePagePayment #creditCardPanel #paymentProviders .save-cart .input-radio_label input[type=radio]:checked ~ .input-radioButton-label {
  outline: 2px solid #FF6F00;
  outline-offset: 2px;
}
#divSinglePagePayment #creditCardPanel #paymentProviders .save-cart .input-radio_label .input-radioButton-label img {
  margin: 0 auto !important;
}
@media (max-width: 389px) {
  #divSinglePagePayment #creditCardPanel #paymentProviders .save-cart .input-radio_label .input-radioButton-label img {
    width: 50px;
  }
}
#divSinglePagePayment #creditCardPanel #paymentProviders .save-cart .input-radio_label .input-radioButton-label:hover {
  cursor: pointer;
}

.save-cart #paymentProviders .select-credit-card-type {
  margin-bottom: 0.8rem;
}
.save-cart #paymentProviders ul {
  flex-wrap: unset !important;
  list-style: none;
  margin-left: 5px;
  margin-bottom: 5px;
}
.save-cart #paymentProviders ul > li {
  display: flex;
}
.save-cart #paymentProviders .input-radio_label:hover {
  cursor: default;
}
.save-cart #paymentProviders .input-radio_label input {
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
}
.save-cart #paymentProviders .input-radio_label input:hover {
  cursor: default;
}
.save-cart #paymentProviders .input-radio_label input[type=radio]:checked ~ .input-radioButton-label {
  outline: 2px solid #FF6F00;
  outline-offset: 2px;
}
.save-cart #paymentProviders .input-radio_label input[type=radio]:checked ~ .input-radioButton-label:hover {
  cursor: default;
}
.save-cart #paymentProviders .input-radio_label .input-radioButton-label img {
  margin: 0 auto !important;
}
@media (max-width: 389px) {
  .save-cart #paymentProviders .input-radio_label .input-radioButton-label img {
    width: 50px;
  }
}
.save-cart #paymentProviders .input-radio_label .input-radioButton-label:hover {
  cursor: default;
}

.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 .b2b-inhand-block label {
  font-weight: bold;
}
.single-page-checkout .shipping-method .b2b-inhand-block .datepicker {
  border: 1px solid #c5b7b7;
  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: #01579B;
  line-height: 4px;
}
.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 #c5b7b7;
  padding: 2px 9px;
}
.single-page-checkout .shipping-address .b2b-block .create-new-address a {
  border: 1px solid #c5b7b7;
  padding: 5px 10px;
}
.single-page-checkout .shipping-address .b2b-block .checkout-address-info select {
  border: 1px solid #c5b7b7;
  padding: 5px 10px;
  background-color: #FAFAFA;
  margin-bottom: 5px;
  min-width: 250px;
  max-width: 350px;
  width: 80%;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-page-checkout .shipping-address .create-account-link a {
  text-decoration: underline;
}
.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;
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width {
  width: 125px;
  text-align: left;
  margin-right: 20px;
}
.single-page-checkout .b2b-cart .b2b-cart-row .b2b-cart-item-details {
  padding: 15px 5px;
}
.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: #01579B;
  border-color: #f5eded #f5eded transparent;
  padding: 15px;
}
.single-page-checkout .credit-card-container .nav-tabs li a.active {
  background-color: #01579B;
  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 #454545;
  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: #454545;
}
.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: #01579B;
  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: 370px;
  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 #c5b7b7 !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: #01579B;
  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: #01579B;
  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 .payment-block .paypal-checkout {
  cursor: pointer;
  border: 2px solid black;
  padding: 1px 5px;
}

/*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;
  }
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width {
    align-self: flex-start;
    margin-top: 20px;
  }
  .single-page-checkout .b2b-cart .b2b-cart-row .b2b-col-width.cart-item-quantity {
    width: 60px;
  }
  .credit-card-container .authorizenetIframe {
    width: 100%;
  }
}
.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%;
  }
}
.single-page-checkout .b2b-cart .cart-item-total {
  text-align: right !important;
}

.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: #01579B;
  font-family: "Poppins", sans-serif;
}

.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: -30rem 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: -8rem 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;
}

.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-family: "Poppins", sans-serif;
}

.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: #ff8d36;
  height: 100%;
  padding: 10px 0;
  line-height: 20px;
}
.content-container .ticker-wrapper .ticker {
  color: #FFFFFF;
  text-align: center;
}
.content-container .ticker-wrapper .ticker .ticker-text {
  font-size: 16px;
}
.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 #c5b7b7;
  border-radius: 2px;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace {
  color: #454545;
}
.content-container .container-twotextbox .Adspace-wrapper .Adspace-outer .fstadspace .Adspace-title {
  font-size: 20px;
  font-family: Roboto-Medium, Arial, sans-serif;
}
.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: 0px 3px 10px 0px #8f8787;
}

@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: none;
}

.single-page-checkout .in-hand-block .hand-date-picker {
  position: relative;
}
.single-page-checkout .in-hand-block .hand-date-picker .datepicker {
  border: 1px solid #c5b7b7 !important;
  padding: 5px 10px !important;
  background-color: #FAFAFA !important;
  min-width: 150px !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: #01579B;
  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: #01579B;
}
.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: #01579B;
}
.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: 12px;
}
.select-return-order .fstElement .fstToggleBtn {
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  margin: 2px 5px;
  padding: 0 7px;
  background-color: #FFFFFF;
  /* border: 1px solid #c3c3c3; */
  cursor: pointer;
}
.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: #D2451E;
  border-top: 1px solid #D2451E;
}

.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: #01579B;
  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: #01579B;
  background: #FAFAFA;
}
.dashboard-content .return-item-list tbody {
  border-bottom: 1px solid #DEE2E6 !important;
}

@font-face {
  font-family: "icomoon";
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9");
  src: url("/Views/Themes/WagnerB2B/Fonts/icomoon.eot?p8owv9#iefix") format("embedded-opentype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.ttf?p8owv9") format("truetype"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.woff?p8owv9") format("woff"), url("/Views/Themes/WagnerB2B/Fonts/icomoon.svg?p8owv9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-wagner-], [class*=" icon-wagner-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wagner-account:before {
  content: "\e900";
}

.icon-wagner-cart:before {
  content: "\e901";
}

.icon-wagner-chat:before {
  content: "\e902";
}

.icon-wagner-facebook:before {
  content: "\e903";
}

.icon-wagner-fax:before {
  content: "\e904";
}

.icon-wagner-fille:before {
  content: "\e905";
}

.icon-wagner-service:before {
  content: "\e906";
}

.icon-wagner-systems:before {
  content: "\e907";
}

.icon-wagner-products:before {
  content: "\e908";
}

.icon-wagner-products1:before {
  content: "\e912";
}

.icon-wagner-linkedin-1:before {
  content: "\e909";
}

.icon-wagner-order:before {
  content: "\e90a";
}

.icon-wagner-arrow:before {
  content: "\e90b";
}

.icon-wagner-phone:before {
  content: "\e90c";
}

.icon-wagner-pinterest:before {
  content: "\e90d";
}

.icon-wagner-search-1:before {
  content: "\e90e";
}

.icon-wagner-search:before {
  content: "\e90f";
}

.icon-wagner-shipping:before {
  content: "\e910";
}

.icon-wagner-twitter-1:before {
  content: "\e911";
}

.link {
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
}
.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #00416B;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.shipping-notice-container {
  padding: 2rem;
  background: #00416B;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem 0;
  align-items: center;
}
.shipping-notice-container > img {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 2rem;
}
.shipping-notice-container .shipping-notice {
  color: #fff;
}

.navigation {
  position: initial;
  flex-grow: 0;
  background-color: #F1F1F1;
}
.navigation > z-widget {
  height: calc(100% - 47px);
}
.navigation .parent-nav, .navigation .link-panel-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  padding-left: 12px;
}
.navigation .parent-nav > li, .navigation .link-panel-widget > li {
  font-family: Roboto-Medium, Arial, sans-serif;
  color: #454545;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}
.navigation .parent-nav > li:hover, .navigation .parent-nav > li:active, .navigation .link-panel-widget > li:hover, .navigation .link-panel-widget > li:active {
  color: #01579B;
  border-color: #FF6F00;
}
.navigation .parent-nav > li a, .navigation .link-panel-widget > li a {
  padding: 12px 20px 6px;
  display: block;
  color: #000000;
  font-size: 15px;
}
.navigation .mobile-nav-btn {
  background-color: #242424;
  border: 0;
  padding: 0 15px;
  cursor: pointer;
}
.navigation .dropdown {
  position: initial;
}
.navigation .dropdown a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  width: 100%;
  font-family: Roboto-Medium, Arial, sans-serif;
  color: #000000;
}
.navigation .dropdown a:hover {
  color: #00833E;
}
.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-family: Roboto-Medium, Arial, sans-serif;
  color: #000000;
}
.navigation .nav-back-btn:hover, .navigation .main-nav-back-btn:hover {
  color: #00833E;
}
.navigation .nav-back-btn span, .navigation .main-nav-back-btn span {
  padding: 0 10px;
  font-size: 12px;
  color: #FF6F00 !important;
}

.navigation .parent-nav li:nth-child(2) {
  border-bottom: 0px solid transparent;
}
.navigation .parent-nav li:hover:nth-child(2) {
  border-bottom: 0px solid transparent;
}

.navigation .link-panel-widget li:hover:nth-child(2) {
  border-bottom: 5px solid #FF6F00;
}

.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-family: Roboto-Medium, Arial, sans-serif;
  color: #000000;
  cursor: pointer;
}
.mobile-navigation ul a:hover {
  color: #00833E;
}

.side-nav {
  position: absolute;
  top: 50px;
  right: -20px;
  display: block !important;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9991;
  width: 100%;
  min-width: 337px;
  max-width: 337px;
  height: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .side-nav {
    top: 62px;
  }
}
.side-nav:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 19%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent transparent transparent;
  -wekbit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .side-nav:before {
    display: none;
  }
}
.side-nav.navOpen {
  background: #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  overflow: visible;
  visibility: visible;
  height: auto;
  padding: 0;
}
.side-nav.navOpen:before {
  border-color: transparent transparent #ebebeb transparent;
}
.side-nav .nav-header {
  background-color: #00833E;
  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-family: Roboto-Medium, Arial, sans-serif;
  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: 16px;
}
.side-nav .login-container .form-group label {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282C30;
}
.side-nav .login-container .form-group input {
  position: relative;
  display: block;
  padding: 15px;
  height: 50px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.side-nav .login-container .form-group input::-webkit-input-placeholder {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.side-nav .login-container .form-group input:-moz-placeholder {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.side-nav .login-container .form-group input::-moz-placeholder {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.side-nav .login-container .form-group input:-ms-input-placeholder {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4A4F54;
}
.side-nav .login-container .styled-input.remember-me {
  position: relative;
  display: block;
  margin: 20px 0 10px;
}
.side-nav .login-container .styled-input.remember-me label:before {
  top: 1px;
}
.side-nav .login-container .form-group-button {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
.side-nav .login-container .form-group-button + .form-group-button {
  margin-bottom: 24px;
}
.side-nav .login-container .form-group-button > .btn-text {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  background-color: #D2451E;
  border: none;
  border-radius: 4px;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.side-nav .login-container .form-group-button > .btn-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-primary {
  background-color: #D2451E;
  color: #fff;
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-primary:before {
  background-color: #fff;
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-primary > span {
  color: #fff;
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-secondary {
  background-color: #fff;
  color: #282C30;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-secondary:before {
  background-color: #282C30;
}
.side-nav .login-container .form-group-button > .btn-text.btn-bg-secondary > span {
  font-weight: 600;
  color: #282C30;
}
.side-nav .login-container .form-group-button > .btn-text:hover, .side-nav .login-container .form-group-button > .btn-text:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.side-nav .login-container .form-group-button > .btn-text:hover:before, .side-nav .login-container .form-group-button > .btn-text:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.side-nav .login-container .form-group-button > .btn-text > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.side-nav .login-container .form-group-forget-password {
  position: relative;
  display: block;
  margin: 0 0 11px;
}
.side-nav .login-container .form-group-forget-password a.login-form-forgotpassword {
  float: none;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  line-height: 19px;
  color: #00416B !important;
}
.side-nav .login-container .form-group-forget-password a.login-form-forgotpassword:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 65, 107, 0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.side-nav .login-container .form-group-forget-password a.login-form-forgotpassword:focus:before, .side-nav .login-container .form-group-forget-password a.login-form-forgotpassword:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.side-nav .login-container .checkout-guest-container {
  display: none;
}
.side-nav .login-container .social {
  display: none;
}
.side-nav .login-container .register-container {
  color: #000;
}
.side-nav .login-container .register-container .form-group-button + .form-group-button {
  margin-bottom: 8px;
}
.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-family: Roboto-Medium, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.side-nav .my-accounts-nav ul.account-menu li a:hover {
  color: #00833E;
}
.side-nav .my-accounts-nav .btn {
  text-transform: uppercase;
  margin-top: 10px;
  color: #D2451E;
}

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

.nav-right {
  top: 46px;
}
@media (max-width: 767px) {
  .nav-right {
    top: 62px;
  }
}
.nav-right.navOpen .login-container {
  padding: 25px 27px 17px;
}
.nav-right.navOpen .login-container .form-group .nav-title {
  font-size: 17px;
}

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

.navOpen {
  right: -20px;
  /*Mega  Menu Start*/
}
@media (max-width: 767px) {
  .navOpen {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    max-width: none;
  }
}
.navOpen .ForgotPassword .register-container.forgot-password-view .btn {
  width: 100%;
  display: block;
}
@media all and (min-width: 0) {
  .navOpen .navigation {
    background-color: #FFFFFF;
  }
}
@media all and (min-width: 576px) {
  .navOpen .navigation {
    background-color: #FFFFFF;
  }
}
@media all and (min-width: 768px) {
  .navOpen .navigation {
    background-color: #FFFFFF;
  }
  .navOpen .ForgotPassword .register-container.forgot-password-view .btn {
    width: auto;
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  .navOpen .navigation {
    flex-grow: 1;
    background-color: #F1F1F1;
  }
  .navOpen .navigation .parent-nav, .navOpen .navigation .link-panel-widget {
    display: flex;
  }
}
.navOpen .mega-menu {
  z-index: 1;
  min-height: 0;
}
.navOpen .mega-menu .sidenav {
  height: auto;
  position: fixed !important;
  background-color: #f1f1f1;
  display: flex;
  margin-top: 3px;
}
.navOpen .mega-menu .sidenav .catNav {
  margin-left: -300px;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  background: rgb(241, 241, 241);
}
.navOpen .mega-menu .sidenav .catNav .link-panel-widget {
  margin-top: 2px;
}
.navOpen .mega-menu .sidenav .leftnav {
  min-width: 300px;
  background: #f1f1f1;
  margin-left: -300px;
  transition: all 0.5s;
}
.navOpen .mega-menu .sidenav .leftnav div[id^=leftNav-cat-] {
  display: none;
}
.navOpen .mega-menu .sidenav .leftnav .scroll-list {
  overflow-y: auto;
  max-height: calc(100vh - 126px);
}
.navOpen .mega-menu .sidenav .leftnav .col-icon i {
  width: 43px;
  font-style: normal !important;
  align-self: center;
}
.navOpen .mega-menu .sidenav .leftnav a {
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  color: #444 !important;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 10px 34px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.navOpen .mega-menu .sidenav .leftnav a span {
  border: solid #444;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 7px;
  right: 20px;
  transform: rotate-(45deg);
  -webkit-transform: rotate(-45deg);
}
.navOpen .mega-menu .sidenav .rightnav {
  background: #fff;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent {
  display: none;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu {
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list {
  display: block;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list a {
  color: #444;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list a:hover {
  color: #638fac;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .head {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a {
  color: #444;
}
.navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .head a:hover {
  color: #638fac;
}
@media only screen and (max-width: 992px) {
  .navOpen .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;
  }
  .navOpen .mega-menu .sidenav .catNav {
    width: 100vw;
    padding-top: 0;
    margin-left: -101vw;
    transition: all 0.5s;
    z-index: 1;
  }
  .navOpen .mega-menu .sidenav .catNav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #242424;
    padding: 13px 27px;
    height: 47px;
  }
  .navOpen .mega-menu .sidenav .catNav .header i {
    font-style: normal;
    font-size: 13px;
  }
  .navOpen .mega-menu .sidenav .catNav ul {
    padding-left: 0;
    margin-top: 20px;
  }
  .navOpen .mega-menu .sidenav .catNav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #444 !important;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 10px 34px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  .navOpen .mega-menu .sidenav .catNav ul li i {
    font-style: normal;
    width: 43px;
  }
  .navOpen .mega-menu .sidenav .leftnav {
    width: 100vw;
    height: 100%;
    padding-top: 0;
    margin-left: -101vw;
    transition: all 0.5s;
    z-index: 2;
  }
  .navOpen .mega-menu .sidenav .leftnav .scroll-list {
    max-height: calc(100vh - 50px);
  }
  .navOpen .mega-menu .sidenav .leftnav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #242424;
    padding: 13px 27px;
    height: 47px;
  }
  .navOpen .mega-menu .sidenav .leftnav .header i {
    font-style: normal;
    font-size: 13px;
  }
  .navOpen .mega-menu .sidenav .leftnav a {
    width: 80%;
  }
  .navOpen .mega-menu .sidenav .leftnav .col-icon:hover {
    background: #242424;
  }
  .navOpen .mega-menu .sidenav .leftnav .col-icon:hover a {
    color: #fff !important;
  }
  .navOpen .mega-menu .sidenav .leftnav .col-icon:hover i {
    color: #fff !important;
  }
  .navOpen .mega-menu .sidenav .rightnav {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vw;
    margin-left: -101vw;
    transition: all 0.5s;
    background: #f1f1f1;
    z-index: 4;
  }
  .navOpen .mega-menu .sidenav .rightnav .header label i {
    font-style: normal;
    font-size: 13px;
  }
  .navOpen .mega-menu .sidenav .rightnav .tabcontent .scroll-list {
    overflow-y: auto;
    max-height: calc(100vh - 50px);
  }
  .navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list {
    display: none;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
  }
  .navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .list.show {
    display: block;
    margin-bottom: 20px;
  }
  .navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .btn {
    width: 62px;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    border: none;
    padding: 0;
    background-color: inherit;
  }
  .navOpen .mega-menu .sidenav .rightnav .tabcontent .sub-menu .btn i {
    font-style: normal;
  }
  .navOpen .mega-menu .sidenav .rightnav .header {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #242424;
    padding: 13px 27px;
    height: 47px;
  }
}
@media all and (min-width: 992px) {
  .navOpen .mega-menu .sidenav .catNav {
    display: none;
  }
  .navOpen .mega-menu .sidenav .leftnav {
    max-width: 300px;
  }
}
.navOpen .mega-menu-overlay {
  position: absolute !important;
  width: 100%;
  height: 150vh;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
  display: none;
  z-index: 102;
}

.btn {
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-lg {
  padding: 15px 50px;
}

.btn-block {
  width: 100%;
  display: block;
}

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

.quotebutton button {
  width: 100%;
}

.btn-primary {
  background: #D2451E;
  color: #FFFFFF;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.btn-primary:hover, .btn-primary:focus {
  color: #FFFFFF !important;
  background: #00833E;
  border-color: #00833E;
}

.btn-secondary {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.12);
  color: #D2451E;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #FFFFFF !important;
  background: #00833E;
  border-color: #00833E;
}

.cart-btn {
  color: #9E9E9E;
  background-color: #D2451E;
  border: 0;
  position: relative;
  padding: 0;
  margin-right: 10px;
}
.cart-btn:hover, .cart-btn:focus {
  color: #00833E;
}
.cart-btn .cart-icon {
  font-size: 18px;
  padding: 10px;
}

.header-btn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: transparent;
  border: 0;
  padding: 0;
  color: #FFFFFF;
}
.header-btn:hover, .header-btn:focus {
  color: #00833E;
}
.header-btn a {
  color: #000000;
}
.header-btn span {
  font-size: 18px;
  padding: 10px;
}

.mobile-search-btn {
  align-self: center;
  border: 0;
  background-color: #242424;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
}
.mobile-search-btn span {
  font-size: 18px;
  padding: 10px;
  color: #FFFFFF;
}

.btn-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: #9E9E9E;
  text-transform: uppercase;
  color: #D2451E;
  padding: 10px 30px;
  white-space: nowrap;
  display: none;
}
.btn-quick-view:hover, .btn-quick-view:focus {
  border-color: #D2451E;
}

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

@media all and (min-width: 576px) {
  .cart-btn {
    margin: 0;
  }
  .cart-btn .cart-icon {
    font-size: 20px;
  }
  .header-btn span, .mobile-search-btn span, .mobile-search-btn span {
    font-size: 20px;
  }
}
@media all and (min-width: 0) {
  .cart-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  .cart-button {
    padding-right: 0px;
  }
}
@media all and (min-width: 576px) {
  .cart-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  .cart-button {
    padding-right: 0px;
  }
}
@media all and (min-width: 768px) {
  .quotebutton button {
    width: auto;
  }
  .cart-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  .cart-button {
    padding-right: 0px;
  }
}
@media all and (min-width: 992px) {
  .cart-btn {
    color: #FFFFFF;
    background-color: #D2451E;
    font-size: 14px;
    font-family: Roboto-Medium, Arial, sans-serif;
    letter-spacing: 1.25px;
    padding: 0px 45px 0px 10px;
    border-radius: 2px;
    height: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .cart-btn:hover, .cart-btn:focus {
    background-color: #00833E;
    color: #FFFFFF;
  }
  .cart-btn .cart-icon {
    font-size: 18px;
    position: absolute;
    right: 18px;
    padding: 0;
    top: 7px;
  }
  .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:hover, .header-btn:focus {
    color: #00833E;
    cursor: pointer;
  }
  .header-btn span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
  }
}
/*.cms-configure-btn-custom { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }*/
.btn-text-secondary-custom {
  background-color: #FF6F00;
  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: 9999;
  background-color: black;
  opacity: 0.3;
  border: 1px solid white;
}

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

.btn-text-full {
  min-width: 70px;
  text-align: center;
  font-family: Roboto-Regular, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  width: 100%;
  padding: 0 15px 1px 10px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.btn-text-full:hover, .btn-text-full:focus, .btn-text-full:active {
  color: #fff;
}
.btn-text-full i {
  float: left;
  font-size: 28px;
  line-height: 45px;
  padding-right: 10px;
}

.btn-remove:hover {
  color: #FFFFFF;
  background: #D2451E;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.btn-plain-text {
  color: #000000;
}
.btn-plain-text:hover {
  color: #FFFFFF;
}

.btn-primary-not-allowed {
  cursor: not-allowed !important;
}
.btn-primary-not-allowed:hover {
  text-decoration: none;
  background: #D2451E !important;
}

button.custom-btn,
a.custom-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  line-height: 1.2;
  border: 0;
}
button.custom-btn .text-btn,
a.custom-btn .text-btn {
  display: inline-block;
  position: relative;
}
button.custom-btn .text-btn:before,
a.custom-btn .text-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: currentColor;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
button.custom-btn:hover, button.custom-btn:focus,
a.custom-btn:hover,
a.custom-btn:focus {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
button.custom-btn:hover .text-btn:before, button.custom-btn:focus .text-btn:before,
a.custom-btn:hover .text-btn:before,
a.custom-btn:focus .text-btn:before {
  visibility: visible;
  transform: scaleX(1);
}
@media (max-width: 767px) {
  button.custom-btn,
  a.custom-btn {
    width: 100%;
    text-align: center;
  }
}
button.primary-btn,
a.primary-btn {
  background: #D2451E;
  color: #fff;
}
button.secondary-btn,
a.secondary-btn {
  background: #FFC600;
  color: #000;
}
button.tertiary-btn,
a.tertiary-btn {
  background: #fff;
  color: #282C30;
}

.custom-hover {
  position: relative;
  display: inline-block;
}
.custom-hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #D2451E;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
  transform: scaleX(0);
}
.custom-hover:hover {
  text-decoration: none;
}
.custom-hover:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.custom-select {
  display: flex;
  align-items: center;
}
.custom-select .info-text {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}
.custom-select .info-text.bold {
  font-weight: bold;
}
.custom-select .select-dropdown {
  appearance: none;
  font-family: "Poppins", sans-serif;
  color: #383e44;
  font-size: 16px;
  border: 1px solid #949494;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  height: auto;
  padding: 10px 20px 10px 10px;
}
.custom-select .select-arrow {
  position: relative;
}
.custom-select .select-arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 12px;
}
.custom-select .select-arrow.active:before {
  content: "\e90a";
}

.b2b-form .form-group .form-title {
  margin: 0;
}
.b2b-form .form-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.25px;
  padding-left: 3px;
}
.b2b-form .form-title-big {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.25px;
  font-size: 18px;
}
.b2b-form .hidden-field {
  display: none;
}
.b2b-form .form-group select {
  width: 100%;
  height: 38px;
}
.b2b-form .send-me-emails-checkbox-container {
  display: none !important;
}

input {
  color: #454545;
  padding: 0 10px;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  border: 1px solid #9E9E9E;
  box-shadow: none;
  outline: medium none;
  background-color: #FAFAFA;
  border-radius: 2px;
  height: 38px;
  font-family: "Poppins", sans-serif;
}

textarea {
  color: #454545;
  padding: 0 10px;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  border: 1px solid #9E9E9E;
  box-shadow: none;
  outline: medium none;
  background-color: #FAFAFA;
  border-radius: 2px;
  resize: none;
  overflow-y: auto;
}

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, .disable-anchor-visible-text {
  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;
}

.disable-anchor-visible-text {
  color: #454545;
  opacity: 0.5;
}

.dropdown-btn, select {
  border: 0;
  background: #FFFFFF url("../../Images/drop-arrow.png") no-repeat right 5px center;
  background-size: 10px;
  border-bottom: 1px solid #00833E;
  -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);
}

@font-face {
  font-family: "znode-web-store";
  src: url("../../fonts/B2B.eot?pa46i9");
  src: url("../../fonts/B2B.eot?pa46i9#iefix") format("embedded-opentype"), url("../../fonts/B2B.ttf?pa46i9") format("truetype"), url("../../fonts/B2B.woff?pa46i9") format("woff"), url("../../fonts/B2B.svg?pa46i9#znode-web-store") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  color: #9E9E9E;
  font-size: 16px;
}
.icon:hover {
  color: #00833E;
}

.secondary-icon:before {
  color: #FFFFFF;
  background-color: #01579B;
  padding: 15px;
  font-size: 18px;
}
.secondary-icon:hover:before {
  background-color: #00833E;
  cursor: pointer;
}

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

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

.heart-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-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] {
  display: none;
}
.styled-input input[type=checkbox]:checked ~ label:before, .styled-input input[type=radio]:checked ~ label:before {
  border-color: #FF6F00;
}
.styled-input input[type=checkbox]:checked ~ label:after, .styled-input input[type=radio]:checked ~ label:after {
  background-color: #FF6F00;
  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: #454545;
}
.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-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #4A4F54;
  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: #454545;
}

.modal {
  padding: 0 !important;
}

.modal-header {
  background-color: #00416B;
  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: #CB5800;
  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;
  }
}
.modal.show {
  opacity: 1;
}

.modal .modal-dialog {
  top: 44%;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.form-builder-container .page-title {
  text-transform: uppercase;
}

.form-builder {
  padding-bottom: 20px;
}
.form-builder .form-group-container {
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #dadada;
  overflow: hidden;
}
.form-builder .form-group-container .form-group-name {
  font-size: 21px;
  padding-bottom: 5px;
  border-bottom: 1px solid #454545;
}
.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 .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: #01579B;
  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: 30%;
  }
}
@media all and (min-width: 768px) {
  .form-builder .form-group .datepicker-control {
    width: 20%;
  }
}
body.modal-open {
  overflow: visible;
}

.popup-container {
  min-width: 310px;
  min-height: 400px;
  padding: 10px;
  background-color: #fff;
  border: 4px solid #00416B;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .popup-container.modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 576px) {
  .popup-container.modal-dialog {
    max-width: none;
  }
}
.popup-container .close {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #00416B;
  opacity: 1;
  background-color: #00416B;
  border: none !important;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  line-height: 1px;
  cursor: pointer;
}
.popup-container .close i {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.tax-exempt-certificate-wrap {
  position: relative;
  display: block;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 3px #c3c3c3;
}
.tax-exempt-certificate-wrap #drpCerts > label {
  position: relative;
  display: block;
  padding: 15px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #343434;
  font-weight: bold;
  border-bottom: 1px solid #c3c3c3;
  text-transform: uppercase;
}
.tax-exempt-certificate-wrap #drpCerts > .tax-exempt-certificate-content {
  position: relative;
  display: block;
  padding: 15px;
}
.tax-exempt-certificate-wrap #drpCerts > .tax-exempt-certificate-content > .create-new-address {
  position: relative;
  display: table;
  margin: 0 0 5px auto;
  top: inherit;
  right: inherit;
  height: 31px;
}
.tax-exempt-certificate-wrap #drpCerts > .tax-exempt-certificate-content > .create-new-address a {
  border: 1px solid #c5b7b7;
  padding: 5px 10px;
}
.tax-exempt-certificate-wrap select {
  color: #292a2a;
  font-size: 12px;
  width: 100%;
  height: 34px;
  padding: 2px 20px 2px 5px;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  outline: medium none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff url(../../Images/drop-arrow.png) no-repeat 98% center;
  text-indent: 0.01px;
  text-overflow: "";
  -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: 4px;
}

/* Add Tax Certificate  */
#taxcertificate {
  position: relative;
  display: block;
  padding: 5px 15px 15px;
  margin: 0;
}
#taxcertificate .modal.add-tax-certificate-popup.in {
  display: block;
  opacity: 1;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#taxcertificate .modal.add-tax-certificate-popup.in #form_container {
  overflow: auto;
}
@media (min-width: 980px) {
  #taxcertificate .modal.add-tax-certificate-popup.in #form_container {
    max-height: 740px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #taxcertificate .modal.add-tax-certificate-popup.in #form_container {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  #taxcertificate .modal.add-tax-certificate-popup.in #form_container {
    max-height: 400px;
  }
}
#taxcertificate .add-tax-certificate {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9991;
  width: 100%;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  background: #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  overflow: visible;
  visibility: visible;
  height: auto;
  padding: 0;
}
#taxcertificate .add-tax-certificate h2.page-title {
  position: relative;
  display: block;
  padding: 15px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
#taxcertificate .add-tax-certificate .address-book.edit-address {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .nopadding {
  padding: 0;
  margin: 0;
}
#taxcertificate .add-tax-certificate .address-book.edit-address label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group-first {
  padding-right: 15px;
}
@media (max-width: 767px) {
  #taxcertificate .add-tax-certificate .address-book.edit-address .form-group-first {
    padding-right: 0;
  }
}
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group-first + div {
  padding-right: 15px;
}
@media (max-width: 767px) {
  #taxcertificate .add-tax-certificate .address-book.edit-address .form-group-first + div {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #taxcertificate .add-tax-certificate .address-book.edit-address .col-lg-4 {
    float: left !important;
    width: 33.33333333% !important;
  }
}
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #taxcertificate .add-tax-certificate .address-book.edit-address .form-group {
    float: left;
    width: 100%;
  }
}
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group input[type=text],
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group input[type=password],
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group input[type=email],
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group input[type=number],
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group select {
  color: #343434;
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  width: 100%;
  border: 2px solid rgba(195, 195, 195, 0.5);
  box-shadow: none;
  outline: medium none;
  height: 34px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .form-group .datepicker {
  font-family: "Poppins", sans-serif;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-top: 0;
  background-color: #fff !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;
}
@media (min-width: 768px) {
  #taxcertificate .add-tax-certificate .address-book.edit-address .file-upload1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
}
#taxcertificate .add-tax-certificate .address-book.edit-address .file-upload1 .file-upload-btn {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  background: #D2451E;
  cursor: pointer;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .btn-text.file-upload-btn {
  margin-left: 0;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap {
  position: relative;
  display: table;
  margin: 0;
  margin-left: auto;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text {
  vertical-align: top;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  margin-left: 5px;
  height: 34px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text.btn-bg-primary {
  border: none;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text.btn-bg-primary:hover, #taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text.btn-bg-primary:focus {
  text-decoration: none;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text.btn-bg-secondary {
  color: #fff;
  background: #00416B;
  border: none;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text span {
  display: table;
  width: 100%;
  height: 100%;
}
#taxcertificate .add-tax-certificate .address-book.edit-address .add-tax-certificate-btns-wrap .btn-text span > span {
  display: table-cell;
  vertical-align: middle;
}

.file-upload1 {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .file-upload1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
}
.file-upload1 .file-upload-btn {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  background: #D2451E;
  cursor: pointer;
}
.file-upload1 .btn-text.file-upload-btn {
  margin-left: 0;
  margin-bottom: 10px;
}
.file-upload1 .pdf-document-details {
  position: relative;
  display: block;
}
.file-upload1 .pdf-document-details > .zf-close {
  cursor: pointer;
}
.file-upload1 + div {
  float: left;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.file-upload1 + div > .qo-btn-wrap {
  padding-top: 0;
}
.file-upload1 + div {
  float: left;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.file-upload1 + div > .qo-btn-wrap {
  padding-top: 0;
}

.filter-selected-wrapper {
  margin: 20px 0;
}
.filter-selected-wrapper .filter-selected-description-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.filter-selected-wrapper .filter-selected-description {
  font-size: 18px;
  color: #4A4F54;
}
.filter-selected-wrapper .filter-selected-clear-btn {
  font-size: 18px;
  color: #00416B;
  background-color: transparent;
  border: none;
}
.filter-selected-wrapper .filter-selected-list {
  list-style-type: none;
  color: #393E43;
  padding-left: 0;
}
.filter-selected-wrapper .filter-selected-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebebeb;
  padding: 16px;
  border-radius: 4px;
}
.filter-selected-wrapper .filter-selected-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.filter-selected-wrapper .filter-selected-close-btn {
  background-color: transparent;
  border: none;
}

.header-top-color {
  background-color: #9E9E9E;
}

.header .nav-header .my-accounts-nav .log-off {
  color: #D2451E;
}
.header .nav-header .b2b-username {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}

header {
  background-color: #242424;
  z-index: 1042;
  box-shadow: 0px 0 0 1px #efebeb;
  position: fixed;
  width: 100%;
  top: 0;
}
header .d-lg-block {
  transition: 0.3s;
}
header .header {
  max-width: 100%;
}
header .header > div {
  position: relative;
  border-bottom: 2px solid #ff6f00;
}
header .header .header-locale-container {
  border-bottom: none;
}
header .header .site-logo {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 6px 0;
}
header .header .site-logo img {
  max-height: 35px;
  max-width: 90px;
  margin: 0;
  transition: 0.3s;
}
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 {
  z-index: 0;
}
header .header .hamburger-icon {
  font-size: 20px;
  color: #FFFFFF;
}
header .header .cartcount-mobile {
  position: absolute;
  top: -3px;
  right: 2px;
  font-size: 10px;
  background-color: #F76D00;
  border-radius: 50%;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  height: 16px;
  min-width: 16px;
  text-align: center;
  padding: 3px;
}
header .header .proxy-login-section {
  background: #00833E;
}
header .header .proxy-login-section .proxy-login {
  color: #FFFFFF;
}
header .header .proxy-login-section .btn-secondary:hover, header .header .proxy-login-section .btn-secondary:focus {
  background: #FF6F00;
  border-color: #FF6F00;
}
header .header .site-inventory .icon-scan {
  font-size: 28px;
  color: #FFFFFF;
}
header .header .nav-header {
  line-height: 3.2;
}
header .header .dropdown:hover .dropdown-menu {
  display: block;
}
header .header .my-accounts-nav {
  left: auto;
  top: 38px;
  border: 0px;
  box-shadow: rgb(204, 204, 204) 0px 0px 6px 2px;
  width: 220px;
  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;
}
header .header .my-accounts-nav .dropdown-item.active, header .header .my-accounts-nav .dropdown-item:active {
  background-color: #F76D00;
}
header .header .my-accounts-nav .dropdown-item.active a, header .header .my-accounts-nav .dropdown-item:active a {
  color: #FFFFFF;
}

.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 .header-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  header .header-nav-links {
    background-color: #242424;
    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: calc(-100% - 106px);
    top: 60px;
    right: 45px;
    box-shadow: #888 0px 0px 6px 2px;
    width: 220px;
  }
  .dropdown-menu:before {
    right: 45px;
  }
}
@media screen and (max-width: 480px) {
  header .header .my-accounts-nav {
    left: calc(-100% - 107px);
    top: 50px;
  }
}
@media all and (min-width: 576px) {
  header .header .site-logo img {
    max-height: 35px;
    max-width: 115px;
    margin: 0 15px;
  }
  header .header-nav-links .header-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  header .header-nav-links {
    background-color: #242424;
    color: #FFFFFF;
  }
}
@media all and (min-width: 768px) {
  header .header .site-logo, header .header .header-btn-block, header .header .cart-btn-block {
    flex: inherit;
    justify-content: inherit;
  }
  header .header .site-search {
    flex-grow: 1;
  }
  header .header-nav-links .header-btn {
    background-color: #242424;
    color: #FFFFFF;
  }
  header .header-nav-links {
    background-color: #242424;
    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 .site-logo {
    height: 75px;
    padding-left: 30px;
  }
  header .header .site-logo img {
    max-width: 200px;
    max-height: 60px;
    margin: 0 20px;
  }
  header .header .header-nav-links {
    background-color: #F1F1F1;
    color: #000000;
  }
  header .header .header-nav-links .header-btn {
    background-color: #F1F1F1;
    color: #000000;
    width: auto;
    min-width: 175px;
  }
  header .header .cart-btn-block {
    padding-right: 50px;
  }
  header .header .header-locale-container {
    padding-right: 35px;
  }
  header .header-nav-links {
    display: flex !important;
  }
  .profile-icon {
    display: none;
  }
}
.header-nav-links {
  background-color: #F1F1F1;
  color: #000000;
}
.header-nav-links .header-btn {
  background-color: #F1F1F1;
  color: #000000;
}

.view-all-dept {
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 18px;
  color: #FF6F00;
  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;
}

.site-search {
  display: flex;
  flex-grow: 0;
  position: initial;
}
.site-search z-widget {
  display: none;
  height: 100%;
  position: absolute;
  top: 100%;
  background: #242424;
  width: 98%;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.site-search .search-widget {
  padding: 0 10px;
  width: 100%;
  display: flex;
  height: 100%;
}
.site-search .search-widget form {
  width: 100%;
  align-self: center;
}
.site-search .search-widget input {
  padding-left: 35px;
  height: 28px;
}
.site-search .search-widget .b2b-search-btn {
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #454545;
  cursor: pointer;
}
.site-search .search-widget .search-history {
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 1px 1px;
}
.site-search .search-widget .search-history a {
  color: #454545;
  font-family: Roboto-Medium, Arial, sans-serif;
}
.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: #FF6F00;
}
.site-search .search-widget .search-history a .search-term span[class^=icon] {
  padding-left: 10px;
  font-size: 18px;
}

.twitter-typeahead {
  width: 100%;
}

.search-page .header-results-text {
  background-color: #fafafa;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #505050;
  margin: 1.5rem 0;
}
.search-page .nav-tabs {
  padding: 0 1rem;
  margin: 0 -15px 1rem -15px;
  border-bottom: 2px solid #01579B;
}
.search-page .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.search-page .nav-tabs > li > a {
  color: #555;
  margin-right: 2px;
  border-radius: 0;
  padding: 0.5rem 3rem;
  background: #fafafa;
  border: 1px solid transparent;
  border-bottom: 2px solid #01579B;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.search-page .nav-tabs > li > a:hover {
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 480px) {
  .search-page .nav-tabs > li > a {
    padding: 0.5rem 2rem;
  }
}
.search-page .nav-tabs > li.active > a,
.search-page .nav-tabs > li.active > a:hover,
.search-page .nav-tabs > li.active > a:focus {
  color: #01579B;
  cursor: default;
  background-color: #fff;
  border: 1px solid #949494;
  border-bottom-color: transparent;
}

.blog-search-list-container .blog-header-results {
  background-color: #fafafa;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  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-family: "Poppins", sans-serif;
}
.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;
}

@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);
  }
  .site-search .search-widget input {
    padding-left: 35px;
    height: 28px;
  }
}
@media all and (min-width: 992px) {
  .site-search .search-widget {
    padding: 0 20px 0 20px;
  }
  .site-search .search-widget input {
    height: 38px;
  }
  .site-search .search-widget .b2b-search-btn {
    padding: 7px 10px;
  }
}
@media all and (min-width: 1200px) {
  .site-search .search-widget {
    padding-left: 30px;
  }
}
@media all and (min-width: 1600px) {
  .site-search .search-widget {
    max-width: 575px;
  }
}
@media only screen and (max-width: 767px) {
  .site-search z-widget {
    height: 95vh;
    width: 100%;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    background-color: #f1f1f1;
  }
  .site-search z-widget .search-widget {
    height: auto;
    margin-bottom: 3rem;
  }
  .site-search z-widget .search-widget .keyboard-icon {
    display: none !important;
  }
  .site-search z-widget .search-widget .b2b-search-btn {
    padding: 8px 10px;
    font-size: 22px;
    color: #909090;
  }
  .site-search z-widget .search-widget input {
    padding-left: 40px;
    height: 40px;
    border: 1px solid #ccc;
  }
  .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: #ff6f00;
    color: #fff;
    border-radius: 50%;
  }
}
.footer {
  background: #242424;
}
.footer .footer-block .footer-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #D6D6D6;
  background-color: transparent;
}
.footer .footer-block .footer-text {
  margin-bottom: 15px;
  font-size: 15px;
  color: #D6D6D6;
}
.footer .footer-block .footer-store-number {
  color: #D6D6D6;
  font-size: 17px;
  background-color: transparent;
}
.footer .footer-block a {
  text-decoration: underline;
  color: #D2451E;
}
.footer .footer-block .footer-copyright {
  font-size: 12px;
  color: #D6D6D6;
}
.footer .footer-block img {
  max-width: 220px;
  width: 100%;
}
.footer .footer-block ul.link-panel-widget {
  padding: 0;
  list-style: none;
}
.footer .footer-block ul.link-panel-widget li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.footer .news-letter {
  border-bottom: 4px solid #FF6F00;
}
.footer .news-letter .news-letter-container .newsletter-container label {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.footer .news-letter .news-letter-container .newsletter-container input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.footer .news-letter .news-letter-container .newsletter-container .btn-newsletter {
  margin-left: 6px;
}
.footer .news-letter .news-letter-container .newsletter-container .btn-newsletter button {
  border-radius: 2px;
}
.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;
}

@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;
  }
}
.owl-carousel {
  display: block;
  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-family: Roboto-Medium, Arial, sans-serif;
}
.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;
}
.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: #FF6F00;
}
.owl-theme .owl-controls .owl-buttons div span:before {
  font-size: 18px;
  padding: 15px;
  background-color: #F1F1F1;
}
.owl-theme .owl-controls .owl-buttons div span:hover:before {
  background-color: #00833E;
}
.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: #FF6F00;
  -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;
}

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

.slider:not(.Top-Slider) .item img {
  display: block;
  width: 100%;
  height: auto;
}

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

@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: 768px) {
  .Boxed {
    width: 750px;
  }
  .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: 992px;
  }
  .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: 1170px;
  }
}
@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);
  }
}
.b2b-product-tabs {
  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 #01579B;
}
.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: #01579B;
  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: 2px solid #9E9E9E;
}
.product-altimages .alternate-img .item a {
  width: 75px;
  height: 75px;
  border: 1px solid #c5b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 1px 0px #c5b7b7;
  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 #01579B;
}

.product-altimages .alternate-img {
  padding: 20px 0;
  border-top: 2px solid #9E9E9E;
}
.product-altimages .alternate-img .item img {
  max-height: 75px;
  max-width: 75px;
}

*::-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;
}
.small-view-template .simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image {
  width: 70%;
}
.small-view-template .simpleLens-container {
  height: 275px;
}
.small-view-template .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-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;
}

@media all and (min-width: 0) {
  .simpleLens-lens-element {
    display: none;
  }
  .easyzoom img {
    width: 310px;
  }
  .big-view-template .simpleLens-container {
    height: 290px;
  }
}
@media all and (min-width: 768px) {
  .easyzoom img {
    width: auto;
  }
  .big-view-template .simpleLens-container {
    height: 534px;
  }
  .big-view-template .simpleLens-container .simpleLens-big-image-container {
    height: 534px;
  }
}
@media all and (min-width: 992px) {
  .simpleLens-lens-element {
    display: block;
  }
}
.simpleLens-mouse-cursor, .simpleLens-lens-element {
  display: none !important;
}

.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: #01579B;
  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 .modal-content .read-reviews {
  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: #01579B;
  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-family: Roboto-Medium, Arial, sans-serif;
}
.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: Roboto-Regular, Arial, 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: #01579B;
  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: #01579B;
  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: #454545;
  font-size: 26px;
  text-transform: uppercase;
}
.email-to-friend .modal-header .close {
  color: #01579B;
  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;
}

@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 5px;
}

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

.b2b-filters {
  background-color: #FAFAFA;
  margin-left: 0;
  padding: 15px;
  font-size: 13px;
  margin: 0 -5px;
}
.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: #9E9E9E;
  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: 18px;
  font-family: Roboto-Medium, Arial, sans-serif;
  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: #454545;
}
.b2b-filters .b2b-pagination ul li a:hover {
  color: #00833E;
}
.b2b-filters .b2b-pagination ul li a.disabled {
  color: #9E9E9E;
  pointer-events: none;
}

.product-view .product-grid-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.product-view .product-grid-ul .b2b-products {
  transition-duration: 300ms;
}
.product-view .product-grid-ul .product-details .product-sku {
  color: #9E9E9E;
}
.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.grid-view .b2b-products {
  width: 33.33%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-view .product-grid-ul.grid-view .b2b-products {
    width: 50%;
  }
}
@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.list-view .b2b-products {
  width: 100%;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item {
  display: flex;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img {
  width: 30%;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .product-img .image {
  margin: 0;
}
.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: 70%;
  padding: 10px;
}
.product-view .product-grid-ul.list-view .b2b-products .view-item .b2b-view-more-details {
  display: none;
}
.product-view .product-grid-ul.text-view .b2b-products {
  width: 100%;
}
.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;
}

@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-product-list {
    padding: 0 5px 0 10px;
  }
  .b2b-filters {
    margin: 0 10px;
  }
}
@media (max-width: 1013px) {
  .product-view .hawk-results__top-tool-row .hawk-tool-row.sort-bar.sort-bar-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-view .hawk-results__top-tool-row .hawk-tool-row.sort-bar.sort-bar-top .hawk-tool-row__item {
    margin: 0 auto !important;
  }
  .product-view .hawk-results__top-tool-row .hawk-tool-row.sort-bar.sort-bar-top > .hawk-tool-row__item {
    padding-bottom: 10px;
  }
}
.product-view .product-grid-list {
  display: flex;
  padding: 24px 0 0 0;
  margin: 0 -20px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.product-view .product-grid-list .list-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 33.33%;
  padding: 0 20px;
  max-width: 33.33%;
  margin-bottom: 30px;
}
@media (max-width: 973px) {
  .product-view .product-grid-list .list-item {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.product-view .product-grid-list .list-item .image-wrapper {
  display: table;
  width: 100%;
}
.product-view .product-grid-list .list-item .image-wrapper .hawk-results__item-image {
  display: table-cell;
  vertical-align: middle;
}
.product-view .product-grid-list .list-item .match-title-height {
  flex: 1 1 auto;
  margin-bottom: 5px;
}
.product-view .product-rating {
  display: none;
  align-items: center;
}
.product-view .product-rating a {
  margin-left: 5px;
}

.review-wrapper {
  display: flex;
  align-items: center;
}
.review-wrapper.secondary {
  display: block;
}
.review-wrapper .star-rating {
  font-size: 21px;
  margin-right: 10px;
}
.review-wrapper .zf-star-empty, .review-wrapper .star-empty-icon {
  color: #EBEBEB;
}
.review-wrapper .zf-star-empty:hover, .review-wrapper .zf-star-empty:focus, .review-wrapper .star-empty-icon:hover, .review-wrapper .star-empty-icon:focus {
  color: #EBEBEB;
}
.review-wrapper .zf-star-half, .review-wrapper .star-half-icon {
  color: #FFC600;
}
.review-wrapper .zf-star-full, .review-wrapper .star-full-icon {
  color: #FFC600;
}
.review-wrapper .zf-star-half:hover, .review-wrapper .zf-star-half:focus, .review-wrapper .star-half-icon:hover, .review-wrapper .star-half-icon:focus,
.review-wrapper .zf-star-full:hover,
.review-wrapper .zf-star-full:focus, .review-wrapper .star-full-icon:hover, .review-wrapper .star-full-icon:focus {
  color: #FFC600;
}
.review-wrapper .zf-star-half, .review-wrapper .star-half-icon .zf-star-full, .review-wrapper .star-full-icon {
  opacity: 0.7;
}
.review-wrapper .zf-star-half:hover, .review-wrapper .zf-star-half:focus, .review-wrapper .star-half-icon .zf-star-full:hover, .review-wrapper .star-half-icon .zf-star-full:focus, .review-wrapper .star-full-icon:hover, .review-wrapper .star-full-icon:focus {
  opacity: 1;
}
.review-wrapper .rating-numbers {
  align-self: flex-end;
  color: #7E8285;
  font-size: 16px;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .product-view .product-grid-list {
    display: block;
  }
  .product-view .product-grid-list .list-item {
    max-width: 100%;
    margin: 0 auto 32px;
    flex: 1 0 50%;
  }
  .b2b-product-list {
    padding: 0 15px;
  }
  .b2b-product-grid .b2b-facets-btn {
    display: none;
  }
  .b2b-product-count p {
    text-align: left !important;
  }
}
.facets-content-area {
  background-color: #F1F1F1;
}
.facets-content-area .product-grid {
  padding-bottom: 0;
}
.facets-content-area .product-grid .list-group {
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #DEE2E6;
}
.facets-content-area .product-grid .list-group:last-child {
  border-bottom: none;
}
.facets-content-area .product-grid .list-group .panel-title {
  font-size: 20px;
  cursor: pointer;
}
.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 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.facets-content-area .product-grid .list-group .panel-body ul li {
  padding: 10px 5px;
  margin: 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 {
  width: 100%;
  position: relative;
  display: block;
  line-height: 1.5;
  cursor: pointer;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 15px;
  color: #454545;
}
.facets-content-area .product-grid .list-group .panel-body ul li .facet-count {
  margin-left: auto;
  background-color: #00833E;
  color: #FFFFFF;
  text-indent: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, sans-serif;
  padding: 5px 10px;
  letter-spacing: 0.75px;
  line-height: 1;
}
.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: 16px;
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 1;
  margin-top: 5px;
}
.b2b-filtered-list .b2b-filter-items {
  border: 1px solid #454545;
  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;
  }
}
.facets-content-area {
  background: transparent;
  border: none;
  border-radius: 4px;
}
.facets-content-area .product-grid .list-group {
  padding: 20px;
}
.facets-content-area .product-grid .list-group .panel-body ul li {
  padding: 0;
}
.facets-content-area .product-grid .list-group .panel-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  color: #00416B;
}
.facets-content-area .product-grid .list-group .panel-title[aria-expanded=false] {
  margin-bottom: 0;
}

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

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

.tt-suggestion {
  float: left;
  width: 100%;
  border-bottom: 1px solid #454545;
  color: #454545;
  text-align: left;
}
.tt-suggestion .auto-list {
  float: left;
  width: 70%;
  padding: 5px;
}
.tt-suggestion .auto-list h4 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #01579B;
}
.tt-suggestion .auto-list p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.tt-suggestion .auto-list b {
  color: #01579B;
}
.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: #454545;
}

.product-list-dsc {
  display: block;
  position: relative;
  margin: 0 0 32px;
  min-height: 200px;
}
.product-list-dsc .clh-main-wrapper .mob-wrap {
  display: none;
}
.product-list-dsc .read-more {
  color: #00416B;
  font-size: 16px;
  display: none;
}
.product-list-dsc .read-more[aria-expanded=false]::after {
  content: "+";
  margin-left: 10px;
}
.product-list-dsc .read-more[aria-expanded=true]::after {
  content: "-";
  margin-left: 10px;
}

@media (min-width: 768px) {
  .product-list-dsc .clh-main-wrapper h1,
  .product-list-dsc .clh-main-wrapper h2 {
    display: block;
    position: relative;
    margin: 0 0 18px;
    font-size: 50px;
    line-height: 55px;
    color: #383E44;
  }
  .product-list-dsc .clh-main-wrapper p {
    display: block;
    position: relative;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 26px;
    color: #393E43;
  }
}
@media (max-width: 767px) {
  .product-list-dsc .read-more {
    display: block;
  }
  .product-list-dsc .clh-main-wrapper {
    display: block;
    position: relative;
    margin: 0 0 25px;
  }
  .product-list-dsc .clh-main-wrapper h1,
  .product-list-dsc .clh-main-wrapper h2 {
    display: block;
    position: relative;
    margin: 25px 0 18px;
    font-size: 30px;
    line-height: 36px;
    color: #383E44;
  }
  .product-list-dsc .clh-main-wrapper .web-p {
    display: none;
  }
  .product-list-dsc .clh-main-wrapper .mob-wrap {
    display: block;
    position: relative;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 26px;
    color: #393E43;
  }
}
#Category .product-compare-list .product-item {
  border: 1px solid #c3c3c3;
  padding: 10px;
  height: 100%;
  border-radius: 5px;
}
#Category .product-compare-list .product-item label {
  color: #00416B;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
#Category .product-compare-list .product-item p {
  font-size: 14px;
}
#Category .product-compare-list .product-item img {
  margin: 0 auto;
}
#Category .product-compare-list .product-item .remove-compare {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #cc0000;
  opacity: 1;
  font-size: 18px;
  text-decoration: none;
}
#Category .product-compare-list .product-item .btn-primary {
  display: block;
  width: 100%;
  box-shadow: none;
  margin-bottom: 10px;
  background: #FFC600;
  border-color: #FFC600;
}
#Category .product-compare-list .product-item .btn-primary:hover {
  background: #00416B;
}

#Category .product-compare {
  padding-top: 10px;
}
#Category .product-compare .page-title {
  font-family: "Poppins", sans-serif;
}

#Category .product-compare-list {
  display: block;
  margin: 0 -10px;
  padding: 20px 0;
}
#Category .product-compare-list .product-item-wrapper {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
#Category .product-compare-list .product-item {
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}
#Category .product-compare-list .product-item label {
  color: #00416B;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
#Category .product-compare-list .product-item p {
  font-size: 14px;
}
#Category .product-compare-list .product-item img {
  margin: 0 auto;
}
#Category .product-compare-list .product-item .remove-compare {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #00416B;
  opacity: 1;
  font-size: 18px;
  text-decoration: none;
}
#Category .product-compare-list .zf-inactive,
#Category .product-compare-list .zf-close {
  color: #ff0000;
}
#Category .product-compare-list .zf-active,
#Category .product-compare-list .zf-ok {
  color: #5CB85C;
}
#Category .product-compare-list .zf-file-text {
  font-size: 32px;
}
#Category .product-compare-list .product-variants {
  padding: 0;
  margin: 0;
  border: 1px solid #c3c3c3;
}
#Category .product-compare-list .product-variants li {
  list-style: none;
  padding: 3px 5px;
  border-bottom: 1px solid #c3c3c3;
}
#Category .product-compare-list .product-variants li:nth-last-child(1) {
  border-bottom: 0;
}
#Category .product-compare-list .btn-text {
  font-weight: normal;
}
#Category .product-compare-list .info-container {
  margin-bottom: 15px;
}
#Category .product-compare-list .info-container i {
  font-size: 12px;
}
#Category .product-compare-list .info-container .product-price {
  font-size: 16px;
}
#Category .product-compare-list .info-container a {
  font-size: 14px;
  text-decoration: none;
}
#Category .product-compare-list .product-name-wrapper {
  margin-top: 15px;
}

.compare-print {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 6px;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .compare-print {
    text-align: left;
  }
}
.compare-print a {
  padding-left: 10px;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .compare-print a:nth-child(1) {
    padding-left: 0;
  }
}

#Category .compare-product-box {
  margin: 15px 0;
  border: 1px solid #c3c3c3;
}
#Category .compare-product-box h4 {
  background-color: #00416B;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#Category .compare-product-box .compare-product {
  padding: 0 10px;
}

@media all and (min-width: 768px) {
  #Category .product-compare-list {
    display: flex;
    flex-wrap: wrap;
  }
  #Category .product-compare-list .product-item-wrapper {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 992px) {
  #Category .product-compare-list .product-item-wrapper {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.b2b-products-list > .container > .row.mb-5, .b2b-products-list > .container > .row.my-5 {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .b2b-products-list > .container > .row.mb-5, .b2b-products-list > .container > .row.my-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .b2b-products-list > .container {
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .b2b-products-list .nav-right.b2b-side-bar.filter-sidebar {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .b2b-products-list .mt-5.product-list-dsc,
  .b2b-products-list .my-5.product-list-dsc {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .b2b-products-list .mt-5.product-list-dsc,
  .b2b-products-list .my-5.product-list-dsc {
    margin-top: 0 !important;
  }
  .b2b-products-list .mt-5.product-list-dsc .clh-main-wrapper h1,
  .b2b-products-list .mt-5.product-list-dsc .clh-main-wrapper h2,
  .b2b-products-list .my-5.product-list-dsc .clh-main-wrapper h1,
  .b2b-products-list .my-5.product-list-dsc .clh-main-wrapper h2 {
    margin-top: 10px;
  }
}
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul {
  display: table;
}
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li label,
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li a {
  display: inline;
  position: relative;
  padding-left: 25px;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  width: auto;
}
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li label + .facet-count,
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li a + .facet-count {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  background-color: transparent;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  padding: 5px 6px;
  letter-spacing: 1px;
}
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li label + .facet-count:before,
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li a + .facet-count:before {
  content: "(";
  display: inline-block;
  position: absolute;
  left: 0;
}
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li label + .facet-count:after,
.b2b-products-list .facets-content-area .product-grid .list-group .panel-body ul li a + .facet-count:after {
  content: ")";
  display: inline-block;
  position: absolute;
  right: 0;
}
.b2b-products-list .filter-sidebar input[type=checkbox] + label {
  position: relative;
  text-indent: 0;
}
.b2b-products-list .filter-sidebar input[type=checkbox] + label:before {
  display: none;
}
.b2b-products-list .filter-sidebar input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3.3px;
  width: 17px;
  height: 17px;
  border: 1px solid #949494;
  border-radius: 1px;
}
.b2b-products-list .filter-sidebar input[type=checkbox]:checked ~ label:after {
  content: "✓";
  display: block;
  position: absolute;
  left: 0;
  top: 3.5px;
  width: 17px;
  height: 17px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #00416B;
  background-color: #00416B;
  margin: 0;
}

@media (min-width: 768px) {
  #Category .container.category-recent-view-list,
  #Search .container.category-recent-view-list {
    padding: 40px 0;
    background: #f5f5f5;
    max-width: none !important;
  }
}
@media (min-width: 576px) {
  #Category .container.category-recent-view-list,
  #Search .container.category-recent-view-list {
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  #Category .container.category-recent-view-list,
  #Search .container.category-recent-view-list {
    border-top: 1px solid #f5f5f5;
  }
}
#Category .container.category-recent-view-list .product-rating,
#Search .container.category-recent-view-list .product-rating {
  display: flex;
  align-items: center;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 40px;
  width: 100%;
  max-width: 1330px;
}
@media (max-width: 767px) {
  #Category .container.category-recent-view-list .products-slider-structure.recently-view-products,
  #Search .container.category-recent-view-list .products-slider-structure.recently-view-products {
    padding: 25px 0;
  }
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .left-icon,
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .right-icon,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .left-icon,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .right-icon {
  display: block;
  height: 31px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-prev,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-prev,
  #Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  #Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-next,
  #Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div:hover, #Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div:focus,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div:hover,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div:focus {
  background-color: transparent;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div span:before,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-buttons div span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='31px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 31px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-page span,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-page span {
  background: #00416b !important;
  border: 2px solid #00416b;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 5px;
  cursor: pointer;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-page.active span,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .owl-theme .owl-controls .owl-page.active span {
  background: #ebebeb !important;
  border: 2px solid #d0d0d0;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .product-item,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .product-item {
  width: 100%;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .product-item .product-card,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .product-item .product-card {
  padding: 0 20px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .title,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .title {
  margin-bottom: 25px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products h2.product-title,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products h2.product-title {
  color: #00416E;
  font-weight: 700;
  line-height: 24px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .product-rating,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .product-rating {
  display: flex;
  align-items: center;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .product-rating a,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .product-rating a {
  margin-left: 5px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .image-wrapper .image-link .image img,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .image-wrapper .image-link .image img {
  max-height: 202px;
}
#Category .container.category-recent-view-list .products-slider-structure.recently-view-products .product_highlight,
#Search .container.category-recent-view-list .products-slider-structure.recently-view-products .product_highlight {
  display: none !important;
}

#Category .advertisement-banner {
  display: none;
}

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

.button-compare {
  color: #9E9E9E;
}

.compare-product-box {
  margin: 15px 0;
  background-color: #FAFAFA;
}
.compare-product-box h4 {
  font-size: 20px;
  padding: 10px 15px;
  margin: 0;
  margin-bottom: 10px;
}

.compare-product-list {
  border: 1px solid #454545;
  font-size: 11px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.compare-product-list img {
  padding: 5px;
}
.compare-product-list .remove-compare {
  position: absolute;
  top: -10px;
  right: -8px;
  color: #01579B;
  opacity: 1;
  font-size: 15px;
  background-color: #FFFFFF;
  height: 15px;
  border-radius: 50%;
}
.compare-product-list p {
  margin: 5px 0;
}

.product-compare-list .form-group {
  width: 100%;
  margin-bottom: 10px;
}
.product-compare-list .product-item {
  border: 1px solid #454545;
  padding: 10px 5px;
  height: 100%;
}
.product-compare-list .product-item label {
  color: #01579B;
  margin-bottom: 0;
}
.product-compare-list .product-item img {
  margin: 0 auto;
}
.product-compare-list .product-item .remove-compare {
  position: absolute;
  top: -12px;
  right: -10px;
  color: #01579B;
  opacity: 1;
  font-size: 18px;
  background-color: #FFFFFF;
  height: 18px;
  border-radius: 50%;
}
.product-compare-list .zf-inactive, .product-compare-list .inactive-icon, .product-compare-list .close-icon {
  color: #CC0000;
}
.product-compare-list .zf-active, .product-compare-list .active-icon, .product-compare-list .zf-ok {
  color: #5CB85C;
}
.product-compare-list .zf-file-text {
  font-size: 32px;
}
.product-compare-list .product-variants {
  padding: 0;
  margin: 0;
  border: 1px solid #454545;
}
.product-compare-list .product-variants li {
  list-style: none;
  padding: 3px 5px;
  border-bottom: 1px solid #454545;
}
.product-compare-list .product-variants li:nth-last-child(1) {
  border-bottom: 0;
}
.product-compare-list .btn-text {
  font-weight: normal;
}

.compare-sidebar-product-name {
  display: inline;
}

.compare-sidebar-product-sku {
  font-weight: 600;
}

.compare-sidebar-product-price {
  display: block;
}

.compare-print [data-test-selector=linkPrint] {
  display: none;
}
.compare-print [data-test-selector=linkSendMail] {
  display: none;
}

.product-item .status-outofstock, .product-item .price {
  line-height: 38px;
}

@media all and (min-width: 768px) {
  .compare-all {
    padding: 0;
  }
}
@media print {
  .product-compare-list .product-item .remove-compare, .btn-text-full, .header .header-link-contain, .header .header-local-container, .compare-print, .header .header-nav-container .navbar-toggle, bl, .print-none, .account-menu, .product-list-widget, .btn {
    display: none !important;
  }
  .product-compare-list .product-item {
    padding: 10px;
    margin: 0 0 20px;
  }
  html, body {
    font-size: 20px;
  }
  .product-compare-list {
    float: none;
    width: 100%;
    display: block;
  }
  header, footer, .header .header-logo {
    display: none !important;
  }
  .header {
    height: 100px !important;
    margin: 0 0 15px;
  }
}
.product-compare-list .product-item {
  border: 1px solid #c3c3c3;
  padding: 10px;
  height: 100%;
  border-radius: 5px;
}
.product-compare-list .product-item label {
  color: #00416B;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.product-compare-list .product-item p {
  font-size: 14px;
}
.product-compare-list .product-item img {
  margin: 0 auto;
}
.product-compare-list .product-item .remove-compare {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #cc0000;
  opacity: 1;
  font-size: 18px;
  text-decoration: none;
}
.product-compare-list .product-item .btn-primary {
  background: #FFC600;
  height: 46px;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: #000;
  transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
}
.product-compare-list .product-item .btn-primary:hover {
  background: #00416B;
  color: #fff;
}

.modal .compare-product-popup.modal-dialog.modal-md.modal-dialog-centered {
  top: 0 !important;
}

.quotebutton .btn {
  height: 46px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.quotebutton .btn.btn-primary {
  background: #00416B;
  color: #fff;
}
.quotebutton .btn.btn-primary:hover {
  background: #FFC600 !important;
  color: #000 !important;
}
.quotebutton .btn.btn-secondary {
  background: #FFC600;
  color: #000;
}
.quotebutton .btn.btn-secondary:hover {
  background: #00416B;
  color: #fff;
}

.product-compare-list > .product-item {
  display: flex;
  flex-flow: column;
}
.product-compare-list > .product-item > .form-group-wrap-1 {
  order: 1;
}
.product-compare-list > .product-item > .product-compare-list-item-image {
  order: 2;
}
.product-compare-list > .product-item > .form-group-wrap-2 {
  order: 4;
}
.product-compare-list > .product-item > .product-compare-list-attributes {
  order: 5;
}
.product-compare-list > .product-item > .product-compare-list-attributes .form-group.SKU {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
}
.product-compare-list > .product-item .form-group.Product_Type {
  display: none;
}
.product-compare-list > .product-item .form-group.SKU {
  order: 3;
}

#divRemoveProduct > .row.mx-0.mb-5 {
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
}
#divRemoveProduct > .row.mx-0.mb-5.compare-list-visible {
  visibility: visible;
}

.compare-check-wrapper input[type=checkbox] {
  width: 0 !important;
  -wekbit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
}
.compare-check-wrapper input[type=checkbox] + label.compare-check-label.compare-input-checked:after {
  opacity: 1;
}
.compare-check-wrapper input[type=checkbox] + label.compare-check-label.compare-input-checked.checked-max-4:after {
  opacity: 0;
}

.datepicker {
  font-family: Roboto-Regular, Arial, sans-serif;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-top: 0;
  -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 #454545;
  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: #01579B;
  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: #01579B;
  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: #01579B;
  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: #01579B;
  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: #CB5800;
}
.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: #CB5800;
}

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

.quick-order-pad-content { /*box-shadow:$box-shadow;*/ }
.quick-order-pad-content .quick-rows {
  max-height: 350px;
  overflow: auto;
}
.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;
}
.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 .close-circle-icon {
  line-height: 37px;
}
.quick-order-pad-content input {
  font-family: "Poppins", sans-serif;
}

.quick-order-pad .btn-primary, .quick-order-pad .btn-secondary {
  background: #D2451E;
  border-color: #D2451E;
  box-shadow: none;
  color: #fff;
}
.quick-order-pad .btn-primary:hover, .quick-order-pad .btn-secondary:hover {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

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

@media (min-width: 576px) {
  .b2b-quick-order-page > .container {
    max-width: none;
  }
}

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

@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;
  }
}
.quick-order-page {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  padding: 0;
  border-radius: 2px;
}
@media (max-width: 939px) {
  .quick-order-page {
    overflow-x: auto;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px 0px rgba(197, 183, 183, 0);
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows {
  padding: 20px 20px 20px 20px;
  max-height: none;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows {
    padding-bottom: 95px;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-rows-top-dsc {
  display: block;
  position: relative;
  margin: 10px 0 20px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table {
  display: table;
  width: 100%;
  min-width: 880px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row {
  display: table-row;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td .quantity {
  text-align: center;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:first-child {
  width: 36px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(3) {
  width: 80px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(3) input {
  width: 60px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(4) {
  width: 138px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(5) {
  width: 75px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(6) {
  width: 80px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:nth-child(7) {
  width: 130px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td:last-child {
  width: 20%;
  vertical-align: middle;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group:first-child {
  width: 100%;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group:first-child .quick-order-div-table {
  width: 100%;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group:first-child .quick-order-div-table .quick-order-td {
  vertical-align: middle;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group:first-child .quick-order-div-table .quick-order-td:first-child {
  padding-left: 0;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group:last-child {
  padding-bottom: 0;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row .quick-order-td.form-group + td:last-child {
  width: 30%;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row:first-child .quick-order-td {
  padding-top: 15px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row + .quick-order-form-group-row .quick-order-td {
  padding-top: 10px;
  vertical-align: middle;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table .quick-order-form-group-row:last-child .quick-order-td {
  padding-bottom: 8px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav {
  display: table;
  width: 100%;
  min-width: 880px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav {
    position: absolute;
    margin-top: 0;
    left: 20px;
  }
}
@media (max-width: 345px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav {
    left: 7px;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav {
    width: auto;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td {
    display: block;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td:first-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 345px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td:first-child {
    padding-left: 15px;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in {
  display: table;
  float: right;
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in {
    float: none;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td {
  display: table-cell;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td {
    padding: 5px;
  }
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td > .ml-3 {
    margin-left: 0 !important;
  }
  .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td > .btn {
    display: block;
    padding: 10px 18px;
  }
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td > .btn {
  font-weight: 600;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td:last-child {
  padding-right: 0;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td .btn {
  height: 42px;
  line-height: 22px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td .btn:focus, .quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .quick-order-pad-bottom-table-in .quick-order-pad-bottom-table-in-td .btn:hover {
  text-decoration: none;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td .quick-order-form-group-nav .quick-order-form-group-td .close-circle-icon {
  padding-right: 15px;
}
.quick-order-page .quick-order-pad-content .b2b-block .quick-rows .quick-order-form-group-table-nav .quick-order-td + td:last-child {
  width: 30%;
}

.quick-order-page th.quick-order-td {
  background-color: #f8f8f8;
  color: #01579B;
}
.quick-order-page th.quick-order-td + .quick-order-td + .quick-order-td {
  text-align: center;
}
.quick-order-page td.quick-order-td + .quick-order-td + .quick-order-td {
  text-align: center;
}
.quick-order-page td.quick-order-td + .quick-order-td + .quick-order-td label {
  margin-bottom: 0;
}
.quick-order-page td.quick-order-td:last-child {
  padding-right: 0 !important;
}
@media (max-width: 970px) {
  .quick-order-page td.quick-order-td:last-child {
    padding-right: 10px !important;
  }
}

.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: #5CB85C;
  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 #9E9E9E !important;
  color: #D2451E !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 .header-locale-container .locale-widget {
  text-align: right;
}
header .header .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 .header-locale-container .locale-widget button:focus {
  outline: none;
}
header .header .header-locale-container .locale-widget .dropdown-menu {
  position: absolute !important;
  text-align: left;
  background-color: #f8f8f8;
  box-shadow: 0px 3px 6px #000000;
}
header .header .header-locale-container .locale-widget .dropdown-menu:before {
  content: none;
}
header .header .header-locale-container .locale-widget .dropdown-menu ul {
  max-height: 255px;
  overflow-y: auto;
}
header .header .header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar {
  width: 7px;
}
header .header .header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 5px;
}
header .header .header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-thumb {
  background: #ff8d36;
  border-radius: 5px;
}
header .header .header-locale-container .locale-widget .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
  background: #FF6F00;
}
header .header .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 .header-locale-container .locale-widget ul li h5 {
  font-size: 13px;
  border-bottom: 1px solid #FF6F00;
  padding: 3px 5px 6px 0px;
  width: 100%;
}
header .header .header-locale-container .locale-widget ul li ul {
  margin: 0;
  padding: 0;
}
header .header .header-locale-container .locale-widget ul li ul li {
  margin: 0;
  display: block;
}
header .header .header-locale-container .locale-widget ul li ul li a {
  padding: 3px 0px;
  display: block;
  font-size: 13px;
  color: #454545;
}
header .header .header-locale-container .locale-widget ul li ul li a:active, header .header .header-locale-container .locale-widget ul li ul li a.selected {
  color: #FF6F00;
}

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

.filter-sidebar {
  margin-top: 20px;
}
.filter-sidebar .filter-search-title {
  font-size: 24px;
  color: #383E44;
  margin: 12px 0 30px;
  display: block;
  position: relative;
  pointer-events: none;
}
@media (max-width: 767px) {
  .filter-sidebar .filter-search-title.accordion-trigger[aria-expanded=false] + .accordion-content {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .filter-sidebar .filter-search-title.accordion-trigger[aria-expanded=true] + .accordion-content {
    visibility: visible;
    max-height: none;
    overflow: visible;
  }
  .filter-sidebar .filter-search-title.accordion-trigger[aria-expanded=true] + .accordion-content > .filter-extra {
    padding-bottom: 0;
  }
  .filter-sidebar .filter-search-title.accordion-trigger[aria-expanded=true] + .accordion-content > .filter-extra .filter-search-input-wrapper {
    margin-bottom: 10px;
  }
  .filter-sidebar .filter-search-title.accordion-trigger[aria-expanded=true]:after {
    visibility: hidden;
  }
}
.filter-sidebar .filter-search-description {
  color: #4a4f54;
  font-size: 16px;
  margin-bottom: 10px;
}
.filter-sidebar .filter-search-input-wrapper {
  display: flex;
  border-radius: 4px;
  border: 1px solid #949494;
  margin-bottom: 20px;
}
.filter-sidebar .filter-search-input {
  border: none;
  height: 46px;
}
.filter-sidebar .filter-search-btn {
  background-color: #00416B;
  border: none;
  padding: 0 15px;
}
.filter-sidebar .filter-list-wrapper {
  border-radius: 4px;
  border: 1px solid #949494;
  min-width: 186px;
}
.filter-sidebar .accordion-container {
  padding: 20px;
  padding-bottom: 0;
}
.filter-sidebar .search-within-facet-filter-extra {
  display: none !important;
}
.filter-sidebar .filter-brand:not(:last-child) {
  border-bottom: 1px solid #949494;
}
.filter-sidebar .narrow-results-wrapper {
  padding: 0;
}
.filter-sidebar .filter-title-wrapper {
  cursor: pointer;
}
.filter-sidebar .filter-title {
  color: #00416B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.filter-sidebar .checkbox-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.filter-sidebar .filter-checkbox {
  visibility: hidden;
  position: absolute;
  margin-left: -20px;
}
.filter-sidebar input[type=checkbox] + label:before {
  border-radius: 1px;
  border: 1px solid #00416B;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: top;
  width: 17px;
}
.filter-sidebar input[type=checkbox]:checked + label:before {
  background-color: #00416B;
  color: #fff;
  font-family: "znode-web-store";
  content: "\e911";
  font-size: 9px;
  text-align: center;
}
.filter-sidebar .checkbox-label {
  font-weight: 400;
  margin: 0;
}
.filter-sidebar .filter-list {
  color: #393e43;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.filter-sidebar .zf-search {
  color: #fff;
}
.filter-sidebar .accordion-trigger {
  position: relative;
  display: block;
}
.filter-sidebar .accordion-trigger::before, .filter-sidebar .accordion-trigger::after {
  content: "";
  display: none;
  width: 20px;
  height: 4px;
  background: #373e45;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-sidebar .accordion-trigger::after {
  width: 4px;
  height: 20px;
  right: 20px;
  transform: translate(50%, -50%);
}
.filter-sidebar .accordion-container.expanded .accordion-trigger::after {
  display: none;
}
.filter-sidebar .accordion-toggle {
  position: relative;
  display: block;
}
.filter-sidebar .accordion-toggle::before {
  font-family: "znode-web-store";
  content: "\e901";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.filter-sidebar .accordion-toggle::after {
  display: none;
}
.filter-sidebar .accordion-toggle.collapsed .accordion-toggle::after {
  display: none;
}
.filter-sidebar .accordion-toggle.collapsed::before {
  content: "\e902";
}
.filter-sidebar .on-sale-checkbox {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .filter-sidebar .narrow-results-wrapper {
    display: block;
    padding-bottom: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #949494;
    min-width: 290px;
  }
  .filter-sidebar .filter-search-title {
    margin: 16px;
    font-size: 20px;
    pointer-events: initial;
  }
  .filter-sidebar .filter-search-title::before, .filter-sidebar .filter-search-title::after {
    display: block;
  }
  .filter-sidebar .filter-extra {
    padding: 20px;
  }
  .filter-sidebar .filter-list-wrapper {
    border: none;
  }
}
.custom-checkbox {
  height: 10px;
  width: 16px;
  margin-right: 5px;
  position: relative;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border-radius: 1px;
  border: 2px solid #949494;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.custom-checkbox input:checked ~ .checkmark {
  background: #00416B;
  border-color: #00416B;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox .checkmark:after {
  top: 0px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-width: 150px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../sass/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../sass/fonts/slick.eot");
  src: url("../sass/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/slick.woff") format("woff"), url("../sass/fonts/slick.ttf") format("truetype"), url("../sass/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* CSS Document */
.simpleLens-container {
  display: table;
  position: relative;
}

.simpleLens-big-image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  height: 300px;
  width: 350px;
}

.simpleLens-big-image {
  max-width: 100%;
}

.simpleLens-lens-image {
  height: auto !important;
  width: 350px;
  display: inline-block;
  text-align: center;
  margin: 0;
  box-shadow: none;
  float: none;
  position: relative;
}

.simpleLens-mouse-cursor {
  background-color: #CCC;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  box-shadow: 0 0 2px 2px #999;
  cursor: none;
}

.simpleLens-lens-element {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 2px #8E8E8E;
  height: 400px;
  left: 105%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 480px;
  z-index: 9999;
  text-align: center;
}

.simpleLens-lens-element img {
  position: relative;
  top: 0;
  left: 0;
  width: auto !important;
  max-width: none !important;
}

.bradcrumb-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .bradcrumb-wrapper {
    display: none;
  }
}
.bradcrumb-wrapper .bradcrumb {
  display: flex;
  list-style: none;
  padding: 0;
}
.bradcrumb-wrapper .bradcrumb li {
  margin-left: 7px;
  line-height: 24px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #393E43;
}
.bradcrumb-wrapper .bradcrumb li:first-of-type {
  margin-left: 0;
}
.bradcrumb-wrapper .bradcrumb li a {
  text-decoration: none;
  font-weight: 700;
  color: #00416E;
}
.bradcrumb-wrapper .bradcrumb li:after {
  margin-left: 6px;
}
.bradcrumb-wrapper .print-wrapper {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.bradcrumb-wrapper .print-wrapper:hover, .bradcrumb-wrapper .print-wrapper:focus {
  color: #004172;
}
.bradcrumb-wrapper .print-wrapper svg {
  max-width: 20px;
  max-height: 20px;
  margin-right: 7px;
  fill: #00416B;
}
.bradcrumb-wrapper .print-wrapper span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #004172;
}

#layout-account-editaddress .b2b-breadcrumbs .breadcrumb-container .bread-separator {
  padding-right: 17px !important;
}

.b2b-breadcrumbs .breadcrumb-container {
  display: table;
  line-height: 24px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #393E43;
  text-transform: capitalize;
  letter-spacing: 0;
  visibility: hidden;
}
.b2b-breadcrumbs .breadcrumb-container.visible {
  visibility: visible;
}
.b2b-breadcrumbs .breadcrumb-container a {
  text-decoration: none;
  font-weight: 700;
  color: #00416E;
  padding-right: 0 !important;
  font-size: 16px !important;
  text-transform: capitalize;
  letter-spacing: 0;
}
.b2b-breadcrumbs .breadcrumb-container a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6px' height='11px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 5px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -10px;
}
.b2b-breadcrumbs .breadcrumb-container a.home-icon {
  padding-right: 17px !important;
}
.b2b-breadcrumbs .breadcrumb-container a.home-icon:after {
  right: 6px;
}
.b2b-breadcrumbs .breadcrumb-container a.home-icon::before {
  font-family: "Poppins", sans-serif;
  content: "Home";
}
.b2b-breadcrumbs .breadcrumb-container .bread-separator {
  padding-right: 0px;
  color: rgba(255, 255, 255, 0);
}
.b2b-breadcrumbs .breadcrumb-container a + a + .bread-separator {
  padding-right: 0;
}

.Details .b2b-breadcrumbs .breadcrumb-container {
  color: rgba(57, 62, 67, 0);
}
.Details .b2b-breadcrumbs .breadcrumb-container > span {
  color: #393E43;
}

.category-list-hero-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.category-list-hero-sec .clh-main-wrapper {
  max-width: 630px;
  background: rgba(0, 65, 107, 0.85);
  padding: 24px;
}
.category-list-hero-sec .clh-main-wrapper h1,
.category-list-hero-sec .clh-main-wrapper h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}
.category-list-hero-sec .clh-main-wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
.category-list-hero-sec .clh-main-wrapper .mob-wrap {
  display: none;
}
.category-list-hero-sec .read-more {
  color: #fff;
  font-size: 16px;
  display: none;
}
.category-list-hero-sec .read-more[aria-expanded=false]::after {
  content: "+";
  margin-left: 10px;
}
.category-list-hero-sec .read-more[aria-expanded=true]::after {
  content: "-";
  margin-left: 10px;
}

.category-list {
  max-width: 1330px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 32px 0 0 0;
}
.category-list .category-list-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  list-style: none;
  padding: 0;
}
.category-list .custom-select {
  margin-bottom: 33px;
  padding: 0;
}
.category-list .category-item {
  padding: 0 20px;
  max-width: 16.66%;
  font-size: 18px;
  line-height: 25px;
  color: #00416B;
  margin-bottom: 40px;
}
.category-list .category-image {
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.category-list .category-image img {
  border: 1px solid rgba(148, 148, 148, 0.25);
}
.category-list .category-link {
  color: #004172;
}
.category-list .category-link:hover .custom-hover {
  text-decoration: none;
  color: #004172;
}
.category-list .category-link:hover .custom-hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.categpry-list-page-desc {
  background: rgba(235, 235, 235, 0.5);
  padding: 48px 0;
  width: 100%;
}
.categpry-list-page-desc .clpd-inner-wrapper {
  background: #fff;
  padding: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  margin-bottom: 30px;
}
.categpry-list-page-desc .clpd-inner-wrapper p {
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  margin-bottom: 30px;
}
.categpry-list-page-desc .clpd-inner-wrapper ul {
  list-style: disc;
  padding-left: 25px;
}
.categpry-list-page-desc .clpd-inner-wrapper li {
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
}

.vid-wrapper {
  max-width: 678px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
.vid-wrapper .vid-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3333;
}
.vid-wrapper .vw-frame-wrapper iframe {
  width: 100%;
}

.plp-cat-wrapper {
  margin-bottom: 16px;
}
.plp-cat-wrapper .plp-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #383E44;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 18px;
}
.plp-cat-wrapper p {
  color: #393E43;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.b2b-product-count p {
  text-align: right;
  display: block;
  font-size: 16px;
  color: #393E43;
  line-height: 26px;
  margin-bottom: 5px;
}

.select-sorting select {
  appearance: none;
  font-family: "Poppins", sans-serif;
  color: #383e44;
  font-size: 16px;
  border: 1px solid #949494;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  height: auto;
  padding: 10px 20px 10px 10px;
}

.b2b-sorting {
  background: #EBEBEB;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 479px) {
  .b2b-sorting {
    flex-flow: column;
  }
  .b2b-sorting .search-sorting.custom-select {
    margin-bottom: 15px;
  }
}

.pagination-sorting-container {
  display: flex;
}
.pagination-sorting-container .info-text {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}
.pagination-sorting-container .info-text.bold {
  font-weight: bold;
}
.pagination-sorting-container ul {
  padding: 0;
  list-style: none;
}
.pagination-sorting-container .btn--page-select {
  width: 46px;
  height: 46px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 0 4px;
  cursor: pointer;
}
.pagination-sorting-container .btn--page-select:hover, .pagination-sorting-container .btn--page-select.active {
  background: #00416B;
  color: #fff;
}
.pagination-sorting-container .pagination-form {
  margin-left: 30px;
}

.pagination-wrapper, .button-list {
  display: flex;
  align-items: center;
}

.sort-bar {
  background: #EBEBEB;
  border-radius: 4px;
  display: flex;
  padding: 20px;
}
.sort-bar > .selectpage-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto !important;
}
.sort-bar > .selectpage-container .search-paging {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.sort-bar > .selectpage-container .search-paging > .filter-text {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.sort-bar > .selectpage-container .search-paging > form {
  position: relative;
  background-color: #fff;
}
.sort-bar > .selectpage-container .search-paging > form:before {
  font-family: "znode-web-store";
  content: "\e902";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 12px;
}
.sort-bar > .selectpage-container .search-paging > form > select.input-select {
  position: relative;
  appearance: none;
  font-family: "Poppins", sans-serif;
  color: #383e44;
  font-size: 16px;
  border: 1px solid #949494;
  border-radius: 4px;
  background: none;
  background-image: transparent;
  height: auto;
  padding: 10px 20px 10px 10px;
  z-index: 2;
}
.sort-bar > .selectpage-container ul > li.search-more-nav.arrow-left {
  padding-right: 10px;
}
.sort-bar > .selectpage-container ul > li.search-more-nav.arrow-right {
  padding-left: 10px;
}

.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto !important;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging {
    visibility: hidden;
    position: absolute;
    right: -100%;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging > .filter-text {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging > form {
  position: relative;
  background-color: #fff;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging > form:before {
  font-family: "znode-web-store";
  content: "\e902";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 12px;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container .search-paging > form > select.input-select {
  position: relative;
  appearance: none;
  font-family: "Poppins", sans-serif;
  color: #383e44;
  font-size: 16px;
  border: 1px solid #949494;
  border-radius: 4px;
  background: none;
  background-image: transparent;
  height: auto;
  padding: 10px 20px 10px 10px;
  z-index: 2;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container ul > li.search-more-nav.arrow-left {
  padding-right: 10px;
}
.top-search-paging .b2b-sorting > .pagination-sorting-container .selectpage-container ul > li.search-more-nav.arrow-right {
  padding-left: 10px;
}

.sort-bar-bottom .selectpage-container {
  margin: 0 auto;
}
.sort-bar-bottom .selectpage-container ul {
  padding: 0;
  list-style: none;
}
.sort-bar-bottom .selectpage-container .btn--page-select {
  width: 46px;
  height: 46px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 0 4px;
  cursor: pointer;
}
.sort-bar-bottom .selectpage-container .btn--page-select:hover, .sort-bar-bottom .selectpage-container .btn--page-select.active {
  background: #00416B;
  color: #fff;
}

a.prev-page-search, a.next-page-search {
  text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #facets.nav-right {
    top: 0 !important;
  }
}

.c-image-wrapper {
  position: relative;
}
.c-image-wrapper img {
  width: 100%;
  min-height: 272px;
  object-fit: cover;
}
.c-image-wrapper .clh-main-wrapper {
  position: absolute;
  top: 24px;
}

@media screen and (max-width: 991px) {
  .category-list .category-item {
    max-width: 25%;
    padding: 10px;
  }
  .category-list .category-list-content {
    margin: 0;
  }
  .category-list .custom-select {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-list .category-item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .category-list .category-title {
    margin-left: 10px;
  }
  .category-list .category-image {
    max-width: 80px;
    margin-bottom: 0px;
  }
  .category-list .category-link {
    display: flex;
    align-items: center;
  }
  .category-list .category-link:hover {
    text-decoration: none;
  }
  .category-list .category-list-content {
    display: block;
  }
  .category-list-hero-sec .read-more {
    display: block;
  }
  .category-list-hero-sec .clh-main-wrapper {
    background: rgb(0, 65, 107);
  }
  .category-list-hero-sec .clh-main-wrapper .web-p {
    display: none;
  }
  .category-list-hero-sec .clh-main-wrapper .mob-wrap {
    display: block;
  }
  .c-image-wrapper img {
    min-height: 190px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
  }
  .c-image-wrapper .container {
    padding: 0;
  }
  .c-image-wrapper .clh-main-wrapper {
    position: relative;
    top: unset;
    width: 100%;
    margin-top: 148px;
  }
  .categpry-list-page-desc {
    padding: 0;
  }
  .categpry-list-page-desc .clpd-inner-wrapper {
    padding: 10px;
  }
}
.products-extras-wrapper {
  background: rgba(235, 235, 235, 0.5);
  padding: 40px 0;
}

.product-item .product-card .image-wrapper {
  text-align: center;
}
.product-item .product-card .product-img {
  max-width: 296px;
  max-height: 202px;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .category-list {
    padding: 32px 15px 0 15px;
  }
}
.product-card {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.product-card .product-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 293px;
}
.product-card .product-number {
  color: #7E8285;
  margin: 10px 0;
  line-height: 26px;
}
.product-card .product-details > a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.product-card .product-title {
  color: #00416E;
  font-weight: 700;
  line-height: 24px;
}
.product-card .review-number {
  color: #7E8285;
}
.product-card .price-wrapper {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
}
.product-card .price-wrapper .product-price {
  color: #383E44;
  font-size: 18px;
}
.product-card .price-wrapper .product-price.red {
  color: #ac441e;
  background: inherit;
}
.product-card .price-wrapper .product-price.strike {
  text-decoration: line-through;
}
.product-card .review-wrapper {
  margin: 8px 0;
}
.product-card .cta-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.product-card .cta-wrapper .cta-button {
  background: #FFC600;
  height: 46px;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.product-card .cta-wrapper .cta-button:hover {
  background: #00416B;
  color: #fff;
}
.product-card .cta-wrapper .cta-button.plp-btn {
  max-width: 169px;
}
.product-card .cta-input {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  display: block;
  text-align: center;
}
.product-card .cta-button {
  font-size: 16px;
  font-weight: 700;
}
.product-card .compare-check-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.product-card .compare-product {
  padding-left: 20px;
  border-radius: 1px;
}
.product-card .compare-check-label {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #EBEBEB;
  position: relative;
  border-radius: 1px;
  border: 1px solid #949494;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1px #000;
}
.product-card .compare-check-label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotateZ(40deg);
  position: absolute;
  left: 35%;
  top: 15%;
  opacity: 0;
}
.product-card input[type=checkbox]:checked ~ .compare-check-label::after {
  opacity: 1;
}

.pb-0 {
  padding-bottom: 0;
}

.media-card .tag {
  color: #6799c8;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.media-card .image-wrapper {
  border: 1px solid rgba(148, 148, 148, 0.25);
  margin-bottom: 10px;
}
.media-card .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 293px;
}
.media-card .title {
  margin-top: 8px;
  color: #00416e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.media-card .article-summary {
  margin-top: 8px;
  color: #393E43;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.media-card .article-date {
  margin-top: 8px;
  color: #7e8285;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

#Product .product-extras-structure .product-item .product-card .image-wrapper {
  display: table;
  width: 100%;
  min-height: 258px;
}
#Product .product-extras-structure .product-item .product-card .image-wrapper > .image-link {
  display: table-cell;
  vertical-align: middle;
}
#Product .product-extras-structure .product-item .product-card .image-wrapper img {
  max-height: 258px;
}
#Product .product-extras-structure .product-item .product-card .product-rating {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  #Product .product-extras-structure .container.category-recent-view-list {
    max-width: none !important;
  }
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .product-info-card {
  margin-bottom: 0;
  padding-bottom: 0;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls {
  padding-bottom: 15px;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .left-icon,
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .right-icon {
  display: block;
  height: 31px;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  #Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div:hover, #Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div:focus {
  background-color: transparent;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='31px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 31px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-page span {
  background: #00416b !important;
  border: 2px solid #00416b;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 5px;
  cursor: pointer;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-page.active span {
  background: #ebebeb !important;
  border: 2px solid #d0d0d0;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .product-item {
  width: 100%;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .product-item .product-card {
  padding: 0 20px;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products .title {
  margin-bottom: 25px;
}
#Product .product-extras-structure .container.category-recent-view-list #recent-view-products h2.product-title {
  color: #00416E;
  font-weight: 700;
  line-height: 24px;
}
#Product .advertisement-banner {
  display: none;
}

.products-slider-structure {
  background: #fff;
  margin: 0 auto;
  max-width: 1330px;
  padding: 40px 60px;
}
.products-slider-structure .slick-track {
  margin: 0;
}
.products-slider-structure .title {
  font-size: 30px;
  line-height: 1.2;
  color: #00416B;
  margin: 0;
  margin-bottom: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.products-slider-structure .product-card {
  padding: 0 20px;
  width: 100%;
}
.products-slider-structure .product-card .price-wrapper {
  margin-bottom: 43px;
}
.products-slider-structure .slick-prev, .products-slider-structure .slick-next {
  top: 45%;
}
.products-slider-structure .slider-wrapper {
  margin: 0 -20px;
}
.products-slider-structure .slick-dots-wrap {
  padding-top: 1rem;
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .products-slider-structure {
    padding: 0 2rem 3rem;
  }
  .products-slider-structure .slick-prev, .products-slider-structure .slick-next {
    top: 23%;
  }
  .products-slider-structure .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .slick-prev {
    left: -1.5rem;
  }
  .slick-next {
    right: -1.5rem;
  }
}
@media all and (min-width: 768px) {
  .wg-search-recent .products-slider-structure {
    padding-left: 0;
    padding-right: 0;
  }
}
.slick-slider .slick-arrow {
  height: 3rem;
  width: 3rem;
}
.slick-slider .slick-arrow::before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  font-size: 0;
}
.slick-slider .slick-next::before {
  border-left: 12px solid #00416B;
}
.slick-slider .slick-prev::before {
  border-right: 12px solid #00416B;
}
.slick-slider .slick-dots li {
  margin: 0 2px;
}
.slick-slider .slick-dots li button::before {
  font-size: 50px;
  color: #00416B;
}
.slick-slider .icon-arrow-left,
.slick-slider .icon-arrow-right {
  display: none;
}

.product-details-tab {
  position: relative;
}
.product-details-tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: #EBEBEB;
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translateY(100%);
}
.product-details-tab .tab-list {
  position: relative;
  z-index: 1;
}

.product-details-tab .tab-list {
  font-size: 18px;
  width: 100%;
  max-width: 1330px;
  padding: 0;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .container-search-fullwidth.not-hawksearch .product-details-tab {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs {
  font-size: 18px;
  width: 100%;
  max-width: 1330px;
  padding: 0;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item {
  padding: 0 23px;
  margin: 0;
  border: none;
  z-index: 1;
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link {
  text-transform: none;
  display: block;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  position: relative;
  background: transparent;
  margin: 0 !important;
  border: none !important;
  border-bottom: none !important;
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: rgba(210, 210, 210, 0);
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link:hover, .container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link:focus, .container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link.active {
  text-decoration: none;
  color: #00416B;
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link:hover::after, .container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link:focus::after, .container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: #D2D2D2;
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.container-search-fullwidth.not-hawksearch .product-details-tab .nav.nav-tabs .nav-item .nav-link.active::after {
  background: #00416B;
}

.product-content-structure,
.product-extras-structure {
  background: #EBEBEB;
}
.product-content-structure .product-info-card,
.product-extras-structure .product-info-card {
  background: #fff;
  max-width: 1330px;
  margin: 0 auto;
  padding: 4rem;
}

.product-content-structure {
  background: #EBEBEB;
  padding: 4rem 2rem;
}
.product-content-structure .product-title {
  font-size: 30px;
  line-height: 36px;
  color: #00416B;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.product-content-structure .accordion-container {
  margin-bottom: 4rem;
}
.product-content-structure .accordion-container:last-child {
  margin: 0;
}
.product-content-structure .accordion-trigger {
  background: none;
  display: none;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: 100%;
  border: none;
  color: #00416B;
  padding: 2rem;
  position: relative;
  text-align: left;
  border-top: 1px solid #949494;
}
.product-content-structure .accordion-trigger:after, .product-content-structure .accordion-trigger::before {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 5px;
  top: 50%;
  right: 2rem;
  background: #00416B;
  transform: translateY(-50%);
  border-radius: 5px;
}
.product-content-structure .accordion-trigger::after {
  width: 5px;
  height: 2rem;
  right: 3rem;
  transform: translate(50%, -50%);
}

@media screen and (min-width: 768px) {
  .product-content-structure .accordion-container[id]::before {
    display: block;
    content: "";
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .product-content-structure {
    padding: 0;
  }
  .product-content-structure .product-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .product-content-structure .product-info-card {
    padding: 20px;
  }
  .product-content-structure .accordion-container {
    margin-bottom: 0;
  }
  .product-content-structure .accordion-container.accordion-container-xs {
    display: block !important;
  }
  .product-content-structure .expanded .accordion-trigger::after {
    height: 0;
  }
  .product-content-structure .accordion-trigger {
    display: block;
    font-size: 18px;
    padding: 21px 20px;
  }
  .product-content-structure .accordion-trigger:after, .product-content-structure .accordion-trigger::before {
    content: "";
    width: 10px;
    height: 3px;
    right: 26px;
  }
  .product-content-structure .accordion-trigger::after {
    width: 3px;
    height: 10px;
    right: 31px;
  }
  .product-content-structure .accordion-content {
    display: none;
  }
}
.product-overview-wrapper .product-description, .product-overview-wrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  margin-bottom: 30px;
}
.product-overview-wrapper .product-list-item {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #393E43;
}

.product-details-tab {
  position: relative;
}
.product-details-tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: #EBEBEB;
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translateY(100%);
}
.product-details-tab .tab-list {
  position: relative;
  z-index: 1;
}

.product-extras-structure .product-info-card {
  margin-bottom: 4rem;
}

.product-extras-structure .product-info-card:last-child {
  margin-bottom: 0;
}

.b2b-product-view-details {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .product-extras-structure {
    padding: 0;
  }
  .product-extras-structure .product-info-card {
    margin: 0;
    padding: 20px 30px 40px;
  }
  .product-extra-pading-0 {
    padding: 0;
  }
}
.product-specifications .table-title {
  text-align: left;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  color: #00416B;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
}
.product-specifications .table-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}
.product-specifications .table-content {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid rgba(148, 148, 148, 0.25);
  border-bottom: 1px solid rgba(148, 148, 148, 0.25);
}
.product-specifications .table-cell {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
  border: 1px solid rgba(148, 148, 148, 0.25);
  flex: 1 0 25%;
}
@media all and (min-width: 768px) {
  .product-specifications .table-cell {
    max-width: 25%;
  }
}
.product-specifications .cell-name {
  font-weight: 700;
  background-color: #EBEBEB;
}

@media screen and (max-width: 767px) {
  .product-specifications .table-cell {
    flex: 1 0 50%;
  }
}
.product-info-guides .product-info-list {
  list-style: none;
  padding: 0;
}
.product-info-guides .list-item {
  border-bottom: 1px solid #EBEBEB;
  padding: 1.2rem 3.6rem;
}
.product-info-guides .list-item p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
}
.product-info-guides .product-info-link {
  text-decoration: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #00416B;
  display: block;
  position: relative;
}
.product-info-guides .product-info-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E5EC0DC28-30EA-4ED3-ACA0-F3000F4AEDC7%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-359.000000, -2782.000000)' fill='%2300416B'%3E%3Cg id='Info-&amp;-Guides' transform='translate(310.000000, 2656.000000)'%3E%3Cg id='Grid' transform='translate(40.000000, 111.000000)'%3E%3Cg id='Icons/1.-Base/attachment' transform='translate(20.000000, 26.000000) rotate(-45.000000) translate(-20.000000, -26.000000) translate(10.000000, 21.000000)'%3E%3Cpath d='M0,5 C-0.00084682344,3.67368167 0.578356144,2.4014645 1.61001245,1.46361565 C2.64166877,0.525766804 4.04113829,-0.000769822641 5.50012039,2.18628534e-14 L15.9998404,2.18628534e-14 C17.4289598,2.18628534e-14 18.7495206,0.693100255 19.4640802,1.81821531 C20.1786399,2.94333037 20.1786399,4.3295293 19.4640802,5.45464436 C18.7495206,6.57975942 17.4289598,7.27285887 15.9998404,7.27285883 L7.50379235,7.27285883 C6.60005221,7.28754074 5.75796393,6.8576452 5.30136727,6.14849606 C4.84477061,5.43934691 4.84477061,4.56137877 5.30136727,3.85222963 C5.75796393,3.14308049 6.60005221,2.71318495 7.50379235,2.72786686 L15.0075838,2.72786686 L15.0075838,4.54571851 L7.40959582,4.54571851 C6.85958388,4.54571851 6.85958388,5.45500718 7.40959582,5.45500718 L15.9998404,5.45500718 C16.7144001,5.45500719 17.3746805,5.10845747 17.7319603,4.54589994 C18.0892402,3.98334241 18.0892402,3.29024295 17.7319603,2.72768542 C17.3746805,2.16512789 16.7144001,1.81857817 15.9998404,1.81857819 L5.50012039,1.81857819 C3.56710182,1.81857819 2.00008065,3.2431117 2.00008065,5.00036284 C2.00008065,6.75761399 3.56710182,8.1821475 5.50012039,8.1821475 L14.999601,8.1821475 L14.999601,10 L5.50012039,10 C4.04113829,10.0007698 2.64166877,9.4742332 1.61001245,8.53638435 C0.578356144,7.5985355 -0.00084682344,6.32631833 0,5 L0,5 Z' id='🎨-fill'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 0;
  transform: translateX(calc(-100% - 1rem));
}

@media (max-width: 767px) {
  #Product .product-details-tab {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
#Product .fade:not(.show) {
  max-height: 0;
}
@media (max-width: 767px) {
  #Product .product-content-structure .accordion-trigger {
    position: relative;
    border-top: 1px solid #fff;
  }
  #Product .product-content-structure .accordion-trigger:after, #Product .product-content-structure .accordion-trigger::before {
    content: "";
    width: 15px;
    height: 2px;
    right: 20px;
  }
  #Product .product-content-structure .accordion-trigger::after {
    width: 2px;
    height: 15px;
    right: 27px;
  }
}
@media (max-width: 767px) {
  #Product .product-content-structure .accordion-container.expanded .accordion-trigger::after {
    width: 0;
  }
}
#Product #layout-product .bradcrumb-wrapper.b2b-breadcrumbs .bread-separator {
  color: transparent !important;
  visibility: hidden !important;
}

@media (min-width: 768px) {
  #layout-product .product-view-details .product-images .simpleLens-big-image-container {
    height: 450px;
    width: 450px;
    margin: auto !important;
    margin-bottom: 10px !important;
  }
  #layout-product .product-view-details .product-images .simpleLens-big-image-container .simpleLens-lens-image {
    overflow: hidden;
  }
  #layout-product .product-view-details .product-images .simpleLens-big-image-container .simpleLens-lens-image .simpleLens-big-image {
    height: 450px;
    width: 450px;
  }
  #layout-product .product-view-details .product-images .simpleLens-big-image-container .simpleLens-lens-element img {
    height: 600px;
    width: 600px;
  }
}
.hawk-results__contentItem {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
  padding: 15px;
}
.hawk-results__contentItem .title {
  color: #6799c8;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: underline;
}
.hawk-results__contentItem .article-date {
  font-weight: bold;
  margin-bottom: 20px;
}

.compare-product-popup.modal-dialog.modal-md.modal-dialog-centered .disabled-4 {
  display: none !important;
}

@media (min-width: 768px) {
  .layout-min-height .container.container-search-fullwidth {
    max-width: none !important;
  }
  .layout-min-height .container.container-search-fullwidth .product-grid-list {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .layout-min-height .container.container-search-fullwidth .custom-container.srp-widgets-products {
    margin-top: 20px;
  }
}
.layout-min-height .container.container-search-fullwidth #react-app {
  position: relative;
  display: block;
  width: 100%;
}
.layout-min-height .container.container-search-fullwidth #react-app #add-to-cart-hawk {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0);
  z-index: 9999999999999;
}
@media (max-width: 768px) {
  .layout-min-height .container.container-search-fullwidth #react-app #add-to-cart-hawk {
    width: 80% !important;
  }
}
.layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar {
  margin-top: 0;
}
.layout-min-height .container.container-search-fullwidth #react-app .hawk__smart-description-box span {
  color: #6799c8;
  cursor: pointer;
}
.layout-min-height .container.container-search-fullwidth #react-app .hawk__smart-description-box span:hover {
  text-decoration: underline;
}
.layout-min-height .container.container-search-fullwidth #react-app .hawk-pagination__item {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 40px;
}
.layout-min-height .container.container-search-fullwidth #react-app .hawk-pagination__item.next-arrow::before {
  font-family: "znode-web-store";
  content: "\e904";
  position: relative;
  transform: translateY(-50%);
  font-size: 16px;
}
.layout-min-height .container.container-search-fullwidth #react-app .hawk-pagination__item.prev-arrow::before {
  font-family: "znode-web-store";
  content: "\e903";
  position: relative;
  transform: translateY(-50%);
  font-size: 16px;
}
.layout-min-height .container.container-search-fullwidth #react-app .product-details-tab ul.tab-list {
  display: none !important;
}
.layout-min-height .container.container-search-fullwidth #react-app .product-details-tab:after {
  display: none;
}
.layout-min-height .container.container-search-fullwidth #react-app .image-wrapper {
  border: 1px solid rgba(148, 148, 148, 0.25);
}
.layout-min-height .container.container-search-fullwidth #react-app .image-wrapper .hawk-results__item-image {
  text-align: center;
}
.layout-min-height .container.container-search-fullwidth #react-app .image-wrapper .icon.hawk-placeholderSVG {
  display: block;
  fill: #7E8285;
  width: 293px;
  height: 293px;
  margin: 0 auto;
}
.layout-min-height .container.container-search-fullwidth #react-app .sort-bar .hawk-tool-row__item + .hawk-tool-row__item {
  margin-left: auto;
}
.layout-min-height .container.container-search-fullwidth #react-app .sort-bar .hawk-tool-row__item + .hawk-tool-row__item .pagination-sorting-container .hawk-pagination__controls > input {
  width: 60px;
  text-align: center;
  border: 1px solid #949494;
  border-radius: 4px;
  background-color: #fff;
}
.layout-min-height .container.container-search-fullwidth #react-app .sort-bar .hawk-tool-row__item + .hawk-tool-row__item .pagination-sorting-container .hawk-pagination__controls > .hawk-pagination__total-text {
  margin-right: 0;
}
@media (max-width: 767px) {
  .layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-search-title.accordion-trigger + .accordion-content {
    display: block;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }
  .layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-search-title.accordion-trigger.expanded + .accordion-content {
    visibility: visible;
    max-height: none;
    overflow: visible;
  }
  .layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-search-title.accordion-trigger.expanded:after {
    visibility: hidden;
  }
}
.layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn {
  cursor: pointer;
}
.layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name {
  display: block;
  position: relative;
  padding-left: 25px;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #393E43;
}
.layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name:after {
  content: "";
  display: table;
  position: absolute;
  left: 0;
  top: 3.5px;
  width: 17px;
  height: 17px;
  border: 1px solid #949494;
  border-radius: 1px;
}
.layout-min-height .container.container-search-fullwidth #react-app .filter-sidebar .filter-list .hawk-facet-rail__facet-list-item .hawk-facet-rail__facet-btn[aria-pressed=true] .hawk-facet-rail__facet-name:after {
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #00416B;
  background-color: #00416B;
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-min-height .container .category-recent-view-list {
    max-width: none !important;
  }
}
.layout-min-height .container .category-recent-view-list #recent-view-products .product-info-card {
  margin-bottom: 0;
  padding-bottom: 0;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls {
  padding-bottom: 15px;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .left-icon,
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .right-icon {
  display: block;
  height: 31px;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div:hover, .layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div:focus {
  background-color: transparent;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-buttons div span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='31px' viewBox='0 0 6 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E480B8FE6-DE69-4796-BC4D-5D0C05A336D4%3C/title%3E%3Cg id='PDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PDP-(Desktop)' transform='translate(-1163.000000, -280.000000)' fill='%2300416B'%3E%3Cg id='Product-Info' transform='translate(310.000000, 272.000000)'%3E%3Cg id='Buy-Info' transform='translate(781.000000, 0.000000)'%3E%3Cg id='icons/caret' transform='translate(75.000000, 13.500000) scale(-1, 1) rotate(90.000000) translate(-75.000000, -13.500000) translate(70.000000, 11.000000)'%3E%3Cpath d='M0,0 L5,5 L10,0 C10,0 0,0 0,0 Z' id='Caret'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 31px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-page span {
  background: #00416b !important;
  border: 2px solid #00416b;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 5px;
  cursor: pointer;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .owl-theme .owl-controls .owl-page.active span {
  background: #ebebeb !important;
  border: 2px solid #d0d0d0;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .product-item {
  width: 100%;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .product-item .product-card {
  padding: 0 20px;
}
.layout-min-height .container .category-recent-view-list #recent-view-products .title {
  margin-bottom: 25px;
}
.layout-min-height .container .category-recent-view-list #recent-view-products h2.product-title {
  color: #00416E;
  font-weight: 700;
  line-height: 24px;
}

.custom-recomended-products-carousel .owl-prev {
  left: -20px !important;
}
.custom-recomended-products-carousel .owl-next {
  right: -20px !important;
}
.custom-recomended-products-carousel .owl-controls {
  margin-top: 70px;
}

.hawk-autocomplete_input_box input:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}

#react-app-autocomplete {
  position: relative;
}
#react-app-autocomplete .hawksearch-search-input-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
}
#react-app-autocomplete .hawksearch-search-input-button:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}
#react-app-autocomplete .hawksearch-search-input-button:hover {
  cursor: pointer;
}

.plp-hawksearch-category {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .product-details-tab {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 15px;
  }
}
.product-details-tab .tab-list li {
  padding: 0 23px;
}
.product-details-tab .tab-list li .tab-item-link {
  display: block;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  position: relative;
}
.product-details-tab .tab-list li .tab-item-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: rgba(210, 210, 210, 0);
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.product-details-tab .tab-list li .tab-item-link:hover, .product-details-tab .tab-list li .tab-item-link:focus, .product-details-tab .tab-list li .tab-item-link.active {
  text-decoration: none;
  color: #00416B;
}
.product-details-tab .tab-list li .tab-item-link:hover::after, .product-details-tab .tab-list li .tab-item-link:focus::after, .product-details-tab .tab-list li .tab-item-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background: #D2D2D2;
  border-radius: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.product-details-tab .tab-list li .tab-item-link.active::after {
  background: #00416B;
}

.hawk-pagination__item:hover {
  cursor: pointer;
}

.hawk-pagination__controls.pagination-wrapper .hawk-pagination__input {
  width: 60px;
  text-align: center;
  border: 1px solid #949494;
  border-radius: 4px;
  background-color: #fff;
}

#layout-content .plp-hawksearch-category {
  width: 100%;
}
#layout-content .product-category-structure.custom-container {
  margin-top: 108px;
}
@media (max-width: 767px) {
  #layout-content .product-category-structure.custom-container {
    margin-top: 73px;
  }
}
#layout-content .product-details-tab ~ .product-category-structure.custom-container {
  margin-top: 0;
}

@media (min-width: 1454px) {
  .srp-widgets-products {
    max-width: 100% !important;
  }
}
@media (max-width: 1453px) {
  .srp-widgets-products {
    max-width: 90% !important;
  }
  .srp-widgets-products .col-xs-12.col-sm-9.ml-auto {
    margin: 0 auto !important;
  }
}

.hawk-pagination__total-text.info-text {
  white-space: nowrap;
  display: inline-block;
}

.hawk-items-per-page.custom-select.pagination-form {
  margin-left: 30px;
}

.hawk-tool-row__item {
  display: flex;
  flex-direction: row;
}
.hawk-tool-row__item .hawk-pagination {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .hawk-results.category-landing-container {
    max-width: 100% !important;
  }
  .hawk-results.category-landing-container .hawk-tool-row.sort-bar.sort-bar-top {
    display: flex;
    flex-direction: column;
  }
  .hawk-results.category-landing-container .hawk-tool-row.sort-bar.sort-bar-top .hawk-tool-row__item {
    margin: 0 auto;
  }
  .hawk-results.category-landing-container .hawk-tool-row.sort-bar.sort-bar-top .hawk-items-per-page {
    display: none;
  }
  .hawk__body .product-category-structure.custom-container .hawk-results__top-tool-row .hawk-tool-row.sort-bar.sort-bar-top {
    display: flex;
    flex-direction: column;
  }
  .hawk__body .product-category-structure.custom-container .hawk-results__top-tool-row .hawk-tool-row.sort-bar.sort-bar-top .hawk-tool-row__item {
    margin: auto;
    padding-top: 10px;
  }
  .hawk__body .product-category-structure.custom-container .hawk-results__top-tool-row .hawk-items-per-page.custom-select.pagination-form {
    display: none;
  }
  .hawk-results__bottom-tool-row .hawk-tool-row__item {
    display: none;
  }
  .hawk-results__bottom-tool-row .hawk-tool-row__item + .hawk-tool-row__item {
    display: flex !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hawk__body.plp-container .product-category-structure.custom-container > .row {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hawk__body.plp-container .product-category-structure.custom-container > .row > .col-sm-3,
  .hawk__body.plp-container .product-category-structure.custom-container > .row > .col-sm-9 {
    flex: none;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hawk__body.plp-container .product-category-structure.custom-container > .row {
    display: flex;
    width: 100%;
    margin: 0 !important;
  }
  .hawk__body.plp-container .product-category-structure.custom-container > .row > .col-sm-3,
  .hawk__body.plp-container .product-category-structure.custom-container > .row > .col-sm-9 {
    flex: none;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }
}

#Search .b2b-compare-product-list, #Category .b2b-compare-product-list {
  padding: 15px !important;
}
#Search #compareProductBox, #Category #compareProductBox {
  border: none !important;
}
#Search #compareProductBox, #Category #compareProductBox {
  margin-top: 0 !important;
}
#Search #compareProductList, #Category #compareProductList {
  max-width: 315px;
  border: 1px solid #c3c3c3;
  background-color: #FAFAFA;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #Search #compareProductList, #Category #compareProductList {
    max-width: 100%;
  }
}
#Search #compareProductList .compare-product-list, #Category #compareProductList .compare-product-list {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#Search #compareProductList .compare-product-list .col-4.col-md-3.p-0, #Category #compareProductList .compare-product-list .col-4.col-md-3.p-0 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Search #compareProductList .compare-product-list img, #Category #compareProductList .compare-product-list img {
  max-width: 100% !important;
  height: auto;
  max-height: 70px;
}
#Search #compareProductList .compare-product-list .remove-compare, #Category #compareProductList .compare-product-list .remove-compare {
  position: absolute;
  top: -10px;
  right: -8px;
  color: #01579B;
  opacity: 1;
  font-size: 15px;
  height: 15px;
  border-radius: 50%;
  width: 15px;
  background-color: #01579B;
}
#Search #compareProductList .compare-product-list .remove-compare .close-circle-icon, #Category #compareProductList .compare-product-list .remove-compare .close-circle-icon {
  padding: 0;
  margin: 0;
  left: 3px;
  display: block;
  top: -4px;
  position: absolute;
  font-size: 12px;
  color: white;
  text-transform: lowercase;
}
#Search #compareProductList .compare-product-list .remove-compare .close-circle-icon:before, #Category #compareProductList .compare-product-list .remove-compare .close-circle-icon:before {
  display: none;
}
#Search #compareProductList .compare-product-list .remove-compare .close-circle-icon:hover, #Category #compareProductList .compare-product-list .remove-compare .close-circle-icon:hover {
  cursor: pointer;
}
#Search #compareProductList h4, #Category #compareProductList h4 {
  background-color: #00416B;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#Search .view-compare-link, #Category .view-compare-link {
  background: #D2451E;
  color: #FFFFFF;
  box-shadow: 0px 1px 2px 1px #c5b7b7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#Search .view-compare-link:hover, #Category .view-compare-link:hover {
  color: #FFFFFF !important;
  background: #00833E;
  border-color: #00833E;
}
#Search .hawk-sidebar, #Category .hawk-sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  #Search .hawk-sidebar, #Category .hawk-sidebar {
    max-width: 25%;
  }
}
#Search .category-landing-container, #Category .category-landing-container {
  max-width: 74%;
}
#Search .category-landing-container .hawk-results__listing .image-wrapper .hawk-results__item-placeholder svg, #Search .category-landing-container .hawk-results__listing .image-wrapper .hawk-results__item-placeholder img, #Category .category-landing-container .hawk-results__listing .image-wrapper .hawk-results__item-placeholder svg, #Category .category-landing-container .hawk-results__listing .image-wrapper .hawk-results__item-placeholder img {
  max-width: 100%;
  margin: 0 auto;
}
#Search .hawk-facet-rail, #Category .hawk-facet-rail {
  max-width: 100%;
}

.hawk-facet-rail__facet-body {
  margin-bottom: 20px;
}
.hawk-facet-rail__facet-body .hawk-facet-rail__facet-list-item {
  padding-bottom: 10px;
}
.hawk-facet-rail__facet-body .hawk-facet-rail__facet-list-item:last-child {
  padding-bottom: 0;
}
.hawk-facet-rail__facet-body .hawk-facet-rail__show-more-btn {
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
  margin-top: 20px;
  padding-left: 0px;
  cursor: pointer;
}

.input-select option.display-none {
  position: absolute;
  left: -20000px;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -99999;
  display: none;
}

/* override styles when printing */
@media print {
  html,
  body {
    background-color: #fff !important;
  }
  header,
  .header .header-logo,
  .slider-for {
    display: block !important;
  }
  header {
    display: block !important;
  }
  header .width-1330 {
    padding-bottom: 15px !important;
  }
  .b2b-product-view-details {
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details {
    float: none !important;
    display: table !important;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-images {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview .row {
    margin: 0 !important;
  }
  .b2b-product-view-details .container .product-view-details > .product-overview .btn-primary.btn-text-full {
    display: block !important;
  }
  .b2b-product-view-details .b2b-product-tabs {
    margin-top: 10px !important;
    background-color: transparent !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure {
    background: #fff !important;
    padding: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .product-info-card,
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .product-info-card {
    padding: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-content-structure .accordion-container {
    margin-bottom: 25px !important;
  }
  .b2b-product-view-details .b2b-product-tabs .product-overview-wrapper .product-description:last-child,
  .b2b-product-view-details .b2b-product-tabs .product-overview-wrapper p:last-child {
    margin-bottom: 0 !important;
  }
  .b2b-product-view-details .b2b-product-tabs .tab-content > div {
    display: block !important;
  }
}
