/* Navigation styling */
@media only screen and (max-width: 991px) {
  .header-right-icons:not(.btn-adjusted) .interactive-icons {
    justify-content: flex-end;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .site-mobile-nav:not(.btn-adjusted) .dl-trigger {
    top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-icons {
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) {
  .site-mobile-nav.btn-adjusted .dl-trigger {
    top: -55px;
  }
}

@media only screen and (max-width: 575px) {
  .header-right-icons .interactive-icons {
    justify-content: flex-end;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon.user-login {
    display: block;
  }
}

/* The site template doesn't reserve a large space for a header logo so we need to ensure we limit the maximum size of logos */
.header-bottom-container .logo img {
  max-width: 200px;
  max-height: 70px;
}

/* Form input styling */

.lezada-form form input[type="checkbox"] {
  display: none;
}

.lezada-form form input[type="checkbox"] + label{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  position: relative;

  margin: 0;
  padding-left: 30px;

  color: #333333;
}

.lezada-form form input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  border: 2px solid #999999;
}

.lezada-form form input[type="checkbox"] + label::after {
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;

  content: "\f00c";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;

  opacity: 0;
  color: #333333;
  background: transparent;
}

.lezada-form form input[type="checkbox"]:checked + label::before {
  border: 2px solid #333333;
}

.lezada-form form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.lezada-form .product-filter-menu input[type="text"] {
  width: 250px;
}

#price-amount {
  display: inline-block;
  width: unset;
  padding: unset;
  color: #777;
  border: unset;
}

.price-range-button {
  background: transparent;
  border: none;
}

.lezada-button {
  border-color: #8b2727;
  background-color: #8b2727;
}

.lezada-button--secondary {
  border-color: #6c757d;
  background-color: #6c757d;
}

.single-product__content {
  position: relative;

  padding-top: 25px;

  width: 100%;
}

.no-school-button {
  position: sticky;
  bottom: 30px;
}

.sticky-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
}

/* Payment Method Form Styling */

.single-method > div {
  font-size: 14px;
  line-height: 23px;
  display: none;
  margin-top: 8px;
  color: #000000;
}

.single-method .nice-select {
  font-size: 14px;
  line-height: 23px;

  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding: 10px 20px;

  color: #000000;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  background-color: initial;
}

.single-method .nice-select::after {
  right: 20px;

  width: 6px;
  height: 6px;

  border-width: 1px;
  border-color: #000000;
}

.single-method .nice-select .current {
  line-height: 23px;

  display: block;

  color: #000000;
}

.single-method .nice-select .list {
  width: 100%;
}

.single-method .nice-select:hover {
  border-color: #333;
}

.shop-variant .shop-product__block__value {
    max-width: 75%;
}

.myaccount-content form {
  margin-top:0;
}

.toggle-form {
  display:none;
}

.toggle-form td {
  padding:15px 0 0 0;
}

.nice-select .list {
  max-height: 500px;
  overflow-y: auto;
}

#homepage-hero-banner-left {
  background-position: center;
  background-size: cover;
  min-height: 600px;
  height: 100%;
}

#homepage-hero-banner-right {
  background-size: cover;
  min-height: 500px;
  height: 100%;
  background-position: center;
}

#homepage-hero-banner-content {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
}

.homepage-hero-banner-overlay {
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
}

.homepage-hero-button {
  background-color: #8b2727;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #8b2727;
  border-radius: 0;
}

.validation-invalid-label {
  font-weight: bolder;
  color: red;
}

.shopping-cart-area .error {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  color: red;
  font-weight: bolder;
}

.checkout-page-area .error .validation-invalid-label {
  margin: auto;
  margin-bottom: 20px;
  color: red;
  font-weight: bolder;
}

.checkout-apply-gift-card {
  padding: 45px;
  background-color: #f2f2f2;
}

.ui-autocomplete {
  border: 1px solid #333333;
  border-radius: 0;
}

.ui-menu-item {
  background-color: rgb(255, 255, 255);
}
.ui-menu-item:hover {
  border: 1px solid #333333;
  background-color: rgb(200, 200, 200);
}

body.rental .section-title-container p > a {
    text-decoration: underline;
}

.form-group .help-block {
  margin-top: 10px;
}

/* Search Overlay */

.search-overlay-content div.form-check {
    padding-bottom: 1rem;
}

.search-overlay-content div.row-search-type input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.3); /* FF */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3);
    font-size: 3rem;
    margin-right: .3rem;
}

.search-overlay-content div.row-search-type label {
    font-size: 2.2rem;
}

/* School search */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    div#school-autocomplete-container {
        padding-left: 0 !important;
    }
}

.single-product {
  height: 100%;
}

.single-product__image {
    padding-bottom: 20px;
}

.product-subcategory .single-product__image {
    min-height: 323px;
    padding-top: 20px;
    padding-bottom: 0;
}

.product-subcategory .single-product__content {
  position: relative;

  padding-top: 0;

  width: 100%;
}

.single-product__floating-badges {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    top: auto;

    top: 0;
    bottom: auto;
    width: 85px;
}

.single-product__floating-badges span {
    border-radius: 0 !important;
    display: inline-block;
    line-height: 20px;
    height: auto;
    margin-bottom: 9px;
    padding: .3rem 0;
    width: 100%;

    background-size: cover;
    background-position: center;
    width: 102px;
    height: 102px;
}

.single-product__floating-badges span.hot {
    background-image: url(/theme/img/badge-required.png);
    background-color: transparent;
    text-indent:-999em;
}

.single-product__floating-badges span.onsale {
    background-image:url(/theme/img/badge-preference.png);
    background-color: #ebd234;
    background-color: transparent;
    text-indent: -999em;
    color: #000;
}

.single-product__floating-badges span.directors-preference {
    line-height: 1.1;
    padding-top: 8px;
}

form.embedded {
    margin-top: 1.3rem;
}

form.embedded div.col-12 {
    padding-left: 0;
}

form.embedded div.nice-select {
    min-width: 250px;
}

/* Checkout form styling */

form.checkout-form input {
    margin-right: .2rem;
    width: auto;
}

form.checkout-form input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

form.checkout-form input[type="checkbox"] {
    display: inline-block !important;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

form.checkout-form input[type="checkbox"] + label {
    padding-left: 10px;
}

form.checkout-form input[type="checkbox"] + label::before,
form.checkout-form input[type="checkbox"] + label::after
{
    display: none !important;
}

/* Non-embedded form */
form.routed input[type="checkbox"] + label {
    padding-left: 5px;
}

form.routed .radio input[type="radio"],
form.routed .radio-inline input[type="radio"],
form.routed .checkbox input[type="checkbox"],
form.routed .checkbox-inline input[type="checkbox"]
{
    margin-left: 12px;
}

form.routed input[type="text"],
form.routed input[type="tel"],
form.routed input[type="email"]
{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form.routed div.filter-dropdown::after {
    display: block;
    clear: both;
    content: "";
}

form.routed div.nice-select {
    min-width: 250px;
}

h4.rental-subheading {
    color: #8b2727;
    font-weight: bold;
}

/* Reset checkboxes */
.lezada-form form input[type="checkbox"] + label::before {
    display: none !important;
    content: "";
}

.lezada-form form input[type="checkbox"]:checked + label::after {
    display: none !important;
    opacity: 0;
}

.lezada-form form input[type="checkbox"] + label {
    display: inline;
    padding-left: 10px !important;
}

.lezada-form form input[type="checkbox"] {
    display: inline-block;
    -ms-transform: scale(1.3); /* IE 9 */
    -moz-transform: scale(1.3); /* FF */
    -o-transform: scale(1.3); /* Opera */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

/* Interior Site Header */
.breadcrumb-title {
    max-width: 32rem;
}

.shop-product ul {
  padding: revert;
  margin: revert;
  list-style: revert;
}

.supplies-grid .single-product__image
{
    /*
    min-height: 383px;
    min-height: 313px;
    padding-bottom: 10px;
    */
}
