body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}


/* Store Payment Method Image Classes */

.main-content-wrapper {
	padding: 0px 0px 45px 0px;
}

.cardname {
	display: inline-block;
	margin-right: 4px;
	min-height: 32px;
	width: 51px;
}

.visa {
	background: url(images/visa.png) no-repeat top left;
}

.mastercard {
	background: url(images/mastercard.png) no-repeat top left;
}

.amex {
	background: url(images/amex.png) no-repeat top left;
}

.discover {
	background: url(images/discover.png) no-repeat top left;
}

.paypal {
	background: url(images/paypal.png) no-repeat top left;
}

.amazon {
	background: url(images/amazon.png) no-repeat top left;
}

.cards-accepted {
	padding-top: 12px;
}

.footer-wrapper {
	background: rgba(0,0,0,.05);
	padding-top: 55px;
	padding-bottom: 100px;
}

.footer-row ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 48px;
}

.footerHeading {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 24px;
	letter-spacing: 2px;
	padding-bottom: 13px;
	border-top: 3px solid rgba(0,0,0,.1);
}

.top-header-bar {
	background: rgba(0,0,0,.05);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .05) 88%, rgba(0, 0, 0, .1) 99%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 88%, rgba(0, 0, 0, .1) 99%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .05) 88%, rgba(0, 0, 0, .1) 99%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .05) 88%, rgba(0, 0, 0, .1) 99%);
	background: linear-gradient(top, rgba(0, 0, 0, .05) 88%, rgba(0, 0, 0, .1) 99%);
	font-size: 12px;
}

.login-links {
	float: left;
}

	.login-links a {
		padding: 12px 15px;
		display: block;
	}

		.login-links a:hover {
			background-color: #eeeeee;
			text-decoration: none;
		}

.simple-cart {
	float: right;
	padding: 4px 0px;
}

.cart-item-number {
}

.top-header-right {
	text-align: center;
}

.top-header-left {
	text-align: center;
}

.menu-item-more {
	background: rgba(0,0,0,.01);
}

a.logo {
	font-weight: 900;
	font-size: 55px;
	font-style: italic;
	color: #000;
}

	a.logo:hover {
		text-decoration: none;
	}

.product-info-wrap .price-wrap {
	/* font-size: 37px; */
	/* line-height: 87px; */
	/* font-weight: 900; */
	/* font-style: italic; */
}

.product-summary {
	margin-bottom: 24px;
}

.search {
	float: left;
	width: 40px;
	height: 40px;
}

.slick-search {
	position: relative;
	z-index: 1010;
}

.search-toggle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 44px;
	margin-right: 8px;
	margin-top: 4px;
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.toggle-frame {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
	border-radius: 24px;
	background: #fcfcfc;
	margin-right: 0px;
	width: 290px;
	height: 44px;
	overflow: hidden;
}

.search-toggle .glyphicon-search {
	cursor: pointer;
	padding: 8px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
	border-radius: 100%;
	display: block;
	width: 40px;
	color: #fff;
	height: 40px;
	text-align: center;
	padding-top: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	float: left;
	background: rgba(255,255,255,.1);
}

	.search-toggle .glyphicon-search:hover {
		background: rgba(0,0,0, .02);
	}

.toggle-frame .glyphicon-search {
	background: rgba(0,0,0,.1);
}

.search-wrapper {
	width: 0px;
	height: 44px;
	overflow: hidden;
	float: left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-pop {
	width: 247px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-box {
	width: 0px;
	height: 43px;
	float: left;
	border: none;
	background: transparent;
	box-shadow: none;
}

.search-pop .search-box {
	width: 205px;
}

.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,.2);
	padding: 8px;
	border: none;
	float: left;
	width: 40px;
	height: 40px;
}

.quantity-box {
	width: 40px;
	text-align: center;
}

.contact-us-page {
	max-width: 500px;
}

.logo-wrap {
	text-align: center;
}

.header-cart {
	float: right;
}

.top-account-nav {
	text-align: left;
	float: left;
}

	.top-account-nav > li > a {
		padding: 11px 5px;
	}

.popcart {
	display: inline-block;
}

.cart-account {
	float: right;
	width: 153px;
}

.cart-item-number {
	display: inline-block;
	padding: 0px 8px;
}

.popcart-dropdown {
	background: rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
	border-radius: 18px;
	padding: 8px 10px;
	padding-right: 38px;
	padding-left: 16px;
}

.pop-cart-menu {
	left: inherit;
	right: 0px;
	text-align: center;
}

.cart-items {
	padding: 0px 4px;
	font-size: 13px;
}

.popcart-dropdown .caret-wrapper {
	color: #fff;
	background: rgba(0,0,0,.15);
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 7px;
	padding-right: 11px;
	width: 30px;
	height: 34px;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	cursor: pointer;
}

.dropdown-menu > li > a.checkout-button {
	color: #fff;
}

	.dropdown-menu > li > a.checkout-button:hover {
		background: #2a6496;
	}

.cart-item-number, .cart-subtotal {
	display: inline-block;
	padding: 8px 0px;
}

.cart-subtotal {
	margin-left: 8px;
}

	.cart-subtotal:before {
		content: '-';
		padding-right: 8px;
	}

.topnav {
	position: relative;
}

.product-image-wrap {
	margin-bottom: 24px;
}

.tab-content {
	padding: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.main-banner-bg {
}

.main-heading {
	font-size: 110px;
	line-height: 115px;
	font-weight: normal;
}

h2.secondary-heading {
	font-size: 30px;
	line-height: 50px;
	font-weight: 200;
}

.vintage-script {
	font-family: 'Yesteryear', Georgia, serif;
	font-weight: normal;
}

.top-nav-wrapper {
	background: #333;
	border-top: 1px solid #000;
}

.upsell-products {
	clear: both;
}

#product-tabs {
	margin-bottom: 24px;
}

.main-header {
	box-shadow: 0px 32px 65px rgba(0,0,0,.1);
	position: relative;
	background: #333;
}

.main-content-wrapper {
	padding-top: 40px;
	background: #fdfdfd;
	border-top: 4px solid #fff;
}

a.logo {
	color: #fff;
	font-weight: normal;
	display: block;
	/* height: 100px; */
	overflow: hidden;
}

	a.logo:hover {
		text-decoration: none;
	}

.empty-cart {
	padding: 8px 0px;
}


.favorite-box, .featured-shadow-box {
	background: #fff;
	font-size: 13px;
	margin-bottom: 24px;
	box-shadow: 2px 2px 15px rgba(0,0,0,.2);
}

.tiny-tim {
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}

.heading-block, .customer-favorites .group-header.featured-entities-header.text-center {
	font-family: 'Yesteryear', Georgia, serif;
	line-height: 58px;
	font-size: 56px;
	margin-bottom: 32px;
	text-transform: inherit;
	background-color: transparent;
}

.category-heading,
.featured-item-name-wrap.grid-item-name-wrap {
	background: #333;
	padding: 18px;
	color: #efefef;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: Bold;
}

	.featured-item-name-wrap.grid-item-name-wrap a {
		color: #efefef;
	}
.featured-products .featured-shadow-box
{
    padding:22px;
}

.customer-favorites-wrap {
}

.customer-favorites {
	text-align: center;
	margin-bottom: 36px;
	background: rgba(0,0,0,.02) url(images/argyle.png) repeat-x top 20px left;
	padding-bottom: 0px;
	padding-top: 67px;
}
.header-phone-number
{
	font-weight:bold;
}
.favorite-box a.button {
	position: absolute;
	z-index: 100;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: rgba(0,0,0,.65);
	white-space: nowrap;
	padding: 10px 28px;
	line-height: 1.428571429;
	border: 3px solid #efefef;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #efefef;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: 900;
	top: 130px;
	display: block;
	left: 20%;
	right: 20%;
}
.featured-entities-shop-now
{
	display:none;
}
.favorite-box img {
	width: 100%;
}

.featured-products {
	margin-bottom: 32px;
}

.banner-main-heading {
	font-weight: 200;
	font-size: 56px;
	line-height: 55px;
}

.main-banner-wrap {
}

.phone-number {
	color: #efefef;
	padding-top: 12px;
}

.header-right-info {
	padding-top: 18px;
}

.social-links img {
	background: rgba(255,255,255,.5);
	border-radius: 100%;
}

.live-chat-wrapper {
	display: none;
}

.header-right-info {
	/* text-align: center; */
	/* padding-bottom: 12px; */
}

picture > img {
	width: 100%;
}

.brand-section-wrapper {
	padding-right: 32px;
	min-height: 100px;
}

a.brand-links {
	display: block;
}

.brand-list-heading {
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 12px;
	color: rgba(0,0,0,.8);
}

.brands-sidebar {
	width: 34px;
	right: 0px;
	padding: 8px 6px;
	font-size: 10px;
	background: rgba(0,0,0,.1);
	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;
	background: rgba(19, 190, 247, .8);
}

.nav-hint {
	background: rgba(200, 38, 44, 0.79);
	padding: 10px 6px 11px 6px;
	color: #fff;
	font-weight: bold;
}

.nudge-menu {
	right: 0px;
}

.brands-sidebar a {
	display: block;
	height: 25px;
	font-weight: bold;
	color: #fff;
}

.brand-section-wrapper {
	margin-bottom: 32px;
}


.brandbar .featured-entity-name-wrap,
.brandbar span.featured-entities-shop-now {
	display: none;
}

.featured-entity-name-wrap
{
    background: #333;
    padding: 18px;
    color: #efefef;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: Bold;
}
.featured-entity-name-wrap a
{
    color:#efefef;
}

.featured-entities {
	margin: 25px 0;
}
.home-heading {
	margin: 15px 0;
    text-align: center;
    font-family: 'Yesteryear', Georgia, serif;
    font-size: 50px;
}


/*<<<<<<<<<<<   CUSTOM MEDIA QUERIES HERE   >>>>>>>>>>>>*/
@media (min-width: 768px) {
	a.logo {
		overflow: inherit;
	}

	.brands-sidebar {
		top: 241px;
	}

	.search {
		float: left;
		width: 40px;
		height: 40px;
		padding-top: 5px;
	}

	.live-chat-wrapper {
		position: relative;
		display: block;
	}

	.live-chat {
		position: fixed;
		bottom: 0px;
		right: 40px;
	}

	.header-right-info {
		text-align: right; 
	}

	.customer-favorites {
		padding: 32px;
		padding-top: 54px;
	}

	.banner-main-heading {
		font-weight: 200;
		font-size: 56px;
		line-height: 75px;
	}

	.main-banner-wrap {
		color: #fff;
		font-weight: 200;
		font-size: 18px;
		text-align: center;
	}

	.product-options .form-control {
		width: auto;
	}

	.top-account-nav > li > a {
		padding: 12px;
	}

	.logo-wrap {
		text-align: left;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.top-header-right {
		text-align: right;
	}

	.top-header-left {
		text-align: left;
		padding-top: 10px;
	}

	.toggle-frame {
		position: absolute;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

