/*
Template Name:      Marketing 360® Bigcommerce Template 101
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwiremedia.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */

h2, .h2 {
	font-size: 22px;
	font-weight: 700;
}
.clear {
	clear: both;
}
/*  Custom CSS  */

.fa-2x {
	color: #a6877c;
}
#Header .container .row .col-sm-3.text-center.hidden-xs p.bottom {
	color: #fff;
}
.slide-content span.slide-image-wrapper img.slide-image {
	display: block;
	margin: 0 auto;
	width: 1140px;
}
.sf-menu li {
	float: none !important;
	position: relative;
	line-height: 28px;/*padding-left: 5px;*/
}
.col-sm-3 .sf-menu li {
	line-height: 16px;
}
.BlockContent ul.sf-menu.sf-horizontal.sf-js-enabled li a.sf-with-ul span.sf-sub-indicator {
	display: none;
}
.CatPopOut-enable .CatPopOut ul li {
	margin-left: 13px;
}
.CatPopOut-enable .CatPopOut ul li a {
	color: #000;
	padding-top: 4px;
}
.CatPopOut-enable .CatPopOut ul li a:hover {
	color: #dd1e67;
}
.CatPopOut-enable .CatPopOut ul li ul {
	left: 57%;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li a .caret {
	top: 9px;
}
.ProductDetails.Clear strong a {
	color: #dd1e67;
}
#SideNewsletterBox.newsletter-subscription div.container div.row div.col-sm-4 {
	color: #41332e;
}
.footer-columns.row .col-sm-3 {
	color: #fff;
}
.footer-links {
	background: none repeat scroll 0 0 #1a1412 !important;
	color: #fff !important;
}
.slide-overlay div.slide-button span.btn {
	margin-left: 69%;
	margin-top: 240px;
	background: #dd1e67;
	padding: 10px 30px;
	font-weight: bold;
}
.slide-overlay div.slide-button span.btn:hover {
	background: #ff0061;
}
#SideCategoryShopByPrice.Block.ShopByPrice.Moveable.Panel .BlockContent ul.treeview li a, .SubCategoryList li a {
	color: #dd1e67;
}
/* Colors */

a {
	color: #060606;
}
.ProductMain #SideProductAddToWishList .wishlist-btn:hover {
	color: #dd1e67;
}
a:hover {
	color: #6aa3d5;
}
.btn, a.btn, input[type="submit"], input[type="button"], button, .ExpressCheckoutBlock .ExpressCheckoutTitle, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #dd1e67;
	color: #fff;
}
.btn:hover, a.btn:hover, .ProductQty a:hover, .ProductActionAdd a:hover, .slide-show-render-full .slide-button span:hover, input[type="submit"]:hover, input[type="button"]:hover, button {
	background: #f11368;
	color: #fff;
}
/* Secondary Colors */

.btn.alt, .btn.btn-secondary, .ExpressCheckout .btn, .ExpressCheckout input[type="submit"], .Content .ProductList li .ProductImage .on-sale-badge, .Content .ProductList li .ProductImage .bestseller-badge {
	background: #dd1e67;
	color: #fff;
}
.btn.alt:hover, .btn.btn-secondary:hover, .ExpressCheckout .btn:hover, .ExpressCheckout input[type="submit"]:hover {
	background: #ff0061;
	color: #fff;
}
.btn, a.btn, input[type="submit"], input[type="button"], button {
	border-radius: 3px;
}
input.Textbox, textarea, input[type="text"], input[type="password"] {
	padding-left: 12px;
	padding-right: 6px;
}
/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

/* Fixed Top Nav */

.fixed-nav-wrapper {
	/*position: fixed;
	top: 0;
	left: 0;*/
	z-index: 20;
	width: 100%;
	padding: 3px 0 0 0;
	background: #261e1b;/*border-top: 4px solid #261e1b;
	border-bottom: 1px solid #261e1b;*/
}
.fixed-nav-wrapper #SearchForm input {
	height: 28px;
	line-height: 28px;
}
.fixed-nav-wrapper #SearchForm .Button {
	height: 28px;
}
.fixed-nav-wrapper .btn {
	padding: 4px 12px;
}
/* Fixed Nav Dropdown Menu */

#main-menu-wrap.affix {
/*z-index: 15;
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;*/
}
.fixed-nav .dropdown-menu {
	/*min-height: 260px;*/
	padding: 0;
}
.fixed-nav > .open > .dropdown-menu {
	padding: 0;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-o-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
}

/* FadeInDown Animation */
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fixed-nav .dropdown-menu ul.category-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fixed-nav .dropdown-menu ul.category-list li {
	display: block;
}
.fixed-nav .dropdown-menu ul.category-list li a {
	display: block;
	padding: 8px 8px;
	color: #232323;
	text-decoration: none;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a, .fixed-nav .dropdown-menu ul.category-list li.open > a {
	background: #eee;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a > .caret {
	border-left: 4px solid #232323;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li {
	position: relative;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li a .caret {
	top: 13px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul {
	top: -1px;
	border-radius: 2px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul li {
	margin: 0;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul:before, .fixed-nav .CatPopOut-enable .CatPopOut ul li ul:after {
	display: none;
}
.btn.my-cart {
	padding: 6px 10px 7px 10px !important;
	font-size: 13px;
	font-weight: 600;
}
.btn.my-cart i {
	margin-right: 3px;
	font-size: 18px;
}
.btn.my-cart .cart-items-var {
	display: none;
}
#SearchForm {
	float: none;
	width: 100%;
}
.TopMenu {
	padding-top: 4px;
}
.TopMenu, .TopMenu a {
/*color: #fff;*/
}
.TopMenu a:hover {
	color: #dd1e67;
}
/* Main Header */
#HeaderWrap {
	height: 223px;
}
.header {
	margin: 0;
	/*padding-top: 45px;*/
	border: none;
	z-index: 3000;
	background: #1a1412;
	position: fixed;
	width: 100%;
}
#Header {
	margin: -3px 0 0 0;
	background: #1a1412;
	border-bottom: 1px solid #1a1412;
}
.header-logo {
}
#main-menu-wrap {
	position: relative;
	z-index: 2000;
	/*margin-bottom: 20px;*/
	padding: 5px 0;
	background: #261e1b;
	border-bottom: 1px solid #261e1b;
}
.body-home #main-menu-wrap, .body-category #main-menu-wrap, .body-product #main-menu-wrap {
	margin-bottom: 0;
}
.body-home #main-menu-wrap {
	z-index: 2000;
	position: relative;
}
/* Main Navigation */

/* == Dropdown ============================================================== */

.dropdown-group {
	position: relative;
	vertical-align: middle;
}
.dropdown-group .btn {
	display: block;
	width: 100%;
	padding: 6px 10px !important;
	font-size: 15px;
	font-weight: 700;
}
.caret {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	top: -2px;
	margin-left: 3px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 260px;
	padding: 5px 0;
	margin: -1px 0 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	text-decoration: none;
	outline: 0;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
/* Popular Nav */

.popular-nav {
	font-size: 14px;
}
.popular-label {
	display: inline-block;
	color: #ccc;
}
.popular-nav > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.popular-nav > ul li {
	display: inline-block;
	padding-left: 15px;
	margin: 0;
}
.popular-nav > ul li a {
	display: inline-block;
	text-decoration: none;
}
.popular-nav > ul li ul {
	display: none;
}
/* == Category Popout == */

.Left .CatPopOut-enable {
	background: #f8f8f8;
	padding: 20px 6px 20px;
	margin: 0 0 20px;
}
.SideCategoryListFlyout ul {
	padding-bottom: 10px !important;
}
.CatPopOut-enable .CatPopOut {
	position: relative;
	z-index: 69;
}
.CatPopOut-enable .SubCategoryList {
	margin: 0;
}
.CatPopOut-enable .CatPopOut ul li {
	position: relative;
}
.CatPopOut-enable .CatPopOut ul li a {
	position: relative;
}
.CatPopOut-enable .CatPopOut ul li a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 8px;
	top: 13px;
	text-indent: -99999px;
 *text-indent: 0;
	vertical-align: top;
	border-top: 4px solid transparent;
	border-left: 4px solid #bbb;
	border-bottom: 4px solid transparent;
	filter: alpha(opacity=30);
	content: "\2193";
}
.CatPopOut-enable .CatPopOut > ul > li > a:hover > .caret, .CatPopOut-enable .CatPopOut > ul > li.dropdown.open > a > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* popout styles */
.CatPopOut-enable .CatPopOut ul li ul {
	position: absolute;
	top: -4px;
	left: 100%;
	z-index: 1000;
	float: left;
	display: none;
	/*width: 220px;*/
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #fff !important;
	padding-bottom: 0 !important;
	border-radius: 0 3px 3px 0 !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	-o-border-radius: 0 3px 3px 0 !important;
	-webkit-border-radius: 0 3px 3px 0 !important;/*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;*/
}
.CatPopOut-enable .CatPopOut ul li:hover > ul {
	display: block;
}
.CatPopOut-enable .CatPopOut ul li ul li {
	margin: 0;
}
.CatPopOut-enable .CatPopOut ul li:hover, .CatPopOut-enable .CatPopOut ul .dropdown.open {
*z-index: 1000;
}
.CatPopOut-enable .CatPopOut ul li a:active, .CatPopOut-enable .CatPopOut .dropdown-toggle:active, .CatPopOut-enable .CatPopOut .open .dropdown-toggle {
	outline: 0;
}
/* Uncomment and remove js in scripts.js if you desire non touch/mobile friendly hover dropdown */
/*.CatPopOut-enable .CatPopOut ul li:hover > ul { display: block; } */
.CatPopOut-enable .CatPopOut ul .dropdown.open > .dropdown-menu {
	display: block;
}
.CatPopOut-enable .CatPopOut li li a {
	display: block;
	padding: 8px 8px;
	clear: both;
	font-weight: 400;
	text-decoration: none;
	color: #555555;
	white-space: nowrap;
}
.CatPopOut-enable .CatPopOut ul li ul a:hover {
	background: #eee;
}
/* 2nd level and below drop down styles */
.CatPopOut-enable .CatPopOut ul li ul li ul {
	left: 100%;
}
.CatPopOut-enable .CatPopOut ul li ul li > a:hover > .caret {
	border-left: 4px solid #232323;
}
.CatPopOut-enable .CatPopOut ul li ul li.dropdown.open > a > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* =============================================================================
   Content !n! !cnt
   ========================================================================== */

.TitleHeading {
	font-size: 30px;
	font-weight: 600;
}
/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

.Left .Block {
	padding: 10px 10px 5px;
	background: #f8f8f8;
}
.Left h3 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}
.Left ul {
	margin-bottom: 0;
}
.Left .SubCategoryList {
	margin-top: -20px;
	padding: 10px 10px 5px;
	background: #f8f8f8;
}
.Left #SideCategoryList .SideCategoryListFlyout > ul > li, ul.side-menu > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: none;
}
/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

.footer .newsletter-subscription {
	background: #fef6f3 url(../img/newsletter_bg.png) repeat-x top left;
}
.footer .newsletter-subscription .container {
	padding-bottom: 5px;
}
.footer .newsletter-subscription h4 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .newsletter-subscription form {
	margin-top: 4px;
}
.footer .newsletter-subscription input.Textbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.footer-main {
	background: #1a1412;
}
.footer-main .container {
	padding-bottom: 0;
}
.footer h4 {
	margin: 0 0 15px 0;
}
.footer-main .SocialConnect ul {
	text-align: left;
}
.footer-links p {
	padding-top: 0;
}
/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */

/* Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb {
	padding: 0 0 14px 0;
}
.Breadcrumb li {
	padding: 0 5px 0 15px;
	display: inline-block;
	position: relative;
}
.Breadcrumb li:first-child {
	padding-left: 0;
}
.Breadcrumb li:first-child:before {
	content: "";
}
.Breadcrumb li:before {
	content: "\00bb";
	font-size: 18px;
	line-height: 1;
	font-family: sans-serif;
	position: absolute;
	left: 0px;
	top: 0px;
	position: absolute;
}
/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */


/* =============================================================================
   Category !n! !ctg
   ========================================================================== */

/* == Breadcrumb Title == */

.breadcrumb-title {
	margin-bottom: 20px;
	padding: 15px 0;
	background: #f8f8f8;
}
.breadcrumb-title .page-title h1 {
	margin-bottom: 6px;
	padding: 0;
	border: none;
	font-size: 26px;
	font-weight: 600;
}
.breadcrumb-title .Breadcrumb {
	margin: 0;
	padding: 0;
}
.Breadcrumb ul {
	margin: 0;
}
.Breadcrumb li {
	display: inline-block;
	float: none;
	color: #000000;
	font-size: 14px;
}
.Breadcrumb li a {
	padding: 0;
	background: none;
	font-weight: 400;
}
/* Sort Box */

#CategoryPagingTop .SortBox label {
	padding-top: 1px;
}
/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.Content .ProductList li {
	text-align: left;
}
.Content .ProductList .ProductImage-wrap {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}
.Content .ProductList .ProductImage-actions {
	position: absolute;
	left: 0;
	bottom: -85px;
	width: 100%;
	padding: 5px 5px;
	background: rgba(0,0,0,0.20);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.Content .ProductList li:hover .ProductImage-actions {
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.Content .ProductList .ProductImage-actions p {
	margin-bottom: 0;
}
.Content .ProductList .ProductImage-actions .btn {
	display: block;
	padding: 6px 0 !important;
	font-size: 11px;
}
.Content .ProductList .ProductImage-actions .ProductList-wishlist {
	display: inline-block;
	margin-top: 5px;
	color: #232323;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
}
.Content .ProductList .ProductImage-actions .ProductList-wishlist:hover {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
.Content .ProductList .ProductPriceRating {
	padding-top: 5px;
	text-align: left;
}
.Content .ProductList .RetailPriceValue {
	float: right;
	font-weight: 400;
	font-size: 14px;
}
.ProductList .ProductDetails {
	padding-top: 0;
}
.ProductPrice, .ProductList em {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.Content .ProductList li .ProductImage .on-sale-badge {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	font-size: 12px;
	text-align: center;
	border-radius: 30px;
	line-height: 1.4;
}
.Content .ProductList li .ProductImage .bestseller-badge {
	display: block;
	position: absolute;
	left: -32px;
	top: 13px;
	padding: 7px 30px;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
/* =============================================================================
   Product !n! !prd
   ========================================================================== */

/* Product Layout */

.left-content {
	width: 45%;
}
.PrimaryProductDetails .ProductMain {
	float: left;
	width: 55%;
}
/* Product Detail Rows */

.ProductDetailsGrid .DetailRow {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
	float: left;
	width: 30%;
}
.ProductDetailsGrid .productAttributeList {
	padding-top: 15px;
}
/**/

#ProductDetails h1 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
.ProductDetailsGrid .DetailRow.product-heading {
	margin: 0;
}
.product-price {
	border-bottom: 1px solid #e3e3e3;
}
.productPage .PriceRow.p-price {
	margin: 0;
	border: none;
}
.product-price .ProductPrice {
	display: inline-block;
	padding-right: 10px;
	font-size: 22px;
	font-weight: 600;
}
.product-price .retail-product-price {
	font-size: 14px;
	font-weight: 400;
}
.PrimaryProductDetails .YouSave {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}
.addto {
	padding: 15px 0;
}
.ProductAddToCart .BulkDiscount .btn {
	padding: 12px 12px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.ProductMain #SideProductAddToWishList span {
	display: inline-block;
	padding-left: 10px;
	font-size: 16px;
}
.ProductMain #SideProductAddToWishList .wishlist-btn {
	background: none;
	color: #232323;
	font-size: 16px;
	text-shadow: none;
}
.row-reviews {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.row-reviews p {
	margin: 0;
}
/* Share Buttons */

.product-share .PinterestButtonContainer {
	float: left;
	margin: 0;
	text-align: left;
}
.product-share .AddThisButtonBox {
	float: left;
	margin: 3px 0 0 !important;
}
/* Product Description */

#prodAccordion .subtitle {
	font-weight: 600;
}
#ProductReviews {
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.prodAccordionContent {
	position: relative;
}
#ProductReviews .btn {
	position: absolute;
	top: 0;
	right: 0;
}
#ProductReviews .ProductReviewList {
	padding-left: 22px;
}
/* Features Box */

.features-box {
}
.features-box .features-item {
	margin-bottom: 15px;
}
.features-box .features-item img {
	float: left;
}
.features-box .features-item p {
	float: left;
	width: 119px;
	margin: 0 0 0 10px;
	font-size: 15px;
}
.features-box .features-item p span {
	display: block;
	font-size: 12px;
}
/* =============================================================================
   Cart !n! !crt
   ========================================================================== */

.body-cart .header {
	margin-bottom: 20px;
}
.body-cart #main-menu-wrap {
	/*display: none;*/
}
.body-cart .features-box {
	margin-top: 70px;
}
/* Fast Cart Popup */

.fastCartSummaryBox {
	padding-bottom: 0;
}
.fastCartSummaryBox .ProceedToCheckout {
	margin: 0;
}
.fastCartSummaryBox .subtotal {
	margin-bottom: 10px;
}
.fastCartBottom .ProductImage-actions {
	display: none;
}
/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */

.body-checkout #main-menu-wrap, .body-checkout .fixed-nav-wrapper {
	display: none;
}
.body-checkout .header {
	padding-top: 0;
	margin-bottom: 30px;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	padding: 10px;
}
/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */

/* Home Slideshow */

.slide-show .slide-overlay {
	top: 20px;
	left: 0;
	right: inherit;
	z-index: 10;
	text-align: left;
}
.slide-show h2, .slide-show .slide-text {
	background: none;
	font-family: "Open Sans", Arial, Sans-serif;
	line-height: 1.4;
	letter-spacing: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.slide-show h2 {
	font-size: 46px;
	font-weight: 700;
}
.slide-image-wrapper {
	display: block;
	position: relative;
	top: -1px;
	background-image: url(../img/slider-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.flex-control-nav {
	margin-top: 10px;
}

/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */

/* Medium Devices -- up to 1199px */
@media screen and (max-width: 1199px) {
/* Features Box */

.features-box .features-item {
	text-align: center;
}
.features-box .features-item img {
	float: none;
}
.features-box .features-item p {
	float: none;
	width: 100%;
	margin: 0;
}
}

/* Medium Devices -- up to 991px */
@media screen and (max-width: 991px) {
/* Header */

#main-menu-wrap.affix {
	position: static;
	top: inherit;
	left: inherit;
	z-index: 10;
}
.dropdown-menu, .CatPopOut-enable .CatPopOut ul li ul {
	width: auto;
	min-width: 160px;
}
/* Home Slideshow */
.slide-show h2 {
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 500;
}
/* Checkout */

.checkout-wrap {
	padding: 0;
	background: none;
	border: none;
}
}

/* Small Devices -- Tablets up to 767px */
@media screen and (max-width: 767px) {
/* Homepage */

.home-cta {
	text-align: center;
}
/* Product Listing */

.Content .ProductList .ProductImage-actions {
	bottom: 0;
}
/* Product Page */

.breadcrumb-title {
	display: none;
}
/* Shopping Cart */

.KeepShopping .text-left {
	text-align: center;
}
.CartCode .CouponCode {
	margin-bottom: 20px;
}
.cart-wrap {
	padding: 0;
	background: none;
	border: none;
}
.CartContents tfoot .SubTotal td {
	text-align: left;
}
/* Checkout */

.body-checkout .header {
	padding-top: 73px;
}
/* Footer */

.footer-main {
	text-align: center;
}
.footer .footer-columns ul {
	margin-bottom: 20px;
}
.footer .footer-main .SocialConnect ul {
	padding-top: 0;
}
}

/* Extra Small Devices -- Phones up to 480px */
@media screen and (max-width: 480px) {
/* General */

.TitleHeading {
	font-size: 20px;
}
/* Select */

div.selector span {
	padding: 5px 25px 5px 5px !important;
}
.CartItemQuantity .selector, .DetailRow.qty .selector {
	width: auto !important;
	min-width: 50px;
}
/* Product Page */

.ProductMain #SideProductAddToWishList span {
	display: none;
}
#ProductReviews .btn {
	position: static;
}
/* Shopping Cart */

#cartForm {
	overflow-x: scroll;
}
.CartContents tfoot .SubTotal td, .CartContents tfoot .SubTotal td .ProductPrice, .CartContents tfoot .gtotal.SubTotal td, .CartContents tfoot .gtotal.SubTotal td .ProductPrice {
	font-size: 14px;
}
table.CartContents tbody tr td.ProductName {
	font-size: 12px;
}
}
