header {
  background-color: #162632;
}

.fa-solid {
  text-rendering: auto;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
  font-size: inherit;
}

.out-stock > br {
 display: none; 
}

.header-full .menu ul.catalog > li.nLoggedIn {
  display:none !important
}
.ex-loggedin .header-full .menu ul.catalog > li.nLoggedIn {
  display: inline-block !important
}
.ex-loggedin .header-full .menu ul.catalog > li.nLoggedOut {
  display:none !important
}

.theme-dark .myaccountdashboard_container > h1 {
  color: #fff; 
}

.prodColWrap ~ .softgraybackground  .prodToolsWrap {
  padding-inline: 15px;
}

/* cky script css changes */

.cky-consent-container .cky-consent-bar {
  display: flex;
  align-items: flex-end;
}

.cky-notice {
  padding: 40px;
  background: #162632;
  text-align: left;
}

.cky-consent-container .cky-consent-bar .cky-btn-accept {
 font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
  font-weight: 700;
  padding: 10px 23px;
  background: #fec23a;
  border-radius: 5px;
  border: 2px solid #fec23a;
  border-top-color: rgb(254, 194, 58);
  border-right-color: rgb(254, 194, 58);
  border-bottom-color: rgb(254, 194, 58);
  border-left-color: rgb(254, 194, 58);
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s ease-in;
  min-width: 145px;
}

.cky-consent-container .cky-consent-bar .cky-btn-accept:hover {
  background: #181818 !important;
  border-color: #181818 !important;
  color: #ededed !important;
  text-decoration: none;
}

/* end cky script css changes  */

/* fresh chat */

div.chat-fc-form-outer {
  font-family: 'Lato',sans-serif !important;
}

div.chat-fc-form-outer p.fc-header,
div.chat-fc-form-outer div.fc-form ul li label {
  font-family: 'Roboto Condensed',sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #181818 !important;
}

div.chat-fc-form-outer div.fc-form ul li label {
  font-size: 14px;
}

div.chat-fc-form-outer div.fc-form p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.5;
  color: #181818;
}

div.chat-fc-form-outer div.fc-form ul li input {
  padding-inline: 10px;
  font-size: 14px;
  line-height: 2;
  color: #181818;
}

div.chat-fc-form-outer div.fc-form a.fc-button {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #181818 !important;
  font-weight: 700;
  padding: 10px 23px;
  background: #fec23a !important;
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  border: 2px solid #fec23a;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s ease-in;
  min-width: 145px;
}

div.chat-fc-form-outer div.fc-form a.fc-button:hover,
div.chat-fc-form-outer div.fc-form a.fc-button:focus-visible {
  background: #181818 !important;;
  border-color: #181818;
  color: #ededed !important;
  text-decoration: none;
}

/* end fresh chat */

/** Making address title column visible on Orders page **/
#ordergrid th.address_title,
#ordergrid td.address_title {
  display: table-cell;
}
/** End of Making address title column visible on Orders page **/

#moreText {
  display: none;
}