﻿body header .navbar .container-fluid .navbar-brand {
  height: auto;
}
body header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  body header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 576px) {
  body header .navbar .container-fluid .navbar-collapse .navbar-nav li:nth-last-child(1) {
    margin-left: auto;
  }
}
body .container main.pb-3 {
  padding-bottom: 0 !important;
}
body .container main.pb-3 .card {
  display: flex;
  left: 0 !important;
}
body .container main.pb-3 .checkout_area {
  flex-direction: column;
}
body .container main.pb-3 .checkout_area .col-25 {
  margin-top: 1em;
}
body .footer {
  white-space: unset !important;
}

.bookcovername {
  color: darkgray;
}

.row .col-md-6 .thumbnail a {
  text-decoration: none !important;
}

.center {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #7e7e7e;
  border-bottom: 8px solid #7e7e7e;
  border-left: 8px solid #34db55;
  border-right: 8px solid #34db55;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
