html {
	height: auto !important;
}
.ccm-ui input, .ccm-ui textarea, .ccm-ui select, .ccm-ui .uneditable-input {
	height: 34px;
}
body {
	position: static !important;
	min-height: 0 !important;
	top: auto !important;
	font-size: 15px;
	color: #555;
}
body > iframe {
	display: none;
}
.outside-c5 h1 {
	font-weight: 300;
	font-size: 44px;
}
.outside-c5 h2 {
	font-size: 30px;
	color: #222;
}
.outside-c5 h3, .box-top h2 {
	font-size: 22px;
	color: #222;
	font-weight: 300;
	text-transform: uppercase;
}
.outside-c5 h4 {
	font-size: 18px;
	color: #222;
}
.main-content a, .page-wrapper a {
	color: #E21C23;
}

.panel-wrapper h1, .panel-wrapper h2 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 10px;
}
.panel-wrapper h3 {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: none;
}

.btn-primary, .btn-default {
	border-color: #8e8c80;
	color: #fff !important;
	background-color: #8e8c80;
	background-image: -moz-linear-gradient(top, #848275, #8e8c80);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848275), to(#8e8c80));
	background-image: -webkit-linear-gradient(top, #848275, #8e8c80);
	background-image: -o-linear-gradient(top, #848275, #8e8c80);
	background-image: linear-gradient(to bottom, #848275, #8e8c80);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848275', endColorstr='#ff8e8c80', GradientType=0);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
	border-color: #8e8c80;
}
.btn-default {
	border: 1px solid #ddd;
}
label {
	font-weight: bold;
}

/* New Navigation */
.top-links .nav {
	float: right;
	font-size: 13px;
}
.top-links a {
	color: #333;
}
.top-links a:hover {
	color: #777;
}
.top-header {
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(left, #feffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #feffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #feffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	z-index: 2;
	position: relative;
}
.bg-light {
	background-color: #fff !important;
	border-bottom: 1px solid #f5f5f5;
}
.navbar-light .navbar-nav .nav-link {
	color: #555;
	font-size: 18px;
	margin-right: 15px;
}
.navbar-brand {
	margin-right: 30px;
}
.navbar-light .navbar-nav .btn {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.main-search {
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
}
.dropdown-item {
	color: #666;
	font-size: 90%;
}
.navbar-collapse.show {
	border-top: 1px solid #ced4da;
	margin-top: 20px;
	padding-top: 15px;
}


/* Page banner */
.main-wrapper {
	min-height: 200px;
	z-index: -1;
	position: relative;
}
.page-banner {
	background-color: #666;
	min-height: 350px;
	padding-top: 140px;
	/*background-image: url(../images/page-banner.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}
.page-banner h1 {
	color: #fff;
	font-size: 44px;
}
.featured-products {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #eeeeee;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Home CTA */
.home-cta-block {
	background-color: #222;
	min-height: 220px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	padding-top: 160px;
	font-size: 24px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}
.home-cta-block a {
	color: #fff;
}
.home-cta-block.kitchen {
	background-image: url(../images/kitchen.jpg);
}
.home-cta-block.outdoors {
	background-image: url(../images/knife.jpg);
}
.home-cta-block.shop {
	background-image: url(../images/shop.jpg);
}


/* Footer */
footer {
	background-color: #f5f5f5;
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 14px;
	margin-top: 40px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	margin: 0;
	padding: 0;
}

footer ul li a {
	padding: 3px;
	text-decoration: none;
	color: #848275 !important;
}
footer .copyright {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding-top: 20px;
	color: #333333;
	text-align: center;
}
footer .copyright img {
	max-width: 140px;
}

/* Home Columns */
.home-col h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.home-col h2:after {
	content: ' ';
    display: block;
    border: 2px solid #E21C23;
    width: 90px;
    margin-top: 20px;
}

/* Generic Pages */
.generic-page {
	color: #fff;
	background-color: #7E7C70;
	min-height: 350px;
    padding-top: 140px;
	margin-bottom: 20px;
	background-image: url(../images/page-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.blank-page {
	color: #fff;
	background-color: #7E7C70;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.blank-page h1 {
	font-size: 36px;
}
.box-top {
	margin-bottom: 15px;
}
.page-wrapper {
	/*border: 1px solid #eeeeee;
	padding: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}


/* Category pages */
.cat-sidebar {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.10);
	margin-top: -45px;
}
.card-header h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.cat-sidebar .nav-item {
	border-bottom: 1px solid #eeeeee;
	padding-left: 5px;
}
.cat-sidebar .nav-item .dropdown-item {
	padding-left: 5px;
	padding-right: 5px;
}
.cat-main h1, .cat-main h2, h2.title {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-weight: 300;
}
.sort_box {
	display: block;
	height: 45px;
}

/* Product Detail */
.prod-detail .ccm-input-submit {
	background: #E21C23;
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
}
.prod-detail h1 {
	font-size: 24px;
}
.product-detail h2 {
	font-size: 21px;
}
@media only screen and (min-width: 1140px) {
	.prod-detail .ccm-core-commerce-add-to-cart-image {
		margin-top: -115px;
	}
}
.ccm-core-commerce-add-to-cart-image img {
	max-width: 100%;
}

/* Concrete5 fixes */
.ui-dialog {
	z-index: 2000;
}

/* Blog */
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
	padding: 0 !important;
}
.content-sbBlog-post {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 !important;
}
.content-sbBlog-post:hover {
	background-color: #f7f7f7;
}
.lined li {
	border-bottom: 1px solid #eeeeee;
	padding-left: 5px;
}
.lined li a {
	padding-left: 5px;
	padding-right: 5px;
}

/* Hack to add Bootstrap 3 pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ccm-input-text {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .ccm-input-text {
    transition: none;
  }
}

.ccm-input-text::-ms-expand {
  background-color: transparent;
  border: 0;
}

.ccm-input-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ccm-input-text::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.ccm-input-text::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.ccm-input-text:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.ccm-input-text::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.ccm-input-text::placeholder {
  color: #6c757d;
  opacity: 1;
}

.control-group .ccm-required {
	display: none;
}

.outside-c5 ul.checkout-steps {
	display: none;
}




