﻿/*Store CSS*/
.sale-price {
  color: #e00600;
}
.regular-price {
  color: #eeeeee;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12.8px;
}
.in-stock-hint {
  color: #5cb85c;
}
.out-stock-hint {
  color: #e00600;
}
/*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: #e00600;
  border-bottom: solid 1px #f9cdcc;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #e00600;
}
.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: #e00600;
}
/*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: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-form-sm .form-control,
.cart-form-sm select {
  height: 43px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.cart-form-sm .form-control,
select.cart-form-sm select {
  height: 43px;
  line-height: 43px;
}
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-wrapper {
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    min-height: 500px;
  }
}
/*Logo & Header element padding*/
.logo-wrap,
.social-links,
.header-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .logo-wrap,
  .social-links,
  .header-middle {
    padding-top: 27px;
  }
}
/*Main Header - Top navigation */
.main-header {
  box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.1);
}
.top-header-bar {
  background: -webkit-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -moz-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -o-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -ms-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: linear-gradient(top, #efefef 94%, #cccccc 98%);
  font-size: 12px;
}
/*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;
  line-height: 1.5;
}
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 #ddd;
  border-top: none;
  font-size: 14px;
  padding: 18px;
  margin-bottom: 30px;
}
.tab-content {
  position: relative;
}
/*Dropdowns*/
.dropdown-menu {
  min-width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
}
.dropdown-menu .divider {
  margin: 0;
}
.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: 15px;
  font-style: italic;
  color: #777777;
}
/*Buttons*/
.btn {
  font-weight: bold;
}
/*Template Checkout/Cart Links*/
.header-right-nav {
  padding-top: 18px;
}
.top-header-left {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.header-phone-number {
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .header-phone-number {
    text-align: right;
  }
}
a.checkout-link {
  color: #ffffff;
  background-color: #13bef7;
  border-color: #13bef7;
}
.user-links > li {
  margin: 0;
}
a.user-link[disabled] {
  display: none;
}
a.user-link {
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
}
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: #13bef7;
}
a#js-show-cart,
a#js-show-cart:focus {
  background-color: #4B616F;
  color: #fff;
}
a#js-show-cart:hover {
  background-color: #364651;
}
a#js-show-wish:hover {
  background-color: #eeeeee;
}
a.checkout-link:hover,
a.checkout-link:active,
a.checkout-link:focus {
  color: #ffffff;
  background-color: #079ed0;
  border-color: #079ed0;
}
a.checkout-link {
  display: none;
}
/* Manufacturer List */
.brands-sidebar {
  background: #62d4fa;
  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: #4B616F;
}
.brands-sidebar a {
  color: #fff;
}
.nav-hint {
  background: #62d4fa;
  color: #fff;
}
.nudge-menu {
  right: 0px;
}
/*Inverse Color Classes*/
.btn-inverse {
  color: #fff;
  background-color: #4B616F;
  border-color: #4B616F;
}
.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: #13bef7;
  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 {
  font-weight: bold;
  font-size: 14px;
}
.top-account-nav > li > a {
  padding: 10px;
}
.top-account-nav .dropdown-menu {
  min-width: 125px;
  margin-top: -1px;
}
/*Theme-specific Content Styles*/
.group-header {
  color: #4B616F;
  background: #eeeeee;
  padding: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  border-top: 5px solid #4B616F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.ultra {
  font-weight: 800;
}
.login-form .group-header,
.group-header .signin-text {
  padding: 0px;
  background: transparent;
  border: None;
  box-shadow: none;
  margin: 0;
}
.home-heading {
  text-align: center;
  margin-bottom: 18px;
  padding: 18px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
/* 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;
}
/* Footer */
.footer-wrapper {
  background: #eeeeee;
  padding-top: 55px;
  padding-bottom: 100px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.footer-row ul {
  list-style-type: none;
  font-size: 12px;
  line-height: 3;
  margin-bottom: 18px;
}
.footerHeading {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 18px;
  letter-spacing: 2px;
  padding-bottom: 24px;
}
.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 {
  display: none;
}
.featured-entity-panel .panel-body {
  padding: 0;
}
.featured-item .panel-inverse .panel-heading {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #eeeeee;
  border-top: 4px solid #4B616F;
}
.featured-item .panel-inverse .panel-heading a {
  color: #4B616F;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .customer-favorites {
    padding: 32px;
    padding-top: 54px;
  }
}
picture > img {
  width: 100%;
}
/*Search*/
.search-wrapper {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fcfcfc;
  margin-right: 0px;
  height: 48px;
}
.search-wrapper .glyphicon-search {
  padding: 8px;
  border-radius: 100%;
  float: left;
  height: 47px;
  text-align: center;
  color: #666;
  padding-top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 10%;
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper .glyphicon-search {
    display: block;
  }
}
.search-static {
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .search-static {
    width: 90%;
  }
}
.search-box {
  width: 70%;
  display: inline-block;
  height: 46px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 8px 0px;
  padding-left: 12px;
  float: left;
}
@media (min-width: 992px) {
  .search-box {
    width: 80%;
  }
}
.search-box:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-go {
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border: none;
  float: right;
  max-width: 44px;
  height: 44px;
  margin: 0px;
  width: 30%;
}
@media (min-width: 992px) {
  .search-go {
    width: 20%;
  }
}
.search-static .form-control {
  border: 0px;
}
.search-static .form-group {
  margin-bottom: 0px;
}
/*Promo Blurb Classes*/
.promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 32px;
  margin-bottom: 24px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.top-promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
}
@media (min-width: 992px) {
  .top-promo-blurbs {
    padding: 32px;
  }
}
.top-promo-blurbs a {
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  background: #eeeeee;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 18px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-promo-blurbs a:hover {
  background: #13bef7;
  text-decoration: none;
  color: #fff;
}
.promo-blurbs .border-right {
  border: none;
}
@media (min-width: 992px) {
  .promo-blurbs .border-right {
    border-right: 1px solid #eeeeee;
  }
}
/*!
 * 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: 10px;
  padding-right: 10px;
}
@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: #364651;
}
.navbar-inverse .menu-list .btn-default {
  color: #364651;
}
@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. *//* Prefix v1.22 - Start */

/*all entity grid pages*/
.grid-item-name-wrap .fa-angle-right {
  margin-left: 5px;
}
.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;
}
/* hack to get firefox to display correctly */
.checkout-giftcard-serial-number {
  height: inherit;
}
.forgot-password-email {
  margin-top: 15px;
}

/* Prefix v1.22 - End */

/* BEGIN v1.26 Append */
.order-confirmation-googlepay-header {
	font-weight: bold;
}

.order-confirmation-applepay-header {
	font-weight: bold;
}

/*Apple Pay*/
apple-pay-button {
	--apple-pay-button-width: 351px;
	--apple-pay-button-height: 47px;
	--apple-pay-button-border-radius: 6px;
	--apple-pay-button-padding: 0px 0px;
	--apple-pay-button-box-sizing: border-box;
}

/*Google Pay*/
#googlepay-container {
	height: 47px;
	width: 328px;
	border-radius: 6px;
	padding: 0px 0px;
	box-sizing: border-box;
}

@media (max-width:767px) {
	.mini-cart-button-wrapper {
		padding-bottom: 7px;
	}
}

.unauthorized-iframe-warning {
	display: none;
}

.unauthorized-iframe-warning a {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

/* END v1.26 Append */
/* v1.26 SkinAppend CSS BEGIN */
.unauthorized-iframe-warning a {
	cursor: pointer;
}
/* v1.26 SkinAppend CSS END */
