/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.addressBookWrapper {
  margin-bottom: 2.5rem;
  position: relative; }
  .addressBookWrapper::before {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 8px;
    width: 102px;
    background-color: #EE2312;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .addressBookWrapper::before {
        content: '';
        position: absolute;
        bottom: -6px;
        height: 6px;
        width: 102px;
        background-color: #EE2312;
        left: 0;
        left: 50%; } }
  .addressBookWrapper__text {
    text-align: center; }
    @media (max-width: 991.98px) {
      .addressBookWrapper__text {
        padding-top: 1rem; } }

.separator {
  padding: 0 0.3125rem 0 0.625rem; }

.collapsibleOpenMenu {
  border: 0;
  background: none;
  border-top: 1px solid #D1D3D6;
  border-bottom: 1px solid #D1D3D6;
  font: 1rem/normal "muli", sans-serif;
  padding: 0.5rem 0.3125rem 0.5rem 0.875rem;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .collapsibleOpenMenu .arrow.up {
    position: relative;
    top: 0.25rem; }

.account-menu {
  background-color: #f5f5f5;
  padding: 0.9375rem 0;
  position: sticky;
  top: 6.25rem;
  margin: 2.5rem 0; }
  @media (max-width: 991.98px) {
    .account-menu {
      display: none; }
      .account-menu.show {
        display: block;
        position: static;
        margin: 0; } }
  .account-menu .account-menu-item {
    padding: 0.5rem 0.3125rem 0.5rem 0.875rem;
    position: relative; }
    .account-menu .account-menu-item a {
      font: 1rem/normal "muli", sans-serif;
      opacity: 0.6;
      color: #000 !important; }
    .account-menu .account-menu-item:hover {
      background: #e8e8e8; }
    .account-menu .account-menu-item.active a {
      font-weight: bold;
      opacity: 1; }
    .account-menu .account-menu-item.active:hover {
      background: #f5f5f5; }
    .account-menu .account-menu-item.active::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0.5rem;
      border-left: 3px solid #EE2312;
      height: 1.5625rem; }

.card {
  border: 0; }
  .card .card-header,
  .card .card-body {
    padding-left: 0; }

.addressBookHelperText {
  /*max-width: remCalc(850);*/
  margin-bottom: 2rem;
  text-align: center; }
  .addressBookHelperText__text {
    font: 1rem/normal "muli", sans-serif; }

.card-info-group p {
  margin-bottom: 0; }

.card-info-group div {
  margin-bottom: 1rem; }

.card-info-group div:last-child {
  margin-bottom: 0; }

.order-history-control h2,
.order-history h2 {
  font-weight: bold;
  margin-top: 0.5rem; }

.dashboard-order-card-image {
  width: 7rem;
  padding-right: 1rem; }

.dashboard-order-card-footer-columns:last-child {
  text-align: right; }

.dashboard-order-card-footer-value {
  font-weight: bold;
  font-size: 1rem; }

.card-header h2,
.card-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0; }

.login-page {
  margin-bottom: 1.875rem !important; }
  .login-page a {
    color: #000 !important;
    font: 1rem/normal "muli", sans-serif; }
  .login-page .btn-Primary {
    width: 50%; }

.loginAccount {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 991.98px) {
  .loginContentWrapper__content {
    margin-bottom: 3.75rem; } }

.loginContentWrapper h3 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem; }

.loginContentWrapper p {
  margin-bottom: 1rem; }

.loginContentWrapper .loginFormButton {
  max-width: 33.75rem;
  margin: 0 auto; }
  .loginContentWrapper .loginFormButton a {
    color: #FFF !important; }

.login-form-nav .nav-link {
  font: 700 1.25rem/normal "muli", sans-serif !important; }
  .login-form-nav .nav-link.active {
    border-color: #EE2312 !important; }

.rememberMeWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem; }
  .rememberMeWrapper .custom-checkbox {
    padding: 0;
    margin: 0; }
  .rememberMeWrapper .rememberMe {
    margin-left: -0.625rem;
    position: relative;
    top: -0.375rem; }

.createAccountbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.loginWrapper__heading {
  margin: 2rem 0;
  text-align: center;
  position: relative; }
  .loginWrapper__heading::before {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 8px;
    width: 102px;
    background-color: #EE2312;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .loginWrapper__heading::before {
        content: '';
        position: absolute;
        bottom: -6px;
        height: 6px;
        width: 102px;
        background-color: #EE2312;
        left: 0;
        left: 50%; } }

.track-order-header {
  font: 1.75rem/normal "muli", sans-serif; }

.track-order-header-text,
.privacy-policy {
  font: 1rem/normal "muli", sans-serif;
  margin-bottom: 1rem; }

.login-page {
  margin-top: 1em; }
  .login-page .login-form-nav {
    margin-bottom: 1.25em; }
    .login-page .login-form-nav .tab-pane {
      margin-top: 1em; }

.registration-page .privacy-policy {
  margin-top: 1rem; }

.equal-height .card {
  width: 100%; }

.track-order-header {
  font-size: 1.75rem; }

.request-password-title {
  font-size: 1.5rem; }

.customer-message {
  font: 1rem/normal "muli", sans-serif;
  text-align: center;
  width: 80%;
  margin: 0 10%;
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8; }

form.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  form.registration .name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    form.registration .name-wrapper .name-field {
      width: 100%; }
