/* Minification failed. Returning unminified contents.
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,64): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(18,65): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(85,64): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(86,65): run-time error CSS1039: Token not allowed after unary operator: '-viewport-margin'
(328,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(376,28): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(382,17): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(420,17): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(571,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(580,15): run-time error CSS1030: Expected identifier, found '.'
(580,22): run-time error CSS1031: Expected selector, found ')'
(580,22): run-time error CSS1025: Expected comma or open brace, found ')'
(586,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(767,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(768,22): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(772,26): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(774,22): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(1153,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(1188,26): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
 */
/*
========================================================================= 
Dauphin custom styles DATAFLUTE
======================================================================= */
/******** Media queries *********/
:root {
  --viewport-margin: 25px;
}

@media only screen and (max-width: 767px) {
  :root {
    --viewport-margin: 15px;
  }
}

.site-width, .main-layout, body > form > .BreadcrumbModule, body > form > .ThemedControlModule, .hero h1, .reportinfo, .Pay-Invoices__footer {
  padding-left: Max(calc((Max(100%, 1400px) - 1400px)/2), var(--viewport-margin));
  padding-right: Max(calc((Max(100%, 1400px) - 1400px)/2), var(--viewport-margin));
}

.site-width {
  max-width: none;
  margin: unset;
}

.search-title {
  width: calc(100vw);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw);
  margin-right: calc(-50vw);
}

.main-layout {
  display: flex;
  flex-flow: row nowrap;
  gap: 25px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .main-layout {
    flex-flow: column-reverse nowrap;
  }
}

body {
  margin-top: 0px;
}

.ThemedControlModule {
  padding: 0;
  margin: 0;
}

body > form > .ThemedControlModule {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

body > form > .ThemedControlModule:not(:first-child) {
  margin-top: 0;
  margin-bottom: 0;
}

.main-content {
  max-width: 1400px;
  width: 100%;
}

.hero {
  height: Min(150px, 30vh);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(128, 128, 128, 0.5);
  background-blend-mode: darken;
  display: flex;
  align-items: center;
}

#PortalViewModule {
  padding-left: Max(calc((Max(100%, 1600px) - 1600px)/2), var(--viewport-margin));
  padding-right: Max(calc((Max(100%, 1600px) - 1600px)/2), var(--viewport-margin));
}

#PortalViewModule .rgMasterTable.gridtableview {
  width: 100% !important;
}

.Pay-Invoices__footer {
  margin-top: 2rem;
}

/****** Sticky Header ******/
header {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: top 500ms ease-in-out;
}

header.scroll-up, header:focus-within {
  top: 0;
}

header.scroll-down {
  top: -100%;
}

/****** End Sticky Header *****/
/****** Sticky Footer ******/
body > form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/****** End Sticky Footer *******/
#container_3000 {
  background-repeat: repeat-x;
  max-width: 3000px;
  height: 329px;
  margin: 0px auto;
}

.container-fluid {
  max-width: 1500px;
}

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Phone */
@media only screen and (max-width: 482px) {
  .mastercontent {
    margin-top: 3px;
  }
  .container-fluid {
    padding: 0 10px;
  }
}

.addons {
  width: Min(400px, 100%);
  background-color: transparent;
  border: none;
  margin: 0 0 10px;
  padding: 9.5px;
  word-wrap: break-word;
}

.RadTreeView.RadTreeView_Simple ul.rtUL ul.rtUL > li.rtLI span.rtText {
  font-weight: normal;
  font-size: 16px;
}

header {
  background-color: white;
}

header a:hover {
  text-decoration: none;
}

nav .ThemedControlModule {
  padding-bottom: 0;
}

/**************************************************************
***************************************************************
**                                                           **
**                      //2. Brand Nav Bar                   **
**                                                           **
***************************************************************
**************************************************************/
.header-top {
  display: flex;
  justify-content: flex-start;
}

.brands-wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .brand-banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
  }
  .brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 480px;
  }
  .vert-line {
    height: 30px;
    width: 2px;
    background-color: black;
    opacity: .4;
  }
}

/**************************************************************
***************************************************************
**                                                           **
**                      //3. Main navigation                 **
**                                                           **
***************************************************************
**************************************************************/
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 15px;
}

.disable-hover .mega-menu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

nav img {
  margin-top: 10px;
  width: 300px;
}

.nav-container {
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 10px;
  box-shadow: 0 5px 10px rgba(154, 161, 177, 0.1);
}

.mobile-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.nav-items {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  transition: all .15s linear;
}

.nav-items a {
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-links li {
  padding: 0px 15px;
}

.nav-links li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: all .15s linear;
  position: relative;
}

.nav-items.active {
  display: flex;
}

.toggle-button {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #000000;
  border-radius: 10px;
}

/*Mega Menu*/
.mega-menu {
  display: none;
}

.nav-links > li:hover > a {
  color: var(--primaryColor);
}

.nav-links > li:hover > a::after {
  transform: scaleX(1);
}

.sub-menu-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.sub-menu-item {
  padding: 3px 0;
}

@media screen and (min-width: 1110px) {
  nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  nav img {
    width: 400px;
    margin-top: 10px;
  }
  .toggle-button {
    display: none;
  }
  .nav-links {
    flex-direction: row;
  }
  .nav-items {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
  }
  .nav-links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primaryColor);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .nav-links > li:hover > a {
    color: var(--primaryColor);
  }
  .nav-links > li:hover > a::after {
    transform: scaleX(1);
  }
  .nav-container {
    padding: 0 50px;
  }
  /*Mega Menu*/
  .mega-menu {
    display: block;
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 112px;
    transform: translateY(3px);
    transition: all .2s ease-in-out;
    visibility: hidden;
    width: 100%;
  }
  .mega-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 2560px;
    padding: 32px 0;
  }
  .mega-menu-item h3 {
    text-align: center;
  }
  .nav-item:hover .mega-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .nav-links > li:hover > a {
    color: var(--primaryColor);
  }
  .nav-links > li:hover > a::after {
    transform: scaleX(1);
  }
}

.MainMenuControl .RadNavigation {
  overflow: visible;
}

.MainMenuControl .RadNavigation .rnvRootGroupWrapper {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/nav-bg-w.png) !important;
  height: 49px;
  margin-top: -25px;
  border: 0;
}

.MainMenuControl .RadNavigation .rnvRootGroupWrapper span.rnvRootLink .rnvText, .MainMenuControl .RadNavigation .rnvRootGroupWrapper .rnvExpandDown {
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  font-family: "Trebuchet MS",Helvetica, Arial;
  color: #403f3f;
  text-transform: uppercase;
  text-align: center;
  height: 49px;
  width: 160px;
  line-height: 49px;
  vertical-align: middle;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/navitem-trans-w.png) no-repeat !important;
  cursor: pointer;
}

.MainMenuControl .RadNavigation .rnvRootGroupWrapper .rnvHovered .rnvRootLink, .MainMenuControl .RadNavigation .rnvRootGroupWrapper .rnvSelected .rnvRootLink, .MainMenuControl .RadNavigation .rnvRootGroupWrapper .rnvExpanded .rnvRootLink {
  background: none;
  border-color: transparent;
}

.MainMenuControl .RadNavigation .rnvFirst, .MainMenuControl .RadNavigation span.rnvLink, .MainMenuControl .RadNavigation .rnvText {
  background-image: none !important;
}

.MainMenuControl .RadNavigation .rnvRootLink .radIcon {
  display: none;
}

.MainMenuControl .RadNavigation .rnvVertical .rnvItem {
  padding-top: 0px;
}

.MainMenuControl .RadNavigation .rnvRootLink {
  padding: 0px;
}

.radSkin_Windows7 > .rnvSlide:not(.rnvMoreNodes) .rnvPopup .rnvLink {
  padding: 0 !important;
}

.MainMenuControl .RadNavigation .rnvGroup .rnvLast {
  padding-bottom: 0px !important;
  height: 53px;
}

.radSkin_Windows7 > .rnvSlide:not(.rnvMoreNodes) .rnvText {
  width: 100%;
  line-height: 54px;
  min-width: 236px;
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/dropdownbg-noarrow-w.png) no-repeat !important;
  font-family: "Trebuchet MS",Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #676767;
  cursor: pointer;
  text-align: left;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
}

.radSkin_Windows7 > .rnvSlide:not(.rnvMoreNodes) .rnvLink:hover .rnvText {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/dropdownbghover-noarrow-w.png) no-repeat !important;
  color: #fff;
}

.radSkin_Windows7 > .rnvSlide:not(.rnvMoreNodes) .rnvPopup .rnvLink .radIcon {
  top: 8px;
  font-size: 28px;
  color: #b9b9b9;
}

.radSkin_Windows7 > .rnvSlide:not(.rnvMoreNodes) .rnvLink:hover .radIcon {
  color: #fff;
}

.RadNavigation .rnvGroup .rnvText {
  margin-left: 0px !important;
}

.rnvMore {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/nav-bg-w.png) !important;
  color: #403f3f !important;
  border-color: transparent !important;
  border-left: 1px solid rgba(64, 63, 63, 0.68) !important;
}

.rnvMoreNodes #testImg {
  display: none;
}

.rnvMoreNodes .redFont {
  color: red;
}

#userstatus_welcome {
  margin-top: 10px;
}

.user_status_nav1,
.user_status_nav2 {
  height: 32px;
  width: 149px;
  float: left;
  margin-top: 15px;
  padding-top: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.user_status_nav1 span,
.user_status_nav2 span {
  padding: 0 0 0 0px;
  margin-top: 10px;
}

.user_status_nav1 span:first-child,
.user_status_nav2 span:first-child {
  padding: 0 0 0 46px;
}

.user_status_nav1 {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/portal-login-us1.png) no-repeat;
}

.user_status_nav2 {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/portal-login-us2.png) no-repeat;
}

.nav-item > .search {
  color: var(--primaryColor);
  display: inline-block;
}

.nav-item > .search img {
  min-width: 288px;
  min-height: 44px;
}

.nav-item:has(.search) {
  padding: 0;
}

.search-label {
  align-self: flex-start;
  color: var(--primaryColor);
}

.search-label::before {
  content: "";
  display: inline-block;
  width: 44px;
  /* Set the width of the icon */
  height: 44px;
  /* Set the height of the icon */
  margin-right: 10px;
  /* Space between the icon and text */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23b81f3f" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19 11v-3a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5"/><path d="M15.5 15.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0"/><path d="M17.5 17.5l2.5 2.5"/></svg>');
  background-size: contain;
  /* Ensures the SVG fits well */
  background-repeat: no-repeat;
  vertical-align: middle;
}

footer {
  width: 100%;
  padding: 30px;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  color: #fff;
}

footer a:hover {
  text-decoration: none;
}

.copy-right {
  text-align: center;
}

.left-footer .linkedin {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}

.right-footer ul li {
  padding: 5px 0;
}

.right-footer ul li a {
  color: #fff;
}

.brands-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.brands-menu img {
  padding: 10px 0;
}

.address-container a {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .right-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .right-footer .menu {
    margin-right: 25px;
  }
  .right-footer .brands-menu {
    margin-left: 25px;
  }
}

/* Customer Portal */
html {
  background-color: transparent;
}

body {
  background-image: none;
  padding: 0;
}

/** sticky footer **/
.stickyfooterparent {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.stickyfooter {
  margin-top: auto;
}

/** end sticky footer **/
.cda__header {
  height: 120px;
}

.cda__logo {
  padding: 20px;
}

.cda__close {
  float: left;
  margin-left: 30px;
  position: relative;
  top: 30%;
}

.cda__close__button {
  height: 55px;
}

#PortalViewModule {
  margin-left: 20px;
}

.reportinfo {
  margin-top: 20px;
}

.querysettingname {
  font-size: 24px;
}

body {
  margin: 0;
  padding: 0 0;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
  color: #5B5B5B;
  overflow-x: hidden;
}

.wrapper {
  padding: 0 20px;
}

li {
  margin: 0;
  padding: 0;
  line-height: normal;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, a.button, input[type="button"] {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  margin: 10px 0;
  padding: 15px 30px;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  transition: all .15s linear;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.hc-assist-btn, button[type="submit"], .button--cta {
  background-color: var(--primaryColor);
  color: #fff;
  border-color: var(--primaryColor);
}

.hc-assist-btn {
  pointer-events: none;
  font-weight: normal;
}

.hc-assist-btn:hover {
  background-color: #5B5B5B;
  border-color: #5B5B5B;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

input[type="text"],
input[type="email"],
input[type="Password"] {
  padding: 0 0 0 5px;
  border-color: #aaa !important;
  border-radius: 3px;
  /* future proofing */
  height: 30px !important;
  margin-bottom: 0 !important;
}

#contentwrapper {
  border-color: #badbf9;
}

.BreadcrumbModule {
  border-bottom-width: 0px;
  font-family: Helvetica, Arial;
  font-size: 10pt;
  margin: 5px 0px 15px 0px;
}

.BreadcrumbModule a {
  text-decoration: underline;
}

.brand-list {
  display: inline-block;
}

.brand-list:not(:first-child) {
  border-left: 1px solid #fff;
}

a {
  color: #27639b;
  text-decoration: none;
}

a:hover {
  color: #1a4467;
  text-decoration: underline;
}

a:visited {
  color: #27639b;
}

.cartlink {
  float: none;
}

.rgCommandRow a {
  color: #fff !important;
}

.rgHeader,
.rgHeader a {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.accordion {
  overflow-x: auto;
}

.accordion .acc_trigger:not(.odd) {
  background-color: white;
}

.acc_trigger, .acc_container, #header {
  min-width: 705px;
  width: 100%;
}

.accordion .expand {
  width: 40px;
}

.RadGrid .rgEditRow {
  background-image: none !important;
  font-size: 12px !important;
  color: #363636 !important;
}

.RadGrid .rgEditRow td {
  border: 0px solid black !important;
}

.RadGrid .RadInput .riSelect {
  height: 23px;
}

.RadGrid .RadInput input {
  height: 30px;
}

.RadGrid .RadInput .riSelect .riUp,
.RadGrid .RadInput .riSelect .riDown {
  background: none;
  border: 0;
}

.RadGrid .rgEditRow:nth-child(odd) {
  background-color: #fff;
}

.RadGrid .rgEditRow:nth-child(even) {
  background-color: #f3f1f1;
}

.RadWindow a.rwIcon {
  background: url(/PublicStore/MasterTemplates/Customer/Style/images/popup-icon.png) !important;
}

#ValidationMessages {
  margin-top: 5px;
  color: Yellow;
}

.validationErrorMessageLogin {
  color: Yellow !important;
}

.primaryimage img {
  border: none !important;
  box-shadow: none;
  max-width: 100%;
}

.Everything_Description {
  margin-bottom: 1.5em;
}

.Everything_Description h1 {
  margin-bottom: 1.5em;
}

.ProductSkusGrid img.btnCheckPrice,
.ProductSkusGrid img.btnAddtocart {
  border: 0px none !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 10px 10px 10px 0;
}

.ProductSkusGrid button {
  font-size: 12px;
  padding: 6px 7px;
}

.ProductSkusGrid .rgCommandRow,
.ProductSkusGrid .rgCommandRow .rgCommandCell {
  height: 30px;
}

div.headRow {
  background-color: #363645;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding: 10px 0 10px 0;
}

div.headRow div:first-child {
  padding-left: 5px;
  width: 145px !important;
}

.ProductSkusGrid .rgEditRow .tablealigntop {
  vertical-align: middle !important;
}

.ProductSkusGrid .rgMasterTable {
  margin-bottom: 20px;
}

.ProductSkusGrid .rgMasterTable {
  border-right-width: 1px;
  border-left-width: 1px;
}

.acc_trigger {
  font-family: "Segoe UI", Helvetica, Arial;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  vertical-align: middle;
  padding-top: 5px;
  height: 25px;
  cursor: pointer;
}

div.odd {
  background-color: #ececec !important;
}

.ProductSkusGrid .radGrid,
.ProductSkusGrid .RadGrid_Windows7 {
  border-width: 0;
}

/*
.rgPagerCell .rgNumPart span,
.rgPagerCell .rgWrap {
   font-size: 14px; }
   
.rgPagerCell .rgNumPart {
   margin-left: 4px; }
   
.rgPager .rgPagerButton {
   text-shadow: 0 0 0 #3275BC; } */
.ProductPagerModule {
  font-size: 16px;
}

#roeResult .partdescription {
  float: left;
  font-weight: bold;
  width: 20em;
}

.CheckoutConfirmModule .confirmation {
  font-weight: bold;
}

.CheckoutOrderSkusModule li,
.checkoutstepper li {
  padding-bottom: 0;
}

.CheckoutOrderSkusModule .headingbarsub {
  font-weight: bold;
}

.RadWindow.rwAuthNetWin {
  max-width: 70%;
  left: 14.5% !important;
  z-index: 99999 !important;
}

.RadWindow.rwAuthNetWin .rrHandle {
  display: none;
}

.RadWindow.rwAuthNetWin .rwContent {
  padding: 0;
  overflow: visible;
}

.RadWindow.rwAuthNetWin .rwTitleWrapper {
  cursor: initial;
}

.rgCommandRow,
.rgHeader,
.rgCommandCell {
  background-color: #1d3250 !important;
  /* NOT LOGGED IN Header BG Color is #363645 */
  background-image: none !important;
  border-style: none !important;
}

.AccountLoginModule fieldset label, .AccountPasswordRecoveryModule fieldset label {
  float: left;
}

.AccountLoginModule label, .AccountPasswordRecoveryModule label {
  line-height: 40px;
}

.AccountLoginModule input, .AccountPasswordRecoveryModule input {
  height: 40px !important;
  padding: 1px 1px 1px 5px !important;
  float: left;
  width: 94%;
}

.AccountLoginModule textarea, .AccountPasswordRecoveryModule textarea {
  width: 450px;
  height: 270px;
  padding: 10px !important;
  resize: none;
}

.AccountLoginModule select, .AccountPasswordRecoveryModule select {
  height: 40px !important;
}

.AccountLoginModule .Zip2, .AccountPasswordRecoveryModule .Zip2 {
  float: none;
}

.form__section__label {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 7px;
}

.label__wrapper {
  width: 6em;
  float: left;
  margin-bottom: 6px;
}

.input__wrapper {
  float: left;
  width: 100%;
  max-width: 400px;
}

.form__footer {
  margin: 15px 15px 0 0;
  text-align: right;
}

.AccountLoginModule {
  width: 95%;
  max-width: calc(320px + 5rem);
}

.AccountLoginModule table {
  margin: 0 auto;
  width: 100%;
  max-width: 496px;
}

.AccountLoginModule td {
  text-align: left;
}

.AccountLoginModule button {
  margin-left: 30px;
}

.AccountLoginModule a.button.button--cta {
  font-size: 20px;
}

.AccountLoginModule .existing__area {
  margin-bottom: 25px;
}

.AccountPasswordRecoveryModule .label__wrapper {
  width: unset;
}

.ShoppingCartModule .wishlist-control {
  float: right;
}

.ShoppingCartModule button .fa {
  font-size: 1em;
}

.search-title {
  background-color: #f4f4f4;
  margin-top: 0;
  padding: 3rem 0;
  text-align: center;
  color: var(--primaryColor);
  font-size: 45px;
  line-height: 1.4;
}

.SearchModule {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.SearchModule .searchbar {
  width: 30ch;
  max-width: 80%;
  height: auto !important;
  padding: 15px;
  border: none;
  background-color: #f4f4f4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: bold;
}

.SearchModule .searchgobutton {
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  border: none;
}

.SearchModule .searchgobutton:hover {
  color: white;
  background-color: var(--primaryColor);
}

.mobile-only .SearchModule {
  display: none;
}

@media only screen and (max-width: 767px) {
  .brand-banner-container .SearchModule {
    display: none;
  }
  .mobile-only .SearchModule {
    display: block;
    margin: 10px auto 0 auto;
  }
}

td[align="right"] {
  text-align: right;
}

td[align="center"] {
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/***** main.scss overrides ****/
td[align="center"] {
  text-align: center;
}

button, a.button, input[type="button"] {
  background-image: none;
}
