/* Header */
.top-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #018754;
  font-size: 0.875rem;
  z-index: 1000000;
  padding: 0.55em 0;
}
.top-header-info {
  color: #fff;
  line-height: 1;
}
.top-header-info a {
  color: #fff;
  text-decoration: none;
}
.top-header-info a:hover {
  text-decoration: underline;
}
.top-header .header-social {
  font-size: 14px;
}
.top-header .dropdown-toggle {
  line-height: 1;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
}
.top-header .dropdown {
  line-height: 1;
}
.top-header .dropdown-menu {
  line-height: 1.5;
}

/* Navigation */
.navbar {
  font-size: 0.875rem;
  padding-top: 35px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-collapse {
  flex-wrap: wrap;
}
.navbar .placeMiniCart {
  margin-left: 1rem;
}
.logo {
  width: 52px;
}

/* Breadcrumbs */
.breadcrumb {
  padding: 0px;
  margin: 0 0 1rem 0;
  background-color: transparent;
  border-radius: 0px;
  font-size: 0.875rem;
}

/* Arrow buttons */
.cart-steps {
  padding: 0;
  margin: 0 1rem 1rem 0;
  list-style: none;
}
.cart-steps li {
  display: block;
  margin-bottom: 0.5rem;
  width: calc(100% - 13px);
}
.cart-steps a {
  display: block;
}

.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-arrow-right {
  padding-left: 36px;
}
.btn-arrow-left {
  padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
  content: '';
  position: absolute;
  top: 5px;
  width: 26px;
  height: 26px; /* button_outer_height / sqrt(2) */
  background: inherit;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before {
  left: -13px;
}
.btn-arrow-right:after,
.btn-arrow-left:after {
  right: -13px;
}
.btn-arrow-right:after,
.btn-arrow-left:before {
  z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after {
  background-color: white;
}

/* Arrow buttons */
.text-title {
  color: #209050;
  border-bottom: 1px solid var(--flower);
  padding-bottom: 0.25rem;
  font-family: 'Oswald', sans-serif;
  margin-top: 2rem;
}

/* Sidebar */
.sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-title {
  color: #209050;
  border-bottom: 1px solid var(--flower);
  padding-bottom: 0.25rem;
  font-family: 'Oswald', sans-serif;
  margin: 0 1rem 1rem 1rem;
}
.sidebar-section {
  padding: 0 1rem;
}
.sidebar-nav,
.sidebar-section {
  margin-right: -1rem;
  margin-left: -1rem;
}
.sidebar-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0.5rem 0;
}

/* Footer */
#footer {
  padding-top: 4.5vh;
  background-color: #e02121;
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}
#footer a:hover {
  opacity: 0.7;
}
#footer-bottom {
  margin-top: 4.5vh;
  padding: 0.5rem 0;
  background-color: #015496;
}
#footer-bottom a {
  font-size: 1.5rem;
}

/* Content */
.text-narrow {
  font-family: 'Oswald', sans-serif;
}

#placeMiniCart {
  text-align: right;
}

.media-image img {
  width: 100%;
  height: auto;
}

/* Flower Theme */
.shop-flowers .sidebar {
  background-color: #fff7fc;
  border-color: var(--flower);
}
.shop-flowers .breadcrumb-item a,
.shop-flowers .sidebar a,
.shop-flowers .sidebar .btn-link,
.shop-flowers .sidebar label,
.shop-flowers .sidebar-title,
.shop-flowers .products .media-title a {
  color: var(--flower);
}
.shop-flowers .sidebar-title {
  border-bottom-color: var(--flower);
}

/* Plant Theme */
.shop-plants .sidebar {
  background-color: #f8fff8;
  border-color: var(--plant);
}
.shop-plants .breadcrumb-item a,
.shop-plants .sidebar a,
.shop-plants .sidebar .btn-link,
.shop-plants .sidebar label,
.shop-plants .sidebar-title,
.shop-plants .products .media-title a {
  color: var(--plant);
}
.shop-plants .sidebar-title {
  border-bottom-color: var(--plant);
}

/* Supply Theme */
.shop-supplies .sidebar {
  background-color: #edebff;
  border-color: var(--supply);
}
.shop-supplies .breadcrumb-item a,
.shop-supplies .sidebar a,
.shop-supplies .sidebar .btn-link,
.shop-supplies .sidebar label,
.shop-supplies .sidebar-title,
.shop-supplies .products .media-title a {
  color: var(--supply);
}
.shop-supplies .sidebar-title {
  border-bottom-color: var(--supply);
}

@media (min-width: 768px) {
  /* START: Force header flush with bottom of page */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 430px;
  }
  #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  /* END: Force header flush with bottom of page */

  .logo {
    width: 148px;
  }
}
@media (min-width: 992px) {
  body {
    margin-bottom: 383px;
  }
}

@media print {
  .navbar,
  #footer {
    display: none;
  }
  .text-title {
    color: #000;
    border-bottom: 1px solid #000;
  }
}
