nav.navbar {
  border-bottom: 1px solid #8D8881;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.9) 100%);
}

nav.navbar#desktop-nav .navbar-nav {
  margin: 0 auto;
  justify-content: center;
}

nav.navbar#desktop-nav .navbar-nav .nav-item {
  min-width: 80px;
  text-align: center;
}

nav.navbar#desktop-nav .navbar-nav .nav-item a {
  display: block;
  color: #646363;
}

nav.navbar#desktop-nav .navbar-nav .nav-item a i {
  display: block;
  font-size: 22px;
  padding-bottom: 6px;
}

@media (max-width: 768px) {
  nav.navbar#desktop-nav .navbar-nav .nav-item a i {
    display: none;
  }
}

nav.navbar#desktop-nav .navbar-nav .nav-item a span {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
}

nav.navbar#desktop-nav .navbar-nav .nav-item:hover a,
nav.navbar#desktop-nav .navbar-nav .nav-item.active a {
  text-decoration: none;
  color: #20386F;
}

nav.navbar#mobile-nav {
  display: none;
}

nav.navbar#mobile-nav .navbar-nav .nav-item {
  min-width: 80px;
  text-align: center;
}

nav.navbar#mobile-nav .navbar-nav .nav-item a {
  display: block;
  color: #646363;
}

nav.navbar#mobile-nav .navbar-nav .nav-item a i {
  display: block;
  font-size: 22px;
  padding-bottom: 6px;
}

@media (max-width: 768px) {
  nav.navbar#mobile-nav .navbar-nav .nav-item a i {
    display: none;
  }
}

nav.navbar#mobile-nav .navbar-nav .nav-item a span {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
}

nav.navbar#mobile-nav .navbar-nav .nav-item:hover a,
nav.navbar#mobile-nav .navbar-nav .nav-item.active a {
  text-decoration: none;
  color: #20386F;
}

nav.navbar#mobile-nav .navbar-nav .nav-item {
  width: 100%;
  max-width: 400px;
  padding: 10px 0 10px 0 !important;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

@media (max-width: 768px) {
  nav.navbar#desktop-nav {
    display: none;
  }

  nav.navbar#mobile-nav {
    display: block;
  }
}

body {
  min-height: 100%;
  background: url("/img/background.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /* Authentication wrapper. */
  /* Cart wrapper. */
}

@media (max-width: 1200px) {
  body {
    background-size: auto 1100px;
  }
}

body .auth {
  font-size: 0.9em;
  max-width: 600px;
}

body .auth h1 {
  font-size: 1em;
  color: #000000;
}

body .auth p {
  color: #888888;
}

body .auth .card {
  background: #EAEAEA;
  border-radius: 10px;
}

body .auth .card h1 {
  font-size: 1.2em;
  color: #000000;
  font-weight: 600;
}

body .auth .card h1 i {
  color: #133471;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}

body .auth .card h1 .conditions {
  display: block;
  color: #666666;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 18px;
  margin-right: 5px;
}

body .auth .card .nav-tabs .nav-link {
  background: #E1ECEF;
  border-color: #E1ECEF #E1ECEF #E1ECEF;
  margin-right: 5px;
  width: 111px;
  height: 88px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

body .auth .card .nav-tabs .nav-link:hover {
  background: #E6F3F6;
  border-color: #E3EEF2 #E3EEF2 #E3EEF2;
}

body .auth .card .nav-tabs .nav-link.active {
  background: #ffffff;
  border-color: #ffffff #ffffff #ffffff;
}

body .auth .card .nav-tabs .nav-link img {
  max-width: 80px;
  max-height: 95%;
}

body .auth .card a {
  color: #000;
}

body .auth .card input {
  background: #F2F2F2;
  border-radius: 2px;
  height: calc(1.6em + 0.5rem + 2px);
  border: 1px solid #F6F6F6;
}

body .auth .card #remember {
  margin-top: -6px;
}

body .auth .card .btn-primary {
  color: #fff;
  background-color: #20386F;
  border-color: #20386F;
}

body .auth .card .btn-primary:hover {
  background-color: #30487F;
  border-color: #30487F;
}

body .auth .card .login-tab-content {
  background: #ffffff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

body .auth .card .login-tab-content img {
  max-width: 90px;
}

body .auth .card .login-tab-content a {
  color: #20386F;
  font-size: 0.9em;
}

body .auth .card .footer {
  font-size: 1em;
  color: #818284;
  line-height: 46px;
}

@media (max-width: 1200px) {
  body .auth .card .footer {
    display: block;
    line-height: 26px;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
  }
}

body .auth .card .footer span a {
  color: #000;
  font-weight: 600;
}

body .cart-registration .registrationbox {
  border: #AAA 1px solid;
  border-radius: 20px;
  background-color: #FFF;
}

body .cart-registration .form-errors {
  display: none;
  color: #FF0000;
}

body .cart-right-container {
  width: 60% !important;
}

@media only screen and (max-width: 765px) {
  body .cart-right-container {
    width: 100% !important;
  }
}

