﻿/*Store CSS*/
.sale-price,
.level-price {
  color: #ea0700;
}
.regular-price {
  color: #777777;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12.8px;
}
.in-stock-hint {
  color: #5cb85c;
}
.out-stock-hint {
  color: #ea0700;
}
/*Baseline margin utility class to add basline spacing to
    content and other elements
*/
.baseline-margin {
  margin-bottom: 27px;
}
.medium-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Store Alerts and Notices -- 
these should be converted to bootstrap 'alert' classes */
.notice-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.notice-success hr {
  border-top-color: #c9e2b3;
}
.notice-success .alert-link {
  color: #2b542c;
}
.notice-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notice-info hr {
  border-top-color: #a6e1ec;
}
.notice-info .alert-link {
  color: #245269;
}
.notice-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.notice-warning hr {
  border-top-color: #f7e1b5;
}
.notice-warning .alert-link {
  color: #66512c;
}
.notice-failure {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.notice-failure hr {
  border-top-color: #e4b9c0;
}
.notice-failure .alert-link {
  color: #843534;
}
.field-validation-error {
  color: #a94442;
}
/*Checkout Highlights*/
.checkout-header,
.order-header {
  border-bottom: solid 1px #eeeeee;
}
.block-success .checkout-header {
  color: #5cb85c;
  border-bottom: solid 1px #def1de;
}
.block-danger .checkout-header {
  color: #ea0700;
  border-bottom: solid 1px #fbcdcc;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #ea0700;
}
.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
  content: "\f00c";
  /* fa-check */
  color: #5cb85c;
}
.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
  content: "\f00d";
  /* fa-times */
  color: #ea0700;
}
/*Add to cart form margins*/
.add-to-cart-group .form-control,
.add-to-cart-group select,
.add-to-cart-group .btn {
  margin-bottom: 8px;
}
/*Small add to cart form for product listings and varaint listings*/
.cart-form-sm .btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-form-sm .form-control,
.cart-form-sm select {
  height: 39px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.cart-form-sm .form-control,
select.cart-form-sm select {
  height: 39px;
  line-height: 39px;
}
textarea.cart-form-sm .form-control,
textarea.cart-form-sm select,
select[multiple].cart-form-sm .form-control,
select[multiple].cart-form-sm select {
  height: auto;
}
.cart-form-sm .quantity-field {
  width: 45px;
}
.cart-form-sm label[for="Quantity"] {
  display: none;
}
.variant-info-wrap {
  border-top: 0px;
  padding-top: inherit;
  margin-top: inherit;
}
/*product.variants-in-list.xml.config*/
.variant-image-wrap img {
  width: 100%;
  max-width: 80px;
}
/*entity.responsivegrid.xml.config*/
.sub-entity-main-wrapper .panel {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.sub-entity-main-wrapper .panel .fa-angle-right {
  float: right;
}
@media (min-width: 992px) {
  .sub-entity-main-wrapper .panel {
    margin-bottom: 15px;
    text-align: center;
  }
  .sub-entity-main-wrapper .panel .fa-angle-right {
    display: none;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*Set min-height for dynamic content area*/
.main-content {
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .main-content {
    min-height: 500px;
  }
}
/*Logo & Header element padding*/
.logo-center,
.social-links {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .logo-center,
  .social-links {
    padding-top: 27px;
  }
}
/*Remove margin-top, rely on baseline margin
     values for vertical rhythm*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
}
h1.product-page-header {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1.product-page-header {
    font-size: 32px;
  }
}
h1.entity-page-header {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1.entity-page-header {
    font-size: 41px;
  }
}
/*Product Cells*/
.grid-item {
  text-align: center;
}
.grid-item-price-wrap {
  font-weight: bold;
  padding-top: 4px;
}
/*Product XmlPackages*/
.variant-name-wrap {
  font-size: 14px;
  margin: 0;
}
.product-page .product-info-wrap .price-wrap {
  margin-top: 0;
  margin-bottom: 15px;
}
.product-page .price-wrap {
  font-weight: bold;
}
.rating-stars {
  display: inline-block;
  width: 78px;
  position: relative;
  top: 5px;
}
a.rating-link,
.rating-link {
  display: inline-block;
  padding-right: 3px;
}
/*Tabs*/
.tab-content > .tab-pane {
  background: #fff;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 18px;
  margin-bottom: 30px;
}
.tab-content {
  position: relative;
}
/*Dropdowns*/
.dropdown-menu {
  min-width: 220px;
  padding: 0px 0;
  border: 1px solid #fff;
}
.dropdown-menu .divider {
  margin: 0px 0px 0px 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
/*Breadcrumb*/
.breadcrumb {
  font-size: 12px;
  margin-bottom: 0;
}
/*Buttons*/
.btn {
  font-weight: bold;
}
/*Template Checkout/Cart Links*/
.cart-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}
a.checkout-link {
  color: #ffffff;
  background-color: #61dcd5;
  border-color: #61dcd5;
}
.user-links > li {
  margin: 0;
}
a.user-link[disabled], a.user-link[aria-disabled] {
  display: none;
}
a.user-link {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
a#js-header-checkout-link.user-link[disabled] {
  display: none;
}
.checkout-link,
#js-show-cart {
  text-align: center;
}
a#js-show-wish,
a#js-show-wish:focus {
  color: #61dcd5;
}
a#js-show-cart,
a#js-show-cart:focus {
  background-color: #61dcd5;
  color: #fff;
}
a#js-show-cart:hover {
  background-color: #37d3ca;
}
a#js-show-wish:hover {
  background-color: #eeeeee;
}
a.checkout-link:hover,
a.checkout-link:active,
a.checkout-link:focus {
  color: #ffffff;
  background-color: #37d3ca;
  border-color: #37d3ca;
}
a.checkout-link {
  display: none;
}
/* Manufacturer List */
.brands-sidebar {
  background: #96e8e3;
  width: 34px;
  right: 0px;
  padding: 8px 6px;
  font-size: 10px;
  position: fixed;
  right: -34px;
  top: 1%;
  top: 244px;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brandNavLink {
  display: block;
  padding-bottom: 10px;
}
.brand-section-wrapper {
  margin-bottom: 32px;
  padding-right: 32px;
  min-height: 100px;
}
.brand-list-heading {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  color: #61dcd5;
}
.brands-sidebar a {
  color: #fff;
}
.nav-hint {
  background: #96e8e3;
  color: #fff;
}
.nudge-menu {
  right: 0px;
}
/*Inverse Color Classes*/
.btn-inverse {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.text-inverse {
  color: #fff;
}
.text-inverse a {
  color: #fff;
}
.text-inverse a:hover {
  color: #fff;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.panel-inverse .panel-heading {
  background: #61dcd5;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: bold;
}
.panel-inverse .panel-heading a {
  color: #fff;
}
/*Navbar*/
.navbar {
  margin: 0;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
/*Theme-specific Content Styles*/
.group-header {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 12px 0px;
  padding: 10px 16px;
  color: #333333;
  background: #eeeeee;
  text-transform: uppercase;
}
.signin-text.group-header {
  padding: 0px;
  background: transparent;
}
.home-heading {
  text-align: center;
  font-size: 32px;
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 18px;
}
.header-promotion {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  background: url(../images/hashmarks.png) no-repeat top left;
  padding-left: 34px;
  font-size: 13px;
}
/* Fix some common problems with set widths in admin entered data*/
.responsive-content-fix img,
.responsive-content-fix div,
.responsive-content-fix table,
.responsive-content-fix p {
  max-width: 100%;
}
.responsive-content-fix {
  max-width: 100%;
  overflow: auto;
}
.billboard-image {
  margin-top: -30px;
}
.big-quote {
  font-size: 75px;
  line-height: 100px;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #777777;
  text-align: center;
  margin: 100px auto 70px auto;
  max-width: 850px;
}
.left-quote:before {
  font-family: 'Playfair Display', Georgia, serif;
  content: "\201C";
}
.right-quote:before {
  font-family: 'Playfair Display', Georgia, serif;
  content: "\201D";
}
.big-quote em {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8be5e0;
  font-style: normal;
}
/* Footer */
.footer-wrapper ul {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 18px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
}
.footerHeading {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.footer-wrapper {
  background: #efefef;
  background: -webkit-linear-gradient(left top, #efefef 4%, #ffffff 95%);
  background: -moz-linear-gradient(left top, #efefef 4%, #ffffff 95%);
  background: -o-linear-gradient(left top, #efefef 4%, #ffffff 95%);
  background: -ms-linear-gradient(left top, #efefef 4%, #ffffff 95%);
  background: -linear-gradient(left top, #efefef 4%, #ffffff 95%);
  padding-top: 45px;
  padding-bottom: 100px;
}
.copyright {
  font-size: 11px;
  padding-top: 50px;
  font-style: italic;
}
.live-chat-wrapper {
  position: relative;
}
.live-chat {
  position: fixed;
  bottom: 0px;
  right: 20px;
}
/*Featured Entities*/
.brandbar .featured-entity-name-wrap,
.brandbar .featured-entities-shop-now {
  display: none;
}
.featured-entities-shop-now {
  display: none;
}
/*Search Bar*/
.search-go {
  float: right;
  width: 20%;
  padding: 15px 0;
  box-shadow: none;
  border: none;
  font-weight: 600;
  height: 57px;
}
.hider {
  display: none;
}
.blowout .glyphicon-search {
  padding-top: 9px;
}
.search-toggle .glyphicon-search {
  display: none;
}
.navbar-form .form-control.search-box {
  float: left;
  margin: 0;
  width: 80%;
}
.address-collapse-link:focus {
  text-decoration: none;
  color: #809CDC;
}
.address-collapse-link:hover {
  color: #809CDC;
}
/* Credit card secure form styles */
.secured-form {
  background-color: #eeeeee;
  border: solid 1px #aaa;
  border-radius: 4px;
}
.credit-card-secured-form {
  max-width: 424px;
}
.braintree-secured-form {
  max-width: 424px;
}
.sagepaypi-secured-form {
  max-width: 424px;
}
.credit-card-page {
  padding: 15px;
}
.sage-pay-pi-credit-card-page {
  padding: 15px;
}
.braintree-credit-card-page {
  padding: 15px;
}
.order-confirmation-receipt-button {
  margin: 7px;
}
.order-confirmation-shipping-address-header {
  font-weight: bold;
}
.order-confirmation-billing-address-header {
  font-weight: bold;
}
.order-confirmation-shipping-method-header {
  font-weight: bold;
}
.collapsed-address-field {
  margin-bottom: 15px;
}
.order-confirmation-billing-address {
  display: inline-block;
  width: 250px;
  margin: 15px;
  vertical-align: top;
}
.order-confirmation-shipping-address {
  display: inline-block;
  width: 250px;
  margin: 15px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .search-toggle {
    padding: 12px;
    border-radius: 100%;
    background: #f4f4f4;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: right;
    position: absolute;
    right: 12px;
    top: 13px;
  }
  .search-toggle .glyphicon-search {
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
  }
  .slidey-search {
    display: none;
  }
  .search-full {
    width: 90%;
    display: inline-block;
  }
  .search-go {
    background-color: transparent;
    height: 32px;
    padding: 0;
  }
  .search-go:hover {
    background: transparent;
    color: #61dcd5;
  }
  .navbar-form .form-group {
    display: block;
  }
  .navbar-form .form-control.search-box {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 78%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
  }
  .blowout {
    width: 270px;
    border-radius: 24px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    padding: 3px 16px;
    padding-right: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list {
  padding: 0px 15px;
}
.menu-list li {
  list-style-type: none;
  font-weight: normal;
  font-size: 13px;
}
.menu-list li:hover {
  background-color: #f5f5f5;
}
.menu-list a {
  padding: 10px;
  display: block;
}
.menu-list a:hover {
  text-decoration: none;
  color: #262626;
}
.menu-list .btn-sm {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .menu-list .btn-sm {
    text-align: right;
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  .menu-list {
    min-width: 250px;
    line-height: 22px;
  }
}
/*SET links and hover states if navbar background is inverse or dark*/
.navbar-inverse .menu-list a {
  color: #fff;
}
.navbar-inverse .menu-list a:hover {
  color: #fff;
}
.navbar-inverse .menu-list li:hover {
  background-color: #5e5e5e;
}
.navbar-inverse .menu-list .btn-default {
  color: #5e5e5e;
}
@media (min-width: 768px) {
  .navbar-inverse .menu-list a {
    color: #333333;
  }
  .navbar-inverse .menu-list a:hover {
    color: #666666;
  }
  .navbar-inverse .menu-list li:hover {
    background: #f5f5f5;
  }
}
/*Menu Widths at Different Viewports*/
@media (min-width: 768px) {
  .two-column-menu {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .two-column-menu {
    width: 700px;
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .three-column-menu {
    width: 394px;
  }
}
@media (min-width: 1200px) {
  .three-column-menu {
    width: 950px;
    padding: 18px;
  }
}
.menu-heading {
  font-weight: bold;
}
.menu-section {
  padding-bottom: 8px;
}
.ymm-content .row {
  margin: 0px;
}
@media (min-width: 768px) {
  .ymm-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm-content {
    padding: 18px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/* For styles unique to a particular vertical. */

.checkout-location-pickup-message {
	font-size: 0.85em;
}
.rental-location-pickup-label {
	font-weight: bold;
}
/* BEGIN 1.31 themestyles.css (vertical-custom.css -full) */
/*Tritech Specific Styles*/
.rental-selection-wrapper {
  position: relative;
}
.rental-selection-wrapper .fa-spinner {
  position: absolute;
  right: 34px;
  top: 40px;
  color: #265680;
}
.spinner-loader {
  display: none;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 32px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button.disabled,
fieldset[disabled] a.button {
  pointer-events: none;
}
.rent-instrument-button {
  color: #fff;
  background-color: #265680;
  border-color: #20496c;
}
.rent-instrument-button:focus,
.rent-instrument-button.focus {
  color: #fff;
  background-color: #1a3c59;
  border-color: #03070a;
}
.rent-instrument-button:hover {
  color: #fff;
  background-color: #1a3c59;
  border-color: #12293d;
}
.rent-instrument-button:active,
.rent-instrument-button.active,
.open > .dropdown-toggle.rent-instrument-button {
  color: #fff;
  background-color: #1a3c59;
  background-image: none;
  border-color: #12293d;
}
.rent-instrument-button:active:hover,
.rent-instrument-button.active:hover,
.open > .dropdown-toggle.rent-instrument-button:hover,
.rent-instrument-button:active:focus,
.rent-instrument-button.active:focus,
.open > .dropdown-toggle.rent-instrument-button:focus,
.rent-instrument-button:active.focus,
.rent-instrument-button.active.focus,
.open > .dropdown-toggle.rent-instrument-button.focus {
  color: #fff;
  background-color: #12293d;
  border-color: #03070a;
}
.rent-instrument-button.disabled:hover,
.rent-instrument-button[disabled]:hover,
fieldset[disabled] .rent-instrument-button:hover,
.rent-instrument-button.disabled:focus,
.rent-instrument-button[disabled]:focus,
fieldset[disabled] .rent-instrument-button:focus,
.rent-instrument-button.disabled.focus,
.rent-instrument-button[disabled].focus,
fieldset[disabled] .rent-instrument-button.focus {
  background-color: #265680;
  border-color: #20496c;
}
.rent-instrument-button .badge {
  color: #265680;
  background-color: #fff;
}
.rental-form-control input[type='text'] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.rental-form-control input[type='text']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rental-form-control input[type='text']::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.rental-form-control input[type='text']:-ms-input-placeholder {
  color: #767676;
}
.rental-form-control input[type='text']::-webkit-input-placeholder {
  color: #767676;
}
.rental-form-control input[type='text']::-ms-expand {
  border: 0;
  background-color: transparent;
}
.rental-form-control input[type='text'][disabled],
.rental-form-control input[type='text'][readonly],
fieldset[disabled] .rental-form-control input[type='text'] {
  background-color: #eeeeee;
  opacity: 1;
}
.rental-form-control input[type='text'][disabled],
fieldset[disabled] .rental-form-control input[type='text'] {
  cursor: not-allowed;
}
textarea.rental-form-control input[type='text'] {
  height: auto;
}
#PlanCode {
  width: 80%;
  display: inline;
  vertical-align: middle;
}
.inventory-by-location-topic-wrap {
  border: solid 1px #ddd;
  background: #fff;
  padding: 1rem;
  font-size: 0.9rem;
  margin: 0 1rem;
}
.inventory-by-location-topic-wrap:first-child {
  margin-left: 0;
}
.inventory-by-location-topic-wrap:last-child {
  margin-right: 0;
}
.edition-inventory-by-location-in-stock {
  color: green;
  font-weight: bold;
}
.edition-inventory-by-location-out-of-stock {
  color: #663;
  font-weight: bold;
}
.edition-inventory-by-location-name {
  font-size: 16px;
}
.list-item-mpn-wrap {
  margin-bottom: 5px;
}
.product-fullsku,
.product-sku,
.product-mpn {
  margin-bottom: 5px;
}
.product-manufacturerpartnumber {
  margin-bottom: 5px;
}
a.thumbnailLink {
  text-decoration: none;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  height: 150px;
}
.thumbnail > img {
  max-height: 75px;
}
.thumbnail:hover,
.thumbnail:focus,
.thumbnail:active {
  border-color: #00693C;
}
.thumbnail .caption {
  text-align: center;
}
.manage-creditcard-list {
  margin: 25px 0 25px 0;
}
.manage-creditcard-form {
  margin: 25px 0 25px 0;
}
.manage-creditcard-list-td-radio {
  text-align: center;
}
.manage-creditcard-edit-icon {
  font-size: 21px;
}
.sign-button-separator {
  padding: 0 25px 0 25px;
}
.sub-entity-in-list {
  width: 25%;
  margin-bottom: 16px;
}
#modal-reservation-details h4,
#modal-reservation-details p {
  text-align: center;
}
#modal-reservation-details .reservation-calendar {
  display: inline-block;
}
#modal-reservation-details .row > * {
  text-align: center;
}
#modal-reservation-details .reservation-input {
  display: none;
}
#repairs-wrapper h2 {
  padding: 0;
  margin: 0;
}
#repairs-wrapper header {
  margin-bottom: 3rem;
}
#repairs-wrapper img {
  margin-bottom: 2rem;
}
#repairs-wrapper #repairs-submit {
  width: 100%;
}
#repairs-serial-modal header {
  margin-bottom: 1rem;
}
.pointer {
  cursor: pointer;
}
#email-me-modal h3 {
  margin-bottom: 0;
}
#email-me-modal .body-header {
  margin-bottom: 2rem;
}
#email-me-modal .modal-body {
  padding: 0 5rem 5rem;
}
#email-me-modal .image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
#email-me-modal .notes-text {
  resize: none;
}
.checkout-location-pickup-message {
  font-size: 0.85em;
}
.rental-location-pickup-label {
  font-weight: bold;
}
.aec2brequest-submit {
  text-align: center;
}
.aec2brequest-form {
  margin: 1em 0 1em 0;
}
.aec2brequest-fields {
  margin: 1em 0 1em 0;
}
/*Serialzed Product Display*/
.product-info-section {
  text-align: center;
  margin-bottom: 3rem;
}
.product-page-top-section {
  margin-bottom: 3rem;
}
.serialized-product-page .parent-variantid-selectors {
  margin-bottom: 9px;
}
.serialized-product-page .section-heading {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d5d5d5;
  line-height: 0.1em;
  margin: 1rem 0 3rem;
}
.serialized-product-page .section-heading span {
  background: #fff;
  padding: 0 1rem;
}
.serialized-product-page .rating-header {
  overflow: hidden;
  border-bottom: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.serialized-product-page .rating-header:before,
.serialized-product-page .rating-header:after {
  background-color: #d5d5d5;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.serialized-product-page .rating-header:before {
  right: 0.5em;
  margin-left: -50%;
}
.serialized-product-page .rating-header:after {
  left: 0.5em;
  margin-right: -50%;
}
.serialized-product-page .product-summary-wrap,
.serialized-product-page #Reviews {
  margin-bottom: 3rem;
}
.serialized-product-page .variant-info {
  margin-bottom: 3rem;
}
.serialized-product-page .variant-info .condition-flag {
  display: none;
}
.serialized-product-page .variant-info .section-heading {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.serialized-product-page .variant-info .section-heading span {
  background-color: #eeeeee;
}
.serialized-product-page .medium-image-wrap {
  min-height: 250px;
  margin-bottom: 0;
}
.serialized-product-page .product-heading {
  font-weight: bold;
}
.serialized-product-page .grid-item-inner {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.3rem;
  width: 100%;
}
.serialized-product-page .price-wrap {
  font-size: 1.3rem;
}
.serialized-product-page .price-wrap span {
  display: none;
}
.serialized-product-page #defaultProduct {
  display: none;
}
.serialized-product-page .product-top-page-section {
  padding: 3rem 0;
}
.serialized-product-page.is-serial .default-sku {
  display: none;
}
.serialized-product-page.is-serial .product-page-header {
  display: none;
}
.serialized-product-page.is-serial .product-section-anchors {
  display: none;
}
.serialized-product-page.is-serial .product-page-top-section {
  background: #eeeeee;
  padding: 3rem;
}
.condition-flag {
  position: relative;
}
.condition-flag span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.condition-flag span.used {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.condition-flag span.new {
  background-color: rgba(38, 86, 128, 0.8);
  color: #fff;
}
.product-section-anchors {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 3rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem;
}
.product-section-anchors .section-anchor img {
  width: 25px;
}
.inventory-by-location-wrap {
  display: flex;
}
.variant-row {
  justify-content: flex-start;
  display: flex;
}
.variant-row .variant-grid-item {
  display: flex;
  align-items: stretch;
  width: 20%;
  margin: 0 1rem;
}
.variant-row .variant-image-wrap a {
  margin: 0 auto;
}
.variant-row .variant-image-wrap img {
  max-width: unset;
  margin: 0 auto;
  align-self: center;
  max-width: 240px;
}
.variant-row .grid-item-image-wrap {
  display: flex;
  min-height: 150px;
  justify-content: space-around;
  align-items: center;
}
#ae-gift-card-check-balance-button {
  width: 100%;
}
.ae-gift-card-spacer {
  margin-bottom: 10px;
}
.form-control.ae-gift-card-spacer {
  margin-bottom: 10px;
}
.serialized-product-micro-alternate-image {
  padding: 0 4px 0 4px;
}
.reservation-details {
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
.off,
.btn.off {
  display: none;
}
.choose-payment-method-button {
  text-align: center;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ae-approve-estimate-credit-card-modal-body,
.ae-approve-estimate-credit-card-modal-footer {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
.ae-approve-estimate-credit-card-form-label {
  text-align: center;
  font-weight: bold;
}
/* END 1.31 themestyles.css (vertical-custom.css -full) */
/* BEGIN AIMStorefront 1.36, themestyles.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.admin-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 85px;
  left: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  opacity: 0.9;
  text-transform: none;
  border: 0;
  border-radius: 24px;
  background-color: #bce8f1;
  transition: all 0.3s ease;
  text-decoration: none;
}
.admin-link:hover {
  text-decoration: none;
  background-color: #9edeeb;
}
.admin-link:hover span {
  transform: rotate(70deg);
}
.paypal-payment-methods {
  padding: 7px;
}
#ae-gift-card-check-balance-button {
  width: 100%;
  font-size: 14px;
}
#ae-gift-card-checkbox-label {
  display: inline;
}
#AeGiftCardUseFullBalance {
  margin-top: 30px;
}
.account-contracts-table-invoice-link a {
  font-weight: bolder;
}
.account-contracts-table-invoice-plain {
  font-weight: lighter;
}
/* END AIMStorefront 1.36, themestyles.css */
/* AIMStorefront v1.38 - Start */
/*all entity grid pages*/
.grid-item-name-wrap .fa-angle-right {
  margin-left: 5px;
}
/* hack to get firefox to display correctly */
.checkout-giftcard-serial-number {
  height: inherit;
}
.forgot-password-email {
  margin-top: 15px;
}
.fa-calendar.input-group-addon.location-pickup-calendar {
  display: table-cell;
}
.fa-calendar.input-group-addon.local-delivery-calendar {
  display: table-cell;
}
/* AIMStorefront v1.38 - End */
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(118, 118, 118, 0.3);
  z-index: 990;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 991;
}
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 992;
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
  border-width: 10px;
  z-index: 993;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Append v1.44 BEGIN */
.pre-tag-rental-page-info {
  background-color: white;
  border: none;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: initial;
  font-size: 16px;
}
.ae-rnt-payments-table tr td {
  padding: 5px;
}
.ae-rnt-payments-table tr td:first-child {
  padding-left: 0;
}
/* Append v1.44 END */
