﻿/*
-------------------
06_DEFAULT
-------------------
*/
/* Featured Categories */

.feat_cats {
	display: flex;
	margin: 20px 0;
	justify-content: center;
	text-align: center;
}

.feat_cat {
	flex: 1;
	max-width: 290px;
	margin: 0 4px;
}

.feat_cat a {
	width: 100%;
}

.feat_cat a img {
	width: 100%;
}

.button.feat_button {
	margin-left: 0;
	margin-right: 0;
}

.btn.feat_cat_btns {
	margin: 15px auto;
	padding: 7px 7.7%;
	background-color: #fff;
	color: #174195;
	font-size: 13.25px;
	width: 70%;
}

/*.btn.feat_cat_btns:hover {
	background-color: #174195;
	color: #fff;
}*/

/* Newsletter Signup */

.default_email_signup {
	height: 116px;
	width: 1190px;
	background: url("/img/bgs/email_signup.png");
	background-size: cover;
	clear: both;
}

.default_email_signup_left {
	float: left;
	position: relative;
	width: 50%;
	top: 50%;
	left: 14.5%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6rem;
	text-align: left;
}

.default_email_signup_left strong {
	display: block;
}

.emailsignup_form {
	float: right;
	position: relative;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.emailsignup_form .email_entry {
	display: inline;
	height: 44px;
	width: 350px;
	padding: 0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #174195;
	font-size: 14px;
	text-align: center;
}

.input_submit {
	display: inline;
}

.input_field {
	display: inline;
}

.featured_title {
	display: block;
	width: 100%;
	margin: 60px auto 0;
	font-size: 30px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
}

.featured_title::before,
.featured_title::after {
	display: inline-block;
	width: 37%;
	margin: 0 1rem;
	content: "";
	border-top: 2px solid #e5e5e5;
	transform: translateY(-0.5rem);
}

/* if you are using the CategoryDefault control */

#featured {
	width: 100%;
	padding: 20px 0 0 10px;
}

#default_page .product_image img {
	max-height: 220px;
}

#grid .product-info {
	margin-top: 10px;
}

#featured h3 {
	height: 48px;
	margin: 5px auto 30px;
	padding: 0 30px;
	font-size: 1rem;
	line-height: 1;
}

#featured h3 a {
	color: #174195;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

#default_page .product_sale_icon {
	width: 50px;
	margin-top: -332px;
	margin-left: 109px;
}

#default_page .product_sale_icon img {
	height: auto;
	width: 100%;
}

header#header {
	z-index: 2000;
	min-width: 1200px;
	left: 0px;
}