﻿/*Add custom styles to the skin here */
.top-navigation-wrap {
	background-color: #38AEE0;
}
.navbar-default {
	background-color: #38AEE0;
	border-color: #38AEE0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #36A5D4;
}
.navbar-default .navbar-nav > li > a {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
}
.search-form-group {
	margin-top: 11px;
}
.header-phone {
	padding-bottom: 10px;
}
.logo-wrap {
	padding-top: 15px;
}
.featured-entities .panel-heading a {
	color: rgba(0, 0, 0, 0.5);
}
.featured-entity-panel {
	box-shadow: 0px 12px 32px rgba(0,0,0,.15) !important;
}

@media (min-width: 992px) {
	h1.product-page-header {
		font-size: 22px;
	}
}
.btn-primary {
  color: #fff;
  background-color: #00d64f;
  border-color: #00d64f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #069e3e;
  border-color: #069e3e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #069e3e;
  border-color: #069e3e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #069e3e;
  border-color: #069e3e;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #069e3e;
  border-color: #069e3e;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00d64f;
  border-color: #00d64f;
}
a#js-show-cart, a#js-show-cart:focus {
	background-color: #00d64f;
}
a#js-show-cart:hover {
	background-color: #069e3e;
}
body {
	font-size: 14px;
}
.search-go {
	background-color: #E8E8E8;
	color: #797979;
}
.search-go:hover, .search-go:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #ccc;
}
a.estimate-shipping-link  {
	font-weight: bold;
	font-size: 22px;
	color: #1FA91F;
}
p.no-shipping-methods-available {
	display: none;
}
.product-page-top {
	background: #fff;
}
img.upsell-item-image {
	max-height: 5rem;
}
select#variantSelector {
	max-width: 100%;
}
h2.upsell-items-header {
	font-size: 1.75rem;
}
div.upsell-products-wrapper {
	margin: 1rem 0 2rem;
}
#collapseEntityDescription {
	padding: 1rem;
	display: block;
}
#collapseEntityDescription.collapse {
	height: 10rem !important;
	overflow: hidden;
}
#collapseEntityDescription.collapse.in {
	height: 100% !important;
	overflow: auto;
}
div#expand-entity-description-wrapper {
	max-width: 100%;
	overflow: auto;
	white-space: nowrap;
	text-wrap-mode: wrap;
}
div#button-expand-entity-description-container
{
	margin: 1rem;
	text-align: center;
	
	a[aria-expanded=false]:after {
		font-size: 14px;
		content: "↓ Learn More";
	}
	a[aria-expanded=true]:after {
		font-size: 14px;
		content: "↑ Hide";
	}
}
@media (min-width: 992px) {
	.guidedNavTwoCol .guidedNavWrapper {
		width: 35% !important;
	}
	.guidedNavTwoCol .guidedNavContents {
		width: 62% !important;
	}
}