html,
body {
  background-color: #F7F7F9;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.3rem;
  margin-top: 18px;
}

h3 {
  font-size: 1.15rem;
  margin-top: 18px;
}

h4 {
  font-size: 1.05rem;
}

.btn-group {
  /*z-index: 0;*/
}

.navbar-fixed-top {
  background-color: white;
  /*z-index: 2;*/
}

.atlas-detailed-list {
}

.atlas-detailed-list-product {
  background-color: white;
  display: flex;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 1px 1px 2px #ddd;
}

.atlas-primary-nav-search-form {
  background-color: #F5F5F5;
  padding: 0;
  display: flex;
  margin: 0;
  width: 50vw;
  box-shadow: 1px 1px 2px #ddd;
  transition: box-shadow 0.2s;
  align-items: center;
}

.atlas-primary-nav-search-form.atlas-primary-nav-search-form--focus {
  box-shadow: 1px 1px 5px #999;
  transition: box-shadow 0.2s;
}

.atlas-search-input {
  border: 0 none;
  flex: 1;
  background-color: transparent;
  padding: 8px 14px;
  padding-left: 0;
  font-size: 1.1rem;
  color: black;
}

.atlas-search-input-icon {
  margin-left: 18px;
  margin-right: 18px;
  height: 20px;
}

.atlas-search-input:focus {
  outline: 0;
}

.atlas-search-input::-webkit-input-placeholder,
.atlas-search-input::-moz-placeholder,
.atlas-search-input:-ms-input-placeholder {
  color: black;
}

.atlas-primary-nav {
  overflow: auto;
  display: flex;
  align-items: center;
  padding: 16px;
}

.atlas-primary-nav-logo {
  flex: 1;
  margin-left: 12px;
}

.atlas-secondary-nav {
  background-color: #2D6F1B;
  overflow: auto;
  padding: 6px 12px;
  font-size: 0.92rem;
}

.atlas-compact-item-hover,
.table-striped tbody tr:nth-of-type(odd).atlas-compact-item-hover {
  background-color: #eee;
}

.atlas-primary-nav-cart-icon-container {
  flex: 1;
  align-items: center;
  text-align: right;
  margin-right: 12px;
}

.atlas-primary-nav-cart-icon-link {
  flex: 1;
  position: relative;
}

.atlas-primary-nav-cart-icon {
  height: 30px;
}

.atlas-secondary-nav-link {
  background: transparent;
  border: 0 none;
  padding: 0;
  color: white;
  opacity: 0.85;
}

.atlas-secondary-nav-link:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.atlas-secondary-nav-link.active,
.atlas-secondary-nav-link:focus,
.atlas-secondary-nav-link:active {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.atlas-products {
  flex: 1;
  padding: 12px;
  padding-top: 0;
}

.atlas-login-error {
  color: red;
  font-size: 0.9rem;
  margin-top: 12px;
}

.atlas-login-logo {
  width: 238px;
  height: 66px;
}

button {
  padding: 0;
  border: 0 none;
  background-color: transparent;
}

.atlas-list-nav {
  background-color: #F7F7F9;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.atlas-list-toggle {
  font-size: 0.9rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ECEEEF;
  box-shadow: 0px 0px 2px #ddd;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.atlas-list-toggle:focus {
  outline: none;
  border-color: #7DBBFD;
  box-shadow: 0px 0px 3px #7DBBFD;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.atlas-list-toggle:active {
  outline: none;
  border: 1px solid #7DBBFD;
  box-shadow: 0px 0px 9px #7DBBFD;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.atlas-list-toggle-option {
  display: inline-flex;
  background-color: white;
  padding: 4px 12px;
}

.atlas-list-toggle-option--active {
  background-color: #2A7013;
  color: white;
}

.atlas-detailed-result {
  padding: 4px 8px;
}

.atlas-detailed-result-title {
  font-size: 1.1rem;
}

.atlas-detailed-list-product-image-container {
  width: 160px;
  margin-right: 12px;
  text-align: center;
}

.atlas-detailed-list-product-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.atlas-detailed-list-product-info {
  flex: 1;
}

.atlas-detailed-result-description {
  font-size: 0.85rem;
}

.atlas-detailed-result-mfg {
  color: #2A7013;
}

.atlas-detailed-result-table {
  table-layout: fixed;
  margin-top: 8px;
  margin-bottom: 0;
}

.atlas-no-results {
  font-size: 1.5rem;
  margin-top: 100px;
  text-align: center;
}

/* bootstrap override :( */
.breadcrumb > .active,
.breadcrumb > .active a:active,
.breadcrumb > .active a:focus {
  font-weight: bold;
  text-decoration: none;
  color: #0275d8;
}

.CategoryChildren-list {
  background-color: white;
  margin-bottom: 16px;
  padding: 12px 32px;
  margin-top: 12px;
}

.CategoryChildren-filled-list-item {
  margin-bottom: 16px;
}

.CategoryChildren-filled-list-item-link {
  color: black;
  font-weight: bold;
}

.CategoryChildren-list-item-link:hover {
  color: inherit;
}

.CategoryChildren-columned-list {
  list-style: none;
  padding-left: 16px;
  -webkit-columns: 275px 4;
  -moz-columns: 275px 4;
  columns: 275px 4;
}

.CategoryChildren-list-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.CategoryGrandchildren-list {
  font-size: 0.88rem;
}


.atlas-cart {
  padding: 12px;
  background-color: white;
  margin: 12px;
  width: 100%;
}

.atlas-cart-table {
  width: 100%;
  font-size: 0.92rem;
}

.atlas-cart-item {
}

.atlas-cart-item--preview {
  opacity: 0.6;
}

.atlas-cart-item-delete {
  width: 30px;
}

.atlas-cart-item-part-description-container {
  display: flex;
}

.atlas-cart-item-image-container {
  width: 90px;
}

.atlas-cart-item-part-description-title {
  font-weight: bold;
}

.atlas-cart-item-availability {
  width: 190px;
}

.atlas-cart-item-availability-warehouse {
  display: flex;
  align-items: center;
}

.atlas-cart-item-availability-check,
.atlas-cart-item-availability-times {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.atlas-cart-item-quantity {
  width: 100px;
}

.atlas-cart-item-unit-price-cell {
  text-align: right;
  width: 150px;
}

.atlas-cart-item-unit-price {
  font-weight: bold;
}

.atlas-cart-item-extended-price {
  width: 150px;
  font-weight: bold;
  text-align: right;
}

.atlas-medium-button {
  background-color: #2A7013;
  color: white;
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 3px #bbb;
}

.atlas-small-button {
  background-color: #eee;
  color: black;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.atlas-small-button:hover {
  background-color: #ddd;
}

.atlas-add-to-cart-button {
  background-color: #2A7013;
  color: white;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 3px 10px;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 3px #bbb;
}

.atlas-add-to-cart-button-label {
  font-size: 0.8rem;
}

.atlas-add-to-cart-button:hover .atlas-add-to-cart-button-label {}

.atlas-add-to-cart-button:active {
  padding: 4px 9px 2px 11px;
}

.InfiniteScroll {}

.InfiniteScroll-loader {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.InfiniteScroll-loader > img {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.WebOrders {
  padding: 16px;
}

.button-reset-style {
  border: none;
}

.Lightbox-background {
  text-align: center;
}

.Lightbox-close-button {
  float: right;
}

.atlas-regular-price {
  text-decoration: line-through;
}

.atlas-clearance-price {
  color: blue;
}

.atlas-products-compact {
  font-size: 0.92rem;
}

.atlas-app-inner {
  margin-top: 120px;
  z-index: -1;
  position: absolute;
  width: 100%;
  background-color: #F7F7F9;
}

.breadcrumb, .pagination {
  margin-bottom: 12px;
  margin-top: 12px;
}

.atlas-cart-icon-quantity {
  padding-left: 4px;
  display: flex;
  justify-content: center;
  right: 0;
  top: 0;
  position: absolute;
  width: 33px;
}

.atlas-cart-icon-quantity-inner {
  min-width: 17px;
  padding: 1px 2px;
  display: inline-block;
  background-color: red;
  text-align: center;
  border-radius: 10px;
  color: white;
  font-size: 0.6rem;
}


.new-badge, .clearance-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2A7013;
    background: url('https://atlastrailer.s3.amazonaws.com/img/new-badge.png') no-repeat;
    background-size: contain;
    color: white;
    padding: 2px 4px;
    font-size: 0.8rem;
    margin-top: -10px;
    border-radius: 2px;
    width: 80px;
    height: 140px;
}

.small {
    width: 50px;
    height: 85px;
}

.clearance-badge{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    background: url('https://atlastrailer.s3.amazonaws.com/img/clearance-badge.png') no-repeat;
    background-size: contain;
    margin-left: -10px;
    width: 90px;
    height: 140px;
}