:root {
  --modal-fade: 1.33s;
}

.height-stable {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Roboto", "Barlow", sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100wh;
  overflow: auto;
}

main {
  min-height: calc(100% - 80px);
}

.w-main-wrapper {
  min-height: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
}

header {
  width: 100%;
  height: 50px;
  background-color: rgb(240, 240, 240);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  position: sticky;
  top: 0;
  z-index: 1999;
  box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
  border: 0;
  padding: 0;
  background-color: rgb(240, 240, 240);
}
button:focus {
  outline: 0;
}

.open-side-btn {
  margin-left: 25px;
  display: flex;
}

.hide-button {
  border: 1px rgb(240, 240, 240) solid;
  width: 26px;
  height: 23px;
  cursor: pointer;
}
.hide-button:hover {
  border: 1px rgb(208, 208, 208) solid;
  border-radius: 2px;
}
.hide-button .burger-btn {
  align-self: center;
  margin: 0 auto;
  opacity: 0.7;
}
.hide-button .burger-btn .bbar {
  width: 19px;
  height: 2px;
  background-color: rgb(0, 0, 0);
  margin: 3px auto;
}
.hide-button .burger-btn:hover, .hide-button .burger-btn:focus {
  opacity: 1;
}

.logo img {
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.nav-side {
  position: absolute;
  z-index: 2;
  top: 46px;
}

.side-details {
  display: none;
  min-width: 160px;
  min-height: 170px;
  left: 0px;
  top: 50px;
  border-left: 1px rgba(0, 0, 0, 0.15) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  border-right: 1px rgba(0, 0, 0, 0.15) solid;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
  padding: 20px;
}
.side-details a {
  list-style: none;
  line-height: 2.333rem;
  font-size: 1.166rem;
  display: block;
  color: rgb(0, 113, 188);
  text-decoration: none;
}
.side-details a:hover, .side-details a:focus {
  color: rgb(0, 79, 236);
}

.rs {
  margin-left: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs .rs-edge {
  margin: 0 25px;
}
.rs a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
.rs a:hover, .rs a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

/* Dropdown Button */
.show {
  display: block;
}

.ms-c {
  position: absolute;
  left: 225px;
  top: 0px;
  background: rgb(240, 240, 240);
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-search-wrapper {
  border: 1px solid rgb(208, 208, 208);
  background-color: white;
  border-radius: 17px;
  width: 470px;
  height: 33px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 1.166rem;
}

.breadcrumbs-wrapper {
  margin: 6px 25px;
}

.breadcw-atl {
  margin: 5px 0;
}

.cr-root {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.cr-root:hover {
  color: rgb(0, 79, 236);
}

.breadcrumbs {
  border-bottom: rgb(220, 220, 220) 1px solid;
  padding-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75rem;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs p {
  font-size: 1.125rem;
  font-weight: 400;
}
.breadcrumbs .root-page {
  margin-right: 8px;
}
.breadcrumbs .root-page h2 {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.breadcrumbs .root-page h2:hover {
  color: rgb(0, 79, 236);
}
.breadcrumbs .middle-dot {
  font-size: 3rem;
  margin-right: 8px;
}
.breadcrumbs .current-page {
  font-size: 1.125rem;
  font-weight: 100;
  color: rgb(40, 40, 40);
}

footer {
  height: 30px;
  width: 100%;
  background-color: rgb(240, 240, 240);
  color: rgb(40, 40, 40);
  display: flex;
}
footer .footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0 25px;
  font-size: 1.166rem;
}
footer .footer-ls {
  display: flex;
  width: 50%;
}
footer .footer-item {
  margin-right: 20px;
}
footer a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
footer a:hover, footer a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

.assets-container {
  float: right;
  background: white;
  margin: 5px 0 5px 10px;
  max-width: 360px;
  min-width: 250px;
  border: 1px solid rgb(220, 220, 220);
}
.assets-container .side-image {
  width: 100%;
  height: auto;
}
.assets-container .assets-object-title {
  padding: 4px 10px;
}
.assets-container .assets-object-title span {
  font-size: 1.125rem;
  font-weight: bold;
}
.assets-container .assets-mfg {
  padding: 10px;
}
.assets-container .assets-mfg span {
  font-size: 1.5rem;
  font-weight: bold;
}
.assets-container .assets-text {
  padding: 0 10px 5px;
}
.assets-container .assets-hl {
  width: 100%;
  border-bottom: 1px solid rgb(220, 220, 220);
  margin: 20px 0;
}
.assets-container .assets-mfg-text {
  padding: 0 10px 10px;
  line-height: 1.75rem;
  font-size: 1.166rem;
}
.assets-container .assets-mfg-url {
  text-decoration: none;
  color: rgb(0, 113, 188);
  padding-left: 3px;
}
.assets-container .assets-mfg-url:hover {
  color: rgb(0, 79, 236);
}

.clhd {
  display: none;
}

.mg25 {
  margin: 25px;
}

.mg-b2 {
  margin-bottom: 2px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b25 {
  margin-bottom: 25px;
}

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

.mg-t50 {
  margin-top: 50px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r25 {
  margin-right: 25px;
}

.flex-sb-fs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
}

.flex-fs-c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-fs-fs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fx-se-c {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

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

.w100 {
  width: 100%;
}

.ovx {
  overflow-x: auto;
}

.ftbold {
  font-weight: 600;
}

@media (max-width: 900px) {
  header {
    box-shadow: none;
  }
  .ms-c {
    left: 0;
    top: 45px;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
  }
  .main-search-wrapper {
    border-radius: 22px;
    height: 33px;
    width: calc(100% - 50px);
    margin-top: -5px;
  }
  .side-details {
    margin-top: 44px;
  }
  .breadcrumbs-wrapper, .breadcw-atl {
    margin-top: 50px;
  }
  .flatPage {
    margin-top: 30px;
  }
}
.spacerBelowModal {
  min-height: 100px;
}

.checkout-auth-wrapper {
  position: relative;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
  max-width: 950px;
  margin: auto;
  top: 80px;
  display: flex;
}

.workflowAuth-wrapper {
  position: relative;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
  max-width: 450px;
  margin: auto;
  top: 50px;
  display: flex;
}

.checkout-login-wrapper {
  width: 43%;
  margin: 30px 25px;
  color: rgb(40, 40, 40);
}
.checkout-login-wrapper .auth-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.checkout-login-wrapper .call-signup {
  font-size: 1.166rem;
}
.checkout-login-wrapper p {
  font-size: 1.166rem;
}

.workflowLogin-wrapper {
  width: 100%;
  margin: 30px 25px;
  color: rgb(40, 40, 40);
}
.workflowLogin-wrapper .auth-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.workflowLogin-wrapper .call-signup {
  font-size: 1.166rem;
}
.workflowLogin-wrapper p {
  font-size: 1.166rem;
}

.form-group {
  margin: 25px 0 10px;
}

.input-title {
  font-weight: bold;
  font-size: 1.166rem;
  margin-bottom: 30px;
}

.input-field {
  margin-top: 5px;
  width: 100%;
}
.input-field .checkout-form-control {
  width: 92%;
  height: 34px;
  padding: 10px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
}
.input-field .checkout-form-control:hover {
  border: 1px solid rgb(220, 220, 220);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(183, 183, 183, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.workflowInput-field {
  margin-top: 5px;
  width: 100%;
}
.workflowInput-field .checkout-form-control {
  width: 100%;
  height: 34px;
  padding: 10px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
}
.workflowInput-field .checkout-form-control:hover {
  border: 1px solid rgb(220, 220, 220);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(183, 183, 183, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.remember {
  width: 100%;
  display: flex;
  align-items: center;
}
.remember span {
  margin-left: 5px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
}

.btn-wrapper {
  margin: 15px 0 10px;
}
.btn-wrapper .btn-signin {
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  width: 70px !important;
  height: 34px;
}
.btn-wrapper .btn-signin:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.workflowBtn-wrapper {
  margin: 25px 0 10px;
}
.workflowBtn-wrapper .btn-signin {
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  width: 70px !important;
  height: 34px;
}
.workflowBtn-wrapper .btn-signin:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.forgot {
  width: 100%;
}
.forgot .forgot-password-string {
  color: rgb(0, 113, 188);
  font-size: 1.166rem;
  cursor: pointer;
}
.forgot .forgot-password-string:hover {
  color: rgb(0, 79, 236);
}

.vl {
  border-right: 1px solid rgb(220, 220, 220);
}

.register-link-myW {
  margin-top: 30px;
  font-size: 1.166rem;
  cursor: pointer;
}
.register-link-myW span {
  color: rgb(0, 113, 188);
  cursor: pointer;
}
.register-link-myW span:hover {
  color: rgb(0, 79, 236);
}

.checkout-guest-wrapper {
  width: 50%;
  margin: auto;
  text-align: center;
  color: rgb(40, 40, 40);
}
.checkout-guest-wrapper .auth-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.checkout-guest-wrapper .call-signup {
  font-size: 1.166rem;
}
.checkout-guest-wrapper .register-link {
  font-size: 1.166rem;
}
.checkout-guest-wrapper .register-link span {
  color: rgb(0, 113, 188);
  cursor: pointer;
}
.checkout-guest-wrapper .register-link span:hover {
  color: rgb(0, 79, 236);
}
.checkout-guest-wrapper .btn-guest {
  margin: 25px 0 25px;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  width: 150px !important;
  height: 34px;
}
.checkout-guest-wrapper .btn-guest:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.workflowReset-password-wrapper {
  display: none;
  position: absolute;
  text-align: left;
  top: 200px;
  left: 25px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.55);
}
.workflowReset-password-wrapper .reset-form-container {
  margin: 15px;
}
.workflowReset-password-wrapper .reset-form-container .reset-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.workflowReset-password-wrapper .reset-form-container p {
  font-size: 1.166rem;
}
.workflowReset-password-wrapper .form-forgot-password {
  margin-top: 30px;
}
.workflowReset-password-wrapper .email-address-title {
  font-weight: bold;
  font-size: 1.166rem;
}
.workflowReset-password-wrapper .input-field {
  display: flex;
}
.workflowReset-password-wrapper .btn-submit {
  margin-left: 5px;
  font-size: 1.166rem;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  min-width: 52px !important;
  height: 34px;
}
.workflowReset-password-wrapper .btn-submit:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.reset-password-wrapper {
  display: none;
  position: absolute;
  text-align: left;
  top: 175px;
  left: 29px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}
.reset-password-wrapper .reset-form-container {
  margin: 15px;
}
.reset-password-wrapper .reset-form-container .reset-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.reset-password-wrapper .reset-form-container p {
  font-size: 1.166rem;
}
.reset-password-wrapper .form-forgot-password {
  margin-top: 30px;
}
.reset-password-wrapper .email-address-title {
  font-weight: bold;
  font-size: 1.166rem;
}
.reset-password-wrapper .input-field {
  display: flex;
}
.reset-password-wrapper .btn-submit {
  margin-left: 5px;
  font-size: 1.166rem;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  min-width: 52px !important;
  height: 34px;
}
.reset-password-wrapper .btn-submit:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.modal-join-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal-workflowJoin-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal-content-join {
  outline: 0;
  margin: 60px auto;
  position: relative;
  background-color: white;
  border: 1px solid rgb(94, 94, 94);
  border-radius: 5px;
  width: 600px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.65);
  animation-name: modalshow;
  animation-duration: var(--modal-fade);
}

.modal-workflowJoin-content {
  outline: 0;
  margin: 55px auto;
  position: relative;
  background-color: white;
  border: 1px solid rgb(94, 94, 94);
  border-radius: 5px;
  width: 600px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.65);
  animation-name: modalshow;
  animation-duration: var(--modal-fade);
}

.modal-header-join {
  background: rgb(240, 240, 240);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 125px;
  color: rgb(40, 40, 40);
  text-align: center;
}
.modal-header-join .close-window {
  margin-top: 5px;
  font-size: 1.833rem;
  font-family: "Nunito", sans-serif;
  color: #999999;
}
.modal-header-join .close-window:hover {
  color: rgb(0, 79, 236);
}
.modal-header-join h4 {
  text-align: left;
  margin: 10px 0 3px 20px;
  font-size: 2.333rem;
  font-weight: 600px;
}
.modal-header-join p {
  text-align: left;
  margin-left: 20px;
  font-size: 1.166rem;
  line-height: 1.6rem;
}

.modal-workflowJoin-header {
  background: rgb(240, 240, 240);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 160px;
  color: rgb(40, 40, 40);
  text-align: center;
}
.modal-workflowJoin-header .close-window {
  margin-top: 5px;
  font-size: 1.833rem;
  font-family: "Nunito", sans-serif;
  color: #999999;
}
.modal-workflowJoin-header .close-window:hover {
  color: rgb(0, 79, 236);
}
.modal-workflowJoin-header .h4-desktopHeader, .modal-workflowJoin-header .h4-mobileHeader {
  text-align: left;
  margin: 10px 0 3px 20px;
  font-size: 2.333rem;
  font-weight: 600px;
}
.modal-workflowJoin-header .p-desktopHeader, .modal-workflowJoin-header .p-mobileHeader {
  text-align: left;
  margin: 0 20px;
  font-size: 1.166rem;
  line-height: 1.6rem;
}
.modal-workflowJoin-header .h4-mobileHeader, .modal-workflowJoin-header .p-mobileHeader {
  display: none;
}

.modal-body-join .join-form-wrapper {
  text-align: left;
  margin: 0 35px;
}
.modal-body-join .join-form-wrapper .join-form-field {
  height: 34px;
  width: 350px;
  margin-top: 15px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  padding: 10px;
  font-size: 1.166rem;
}
.modal-body-join .join-form-wrapper .join-form-field:hover {
  border: 1px solid rgb(220, 220, 220);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}
.modal-body-join .join-form-wrapper .btn-join {
  height: 34px;
  width: 350px;
  margin-top: 15px;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 4px;
  font-size: 1.166rem;
}
.modal-body-join .join-form-wrapper .btn-join:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: border-color ease-in-out 1s, box-shadow ease-in-out 2s;
}

.modal-footer-wrapper {
  text-align: left;
  margin: 15px 20px;
  color: #999999;
}
.modal-footer-wrapper a {
  text-decoration: none;
  color: rgb(0, 113, 188);
  cursor: pointer;
}
.modal-footer-wrapper a:hover {
  color: rgb(0, 79, 236);
}

@keyframes modalshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  .vl {
    border-right: none;
  }
  .checkout-auth-wrapper {
    display: block;
    margin: 55px 25px;
    top: 10px;
  }
  .checkout-guest-wrapper {
    width: 85%;
    margin: 25px;
    text-align: left;
  }
  .checkout-login-wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 490px) {
  .reset-password-wrapper {
    top: 250px;
    left: 5px;
  }
}
@media (max-width: 900px) {
  .modal-content-join {
    top: 45px;
  }
}
@media only screen and (min-device-width: 315px) and (max-device-width: 830px) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    position: static;
  }
  .workflowAuth-wrapper {
    max-width: 340px;
    top: 15px;
  }
  .workflowLogin-wrapper {
    margin: 25px 20px;
  }
  .modal-content-join, .modal-workflowJoin-content {
    margin: 2px auto;
    width: 315px;
    overflow-x: auto;
  }
  .modal-header-join {
    height: 165px;
  }
  .modal-workflowJoin-header {
    height: 135px;
  }
  .modal-body-join .join-form-wrapper {
    margin: 0 20px;
  }
  .modal-body-join .join-form-wrapper .join-form-field {
    width: 100%;
  }
  .modal-body-join .join-form-wrapper .btn-join {
    width: 100%;
  }
  .modal-workflowJoin-header .h4-desktopHeader, .modal-workflowJoin-header .p-desktopHeader {
    display: none;
  }
  .modal-workflowJoin-header .h4-mobileHeader, .modal-workflowJoin-header .p-mobileHeader {
    display: block;
  }
  .modal-workflowJoin-header .h4-mobileHeader {
    display: block;
    margin: 3px 0 3px 20px;
    font-size: 2rem;
  }
}/*# sourceMappingURL=sign-in.css.map */