@charset "utf-8";
/* CSS Document */
/* Global Reset */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
 @import url(http://fonts.googleapis.com/css?family=Ovo);
#HeaderLower a {
	font-family: 'arial', serif;
	font-size: 13px !important;
	background-color: #89041c;
}
/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	height: 100%;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
text-transform:;
	 border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
input {
	padding: 4px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	 border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
p {
	line-height: 1.3;
	margin-bottom: 15px;
}
a {
	font-weight: normal;
	text-decoration: none;
}
h1, h2, .TitleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding: 3px 5px 6px 0px;
	margin: 0 0 12px 0;
	color: #303037 !important;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #89041c;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
}
img, img a {
	border: 0;
}
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}
blockquote {
	margin-left: 28px;
}
select option {
	padding: 0 10px;
}
hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
}
/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt img {
	vertical-align: middle;
	float: left;
}
.HorizontalFormContainer dt .fieldLabel {
	float: left;
	padding-top: 4px;
	padding-left: 4px;
}
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	clear: left;
}
.HorizontalFormContainer dd.ProductField {
	height: 20px;
}
.HorizontalFormContainer dd {
	padding-top: 4px;
	margin-left: 170px;
}
.NarrowFormContainer dt {
	width: 110px;
}
.NarrowFormContainer dd {
	margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}
.NarrowFormContainer p.Submit {
	margin-left: 120px;
}
.VerticalFormContainer dt {
	margin-bottom: 6px;
}
.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}
/* Page Containers */
#Container {
	width: 980px;
	margin: auto;
}
#ContainerLower {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
#ContainerFooter {
	clear: both;
	float: left;
	width: 100%;
}
/* Top Navigational Menu - my Account... */
#TopMenu {
	clear: both;
	float: left;
	width: 100%;
	height: 49px;
	padding-top: 9px;
	margin: 0;
	background: #fff;
}
#TopMenu ul {
	padding: 0;
	margin: 0;
	float: right;
}
#TopMenu li {
	list-style: none;
	float: left;
	margin-top: 13px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3b3a;
	font-weight: 700 !important;
}
#TopMenu li.First a {
	border-left: 0;
	color: #3e3b3a;
}
#TopMenu li a, #TopMenu li div {
	display: block;
	font-size: 13px;
	padding: 0 5px 0 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 4px;
	color: #3e3b3a;
}
#TopMenu li div a {
	padding-right: 12px;
	margin: 0;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#TopMenu li a:hover {
	text-decoration: underline;
}
/* Pages Menu */
#Menu {
	float: right;
	width: 545px;
	margin: 40px 0 0 0;
}
#Menu ul {
	float: right;
	margin: 0;
	padding: 0;
}
#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu li a {
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
}
#Menu li a:hover {
	text-decoration: none;
}
#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 19;
	left: 0;
	display: none;
	z-index: 999;
	padding: 0;
	margin: 0;
}
#Menu li ul li {
	clear: both;
	margin: 0 10px 0 10px;
}
#Menu li ul li a {
	text-align: left;
	margin: 0;
	width: 170px;
	height: auto;
	padding: 7px 0 7px 0;
}
#Menu li ul li a:hover {
	text-decoration: none;
}
#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement */
* html #Menu ul li {
	float: left;
	height: 1%;
}
* html #Menu ul li a {
	height: 1%;
}
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
	padding-bottom: 0px;
	background-color: #fff;
	padding-left: 16px;
	width: 995px;
}
#Wrapper {
	clear: both;
	width: 980px;
	padding: 0;
	margin-top: 22px
}
/* Header */
#Header {
	clear: both;
	width: 980px;
	min-height: 174px;
}
#HeaderUpper { /* Contains Topmenu & Search */
	float: left;
	width: 980px;
	top: 32px;
}
#HeaderLower {
	clear: both;
	float: left;
	width: 980px;
	min-height: 35px;
	background-color: #89041c;
}
/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
	background-color: #89041c;
	padding: 0;
	margin: 0;
}
#SideCategoryList h2 {
	float: left;
	min-height: 35px;
	font-size: 14px;
	padding: 10px 15px 0 10px;
	margin: 0 0px 0 0px;
}
#SideCategoryList ul, #SideCategoryList .sf-menu ul {
	float: left !important;
	width: auto !important;
	padding: 0;
	margin: 0;
	background-color: #89041c;
}
#SideCategoryList li, #SideCategoryList .sf-menu li {
	float: left !important;
	width: auto !important;
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	background-color: #89041c;
}
#SideCategoryList li a, #SideCategoryList .sf-menu li a {
	display: block;
	height: 30px; /* Actual size of navigation band) */
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	width: auto;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 12px;
	padding-bottom: 0px;
	background-color: #89041c;
	font-weight: 600
}
#SideCategoryList li a:hover, #SideCategoryList .sf-menu li a:hover {
	text-decoration: none;
	color: #ccc; /* main categories hover color) */
}
#SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 44px; /* positioning of block open) */
	left: 0;
	font-size: 14px;
	display: none;
	z-index: 99;
	padding: 14px;
	margin: 0;
}
#SideCategoryList li ul li ul, #SideCategoryList .sf-menu li ul li ul {
	top: 0px;
	left: 117px;
	display: none;
}
#SideCategoryList li ul li, #SideCategoryList .sf-menu li ul li {
	clear: both;
	padding: 0;
	margin-top: 2px;
}
#SideCategoryList li ul li a, #SideCategoryList .sf-menu li ul li a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px !important; /* font properties for open block) */
	font-weight: normal;
	color: #000;
	text-align: left;
	width: 126px; /* width of open block) */
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	background-color: #ececec;
}
#SideCategoryList li ul li a:hover, #SideCategoryList .sf-menu li ul li a:hover {
	text-decoration: none;
	color: #323030; /* hover color on open block*/
	text-decoration: underline
}
#SideCategoryList li:hover ul, #SideCategoryList li.over ul {
	display: block;
}
#SideCategoryList li:hover ul li ul, #SideCategoryList li.over ul li ul {
	display: none;
	padding: 8px;
}
#SideCategoryList li ul li:hover ul, #SideCategoryList li ul li.over ul {
	display: block;
	background-color: #ececec;
}
/* Holly Hack. IE Requirement */
* html #SideCategoryList ul li {
	float: left;
	height: 1%;
}
* html #SideCategoryList ul li a {
	height: 1%;
}
/* End */
.sf-sub-indicator {
	display: none !important;
}
/* Logo */
#Logo {
	clear: both;
	float: left;
	width: 420px;
	height: 90px;
	margin: 0 0 0 0px;
	display: inline;
}
#Logo h1 {
	font-size: 3.2em;
	letter-spacing: -0.025em;
	padding: 30px 0 0 0;
	margin: 0;
}
#Logo #LogoImage {
}
#Logo h1 a {
	text-decoration: none;
}
/* Top Search Form */
#SearchForm {
	float: left;
	width: 310px;
	height: 30px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	display: inline;
	position: relative;
	z-index: 10;
	border: none
}
#SearchForm form {
}
#SearchForm label {
	display: none;
}
#SearchForm input {
	width: 296px;
	color: #3e3b3a;
	height: 31px;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	border: 0px solid #d6d6d6;
	background: #ececec
}
#SearchForm .Button {
	width: 45px;
	height: 35px;
	padding: 0;
	background: transparent;
	vertical-align: top;
	margin-top: -35px;
	margin-right: 0;
	margin-left: 307px;
	margin-bottom: 5px;
}
#SearchForm .Button a:hover {
	opacity: 0.7;
}
#SearchForm p {
	display: none;
	font-size: 14px;
	margin: 5px 0 0 0;
}
#SearchForm a {
	text-decoration: underline;
}
#SearchForm a:hover {
	text-decoration: underline;
}
/* Left Content Area */
.Left {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	display: inline;
}
.Left .Block {
	padding: 0 0 10px 0;
}
.Left .BlockContent {
	margin: 0 10px 0 10px;
}
.Left h2 {
	font-size: 1.4em;
	margin: 0;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 5px 0 7px 0;
}
.Left li a {
	text-decoration: none;
}
.Left li a:hover {
	text-decoration: none;
}
/* Primary Content Area */
.Content {
	float: left;
	width: 570px;
	min-height: 300px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0px;
}
.Content .Block {
	clear: both;
}
.Block {
	margin-top: 0;
	margin-bottom: 0px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 770px;
}
.Content.Wide.WideWithLeft {
	width: 770px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 980px;
	margin-left:-10px
}
/* Right Content Area */
.Right {
	float: right;
	width: 190px;
}
.Right .Block {
	padding: 0 0 10px 0;
}
.Right .BlockContent {
	margin: 0 10px 0 10px;
	
	
}
.Right h2 {
	font-size: 1.4em;
	margin: 0;
}
.Right ul {
	margin: 0;
	padding: 0;
}
.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 5px 0 7px 0;
}
.Right li a {
	text-decoration: none;
}
.Right li a:hover {
	text-decoration: underline;
}
/* Top banner styles */
.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
	position: relative;
	margin-top: -20px;
	z-index: 0;
}
.Block.banner_home_page_top *, .Block.banner_category_page_top *, .Block.banner_brand_page_top *, .Block.banner_search_page_top * {
	padding: 0;
	margin: 0;
}
/* Lower & Footer Content */
.Center { /* Centers content */
	clear: both;
	width: 980px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
#Footer { /* Copyright info */
	clear: both;
	font-size: 0.85em;
	text-align: right;
	padding: 0;
	margin: 0;
}
/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}
.NewsletterSubscription label {
	clear: both;
	float: left;
	font-size: 0.9em;
}
.NewsletterSubscription input {
	width: 160px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}
.NewsletterSubscription .Button {
	width: 85px !important;
	height: 25px;
	border: 0;
	vertical-align: middle;
	text-transform: uppercase
}
.Button-submc {
	width: 161px!important;
	height: 35px;
	border: 0;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #830c24;
	cursor: pointer;
	color: #fff;
	margin-top: 15px;
	margin-left: 2px;
	margin-bottom: 5px
}
.Button-submc:hover {
	background-color: #930d28 !important;
	-webkit-box-shadow: 2px 2px 3px #C8C3C3;
	box-shadow: 2px 2px 3px #C8C3C3;
}
/* News Lists */
#HomeRecentBlogs ul {
	padding-left: 0;
	margin-left: 0;
}
#HomeRecentBlogs li {
	list-style: none;
	padding: 5px 0 5px 10px;
	margin: 0;
}
#LowerRight .FeedLink {
	float: left;
	margin: 6px 4px 0 0;
}
/* Product Listings */
.ProductList {
	list-style: none;
	padding-left: 25px !important;
	float: left;
	width: auto;
}
.Content .ProductList, .Content .ProductList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Content .ProductList li {
	list-style: none;
	float: left;
	width: 245px !important;
	min-height: 21em;
	font-size: 14px;
	font-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center
}
.Content .ProductList .ProductImage {
	text-align: center;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
.Content .ProductList .ProductImage img {
	vertical-align: middle;
	border: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
.Content .ProductList .ProductDetails {
	width: 220px;
	margin: 5px 0 5px 0;
	text-align: center
}
.ProductList a {
	font-weight: bold;
	text-decoration: none;
}
.ProductList a:hover {
	text-decoration: underline;
}
.ProductList em {
	margin-top: 3px;
	display: block;
	font-weight: bold;
}
.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}
.ProductList .Rating {
	font-size: 10px;
	margin-top: 3px;
	font-weight: bold;
	display: block;
}
.ProductList li .ProductCompareButton {
	margin-top: 3px;
}
.ProductList li .ProductActionAdd a {
	font-size: 10px;
}
.Left .ProductList li, .Right .ProductList li {
	margin-bottom: 0px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}
/* Top Seller Block Specific */
.Right .TopSellers, .Left .TopSellers {
	clear: both;
	padding: 0 0 0px 0;
	
		
	
}
.Right .TopSellers ul, .Left .TopSellers ul {
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	float: left;
	width: 163px;
	margin-left: -11px
	
}
.Right .TopSellers li, .Left .TopSellers li {
	clear: both;
	margin: 0 0 0px 0;
}
.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 22px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	padding: 2px;
	background: #9A1417;
	color: #fff;
	vertical-align: middle;
	margin-left: -20px;
		margin-right: 5px;
	margin-top: 3px;
	position: absolute ;
		padding-top: 3px;
			padding-bottom;-2px
	
	
}
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails { /* Contains the details of the item */
	
	margin-left: -15px;
	width: 145px;
		padding-left:30px;
	padding-right:50px
	
}
.Right .TopSellers li.TopSeller1, .Left .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
	display: none;
	
}
.Right .TopSellers li.TopSeller1 .ProductImage, .Left .TopSellers li.TopSeller1 .ProductImage {
	display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
	display: none;
}




/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb {
	font-size: 12px;
	padding-bottom: 8px;
}
.Breadcrumb li {
	padding-left: 1px;
	display: inline;
}
.Breadcrumb li a {
	padding-right: 10px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/BreadcrumbSep.gif?t=1586289305) no-repeat right;
}
.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.FindByCategory li {
	padding-left: 12px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/BreadcrumbSep.gif?t=1586289305) no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}
/* Miscellaneous Definitions */
.Meta {
	color: #444;
	font-size: 11px;
}
.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 0 7px 0 0;
}
.Content .FeedLink {
	float: left;
	margin: 8px 4px 0 0;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
.ClearRight {
	clear: right;
}
.ClearLeft {
	clear: left;
}
.SortBox {
	font-size: 11px;
	color: #444;
	padding: 12px 5px 0 0;
}
.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}
.Clear {
	clear: both;
}
.Field45 {
	width: 45px;
}
.Field100 {
	width: 100px;
}
.Field150 {
	width: 150px;
}
.Field200 {
	width: 200px;
}
.Field250 {
	width: 250px;
}
.Field300 {
	width: 300px;
}
.Field350 {
	width: 350px;
}
.Field400 {
	width: 400px;
}
.MB10 {
	margin-bottom: 10px;
}
.MT0 {
	margin-top: 0px;
}
.LH140 {
	line-height: 140%;
}
.PLRB5 {
	padding: 0px 5px 5px 5px;
}
.PLR10 {
	padding: 0px 10px 0px 10px;
}
.PL20 {
	padding: 0px 0px 0px 20px;
}
.PL40 {
	padding: 0px 0px 0px 40px;
}
.ML20 {
	margin: 0px 0px 0px 20px;
}
.MT10 {
	margin-top: 10px;
}
.PL10 {
	padding-left: 10px;
}
.PB2 {
	padding-bottom: 2px;
}
.NoMarginBottom {
	margin-bottom: 0;
}
.Required {
	color: red;
	font-weight: bold;
}
.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 45%;
	padding-right: 1%;
	padding-left: 3%;
}
.AccountLogin {
	float: left;
	padding-left: 3%;
	width: 45%;
}
ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.PrimaryProductDetails .ProductThumb {
	float: left;
	text-align: left;
}
/* add to cart button division*/

.PrimaryProductDetails .ProductMain {
	float: right;
	width: 450px;
}
.PrimaryProductDetails h2 {
	border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
	font-weight: bold;
}
.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
	margin-top: 20px;
}
.PrimaryProductDetails .ProductMain {
	float: right;
}
.PrimaryProductDetails dl {
	font-size: 12px;
}
.ProductDescriptionContainer {
	line-height: 1.5;
	margin-top: 30px
}
.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}
.PrimaryProductDetails dd {
	margin-left: 90px;
}
.Right hr {
	margin: 5px 0 0;
}
.Content h3 {
	margin-bottom: 5px;
}
.ComparisonCheckbox {
	float: left;
}
.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}
/* Product Comparisons */
.ComparisonTable {
	width: 100%;
}
.ComparisonTable td {
	vertical-align: top;
	font-size: 11px
}
.CompareFieldName {
	width: 95px;
	padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
	padding: 5px;
	text-align: center;
}
.CompareFieldTop a {
	text-decoration: none;
	font-size: 10px;
}
.CompareFieldTop a:hover {
	text-decoration: underline;
}
.CompareLeft {
	padding: 5px 10px 5px 10px;
}
.CompareCenter {
	text-align: center;
	padding: 5px;
}
.CompareRating {
	text-align: center;
	padding-top: 8px;
	vertical-align: middle;
}
.CompareProductOption {
	margin-left: 20px;
	padding-left: 5px;
}
.Availability {
	color: black;
}
.LittleNote {
	color: #282626;
	font-size: 11px;
	font-family: arial;
}
.ViewCartLink {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* General Tables */
table.General, table.CartContents, table.General {
	width: 100%;
	margin: 0px 0;
	border: 0;
}
table.General thead tr th, table.CartContents thead tr th {
	padding: 8px 8px;
	text-align: left;
}
table.General tbody td, table.CartContents tbody td {
	padding: 0px 12px;
	vertical-align: middle;
}
table.General tbody tr.First td {
	border-top: 0;
}
/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}
.CartContents tfoot .SubTotal td {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
		
}
.ProceedToCheckout {
	text-align: right;
	padding-top: 15px;
}
.ProceedToCheckout a {
	padding-top: 0px;
}
.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList {
	margin-top: 5px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}
.ProductOptionList input {
	vertical-align: middle;
}
.MiniCart h3 {
	font-size: 12px;
}
.MiniCart .SubTotal {
	text-align: center;
	font-size: 12px;
}
.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
	font-size: 12px;
	padding-bottom: 10px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination {
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}
/* Quick Search */
.QuickSearch {
	margin: 0;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	background: #fff;
	position: relative;
	z-index: 9999;
}
.QuickSearchTitle td, .QuickSearchAllResults td {
	font-weight: bold;
	padding: 4px;
	font-size: 11px;
}
.QuickSearchResult td {
	font-size: 12px;
	padding: 8px 0px 8px 8px;
	cursor: pointer;
}
.QuickSearchResultImage {
	margin-left: 4px;
	margin-right: 10px;
	text-align: center;
}
.QuickSearchResultNoImage {
	padding-top: 10px;
	color: #777;
}
.QuickSearchResultName {
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
.QuickSearchResult .Price {
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}
.QuickSearchHover td {
}
.QuickSearchHover a {
	text-decoration: underline;
}
.QuickSearchAllResults {
	text-indent: -7000px;
}
.QuickSearchAllResults a {
	text-decoration: underline;
	height: 25px;
	display: block;
}
.QuickSearchAllResults a:active, .QuickSearchAllResults a {
	outline: none;
	-moz-outline-style: none;
}
/* Brand Tag Clouds */
.BrandCloud .smallest {
	font-size: 12px;
}
.BrandCloud .small {
	font-size: 15px;
}
.BrandCloud .medium {
	font-size: 18px;
}
.BrandCloud .large {
	font-size: 20px;
}
.BrandCloud .largest {
	font-size: 26px;
}
.BrandCloud a {
	padding-right: 5px;
}
.DownloadExpires {
	padding-top: 3px;
	font-style: italic;
	color: gray;
}
.DownloadExpiresToday {
	color: red;
}
.CheckoutRedeemCoupon h4 {
	margin-top: 0;
}
.CheckoutRedeemCoupon p {
	margin-top: 10px;
	margin-bottom: 0;
}
.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}
.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.ProductDetailsGrid dt {
	width: 340px;
	margin-bottom: 6px;
	float: right;
	font-weight: normal;
}
.ProductDetailsGrid dd {
	margin-left: 340px;
	margin-bottom: 6px;
}
.SubCategoryList {
	padding: 4px;
}
.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 20;
}
.SubCategoryList li {
	margin-bottom: 40px;
	padding-left: 25px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/SubCategory.gif?t=1586289305) no-repeat 3px 1px;
}
.SearchTips .Examples {
	padding: 8px;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}
.ProductDetails .ProductThumb p {
	margin-top: 0px;
	font-size: 12px;
}
.ProductReviewList {
	clear: both;
}
.SortBox select {
	font-size: 12px;
}
.SortBox option {
	color: #444;
}
.YourAccount li {
	margin-bottom: 8px;
}
.SoldOut {
	color: #999;
}
.RemoveFromWishlistForm {
	margin: 5px;
}
.ShippingProviderList {
	list-style: none;
}
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.KeepShopping {
	widwidth: 180px;
	clear: both;
	text-align: right;
	float: left;
	padding-left: 250px;
	display: block;
	top: -100px;
}
/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}
#TopMenu li.Flag div {
	border: 0;
}
#TopMenu li.Flag img {
	margin: 3px;
}
#TopMenu li.Flag img.Last {
	margin-right: 0px;
}
#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}
/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}
.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #dadada;
	background-color: #F9F9F9;
	clear: both;
}
.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}
.CurrencyList a.Sel {
	background-color: #FFFFAA;
}
.CurrencyList a:hover .Text {
	text-decoration: underline;
}
.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}
.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}
.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
	color: #89041c;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}
.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}
.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}
.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}
.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}
.EstimatedShippingMethods {
	text-align: left;
}
.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}
.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}
.EstimatedShippingMethods .Submit {
	text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}
 <link rel="shortcut icon" href="%%GLOBAL_ShopPath%%/favicon.ico" /> .SharePublicWishList {
 background-color:seashell;
 padding:5px;
 border:1px solid lightgray;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 15px;
}
.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}
.ExpressCheckoutBlock {
	padding-top: 6px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}
a.ChangeLink {
	position: absolute;
	right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}
.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}
.LoadingIndicator {
	margin-left: 10px;
}
.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}
#TopMenu li.HeaderLiveChat {
}
.HeaderLiveChat img {
	vertical-align: middle;
}
#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 0px;
}
.SubCategoryListGrid {
	padding: 0px;
	width: auto;
	clear: both;
}
.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
}
.SubCategoryListGrid li {;
	padding: 5px;
	margin-left: 0px;
	background: #fff;
	float: left;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.SubCategoryListGrid li:hover {;
	text-decoration: underline
}
.SubCategoryListGrid img {
	border: 1px solid #d6d6d6;
	margin-bottom: 4px
}
.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px;
}
.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
	border: thin solid #E5E0E0
}
.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/SubBrand.gif?t=1586289305) no-repeat 3px 1px;
}
.SubBrandListGrid {
	padding: 4px;
}
.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}
.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}
.SubBrandListGrid ol {
	clear: both;
}
.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 240px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.ProductAddToCart dd {
	margin-bottom: 4px;
	margin-left: 10px;
}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required {
	width: 8px;
}
.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox {
	width: 181px;
}
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
	width: 183px;
	height: 50px;
}
.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/GiftWrappingAvailable.gif?t=1586289305) no-repeat;
	padding-bottom: 4px;
}
.ProductFields dd {
	margin-bottom: 4px;
}
.ProductFields {
	margin-bottom: 15px;
}
.ProductFields input.Textbox {
	width: 100%;
}
.ProductFields TextArea {
	width: 100%;
}
.CartContents .CartProductFieldsRow {
	border-top: 0;
}
.CartContents .CartProductFieldsRow dl {
	margin-top: 15px;
}
p.QuantityInput, p.AddCartButton {
	text-align: center;
}
.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}
.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd {
	display: block;
	margin-top: 5px;
}
.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}
.TagList {
	margin-top: 20px;
}
.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/GiftWrappingAvailable.gif?t=1586289305) no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}
.ViewAllLink a {
	padding-top: 10px;
	display: block;
}
.SelectGiftWrapMultiple {
	max-height: 400px;
}
/* Tabbed Navigation */
.TabNav, .TabNav li {
	list-style: none;
	margin-left: -7px;
	padding: 7px;
}
.TabNav {
    font-size: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
}
.TabNav li {
	display: inline;
}
.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 10px;
	margin-right: 3px;
	margin-top: 3px;
	text-decoration: none;
}
.TabNav li a:hover {
	text-decoration: none;
}
.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 10px;
	font-weight: bold;
	padding-left: 17px;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	float: left;
	padding-left: 20px;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}
#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}
.TransitTime {
	font-weight: normal;
	color: gray;
}
.Content .ProductList.List li {
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto !important;
	float: none;
	clear: both;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}
.Content .ProductList.List .ProductImage {
	margin: 0 !important;
	padding-top: 0px;
	margin-right: 25px;
	float: left;
	background-image: none;
}
.Content .ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}
.Content .ProductList.List .ProductQty {
	margin-left: 10px;
}
.Content .ProductList.List .ProductDescription {
	font-style: normal;
	margin-top: 25px;
}
.Content .ProductList .ProductRightCol {
	float: right;
}
.Content .ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 0px;
}
.OrderItemMessage {
	background-color: #fff1a8;
	padding: 7px;
	margin: 10px 0px 10px 0px;
}
/* Custom Fields - Start */

.LittleNotePassword {
	color: #282626;
	font-size: 0.95em;
	padding: 2px 0px 2px 0px;
}
.RequiredClear {
	visibility: hidden;
}
/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
	clear: left;
	margin-top: 6px;
	padding-left: 140px;
}
.ProductDetailsGrid .Label {
	margin: 0 0 6px -140px;
	float: left;
	width: 130px;
	font-weight: bold;
	padding-top: 1px;
	display: inline;
	text-align: right;
}
.ProductDetailsGrid .Value {
	display: inline;
}
.ProductDetailsGrid .Label .Required {
	position: absolute;
	left: -1em;
}
.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList li {
	margin-bottom: 3px;
}
.ProductOptionList input {
	vertical-align: middle;
}
/** Search All Form Result - Start **/
.SearchPaging {
	float: right;
	font-size: 12px;
}
.SearchSorting {
	float: right;
	font-size: 12px;
	margin: 8px 0px;
}
.SearchSorting select {
	font-size: 12px;
}
#SearchResultsCategoryAndBrand {
	margin: 5px;
	padding: 5px;
}
.ContentList em, .QuickSearchResultMeta em {
	font-size: 20px;
}
/** Search All Form Result - End **/

/** AJAX loading box - Start  **/

#AjaxLoading {
	display: none;
	text-align: center;
	background: #FCF5AA;
	width: 180px;
	z-index: 10000000000;
	padding: 5px 10px;
}
#AjaxLoading img {
	vertical-align: bottom;
	margin-right: 5px;
}
/** AJAX loading box - End **/

/** Product image gallery **/
#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
	
	background: none;
	border: none;
	margin-top: 85px;
	margin-left:-12px;
	cursor: pointer;
	display: none;
	width: auto;
	
}
#ProductDetails .ProductTinyImageList {
	float: left;
	margin-top: 10px;
	white-space: nowrap;
	margin-left: -13px!important;
	overflow: hidden;
	
	background: none;
	padding: 7px;
	width: 283px!important;
	
}
#ProductDetails .ProductTinyImageList ul li { /** tiny images spacing**/
	width: 58px!important;
	height: 58px!important;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	border: 0px solid gray !important;
	padding:0px
}
#ProductDetails .ProductTinyImageList ul li div {
	display: table-cell;
	text-align: left;
	

}
#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
	border: 0px solid green;
	margin: 0pt;
	padding: 10pt;
}
#ProductDetails .ProductTinyImageList ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	white-space: nowrap;
	width: 300px;
	float: left
	
	
}
#ProductDetails .ProductTinyImageList img {
	border: 1px solid #ccc !important;
	
}
#ProductDetails .ProductTinyImageList img:hover {
	opacity: .7
}
#ProductDetails .ProductThumbImage {
	height: 220px;
	width: 220px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 0;
	border: 1px solid #ccc !important;
}
.carousel {
	position: relative;
	visibility: hidden;
	left: -5000px;
	width: 180px;
}
/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle {
	float: left;
	z-index: -1;
}
#VideoList {
	padding-left: 1px;
}
.VideoSeparator {
	clear: both;
}
.videoRow {
	clear: both;
	margin-bottom: 4px;
	display: block;
	height: 75px;
	padding-left: 15px;
	padding-top: 6px;
	
}
.previewImageContainer {
	height: 50px;
	width: 50px;
}
.videoRow img {
	float: left;
	padding-right: 15px;
}
.videoRowTitle {
	font-weight: bold;
	padding-left: 2px;
	font-size: 13px;
	
}
.videoRowDescription {
	max-height: 60px;
	width: 287px;
	overflow: hidden;
	padding-left: 3px;
	font-size: 13px;
	
}
.VideoOverlay {
	background-image: url(//cdn11.bigcommerce.com/s-011a8/templates/__custom/images/VideoOverlay.png?t=1586289305);
	background-position: center center;
	position: absolute;
	z-index: -1;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}
.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 100px;
}
/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}
.videoRowLength {
	padding-left: 8px;
	
}
.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}
#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	width: 420px;
	height: 265px;
}
#VideoSingle {
	padding-left: 10px;
	width: 420px;
}
#VideoContainer {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 13px;
    padding-bottom: 5px;
    height: 265px;
}
.HideElement {
	display: none;
}
.VideoSingleTitle {
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 20px;
}
.VideoSingleDescription {
	padding-top: 10px;
	padding-left: 20px;
	overflow-y: auto;
	height: 220px;
	padding-right: 5px;
}
.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
	display: none;
}
.Content #VideoSideContainer {
	display: none;
	z-index: 1;
}
#VideoSideContainer ul {
	text-align: center;
}
#VideoSideContainer ul li {
	margin-bottom: 5px;
}
.VideoSideDescription {
	padding: 2px 10px;
}
.VideoImageContainer {
	position: relative;
	float: left;
	z-index: 1;
}
.fastCartContent .ProductList li {
	width: 130px !important;
}
.fastCartContent .ProductList .ProductImage img {
	height: 100px !important;
}
.ToggleSearchFormLink {
	margin: 8px 5px 0 0;
}
div.FacebookLikeButtonContainer {
	text-align: left;
	margin-left: 70px;
	margin-top: 25px;
	margin-bottom: 0px;
}
div.FacebookLikeButtonContainer iframe {
	width: 100%;
	height: 50px;
	border: none;
	overflow: hidden;
}
.customfielditem {
	color: #89041c;
	text-decoration: none;
	padding-top: 1px;
}
.home_shop_cattitle {
	font-family: 'Ovo', serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #252525;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.footerlinks:hover {
	
	text-decoration: underline
}
.footerlinks_header {
	font-family: arial;
	font-weight: 700;
		padding-bottom: 20px
		
}
#socialheader {
	position: relative;
	width: 325px;
	height: 130px;
	z-index: 1;
	left: 30px;
	top: 10px;
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	
}
#facebook {
	position: relative;
	padding-left: 0px;
	width: 103px;
	height: 45px;
	z-index: 2;
	left: 10px;
	top: 10px;
}
#twitter {
	position: relative;
	padding-right: 0px;
	width: 155px;
	height: 45px;
	z-index: 3;
	left: 100px;
	top: -26px;
}
#plusone {
	position: relative;
	float: right;
	width: 20px;
	height: 43px;
	z-index: 10;
	left: -20px;
	top: -72px;
}
.largerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #89041c;
	text-decoration: none;
}
a.largerlinks:hover {
	color: #000000;
}
#TopMenu2 {
	clear: both;
	float: left;
	width: 720px;
	height: 29px;
	padding-bottom: 9px;
	margin: 0;
	background: #fff;
	font-size: 12px
}
#customer-service-no {
	font-family: 'Ovo', serif;
	font-size: 180%;
	padding-top: 10px;
	margin-bottom: 0px;
}
#customer-serv-label {
	margin-top: 0px;
}
div center table {
	clear: both;
}
.free_shipping {
	width: 100%;
	background: #830c24;
	color: #fff;
	line-height: 41px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 3px;
	letter-spacing: -0.3px;
	display: inline-block
}
.free_shipping_code {
	color:#D8C9C9;
}
	.free_shipping_divider {
	font-size: 21px;
		font-weight: normal;
		margin-top:-0px;
		padding-left: 10px;
		padding-right: 8px;
		padding-bottom: 8px;
}
		
.SalePrice{
	color: #89041c!important;
}
	
