@charset "UTF-8";
/*
  #0A0A0A [Black]
  - Standard color for object, use when in doubt
  - All text aside from Stock messaging
  - Buy path buttons
*/
/*
  #FFFFFF [White]
  - Use when you want a section to stand out from the background
  - Do not use for text unless on a Black or 50% Black background
*/
/* $color-f6f0ed [Beige] - Sitewide background color */
/*
  #EDE3DE [Dark Beige]
  Use when you want to seperate something from the background without being as intense as White, creatign a more "soft" container
  Use for when the component shouldn't compete with the White containers for the user's attention
*/
/*
  $color-848484 [50% Black]
  - Use when Black is too bold
  - Use to differentiate between the different states of a component
*/
/* $color-cecece [25% Black] - Should be used for graphical elements only */
/* #C70000 [Red] - Use for error messaging */
/* $color-117c91 [Blue] - Use for stock messaging */
/* $color-ff4f6a [Hot Pink] - Use for promotional messaging */
/*
  #FFE75F [Yellow]
  - Use sparingly for situations where many colors are needed to differentiate between items, as part of a set.
  - Do not use by itself
*/
/*
  #FF8C3F [Orange]
  - Use sparingly for situations where many colors are needed to differentiate between items, as part of a set
  - Do not use by itself
*/
/*
  #308215 [Green]
  - Under consideration
  - Use for success messaging
*/
/* ================================================= */
.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

@font-face {
  font-family: 'store_norske_tangobold';
  src: url("../fonts/tangosn-bold-webfont.eot");
  src: url("../fonts/tangosn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tangosn-bold-webfont.woff2") format("woff2"), url("../fonts/tangosn-bold-webfont.woff") format("woff"), url("../fonts/tangosn-bold-webfont.ttf") format("truetype"), url("../fonts/tangosn-bold-webfont.svg#store_norske_tangobold") format("svg");
  font-weight: 400;
  font-style: normal; }

html {
  font-family: var(--font-family-sans-serif); }

h1 {
  font-family: "niveau-grotesk"; }

a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #0A0A0A; }

.table-success th,
.table-success td,
.table-success thead th {
  border-color: #308215; }

.table-info th,
.table-info td,
.table-info thead th {
  border-color: #117c91; }

.table-warning th,
.table-warning td,
.table-warning thead th {
  border-color: #ffe75f; }

.table-light th,
.table-light td,
.table-light thead th {
  border-color: #ffffff; }

.form-control {
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400; }

.form-check-input [disabled] ~ .form-check-label {
  color: #6c757d; }

.btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #0A0A0A;
  background-color: #ffffff;
  text-transform: capitalize; }
  .btn:hover {
    color: #0A0A0A; }
  .btn-primary.disabled {
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.5);
    border-color: rgba(10, 10, 10, 0.5); }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.7); }

.btn-secondary {
  background-color: #0A0A0A;
  border-color: #0A0A0A; }
  .btn-secondary:hover {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-secondary:focus, .btn-secondary:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-secondary.disabled {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.7);
    border-color: rgba(10, 10, 10, 0.7); }

.dropdown-toggle {
  white-space: nowrap; }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }

/*Free Shipping Dialogue*/
.free-ship-banner-header {
  background-color: #0A0A0A;
  padding: 15px 20px;
  margin: 15px auto; }
  .free-ship-banner-header p {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 !important; }
    @media (max-width: 767.98px) {
      .free-ship-banner-header p {
        font-size: 36px;
        text-align: center; } }
  .free-ship-banner-header p span {
    font-size: 19px; }
  @media (max-width: 767.98px) {
    .free-ship-banner-header span {
      display: block; } }

.free-ship-content {
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px; }

/*Ribbon Styles*/
.rib__wrapper {
  padding: 25px 30px;
  background-color: #0A0A0A !important;
  color: #ffffff !important; }

.rib__content {
  font-family: inherit !important; }
  .rib__content p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500; }

.gwp-number {
  width: 35px;
  height: 35px;
  border-radius: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 27px;
  border: 2px solid #0A0A0A;
  color: #0A0A0A;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  font-weight: 500; }

.ui-dialog h1 {
  font-family: var(--font-family-sans-serif);
  font-size: 24px;
  line-height: 28px !important;
  font-weight: 500 !important; }

body.modal-open {
  overflow: hidden !important; }

.hidden {
  display: none; }

button {
  font-weight: 500; }

#crl8-gallery-pA8QHHKC-carousel .fvAZvP {
  font-weight: 500; }

@media (max-width: 767.98px) {
  .pt_storefront #main .customer-quote p:before {
    left: -50px; }
  .pt_storefront #main .customer-quote p:after {
    right: -50px; } }

.pt_storefront #main .split-content p {
  line-height: 20px; }

#main {
  margin: 0 auto;
  max-width: 1252px;
  position: relative;
  padding: 0 5px; }
  @media screen and (max-width: 1252px) {
    #main {
      padding-left: 16px;
      padding-right: 16px; } }

.contentasset p {
  margin: 0;
  line-height: 20px; }

#container.pt_storefront #main {
  padding: 0; }

.user_is_trade #container #main {
  padding: 0; }

.w-1252 {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1252px; }
  @media screen and (max-width: 1252px) {
    .w-1252 {
      padding-left: 16px;
      padding-right: 16px; } }

.pos_rel {
  position: relative; }

p {
  font-size: 14px;
  margin-bottom: 1rem; }

table {
  width: 100%; }
  table th {
    text-align: left; }
  table td {
    vertical-align: top; }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important; } }

button,
.button,
.buttonstyle,
input[type="button"] {
  border-radius: 2px;
  font-weight: 400;
  text-align: center;
  transition: all .3s ease; }
  button.large,
  .button.large,
  .button-fancy-large,
  .buttonstyle.large,
  input[type="button"].large {
    font-size: 1.35em;
    text-transform: capitalize; }
  button.raised,
  .button.raised,
  .buttonstyle.raised,
  input[type="button"].raised {
    border-width: 0;
    box-shadow: 0 2px 5px 0 rgba(10, 10, 10, 0.16), 0 2px 10px 0 rgba(10, 10, 10, 0.12); }
    button.raised:hover,
    .button.raised:hover,
    .buttonstyle.raised:hover,
    input[type="button"].raised:hover {
      background-color: #20560e;
      color: #ffffff; }
  button.simple,
  .button.simple,
  .buttonstyle.simple,
  input[type="button"].simple {
    background-color: #ffffff;
    color: #20560e; }
  button[disabled], button.disabled,
  .button[disabled],
  .button.disabled,
  .buttonstyle[disabled],
  .buttonstyle.disabled,
  input[type="button"][disabled],
  input[type="button"].disabled {
    background-color: #cecece;
    border-color: #cecece;
    color: #848484;
    opacity: .5; }
  button a,
  .button a,
  .buttonstyle a,
  input[type="button"] a {
    color: #ffffff; }
    button a:hover,
    .button a:hover,
    .buttonstyle a:hover,
    input[type="button"] a:hover {
      color: #308215; }
  button i.left,
  .button i.left,
  .buttonstyle i.left,
  input[type="button"] i.left {
    margin-right: .6em; }
  button i.right,
  .button i.right,
  .buttonstyle i.right,
  input[type="button"] i.right {
    margin-left: .6em; }

.button-text {
  background-color: transparent;
  border-width: 0;
  color: #308215;
  padding: 0; }
  .button-text:hover {
    background-color: transparent;
    text-decoration: underline; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

@media (max-width: 768px) {
  .sticky-top-80 {
    z-index: 0 !important; } }

#container {
  background: #f6f0ed;
  transition: padding-top .3s linear; }
  #container.pt_storefront #main {
    max-width: 100%; }
  #container .pt_storefront #main #home-content {
    width: 100%; }

#main .specialpromo-outer {
  max-width: none;
  margin: 0;
  padding: 0; }

.pt_storefront.pt_trade div.lu-siteM .sm-grid {
  margin: 0 -5px; }
  @media (max-width: 767.98px) {
    .pt_storefront.pt_trade div.lu-siteM .sm-grid {
      margin: 0; } }

.pt_storefront.pt_landing #main {
  margin: auto;
  max-width: 1252px;
  padding-top: 20px; }

#wrapper {
  background: #f6f0ed;
  position: relative; }
  #wrapper.pt_storefront, #wrapper.pt_order-confirmation {
    width: 100%; }
  #wrapper.pt_categorylanding {
    width: 100%;
    background: none !important; }
    #wrapper.pt_categorylanding .primary-content {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        #wrapper.pt_categorylanding .primary-content {
          width: 80%; } }
    #wrapper.pt_categorylanding .refinements {
      border-right: 0;
      display: none;
      width: 0; }
      @media (min-width: 768px) {
        #wrapper.pt_categorylanding .refinements {
          display: block;
          width: 20%; } }
  #wrapper.pt_product-details .primary-content {
    margin-top: 2.4rem; }
  #wrapper.menu-active {
    left: 50%; }
    @media (min-width: 768px) {
      #wrapper.menu-active {
        left: auto; } }
  #wrapper .modal-backdrop {
    background-color: rgba(10, 10, 10, 0.75); }

#pdpMain.productdetail {
  padding-top: 40px;
  margin: auto;
  max-width: 990px; }

#pdpProductSetDiv #pdpTabsDiv {
  font-weight: 400;
  background: none;
  float: none !important;
  display: block !important;
  width: 100% !important;
  padding-bottom: 27px !important; }

#pdpProductSetDiv #cert-recs {
  margin: 0 6px; }
  #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems .cerrec-title {
    width: 100%; }
  #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems h2 {
    font-size: 18px;
    line-height: 14px;
    font-weight: 500;
    padding: 20px 0; }
  #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems .cert-rec {
    background: #ffffff;
    padding: 10px;
    margin: 0 10px 20px 0; }
    #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems .cert-rec .certRecName {
      font-size: 14px;
      line-height: 16px;
      font-weight: 500; }
      #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems .cert-rec .certRecName .certRecBrand {
        font-size: 12px;
        line-height: 13px;
        font-weight: 400; }
    #pdpProductSetDiv #cert-recs .slot-bottomsimilarItems .cert-rec .certRecPrice {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }

.primary-content {
  width: 100%; }
  @media (min-width: 768px) {
    .primary-content {
      border-left: 1px solid #cecece;
      float: right;
      margin-left: -1px;
      padding: 0 0 20px;
      position: relative;
      width: 787px; } }
  @media (min-width: 768px) {
    .primary-focus .primary-content {
      border: none;
      float: left;
      margin: 0;
      width: 76%; } }
  @media (min-width: 768px) {
    .full-width .primary-content {
      border: none;
      width: 100%; } }

#secondary {
  border: 0;
  float: none;
  font-size: 1.1em;
  width: 100%;
  /* Remove Refinements for responsive design */ }
  @media (min-width: 768px) {
    #secondary {
      float: left;
      width: 172px;
      position: relative; } }
  @media (min-width: 768px) {
    #secondary nav {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    #secondary nav a {
      display: block; } }
  @media (min-width: 768px) {
    .primary-focus #secondary {
      float: left;
      width: 24%;
      padding-left: .4rem;
      background: none;
      border: none; } }
  .pt_content-search-result #secondary,
  .pt_order #secondary {
    display: none; }
    @media (min-width: 768px) {
      .pt_content-search-result #secondary,
      .pt_order #secondary {
        display: block; } }

.secondary-content {
  clear: both; }

.ui-widget-overlay {
  background: #0A0A0A;
  height: 100%;
  opacity: .75;
  filter: alpha(opacity=70);
  position: fixed; }

.ui-dialog {
  position: absolute;
  border: 1px solid #cecece;
  color: #0A0A0A !important;
  z-index: 10000 !important; }
  @media screen and (max-width: 768px) {
    .ui-dialog {
      height: auto !important; } }
  .ui-dialog.quickview {
    z-index: 998 !important; }
  .ui-dialog .returningcustomers input.textinput,
  .ui-dialog .returningcustomers input.textinputpw {
    width: 160px; }
  .ui-dialog .ui-dialog-title {
    display: none;
    font-size: 1.7em;
    margin: 8px 0 0 10px;
    color: #0A0A0A !important; }
  .ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    min-height: 16px; }
  .ui-dialog .ui-dialog-titlebar-close {
    width: 28px;
    height: 28px;
    border-radius: 0;
    right: 0;
    top: 8px;
    border: none;
    background: #ffffff;
    text-indent: -9999px; }
    .ui-dialog .ui-dialog-titlebar-close::before, .ui-dialog .ui-dialog-titlebar-close::after {
      width: 1px;
      height: 18px;
      content: " ";
      background-color: #cecece;
      display: block;
      position: absolute;
      left: calc(50% - 1px);
      top: 4px; }
    .ui-dialog .ui-dialog-titlebar-close::before {
      transform: rotate(45deg); }
    .ui-dialog .ui-dialog-titlebar-close::after {
      transform: rotate(-45deg); }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: none; }
  .ui-dialog .ui-widget-content {
    color: #0A0A0A !important; }
  .ui-dialog #popupContainer.login #popLeft .logincustomers {
    margin-top: 6px; }
    .ui-dialog #popupContainer.login #popLeft .logincustomers h1 {
      padding: 15px 0 20px 0;
      font-size: 2em; }
    .ui-dialog #popupContainer.login #popLeft .logincustomers .username {
      margin-top: 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .ui-dialog #popupContainer.login #popLeft .logincustomers button span {
        margin-top: -1px; } }
  .ui-dialog #popupContainer.login .returningcustomers input.textinput {
    width: 160px; }
  .ui-dialog #popLeft {
    border: 0; }

.ui-dialog-titlebar-close .ui-icon {
  background-image: url("../images/ui-icons_256x240.png"); }

.globalloginpopup .formfield .value {
  width: 77%;
  text-align: left; }

#dialogcontainer li {
  list-style: disc;
  padding-left: 1px;
  margin-left: 22px; }

.returningcustomers {
  margin: 25px 20px;
  text-align: right; }
  .returningcustomers input.textinput,
  .returningcustomers input.textinputpw {
    width: 180px; }
  .returningcustomers .log-form input.textinput,
  .returningcustomers .log-form input.textinputpw {
    width: auto; }
  .returningcustomers .username,
  .returningcustomers .password {
    margin-top: 13px;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .returningcustomers .rememberme {
    margin: 13px 0 0 0;
    text-align: left;
    width: 122px; }
    .returningcustomers .rememberme label {
      font-weight: 400;
      font-size: 1em;
      vertical-align: bottom; }
  .returningcustomers .formactions {
    margin: 20px 0 0 0;
    text-align: left; }
  .returningcustomers .requiredcaption {
    margin: 0;
    text-align: left; }
  .returningcustomers .forgotpassword {
    margin: 2px 0 0 0;
    text-align: left;
    font-weight: 700; }
  .returningcustomers .log-form .forgotpassword {
    margin: 12px 0 0 0;
    text-align: left;
    font-weight: 700; }
  .returningcustomers .log-form .requiredcaption {
    margin: 12px 0 0 0;
    text-align: left; }
    .returningcustomers .log-form .requiredcaption .requiredmessage {
      font-weight: 400; }
  .returningcustomers .label {
    text-align: left;
    width: 100px;
    padding: 0; }

.errorform,
.errormessage {
  color: #c70000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 0;
  display: block;
  padding: 5px 0;
  text-align: left; }

@media (max-width: 767.98px) {
  #popupContainer #popLeft,
  #popupContainer #popRight {
    float: none;
    width: 100%; } }

#popupContainer #popLeft {
  margin-right: 20px;
  clear: left;
  padding: 15px 0; }

#popupContainer #popRight {
  border-left: 1px solid #cecece;
  clear: right; }

#popupContainer h1 {
  border-bottom: 1px solid #cecece;
  padding: 0 0 15px; }

#popupContainer input,
#popupContainer input[type="text"] {
  background: #ffffff;
  border: 1px solid #848484;
  font-size: 12px;
  padding: 6px;
  vertical-align: middle;
  z-index: 0; }

@media (max-width: 767.98px) {
  #popupContainer .returningcustomers {
    margin: 15px 0; } }

#popupContainer.login {
  width: calc(100vw - 40px);
  max-width: 850px;
  padding: 0;
  float: left;
  clear: both;
  line-height: 26px; }
  #popupContainer.login p {
    font-size: 12px;
    line-height: 20px; }
  #popupContainer.login .logincustomers p,
  #popupContainer.login .logincreate p,
  #popupContainer.login .logingeneral p {
    margin: 0 0 10px;
    text-align: left;
    line-height: 1.4; }
  #popupContainer.login button {
    border-radius: 0;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    height: 40px;
    text-transform: capitalize;
    border: 1px solid #0A0A0A;
    background: #ffffff;
    min-width: 125px;
    cursor: pointer; }
    #popupContainer.login button:focus, #popupContainer.login button:active, #popupContainer.login button:hover {
      border-radius: 6px;
      background: #0A0A0A;
      color: #ffffff; }
  #popupContainer.login .globalloginpopup-links-container {
    margin: 15px 0 0 82px; }
    @media (max-width: 767.98px) {
      #popupContainer.login .globalloginpopup-links-container {
        margin: 15px 0 0 87px; } }
  #popupContainer.login #popLeft,
  #popupContainer.login #popRight {
    float: left;
    width: 390px; }
  #popupContainer.login #popLeft .logincustomers {
    min-height: 303px;
    width: 375px;
    border: none;
    line-height: 1.4em;
    margin-bottom: 10px; }
    #popupContainer.login #popLeft .logincustomers h1 {
      margin-left: 20px; }
      @media (max-width: 767.98px) {
        #popupContainer.login #popLeft .logincustomers h1 {
          margin-left: 0; } }
  #popupContainer.login #popRight {
    padding: 31px 0 0 33px;
    min-height: 375px;
    border-left: 1px solid #cecece;
    clear: right; }
    @media (max-width: 767.98px) {
      #popupContainer.login #popRight {
        border-left: none;
        min-height: 375px;
        padding: 31px 0 0 33px; } }
    #popupContainer.login #popRight .notes {
      margin: 15px 0 20px;
      font-size: 1.2em; }
  #popupContainer.login .requiredcaption {
    margin: 0;
    clear: both;
    font-size: 11px;
    white-space: nowrap; }
  #popupContainer.login .popup-login .returningcustomers .rememberme {
    margin-top: 0; }
  #popupContainer.login .popup-login .returningcustomers .formactions.popup-actions {
    margin-top: 13px; }
  #popupContainer.login .popup-login .returningcustomers .forgotpassword {
    margin: 13px 0 12px; }
  #popupContainer.login .popup-login .returningcustomers a#PasswordReset {
    cursor: pointer;
    color: #0A0A0A;
    font-size: 12px;
    font-weight: 500; }
    #popupContainer.login .popup-login .returningcustomers a#PasswordReset:hover {
      text-decoration: underline; }
  #popupContainer.login .popup-login .returningcustomers .requiredcaption {
    margin: 13px 0 0; }
  #popupContainer.login #studiodesigner .returningcustomers .rememberme {
    margin-top: 0; }
  #popupContainer.login #studiodesigner .returningcustomers .formactions.popup-actions {
    margin-top: 13px; }
  #popupContainer.login .formfield div.label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 87px;
    font-size: 11px; }
    #popupContainer.login .formfield div.label .labeltext {
      margin-right: 5px; }
  #popupContainer.login .formfield div.value {
    display: inline-block;
    margin-left: -5px;
    float: left;
    position: relative; }
    @media (max-width: 767.98px) {
      #popupContainer.login .formfield div.value {
        display: block;
        margin-left: 0;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
  #popupContainer.login .formfield div.value input[type="text"],
  #popupContainer.login .formfield div.value input[type="password"] {
    border-radius: 0;
    height: 29px; }
  #popupContainer.login .requiredindicator {
    color: #c70000;
    font-size: 11px;
    font-weight: 700; }
  #popupContainer.login .requiredcaption {
    clear: both; }
  #popupContainer.login .hideCopy {
    display: none; }
  #popupContainer.login div.checkbox label {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: top;
    display: inline-block; }

.login-loader-img-holder {
  border-right: 2px solid #cecece;
  float: left;
  padding-right: 3%; }

.login-loader-info-holder {
  color: #0A0A0A;
  float: left;
  font-size: 12px;
  font-style: italic;
  padding-left: 3%;
  text-align: left; }

.pt_account .breadcrumb a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; }

.pt_account .breadcrumb span.divider {
  margin: 0 6px; }

.pt_account #content {
  margin-left: 50px;
  font-family: var(--font-family-sans-serif);
  max-width: calc(100% - 340px);
  padding: 0;
  color: #0A0A0A;
  width: calc(100% - 340px); }

.pt_account #frame:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

.pt_account #leftcolumn {
  float: left;
  width: 277px; }
  .pt_account #leftcolumn h1 {
    background: #ede3de;
    padding: 20px 0 10px 30px;
    font-size: 18px;
    margin: 0 0 -10px; }
  .pt_account #leftcolumn .navgroup {
    margin: 0 0 16px;
    padding: 0 0 10px;
    background: #ede3de;
    border-top: none;
    font-size: 11px;
    z-index: 25; }
    .pt_account #leftcolumn .navgroup h3 {
      padding: 20px 0 10px 30px;
      font-size: 16px;
      color: #0A0A0A;
      font-weight: 500;
      cursor: pointer;
      margin-bottom: 0; }
    .pt_account #leftcolumn .navgroup ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .pt_account #leftcolumn .navgroup ul li a {
      color: #0A0A0A;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      padding: 10px 0 10px 30px;
      display: block; }
    .pt_account #leftcolumn .navgroup .accountnavtext {
      margin: 15px 15px 15px 20px; }

/* CREATE AN ACCOUNT
--------------------------------------------------------------------------------------- */
/***** User Registration (/account/user/) *****/
.registration {
  margin: 5px 0 0 20px; }
  .registration .emailsignupcheckbox {
    float: left;
    margin: 0 4px 0 181px;
    display: none; }
  .registration .emailsignup {
    width: 500px;
    float: left; }
  .registration .emailsignup span {
    display: none; }
  .registration .storelocator input.textinput,
  .registration .storelocator input.textinputpw {
    width: 90px; }
  .registration h1 {
    font-size: 2em;
    margin-bottom: 5px; }
  .registration .requiredcaption {
    margin: 10px 3px 5px 0; }
  .registration h4 {
    font-size: 1.1em;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 15px 0;
    margin-top: 0;
    font-weight: 500; }
  .registration .label {
    width: auto; }
  .registration .formfields {
    margin: 25px 0; }
  .registration .privacy-policy {
    margin: 5px 0 0 0;
    font-size: 11px; }
  .registration .formfield {
    margin: 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .registration button {
    font-size: .9091em;
    text-transform: uppercase; }
  .registration .requiredcaption.requiredcaption-margin {
    margin-left: 151px; }
    .registration .requiredcaption.requiredcaption-margin .requiredindicator {
      font-weight: 400; }
    .registration .requiredcaption.requiredcaption-margin .requiredmessage {
      font-weight: 400; }
  .registration .formactions.formactions-margin {
    margin-left: 40px; }

#container.pt_account .registration .formactions.formactions-margin {
  margin-left: 150px; }

.mt-15 {
  margin-top: 15px !important; }

.w-1252 {
  margin: 0 auto;
  max-width: 1252px; }
  @media screen and (max-width: 1252px) {
    .w-1252 {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 1215.98px) {
    .w-1252 {
      width: 100%; } }

.pos_rel {
  position: relative; }

.lu-sprite {
  background-image: url("../images/LU-Items-Sprite-Vector.svg");
  background-repeat: no-repeat; }

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

.clear {
  clear: both; }

#header-wrapper .justify-content-end,
.promo-bar .justify-content-end,
#footer-wrapper .justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#header-wrapper .btn-group > .btn,
#header-wrapper .btn-group-vertical > .btn,
.promo-bar .btn-group > .btn,
.promo-bar .btn-group-vertical > .btn,
#footer-wrapper .btn-group > .btn,
#footer-wrapper .btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

#header-wrapper .btn-group,
#header-wrapper .btn-group-vertical,
.promo-bar .btn-group,
.promo-bar .btn-group-vertical,
#footer-wrapper .btn-group,
#footer-wrapper .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

#header-wrapper .btn,
.promo-bar .btn,
#footer-wrapper .btn {
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  color: #0A0A0A;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

#header-wrapper .dropdown-menu,
.promo-bar .dropdown-menu,
#footer-wrapper .dropdown-menu {
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0A0A0A;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box; }

#header-wrapper .dropdown-item,
.promo-bar .dropdown-item,
#footer-wrapper .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0A0A0A;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  #header-wrapper .dropdown-item a,
  .promo-bar .dropdown-item a,
  #footer-wrapper .dropdown-item a {
    color: #0A0A0A; }

#header-wrapper .nav,
.promo-bar .nav,
#footer-wrapper .nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0; }

#header-wrapper .navbar-nav,
.promo-bar .navbar-nav,
#footer-wrapper .navbar-nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.promo-bar {
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ede3de;
  height: 40px;
  padding: 8px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  transition: background-color 0.35s linear; }
  .promo-bar .gennav-message {
    text-align: center;
    max-width: 1252px;
    margin: auto;
    position: relative; }
    .promo-bar .gennav-message a,
    .promo-bar .gennav-message .canada_div {
      text-transform: none;
      font-weight: 400;
      font-size: 14px; }

.trade_div {
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 3px; }
  @media (max-width: 1215.98px) {
    .trade_div {
      display: none !important; } }

#nav-icon-search {
  position: relative;
  width: 482px; }
  body.fixedHeader #nav-icon-search {
    background: #f6f0ed !important; }
  #nav-icon-search fieldset {
    position: relative; }
  #nav-icon-search input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1px solid #0A0A0A;
    padding: 0 16px;
    outline: none !important;
    font-size: 16px !important;
    font-style: normal !important;
    border-radius: 15px;
    background: none;
    padding-right: 45px; }
    #nav-icon-search input[type="text"]:-ms-input-placeholder {
      font-size: 16px !important;
      font-style: normal !important;
      line-height: normal;
      color: #0A0A0A; }
    #nav-icon-search input[type="text"]::placeholder {
      font-size: 16px !important;
      font-style: normal !important;
      line-height: normal;
      color: #0A0A0A; }
      @media screen and (max-width: 1023.75px) {
        #nav-icon-search input[type="text"]:-ms-input-placeholder {
          line-height: 48px; }
        #nav-icon-search input[type="text"]::placeholder {
          line-height: 48px; } }
    #nav-icon-search input[type="text"]::-moz-placeholder {
      font-size: 16px !important;
      font-style: normal !important;
      line-height: normal;
      color: #0A0A0A; }
      @media screen and (max-width: 1023.75px) {
        #nav-icon-search input[type="text"]::-moz-placeholder {
          line-height: 48px; } }
    #nav-icon-search input[type="text"]::-webkit-input-placeholder {
      font-size: 16px !important;
      font-style: normal !important;
      line-height: normal;
      color: #0A0A0A; }
      @media screen and (max-width: 1023.75px) {
        #nav-icon-search input[type="text"]::-webkit-input-placeholder {
          line-height: 48px; } }
    #nav-icon-search input[type="text"]:focus {
      background: #f6f0ed !important; }
      #nav-icon-search input[type="text"]:focus::-webkit-input-placeholder {
        color: unset !important; }
      #nav-icon-search input[type="text"]:focus::-moz-placeholder {
        color: unset !important; }
      #nav-icon-search input[type="text"]:focus:-moz-placeholder {
        color: unset !important; }
    body.fixedHeader.searchShow #nav-icon-search input[type="text"] {
      border-radius: 0;
      height: 52px;
      background: #f6f0ed; }
  #nav-icon-search .sitesearch {
    width: 100%; }
  #nav-icon-search button,
  #nav-icon-search .button,
  #nav-icon-search .buttonstyle,
  #nav-icon-search input[type="button"] {
    padding: 0;
    background: transparent; }
  #nav-icon-search form {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1; }
  #nav-icon-search .nav-reveal {
    padding: 0;
    width: 100%; }
  #nav-icon-search .header-search {
    border-radius: 0;
    border: none;
    width: 100%;
    background: transparent;
    margin: 0; }
  #nav-icon-search button[type="submit"] {
    width: 45px;
    height: 30px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0; }
    #nav-icon-search button[type="submit"] i {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin-top: 0;
      background: url("../images/LU-Items-Sprite-Vector.svg") -185px -164px no-repeat;
      background-size: 370px 360px; }
  #nav-icon-search #search-suggestions {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    z-index: 101;
    padding: 10px 0;
    max-height: 430px;
    overflow-y: auto;
    color: #0A0A0A;
    text-align: left;
    background: #f6f0ed;
    border: 1px solid #0A0A0A;
    border-top: none; }
    #nav-icon-search #search-suggestions::-webkit-scrollbar {
      width: 4px; }
    #nav-icon-search #search-suggestions::-webkit-scrollbar-track {
      background: #ffffff; }
    #nav-icon-search #search-suggestions::-webkit-scrollbar-thumb {
      background: #848484; }
      #nav-icon-search #search-suggestions::-webkit-scrollbar-thumb:hover {
        background: #0A0A0A; }
    #nav-icon-search #search-suggestions > div.selected a {
      background-color: #ffffff;
      text-decoration: none; }
    #nav-icon-search #search-suggestions a {
      display: block;
      font-size: 14px;
      padding: 5px 15px; }
      #nav-icon-search #search-suggestions a.search-suggestion-product {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #0A0A0A; }
        #nav-icon-search #search-suggestions a.search-suggestion-product img {
          width: 75px;
          height: 75px;
          display: block;
          margin-right: 20px;
          -o-object-fit: cover;
             object-fit: cover; }
        #nav-icon-search #search-suggestions a.search-suggestion-product span {
          display: block; }
        #nav-icon-search #search-suggestions a.search-suggestion-product h4 {
          padding: 0;
          margin: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: start;
              align-items: flex-start;
          font-size: 16px;
          line-height: 20px;
          font-weight: 400; }
          #nav-icon-search #search-suggestions a.search-suggestion-product h4 span {
            font-weight: 400;
            font-size: 14px;
            display: block; }
            #nav-icon-search #search-suggestions a.search-suggestion-product h4 span.brand {
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
              font-size: 14px;
              line-height: 18px;
              font-weight: 400; }
            #nav-icon-search #search-suggestions a.search-suggestion-product h4 span.price {
              font-size: 14px;
              line-height: 18px;
              margin: 0; }
            #nav-icon-search #search-suggestions a.search-suggestion-product h4 span:last-child {
              font-weight: 500; }
      #nav-icon-search #search-suggestions a:hover {
        background-color: #ffffff;
        text-decoration: none; }
    #nav-icon-search #search-suggestions:empty {
      display: none; }
    #nav-icon-search #search-suggestions:not(:empty) {
      box-shadow: 0 16px 15px rgba(10, 10, 10, 0.1); }
    body.fixedHeader.searchShow.searchEntered #nav-icon-search #search-suggestions button.close-search {
      width: 24px !important;
      height: 24px !important; }
    body.fixedHeader.searchShow #nav-icon-search #search-suggestions button.close-search i {
      background-position: -78px -44px !important; }
  #nav-icon-search .suggestionsDropDown form fieldset:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 1000000;
    border-top: 1px solid #0A0A0A;
    margin: auto;
    right: 0;
    left: 0; }
  #nav-icon-search .suggestionsDropDown form input {
    border-radius: 0 !important;
    border-bottom: none !important; }

@media screen and (max-width: 1023.75px) {
  .user_is_trade #nav-icon-search input[type="text"]:-ms-input-placeholder {
    line-height: 48px; }
  .user_is_trade #nav-icon-search input[type="text"]::placeholder {
    line-height: 48px; } }

@media screen and (max-width: 1023.75px) {
  .user_is_trade #nav-icon-search input[type="text"]::-moz-placeholder {
    line-height: 48px; } }

@media screen and (max-width: 1023.75px) {
  .user_is_trade #nav-icon-search input[type="text"]::-webkit-input-placeholder {
    line-height: 48px; } }

.user_is_trade #header-wrapper .menu-bar #mm-container {
  max-width: 1070px; }

#header-wrapper {
  position: relative;
  z-index: 101;
  transition: opacity 0.2s linear;
  font-size: 1rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #header-wrapper {
      min-height: unset; } }
  @media (min-width: 992px) {
    #header-wrapper {
      height: auto !important; } }
  @media (max-width: 1215.98px) {
    #header-wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 40px;
      z-index: 101; } }
  #header-wrapper header {
    top: 0;
    background-color: #f6f0ed;
    transition: all 0.4s ease;
    /* Mobile View Search Component */ }
    @media (max-width: 1215.98px) {
      #header-wrapper header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 18px 20px 0 25px; } }
    @media (max-width: 1215.98px) {
      body.fixedHeader.searchShow #header-wrapper header {
        padding: 10px 25px 20px; } }
    @media (max-width: 1215.98px) {
      body.show-search-btn #header-wrapper header {
        padding: 18px 20px 18px 25px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .contact-bar {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar {
        width: calc(100% - 125px);
        height: 40px;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        max-width: calc(100% - 125px);
        -ms-flex: 0 0 calc(100% - 125px);
            flex: 0 0 calc(100% - 125px);
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (max-width: 767.98px) {
      #header-wrapper header .function-bar {
        width: calc(100% - 85px);
        max-width: calc(100% - 85px);
        -ms-flex: 0 0 calc(100% - 85px);
            flex: 0 0 calc(100% - 85px); } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .nav-toggle {
        display: initial; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .logo {
        padding: 5px 0 7px 18%; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .logo a.logo-link {
        width: 130px;
        height: 20px;
        background-size: 265px auto !important;
        background-position: 0 0 !important; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar #nav-icon-search {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart {
        top: 10px;
        right: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart button.btn span.text {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart #minicart-cont {
        margin-left: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart .minicarttotal .text {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart button.btn {
        padding: 8px 5px;
        height: 45px;
        font-weight: 600;
        color: #0A0A0A; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart .search-action {
        display: initial; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart .dropdown-group:hover {
        box-shadow: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart .dropdown-group:hover:after {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .function-bar .acct_mcart .dropdown-group .dropdown-menu {
        display: none !important; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header .menu-bar {
        padding: 0;
        margin-bottom: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container {
        width: 305px;
        height: calc(100% - 100px);
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 999999;
        transform: translateX(-305px);
        transition: transform 0.25s ease;
        background-color: #ffffff;
        overflow-x: hidden; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .mm-topbar {
        background-color: #ffffff;
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .mm-topbar a {
        display: block;
        padding: 15px 0;
        margin: 10px 0;
        width: 50%;
        text-align: center;
        font-size: 16px;
        line-height: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .mm-topbar a.contact-phone, #header-wrapper header #mm-container .mm-topbar a.telephoner {
        font-weight: 600;
        border-left: 1px solid #ebebef; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .mm_bot_lnk {
        display: block !important;
        padding: 15px !important; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav {
        -ms-flex-direction: column;
            flex-direction: column;
        transition: transform 0.25s ease; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li {
        padding-bottom: 0;
        padding-top: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li a.tier-1 {
        cursor: pointer;
        position: relative;
        background-color: #ffffff;
        padding: 15px;
        border-bottom: 1px solid #ede3de; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li a.tier-1 .menu-link {
        text-align: left;
        font-size: 18px;
        font-weight: 400; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li a.tier-1:after {
        content: "";
        width: 22px;
        height: 22px;
        display: block;
        background: url("../images/LU-Items-Sprite-Vector.svg") no-repeat -327px -210px;
        background-size: 486px auto;
        position: absolute;
        top: calc(50% - 11px);
        right: 15px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 {
        width: 100%;
        height: 100%;
        opacity: 1;
        transform: translateX(0);
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        overflow: hidden;
        position: absolute;
        left: 610px;
        top: 0;
        z-index: 1; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back,
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back2 {
        position: relative;
        padding: 15px 20px;
        text-transform: capitalize;
        cursor: pointer;
        text-align: left;
        padding-left: 45px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back:before,
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back2:before {
        content: "";
        width: 18px;
        height: 18px;
        background: url("../images/LU-Items-Sprite-Vector.svg") no-repeat -322px -208px;
        background-size: 486px auto;
        display: block;
        transform: rotate(-180deg);
        position: absolute;
        left: 20px;
        top: 18px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back2 {
        margin: 0 20px;
        padding-left: 25px; }
        #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back2:before {
          left: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.go_back2 p {
        display: inline; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.selected-mm {
        cursor: pointer;
        text-transform: capitalize;
        font-size: 18px;
        margin: 0;
        padding: 16px 20px;
        position: relative;
        color: #0A0A0A;
        background: #ede3de;
        font-weight: 400; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 div.selected-mm a {
        font-size: 14px;
        text-decoration: underline;
        float: right;
        padding-top: 4px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li {
        width: 100%;
        -ms-flex-direction: column;
            flex-direction: column;
        background-color: #f6f0ed; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 {
        width: calc(100% - 40px) !important;
        margin: 0 20px;
        border-bottom: 1px solid #cecece; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5:last-child {
        border-bottom: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 a {
        font-size: 16px;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        margin: 0 !important;
        transition: all 0.15s ease; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 a.join-trade-btn {
        padding: 10px 20px;
        max-height: none;
        margin-top: 10px !important; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 br {
        display: none; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 span {
        text-transform: capitalize;
        font-size: 18px;
        margin: 15px 0;
        padding: 0;
        font-weight: 400;
        position: relative;
        cursor: pointer; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 span a {
        font-size: 18px;
        height: auto;
        overflow: visible;
        max-height: none;
        pointer-events: none;
        font-weight: 400; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 span:after {
        width: 22px;
        height: 22px;
        content: "";
        display: block;
        background: url("../images/LU-Items-Sprite-Vector.svg") no-repeat -327px -210px;
        background-size: 486px auto;
        position: absolute;
        top: calc(50% - 11px);
        right: 0; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5.active {
        padding-bottom: 15px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5.active span:after {
        transform: rotate(45deg); } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5.active > a {
        max-height: 75px;
        margin: 0 15px 10px; } }
    @media (max-width: 1215.98px) {
      #header-wrapper header #mm-container .nav.navbar-nav > li.mm_bot_lnk {
        background: #ede3de; } }
  #header-wrapper button,
  #header-wrapper .button,
  #header-wrapper .buttonstyle,
  #header-wrapper input[type="button"] {
    padding: 0;
    background: transparent; }
  #header-wrapper #nav-icon-chat > div {
    width: auto !important;
    height: auto !important; }
    #header-wrapper #nav-icon-chat > div .LPMcontainer {
      width: auto !important;
      height: auto !important;
      margin: 0 !important; }
      #header-wrapper #nav-icon-chat > div .LPMcontainer .LPMimage {
        display: none !important; }
      #header-wrapper #nav-icon-chat > div .LPMcontainer .LPMlabel {
        font-family: "niveau-grotesk" !important;
        color: #0A0A0A !important;
        line-height: 20px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-top: 1px !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important; }
        #header-wrapper #nav-icon-chat > div .LPMcontainer .LPMlabel:hover {
          text-decoration: underline !important; }
  #header-wrapper .dropdown-group {
    position: relative; }
    #header-wrapper .dropdown-group button:after {
      display: none; }
    #header-wrapper .dropdown-group .dropdown-menu {
      border-radius: 4px;
      opacity: 0;
      border: 0;
      display: block !important;
      pointer-events: none;
      transform: none;
      box-shadow: none;
      padding: 8px 20px;
      background-color: #f6f0ed;
      margin-top: 0;
      top: 36px;
      left: auto;
      right: -34px; }
      #header-wrapper .dropdown-group .dropdown-menu .dropdown-item {
        font-size: 14px;
        border-bottom-color: #0A0A0A;
        padding: 10px 0;
        font-weight: 500; }
        #header-wrapper .dropdown-group .dropdown-menu .dropdown-item.customerInfo a {
          font-weight: 500; }
      #header-wrapper .dropdown-group .dropdown-menu a.dropdown-item:hover, #header-wrapper .dropdown-group .dropdown-menu a.dropdown-item:focus {
        background: transparent;
        text-decoration: underline; }
      #header-wrapper .dropdown-group .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0; }
    #header-wrapper .dropdown-group:hover {
      z-index: 101; }
      #header-wrapper .dropdown-group:hover .dropdown-menu {
        opacity: 1;
        transition: all 0.25s linear;
        pointer-events: initial;
        box-shadow: 0 16px 15px rgba(10, 10, 10, 0.1);
        z-index: 2; }
      #header-wrapper .dropdown-group:hover:after {
        content: "";
        width: 300px;
        height: 300px;
        display: block;
        background: none;
        position: absolute;
        top: 36px;
        left: -100px; }
  #header-wrapper .contact-bar {
    padding: 0;
    background-color: transparent;
    margin-left: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 1215.98px) {
      #header-wrapper .contact-bar {
        display: none !important; } }
    body.fixedHeader #header-wrapper .contact-bar {
      display: none !important; }
    #header-wrapper .contact-bar a,
    #header-wrapper .contact-bar div {
      line-height: 14px; }
    #header-wrapper .contact-bar a {
      display: inline-block;
      vertical-align: middle; }
    #header-wrapper .contact-bar .trade_div {
      padding: 10px 20px; }
    #header-wrapper .contact-bar .nav.navbar {
      padding: 7px 20px; }
      #header-wrapper .contact-bar .nav.navbar li {
        margin-right: 10px;
        position: relative;
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 500;
        border-right: none;
        background: url("../images/line.svg") no-repeat right center;
        padding-right: 14px; }
        #header-wrapper .contact-bar .nav.navbar li:last-child {
          border-right: 0;
          padding-right: 0;
          margin-right: 0;
          background: none; }
    #header-wrapper .contact-bar .telephoner {
      font-weight: 400; }
      #header-wrapper .contact-bar .telephoner:hover {
        text-decoration: none !important;
        cursor: default; }
  #header-wrapper .function-bar {
    padding: 15px 0 0; }
    body.fixedHeader #header-wrapper .function-bar {
      padding: 10px 0 0; }
    #header-wrapper .function-bar .nav-toggle {
      display: none;
      margin: 0 20px 0 0;
      padding: 6px 0 5px; }
      @media (max-width: 1215.98px) {
        #header-wrapper .function-bar .nav-toggle {
          margin: 0;
          padding: 0; } }
      #header-wrapper .function-bar .nav-toggle .nav-toggle-btn {
        width: 22px;
        height: 22px;
        position: relative; }
        @media (max-width: 1215.98px) {
          #header-wrapper .function-bar .nav-toggle .nav-toggle-btn {
            width: 40px !important;
            height: 40px !important;
            border: none;
            padding: 0; } }
        #header-wrapper .function-bar .nav-toggle .nav-toggle-btn span {
          width: 100%;
          height: 1px;
          display: block;
          position: absolute;
          background-color: #0A0A0A;
          left: 0;
          top: calc(50% - 1px);
          transition: opacity 0.15s linear;
          margin: 0; }
        #header-wrapper .function-bar .nav-toggle .nav-toggle-btn:before, #header-wrapper .function-bar .nav-toggle .nav-toggle-btn:after {
          width: 100%;
          height: 1px;
          content: "";
          display: block;
          position: absolute;
          left: 0;
          background-color: #0A0A0A; }
        #header-wrapper .function-bar .nav-toggle .nav-toggle-btn:before {
          top: 6px; }
        #header-wrapper .function-bar .nav-toggle .nav-toggle-btn:after {
          bottom: 6px; }
        @media (max-width: 1215.98px) {
          body.mm-open #header-wrapper .function-bar .nav-toggle .nav-toggle-btn::before {
            top: 10px !important; }
          body.mm-open #header-wrapper .function-bar .nav-toggle .nav-toggle-btn::after {
            bottom: 8px !important; } }
        @media (max-width: 1215.98px) {
          body.mm-open #header-wrapper .function-bar .nav-toggle .nav-toggle-btn {
            width: 20px !important;
            height: 20px !important;
            margin-top: 6px; } }
    #header-wrapper .function-bar .logo {
      padding-right: 30px; }
      #header-wrapper .function-bar .logo a.logo-link {
        width: 213px;
        height: 55px;
        display: block;
        background-size: 465px auto;
        margin-left: -5px; }
        @media (max-width: 1215.98px) {
          #header-wrapper .function-bar .logo a.logo-link {
            width: 128px !important;
            height: 30px !important;
            margin-left: 0; } }
        body.fixedHeader #header-wrapper .function-bar .logo a.logo-link {
          background-size: 416px 312px;
          margin-left: -75px; }
      #header-wrapper .function-bar .logo a img {
        max-width: 100%; }
    #header-wrapper .function-bar .acct_mcart {
      position: absolute;
      top: 23px;
      right: 15px; }
      #header-wrapper .function-bar .acct_mcart .search-action {
        display: none; }
      #header-wrapper .function-bar .acct_mcart button.btn {
        padding: 10px 5px;
        height: 45px;
        font-weight: 600;
        color: #0A0A0A; }
      #header-wrapper .function-bar .acct_mcart #minicart-cont {
        margin-left: 15px; }
      #header-wrapper .function-bar .acct_mcart .minicarttotal .text {
        font-weight: 600; }
    #header-wrapper .function-bar button {
      width: 45px;
      height: 30px;
      outline: none !important;
      box-shadow: none !important;
      color: #0A0A0A;
      position: absolute;
      right: 0;
      top: 0;
      margin-left: 0;
      background: none; }
      #header-wrapper .function-bar button i {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        background-size: 486px auto; }
      #header-wrapper .function-bar button.account-btn i {
        background-position: -267px -249px; }
      #header-wrapper .function-bar button.search-toggle i {
        background-position: -285px -213px; }
      #header-wrapper .function-bar button#simplesearchbtn i {
        width: 18px !important;
        height: 18px !important;
        position: relative;
        top: -1px;
        background-position: -185px -164px !important;
        background-size: 370px 360px !important;
        line-height: 30px;
        color: #0A0A0A; }
        @media (max-width: 1215.98px) {
          #header-wrapper .function-bar button#simplesearchbtn i {
            background-position: -264px -199px !important;
            background-size: 450px auto !important;
            top: 0; } }
  #header-wrapper .menu-bar {
    margin: 0 auto;
    position: relative;
    max-width: 1252px;
    transition: opacity 0.25s linear;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 50px; }
    @media (max-width: 1215.98px) {
      #header-wrapper .menu-bar {
        max-width: none;
        margin: 0 0 0 auto;
        width: 125px; } }
    @media (max-width: 767.98px) {
      #header-wrapper .menu-bar {
        width: 104px; } }
    #header-wrapper .menu-bar:after {
      content: "";
      display: block;
      border-bottom: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    body.fixedHeader #header-wrapper .menu-bar {
      padding-right: 0 !important;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 992px) {
        body.fixedHeader #header-wrapper .menu-bar {
          padding-left: 200px !important; } }
    #header-wrapper .menu-bar #mm-container {
      max-width: none;
      margin: 0 !important;
      padding-left: 175px; }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar #mm-container {
          background-color: #f6f0ed;
          padding-left: 0;
          max-width: 1252px; } }
      body.fixedHeader #header-wrapper .menu-bar #mm-container {
        padding-left: 0; }
      #header-wrapper .menu-bar #mm-container .mm-topbar,
      #header-wrapper .menu-bar #mm-container .mm_bot_lnk {
        display: none; }
      #header-wrapper .menu-bar #mm-container .closeheadermenu {
        display: none; }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar #mm-container .mm-topbar {
          background-color: #ede3de !important; } }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar #mm-container .mm-topbar a {
          padding: 9px 0;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          font-size: 14px;
          line-height: normal;
          margin: 0; } }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar #mm-container .mm-topbar a.telephoner {
          border-left: none;
          font-weight: 400;
          background: url("../images/line.svg") no-repeat left 9px; } }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar #mm-container .nav.navbar-nav > li .tier-2 > li .mm-col-5 {
          border-bottom: 1px solid #ede3de; } }
    #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 {
      font-weight: 500;
      position: relative;
      display: block;
      padding: 0 16px 20px; }
      @media (min-width: 992px) {
        #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 {
          padding: 0 14px 20px; }
          #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:hover:after {
            height: 1px;
            z-index: 99; } }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 {
          font-weight: 400;
          background-color: #f6f0ed !important;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
      #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:after {
        content: ""; }
        @media (min-width: 992px) {
          #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:after {
            width: 100%;
            height: 0;
            position: absolute;
            bottom: 3px;
            right: 0;
            background: #0A0A0A; } }
        @media (max-width: 1215.98px) {
          #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:after {
            right: 0 !important; } }
        @media (min-width: 992px) {
          body.fixedHeader #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:after {
            bottom: -13px; } }
      #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 .menu-link {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 18px;
        display: block;
        text-align: center; }
        #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 .menu-link:before {
          display: block;
          content: attr(title);
          font-weight: 700;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
        #header-wrapper .menu-bar .nav.navbar-nav a.tier-1 .menu-link .trade {
          font-weight: 500; }
      #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:hover, #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:active {
        text-decoration: none;
        font-weight: 500; }
        #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:hover .menu-link, #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:active .menu-link {
          letter-spacing: 0; }
      #header-wrapper .menu-bar .nav.navbar-nav a.tier-1:hover .menu-link.trade {
        font-weight: 700; }
    #header-wrapper .menu-bar .nav.navbar-nav > li {
      position: static;
      padding: 0; }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar .nav.navbar-nav > li {
          padding-left: 15px;
          padding-right: 15px; } }
      #header-wrapper .menu-bar .nav.navbar-nav > li:hover a.tier-1:after {
        height: 1px;
        z-index: 11; }
      body.fixedHeader #header-wrapper .menu-bar .nav.navbar-nav > li {
        padding-top: 20px; }
      #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 {
        display: none;
        opacity: 0;
        background: #f6f0ed;
        visibility: visible;
        width: 100%;
        list-style: none;
        z-index: 9;
        pointer-events: none;
        padding: 10px 40px 40px;
        transition: none;
        position: absolute;
        left: 0;
        top: 35px;
        margin: 0; }
        #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li {
          width: 1000px;
          margin: 0 auto !important;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row; }
          #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 {
            margin-left: 40px;
            width: calc(20% - 20px); }
            #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5:first-child {
              margin-left: 0; }
            #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.nav-promo.mm-col-void {
              width: calc(40% - 30px); }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.double {
                width: calc(40% - 20px);
                column-count: 2; } }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.double span {
                column-span: all; } }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.double a:nth-child(2) {
                margin-top: 0; } }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.tripple {
                width: calc(60% - 20px);
                column-count: 3; } }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.tripple span {
                column-span: all; } }
            @media (min-width: 992px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5.tripple a:nth-child(2) {
                margin-top: 0; } }
            #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 a {
              font-size: 14px;
              display: block;
              margin: 12px 0;
              font-weight: 400; }
            #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 a.mm-sale-red {
              color: #c70000 !important; }
            #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 span {
              display: block;
              font-weight: 700;
              margin: 15px 0;
              padding: 0;
              font-size: 14px; }
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 span a {
                font-weight: 700; }
            @media (min-width: 1215px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 span.title.mobile-show {
                display: none; } }
            @media (max-width: 1214px) {
              #header-wrapper .menu-bar .nav.navbar-nav > li ul.tier-2 > li .mm-col-5 span.title.mobile-show {
                visibility: visible !important; } }
      #header-wrapper .menu-bar .nav.navbar-nav > li.show ul.tier-2 {
        display: block;
        pointer-events: initial;
        z-index: 10;
        box-shadow: 0 13px 13px -15px rgba(10, 10, 10, 0.3);
        opacity: 1;
        transition: all 0.25s ease; }
      #header-wrapper .menu-bar .nav.navbar-nav > li.show a.tier-1 .menu-link {
        font-weight: 500;
        letter-spacing: 0; }
    #header-wrapper .menu-bar .acct_mcart {
      margin-left: auto;
      margin-top: -12px;
      /* Account Menu Position */ }
      body.fixedHeader #header-wrapper .menu-bar .acct_mcart {
        padding-top: 16px;
        pointer-events: initial;
        margin-top: 0; }
      #header-wrapper .menu-bar .acct_mcart .search-action {
        display: none; }
        @media (max-width: 1215.98px) {
          body.show-search-btn #header-wrapper .menu-bar .acct_mcart .search-action {
            display: block; } }
        #header-wrapper .menu-bar .acct_mcart .search-action button.search-toggle i {
          background-position: -285px -213px; }
          @media (max-width: 1215.98px) {
            #header-wrapper .menu-bar .acct_mcart .search-action button.search-toggle i {
              background-position: -260px -196px !important;
              background-size: 450px auto !important;
              margin-top: 4px;
              margin-left: 4px; } }
          @media (max-width: 1215.98px) {
            .search_fixed #header-wrapper .menu-bar .acct_mcart .search-action button.search-toggle i {
              background-position: -68px -66px !important;
              background-size: 300px 350px !important;
              margin-top: 2px; } }
        #header-wrapper .menu-bar .acct_mcart .search-action button.account-btn {
          width: 46px;
          height: 21px; }
        #header-wrapper .menu-bar .acct_mcart .search-action button i {
          width: 24px;
          height: 24px;
          display: inline-block;
          vertical-align: middle;
          background-size: 486px auto; }
        body.fixedHeader #header-wrapper .menu-bar .acct_mcart .search-action {
          display: list-item; }
        body.fixedHeader.searchShow #header-wrapper .menu-bar .acct_mcart .search-action {
          display: none; }
      #header-wrapper .menu-bar .acct_mcart + .dropdown-menu {
        top: 58px; }
      #header-wrapper .menu-bar .acct_mcart .btn {
        padding: 10px 5px; }
        @media (max-width: 1215.98px) {
          #header-wrapper .menu-bar .acct_mcart .btn {
            padding-left: 0;
            padding-right: 0; } }
        body.fixedHeader #header-wrapper .menu-bar .acct_mcart .btn {
          padding: 0 5px 10px; }
        #header-wrapper .menu-bar .acct_mcart .btn.account-btn {
          height: auto;
          padding-bottom: 0;
          box-shadow: none;
          outline: none; }
          #header-wrapper .menu-bar .acct_mcart .btn.account-btn i {
            width: 24px;
            height: 24px;
            background-position: -267px -249px;
            background-size: 486px auto;
            display: inline-block;
            vertical-align: middle; }
          #header-wrapper .menu-bar .acct_mcart .btn.account-btn span.text {
            display: none; }
        @media (max-width: 1215.98px) {
          #header-wrapper .menu-bar .acct_mcart .btn.search-toggle {
            width: 34px;
            height: 34px;
            padding: 6px 0 0; } }
      @media (max-width: 1215.98px) {
        #header-wrapper .menu-bar .acct_mcart .minicart {
          padding: 0; } }
  #header-wrapper.initializing .menu-bar {
    opacity: 0; }
  @media (max-width: 1215.98px) {
    #header-wrapper .trade_div {
      display: none !important; } }
  @media (min-width: 768px) {
    #header-wrapper .navbar-expand-md {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start; } }

body.fixedHeader .promo-bar {
  background-color: #ede3de;
  position: fixed;
  width: 100%;
  left: 0; }
  body.fixedHeader .promo-bar .gennav-message {
    transition: color 0.3s linear; }
    body.fixedHeader .promo-bar .gennav-message a,
    body.fixedHeader .promo-bar .gennav-message .canada_div {
      font-weight: 400;
      font-size: 14px; }

body.fixedHeader #header-wrapper .navbar-expand-md {
  -ms-flex-pack: center;
      justify-content: center; }

body.fixedHeader #header-wrapper header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 101; }
  body.fixedHeader #header-wrapper header .contact-bar {
    display: none; }
  body.fixedHeader #header-wrapper header .function-bar {
    height: 60px;
    padding: 8px 28px;
    border-bottom: 0; }
    body.fixedHeader #header-wrapper header .function-bar .logo a.logo-link {
      height: 35px; }
    body.fixedHeader #header-wrapper header .function-bar #nav-icon-search {
      width: calc(100% - 395px);
      height: 52px;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 275px;
      z-index: 15;
      background: #ffffff;
      overflow: hidden;
      transition: all 0.2s ease;
      pointer-events: none; }
      body.fixedHeader #header-wrapper header .function-bar #nav-icon-search .nav-reveal {
        transform: translateX(100%);
        transition: all 0.2s ease; }
      body.fixedHeader #header-wrapper header .function-bar #nav-icon-search input[type="text"] {
        width: 100%;
        font-size: 16px !important; }
        body.fixedHeader #header-wrapper header .function-bar #nav-icon-search input[type="text"]::-webkit-input-placeholder {
          font-style: normal; }
      body.fixedHeader #header-wrapper header .function-bar #nav-icon-search button.simplesearchbtn,
      body.fixedHeader #header-wrapper header .function-bar #nav-icon-search button[type="submit"] {
        display: none; }
    body.fixedHeader #header-wrapper header .function-bar .acct_mcart {
      top: 7px; }
      body.fixedHeader #header-wrapper header .function-bar .acct_mcart button.btn {
        padding: 8px 5px; }
      body.fixedHeader #header-wrapper header .function-bar .acct_mcart button.btn span.text {
        display: none; }
      body.fixedHeader #header-wrapper header .function-bar .acct_mcart #minicart-cont {
        margin-left: 0; }
      body.fixedHeader #header-wrapper header .function-bar .acct_mcart .minicarttotal .text {
        display: none; }
      body.fixedHeader #header-wrapper header .function-bar .acct_mcart .minicarttotal a {
        min-height: 16px;
        display: block;
        padding: 0 2px; }
    body.fixedHeader #header-wrapper header .function-bar .search-action {
      display: block; }
  body.fixedHeader #header-wrapper header .menu-bar {
    border-bottom: 0;
    margin-top: -63px;
    padding-left: 260px;
    padding-right: 135px;
    pointer-events: none; }
    body.fixedHeader #header-wrapper header .menu-bar:after {
      display: none; }
    body.fixedHeader #header-wrapper header .menu-bar #mm-container {
      pointer-events: initial; }
  body.fixedHeader #header-wrapper header .nav.navbar-nav a.tier-1 {
    padding: 0 12px; }
  body.fixedHeader #header-wrapper header .nav.navbar-nav > li {
    padding-bottom: 20px; }
    body.fixedHeader #header-wrapper header .nav.navbar-nav > li ul.tier-2 {
      top: 50px;
      padding-top: 30px; }
  body.fixedHeader #header-wrapper header .dropdown-group:hover:after {
    display: none; }

body.fixedHeader.searchShow #header-wrapper .navbar-expand-md {
  display: none; }

body.fixedHeader.searchShow #header-wrapper header .function-bar #nav-icon-search {
  opacity: 1;
  pointer-events: initial; }
  body.fixedHeader.searchShow #header-wrapper header .function-bar #nav-icon-search .nav-reveal {
    transform: translateX(0); }
  body.fixedHeader.searchShow #header-wrapper header .function-bar #nav-icon-search input[type="text"] {
    width: 100%; }
  body.fixedHeader.searchShow #header-wrapper header .function-bar #nav-icon-search button.close-search {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    cursor: pointer; }
    body.fixedHeader.searchShow #header-wrapper header .function-bar #nav-icon-search button.close-search i {
      background-position: -74px -41px !important;
      background-size: 320px auto !important;
      transition: transform 0.15s ease;
      transform: rotate(90deg); }

body.fixedHeader.searchShow #header-wrapper header .function-bar .acct_mcart button.btn.search-toggle {
  display: none; }

body.fixedHeader.searchShow.searchEntered #header-wrapper header #nav-icon-search {
  overflow: visible !important; }
  body.fixedHeader.searchShow.searchEntered #header-wrapper header #nav-icon-search button.close-search i {
    transform: rotate(0deg); }
  body.fixedHeader.searchShow.searchEntered #header-wrapper header #nav-icon-search button.close-search:active i {
    transform: rotate(90deg); }

body.fixedHeader.user_is_trade #header-wrapper header .menu-bar {
  padding-left: 250px;
  padding-right: 130px; }

#mobile_search {
  background: #f6f0ed; }
  @media (max-width: 1215.98px) {
    #mobile_search {
      padding: 10px 25px;
      margin: 0;
      width: 100%;
      max-width: none; } }
  @media (max-width: 768px) {
    #mobile_search {
      min-height: 64px; } }
  @media (max-width: 767.98px) {
    #mobile_search {
      min-height: 64px; } }
  @media (max-width: 1215.98px) {
    #mobile_search #nav-icon-search {
      width: 100%; } }
  @media (max-width: 1215.98px) {
    #mobile_search #nav-icon-search #simplesearchbtn {
      width: 40px;
      height: 40px;
      position: absolute;
      right: 15px;
      margin-left: 0;
      background: none;
      top: 2px; } }
  #mobile_search #nav-icon-search #simplesearchbtn i {
    width: 15px !important;
    height: 15px !important;
    line-height: 30px;
    position: relative;
    top: -1px;
    background-position: -175px -162px !important;
    background-size: 300px 350px !important;
    line-height: 30px; }
    @media (max-width: 1215.98px) {
      #mobile_search #nav-icon-search #simplesearchbtn i {
        background-position: -264px -199px !important;
        background-size: 450px auto !important;
        top: -2px; } }
  @media (max-width: 1215.98px) {
    #mobile_search #nav-icon-search input[type="text"] {
      width: 100%;
      height: 40px;
      border-radius: 20px; } }
  @media (max-width: 1215.98px) {
    body.search_fixed #mobile_search {
      background-color: #f6f0ed;
      top: 106px;
      padding: 10px 25px; } }

@media (max-width: 1215.98px) {
  .hide-on-mobile {
    display: none !important; } }

@media (max-width: 1215.98px) {
  body.mm-open {
    overflow: hidden; } }

@media (max-width: 1215.98px) {
  body.mm-open #header-wrapper header .menu-bar #mm-overlay {
    width: 100%;
    height: calc(100% - 100px);
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    background: rgba(10, 10, 10, 0.75); } }

@media (max-width: 1215.98px) {
  body.mm-open #header-wrapper header .menu-bar #mm-container {
    transform: translateX(0); } }

@media (max-width: 1215.98px) {
  body.mm-open #header-wrapper header .function-bar .nav-toggle .nav-toggle-btn span {
    opacity: 0; } }

@media (max-width: 1215.98px) {
  body.mm-open #header-wrapper header .function-bar .nav-toggle .nav-toggle-btn:before {
    transform: rotate(45deg);
    top: calc(50% - 1px); }
  body.mm-open #header-wrapper header .function-bar .nav-toggle .nav-toggle-btn:after {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px); } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2 #mm-container .nav.navbar-nav {
    transform: translateX(-305px); } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2 #mm-container .nav.navbar-nav > li.active .tier-2 {
    visibility: visible !important;
    display: block !important;
    pointer-events: initial;
    height: auto !important;
    left: 305px !important; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 {
    transform: translateX(-305px) !important;
    opacity: 1 !important;
    top: 0 !important;
    overflow: visible !important; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active {
    width: 100%;
    height: auto !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: initial;
    left: 305px;
    opacity: 1;
    position: absolute;
    transform: translateX(0);
    top: 0;
    padding: 0 !important;
    background-color: #f6f0ed;
    box-shadow: none;
    z-index: 11;
    overflow: visible;
    transition: all 0.25s ease;
    margin: 0 !important;
    border-bottom: 0; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active span {
    border-bottom: 1px solid #cecece;
    padding-left: 15px;
    background: #ede3de;
    padding: 16px 20px;
    margin: 0 !important; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active span:after {
    display: none !important; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active span .tier-3-seeall {
    float: right;
    padding-right: 20px !important;
    font-size: 14px !important;
    text-decoration: underline;
    pointer-events: auto; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active span a {
    padding: 0 !important;
    border-bottom: 0;
    display: inline-block;
    background: none;
    font-weight: 400; } }

@media (max-width: 1215.98px) {
  body.mm-open.mm-tier2.mm-tier3 #header-wrapper header #mm-container .nav.navbar-nav > li.active .tier-2 > li .mm-col-5.active a {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 15px !important;
    font-weight: normal !important;
    position: relative;
    border-bottom: 1px solid #cecece;
    background: #f6f0ed; } }

@media (max-width: 1215.98px) {
  .btn.search-toggle {
    display: none;
    opacity: 0;
    pointer-events: none;
    display: initial;
    transition: opacity 0.15s linear; } }

@media (max-width: 1215.98px) {
  body.search_fixed #mobile_search {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 100;
    background-color: #f6f0ed;
    top: 106px;
    padding: 10px 25px; } }

@media (max-width: 1215.98px) {
  body.search_fixed .btn.search-toggle i {
    background-position: -74px -41px !important;
    background-size: 320px auto !important;
    margin-top: -4px; } }

@media (max-width: 1215.98px) {
  body.show-search-btn .btn.search-toggle {
    opacity: 1;
    pointer-events: initial;
    display: initial; } }

@media (max-width: 1215.98px) {
  body.show-search-btn .promo-bar {
    background-color: #ede3de; } }

@media (max-width: 1215.98px) {
  body.show-search-btn .promo-bar .gennav-message {
    transition: color .35s linear; } }

@media (max-width: 1215.98px) {
  body.show-search-btn .promo-bar .gennav-message a,
  body.show-search-btn .promo-bar .gennav-message .canada_div {
    text-transform: none;
    font-weight: 400;
    font-size: 14px; } }

@media (max-width: 1215.98px) {
  body.show-search-btn #header-wrapper header {
    padding: 18px 20px 18px 25px; } }

@media (max-width: 767.98px) {
  body:not(.show-search-btn) #header-wrapper .menu-bar {
    width: 85px; } }

@media (max-width: 767.98px) {
  body:not(.show-search-btn) #header-wrapper header .function-bar {
    width: calc(100% - 85px);
    max-width: calc(100% - 85px);
    -ms-flex: 0 0 calc(100% - 85px);
        flex: 0 0 calc(100% - 85px); } }

.pt_checkout #header-wrapper {
  top: 0 !important; }
  @media (max-width: 1215.98px) {
    .pt_checkout #header-wrapper {
      position: -webkit-sticky;
      position: sticky;
      border-bottom: 1px solid #f2f2f2; } }
  @media (max-width: 1215.98px) {
    .pt_checkout #header-wrapper .function-bar #nav-icons {
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 1215.98px) {
    .pt_checkout #header-wrapper .function-bar #nav-icons li {
      position: relative; } }
  @media (max-width: 1215.98px) {
    .pt_checkout #header-wrapper .function-bar #nav-icons a {
      font-weight: normal !important;
      color: #0A0A0A !important;
      font-size: 14px; } }
  @media (max-width: 1215.98px) {
    .pt_checkout #header-wrapper .function-bar #nav-icons #nav-icon-call {
      border-right: 1px solid #0A0A0A;
      margin-right: 10px;
      padding-right: 10px; } }
  .pt_checkout #header-wrapper .contact-bar .col--50-md.contact-dt {
    width: 100%; }

.pt_checkout #mobile_search {
  display: none; }

body.isIE_ {
  padding-top: 40px; }
  body.isIE_ .promo-bar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0; }
  body.isIE_ #header-wrapper .function-bar .logo a.logo-link {
    width: 237px;
    background-size: 470px 450px;
    background-position: 0 0; }
  body.isIE_ #header-wrapper .function-bar button.account-btn i {
    background-position: -267px -260px; }
  body.isIE_ #header-wrapper .function-bar button.search-toggle i {
    background-position: -283px -222px; }
  body.isIE_ #nav-icon-search button[type="submit"] i {
    background-position: -282px -259px !important; }

#header-wrapper {
  /* UPDATED MINICART BUTTONS */
  /* UPDATED MCB END */ }
  #header-wrapper #minicart .minicartcontent {
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease; }
  #header-wrapper #minicart.show .minicartcontent {
    opacity: 1;
    pointer-events: initial; }
  #header-wrapper .minicartcontent {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 999;
    display: block;
    padding: 20px 15px 10px;
    width: 462px;
    background: #f6f0ed;
    color: #0A0A0A;
    border: none; }
    #header-wrapper .minicartcontent .minicartclose {
      background: url("../themes/demandwarestore/images/lumens/button-tile-28.gif") repeat-x;
      cursor: pointer;
      float: right;
      padding: 2px 12px;
      white-space: nowrap;
      width: auto;
      height: 28px;
      color: white;
      font-size: 1.2em;
      margin-right: 9px; }
    #header-wrapper .minicartcontent .minicarttotals {
      margin: 0 0 5px;
      padding: 8px 10px;
      border-bottom: 1px solid #0A0A0A;
      border-top: 1px solid #0A0A0A;
      background-color: #f6f0ed; }
      #header-wrapper .minicartcontent .minicarttotals > div {
        margin: 4px 0px; }
      #header-wrapper .minicartcontent .minicarttotals .mini_surchargetotal {
        color: #0A0A0A; }
        #header-wrapper .minicartcontent .minicarttotals .mini_surchargetotal .mini_value {
          margin-right: 0; }
    #header-wrapper .minicartcontent .mini_subtotal,
    #header-wrapper .minicartcontent .mini_surchargetotal {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
      #header-wrapper .minicartcontent .mini_subtotal .mini_label,
      #header-wrapper .minicartcontent .mini_surchargetotal .mini_label {
        -ms-flex-order: 1;
            order: 1; }
      #header-wrapper .minicartcontent .mini_subtotal .mini_value,
      #header-wrapper .minicartcontent .mini_surchargetotal .mini_value {
        -ms-flex-order: 2;
            order: 2; }
    #header-wrapper .minicartcontent .mini_subtotal div {
      font-size: 14px;
      line-height: 16px;
      margin-right: 0;
      color: #0A0A0A;
      font-weight: 500; }
    #header-wrapper .minicartcontent .mini_surchargetotal {
      color: #0A0A0A; }
      #header-wrapper .minicartcontent .mini_surchargetotal .mini_label {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400; }
      #header-wrapper .minicartcontent .mini_surchargetotal .mini_value {
        font-size: 14px;
        font-weight: 400; }
        #header-wrapper .minicartcontent .mini_surchargetotal .mini_value .freeShip {
          font-weight: 600; }
    #header-wrapper .minicartcontent .mini_subtotal div,
    #header-wrapper .minicartcontent .mini_surchargetotal div {
      float: right;
      margin-right: 5px; }
    #header-wrapper .minicartcontent .minicartslot {
      background-color: #ffffff;
      border: 1px solid #cecece;
      font-size: 1.2em;
      font-weight: 600;
      margin: 0 5px 4px;
      padding: 5px;
      text-align: center; }
      #header-wrapper .minicartcontent .minicartslot a {
        color: #0A0A0A; }
    #header-wrapper .minicartcontent .link2cart {
      float: right;
      background-image: url("../images/ui/LU-Items-Sprite-Vector.svg");
      background-size: 486px auto;
      background-position: -155px -65px;
      background-color: #ffe75f;
      background-repeat: no-repeat;
      padding: 6px 12px 4px 25px;
      width: auto;
      height: 18px; }
    #header-wrapper .minicartcontent .link2cart a {
      display: block;
      font-weight: 600;
      text-decoration: none;
      width: auto;
      color: white;
      line-height: normal;
      font-size: 1.2em; }
      #header-wrapper .minicartcontent .link2cart a:hover {
        color: white;
        text-decoration: none; }
    #header-wrapper .minicartcontent .mini_action {
      padding: 5px;
      text-align: right; }
      #header-wrapper .minicartcontent .mini_action.minicart-buttons a.minicart-btn-viewcart {
        background: #0A0A0A;
        line-height: 40px;
        padding: 0 18px;
        border: none;
        font-weight: 400;
        color: #ffffff; }
    #header-wrapper .minicartcontent .mini_productdescription .name {
      line-height: 18px;
      font-weight: 500; }
      #header-wrapper .minicartcontent .mini_productdescription .name a {
        color: #0A0A0A; }
  #header-wrapper .minicarttotals .ordersubtotal .label,
  #header-wrapper .minicarttotals .ordersubtotal .value {
    font-weight: 600; }
  #header-wrapper .checkoutminicart .summaryproduct {
    border-bottom: 1px solid #cecece;
    padding: 5px 0 10px 0;
    margin: 0 5px; }
    #header-wrapper .checkoutminicart .summaryproduct:last-child {
      border-bottom: none; }
  #header-wrapper .checkoutminicart .summaryproduct .image {
    float: left;
    margin-left: 5px; }
  #header-wrapper .checkoutminicart .mini_productinfo {
    float: left;
    width: 250px; }
    #header-wrapper .checkoutminicart .mini_productinfo .more_arrow {
      float: left;
      width: 7px;
      height: 7px;
      margin-top: 3px;
      background: url(../images/mini_morearrow.png) no-repeat 0 -7px; }
    #header-wrapper .checkoutminicart .mini_productinfo .open {
      background-position: 0px 0px; }
  #header-wrapper .checkoutminicart .mini_productdescription {
    float: left;
    margin-left: 0;
    width: 186px;
    line-height: 1.1; }
  #header-wrapper .checkoutminicart .mini_productprice {
    color: #0A0A0A;
    font-size: 14px;
    float: left;
    width: 66px;
    line-height: normal;
    font-weight: 600;
    text-align: right; }
    #header-wrapper .checkoutminicart .mini_productprice .salesprice {
      color: #c70000;
      visibility: hidden; }
  #header-wrapper .checkoutminicart .mini_productquantity {
    font-size: 14px;
    float: left;
    width: 40px;
    line-height: normal;
    font-weight: 600;
    text-align: center; }
  #header-wrapper .checkoutminicart .mini_productsubtotal {
    font-size: 14px;
    float: right;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: right; }
  #header-wrapper .checkoutminicart .imageexpanded {
    background: transparent url(../images/nav_arrow.gif) no-repeat 0 0;
    float: left;
    width: 15px;
    height: 15px; }
  #header-wrapper .checkoutminicart .imagecollapsed {
    background: transparent url(../images/nav_arrow_expand.gif) no-repeat 0 0;
    float: left; }
    #header-wrapper .checkoutminicart .imagecollapsed img {
      margin: 0px 10px;
      width: 50px;
      height: 50px; }
  #header-wrapper .checkoutminicart .name {
    font-size: 14px;
    line-height: normal;
    font-weight: 600; }
  #header-wrapper .checkoutminicart .promo {
    font-size: 12px;
    color: #ff4f6a;
    margin-top: 10px;
    font-weight: 500;
    line-height: 16px; }
  #header-wrapper .checkoutminicart .mini_shippingsurcharge {
    font-size: 14px;
    font-weight: 600;
    line-height: 2em;
    margin: 0 0 3px; }
  #header-wrapper .checkoutminicart .miniBrand {
    line-height: 16px;
    color: #0A0A0A;
    margin-bottom: 4px; }
  #header-wrapper .checkoutminicart .miniUPC {
    padding: 0 0 5px;
    font-size: 11px;
    display: none; }
  #header-wrapper .checkoutminicart .attributes {
    line-height: normal;
    overflow: hidden; }
    #header-wrapper .checkoutminicart .attributes .variations {
      line-height: 16px;
      color: #0A0A0A !important; }
  #header-wrapper .checkoutminicart .attribute {
    font-size: 1em;
    margin: 0 3px 0 0;
    line-height: normal; }
    #header-wrapper .checkoutminicart .attribute .clear {
      clear: none; }
  #header-wrapper .checkoutminicart .pricing {
    display: block;
    text-align: right; }
    #header-wrapper .checkoutminicart .pricing .productprice.strikethrough {
      font-size: 13px;
      font-weight: 400;
      text-decoration: line-through; }
  #header-wrapper .checkoutminicart .minicartinner .summaryproduct,
  #header-wrapper .checkoutminicart .minicartinner .mini_productsubtotal {
    line-height: 18px; }
  #header-wrapper .checkoutminicart .minicartinner .pricing .productprice.strikethrough {
    font-size: 12px;
    color: #0A0A0A; }
  #header-wrapper .checkoutminicart .minicartinner .pricing .salesprice {
    color: #ff4f6a; }
  #header-wrapper .checkoutminicart .minicartinner .summaryproduct {
    margin: 0;
    border-bottom-color: #ede3de; }
    #header-wrapper .checkoutminicart .minicartinner .summaryproduct .image {
      margin: 0 20px 0 0;
      width: 77px; }
      #header-wrapper .checkoutminicart .minicartinner .summaryproduct .image img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    #header-wrapper .checkoutminicart .minicartinner .summaryproduct .mini_productinfo {
      width: 293px; }
    #header-wrapper .checkoutminicart .minicartinner .summaryproduct .mini_productquantity {
      font-size: 14px;
      line-height: 18px; }
  #header-wrapper .mini_productsubtotal .pricing .salesprice {
    color: #c70000;
    visibility: hidden; }
  #header-wrapper .mini_productdescription .salesprice {
    color: #c70000; }
  #header-wrapper .minicartpopup .mini_action.minicart-buttons {
    display: block !important; }
  #header-wrapper .minicartcontent .mini_action.minicart-buttons a,
  #header-wrapper .minicartcontent .mini_action.minicart-buttons a.minicartclose {
    height: auto;
    float: none;
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    padding: 8px 15px;
    text-align: center;
    border: 2px solid #0A0A0A; }
  #header-wrapper .minicartcontent .mini_action.minicart-buttons a.minicart-btn-viewcart-alt {
    margin-right: 9px;
    padding: 5px 0;
    background-color: #848484;
    display: inline-block;
    width: 102px; }
  #header-wrapper .minicartcontent .mini_action.minicart-buttons a.minicart-btn-checkout {
    padding: 5px 0;
    background-color: #ffe75f;
    width: 140px; }
  #header-wrapper .minicartcontent .approachingpromo {
    background: #cecece url(../images/checkout/bg-approaching.png) center left no-repeat;
    border: 1px solid #cecece;
    float: none;
    padding: 0;
    width: 439px;
    height: 48px;
    line-height: 48px;
    margin: 5px 4px;
    font-size: 11px; }
  #header-wrapper .minicartcontent .approachingpromo .approachingtext {
    padding: 0 0 0 40px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    line-height: normal; }
  #header-wrapper .minicartcontent .mini_value {
    color: #0A0A0A; }
  #header-wrapper .minicartcontent .checkoutminicart .minicartinner {
    max-height: 235px;
    overflow-y: auto;
    width: 100%; }
    #header-wrapper .minicartcontent .checkoutminicart .minicartinner::-webkit-scrollbar {
      width: 4px; }
    #header-wrapper .minicartcontent .checkoutminicart .minicartinner::-webkit-scrollbar-track {
      background: #ffffff; }
    #header-wrapper .minicartcontent .checkoutminicart .minicartinner::-webkit-scrollbar-thumb {
      background: #848484; }
    #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct {
      font-size: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct .mini_productdescription .name {
        font-size: 14px; }
      #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct .attributes .value,
      #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct .attributes .variations {
        font-size: 12px;
        font-weight: 400;
        display: block;
        color: #0A0A0A; }
        #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct .attributes .value .fontbold,
        #header-wrapper .minicartcontent .checkoutminicart .minicartinner .summaryproduct .attributes .variations .fontbold {
          font-weight: 400; }
  #header-wrapper .minicartcontent .checkoutminicart .mini_productsubtotal {
    margin-bottom: 0; }
  #header-wrapper .minicart {
    position: relative;
    z-index: 990;
    padding: 2px 5px 0;
    height: 100%;
    background: none;
    border: none;
    margin-left: 0; }
    #header-wrapper .minicart .fontbold {
      font-weight: initial; }
    body.fixedHeader #header-wrapper .minicart {
      margin-top: 0; }
    #header-wrapper .minicart .cap {
      min-height: 40px; }
    #header-wrapper .minicart .minicartcontent {
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
      top: 46px; }
      #header-wrapper .minicart .minicartcontent .cart-empty-msg,
      #header-wrapper .minicart .minicartcontent #mc_headerCont {
        color: #0A0A0A;
        background-color: #ede3de;
        padding: 0 15px;
        font-weight: 500; }
      #header-wrapper .minicart .minicartcontent .clear {
        clear: both; }
      #header-wrapper .minicart .minicartcontent .checkoutminicart #mc_headerCont {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 0; }
      #header-wrapper .minicart .minicartcontent .checkoutminicart .mini_productinfo {
        width: 283px;
        line-height: 40px; }
      #header-wrapper .minicart .minicartcontent .checkoutminicart .mini_productquantity {
        width: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 500; }
      #header-wrapper .minicart .minicartcontent .checkoutminicart .mini_productsubtotal {
        text-align: right;
        width: 55px;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px; }
      #header-wrapper .minicart .minicartcontent .empty-cart-act {
        margin-bottom: 10px; }
        #header-wrapper .minicart .minicartcontent .empty-cart-act p {
          width: 240px;
          display: inline-block;
          margin-bottom: 0;
          margin-left: 15px;
          margin-right: 40px;
          vertical-align: top;
          font-size: 14px;
          line-height: 18px; }
        #header-wrapper .minicart .minicartcontent .empty-cart-act a {
          margin-left: auto;
          color: #0A0A0A;
          letter-spacing: 1px;
          font-weight: 400;
          border: 1px solid #0A0A0A;
          padding: 0;
          line-height: 40px;
          width: 115px;
          height: 40px;
          text-transform: capitalize;
          text-align: center;
          text-decoration: none; }
    #header-wrapper .minicart .minicarttotal {
      padding: 13px 0 9px 24px;
      position: relative;
      background: none;
      min-width: 24px;
      min-height: 33px; }
      #header-wrapper .minicart .minicarttotal:before {
        position: absolute;
        background-image: url("../images/LU-Items-Sprite-Vector.svg");
        background-repeat: no-repeat;
        background-position: -235px -239px;
        background-size: 465px auto;
        content: "";
        display: block;
        left: 4px;
        top: 16.65px;
        width: 18px;
        height: 14px; }
      body.fixedHeader #header-wrapper .minicart .minicarttotal {
        top: -12px; }
      #header-wrapper .minicart .minicarttotal .text {
        display: none; }
      #header-wrapper .minicart .minicarttotal .cartlabel {
        display: none;
        margin: 0 5px 0 0;
        text-transform: uppercase; }
      #header-wrapper .minicart .minicarttotal .welcomedivider {
        margin: 0 3px; }
      #header-wrapper .minicart .minicarttotal a {
        color: #0A0A0A;
        font-weight: 400; }
      #header-wrapper .minicart .minicarttotal .num-minicart {
        display: block;
        position: absolute;
        top: 4.5px !important;
        left: 3.4px;
        font-size: 12px;
        color: #0A0A0A;
        font-weight: 700;
        text-align: center;
        width: 20px; }
    #header-wrapper .minicart:hover {
      transition: box-shadow 0.2s linear;
      background: none;
      box-shadow: none; }
  #header-wrapper .minicart .minicartcontent .cart-empty-msg,
  #header-wrapper .minicart .minicartcontent #mc_headerCont {
    background-color: #ede3de;
    color: #0A0A0A; }
  #header-wrapper .minicart .minicartcontent #mc_headerCont {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ede3de; }
    #header-wrapper .minicart .minicartcontent #mc_headerCont .mini_productquantity {
      line-height: 40px; }
  #header-wrapper .minicart .minicartcontent .cart-empty-msg {
    background-color: #ede3de;
    margin-bottom: 19px;
    line-height: 40px;
    padding: 0 15px; }
  #header-wrapper .minicart .minicartcontent .empty-cart-act {
    display: -ms-flexbox;
    display: flex; }
    #header-wrapper .minicart .minicartcontent .empty-cart-act a {
      margin-left: auto;
      color: #0A0A0A;
      letter-spacing: 1px;
      font-weight: 400;
      border: 1px solid #0A0A0A;
      padding: 0;
      line-height: 40px;
      text-transform: capitalize;
      text-align: center;
      text-decoration: none;
      width: 115px;
      height: 40px; }
  #header-wrapper .minicart .productprice {
    color: #0A0A0A;
    font-size: 14px;
    line-height: 16px; }

@media (max-width: 1215px) {
  #header-wrapper .minicart {
    box-shadow: none !important; }
    #header-wrapper .minicart .minicartcontent {
      display: none !important; } }

body.isIE_ #header-wrapper .minicart .minicarttotal:before {
  background-position: -236px -240px;
  background-size: 465px 450px; }

#contentOneCol #generic-content {
  margin: 0; }
  @media (max-width: 1215.98px) {
    #contentOneCol #generic-content {
      padding: 0 16px; } }
  #contentOneCol #generic-content .department-landing {
    /* Certona Widget */ }
    @media (max-width: 1215.98px) {
      #contentOneCol #generic-content .department-landing {
        margin: 0 !important; } }
    #contentOneCol #generic-content .department-landing .dept-title {
      padding: 30px 0 0;
      margin: 0 0 15px; }
      @media (max-width: 1215.98px) {
        #contentOneCol #generic-content .department-landing .dept-title {
          margin: 0 !important; } }
      #contentOneCol #generic-content .department-landing .dept-title h1 {
        font-family: "store_norske_tangobold", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        float: none; }
        @media (max-width: 1215.98px) {
          #contentOneCol #generic-content .department-landing .dept-title h1 {
            margin: 0 0 15px; } }
    #contentOneCol #generic-content .department-landing .collections {
      border-top: 1px solid #ede3de; }
      #contentOneCol #generic-content .department-landing .collections .dept-subcat-header {
        padding: 15px 0 35px; }
        #contentOneCol #generic-content .department-landing .collections .dept-subcat-header h2 {
          font-weight: 500;
          font-size: 24px;
          line-height: 32px;
          float: none; }
          #contentOneCol #generic-content .department-landing .collections .dept-subcat-header h2 b {
            font-weight: 500; }
      @media (max-width: 767.98px) {
        #contentOneCol #generic-content .department-landing .collections .subcat-list {
          margin: 0 -7.5px; } }
      #contentOneCol #generic-content .department-landing .collections .subcat-list h3 {
        min-height: 0;
        margin: 0; }
        #contentOneCol #generic-content .department-landing .collections .subcat-list h3 a {
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          padding-top: 10px;
          margin: 0;
          text-transform: capitalize; }
      #contentOneCol #generic-content .department-landing .collections .subcat-list .subcat-item {
        padding: 0;
        padding-bottom: 50px; }
    #contentOneCol #generic-content .department-landing #cert-recs {
      border-top-color: #ede3de; }
      #contentOneCol #generic-content .department-landing #cert-recs h2 {
        padding: 15px 0 32px;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
        margin-bottom: 0; }
      #contentOneCol #generic-content .department-landing #cert-recs .cert-rec {
        padding: 10px;
        background: #ffffff;
        width: 46%;
        margin: 0 2% 40px; }
        @media screen and (min-width: 1216px) {
          #contentOneCol #generic-content .department-landing #cert-recs .cert-rec {
            width: 18.4%;
            margin: 0 0 20px 20px; } }
        #contentOneCol #generic-content .department-landing #cert-recs .cert-rec.leftie {
          margin-left: 0; }
        #contentOneCol #generic-content .department-landing #cert-recs .cert-rec a:first-child {
          display: block;
          text-align: center; }
        #contentOneCol #generic-content .department-landing #cert-recs .cert-rec .certRecName {
          color: #0A0A0A;
          font-size: 14px;
          line-height: 16px;
          font-weight: 500;
          margin: 15px 0 10px; }
          #contentOneCol #generic-content .department-landing #cert-recs .cert-rec .certRecName .certRecBrand {
            font-size: 12px;
            line-height: 18px;
            margin-top: 3px;
            font-weight: 400; }
      #contentOneCol #generic-content .department-landing #cert-recs .certRecPrice {
        font-size: 14px;
        line-height: 18px;
        color: #0A0A0A;
        font-weight: 500; }
    #contentOneCol #generic-content .department-landing .frame .intro-copy h2,
    #contentOneCol #generic-content .department-landing .frame .full-copy h2 {
      font-weight: 500;
      color: #0A0A0A;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px;
      padding: 0; }
    #contentOneCol #generic-content .department-landing .frame .intro-copy ul,
    #contentOneCol #generic-content .department-landing .frame .full-copy ul {
      padding-left: 0; }
    #contentOneCol #generic-content .department-landing .frame .intro-copy > ul,
    #contentOneCol #generic-content .department-landing .frame .full-copy > ul {
      padding-left: 16px; }
    #contentOneCol #generic-content .department-landing .frame .intro-copy p,
    #contentOneCol #generic-content .department-landing .frame .full-copy p {
      font-weight: 400;
      color: #0A0A0A;
      font-size: 14px;
      line-height: 24px; }
      #contentOneCol #generic-content .department-landing .frame .intro-copy p a,
      #contentOneCol #generic-content .department-landing .frame .full-copy p a {
        font-weight: 700;
        color: #0A0A0A !important;
        font-size: 14px;
        line-height: 24px;
        text-decoration: none; }
        #contentOneCol #generic-content .department-landing .frame .intro-copy p a:hover,
        #contentOneCol #generic-content .department-landing .frame .full-copy p a:hover {
          text-decoration: underline; }
    #contentOneCol #generic-content .department-landing .frame .intro-copy {
      margin: 0;
      padding: 0; }
      #contentOneCol #generic-content .department-landing .frame .intro-copy .relatedCategoryWidget::-webkit-scrollbar-thumb {
        background: #848484 !important; }
      #contentOneCol #generic-content .department-landing .frame .intro-copy p {
        margin: 0 0 30px; }
  #contentOneCol #generic-content .brandCopy {
    margin-top: 15px; }
    #contentOneCol #generic-content .brandCopy p {
      line-height: 20px;
      font-size: 1.3em; }

/*Tiles on sales page*/
#promoBottom #promoContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #promoBottom #promoContainer .promoCapsule {
    width: 290px;
    margin: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px 20px;
    background-color: #ffffff; }
  #promoBottom #promoContainer .promoBottom {
    min-height: 140px; }
  #promoBottom #promoContainer .promoBottom .promoDetailContainer {
    width: 100%;
    height: 100%;
    background-position: bottom right !important;
    background-size: auto 66% !important; }
  #promoBottom #promoContainer .withBorder {
    border: 1px solid #0A0A0A; }

@media (max-width: 640px) {
  body.hp .ui-dialog {
    max-width: 100vw;
    height: 100% !important;
    margin-top: 0 !important;
    position: fixed;
    left: 0 !important;
    top: 0 !important; } }

.ui-corner-all {
  border-radius: 0; }

.ui-dialog {
  z-index: 10000 !important;
  background-color: #ffffff;
  font-family: "niveau-grotesk"; }
  @media (max-width: 767.98px) {
    .ui-dialog {
      width: auto !important; } }
  .ui-dialog .ui-widget .checkbox label {
    vertical-align: top !important; }
  .ui-dialog span.errorclient {
    font-size: 11px;
    line-height: 1.4;
    display: block;
    color: #c70000;
    font-weight: 700; }
  .ui-dialog input.errorclient {
    background: #ffffff !important;
    color: #c70000;
    font-weight: 700;
    font-size: 11px;
    border-color: #c70000 !important; }
    .ui-dialog input.errorclient.error {
      background: #ff4f6a !important; }
  .ui-dialog #popLeft {
    border: 0; }
  .ui-dialog .PasswordResetDialog #confirmationcontainer {
    height: auto; }
  .ui-dialog .PasswordResetDialog h1 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #cecece;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .ui-dialog .free-ship-banner-header p {
    color: #ffffff !important; }
  .ui-dialog .ui-dialog-content {
    padding: .5em 1em;
    height: auto !important; }
  .ui-dialog #ui-id-3.ui-dialog-content button {
    height: 40px;
    border: 1px solid #0A0A0A; }
    .ui-dialog #ui-id-3.ui-dialog-content button.cancel {
      margin-left: 0;
      margin-right: 12px; }
  .ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background: #ffffff; }
    .ui-dialog .ui-dialog-titlebar-close:active {
      border: 0; }
    .ui-dialog .ui-dialog-titlebar-close:focus {
      border: 0;
      outline: none; }
    .ui-dialog .ui-dialog-titlebar-close:before, .ui-dialog .ui-dialog-titlebar-close:after {
      width: 1px;
      height: 18px;
      content: " ";
      background-color: #cecece;
      display: block;
      position: absolute;
      left: calc(50% - 1px);
      top: 4px; }
    .ui-dialog .ui-dialog-titlebar-close:before {
      transform: rotate(45deg); }
    .ui-dialog .ui-dialog-titlebar-close:after {
      transform: rotate(-45deg); }

.ui-widget-overlay {
  position: fixed;
  z-index: 9999;
  opacity: .4;
  background: #0A0A0A; }

#footer-wrapper {
  background-color: #ede3de; }
  @media (max-width: 991.98px) {
    #footer-wrapper.checkout .bottom #GTS_CONTAINER {
      left: 0 !important; } }
  #footer-wrapper.checkout .mfes-trustmark {
    visibility: visible;
    pointer-events: initial;
    position: relative; }
  #footer-wrapper.make-full-width {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  #footer-wrapper footer {
    background-color: #ede3de; }
    #footer-wrapper footer * {
      line-height: normal; }
  #footer-wrapper .return-top {
    background-color: #ede3de;
    height: 48px;
    position: relative;
    outline: none;
    text-transform: capitalize; }
    #footer-wrapper .return-top p {
      cursor: pointer;
      position: absolute;
      left: 50%;
      top: 55%;
      transform: translate(-50%, -50%);
      text-transform: capitalize;
      font-size: 18px;
      line-height: 1;
      color: #0A0A0A;
      font-weight: 500;
      outline: none; }
      #footer-wrapper .return-top p:before {
        content: "";
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: url("../images/Icon-downarrow-black.svg") no-repeat center;
        background-size: contain;
        margin-top: -5px; }
  #footer-wrapper .value-props {
    padding: 40px 0;
    background: #f6f0ed; }
    @media (max-width: 1215.98px) {
      #footer-wrapper .value-props {
        padding: 20px 0; } }
  @media (max-width: 767.98px) {
    #footer-wrapper .value-props-content h3 {
      font-size: 16px; } }
  #footer-wrapper .footer-links {
    background: #ede3de;
    color: #0A0A0A;
    padding: 36px 0 15px; }
    @media (max-width: 991.98px) {
      #footer-wrapper .footer-links {
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      #footer-wrapper .footer-links .d-flex {
        -ms-flex-direction: column;
            flex-direction: column; } }
    #footer-wrapper .footer-links h3 {
      font-weight: 500;
      line-height: 16px;
      text-transform: capitalize;
      color: #0A0A0A;
      font-size: 16px; }
    #footer-wrapper .footer-links.checkout {
      padding: 0;
      height: 30px; }
    #footer-wrapper .footer-links > div > div {
      margin: 0 55px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div {
          margin: 0;
          width: 100%;
          padding: 0 20px; } }
      #footer-wrapper .footer-links > div > div a {
        font-weight: 400;
        display: block;
        font-size: 14px;
        line-height: 16px;
        margin-top: 16px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        #footer-wrapper .footer-links > div > div a:hover, #footer-wrapper .footer-links > div > div a:active, #footer-wrapper .footer-links > div > div a:visited {
          color: #0A0A0A; }
      #footer-wrapper .footer-links > div > div.catalog, #footer-wrapper .footer-links > div > div.cs-links, #footer-wrapper .footer-links > div > div.about-links {
        width: 160px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links, #footer-wrapper .footer-links > div > div.about-links {
          width: 100%; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links h3, #footer-wrapper .footer-links > div > div.about-links h3 {
          position: relative;
          padding: 26px 0;
          font-weight: 500;
          border-top: 1px solid #0A0A0A;
          transition: all .3s ease; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links h3:after, #footer-wrapper .footer-links > div > div.about-links h3:after {
          content: "";
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          right: 15px;
          top: calc(50% - 10px);
          background: url("../images/LU-Items-Sprite-Vector.svg") -380px -208px;
          background-size: 486px auto;
          transform: rotate(180deg);
          transition: all .3s ease; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links a, #footer-wrapper .footer-links > div > div.about-links a {
          max-height: 0;
          overflow: hidden;
          margin-top: 0;
          transition: all .3s ease; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links.open h3, #footer-wrapper .footer-links > div > div.about-links.open h3 {
          padding: 26px 0; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links.open h3:after, #footer-wrapper .footer-links > div > div.about-links.open h3:after {
          transform: rotate(0deg); } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links.open a, #footer-wrapper .footer-links > div > div.about-links.open a {
          max-height: 40px;
          margin-top: 20px; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-links > div > div.cs-links.open a:last-child, #footer-wrapper .footer-links > div > div.about-links.open a:last-child {
          margin-bottom: 20px; } }
      #footer-wrapper .footer-links > div > div.catalog {
        margin: 0;
        margin-right: 133px; }
        @media (min-width: 768px) {
          #footer-wrapper .footer-links > div > div.catalog {
            width: 25%;
            margin-right: 0; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.catalog {
            padding: 0;
            margin: 0 auto 40px;
            width: 190px;
            display: block; } }
        #footer-wrapper .footer-links > div > div.catalog img {
          width: 155px; }
        #footer-wrapper .footer-links > div > div.catalog > a {
          margin-top: 0; }
          #footer-wrapper .footer-links > div > div.catalog > a:hover {
            text-decoration: none; }
          #footer-wrapper .footer-links > div > div.catalog > a h3 {
            font-weight: 500;
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 16px;
            text-transform: capitalize;
            color: #0A0A0A; }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.catalog img {
            width: 190px;
            height: 247px; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.catalog > a h3 {
            text-align: center;
            margin-bottom: 15px; } }
      #footer-wrapper .footer-links > div > div.cs-links {
        margin: 0;
        margin-right: 110px; }
        @media (min-width: 768px) {
          #footer-wrapper .footer-links > div > div.cs-links {
            width: 100%;
            margin-right: 0; } }
        @media (min-width: 992px) {
          #footer-wrapper .footer-links > div > div.cs-links {
            width: 25%; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.cs-links {
            -ms-flex-order: 2;
                order: 2;
            position: relative; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.cs-links h3 {
            padding: 26px 0;
            border-top: 1px solid #0A0A0A; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.cs-links.open h3 {
            padding: 26px 0; } }
      #footer-wrapper .footer-links > div > div.about-links {
        margin: 0;
        margin-right: 173px; }
        @media (min-width: 768px) {
          #footer-wrapper .footer-links > div > div.about-links {
            width: 100%;
            margin-right: 0; } }
        @media (min-width: 992px) {
          #footer-wrapper .footer-links > div > div.about-links {
            width: 25%; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.about-links {
            -ms-flex-order: 3;
                order: 3; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.about-links h3 {
            border-bottom: 1px solid #0A0A0A;
            padding: 26px 0;
            border-top: 1px solid #0A0A0A; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.about-links.open h3 {
            border-bottom: none;
            padding: 26px 0; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.about-links.open a:last-child {
            padding-bottom: 20px;
            border-bottom: 1px solid #0A0A0A; } }
      #footer-wrapper .footer-links > div > div.footer-actions {
        width: 400px;
        margin: 0; }
        @media (min-width: 992px) {
          #footer-wrapper .footer-links > div > div.footer-actions {
            width: 25%; } }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-links > div > div.footer-actions {
            -ms-flex-order: 3;
                order: 3;
            width: 100%;
            padding-bottom: 0; } }
        #footer-wrapper .footer-links > div > div.footer-actions a.trade-link-foot {
          width: 100%;
          height: 48px;
          margin: 0;
          display: inline-block;
          text-transform: capitalize;
          line-height: 44px;
          border: 2px solid #0A0A0A;
          text-align: center;
          font-weight: 500; }
          @media (max-width: 991.98px) {
            #footer-wrapper .footer-links > div > div.footer-actions a.trade-link-foot {
              margin: 0 auto;
              max-width: 360px;
              width: 100%; } }
          #footer-wrapper .footer-links > div > div.footer-actions a.trade-link-foot:hover {
            text-decoration: none; }
        #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form {
          display: block;
          margin-top: 30px;
          position: relative;
          margin-bottom: 10px; }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form h3 {
            margin-bottom: 7px; }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form p {
            font-size: 14px;
            margin-bottom: 20px; }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="text"],
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="email"] {
            width: calc(100% - 82px);
            height: 40px;
            border-radius: 20px 0 0 20px;
            font-size: 14px;
            font-weight: 500;
            outline: none;
            padding: 0 10px 0 20px;
            display: inline-block;
            vertical-align: top;
            border: 1px solid #0A0A0A;
            color: #0A0A0A;
            background: transparent;
            border-right: 0; }
            @media (max-width: 991.98px) {
              #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="text"],
              #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="email"] {
                width: calc(100% - 100px); } }
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="text"].errorclient,
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="email"].errorclient {
              margin-bottom: 10px;
              background-color: #ff4f6a; }
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="text"]:-ms-input-placeholder,
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="email"]:-ms-input-placeholder {
              color: #0A0A0A; }
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="text"]::placeholder,
            #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form input[type="email"]::placeholder {
              color: #0A0A0A; }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form .btn-newsletter {
            width: 82px;
            height: 40px;
            border-radius: 0 20px 20px 0;
            background: url("../images/line.svg") no-repeat left center;
            background-size: 1px 20px;
            margin-left: -5px;
            vertical-align: top;
            border: 1px solid #0A0A0A;
            border-left: 0;
            color: #0A0A0A;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 500; }
            @media (max-width: 991.98px) {
              #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form .btn-newsletter {
                width: 99px; } }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form span.errorclient {
            background: transparent !important;
            padding: 4px 0;
            display: block;
            position: absolute;
            bottom: -12px;
            left: 0;
            width: calc(100% - 3px);
            color: #c70000; }
          #footer-wrapper .footer-links > div > div.footer-actions #newsletter_form + p {
            margin-bottom: 20px; }
        #footer-wrapper .footer-links > div > div.footer-actions .social_footer {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          margin: 15px 0; }
          #footer-wrapper .footer-links > div > div.footer-actions .social_footer a {
            width: 28px;
            margin-right: 20px;
            margin-top: 0;
            padding: 0; }
            #footer-wrapper .footer-links > div > div.footer-actions .social_footer a svg {
              width: 30px; }
        #footer-wrapper .footer-links > div > div.footer-actions.cs-links {
          margin: 0;
          margin-right: 110px; }
          @media (min-width: 768px) {
            #footer-wrapper .footer-links > div > div.footer-actions.cs-links {
              width: 25%;
              margin-right: 0; } }
        #footer-wrapper .footer-links > div > div.footer-actions.about-links {
          margin: 0;
          margin-right: 173px; }
          @media (min-width: 768px) {
            #footer-wrapper .footer-links > div > div.footer-actions.about-links {
              width: 177px; } }
          #footer-wrapper .footer-links > div > div.footer-actions.about-links h3 {
            padding: 26px 0;
            border-top: 1px solid #0A0A0A;
            border-bottom: 1px solid #0A0A0A; }
          #footer-wrapper .footer-links > div > div.footer-actions.about-links.open h3 {
            padding: 26px 0;
            border-bottom: none; }
          #footer-wrapper .footer-links > div > div.footer-actions.about-links.open a:last-child {
            padding-bottom: 20px;
            border-bottom: 1px solid #0A0A0A; }
    #footer-wrapper .footer-links .bottom {
      position: relative;
      padding: 0 0 45px;
      width: 100%;
      max-width: none;
      margin: 0; }
      #footer-wrapper .footer-links .bottom #GTS_CONTAINER {
        width: 155px;
        height: 60px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px; }
        #footer-wrapper .footer-links .bottom #GTS_CONTAINER:empty {
          display: none; }
        #footer-wrapper .footer-links .bottom #GTS_CONTAINER > div {
          position: relative !important;
          z-index: 1 !important; }
      #footer-wrapper .footer-links .bottom .copy-right {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        vertical-align: middle;
        position: relative;
        margin-left: 25px;
        max-width: 770px;
        font-size: 12px;
        color: #0A0A0A;
        line-height: 16px; }
    #footer-wrapper .footer-links.checkout .bottom .copy-right {
      vertical-align: middle;
      max-width: calc(100% - 385px); }
    #footer-wrapper .footer-links.checkout .bottom #GTS_CONTAINER {
      position: relative; }
  #footer-wrapper .footer-logo {
    background: #ede3de; }
    #footer-wrapper .footer-logo .logo {
      border-bottom: 1px solid rgba(10, 10, 10, 0.18);
      padding-bottom: 18px;
      padding-top: 41px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .footer-logo .logo {
          padding: 30px 0;
          border: none; } }
      #footer-wrapper .footer-logo .logo a.logo-link {
        width: 113px;
        height: 26px;
        display: block;
        background-size: 240px auto; }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-logo .logo a.logo-link {
            width: 190px;
            height: 45px;
            margin: auto;
            background-size: 400px auto; } }
    #footer-wrapper .footer-logo .tg-line {
      width: 100%;
      background: #0A0A0A; }
      #footer-wrapper .footer-logo .tg-line .tagline {
        width: 100%;
        height: 80px;
        padding-top: 26px;
        padding-bottom: 26px; }
        @media (max-width: 991.98px) {
          #footer-wrapper .footer-logo .tg-line .tagline {
            border: none;
            margin-bottom: 25px; } }
        #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap {
          -ms-flex-align: end;
              align-items: end; }
          @media (max-width: 991.98px) {
            #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap {
              margin: auto; } }
          #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap .tagline-img {
            width: 243px;
            height: 28px;
            background: url("../images/footer/Lumens_tagline_only_white.png") no-repeat;
            background-position-x: center;
            background-size: 243px 28px;
            border: none;
            padding: 5px; }
            @media (max-width: 991.98px) {
              #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap .tagline-img {
                width: 209px;
                height: 24px;
                background-size: 209px 24px;
                margin: auto; } }
          #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap .oval-img {
            width: 5px;
            height: 5px;
            background: url("../images/footer/Oval-new.svg") no-repeat;
            background-size: 5px;
            background-position-x: center;
            border: none;
            padding: 5px; }
            @media (max-width: 991.98px) {
              #footer-wrapper .footer-logo .tg-line .tagline .tagline-wrap .oval-img {
                width: 4px;
                height: 4px;
                background-size: 4px; } }
    #footer-wrapper .footer-logo .trade-link-foot {
      width: calc(100% - 70px);
      height: 50px;
      font-weight: 500;
      display: block;
      text-transform: capitalize;
      padding: 15px 0;
      border: 2px solid #0A0A0A;
      text-align: center;
      margin: auto;
      color: #0A0A0A;
      font-size: 14px; }
      #footer-wrapper .footer-logo .trade-link-foot:hover {
        text-decoration: underline; }
  #footer-wrapper .bottom {
    padding: 0 0 45px; }
    @media (max-width: 991.98px) {
      #footer-wrapper .bottom {
        padding-bottom: 30px; } }
    @media (max-width: 991.98px) {
      #footer-wrapper .bottom #GTS_CONTAINER {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        margin-left: 0; } }
    #footer-wrapper .bottom .copy-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 66%;
      font-size: 14px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .copy-right {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          max-width: none;
          padding: 15px 40px;
          margin-left: 0;
          text-align: center; } }
      #footer-wrapper .bottom .copy-right .text {
        color: rgba(10, 10, 10, 0.6); }
        @media (max-width: 991.98px) {
          #footer-wrapper .bottom .copy-right .text {
            -ms-flex-order: 2;
                order: 2; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .copy-right ul.bottom-links {
          -ms-flex-order: 1;
              order: 1;
          margin-bottom: 10px;
          -ms-flex-pack: center;
              justify-content: center; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .copy-right ul.bottom-links li:first-child {
          width: 100%;
          text-align: center;
          border-right: none;
          margin: 0 0 7px;
          padding: 0; } }
    #footer-wrapper .bottom .privacy-copyright {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0 0 20px;
      border-top: 1px solid rgba(10, 10, 10, 0.184);
      padding-top: 10px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .privacy-copyright {
          -ms-flex-direction: column;
              flex-direction: column;
          margin: 0 20px; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .privacy-copyright.mobile {
          max-width: 100%;
          text-align: left;
          padding: 25px 0 20px; } }
      @media (max-width: 991.98px) {
        #footer-wrapper .bottom .privacy-copyright .links {
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      #footer-wrapper .bottom .privacy-copyright .links a {
        font-size: 14px;
        line-height: 16px;
        color: rgba(10, 10, 10, 0.6);
        margin-left: 20px; }
        #footer-wrapper .bottom .privacy-copyright .links a:first-child {
          margin-left: 0; }
        @media (max-width: 991.98px) {
          #footer-wrapper .bottom .privacy-copyright .links a {
            font-weight: 400; } }
  @media (max-width: 991.98px) {
    #footer-wrapper.checkout .bottom #GTS_CONTAINER {
      width: 155px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; } }
  #footer-wrapper.checkout .bottom .mfes-trustmark {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 991.98px) {
      #footer-wrapper.checkout .bottom .mfes-trustmark {
        width: 114px;
        height: 47px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        margin-left: calc(50% - 142px); } }
  #footer-wrapper .subscribe-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991.98px) {
      #footer-wrapper .subscribe-outer {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 767.98px) {
      #footer-wrapper .subscribe-outer .subscribe-content {
        padding: 0 20px; } }
    #footer-wrapper .subscribe-outer .gts-subscribe {
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
      max-width: 83%;
      color: rgba(10, 10, 10, 0.5);
      font-size: 12px; }
      @media (max-width: 991.98px) {
        #footer-wrapper .subscribe-outer .gts-subscribe.mobile {
          margin: auto;
          max-width: 100%;
          padding: 20px; } }
      #footer-wrapper .subscribe-outer .gts-subscribe a {
        color: rgba(10, 10, 10, 0.5);
        font-size: 12px;
        line-height: 16px; }

.intro-copy .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item {
  width: 124px !important;
  float: left;
  margin-right: 8px;
  list-style: none;
  padding: 10px;
  background: #ffffff !important; }
  .intro-copy .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 8px; }
  .intro-copy .relatedCategoryWidget .relatedCategoryWidget__list .relatedCategoryWidget__item span {
    display: block;
    text-align: center;
    font-size: 14px !important;
    color: #0A0A0A;
    font-weight: 500; }

@media (max-width: 767.98px) {
  #globalLoginPopUp,
  #popup-login {
    margin: 20px;
    padding-right: 0 !important; } }

#globalLoginPopUp .modal-dialog,
#popup-login .modal-dialog {
  max-width: 523px !important; }
  @media (max-width: 991.98px) {
    #globalLoginPopUp .modal-dialog,
    #popup-login .modal-dialog {
      max-width: 480px !important; } }
  @media (max-width: 767.98px) {
    #globalLoginPopUp .modal-dialog,
    #popup-login .modal-dialog {
      max-width: 335px !important;
      margin: auto; } }
  #globalLoginPopUp .modal-dialog .modal-body,
  #popup-login .modal-dialog .modal-body {
    padding: 0 30px; }
    @media (max-width: 767.98px) {
      #globalLoginPopUp .modal-dialog .modal-body,
      #popup-login .modal-dialog .modal-body {
        padding: 0 20px; } }
    #globalLoginPopUp .modal-dialog .modal-body .close,
    #popup-login .modal-dialog .modal-body .close {
      display: none; }

#globalLoginPopUp button,
#popup-login button {
  cursor: pointer; }

#globalLoginPopUp input.errorclient, #globalLoginPopUp input.error,
#popup-login input.errorclient,
#popup-login input.error {
  border-color: #c70000 !important;
  background: #ffffff; }
  #globalLoginPopUp input.errorclient ~ label.floating-label, #globalLoginPopUp input.error ~ label.floating-label,
  #popup-login input.errorclient ~ label.floating-label,
  #popup-login input.error ~ label.floating-label {
    top: -6px;
    left: 10px !important;
    font-size: 12px;
    color: #c70000 !important;
    line-height: 15px;
    padding: 0 4px;
    opacity: 1;
    font-weight: 500; }

#globalLoginPopUp label.error, #globalLoginPopUp label.errorclient,
#popup-login label.error,
#popup-login label.errorclient {
  font-size: 14px;
  padding-top: 4px;
  margin-bottom: 0;
  color: #c70000 !important; }

#globalLoginPopUp #globalPopupContainer h1,
#globalLoginPopUp #globalPopupContainer h2,
#popup-login #globalPopupContainer h1,
#popup-login #globalPopupContainer h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0A; }

#globalLoginPopUp #globalPopupContainer .login-loader-holder,
#popup-login #globalPopupContainer .login-loader-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  #globalLoginPopUp #globalPopupContainer .login-loader-holder.hideCopy,
  #popup-login #globalPopupContainer .login-loader-holder.hideCopy {
    display: none; }
  #globalLoginPopUp #globalPopupContainer .login-loader-holder .login-loader-img-holder,
  #popup-login #globalPopupContainer .login-loader-holder .login-loader-img-holder {
    display: inline-block; }
  #globalLoginPopUp #globalPopupContainer .login-loader-holder .login-loader-info-holder,
  #popup-login #globalPopupContainer .login-loader-holder .login-loader-info-holder {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 500; }

#globalLoginPopUp #globalPopupContainer button,
#popup-login #globalPopupContainer button {
  padding: 0; }

#globalLoginPopUp #globalPopupContainer .forgotpasswordWrapPopUp,
#popup-login #globalPopupContainer .forgotpasswordWrapPopUp {
  margin: 0 !important; }

#globalLoginPopUp #globalPopupContainer form .value,
#popup-login #globalPopupContainer form .value {
  float: none; }

#globalLoginPopUp #globalPopupContainer .registration .formfield,
#popup-login #globalPopupContainer .registration .formfield {
  margin: 0;
  display: block;
  -ms-flex-align: unset;
      align-items: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset; }

#globalLoginPopUp #globalPopupContainer .loginForm,
#popup-login #globalPopupContainer .loginForm {
  background: #ffffff; }
  @media (max-width: 991.98px) {
    #globalLoginPopUp #globalPopupContainer .loginForm h1,
    #popup-login #globalPopupContainer .loginForm h1 {
      padding: 0 34px !important; } }
  @media (max-width: 767.98px) {
    #globalLoginPopUp #globalPopupContainer .loginForm h1,
    #popup-login #globalPopupContainer .loginForm h1 {
      padding: 0 !important; } }
  #globalLoginPopUp #globalPopupContainer .loginForm .tab-pane.fade:not(.show),
  #globalLoginPopUp #globalPopupContainer .loginForm input.textinputpw.errorclient ~ .validation-icon,
  #globalLoginPopUp #globalPopupContainer .loginForm input.textinputpw.valid ~ .validation-icon,
  #popup-login #globalPopupContainer .loginForm .tab-pane.fade:not(.show),
  #popup-login #globalPopupContainer .loginForm input.textinputpw.errorclient ~ .validation-icon,
  #popup-login #globalPopupContainer .loginForm input.textinputpw.valid ~ .validation-icon {
    display: none; }
  #globalLoginPopUp #globalPopupContainer .loginForm input.textinput.errorclient ~ .validation-icon,
  #popup-login #globalPopupContainer .loginForm input.textinput.errorclient ~ .validation-icon {
    top: 20%; }
  #globalLoginPopUp #globalPopupContainer .loginForm input.textinput.errorclient ~ label.errorclient,
  #globalLoginPopUp #globalPopupContainer .loginForm input.textinputpw.errorclient ~ label.errorclient,
  #popup-login #globalPopupContainer .loginForm input.textinput.errorclient ~ label.errorclient,
  #popup-login #globalPopupContainer .loginForm input.textinputpw.errorclient ~ label.errorclient {
    position: absolute;
    top: 38px;
    left: 0; }
  #globalLoginPopUp #globalPopupContainer .loginForm input.errorclient,
  #popup-login #globalPopupContainer .loginForm input.errorclient {
    margin-bottom: 14px; }
  @media (max-width: 991.98px) {
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm,
    #popup-login #globalPopupContainer .loginForm .halfForm {
      padding: 0 34px !important; } }
  @media (max-width: 767.98px) {
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm,
    #popup-login #globalPopupContainer .loginForm .halfForm {
      padding: 0 !important; } }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield,
  #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield {
    margin: 0; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value,
    #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value {
      position: relative;
      float: unset;
      width: 100%; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value .required,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value .required {
        width: 100%;
        height: 40px;
        color: #0A0A0A !important;
        padding: 0 8px;
        border: 1px solid #848484;
        font-size: 14px;
        font-weight: 400; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value .required.textinputpw,
        #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value .required.textinputpw {
          color: #848484 !important; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value label.floating-label,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield .value label.floating-label {
        font-weight: 400; }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .forgotpassword a,
  #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .forgotpassword a {
    cursor: pointer;
    font-size: 14px !important;
    line-height: 18px;
    color: #0A0A0A;
    text-decoration: underline;
    font-weight: 400 !important; }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox,
  #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox {
    font-size: 14px;
    line-height: 18px; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"],
    #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"] {
      position: relative;
      width: 0;
      margin: 0;
      z-index: 0; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:before,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:before {
        width: 20px;
        height: 20px;
        content: "";
        cursor: pointer;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        border: 1px solid #0A0A0A;
        display: block; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:after,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:after {
        width: 14px;
        height: 14px;
        cursor: pointer;
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:checked:after,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox input[type="checkbox"]:checked:after {
        background-color: #0A0A0A; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox label,
    #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .formfield .checkbox label {
      padding-left: 28px;
      font-weight: 400; }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page,
  #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page {
    width: 195px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #0A0A0A;
    background: #ffffff;
    color: #0A0A0A;
    text-align: center;
    display: block;
    margin: auto;
    padding: 11px 1px;
    text-transform: none; }
    @media (max-width: 991.98px) {
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page {
        width: 224px; } }
    @media (max-width: 767.98px) {
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page,
      #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .forgotpasswordWrapPopUp .loginpage button.redesigned-login-page {
        width: 100%; } }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration,
  #popup-login #globalPopupContainer .loginForm .halfForm .registration {
    margin: 0; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax h4,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax h4 {
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
      border-top: 1px solid #cecece;
      padding-top: 20px;
      margin-bottom: 10px;
      border-bottom: none;
      padding-bottom: 0; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax h4:first-child,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax h4:first-child {
        border-top: none;
        padding-top: 0; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value {
      position: relative; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value .required,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value .required {
        width: 100%;
        height: 40px;
        color: #0A0A0A !important;
        padding: 0 8px;
        border: 1px solid #848484;
        font-size: 14px;
        font-weight: 400; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value label.floating-label,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .formfields .formfield .value label.floating-label {
        font-weight: 400; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check {
      height: 20px; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"],
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"] {
        width: 0;
        position: relative;
        margin: 0; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:before,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:before {
          content: "";
          border: 1px solid #0A0A0A;
          width: 20px;
          height: 20px;
          display: block;
          cursor: pointer; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:checked:after,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:checked:after {
          content: "✓";
          left: 5px;
          top: 4px;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 700;
          color: #0A0A0A;
          position: absolute;
          cursor: pointer;
          transition: 2s transform ease-in-out; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading {
        font-size: 14px;
        line-height: 18px;
        color: #0A0A0A;
        text-decoration: none; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info {
        cursor: pointer;
        background-image: url("../images/account/Question-Icon-New.svg");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading, #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap {
      padding: 40px;
      border: 1px solid #cecece;
      margin-top: 20px;
      position: relative; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .enroll-lux-heading,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .enroll-lux-heading {
        font-size: 20px;
        line-height: 24px;
        color: #0A0A0A;
        text-decoration: none;
        font-weight: 500;
        padding-bottom: 10px; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .enroll-lux-info,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .enroll-lux-info {
        font-size: 14px;
        line-height: 18px;
        color: #0A0A0A;
        text-decoration: none; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .lux-faq a,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .lux-wrap .lux-faq a {
        font-size: 14px;
        line-height: 18px;
        color: #0A0A0A;
        text-decoration: underline; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .enroll-lux-cls,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap .enroll-lux-cls {
        width: 15px;
        height: 15px;
        background-image: url("../images/account/X.svg");
        background-repeat: no-repeat;
        position: absolute;
        cursor: pointer;
        right: 20px;
        top: 13px; }
    @media (max-width: 767.98px) {
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check {
        height: 30px; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:before,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:before {
          width: 30px;
          height: 30px; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:checked:after,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .checkbox input[type="checkbox"]:checked:after {
          left: 10px;
          top: 10px; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-heading {
          margin-left: 36px; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-check .lux-info {
          width: 20px;
          height: 20px;
          background-size: 20px; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .enroll-lux .enroll-lux-wrap {
        padding: 30px; } }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button {
      width: 195px;
      height: 40px;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid #0A0A0A;
      background: #ffffff;
      color: #0A0A0A;
      text-align: center;
      display: block;
      margin: auto;
      padding: 11px 1px;
      text-transform: none; }
      @media (max-width: 991.98px) {
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button {
          width: 224px; } }
      @media (max-width: 767.98px) {
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .createPlugin button {
          width: 100%; } }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption {
      margin: 0; }
      #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label,
      #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label {
        padding: 0; }
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label .requiredmessage,
        #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label .requiredindicator,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label .requiredmessage,
        #popup-login #globalPopupContainer .loginForm .halfForm .registration #RegistrationForm_Ajax .requiredcaption .label .requiredindicator {
          font-size: 14px;
          line-height: 18px;
          font-weight: 500;
          color: #0A0A0A; }
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield.password,
  #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration .formfield.password,
  #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield.password,
  #popup-login #globalPopupContainer .loginForm .halfForm .registration .formfield.password {
    position: relative; }
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield.password .icon_show_text,
    #globalLoginPopUp #globalPopupContainer .loginForm .halfForm .registration .formfield.password .icon_show_text,
    #popup-login #globalPopupContainer .loginForm .halfForm .logincustomersRedesign .formfield.password .icon_show_text,
    #popup-login #globalPopupContainer .loginForm .halfForm .registration .formfield.password .icon_show_text {
      width: 20px;
      height: 20px;
      background: url("../images/account/Icon.svg") no-repeat center 0 !important;
      background-size: 20px;
      border: none;
      position: absolute;
      right: 15px;
      top: 15%; }
  #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn,
  #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn {
    display: block; }
    #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn li,
    #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn li {
      text-align: center; }
      #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn li a,
      #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn li a {
        width: 195px;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #0A0A0A;
        color: #0A0A0A;
        text-align: center;
        display: block;
        margin: auto;
        padding: 11px 1px;
        cursor: pointer; }
        @media (max-width: 991.98px) {
          #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn li a,
          #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn li a {
            width: 224px; } }
        @media (max-width: 767.98px) {
          #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn li a,
          #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn li a {
            width: 100%; } }
        #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn li a.active,
        #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn li a.active {
          display: none; }
    #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn .divider,
    #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn .divider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
      #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn .divider:before, #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn .divider:after,
      #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn .divider:before,
      #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn .divider:after {
        content: "";
        -ms-flex: 1 1;
            flex: 1 1;
        border-bottom: 1px solid #cecece;
        margin: auto; }
      #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn .divider:before,
      #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn .divider:before {
        margin-right: 10px; }
      #globalLoginPopUp #globalPopupContainer .loginForm .logInCreateAccBtn .divider:after,
      #popup-login #globalPopupContainer .loginForm .logInCreateAccBtn .divider:after {
        margin-left: 10px; }
  #globalLoginPopUp #globalPopupContainer .loginForm .privacy_policy,
  #popup-login #globalPopupContainer .loginForm .privacy_policy {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 34px 0 !important; }
    @media (max-width: 767.98px) {
      #globalLoginPopUp #globalPopupContainer .loginForm .privacy_policy,
      #popup-login #globalPopupContainer .loginForm .privacy_policy {
        padding: 8px 0 0 !important; } }
    #globalLoginPopUp #globalPopupContainer .loginForm .privacy_policy a,
    #popup-login #globalPopupContainer .loginForm .privacy_policy a {
      text-decoration: underline;
      color: #0A0A0A; }

#forgotpwd-modal input.errorclient, #forgotpwd-modal input.error {
  border-color: #c70000 !important;
  background: #ffffff; }
  #forgotpwd-modal input.errorclient ~ label.floating-label, #forgotpwd-modal input.error ~ label.floating-label {
    top: -6px;
    left: 10px !important;
    font-size: 12px;
    color: #c70000 !important;
    line-height: 15px;
    padding: 0 4px;
    opacity: 1;
    font-weight: 500; }

#forgotpwd-modal .modal-dialog {
  max-width: 400px; }
  @media (max-width: 767.98px) {
    #forgotpwd-modal .modal-dialog {
      max-width: 335px; } }
  #forgotpwd-modal .modal-dialog .modal-content .modal-body {
    padding: 30px 40px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.2); }
    @media (max-width: 767.98px) {
      #forgotpwd-modal .modal-dialog .modal-content .modal-body {
        padding: 30px 20px; } }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .close {
      display: none; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body h1 {
      font-weight: 500;
      font-size: 24px;
      color: #0A0A0A;
      line-height: 28px;
      margin: 0 0 10px; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .reset-password-loader-holder {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .reset-password-loader-holder.hideCopy {
        display: none; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .reset-password-loader-holder .login-loader-img-holder {
        display: inline-block; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .reset-password-loader-holder .login-loader-info-holder {
        display: inline-block;
        padding: 0 20px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .password_reset_msg,
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordsent {
      font-size: 16px;
      line-height: 20px; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .ui-widget-content {
      border: none; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset {
      margin: 0; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset #PasswordResetForm {
        margin: 0; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formfield .value {
        position: relative;
        float: unset;
        width: 100%; }
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formfield .value .textinput {
          width: 100%;
          height: 40px;
          color: #0A0A0A !important;
          padding: 0 8px;
          border: 1px solid #848484;
          font-size: 14px;
          font-weight: 400; }
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formfield .value label.floating-label {
          font-weight: 400; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formfield .label {
        display: none; }
      #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions {
        margin: 0; }
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .cancel,
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .sendBtnResetPassword {
          width: 154px;
          height: 40px;
          font-size: 14px;
          font-weight: 500;
          background: #ffffff;
          color: #0A0A0A;
          text-align: center;
          margin: auto;
          padding: 11px 1px;
          float: left; }
          @media (max-width: 767.98px) {
            #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .cancel,
            #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .sendBtnResetPassword {
              width: 140px; } }
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .cancel {
          border: none; }
        #forgotpwd-modal .modal-dialog .modal-content .modal-body .passwordreset .formactions .sendBtnResetPassword {
          border: 1px solid #0A0A0A;
          float: right; }
    #forgotpwd-modal .modal-dialog .modal-content .modal-body .confirmationcontainer .cancel {
      font-size: 14px;
      color: #0A0A0A;
      text-align: center;
      border: none;
      outline: none;
      background: #ffffff;
      font-weight: 500;
      margin: auto;
      padding-top: 24px; }

.dialog_hidden_input {
  position: absolute;
  left: -9999px; }

.hidden {
  display: none; }

input.errorclient {
  border-color: #c70000 !important; }
  input.errorclient ~ .validation-icon {
    width: 20px;
    height: 20px;
    background: url("../images/cartcheckout/input-icon-warning.svg") no-repeat;
    position: absolute;
    top: 15%;
    right: 4px;
    display: block; }
  input.errorclient.couponinput {
    background: url("../images/cartcheckout/Icon-Info.svg") no-repeat 96% 50%; }

.checkout-redesign input.errorclient ~ .validation-icon {
  background: none; }

.ship-address input.valid ~ .validation-icon,
.billing-addr-form input.valid ~ .validation-icon,
.creditcard-checked input.valid ~ .validation-icon {
  width: 24px;
  height: 24px;
  background: url("../images/cartcheckout/Icon_circle_checkmark.svg") no-repeat !important;
  position: absolute;
  right: 4px;
  top: 15%; }

.ship-address input.valid.empty-field ~ .validation-icon,
.billing-addr-form input.valid.empty-field ~ .validation-icon,
.creditcard-checked input.valid.empty-field ~ .validation-icon {
  background-image: unset !important; }

.ship-address input.valid.optional-field ~ .validation-icon,
.billing-addr-form input.valid.optional-field ~ .validation-icon,
.creditcard-checked input.valid.optional-field ~ .validation-icon {
  background-image: unset !important; }

.ship-address input.valid.errorclient ~ .validation-icon,
.billing-addr-form input.valid.errorclient ~ .validation-icon,
.creditcard-checked input.valid.errorclient ~ .validation-icon {
  background-image: url("../images/cartcheckout/input-icon-warning.svg") !important; }

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 1px;
  top: 14px;
  transition: .2s ease all;
  background-color: #ffffff;
  padding: 0 0 0 6px;
  font-size: 14px;
  color: #0A0A0A;
  opacity: .7;
  margin: 0; }
  .floating-label p {
    margin-bottom: 0; }
    .floating-label p.hover {
      display: none; }

input:focus ~ label.floating-label,
input:not(:placeholder-shown) ~ label.floating-label {
  top: -6px;
  left: 10px;
  font-size: 12px;
  color: #0A0A0A;
  line-height: 15px;
  padding: 0 4px;
  opacity: 1;
  font-weight: 500; }
  input:focus ~ label.floating-label p.hover,
  input:not(:placeholder-shown) ~ label.floating-label p.hover {
    display: block; }
  input:focus ~ label.floating-label p.normal,
  input:not(:placeholder-shown) ~ label.floating-label p.normal {
    display: none; }

input.errorclient:focus ~ label.floating-label,
input.errorclient:not(:placeholder-shown) ~ label.floating-label {
  color: #c70000 !important; }

input.errorclient ~ label.floating-label {
  top: -6px;
  left: 10px !important;
  font-size: 12px;
  color: #c70000 !important;
  line-height: 15px;
  padding: 0 4px;
  opacity: 1;
  font-weight: 500; }
  input.errorclient ~ label.floating-label p.hover {
    display: block; }
  input.errorclient ~ label.floating-label p.normal {
    display: none; }

.errorclient,
.errormessage {
  font-size: 14px;
  color: #c70000;
  line-height: 18px !important;
  padding-top: 6px; }
