#maintenance_notice {
display: none !important;
}


/* Global Resets */
* {
margin: 0;
padding: 0;
outline: none;
}

#AjaxLoading {
background-color: rgba(0,0,0,.5);
color: #fff;
padding: 10px 20px;
display: none;
position: fixed;
text-align: center;
z-index: 10000000000;
line-height: 32px;
left: 0;
right: 0;
}
#AjaxLoading img {
vertical-align: bottom;
margin-right: 5px;
}



/* General */
body {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
-webkit-text-size-adjust: 100%;
}

h1, .h1,
h2, .h2, 
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin: 0;
padding: 0;
}
h1, .h1 {
font-size: 22px;
line-height: 30px;
text-transform: uppercase;
padding: 0 0 15px 0;
}
h2, .h2 {
font-size: 18px;
line-height: 28px;
padding: 0 0 15px 0;
}
h3, .h3 {
font-size: 16px;
line-height: 26px;
padding: 0 0 15px 0;
}
h4, .h4 {
font-size: 15px;
line-height: 22px;
padding: 0 0 15px 0;
}
h5, .h5 {
font-size: 13px;
line-height: 22px;
font-weight: 700;
padding: 0 0 15px 0;
}
h6, .h6 {
font-size: 14px;
font-weight: 300;
padding: 0 0 15px 0;
}

h2.underline {
text-transform: uppercase;
border-bottom: 1px solid #000;
padding: 0;
margin: 0 0 25px 0;
}
h2.underline span {
position: relative;
bottom: -7px;
display: inline-block;
background: #fff;
padding: 0 5px 0 0;
}

p {
line-height: 1.7;
margin-bottom: 20px;
}
.productPage .PriceRow.p-price {
font-size: 22px;
padding-top: 15px;
}
.productPage .dateselector {
display: inline;
}
.TitleHeading.zero {
margin-bottom: 0;
}
.CategoryDescription img {
max-width: 100%;
height: auto;
width: auto;
}
img,
img a {
border: 0;
}
img.fluid {
max-width: 100%;
}
ul,
ol {
margin: 0 0 20px 20px;
}
li {
margin: 0;
padding: 0;
}
ul ul ul{
list-style-image: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/bullet_line.png?t=1447811245);
}
blockquote {
margin: 30px;
font-size: 20px;
font-style: italic;
line-height: 1.5em;
padding-left: 20px;
}
hr {
margin: 20px 0;
padding: 0;
height: 1px;
background: none;
border-width: 1px 0 0 0;
}
.hide {
display: none;
}
.hide_interior {
display: none;
}
body#home .hide_home {
display: none;
}
body#home .hide_interior {
display: block;
}



/* Forms */
fieldset {
margin: 0 0 20px;
border: 0;
}
input,
select,
textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
select {
border-radius: none;
margin: 0;
padding: 9px;
}
textarea {
line-height: 18px;
height: 100px;
max-width: 100%;
min-height: 100px;
padding: 1em;
}
select.Field45 {
width: auto;
}
select option {
padding: 0 10px;
margin-right: 10px;
}
.no-sel {
height: auto;
line-height: inherit;
}
.FormContainer .box {
clear: both;
display: block;
float: left;
padding: 20px 0 40px;
width: 100%;
}
.horizontal-form input {
margin-right: 1em !important;
}
.horizontal-form fieldset {
margin-right: 20px;
display: inline-block;
}
.HorizontalFormContainer {
max-width: 1000px;
}
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
margin: 0;
}
.HorizontalFormContainer dl:after,
.VerticalFormContainer dl:after {
content: "";
display: table;
clear: both;
}
.HorizontalFormContainer dt img {
vertical-align: middle;
float: left;
}
.HorizontalFormContainer dt .fieldLabel {
float:left;
padding-top: 4px;
padding-left: 4px;
}
.HorizontalFormContainer dt {
width: 170px;
float: left;
clear: left;
text-align: right;
font-weight: bold;
line-height: 36px;
}
.HorizontalFormContainer dd.ProductField {
height: 20px;
}
.HorizontalFormContainer dd {
padding-top: 4px;
margin-left: 20px;
}
form .HorizontalFormContainer dd {
float: left;
}
/* [sic] not a typo in WishListEditFrom (I didn't change the markup) */
/* THEME-316 */
#WishListEditFrom form .HorizontalFormContainer dd {
float: none;
}
.NarrowFormContainer dt {
width: 110px;
}
.NarrowFormContainer dd {
margin-left: 120px;
}
.NarrowFormContainer p.Submit {
margin-left: 120px;
}
.VerticalFormContainer dt {
float: none;
margin-bottom: 6px;
width: auto !important;
}
.VerticalFormContainer dd {
margin-bottom: 25px;
margin-left: 0 !important;
}
/* override inline styles on zip code fields */
#FormField_13, #FormField_23 {
width: 180px !important;
}
input.Textbox, textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
margin: 0;
height: 35px;
line-height: 35px;
padding: 0 1em;
background: #fff;
font-size: 13px;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input.required {
position: relative !important;
top: auto !important;
left: auto !important;
display: inline-block !important;
font-size: 13px !important;
font-style: regular !important;
font-weight: normal !important;
padding: 0 1em !important;
}



/* Buttons */
.btn {
cursor: pointer;
display: inline-block;
*display: inline;
*zoom:1;
text-align: center;
text-transform: uppercase;
border: none;
font-weight: 700;
font-size: 12px;
text-decoration: none;
width: auto  !important;
height: 35px;
line-height: 35px;
border-radius: 1px;
border: 0 !important;
padding: 0 1.2em;
vertical-align: middle;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.btn.text {
background:none;
outline: 0;
}
.btn:hover {
}
.btn.alt,
#CategoryContent .CompareButton .btn {
}
.btn.alt:hover,
#CategoryContent .CompareButton .btn:hover {
}



/* Layout */
.main {
padding: 0 0 30px 0;
}
.inner:after {
clear: both;
content: "";
display: table;
}
.TopMenu > .inner,
#Header > .inner,
.wrap_menu > .inner,
.wrap_topmenu > .inner,
.main > .inner,
.footer > .inner {
max-width: 1000px;
width: 94%;
margin: 0 auto;
}

.Block {
clear: both;
margin-top: 0;
margin-bottom: 20px;
}

.Left {
float: left;
width: 17.75%;
margin: 0 2% 20px 0;
}
.Content {
width: 60.5%;
overflow: hidden;
margin: 0 0 20px 0;
}
.Content.Wide {
width: 80.25%;
}
.Content.Widest {
width: 100%;
}
.Right {
float: right;
width: 17.75%;
margin: 0 0 20px 2%;
}



/* Column Layouts */
.cols2 {
clear: both;
float: left;
width: 100%;
}
.cols2 .col1,
.cols2 .col2 {
float: left;
width: 49%;
margin: 0 2% 20px 0;
}
.cols2 .col2 {
margin-right: 0;
}

.cols3 {
clear: both;
float: left;
width: 100%;
}
.cols3 .col1,
.cols3 .col2,
.cols3 .col3 {
float: left;
width: 32%;
margin: 0 2% 20px 0;
}
.cols3 .col3 {
margin-right: 0;
}

.cols4 {
clear: both;
float: left;
width: 100%;
}
.cols4 .col1,
.cols4 .col2,
.cols4 .col3,
.cols4 .col4 {
float: left;
width: 23.5%;
margin: 0 2% 20px 0;
}
.cols4 .col4 {
margin-right: 0;
}

.cols2 img,
.cols3 img,
.cols4 img {
display: block;
max-width: 100%;
height: auto;
box-sizing: border-box;
}



/* Header  */
#Header {
position: relative;
}
.header-logo h1 {
padding: 0;
margin: 0;
}
.header-logo,
.header-banner {
display: inline-block;
vertical-align: middle;
}
.header-logo {
width: 49%;
margin: 0 -4px 0 0;
}
.header-banner {
width: 49%;
margin: 0 0 0 2%;
}
#Header img {
display: block;
max-width: 100%;
height: auto;
}

#ToggleMenu { /* Mobile Header - Menu Button */
display: none;
width: 50px;
vertical-align: middle;
cursor: pointer;
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/icon_header_menu.png?t=1447811245) 50% 50% no-repeat;
background-size: 25px auto;
}

#ToggleSearch { /* Mobile Header - Search Button */
display: none;
width: 40px;
vertical-align: middle;
cursor: pointer;
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/icon_header_search.png?t=1447811245) 50% 50% no-repeat;
background-size: 25px auto;
}

#AccountLink { /* Mobile Header - Account Button */
display: none;
width: 40px;
vertical-align: middle;
cursor: pointer;
}
#AccountLink a {
position: relative;
display: block;
text-align: center;
width: 40px;
height: 35px;
text-align: left;
text-indent: -9999px;
padding: 0;
margin: 0;
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/icon_header_account.png?t=1447811245) 50% 50% no-repeat;
background-size: 25px auto;
}

#cart-amount { /* Mobile Header - Cart Button */
display: none;
vertical-align: middle;
text-align: right;
width: 50px;
}
#cart-amount .Cart {
position: relative;
display: block;
width: 40px;
height: 35px;
text-align: left;
text-indent: -9999px;
padding: 0;
margin: 0;
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/icon_header_cart.png?t=1447811245) 50% 50% no-repeat;
background-size: 25px auto;
}

@media screen and (max-width: 479px) {
	#ToggleMenu,
	#ToggleSearch,
	#AccountLink a,
	#cart-amount .Cart {
	background-size: 20px auto;
	}
}




/* Mega Menu */
.MegaMenu {
position: relative;
z-index: 11;
}
.MegaMenu ul {
position: relative;
display: block;
padding: 0;
margin: 0;
}
.MegaMenu li {
float: none;
display: inline-block;
vertical-align: top;
list-style: none;
padding: 0;
margin: 0 1px 0 0;
}
.MegaMenu ul li.HasSubMenu {
position: static;
}
.MegaMenu li a {
display: inline-block;
list-style: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
padding: 10px 8px;
text-decoration: none;
text-transform: uppercase;
}
.MegaMenu li.home a {
width: 18px;
text-indent: -9999px;
}
.MegaMenu li.HasSubMenu > a {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/downarw.png?t=1447811245) 95% 50% no-repeat;
padding-right: 20px;
}

/* Level 2 */
.MegaMenu ul li ul {
display: none;
position: absolute;
top: 37px;
left: 50%;
width: 1000px;
text-align: left;
box-sizing: border-box;
padding: 10px 0 15px 0;
margin: 0 0 0 -500px;
}
.MegaMenu ul li:hover ul {
display: block;
}
.MegaMenu ul li ul .middle_row {
display: block;
}
.MegaMenu ul li ul .col {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 16.75%;
margin: 0 1%;
}
.MegaMenu ul li ul .col_last {
width: 22.25%;
margin: 0 0 0 1%;
}
.MegaMenu ul li ul .col_last img {
display: block;
width: 100%;
height: auto;
}
.MegaMenu ul li ul li {
display: block;
margin: 0;
}
.MegaMenu ul li ul li a {
display: block;
text-transform: none;
padding: 5px 0;
}

/* Level 3 */
.MegaMenu ul li ul li ul {
position: relative;
top: auto;
left: auto;
width: auto;
background: transparent;
border: 0;
padding: 0;
margin: 0;
}

.MegaMenu ul li ul .top_row {
display: block;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}
.MegaMenu ul li ul .top_row li {
display: inline-block;
vertical-align: top;
width: 16.75%;
padding: 0 1%;
margin: 0 -4px 0 0;
}
.MegaMenu ul li ul .top_row li a {
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
}

.MegaMenu ul li ul .bottom_row {
display: block;
padding: 15px 0 0 0;
margin: 15px 0 0 0;
}
.MegaMenu ul li ul .bottom_row li {
display: inline-block;
vertical-align: top;
width: 31%;
margin: 0 1%;
}
.MegaMenu ul li ul .bottom_row li a {
padding: 0;
}
.MegaMenu ul li ul .bottom_row li img,
.MegaMenu ul li ul .bottom_row li a img {
display: block;
width: 100%;
height: auto;
box-sizing: border-box;
}


/* Search Form */
#SearchForm {
float: right;
width: 295px;
position: relative;
border-radius: 14px;
padding: 0;
margin: -31px 0 0 0;
z-index: 12;
}
#SearchForm form {
padding: 0;
margin: 0;
}
#SearchForm label {
display: none;
}
#SearchForm input {
display: inline-block;
vertical-align: middle;
width: 100%;
height: auto;
line-height: normal;
font-size: 13px;
background: transparent;
border: 0;
box-sizing: border-box;
padding: 5px 0 5px 15px;
margin: 0;
}
#SearchForm .Button {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
width: 35px;
height: 25px;
background: url(//cdn4.bigcommerce.com/s-z74psfow/templates/__custom/images/white/searchglass.gif?t=1447811245) 0 50% no-repeat;
border-radius: 0 14px 14px 0;
border: 0;
padding: 0;
margin: 0;
}
#SearchForm p {
display: none;
}



/* Quick search dropdown */
.QuickSearch {
position: absolute;
top: 100%;
right: 0;
width: 300px;
border-radius: 3px;
padding: 10px;
margin: 0;
z-index: 9999;
}
.RatingIMG {
display: none;
}
.QuickSearchTitle td, .QuickSearchAllResults td {
font-weight: bold;
padding: 4px;
font-size: 12px;
}
.QuickSearchResult td {
font-size: 12px;
padding: 0 10px;
cursor: pointer;
}
.QuickSearchResultImage {
margin-left: 4px;
margin-right: 10px;
text-align: center;
background: #fff !important;
}
.QuickSearchResultNoImage {
padding-top: 10px;
}
.QuickSearchResultName {
display: block;
padding-bottom: 5px;
}
.QuickSearchResult .Price {
font-weight: bold;
font-size: 12px;
padding-right: 5px;
}
.QuickSearchAllResults {
text-indent: 0;
padding: 0;
line-height: 20px;
}
.QuickSearch .QuickSearchAllResults a,
.QuickSearch .QuickSearchAllResults a:hover {
height: 30px;
line-height: 30px;
display: inline-block;
}
.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
outline: none;
-moz-outline-style: none;
}



/* Top Menu */
.TopMenu {
font-size: 11px;
}
.TopMenu .inner {
padding: 8px 0 5px 0;
}
.TopMenu ul {
padding: 0;
margin: 0;
}
.TopMenu li {
display: inline-block;
display: inline;
white-space: nowrap;
list-style: none;
padding: 0 5px;
margin: 0 -3px 0 0;
}
.TopMenu li.First {
border: 0;
}
.TopMenu .CartLink span {
width: auto;
display: inline-block;
padding: 0 2px;
}
.TopMenu li div {
display: inline-block;
}
.TopMenu li.CartLink {
float: right;
border: 0;
padding: 0;
margin: 0;
}
li.CartLink a {
}
li.CartLink a:hover {
}
li.CartLink a strong {
text-transform: uppercase;
}



/* Header images */
.header_images {
padding: 7px 0 7px 0;
margin: 0 0 15px 0;
}
.header_images .img1,
.header_images .img2,
.header_images .img3 {
display: inline-block;
margin: 0 -3px 0 0;
}
.header_images .img1 {
width: 28%;
text-align: right;
padding-right: 1%;
}
.header_images .img2 {
width: 37%;
text-align: center;
padding-left: 1%;
padding-right: 1%;
}
.header_images .img3 {
width: 30%;
text-align: left;
padding-left: 1%;
}
.header_images img {
max-width: 100%;
}



/* Page Breadcrumbs */
.Breadcrumb {
margin: 0 0 20px 0;
}
.Breadcrumb ul {
list-style-type: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0 0 10px 0;
}
.Breadcrumb li {
display: inline-block;
list-style: none;
background-image: none;
font-size: 12px;
background: none;
padding: 0 0 0 5px;
margin: 0;
}
.Breadcrumb li:after {
content: '>';
display: inline-block;
padding: 0 0 0 5px;
}
.Breadcrumb li:last-child:after {
content: '';
}
.Breadcrumb li a {
text-decoration: none;
}



/* Sorting & paging */
.SubCategoryList.mobile {
display: none;
}
.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
float: left;
width: auto;
clear: none;
}
ul.PagingList {
float: left;
padding: 0;
margin: 0 0 20px 0;
}
ul.PagingList li {
display: inline-block;
list-style: none;
padding: 0 5px;
margin: 0;
}
ul.PagingList li.ActivePage {
font-weight: bold;
}
ul.PagingList a {
text-decoration: none;
}
ul.PagingList a:hover {
}

.SortBox,
.SearchSorting {
font-size: 12px;
margin-bottom: 20px;
}
.SortBox label,
.SearchSorting label {
display: inline-block;
vertical-align: middle;
padding: 5px 10px 5px 0;
}
.SortBox div.selector,
.SearchSorting div.selector {
display: inline-block;
vertical-align: middle;
}



/* Cat & Brand Listings */
.SubCategoryListGrid ul,
.SubBrandListGrid ul {
margin: 0 0 10px 0;
}
.SubCategoryListGrid li,
.SubBrandListGrid li {
display: inline-block;
vertical-align: top;
list-style: none;
background-image: none;
width: 30% !important;
text-align: center;
border: 0;
padding: 0;
margin: 0 1.666% 25px 1.666%;
}
.SubCategoryListGrid li.RowDivider,
.SubBrandListGrid li.RowDivider {
display: none !important;
}
.SubCategoryListGrid li img,
.SubBrandListGrid li img {
display: block;
width: 100% !important;
height: auto !important;
margin: 0 0 8px 0;
}
.SubCategoryListGrid li a.sub-cat-name,
.SubBrandListGrid li a.brand-name {
display: block;
text-align: center;
font-weight: bold;
padding: 10px;
}



/* Product Listings */
.ProductList {
font-size: 0;
padding: 0;
margin: 0;
overflow: hidden;
}
.ProductList li {
display: inline-block;
*display: inline;
*zoom: 1;
list-style: none;
height: auto !important;
font-size: 14px;
overflow: hidden;
width: 22.05%;
min-height: 22em;
vertical-align: top;
padding: 0 0 20px 0;
margin: 5px 1.475% 15px 1.475%;
}
.Content.Widest .ProductList li {
width: 17.75%;
margin-left: 3.625%;
margin-right: 3.625%;
}
.Content.Wide .ProductList li {
width: 22.05%;
margin-left: 1.475%;
margin-right: 1.475%;
}
.ProductList li .ProductCompareButton {
font-size: 11px;
margin: 10px 0;
text-transform: uppercase;
}
.ProductList .ProductPriceRating {
padding-bottom: 5px;
}
.ProductList .ProductActionAdd {
}
.ProductList .ProductImage,
.brand-img,
#ProductDetails .ProductThumbImage {
overflow: hidden;
text-align: center;
display: table;
table-layout: fixed;
width: 100%;
position: relative;
box-sizing: border-box;
}
.ProductList .ProductImage a,
.ProductThumbImage a {
/*display: table-cell;
width: 100%;
vertical-align: middle;
line-height: 0;*/
height: auto !important;
}
.ProductList .ProductImage img,
#ProductDetails .ProductThumbImage img {
display: block;
/*max-height: 100%; mobile hide*/
max-width: 100%;
line-height: 1.5em;
margin: 0 auto;
}
.ProductList .ProductDetails {
font-size: 12px;
padding: 10px 0 0 0;
word-wrap: break-word;
}
.ProductList .ProductDetails a {
font-weight: bold;
text-decoration: none;
}
.ProductList .ProductDetails a:hover {
}
.ProductList .ProductDetails a.btn {
}
.ProductList .p-price {
font-size: 12px;
font-weight: 700;
}
.ProductList em {
display: block;
padding-bottom: 5px;
font-style: normal;
}
.ProductList li .Rating {
display: block;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.ProductList li:hover .Rating {
opacity: 1;
}
.ProductList .pname {
display: block;
padding-bottom: 5px;
line-height: 18px;
}
.ProductList .p-name {
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
padding-bottom: 10px;
}

        
        
/* Product Detail page */
.Block#ProductDetails {
clear: both;
float: left;
width: 100%;
margin: 0;
}
.BlockContent#watchismo_product {
padding: 0 0 0 90px;
}

.watchismo-carousel .bx-wrapper {
margin: 0 auto !important;
}
.watchismo-carousel .bx-wrapper .bx-viewport {
left: 0 !important;
border: 0 !important;
box-shadow: none !important;
}
.watchismo-carousel .bx-wrapper img {
margin: 0 auto !important;
}
.watchismo-carousel .bx-wrapper .bx-controls-direction a {
z-index: 10;
}
.watchismo-carousel .bx-wrapper .bx-prev {
top: -30px;
left: 0;
width: 100%;
height: 25px;
opacity: 1;
background: #999 url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/carousel_prev.png?t=1447811245) 50% 50% no-repeat;
margin: 0;
}
.watchismo-carousel .bx-wrapper .bx-next {
top: auto;
bottom: -28px;
left: 0;
width: 100%;
height: 25px;
opacity: 1;
background: #999 url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/carousel_next.png?t=1447811245) 50% 50% no-repeat;
margin: 0;
}
.watchismo-carousel .bx-wrapper .bx-prev:hover,
.watchismo-carousel .bx-wrapper .bx-next:hover {
background-color: #666;
background-position: 50% 50% !important;
}

.watchismo-carousel {
position: relative;
float: left;
width: 80px;
text-align: center;
padding: 30px 0 32px 0;
margin: 0 0 0 -90px;
}
.watchismo-carousel .flex-viewport {
height: 250px !important;
}
.watchismo-carousel ul {
padding: 0;
margin: 0;
}
.watchismo-carousel li {
list-style: none;
opacity: 1 !important;
border: 0 !important;
padding: 0;
margin: 0;
}
.watchismo-carousel li .TinyOuterDiv {
border: 0 !important;
}

.left-content {
float: left;
width: 50%;
min-height: 250px;
margin: 0 0 20px 0;
}
.PrimaryProductDetails .ProductMain {
box-sizing: border-box;
float: right;
overflow: hidden;
padding: 0 0 20px 20px;
margin: 0 0 20px 0;
width: 50%;
}
@media screen and (max-width: 767px) {
	.PrimaryProductDetails .ProductMain {
	clear: both;
	float: none;
	width: auto;
	padding-left: 0;
	margin: 0 0 20px -90px;
	}
}

#ProductDetails .ProductThumb {
width: 100% !important;
height: auto !important;
}
#ProductDetails .ProductThumbImage {
margin: 5px 0 10px 0;
}

#ProductDetails .ImageCarouselBox {
text-align: center;
padding: 0 !important;
margin: 0 !important;
}

#ProductDetails .ProductTinyImageList {
float: none;
display: block;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
padding: 10px 0 10px 0;
margin: 0 auto;
}
#ProductDetails .ProductTinyImageList ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
#ProductDetails .ProductTinyImageList ul li {
display: inline-block;
vertical-align: middle;
list-style-image: none;
border: 0 !important;
margin: 0 10px 0 0;
padding: 0;
}
#ProductDetails .ProductTinyImageList ul li div {
border: 0 none !important;
display: table-cell;
text-align: center;
}
#ProductDetails .ProductTinyImageList ul li a {
display: block;
padding: 0 !important;
}

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
cursor: pointer;
display: none;
float: none;
display: inline-block;
vertical-align: middle;
margin-top: 0;
display: none;
}

#ProductDetails h1 {
padding-bottom: 5px !important;
}
.PrimaryProductDetails .PriceRow.p-price {
font-size: 28px;
line-height: 0.75em;
padding-bottom: 15px;
margin-bottom: 15px;
}
.PrimaryProductDetails .ProductPrice strong {
display: inline-block;
min-width: 120px;
}
.ProductDetailsGrid .DetailRow,
.ProductDetailsGrid .s-price {
margin-bottom: 15px;
}
.PrimaryProductDetails .ProductMain .reg {
font-size: 13px;
font-weight: normal;
}

.productAttributeList .productAttributeRow {
padding-left: 0 !important;
}
.productAttributeList .productAttributeRow {
display: block !important;
float: none !important;
width: auto !important;
text-align: left !important;
font-weight: normal !important;
margin: 0 0 5px 0 !important;
}
.ProductAddToCart .productAttributeLabel {
display: block !important;
float: none !important;
width: auto !important;
text-align: left !important;
font-weight: normal !important;
line-height: 1.4em;
margin: 0 0 5px 0 !important;
}
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
font-weight: bold;
padding: 3px 0 !important;
}
.OutOfStockMessage {
display: none;
}

.ProductDetailsGrid .Value,
.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
display: block;
padding: 0;
}
.ProductDetailsGrid .Label {
padding-bottom: 5px;
}
#qtyBox{
float: left;
width: 110px;
}
.DetailRow.qty {
clear: both;
width: 100%;
padding: 10px 0 0 0;
margin: 0;
}
.DetailRow.qty .qty_change {
display: none;
vertical-align: middle;
min-width: 25px;
background: #3e3e3e;
color: #fff;
text-align: center;
font-weight: bold;
padding: 10px 2px;
cursor: pointer;
}
.DetailRow.qty .qty_change.qty_minus {
margin-right: -5px;
}
.DetailRow.qty .qty_change.qty_plus {
margin-left: -5px;
}
.DetailRow .Label.QuantityInput {
font-size: 0.85em;
padding: 3px 0 5px 18px !important;
}
.BulkDiscount>.DetailRow {
float: right;
width: 100%;
max-width: 72%;
}
@media screen and (max-width: 1023px) {
	.BulkDiscount>.DetailRow {
	max-width: 60%;
	}
}

.addto {
display: block;
padding: 20px 0 20px 0;
}
.addto .BulkDiscount {
display: inline-block;
vertical-align: middle;
width: 49%;
margin: 0 -3px 0 0;
}
.addto .BulkDiscount .DetailRow {
margin-bottom: 0;
}
.addto #SideProductAddToWishList {
display: inline-block;
vertical-align: middle;
width: 48%;
margin: 0 -3px 0 0;
}
.PrimaryProductDetails .btn.add-to-cart {
width: 100% !important;
height: auto;
font-size: 1.5em;
line-height: 1em;
font-weight: normal;
text-align: center;
padding: 10px 5px;
}
.addto #SideProductAddToWishList {
margin-left: 2%;
}
.addto #SideProductAddToWishList input {
width: 100% !important;
height: auto;
font-size: 1.5em;
line-height: 1em;
font-weight: normal;
text-align: center;
padding: 10px 5px;
}

#prodAccordion {
clear: both;
padding-bottom: 30px;
}
#prodAccordion .Block {
margin-bottom: 10px;
}
#prodAccordion h2.subtitle {
text-transform: uppercase;
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/bg_accordion.png?t=1447811245) no-repeat 100% 50%;
cursor: pointer;
margin: 10px 0;
padding: 0 30px 0 0;
}
#prodAccordion .current .subtitle {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/bg_accordion_on.png?t=1447811245) no-repeat 100% 50%;
}
.prodAccordionContent {
padding: 20px 0 30px 0;
}
#ProductDescription img {
display: block;
}

/* Limit related product to 4 */
#SideProductRelated ul >li:nth-child(5) {
display: none;
}

ol.ProductReviewList {
padding-top: 15px;
}



/* Product Comparisons */
.ComparisonTable {
table-layout: fixed;
width: 100%;
}
.ComparisonTable img {
max-height: 100%;
max-width: 100%;
}
.ComparisonTable td {
font-size: 14px;
padding: 10px;
vertical-align: center;
}
.CompareFieldName {
width: 95px;
padding: 8px 10px 8px 15px;
}
.CompareFieldTop {
padding: 5px;
text-align: center;
}
.CompareFieldTop a {
font-size: 14px;
}
.CompareLeft {
padding:5px 10px 5px 10px;
}
.CompareCenter {
padding: 5px;
}
.CompareRating {
text-align:center;
padding-top:8px;
vertical-align:middle;
}
.CompareProductOption {
margin-left:20px;
padding-left:5px;
}
.Availability {
color:gray;
}
.LittleNote {
color:gray;
font-size: 0.85em;
}
.ViewCartLink {
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}



/* General Tables */
table.General,
table.CartContents,
table.General {
margin: 20px 0;
width: 100%;
}
table.General thead tr th,
table.CartContents thead tr th {
padding: 15px 10px;
text-align: left;
}
table.General tbody td,
table.CartContents tbody td {
vertical-align: top;
}
table.General tbody tr.First td {
border-top: 0;
}



/* Cart Contents Table */
.CartContents tbody td {
border-bottom: 0;
}
.CartContents .ProductName a {
font-weight:700;
}
.CartContents thead {
background: #ededed;
}
.CartContents tbody tr td {
padding: 20px;
}
.CartContents tbody tr td.CartItemTotalPrice,
.CartContents tbody tr td.CartItemIndividualPrice {
padding-top: 25px;
}
@media screen and (max-width: 767px) {
	.CartContents tbody tr td.CartItemTotalPrice,
	.CartContents tbody tr td.CartItemIndividualPrice {
	padding-top: 15px;
	}
}
.CartContents tfoot .SubTotal td {
font-weight: bold;
}
.ProductOptionList,
.ProductOptionList li {
list-style: none;
margin: 0;
padding: 0;
}
.ProductOptionList li {
margin-bottom: 3px;
margin-left: 2px;
}
.MiniCart h3 {
font-size: 1.3em;
}
.MiniCart .SubTotal {
text-align: center;
font-size: 1.1em;
}
.JustAddedProduct {
width: 128px;
overflow: hidden;
margin: auto;
text-align: center;
padding: 5px;
margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
font-size: 1em;
font-weight: normal;
display: block;
margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
font-size: 1.2em;
padding-bottom: 10px;
}
.CategoryPagination .PagingList,
.CategoryPagination .PagingList li {
list-style: none;
padding: 0;
margin: 0;
}
.CategoryPagination {
float: left;
text-align: center;
}
.CategoryPagination .PagingList li {
display: inline;
padding: 0 5px;
}



/* Homepage carousel banner */
#HomeSlideShow.flexslider {
position: relative;
border-radius: 0 !important;
box-shadow: none !important;
margin: 0 0 20px 0 !important;
}
#HomeSlideShow .slide-overlay {
display: none;
}
#HomeSlideShow .flex-control-nav {
position: absolute;
left: 0;
bottom: 10px;
}
#HomeSlideShow ul.slides {
text-align: center;
padding: 0;
margin: 0;
}
#HomeSlideShow ul.slides li {
float: left;
list-style: none;
padding: 0;
margin: 0;
}
#HomeSlideShow ul.slides li img {
display: block;
max-width: 100%;
height: auto;
}
#HomeSlideShow .flex-direction-nav {
display: none;
}
#HomeSlideShow .flex-control-paging li a {
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
cursor: pointer;
text-indent: -9999px;
}
#HomeSlideShow .flex-control-paging li a.flex-active {
cursor: default;
}



/* Wide image slider banners */
#slider,
#slider-small {
clear: both;
/*float: left;
width: 100%;*/
box-sizing: border-box;
margin: 0 0 20px 0;
}
#slider-small {
position: absolute;
top: -99999px;
left: -99999px;
}

/*#slider .Block,
#slider .BlockContent,
#slider-small .Block,
#slider-small .BlockContent {
padding: 0;
margin: 0;
}
#slider .flexslider,
#slider-small .flexslider {
position: relative;
border-radius: 0 !important;
box-shadow: none !important;
margin: 0 0 20px 0 !important;
}
#slider ul.slides,
#slider-small ul.slides {
text-align: center;
}*/
/*#slider ul.slides li,
#slider-small ul.slides li {
float: left;
list-style: none;
padding: 0;
margin: 0;
}*/
#slider ul.slides li img,
#slider-small ul.slides li img {
display: block;
max-width: 100%;
height: auto;
}



/* Sidebar styles */
.Left h3,
.Right h3 {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding: 8px 10px;
margin: 0 0 5px 0;
}
.Left ul,
.Right ul {
margin: 0 0 20px 0;
padding: 0;
}
.Left li,
.Right li {
clear: both;
list-style: none;
margin: 0;
padding: 0;
}
.Left li ul,
.Right li ul {
margin: 0;
}
.Left li ul li,
.Right li ul li {
clear: both;
list-style: none;
margin: 0;
padding: 0 0 0 10px;
}
.Left ul.side-menu li a,
.Right ul.side-menu li a,
.Left ul.category-list a {
display: block;
text-decoration: none;
padding: 5px 10px;
}
.side-banner img,
.payment-logos img {
max-width: 100%;
height: auto;
}

#SideNewProducts,
#SideCategoryNewProducts {
position: relative;
}
#SideNewProducts ul.ProductList,
#SideCategoryNewProducts ul.ProductList,
.Left .FeaturedProducts ul.ProductList {
margin: 5px 0 0 0;
}
#SideNewProducts .ProductList li,
#SideCategoryNewProducts .ProductList li,
.Left .FeaturedProducts .ProductList li {
float: left;
clear: none;
width: 100%;
min-height: 0;
margin: 0;
}
#SideNewProducts .ProductList .ProductImage,
#SideCategoryNewProducts .ProductList .ProductImage,
.Left .FeaturedProducts .ProductList .ProductImage {
border: 0;
}
#SideNewProducts .ProductList .ProductImage img,
#SideNewProducts #ProductDetails .ProductThumbImage img,
#SideCategoryNewProducts .ProductList .ProductImage img,
#SideCategoryNewProducts #ProductDetails .ProductThumbImage img,
.Left .FeaturedProducts .ProductList .ProductImage img,
.Left .FeaturedProducts #ProductDetails .ProductThumbImage img {
max-width: 100%;
height: auto;
}
#SideNewProducts .ProductList .ProductDetails,
#SideCategoryNewProducts .ProductList .ProductDetails,
.Left .FeaturedProducts .ProductList .ProductDetails {
text-align: center;
padding: 0 0 10px 0;
}
#SideNewProducts .ProductList .p-price,
#SideCategoryNewProducts .ProductList .p-price,
.Left .FeaturedProducts .ProductList .p-price {
text-align: center;
padding-bottom: 10px;
}
#SideNewProducts .ProductList .ProductDetails a,
#SideCategoryNewProducts .ProductList .ProductDetails a,
.Left .FeaturedProducts .ProductList .ProductDetails a {
font-weight: normal;
}
#SideNewProducts .flex-control-nav,
#SideCategoryNewProducts .flex-control-nav,
.Left .FeaturedProducts .flex-control-nav {
position: relative;
bottom: auto;
margin: 10px 0 0 0;
}
#SideNewProducts .flex-control-paging li,
#SideCategoryNewProducts .flex-control-paging li,
.Left .FeaturedProducts .flex-control-paging li {
padding: 5px;
}
#SideNewProducts .flex-control-paging li a,
#SideCategoryNewProducts .flex-control-paging li a,
.Left .FeaturedProducts .flex-control-paging li a {
width: 10px;
height: 10px;
border: 0 !important;
}



/* Tabbed nav used on search results */
.TabNav,
.TabNav li {
list-style: none;
margin: 0;
padding: 0;
}
.TabNav {
font-size: 12px;
padding: 0 20px;
margin-bottom: 20px;
}
.TabNav li {
margin-bottom: -1px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.TabNav li a {
display: block;
line-height: 41px;
height: 41px;
font-size: 14px;
font-weight: bold;
color: #a1a1a1;
background: #f9f9f9;
text-decoration: none;
padding: 0 16px;
margin: 0 4px;
}
.TabNav li.Active a {
color: #333;
background: #fff;
border-bottom: 1px solid #fff;
}

#SearchResultsCategory ul,
#SearchResultsBrand ul {
padding: 10px 0 0 0;
}
#SearchResultsCategory ul li,
#SearchResultsBrand ul li {
padding: 5px 0;
}
.SearchSorting {
float: right;
}



/* Fastcart */
#fastCartContainer {
margin: 20px auto 0 auto;
}
.fastCartTop {
padding: 0 10px 0 0;
}
.fastCartBottom {
padding: 0;
}
#fastCartWrapper {
padding: 0;
}
.fastCartContent {
min-height: 0;
width: auto;
}
.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
box-sizing: border-box;
float: left;
max-width: none;
width: 33.3333%;
}
.fastCartThumb {
text-align: center;
}
.fastCartItemBox {
margin-left: 0;
padding: 0 20px;
}
.fastCartSummaryBox {
padding: 20px;
text-align: center;
}
.fastCartSummaryBox .ProceedToCheckout a {
display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
float: none !important;
margin: 20px 0 0 0 !important;
}
.fastCartSummaryBox .subtotal .ProductPrice {
font-size: 40px;
font-weight: normal;
word-wrap: break-word;
}
.fastCartSummaryBox .actionLink .btn {
display: block;
}
#fastCartContainer .ProductList {
margin: 0 10px 0 -20px;
}
#fastCartContainer .ProductList {
list-style: outside none none;
margin: 0;
padding: 0;
}
#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
float: none !important;
width: 22.05% !important;
height: auto !important;
overflow: hidden;
padding: 0 !important;
margin: 5px 1.475% 15px !important;
}
#fastCartContainer .ProductList .ProductImage {
height: auto;
width: 100%;
}



/* Modal windows */
#ModalContainer {
height: auto !important;
left: 0 !important;
margin: 0 auto !important;
max-height: 95%;
max-width: 920px !important;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
right: 0 !important;
top: 20px !important;
width: 100% !important;
}
#ModalContentContainer {
background: #fff;
border-radius: 0 !important;
box-shadow: none !important;
}
#ModalContent, .ModalContent {
border: 0 !important;
font-size: inherit;
padding: 20px !important;
}
#ModalTitle, .ModalTitle {
display: none !important;
}
#ModalContainer .modalClose {
padding-right: 0 !important;
right: 11px !important;
top: 10px !important;
}
.modalClose {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon-close.png?t=1447811245) no-repeat 0 0 !important;
height: 11px !important;
overflow: hidden;
right: -10px !important;
text-indent: 999px;
width: 12px !important;
}



/* Fancybox windows */
div#fancy_overlay {
background: #000 !important;
opacity: 0.7 !important;
}
div#fancy_outer {
bottom: 20px !important;
height: auto !important;
left: 0 !important;
margin: 0 auto !important;
max-width: 920px !important;
overflow-x: hidden;
overflow-y: auto;
padding: 0 !important;
position: fixed !important;
right: 0 !important;
top: 20px !important;
width: 95% !important;
}
div#fancy_inner {
overflow: hidden;
}
div#fancy_content {
padding-top: 0 !important;
margin: 0 20px 0 0 !important; /* Allow space for close button */
}
#fancy_close {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon-close.png?t=1447811245) no-repeat 0 0 !important;
height: 11px !important;
right: 10px !important;
text-indent: 999px;
top: 10px !important;
width: 12px !important;
}



/* Homepage misc */
body#home .Block#HomeFeaturedProducts {
margin: 0;
}


/* Shopping Cart page */
.Block#CartHeader {
margin: 0;
}
table.CartContents thead tr th {
text-align: center;
}
table.CartContents thead tr th:first-child {
text-align: left;
}
.CartRemoveLink {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon_sprite.png?t=1447811245) no-repeat -46px -46px;
float: right;
height: 20px;
margin-top: 2px;
width: 20px;
text-indent: -999px;
}

.inner .Block#CartContent {
clear: none !important;
}
.CartContents .ProductName a {
font-weight: 700;
text-decoration: none;
}
.CartThumb img {
height: auto;
max-width: 100px;
}

.EstimateShipping {
padding: 20px !important;
}
.EstimateShipping dt {
width: 100px;
float: left;
margin-bottom: 8px;
clear: left;
}
.EstimateShipping dd {
margin-bottom: 8px;
font-weight: normal;
margin-left: 114px;
}
.EstimateShipping p.Submit {
margin: 20px 0 0 0;
}
.EstimateShipping label {
display: block;
margin-bottom: 5px;
}
.EstimatedShippingMethods {
clear: both;
padding: 20px 0 0 0 !important;
text-align: left;
}
.EstimatedShippingMethods table {
margin: 0 !important;
}
.ShippingMethodList {
padding: 0 !important;
}
.EstimatedShippingMethods table {
width: 100%;
border-collapse: collapse;
}
.EstimatedShippingMethods .Submit {
text-align: right;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
text-align: left;
}
.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
text-align: right;
}
.EstimateShippingButtons {
text-align: right;
}
.EstimateShippingButtons input {
margin-bottom: 20px;
}

.ProceedToCheckout,
.KeepShopping {
clear: both;
text-align: right;
}
.ProceedToCheckout .CheckoutButton {
display: inline-block;
padding-bottom: 20px;
}
.ProceedToCheckout .PayPalExpressCheckout {
float: none !important;
}



/* Express Checkout */
.ExpressCheckoutContent .CreateAccount {
padding-right: 2%;
}
.ExpressCheckoutContent .CreateAccount,
.ExpressCheckoutContent .AccountLogin {
float: left;
width: 46%;
}
.ExpressCheckoutContent .AccountLogin {
padding-left: 2%;
}

.ExpressCheckoutContent .CreateAccount .HorizontalFormContainer dt,
.ExpressCheckoutContent .AccountLogin .HorizontalFormContainer dt {
clear: none;
float: none;
font-weight: bold;
padding-bottom: 0;
text-align: left;
width: auto;
}
.ExpressCheckoutContent .CreateAccount .HorizontalFormContainer dd,
.ExpressCheckoutContent .AccountLogin .HorizontalFormContainer dd {
margin-left: 0;
padding-bottom: 0;
}
.ExpressCheckoutContent .AccountLogin dd {
float: none;
}
.ExpressCheckoutContent .HorizontalFormContainer dd input {
margin: 5px 0 15px 0;
}
.ExpressCheckoutContent .selector#uniform-FormField_11 {
width: 175px !important;
}
.ExpressCheckoutContent .HorizontalFormContainer dd a {
text-decoration: none;
}

.AddBillingAddress dt,
.AddShippingAddress dt {
clear: none;
}
.AddBillingAddress dd,
.AddShippingAddress dd {
float: left;
margin: 0;
min-height: 40px;
padding: 0 0 20px 15px !important;
width: 240px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
position: relative;
margin: 0 0 20px 0;
padding: 20px;
cursor: auto;
font-weight: bold;
text-transform: uppercase;
}
.ExpressCheckoutBlock h3 a {
font-size: 12px;
}
.ExpressCheckoutContent {
padding: 0 0 20px 20px;
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
display: inline;
font-size: 12px;
font-weight: normal;
font-style: normal;
top: 0;
padding: 22px;
white-space: nowrap;
text-transform: none;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
display: none;
}
a.ChangeLink {
position: absolute;
right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
display: inline;
top: auto;
right: 20px;
}
.ExpressCheckoutCompletedContent {
position: absolute;
left: 350px;
}



/* Footer */
.footer {
padding: 35px 0 35px 0;
}
.footer .col1,
.footer .col2,
.footer .col3,
.footer .col4,
.footer .col5 {
float: left;
width: 17%;
margin: 0 2% 0 0;
}
.footer .col4 {
width: 11%;
}
.footer .col5 {
width: 30%;
margin: 0;
}

.footer h3 {
font-size: 13px;
text-transform: uppercase;
padding: 0 0 20px 0;
}
.footer ul {
padding: 0;
margin: 0 0 20px 0;
}
.footer #SideShopByBrand ul {
margin: 0;
}
.footer li {
list-style: none;
padding: 0;
margin: 0 0 10px 0;
}
.footer p {
line-height: 1.4em;
}
.footer a {
text-decoration: none;
}
.footer a:hover {
}
.footer #socnet li {
display: inline-block;
width: 49%;
margin: 0 -3px 10px 0;
}
p.footer_copyright {
font-size: 0.85em;
padding: 60px 0 0 0;
}

.newsletter-subscription form {
max-width: 300px;
padding: 0;
margin: 0;
}
.newsletter_email {
display: inline-block;
vertical-align: middle;
width: 65%;
box-sizing: border-box;
padding: 0 10px 0 0;
margin: 0 -4px 0 0;
}
.newsletter_submit {
display: inline-block;
vertical-align: middle;
width: 35%;
}
.newsletter-subscription label {
display: none;
}
.newsletter-subscription input {
width: 100%;
border-radius: 2px;
box-sizing: border-box;
padding: 5px;
margin: 0 10px 10px 0;
}
.newsletter-subscription input.btn {
width: 100% !important;
line-height: normal;
padding: 5px 10px;
}

.main .newsletter-subscription form {
margin: 0 auto;
}
.main .newsletter-subscription h3,
.main .newsletter-subscription p {
display: none;
}



/* Top Link */
#top_link {
display: none;
position: fixed;
bottom: 0;
right: 0;
z-index: 999;
}
#top_link a {
display: block;
color: #fff;
font-size: 12px;
text-decoration: none;
background-color: rgba(0,0,0,0.33);
padding: 1em;
}
#top_link a:hover {
background-color: rgba(0,0,0,0.66);
}




/* FAQ page */
ul.faqlist-questions {
padding: 0;
margin: 0;
}
ul.faqlist-questions li {
list-style: none;
padding: 5px 0;
margin: 0 0 10px 0;
}
hr.faq-separator {
border-top: 0 !important;
}
h1 + hr.faq-separator {
margin-top: 0;
}

.faqlist-answers .fla-wrap .fla-question {
color: #323232;
font-size: 14px;
font-weight: bold;
margin: 0 0 10px;
}
.faqlist-answers .fla-wrap .fla-answer {
padding: 5px 0 19px 20px;
}



/* Drawer Menu */
#DrawerMenu {
position: absolute;
bottom: 0;
top: 0;
z-index: 0;
width: 280px;
background-color: #333;
border-right: 1px solid #555;
box-sizing: border-box;
color: #fff;
}
#DrawerMenu.on-screen {
display: block;
position: absolute;
overflow-y: auto;
}
#DrawerMenu  div {
margin :0;
}
#DrawerMenu a {
display: block;
color: #fff;
text-decoration: none;
}
#DrawerMenu a:hover {
text-decoration: underline;
}
#DrawerMenu h2 {
display: none;
}
#DrawerMenu h3 {
position: relative;
background: #000;
color: #fff;
border-bottom: 1px solid #555;
font-size: 0.8em;
font-weight: normal;
padding: 10px 15px;
text-transform: uppercase;
}
#DrawerMenu h3 a {
position: relative;
z-index: 10;
}
#DrawerMenu ul {
list-style: none;
margin: 0;
}
#DrawerMenu li {
float: none;
position: relative;
border-bottom: 1px solid #555;
list-style: none outside none;
}
#DrawerMenu li.blank {
border: 0;
}
#DrawerMenu li a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.1em;
font-weight: normal;
padding: 10px 15px;
}

#DrawerMenu #SideCategoryList,
#DrawerMenu #SideBrandList {
position: relative;
}
#DrawerMenu .view_all {
position: absolute;
top: 6px;
right: 0;
color: #ccc;
font-size: 0.7em;
letter-spacing: 0.025em;
text-transform: uppercase;
padding: 10px;
z-index: 1;
}
/*# Drawermenu "sign in" options have fixed html, so to align
the "or" text, do these terrible things. #*/
#DrawerMenu li > div {
padding: 0 15px;
}
#DrawerMenu li > div > a {
margin: 0 -15px;
}




@media screen and (max-width: 1023px) {

    /* Hide new arrivals */
    .MegaMenu > ul > li:last-child {
    display: none;
    }
    .MegaMenu ul li.HasSubMenu ul {
    width: 100%;
    left: 0;
    margin: 0;
    }
    .MegaMenu ul li ul .col,
    .MegaMenu ul li ul .top_row li {
    width: 22.5%;
    }
    .MegaMenu ul li ul .col_last {
    display: none;
    }
    .MegaMenu ul li ul .bottom_row li {
    width: 30.75%;
    }

    #SearchForm {
    width: 195px;
    }
    
    .PrimaryProductDetails .btn.add-to-cart,
    .addto #SideProductAddToWishList input {
    font-size: 1.1em;
    }
    
}



@media screen and (min-width: 767px) {

    .wrap_menu {
    display: block !important;
    }
    
}



@media screen and (max-width: 767px) {

    .MegaMenu {
    display: none;
    }

    .header-banner {
    display: none;
    }
    
    .wrap_menu { /* Mobile search container */
    display: none;
    position: fixed;
    width: 100%;
    z-index: 20;
    }
    #SearchForm {
    width: 100%;
    margin: 5px 0 5px 0;
    }
    table#QuickSearch {
    position: fixed !important;
    top: 90px !important;
    }
    
	.header_images {
	border: 0 !important;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	}
    
    .Left,
    .Content,
    .Content.Wide,
    .Content.Widest,
    .Right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    }

    .footer .col1,
    .footer .col2,
    .footer .col3 {
    width: 32%;
    }
    .footer .col3 {
    margin: 0;
    }
    .footer .col4,
    .footer .col5 {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    }
    .footer #socnet li {
    display: inline-block;
    width: 32px;
    margin: 0 10px 20px 0;
    }

    .ExpressCheckoutContent .AccountLogin {
    padding-left: 0;
    }
    .ProceedToCheckout .CheckoutButton {
    padding-bottom: 0;
    }
    
    p.footer_copyright {
    padding-top: 10px;
    }

}


@media screen and (max-width: 600px) {

    .ProductList li,
    .Content.Widest .ProductList li,
    .Content.Wide .ProductList li {
    width: 31%;
    margin-left: 1.166%;
    margin-right: 1.166%;
    }

    .SubCategoryListGrid li,
    .SubBrandListGrid li {
    width: 47% !important;
    margin-left: 1.5%;
    margin-right: 1.5%;
    }
    
	#HomeSlideShow .flex-control-paging li a {
	display: none;
	}

}


@media screen and (max-width: 480px) {

    #slider {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }
    #slider-small {
    position: relative;
    top: auto;
    left: auto;
    }
    
	 table#QuickSearch tr:nth-child(3),
    table#QuickSearch tr:nth-child(4),
    table#QuickSearch tr:nth-child(5) {
    display: none;
    }

}


@media screen and (max-width: 479px) {

    .cols2 .col1,
    .cols2 .col2 {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
    }

    .cols3 .col1,
    .cols3 .col2,
    .cols3 .col3 {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
    }

    .cols4 .col1,
    .cols4 .col2,
    .cols4 .col3,
    .cols4 .col4 {
    clear: both;
    float: none;
    width: 100%;
    margin-right: 0;
    }
    
    .cols3 img {
    width: 100%; /* Scale up 3 col homepage images */
    }

    .header_images .img1 {
    width: 39%;
    }
    .header_images .img2 {
    width: 57%;
    border-right: 0 !important;
    padding-right: 0;
    }
    .header_images .img3 {
    display: none;
    }
    
    .ProductList li,
    .Content.Widest .ProductList li,
    .Content.Wide .ProductList li {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    }

    .footer .col1,
    .footer .col2,
    .footer .col3 {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    }
    
	 table#QuickSearch tr:nth-child(3) {
    display: table-row;
    }

}








/* ................................................. Original Unedited Styles .................................................*/

#VideoSideContainer {
    display: none;
}
#FeaturedVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#FeaturedVideo iframe,
#FeaturedVideo object,
#FeaturedVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#VideoList {
    float: none;
    clear: both;
    padding: 0;
}
#VideoList ul {
    height: auto;
    width: auto;
}
#VideoList li {
    padding: 10px;
    height: 69px;
    margin: 0;
    border: solid #fff 0px;
}
.currentVideo {
    background-color: #fff;
    border: 0px;
}
.fullwidth{
    padding: 0 !important;
}
#ProductBreadcrumb ul.last {
    display: block;
}
.Message{
    padding: 20px;
}
.ccode label{
    float: left;
    width: 200px;
    padding: 0 20px;
    text-align: center;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}
#provider_list {
    line-height: 200%;
}
#ChooseShippingAddress, #ChooseBillingAddress {
    position: relative;
}
#ChooseBillingAddress label,
#ChooseShippingAddress label {
    display: block;
}
.SelectBillingAddress,
.SelectShippingAddress {
    margin-bottom: 20px;
}
#multiAddressForm div.selector {
    width: 450px;
}
.CartItemIndividualPrice  {
    text-align: right;
}
.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}
.productAttributes label,
.productAttributes span {
    white-space: nowrap;
}
table.CartContents table.productAttributes td {
	display: block;
	border: 0 !important;
}
table.CartContents table.productAttributes {
	table-layout: fixed;
}
table.CartContents table.productAttributes label {
   white-space: normal;
   word-wrap: break-word;
}
select.JSHidden {
    opacity: 0 !important;
    filter: ~"alpha(opacity = 0) !important";
}

.zoomWindow {
    width: 100%;
}
#uniform-eway_ccexpm, #uniform-eway_ccexpy,
#uniform-creditcard_ccexpm, #uniform-creditcard_ccexpy {
    width: 75px !important;
}
.CartCode {
    margin-bottom: 20px;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 50%;
}
.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    min-width: 35px;
    padding: 0;
    text-align: center;
}
#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
    width: auto !important;
}
/* Over writes of defaults */
.sf-menu a.sf-with-ul {
    min-width: 0 !important;
}
.product-nav {
    margin-bottom: 20px;
}
.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    margin: 0;
    line-height: 35px;
}

.FormFieldLabel {
    margin-right: 5px;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 2px;
    margin: 0 2px;
}
.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}
.SubBrandListGrid ul li {
    padding: 0;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}
#WishLists {
    position: relative;
}
#sel_billing_address {
    margin-bottom: 20px;
}
/*For Uniform space between buttons and for reflecting this change at only in specified place*/
.addto #SideProductAddToWishList input{
    margin-right: 10px;
}
/* Utilities
-------------------------------------------------------------- */
/* Spacing */
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/
.ptn,.pvn,.pan{padding-top:0px !important}
.pts,.pvs,.pas{padding-top:10px !important}
.ptm,.pvm,.pam{padding-top:20px !important}
.ptl,.pvl,.pal{padding-top:40px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prs,.phs,.pas{padding-right:10px !important}
.prm,.phm,.pam{padding-right:20px !important}
.prl,.phl,.pal{padding-right:40px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}
.pbs,.pvs,.pas{padding-bottom:10px !important}
.pbm,.pvm,.pam{padding-bottom:20px !important}
.pbl,.pvl,.pal{padding-bottom:40px !important}
.pln,.phn,.pan{padding-left:0px !important}
.pls,.phs,.pas{padding-left:10px !important}
.plm,.phm,.pam{padding-left:20px !important}
.pll,.phl,.pal{padding-left:40px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mts,.mvs,.mas{margin-top:10px !important}
.mtm,.mvm,.mam{margin-top:20px !important}
.mtl,.mvl,.mal{margin-top:40px !important}
.mrn,.mhn,.man{margin-right:0px !important}
.mrs,.mhs,.mas{margin-right:10px !important}
.mrm,.mhm,.mam{margin-right:20px !important}
.mrl,.mhl,.mal{margin-right:40px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}
.mbs,.mvs,.mas{margin-bottom:10px !important}
.mbm,.mvm,.mam{margin-bottom:20px !important}
.mbl,.mvl,.mal{margin-bottom:40px !important}
.mln,.mhn,.man{margin-left:0px !important}
.mls,.mhs,.mas{margin-left:10px !important}
.mlm,.mhm,.mam{margin-left:20px !important}
.mll,.mhl,.mal{margin-left:40px !important}
.mra,.mha{margin-right:auto !important}
.mla,.mha{margin-left:auto !important}
/* Original helpers */
.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;}
.PTB20 {padding: 20px 0;}
.NoMarginBottom {margin-bottom: 0;}
.HideElement {display: none;}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.alignleft {
    float: left;
    margin: 5px 15px 10px 5px;
}
@media screen and (max-width: 1023px) {
    .alignleft {
        max-width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .alignleft {
        max-width: 100px;
    }
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.txtC {
    text-align: center;
}
.txtL {
    text-align: left;
}
.txtR {
    text-align: right;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* =Plugins
-------------------------------------------------------------- */
/* ----- UniForm ----- */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.button,
div.button span {
    background-image: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon_sprite.png?t=1447811245);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
    margin: 0;
    padding: 0;
}
/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    padding: 3px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}
/* SPRITES */
/* Select */
div.selector,
div.selector span {
     font-size: 12px;
    line-height: 25px;
    height: 25px;
}
div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Checkbox */
div.checker {
    height: 18px;
    width: 18px;
}
div.checker input {
    height: 18px;
    width: 18px;
}
div.checker span {
background-position: 1px -54px;
height: 18px;
width: 18px;
}
div.checker span.checked,
div.checker:active span.checked,
div.checker.active span.checked,
div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -22px -54px;
}
/* Radio */
div.radio {
    width: 18px;
    height: 18px;
    background: none;
}
div.radio input {
    width: 18px;
    height: 18px;
}
div.radio span {
    height: 18px;
    width: 18px;
    background-position: 0px -80px;
}
div.radio span.checked,
div.radio:active span.checked,
div.radio.active span.checked,
div.radio.focus span.checked,
div.radio:hover span.checked {
    background-position: -21px -80px;
}
/* Uploader */
div.uploader {
    background-color: #fff;
    height: 35px;
    position: relative;
    overflow: hidden;
    width: 300px;
}
div.uploader span.action {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}
div.uploader span.filename {
    height: 37px;
    line-height: 37px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}
div.uploader input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    font-size: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 100px;
    border: none;
    cursor: default;
}
/* Uploader */
div.uploader span.filename {
    color: #777;
    font-size: 11px;
}
div.uploader.disabled span.action {
    color: #aaa;
}
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}
div.uploader.disabled {
    background-position: 0px -325px;
}
div.uploader.disabled span.action {
    background-position: right -381px;
}
div.button {
    background-position: 0px -523px;
}
div.button span {
    background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}
div.button.active,
div.button:active {
    background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}
div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
    height: 30px;
}
div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}
/* Select */
div.selector {
    font-size: 14px;
    background: #fff url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon_arrow_down.png?t=1447811245) no-repeat 90% center !important;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
}
div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;
}
div.selector span {
    padding: 5px 25px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 20px;
}
div.selector.disabled span {
    color: #bbb;
}
/* Checker */
div.checker {
    margin-right: 5px;
}
/* Radio */
div.radio {
    margin-right: 3px;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-------------------------------------------------------------------------------------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
    position: absolute;
}
div.button {
    cursor: pointer;
    position: relative;
}
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    margin-right: 23px;
    margin-right: -5px;
}
div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* use '=' here, not ':' */
    -moz-opacity: 0;
    border: none;
    background: none;
    cursor: pointer;
    height: 100%;
}
/* Checker */
div.checker {
    position: relative;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.checker input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    display: inline-block;
    background: none;
}
/* Radio */
div.radio {
    position: relative;
}
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.radio input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}
/* Custom.css
-------------------------------------------------------------- */

.right{
    float: right;
}
.txt24 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.txt24 em {
    font-style: normal !important;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}
.icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icon_sprite.png?t=1447811245) no-repeat 0 -27px;
}
.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    background: #999999 url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/add.png?t=1447811245) no-repeat scroll 50% 50%;font-weight: bold;
    transition: background-color 150ms ease 0s;
    text-indent: -9999px;
}
.icon-add:hover {
    background-color: #333333 !important;
    transition: background-color 150ms ease;
}
.icon-cart {
   height: 16px;
   width: 20px;
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/cart.png?t=1447811245) no-repeat 0 50%;
    margin: 0 8px 0 0;
}
.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/icons_off.png?t=1447811245) no-repeat -170px -152px;
}
.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/icons_on.png?t=1447811245) no-repeat -170px -152px;
    background-color: transparent !important;
}
.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}
.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}
.c-wrap {
    width: 980px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.txt-center{
    text-align: center!important;
}
.txt-left{
    text-align: left!important;
}
.txt-right{
    text-align: right!important;
}
small{
    font-size: 12px!important;
}

.multiStep,
.multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}
.multiStep li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.multiStep li.ActivePage h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
}
.multiStep li .icon  {
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/nav_active.png?t=1447811245) no-repeat;
    display: block;
    float: left;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    bottom: -5px;
    width: 13px;
}
.li-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}
.li-list h4 {
    position: relative;
    z-index: 1;
}
.li-list form {
    position: relative;
    z-index: 10;
}
.clear {
    clear:both;
}
.inner .Block {
    display: block;
    clear: both;
}
/* btn styles */
.Button a {
    color: #ffffff!important;
}
.full-width {
    display: block;
    clear: both;
    padding: 0;
}
.full-width .zeroLeft {
    padding-left: 0 !important
}
.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    border-left: 1px solid #e8e8e8;
}

.productlist-page.Content {
    padding: 0;
}
.productlist-page.Content .product-nav {
    border: none;
}
.nav-prev,
.nav-next {
    float: left;
    width: 12px;
    height: 12px;
    margin: 12px 5px;
    text-indent: 99px;
    overflow: hidden;
}
.nav-prev {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/pager_prev.png?t=1447811245) 50% 50% no-repeat;
}
.nav-next {
background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/white/pager_next.png?t=1447811245) 50% 50% no-repeat;
}
.mtop {
    margin-top: 27px;
}
.pbtm {
    padding-bottom: 30px;
}
.no-ptop {
    padding-top: 0!important;
}
.list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}
.list-icon,
.list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-icon li {
    line-height: 23px;
    padding: 0 0 10px 0;
}
.list-icon .icon {
    width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
    background-position: -41px 0;
}
.list-news li p {
    margin-bottom: 10px;
}
.form {
    display: block;
    clear: both;
    margin: 0;
    list-style: none;
}
.form li {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0;
}
.form li label,
.form dt {
    float: left;
    width: 175px;
    padding: 7px 25px 0 0;
    line-height: 22px;
}
.form dd {
    margin-left: 0;
    float: none;
}
.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
}
.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}
a.CustomizeItemLink {
    font-size: 11px;
}
#CartHeader {
    position: relative;
}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin-top: -20px !important;
    position: absolute;
}
.recaptcha_widget_div {
    margin-bottom: 20px;
}
.recaptchatable {
    background-color: #fff;
}
.productAttributeConfigurablePickListSet ul {
    margin: 0;
}
html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}
.fileInput {
   margin-bottom: 10px;
}
#TabContentAddressMultiple {
    padding-top: 20px;
}
.login-form label,
.login-form input {
    display: block;
    margin-bottom: 10px;
}
.login-form .actions label,
.login-form .actions input {
    display: inline-block;
    margin: 0 10px 0 0;
}
.login-form input[type=email],
.login-form input[type=password] {
    width: 50%;
}

/* FlexSlider */
.flex-direction-nav a {
    background-position: center center;
    height: auto;
    top: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    width: 25%;
    max-width: 100px;
}
.flex-direction-nav .flex-prev {
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/carousel-left-arrow.png?t=1447811245) no-repeat center left;
    top: 0;
    left: 0 !important;
    bottom: 0;
    margin-top: -40px;
}
.flex-direction-nav .flex-next {
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/carousel-right-arrow.png?t=1447811245) no-repeat center right;
    top: 0;
    right: 0 !important;
    bottom: 0;
    margin-top: -40px;
}
.CreateAccount ul {
    line-height: 1.8em;
}
.recaptchatable * {
    color: #000 !important;
}
div.FacebookLikeButtonContainer {
    margin: 0 0 20px 0;
}
div.FacebookLikeButtonContainer iframe {
    display: block;
    height: 20px;
    width: 100%;
}
/* Out of stock styling */
/* Gave strike through to text of out of stock options except rectangle styled  */
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}
/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}
/* Made the container of the strike through image relative */
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail,
.productOptionViewRectangle .outStock name {
    position: relative;
}
/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(//cdn3.bigcommerce.com/s-z74psfow/templates/__custom/images/out-of-stock-bg.png?t=1447811245) center no-repeat;
    z-index: 999;
    content: "";
}
#ToggleMenu,
#DrawerMenu,
#cart-amount {
    display:none;
}
/* Drawer menu
-------------------------------------------------------------- */

#Header,
.page {
    -webkit-transition: -webkit-transform 100ms ease-out;
    -ms-transition: -ms-transform 100ms ease-out;
    transition: transform 100ms ease-out;
}
.page.off-screen {
	-webkit-transform: translateX(280px);
	-moz-transform: translateX(280px);
	-ms-transform: translateX(280px);
	-o-transform: translateX(280px);
	transform: translateX(280px);
	position: fixed;
	overflow-y: hidden;
}
#Header.off-screen {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
/* search page edits */
#SearchTabsList, #SearchResultsCategoryAndBrand{
    display: none;
}
.js-btn-facet-range-update {
        margin: 10px 0 0 0px !important; 
}
p.SearchSuggest {
    margin-bottom: 0px;
}
#SearchPageHeader{
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 0px;
}
.TitleHeading{
    padding-bottom: 0px;
}
.CompareButtonContainer{
    display: none;
}
/*cat page */
.ProductList .ProductActionAdd {
display: none;
}
/*thank you page*/
div#tabcontent.cf {
    min-height: 250px;
}
#tabcontent .photo {
    width: 300px;
}
/*checkout*/
div#uniform-AuthorizeNet_ccexpm,div#uniform-AuthorizeNet_ccexpy{
     width:75px;
}
li.CartLink a{
    vertical-align: -webkit-baseline-middle;
}
#shippingOptionsPDP{
    margin-left: 5px;
}
.CategoryDescription{
    margin-bottom: 15px;
}
#shippingOptionsPDP{

}
.availabilityText{
    font-size: 21px;
}


.ProductImage > a img:not(:first-child) {display:none}



.ProductImage .top_to_down {position:absolute;top:-200%;right:0px;width:30%;transition:0.5s; height: 100%; background: #fff; border: 1px solid #ccc;-webkit-transition:0.5s; -moz-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s; transition:0.5s;}
.ProductImage .top_to_down > div  { border-top: 1px solid #ccc;  height: 33.3%;  padding: 5px;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; cursor: pointer;}
.ProductImage .top_to_down > div:first-child {border-top: none;}
.ProductImage .top_to_down img {/* width:100%; */ max-height: 100%; max-width: 100%;  }

.ProductImage:hover .top_to_down {top:0px;}
.ProductList .ProductImage img {max-height: 259px;}

#sidefeatured_slider .flex-viewport,
#SideCategoryNewProducts .flex-viewport{max-height: 259px;}

/*product detail page*/
#ProductWarranty>p{
	text-align: center;
	color: #139AD4;
	border-bottom: solid black 1px;
	padding: 5px;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	line-height: normal;
}
@media screen and (max-width: 767px) {
	#ProductWarranty>p{
  	font-size: 16px;
	}
}
.ProductDetailsGrid .DetailRow{
	margin-bottom: 0px;
}
.availabilityText{
	border-bottom: none !important;
}

#lowStockMessage{
	color: red;
    font-weight: bold;
    font-size: 12px;
}
.InventoryLevel{
 	/*border-top: black thin solid;*/
    padding-top: 5px;
}
#shipOptionsText{
	text-align: center;
    border: #878787 solid 1px;
    color: #878787;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: -30px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	#shipOptionsText{
  	font-size: 13px;
	}
}
#ProductWarranty {
	margin-bottom: 0;
}
.availabilityText{
	padding: 0px 0px 12px 0px !important;
}
.PrimaryProductDetails .PriceRow.p-price{
	margin-bottom: 10px;
}
.PrimaryProductDetails .btn.add-to-cart {
	height: 36px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
}
.QuantityInput{
	padding-left: 5px;
}
div#uniform-qty_.selector.fixedWidth{ background: #FFF !important;}	
#prodAccordion h2.subtitle {
    text-align: center;
}
.bx-pager-item{
	display: none !important;
} 
.saleBadge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
}
.saveBadge {
	bottom: 0;
	background-color: rgba(51, 102, 153, 0.8);
	font-size: 13.5px; 
	font-family: Helvetica Neue, Helvetica, Arial;
	padding: 4px;
}
/*checkout*/
div.PayPalExpressCheckout p {
    /*display: none;*/
    float: left !important;
        margin-left: 3px;
}
.PayPalExpressCheckout{
	padding-top: 5px;
	margin-left: 5px;
	float: left !important;
	width: 200px;
}
#shippingEstimator {
   display: none;
}
#insuranceUL {
    background-color: #D9EEF8;
    height: 50px;
    color: green;
    padding-top: 30px

}
#uniform-AuthorizeNet_ccexpy{
	width: 65px !important;
}
#uniform-AuthorizeNet_ccexpm{
	width: 65px !important;
}
.CVV2Input{
	display: block !important;
}
.ProductMain table.ExpectedReleaseDate {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
div.txtR>a.btn{
	float: left;
}
div#LayoutColumn1.Content.Widest>div.txtR{
	float: right;
}
.ProceedToCheckout .PayPalExpressCheckout {
    float: right !important;
}
div#CategoryHeading>h1.TitleHeading{
	text-align: center;
}
.bx-next, .bx-prev{
	background-color: #FFF !important;
}
#uniform-qty_{
	width:33px;
}
.qty_change{
	background-color: #999999 !important;
}
.ProceedToCheckout>.CheckoutButton {
    width: 100%;
}
.FastCartBottom{
	    width: 95%;
}
.ProductMain table.ExpectedReleaseDate {
    margin-top: 0;
    margin-bottom: 30px;
}
#sidefeatured_slider .flex-viewport {
    max-height: 359px; 
}
#SideCategoryNewProducts .flex-viewport {
    max-height: 359px;
}
.fastCartSummaryBox .actionLink .btn {
    background-color: #25A1E5;
}
.fastCartBottom{
	display: none !important;
}
.btn.alt {
    background-color: transparent;
    border: 1px solid #339FD9 !important;
    background: #fff;
    color: #339FD9;
}
.ShippingProviderList>li {
    border: 1px solid #DEDEDE;
    padding: 10px;
    margin-bottom: 6px;
    list-style: none;
}
.SuccessMessage{
	font-size: 16px;
}
ul.slides>li:nth-of-type(1n+2) {
	display: none;
}
.on-screen{
	z-index: 999999;
}
.PagingBottom {
    visibility: visible !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
#SearchForm {
        margin: -4px 5px 6px 0;
            width: 100%;
              z-index: 9;
}
.MegaMenu > ul > li:last-child {
    display: inline;
}
.MegaMenu li.home a {
    overflow: hidden; 
}