/* Global Resets */

:focus,
:visited,
:active {
    outline-style: none;
}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('gotham_book-webfont.eot');
    src: url('gotham_book-webfont.eot#iefix') format('embedded-opentype'), url('gotham_book-webfont.woff') format('woff2'), url('gotham_book-webfont.woff') format('woff'), url('gotham_book-webfont.ttf') format('truetype'), url('gotham_book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot#iefix') format('embedded-opentype'), url('gotham-bold-webfont.woff') format('woff2'), url('gotham-bold-webfont.woff') format('woff'), url('gotham-bold-webfont.ttf') format('truetype'), url('gotham-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('gotham-light-webfont.eot');
    src: url('gotham-light-webfont.eot#iefix') format('embedded-opentype'), url('gotham-light-webfont.woff') format('woff2'), url('gotham-light-webfont.woff') format('woff'), url('gotham-light-webfont.ttf') format('truetype'), url('gotham-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('gotham-medium-webfont.eot');
    src: url('gotham-medium-webfont.eot#iefix') format('embedded-opentype'), url('gotham-medium-webfont.woff') format('woff2'), url('gotham-medium-webfont.woff') format('woff'), url('gotham-medium-webfont.ttf') format('truetype'), url('gotham-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}

/* General */

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'gotham_lightregular';
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    /* Stops Mobile Safari from auto-adjusting font-sizes */
    ;
}

/* Layout */

:-moz-ui-invalid:not(output) {
    box-shadow: 0 0 0;
}
.inner:after {
    clear: both;
    content: "";
    display: table;
}
.brandSlider_wrap > .inner,
.TopMenu > .inner,
#Header > .inner,
.PageMenu > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner,
.slider_bg > .inner,
.footer_bg > .inner {
    margin: 0 auto;
}

/* Top Navigational Menu */

.TopMenu {
    font-size: 12px;
    margin: 0 0 0px 0;
}
.TopMenu ul {
    padding: 0;
    float: left;
    width: auto;
    margin: 0;
}
.TopMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 40px;
    padding: 0 0px;
    float: right;
}
.TopMenu li a {
    margin-right: 22px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gotham_lightregular';
}
.top_right_mn {
    width: auto;
    float: right;
    font-size: 12px;
    color: #888888;
    text-transform: uppercase;
}
.top_right_mn .CartLink {
    width: auto;
    float: left;
    border-left: 1px solid #d2d2d2;
    margin-top: 4px;
    padding-left: 14px;
    height: 31px;
    line-height: 31px;
}
.top_right_mn a,
.CartLink a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* Header */

#Header {
    position: relative;
    margin-bottom: 0px;
}
.header_right {
    width: auto;
    float: right;
    margin-right: -15px;
    margin-top: 46px;
}
.header_right .pages-menu li {
    padding: 0px 15px;
}
.header_right .pages-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'gotham_mediumregular';
    font-weight: 300;
    letter-spacing: 0.7px;
}
.header_right .pages-menu li a:hover,
.header_right .pages-menu li.activepage a {
    color: #91ca6a !important;
}

/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}

/* Horizontal Category List (Default & Flyout) */

#SideCategoryList h2 {
    display: block;
}

/* Logo */

.header-logo {
    float: left;
}
.header-logo img {
    display: block;
    margin: 34px 0 33px;
    padding: 0;
}

/* Top Search Form */

#SearchForm {
    position: relative;
    float: left;
    margin-right: 12px;
    width: auto;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    border-right: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 0px;
    margin: 0;
    float: left;
    width: 240px;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    border: 0px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
.no-sel {
    height: auto;
    line-height: inherit;
}
p {
    line-height: 1.5;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    font-weight: inherit;
}
a:hover {
    text-decoration: none;
}
.page-content #LayoutColumn2 a.pname:hover {
    background-color: transparent;
}
strong,
b {
    font-weight: bold;
}
.header-logo h1 {
    font-size: 40px;
}

/* Buttons */

.btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    border: none;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn.text {
    background: none;
    outline: 0;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
}
h1,
.h1 {
    font-size: 34px;
    font-weight: 300;
    padding: 0 0 20px 0;
}
h2,
.h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
h3,
.h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
h4,
.h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 20px 0;
}
h5,
.h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}
.productPage .ProductPrice,
.QuickViewModal .ProductPrice {
    font-size: 26px;
}
.footer-main,
.footer-main a {
    color: #fff !important;
}
.TitleHeading {
    margin-bottom: 20px;
}
.TitleHeading.zero {
    margin-bottom: 0;
}
img,
img a {
    border: 0;
}
ul,
ol {
    margin: 0 0 20px 20px;
}
ul ul ul {
    list-style-image: url(../images/bullet_line.png);
}
li {
    margin: 0;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    margin-right: 10px;
}
hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border-width: 1px 0 0 0;
}

/* Page Containers */

#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

/* Outer Content Wrapper (Surrounds header & content) */

#Outer {
    clear: both;
}
.centerer {
    margin: 0 auto;
    text-align: center;
}

/* Left Content Area */

.Left {
    float: left;
    margin-right: 0px;
    width: 263px;
}
.Category_page #LayoutColumn1 {
    width: 848px;
    float: right;
    clear: none;
}
#CategoryHeading .TitleHeading {
    display: none;
}
.Left h3 {
    padding-top: 0;
}
.Left .BlockContent {
    margin: 0;
}
.Left ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.Left #SideCategoryList .sf-menu li li {
    padding-left: 10px;
}
.Left li li a {
    margin: 4px 0;
    font-size: 13px;
}
.Left .sf-menu li {
    float: none;
}
.Left #SideCategoryList ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.Left #SideCategoryList {
    display: block;
    width: 100%;
    float: left;
    background: #efefef;
}
.Left #SideCategoryList ul li {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.Left #SideCategoryList ul li a {
    padding: 0 0 0 20px;
    margin: 0px;
    float: left;
    width: 100%;
    font-family: 'gotham_bookregular';
    box-sizing: border-box;
    font-size: 12px;
    color: #666666;
    line-height: 50px;
    text-transform: uppercase;
}
.Left #SideCategoryList ul li ul li a {
    padding: 0 0 0 40px;
    margin: 0px;
    line-height: 34px;
    width: 100%;
    float: left;
}
.Left #SideCategoryList ul ul {
    margin-bottom: 0px !important;
}
.Left #SideCategoryList .BlockContent,
.Left .slist .BlockContent {
    padding: 0 20px 0 0;
    overflow: hidden;
}
.Left .slist li li a {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

/* Primary Content Area */

.Content {
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 200px;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 20px;
}

/* Primary Content Area (column span of 2) */

.Content.Wide {
    padding: 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */

.Content.Widest {
    padding: 0;
    border: none;
}

/* Right Content Area */

.Right {
    float: right;
    width: 190px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}

/* 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;
    z-index: 0;
}

/* Bottom Banner styles */

.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
    left: 0;
    margin-bottom: 0;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}
.category-featured h3 {
    text-transform: uppercase;
}

/* Contains links lists & newsletter */

.footer-columns li ul,
.footer-columns li:hover ul {
    display: none !important;
}
.footer-columns .RecentNews li p {
    margin: 5px 0;
}

/* Newsletter Subscription Form */


/* News Lists */

#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
.BlogPostContent {
    clear: left;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}

/* Product Listings */

.ProductList {
    margin: 0 -15px;
    font-size: 0;
    clear: both;
    padding: 0;
    overflow: hidden;
}
.ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px;
    list-style: none;
    height: auto !important;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    width: 33.33%;
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home .ProductList li {
    width: 25%;
}
.ProductList li > div {
    width: 100%;
    float: left;
    background: #FFF;
}
.ProductList .ProductDetails {
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 10px 0px;
    word-wrap: break-word;
    float: left;
    width: 100%;
    height: 46px !important;
    overflow: hidden;
}
.ProductList .ProductDetails a {
    color: #666666;
    font-size: 14px;
    font-family: 'gotham_mediumregular';
    text-transform: uppercase;
    line-height: 23px;
}
.ProductList em {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    color: #666666;
    font-family: 'gotham_bookregular';
}
.ProductList .ProductActionAdd {
    width: 100%;
    float: left;
    border-top: 1px solid #b4b4b4;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 12px;
}
.ProductList .ProductActionAdd a {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 38px;
    background: url(../images/cart_btn.png) no-repeat left center rgba(0, 0, 0, 0) !important;
    padding: 0 0 0 30px;
    color: #000000 !important;
    text-transform: none;
    font-size: 11px;
    font-family: 'gotham_bookregular';
}
.ProductList .Rating {
    display: block;
}
.ProductList li .ProductCompareButton {
    margin-bottom: 10px;
}
.ProductList .ProductPriceRating {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.ProductList .ProductPriceRating img {
    display: inline-block !important;
}
.brand-img,
.ProductList .ProductImage,
#ProductDetails .ProductThumbImage {
    overflow: hidden;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.ProductList .ProductImage a,
.ProductThumbImage a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
}
.ProductList .ProductImage img,
#ProductDetails .ProductThumbImage img {
    max-height: 100%;
    max-width: 100%;
    line-height: 1.5em;
    /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}
.ProductList .p-name {
    font-weight: 600;
}
.ProductList .ProductRightCol {
    float: right;
}
#SimilarMultiProductsByCustomerViews .ProductList li {
    width: 20%;
}
.productPage .ShareThis {
    display: block;
    margin: 31px 0 0;
}
.productPage .ShareThis .AddThisButtonBox {
    margin: 0px 0 20px !important;
}
.productPage .ShareThis h3 {
    color: #a19e9e;
    font-family: "gotham_bookregular";
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 13px;
    text-transform: uppercase;
}
.productPage .productAddToCartBelow > h3,
.productPage .productAddToCartBelow > hr {
    display: none;
}

/* Product Listings - Horizontal */

.ProductList.List {
    margin: 0;
}
.ProductList.List li {
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: auto
}
.ProductList.List .ProductImage {
    float: left;
    width: 190px;
}
.ProductList.List .ProductQty {
    margin-left: 10px;
}
.ProductList.List .ProductDetails {
    padding: 20px;
    overflow: hidden;
}
.ProductList.List .QuickViewBtn {
    text-align: center;
    width: 170px;
}

/* Add to cart popup __master overrides */

.fastCartContent {
    min-height: 0;
    width: auto;
}
#fastCartContainer .ProductList .ProductImage {
    height: auto;
    /* Have to keep to override master */
    width: 100%;
    /* Have to keep to override master */
}
.SubBrandListGrid .RowDivider {
    display: none!important;
}
.brand-img {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
.brand-img img {
    width: auto;
}
.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage,
.Right .ProductList .ProductImage {
    display: none;
}

/* Top Seller Block Specific */

.Right .TopSellers,
.Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber {
    /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}

/* Contains the details of the item */

.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}
.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 {
    padding: 16px 0px !important;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    background: #FFF;
    text-align: center;
}
.Breadcrumb ul {
    width: auto;
    padding: 0px 0;
    list-style-type: none;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
.Breadcrumb li {
    list-style-type: none;
    font-size: 12px;
    color: #737373;
    font-weight: 300;
    font-family: 'gotham_lightregular';
    padding: 0 8px 0 0;
    display: block;
    float: none;
    display: inline-block;
    line-height: 18px;
    background: none;
    text-transform: uppercase;
}
.Breadcrumb li a {
    padding-right: 15px;
    background: url(../images/sep_brad.png) no-repeat right center;
    display: inline-block;
    font-family: 'gotham_lightregular';
    *display: inline;
    font-size: 12px;
    color: #737373;
    *zoom: 1;
}
.Breadcrumb li:first-of-type,
.Breadcrumb li.home_Breadcrumb {
    background: url(../images/sep_brad.png) no-repeat right center;
    padding-right: 13px;
    margin-right: 8px;
}
.Breadcrumb li:first-of-type a,
.Breadcrumb li.home_Breadcrumb a {
    width: 20px;
    height: 18px;
    margin-right: 10px;
    padding: 0px;
    text-indent: -9999px;
    background: url(../images/home_ic.png) no-repeat center;
}
.top-title {
    position: relative;
}
.top-title h2 {
    margin: 0;
}
.productlist-page .top-title {
    margin-bottom: 0;
}
.Left .afterSideShopByBrand {
    padding: 8px 0 0 0;
    display: block;
}

/* Helpers */

.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clear fix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}
.borderB {
    border-bottom: 1px solid #d6d6d6;
}
.borderR {
    border-right: 1px solid #d6d6d6;
}

/* It is added because the app is generating the class 'ClearLeft'. For example this class is being generated on the BPAY confirmation page */

.ClearLeft {
    clear: left;
}

/* Miscellaneous Definitions */

.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    display: none;
}
.SortBox {
    font-size: 0.95em;
    color: @primary-color;
    padding: 12px 5px 0 0;
}
.CompareButton {
    text-align: right;
    margin-bottom: 20px;
}
.Required {
    color: #ff0000;
}
.ShippingAddressList,
.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
#ProductDetails h1 {
    padding: 0;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}
.PrimaryProductDetails .ProductThumb {
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    text-align: center;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.PrimaryProductDetails .ProductMain {
    overflow: hidden;
    padding: 0 0 20px 20px;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}
.Right hr {
    margin: 5px 0 0;
}
.ComparisonCheckbox {
    float: left;
}
.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}
.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* 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: 6px 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 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;
}

/* Quick Search */

.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 310px;
    position: absolute;
    top: 90px;
    right:-24px;
    width: 100%;
    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;
    color: #777;
}
.QuickSearchResultName {
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover {
    background: #D6D6D6;
}
.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;
}

/* 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: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}
.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}
.SubCategoryList {
    margin-bottom: 20px;
}
.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

/*# MOBILE SUBCATEGORY #*/

.js-mobile-sub-category-menu {
    display: none;
}
.js-mobile-sub-category-menu .selector {
    display: block;
}
.js-mobile-sub-category-menu .selector span {
    font-size: 12px;
    height: auto;
}
.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}
.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}
.ProductReviewList {
    clear: both;
}
.ProductReviewList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}
.SoldOut {
    color: #999;

}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    cursor: pointer;
    color: @primary-color;
    background: #fff;
    border: 0;
}

/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}
.productOptionPickListSwatch ul {
    margin-bottom: 20px;
}
.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px !important;
}
.productAttributeValue {
    clear: both;
}
.productAttributeValue .ui-datepicker-trigger {
    display: none;
}
.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    float: none !important;
}

/** Top Right Locale Chooser (list of flags) **/

.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 {
    margin: 1px 3px;
}

/** Currency Selector **/

.CurrencyList dl {
    margin: 0;
    padding: 0;
}
.CurrencyList dd {
    margin: 0px;
    background-color: #F9F9F9;
    clear: both;
}
.CurrencyList dd:hover {
    background-color: #fff;
}
.CurrencyList a {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
}
.selected-currency .Flag,
.CurrencyList a .Flag {
    float: left;
    margin-right: 10px;
}
.CurrencyList img {
    vertical-align: middle;
}
.currency-converter {
    cursor: pointer;
    position: relative;
    text-align: left;
    z-index: 60;
}
.currency-converter:hover .CurrencyChooser {
    display: block;
}
.currency-converter p {
    margin: 0;
}
.CurrencyChooser {
    display: none;
    position: absolute;
    float: left;
    right: 0;
    top: 100%;
    padding: 15px;
    background: #ffffff;
    min-width: 150px;
}
.CurrencyChooser h2 {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.CurrencyChooser a span {
    font-size: 11px;
    line-height: 22px;
}
.selected-currency {
    cursor: pointer;
    padding: 10px 20px 10px 10px !important;
    background: url(../images/icon_arrow_down.png) no-repeat right center;
}
.TopMenu .selected-currency {
    display: none;
}
.selected-currency span {
    font-size: 11px;
}
.CurrencyChooser .BlockContent {
    position: relative;
    margin-top: -1px;
}
.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
}
.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    padding: 20px !important;
}
.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}
.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}
.ShippingMethodList {
    padding: 0 !important;
}
.EstimatedShippingMethods table {
    margin: 0 !important;
    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;
}
.SharePublicWishList {
    padding: 5px;
}

/* Express Checkout */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background-color: #fff;
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px;
    cursor: auto;
    font-weight: bold;
    text-transform: uppercase;
}
.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}
.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;
    color: #bebebe;
}
.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;
}
.LoadingIndicator {
    margin-left: 10px;
}
.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}
.HeaderLiveChat img {
    vertical-align: middle;
}
.SubCategoryListGrid {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin: 0;
}
.SubCategoryListGrid .sub-cat-name {
    display: block;
}
.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: bottom;
    text-align: center;
    width: 150px;
}
.SubCategoryListGrid > ul li img {
    max-width: 100%
}
.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}
.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../images/SubBrand.gif') no-repeat 3px 50%;
}
.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubBrandListGrid li {
    margin: 0;
    width: 33.333%;
    background: #fff;
    float: left;
    text-align: center;
}
.SubBrandListGrid .brand-img,
.SubBrandListGrid .brand-name {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.SubBrandListGrid ol {
    clear: both;
}
.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}
.ProductAddToCart.cannot-purchase .add-to-cart {
    display: none;
}
.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}
.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width: 183px;
    height: 50px;
}
.OutOfStockMessage {
    display: none;
}
.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') 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;
}
.TagList {
    margin-top: 20px;
}
.CartThumb {
    text-align: center;
    width: 1px;
}
.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}
.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

/* Tabbed Navigation */

.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;
    padding: 0 16px;
    height: 41px;
    font-weight: 600;
    font-size: 14px;
    background: #f9f9f9;
    margin: 0 4px;
    color: #a1a1a1;
}
.TabNav li.Active a {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float: left;
}
.ProductAddToCart .BulkDiscount {
    clear: both;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.ContentList {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-image: none;
}
.ContentList li {
    list-style-type: none;
    margin: 0 0 20px 0;
    border-top: 0;
}
.OrderItemMessage {
    padding: 7px;
    margin: 10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color: gray;
    font-size: 0.85em;
    font-weight: normal;
    padding: 2px 0px 2px;
}
.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */


/* Product Details Price */

.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: 0.95em;
}
.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}
#SearchResultsCategoryAndBrand {
    margin: 20px 0;
}
.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/


/** AJAX loading box - Start **/

#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;
}

/** AJAX loading box - End **/


/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background: none;
    border: none;
    margin-top: 16px;
    cursor: pointer;
    display: none;
}
.ProductTinyImageList ul li div {
    text-align: center;
}
#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.ProductTinyImageList ul li img {
    width: 100%;
    
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}

/***** Product Attribute List *****/


/* set up the row for css table-like alignment */

.quick-view-product-details-container .required,
.quick-view-product-details-container .Required,
.ProductMain .Required,
.required {
    color: #be0303 !important;
    display: block;
    left: -12px;
    position: absolute;
    top: 0;
    font-weight: bold;
}
.ProductMain table.ExpectedReleaseDate {
    margin-top: 0;
}

/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}

/* Below is required to overwrite __Master defaults */

.productAttributeList .productAttributeRow,
.productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
}
.productAttributeList li {
    margin-bottom: 10px;
}
.productAttributeList ul.list-horizontal {
    margin: 0;
}
.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 250px !important;
}
.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
}
.productOptionViewRectangle .option label {
    background-color: #fff;
    padding: 5px 10px !important;
    min-width: 30px;
    text-align: center;
}
.productOptionViewRectangle .option.selectedValue label {
    background-color: #6a6a6a;
    color: #fff;
}
#tabcontent {
    border-radius: 0;
}
#tabcontent .photo {
    margin-right: 20px;
    float: left;
    width: 200px;
}
#tabcontent .photo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
#tabcontent #url {
    margin-bottom: 20px;
}
ul.tabs li {
    border-radius: 0;
}

/* Product Videos */

.previewImageContainer {
    height: 30px;
    width: 50px;
}
.videoRow img {
    float: left;
    padding-right: 5px;
}
.videoRowTitle {
    font-weight: bold;
}
.videoRowDescription {
    max-height: 50px;
    overflow: hidden;
}
.VideoOverlay {
    background-image: url('../images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.VideoContentContainer {
    position: relative;
    margin-left: 3px;
    padding-left: 92px;
}

/** 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: 4px;
}
.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}
#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    width: 240px;
    height: 265px;
}
#VideoContainer {
    padding: 5px 0 5px 5px;
    height: 265px;
}
.VideoSingleTitle {
    font-weight: bold;
}
.VideoSingleDescription {
    margin-bottom: 20px;
}
.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}
.Content #VideoSideContainer {
    display: none;
}
#VideoSideContainer ul {
    text-align: center;
}
#VideoSideContainer ul li {
    margin-bottom: 5px;
}
.VideoSideDescription {
    padding: 2px 10px;
}
.VideoImageContainer {
    position: relative;
    float: left;
}
.ToggleSearchFormLink {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.ToggleSearchFormLink a {
    color: #fff;
}
.Panel#ProductTabs {
    padding-top: 0px;
}
.AddThisButtonBox {
    float: none !important;
    margin: 20px 0 !important;
}
.PinterestButtonContainer {
    margin: 0 auto 20px;
    max-width: 200px;
}
.AddThisButtonBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* Accordion for product page
....................................................................... */

#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #d6d6d6;
}
.prodAccordionContent {
    display: block;
}
.current .prodAccordionContent {
    display: block;
}

/* Footer Menu
....................................................................... */

.PageMenu {
    position: relative;
    z-index: 50;
    margin: 0 0 20px 0;
}
.PageMenu .borderR {
    border-right: 0;
}
.PageMenu .CategoryList {
    padding-left: 20px;
}
.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
.PageMenu li .icon {
    display: none !important;
}
.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(../images/nav_active.png) no-repeat center top;
}
.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
}
.footer .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #333 transparent transparent transparent;
}
.PageMenu li ul ul:before {
    content: none;
    border-color: 0 none;
}
.PageMenu li ul li {
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 1em;
    text-align: left;
    width: auto;
    position: static;
}
.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    line-height: 3em;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}
.PageMenu li ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100% !important;
    width: 250px;
    left: 0;
    list-style-image: none;
}
.footer .PageMenu li ul {
    top: auto !important;
    bottom: 25px;
}
.sf-sub-indicator {
    display: none !important;
}
.PageMenu li.sfHover ul {
    display: block;
}
.PageMenu .sf-menu li {
    float: none;
}
.PageMenu .sf-menu li ul {
    z-index: 150 !important;
}
.PageMenu .sf-menu li ul li {
    z-index: 200 !important;
}
.Left #SideCategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}
.PageMenu li ul li {
    list-style-image: none;
}
.PageMenu li ul ul {
    display: none;
    border-left: 1px solid #191919 !important;
    left: 249px !important;
    margin-left: 0;
    top: 0px !important;
}
.PageMenu li {
    position: relative;
    /*z-index: 1;*/
    padding: 20px 0 16px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 20px 0 0;
}
.PageMenu li ul li a.hasSub {
    background: url(../images/sub.png) 100% 50% no-repeat;
    padding-right: 20px;
}
.inner .Block {
    display: block;
    clear: both;
}
.FeaturedProducts,
.NewProducts,
.TopSellers {
    margin-bottom: 0px;
}
table.General,
table.CartContent,
table.CartContents {
    border-collapse: collapse;
}
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
    border-bottom: 1px solid #d6d6d6;
}
.PageContent #crmWebToEntityForm table tbody tr td{
  border-bottom: medium none;
  display: block;
  margin: 0 !important;
  padding: 5px 0 5px 10px !important;
  width: 100% !important; float:left;
}
.PageContent #crmWebToEntityForm input[type="text"],textarea {
  width: 100% !important;
}
.PageContent #crmWebToEntityForm input[type="submit"] {
  background: #91ca6b none repeat scroll 0 0;
  border:none;
  color: #fff !important;
  font-family: "gotham_bookregular";
  font-size: 16px !important;
  height: 48px;
  padding: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 120px;
  float:left;
}
.PageContent #crmWebToEntityForm input[type="reset"] {
  background: #000 none repeat scroll 0 0;
  border:none;
  color: #fff !important;
  font-family: "gotham_bookregular";
  font-size: 16px !important;
  height: 48px;
  padding: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 120px;
  float:left;
  margin-left:10px;
}
.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.BlockContent .CartThumb img {
    max-width: 100px;
    height: auto;
}
#SharingDataWrapper {
    height: auto;
}
#SharingDataChoices {
    float: none;
}
#SharingDataChoices li {
    width: auto;
    height: auto;
}
.EstimateShippingButtons {
    text-align: right;
}
.EstimateShippingButtons input {
    margin-bottom: 20px;
}
#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}
.left-content {
    float: left;
    width: 50%;
}
.left-content .ProductList {
    margin: 0 0 10px -10px;
}
.left-content .ProductList li {
    width: 20%;
    padding: 0 0 10px 10px;
}
.left-content .ProductList .ProductImage a {
    height: 100px;
}
.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}
.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
}
.left-content .ProductList .ProductPriceRating {
    display: none;
}
.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}
#recaptcha_area {
    max-width: 100%;
    margin-right: auto;
}
.PagingList .icon {
    display: none;
}
.SortBox div.selector,
.SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.SortBox div.selector span,
.SearchSortingSelectContainer div.selector span {
    height: 35px;
    line-height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}
.AccountOrderStatusList li {
    position: relative;
    list-style-image: none;
}
#LayoutColumn1 .h3tt {
    display: none;
}
#LayoutColumn2 .multiStep {
    display: none;
}
.banner_category_page_top {
    position: relative;
}
.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}
.CartContents tfoot .gtotal.SubTotal td {
    font-size: 17px;
    text-transform: uppercase;
}
.HowToPay,
.NotifyMessage {
    margin: 0 0 15px 0;
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    border-radius: 0;
}
.HowToPay p {
    margin: 0;
    padding: 0;
}
.OrderItem1 .selector,
.OrderItem2 .selector {
    width: 75px;
}
.BlockContent img {
    max-width: 100%;
    height: auto;
}

/* recapcha */

.recaptchatable .recaptcha_image_cell center {
    height: auto !important;
}
.recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    max-width: 238px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}
.recaptchatable #recaptcha_image {
    height: auto !important;
    width: auto !important;
}
.recaptchatable .recaptcha_image_cell {
    width: 240px !important;
}
.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}
#recaptcha_reload_btn {
    display: block;
    background: url(../images/recapRefresh.png) 0 0 no-repeat !important;
}
#recaptcha_reload_btn img {
    visibility: hidden;
}
#recaptcha_switch_audio_btn {
    display: block;
    background: url(../images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}
#recaptcha_whatsthis_btn {
    display: block;
    background: url(../images/recapHelp.png) 0 0 no-repeat !important;
}
#recaptcha_whatsthis_btn img {
    visibility: hidden;
    isibility: hidden;
}
.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}
#PageMenu {
    position: relative;
    z-index: 10;
}

/* fancybox */

#fancy_bg {
    display: none !important;
}
div#fancy_outer {
    position: fixed !important;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    top: 20px !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 920px !important;
    width: 95% !important;
    padding: 0 !important;
    z-index: 110 !important;
}
#fancy_close {
    background: url("../images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 20px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 20px !important;
}
.PageMenu h3 {
    display: none !important;
}
div#fancy_overlay,
#ModalOverlay {
    background: #000 !important;
    opacity: 0.7 !important;
    z-index: 100 !important;
}
#ModalContentContainer {
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;
}
#ModalContent,
.ModalContent {
    padding: 20px !important;
    border: none!important;
    font-size: inherit;
}
#ModalContent:after,
.ModalContent:after {
    content: "";
    display: table;
    clear: both;
}
#ModalButtonRow,
.ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}
#ModalContainer .modalClose {
    top: 10px !important;
    right: 11px !important;
    padding-right: 0 !important;
}
.ModalButtonRow input {
    font-weight: normal !important;
}
.AddBillingAddress dt,
.AddShippingAddress dt {
    clear: none;
}
.AddBillingAddress dd,
.AddShippingAddress dd {
    margin: 0 0 0 180px;
    padding: 0 0 20px 15px !important;
    width: 210px;
    min-height: 40px;
}
.Content .Button,
.form .Button {
    display: inline-block;
}
.QuickSearch tbody tr {
    display: block;
    padding: 10px;
}
.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}
.QuickSearch tbody tr.QuickSearchResult:hover {
    background-color: #ededed;
}
.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

/* inner */

.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
    float: right;
    width: auto;
    clear: none;
}
.PagingList {
    float: left;
}
.CategoryPagination .PagingList .ActivePage {
    font-weight: 600;
}
.CategoryPagination .PagingList li {
    padding: 0 5px;
}
.CategoryPagination .PagingList a {
    color: #b4b4b4;
}
.CategoryPagination .PagingList a:hover {
    color: #312E29;
}
.inner #CategoryHeading {
    float: none;
    width: auto;
    clear: none;
}
.SortBox,
.SearchSorting {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.SortBox label,
.SearchSorting label {
    float: left;
    font-size: 12px;
    padding: 10px 10px 0 0;
    text-transform: uppercase;
}
.SortBox div.selector,
.SearchSorting div.selector {
    float: right;
    line-height: 35px;
    min-height: 35px !important;
    padding: 0;
    font-size: 12px;
}
div.selector select {
    font-size: 12px;
}
#uniform-revrating {
    width: 200px !important;
}
.SortBox div.selector span,
.SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
}
.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 40px 0;
}
#ProductReviews .btn {
    margin-bottom: 20px;
}
#ProductReviews p.Submit {
    margin-bottom: 0;
}
#message_content {
    height: 240px;
}
.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}
ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}
table thead tr th,
table.General thead tr th,
table.CartContents thead tr th,
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
    padding: 20px 10px;
}
table tbody tr td,
table.General tbody tr td,
table,
table.General,
table.CartContents {
    margin: 20px 0;
}

/* Checkout */

a.ChangeLink {
    top: 12px;
    right: 10px;
}
.ExpressCheckoutContent {
    padding: 0 0 20px 20px;
}
.ExpressCheckoutContent>.CreateAccount,
.ExpressCheckoutContent>.AccountLogin {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#CheckoutGuestForm li {
    list-style-type: none;
}
#CheckoutStepConfirmation .SubTotal td strong,
#CheckoutStepConfirmation .SubTotal td em {
    display: block;
    padding-top: 0;
}
#CheckoutStepConfirmation .SubTotal .Block {
    margin-bottom: 0;
}
#CheckoutStepConfirmation .SubTotal.st td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.AccountMessageList li {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}
.AccountMessageList .by {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}
.AccountMessageList .by img {
    position: absolute;
    left: 0;
    top: 2px;
}
.AccountMessageList blockquote {
    margin-left: 0;
    padding-top: 5px;
}
.AccountOrderStatusList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Meta {
    font-size: 12px;
}
.OrderItemList {
    margin: 10px 60px;
}
.AccountOrderStatusList li,
.AccountOrdersList li {
    position: relative;
}
.li-list {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}
.AccountOrderStatusList .box1 {
    padding: 0 10px 0 20px;
}
.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}
.btns form {
    display: inline;
    float: right;
}
.btns span.FloatRight {
    padding: 0 5px;
}
.btns .btn-clear {
    float: left;
    clear: none;
}
.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
}
.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}
.ShippingMethodList table td {
    padding: 15px 10px 10px 10px!important;
}

/* override invalid width set by uniform jq-plugin on firefox */

.CartItemQuantity .selector,
.DetailRow.qty .selector {
    width: 75px !important;
}
.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 20px;
    height: 20px;
}
.CartRemoveLink {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url(../images/icon_sprite.png) no-repeat -46px -46px;
}
.SubTotal td {
    padding: 20px 0 0 0;
}
.ProceedToCheckout,
.KeepShopping {
    text-align: right;
}
.ProceedToCheckout .PayPalExpressCheckout p {
    margin-bottom: 20px;
}
.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
    float: none !important;
}
.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}
.ProceedToCheckout.btm .CheckoutButton {
    padding-bottom: 20px;
}
.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6a6a6a;
}
.boxin .mtop {
    margin-top: 20px;
}
.GiftCertificateThemeList {
    line-height: 28px !important;
}
.GiftCertificateThemeList label {
    float: left;
    clear: both;
}
#ProductDetails .ProductTinyImageList ul li {
    border: 0 none !important;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style-image: none;
}
#ProductDetails .ProductTinyImageList ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
}
#ProductDetails .ProductTinyImageList {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}
.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 10px;
    position: relative;
}
#ProductDetails .ImageCarouselBox {
    margin: 10px auto 0;
}
#ProductDetails .ImageCarouselBox br {
    display: none;
    /* TODO once the JS that inserts the BR is removed, remove this style */
    ;
}
.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    /* Vertically center the control arrow icons */
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 20px;
}
#ProductDetails #ImageScrollPrev {
    left: 0;
}
#ProductDetails #ImageScrollNext {
    right: 0;
}
.ProductDetailsGrid .DetailRow,
.ProductDetailsGrid .s-price {
    margin-bottom: 20px;
}
.ProductDetailsGrid .DetailRow .BrandName {
    padding: 0;
}
.ProductDetailsGrid .DetailRow.nop {
    padding: 0;
}
.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left !important;
    position: relative;
}
.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
}
.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
}
.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
}
#prodAccordion {
    padding-bottom: 15px;
    border-top: 1px solid #d6d6d6;
}
#prodAccordion .current .subtitle {
    background: url(../images/bul_accordion_on.png) no-repeat right center !important;
}
#prodAccordion .subtitle {
    margin: 15px 15px 15px 0 !important;
    border: solid 0px !important;
    font-size: 16px !important;
    padding: 0 30px 0 0 !important;
    float: none;
    background: url(../images/bul_accordion_offRight.png) no-repeat right center !important;
    cursor: pointer;
}
.prodAccordionContent {
    border-top: 0px solid #EAEAEA;
}
#SimilarProductsByCustomerViews .btn {
    /*   display: none; */
}
#fastCartContainer .ProductList {
    margin: 0 10px 0 -20px;
}
#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
    height: auto !important;
    margin: 0;
    padding: 0 0 0 20px;
    width: 25%;
}
#fastCartContainer .ProductList li .ProductPriceRating {
    margin-top: 0;
}
.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
    width: 33.333333%;
    max-width: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fastCartThumb {
    text-align: center;
}
.fastCartItemBox {
    margin-left: 0;
    padding: 0 20px;
}
.fastCartSummaryBox {
    padding: 20px;
    text-align: center;
}
.fastCartSummaryBox .ProceedToCheckout {
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}
.fastCartSummaryBox .subtotal {
    /* These are overrides for __Master */
    clear: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .subtotal .ProductPrice {
    font-size: 40px;
    word-wrap: break-word;
}
.fastCartSummaryBox .actionLink {
    margin: 0 0 20px 0;
}
.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}
.fastCartSummaryBox .actionLink .btn {
    display: block;
}
.fastCartSummaryBox .PayPalExpressCheckout {
    width: 100%;
}
.modalClose {
    float: left;
    width: 20px !important;
    height: 20px !important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px !important;
    background: url(../images/icon-close.png) no-repeat 0 0 !important;
}
#ModalTitle,
.ModalTitle {
    display: none!important;
}
#ModalContainer {
    position: fixed !important;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-height: 95% !important;
    max-width: 920px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    right: 0 !important;
    top: 20px !important;
    width: 100% !important;
    z-index: 110 !important;
}

/* Footer */

.footer {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding-top: 55px;
}
#SideNewsletterBox {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0 30px;
    background: #767675;
    margin-bottom: 62px;
}
#SideNewsletterBox h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'gotham_mediumregular';
}
#SideNewsletterBox p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 10px 0px 16px 0px;
    padding: 0px;
    font-family: 'gotham_lightregular';
}
#subscribe_form {
    width: 500px;
    margin: 0px auto;
    position: relative;
}
#subscribe_form label {
    display: none;
}
#subscribe_form #nl_email {
    width: 100%;
    float: left;
    border: 1px solid #fff;
    height: 48px;
    padding: 0px 20px;
    line-height: 48px;
    font-size: 14px;
    color: #cacaca;
    font-family: 'gotham_bookregular';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#subscribe_form .btn {
    background: #91ca6b;
    width: 120px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
    font-family: 'gotham_bookregular';
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer_bg {
    width: 100%;
    float: left;
    background: url(../images/footere_bg.jpg) repeat-x top #686868 ;
    background-size: auto 100%;
    padding: 54px 0px 50px;
}
.footer_bg h2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'gotham_mediumregular';
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer_row {
    clear: both;
    margin: 0px -15px;
}
.footer_cols {
    width: 35%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
.footer_cols p {
    font-family: 'gotham_lightregular';
    color: #FFFFFF;
    margin: 0px 100px 0px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 28px;
}
.footer_cols1 {
    width: 18%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
.footer_cols1 ul,
.footer_cols1 ul li {
    font-family: 'gotham_lightregular';
    color: #FFFFFF;
    list-style: outside;
    list-style-type: disc;
    margin: 0px 0px 0px 13px;
    padding: 0px;
}
.footer_cols1 ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
}
.footer_cols2 {
    width: 25%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
.footer_cols2 div {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.footer_cols2 div span {
    width: auto;
    float: left;
    margin-top: 5px;
}
.footer_cols2 div p {
    width: 88%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    font-family: 'gotham_lightregular';
}
.footer-links {
    width: 100%;
    float: left;
    border-top: 0px none #898989;
    background: #000;
}
.footer-main li {
    float: left;
    font-size: 13px;
    width: 100%;
}
.subscribe_form ul {
    text-align: right;
}
.subscribe_form li {
    display: inline-block;
    vertical-align: top;
}
.footer #SideCategoryList li ul,
.footer #SideCategoryList .sf-menu li ul {
    display: none!important;
}
.footer .subtitle {
    display: none;
}
.footer ul,
.footer-links ul,
.footer #SideCategoryList ul {
    float: left;
    width: 100% !important;
    margin: 0;
    list-style: none;
}
.footer .footer-columns li {
    padding: 5px 0;
}
.footer-links a,
.footer-links {
    color: #fff !important;
    font-family: "Lato";
    font-size: 12px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .footer-links .links span::before {
        content: "|";
        margin: auto 6px;
    }
}
@media screen and (max-width: 767px) {
    .footer-links .links {
        display: block;
    }
    .footer-links .links span + span:before {
        content: "|";
        margin: auto 6px;
    }
}

/*.footer #SideCategoryList li a,
.footer #SideCategoryList .sf-menu li a,
.footer .CategoryList .sf-menu li a {
    height: auto;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
    padding: 0 !important;
}*/

.footer-links ul {
    float: left;
    width: 100%;
    margin: 30px 0 0 0!important;
    padding: 15px 0!important;
    border-top: 1px solid #6a6a6a;
}
.footer-links .PageMenu {
    border: none;
}
.footer-links .PageMenu .icon {
    display: none;
}
.footer-links .PageMenu a {
    font-size: 12px;
}
.footer-links .PageMenu ul {
    float: left;
    margin-top: 0!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #6a6a6a;
}
.footer-links .PageMenu ul ul {
    display: none!important;
}
.footer-links .PageMenu li {
    float: left;
    width: auto!important;
    margin: 0;
    padding: 0 8px!important;
    border-left: 1px solid #6a6a6a;
    text-transform: none!important;
}
.footer-links .PageMenu #Menu > ul > li > a {
    padding: 0;
}
.footer-links .PageMenu #Menu > ul > li > a:hover {
    border-bottom: 0 none;
}
.footer-links .PageMenu li:first-child {
    border-left: 0;
    padding-left: 0 !important;
}
.footer-links .PageMenu ul ul {
    display: none;
    width: 250px !important;
    top: 30px;
    left: 50%;
    margin-left: -125px !important;
}
.footer-links .PageMenu ul li.over ul {
    display: block !important;
}
.footer-links .PageMenu ul ul li {
    float: none;
}
.footer-links .PageMenu ul ul li a {
    padding: 5px 0 !important;
}
.footer-links .PageMenu li.First {
    border-left: none;
    padding-left: 0!important;
}
.footer-links .PageMenu > div {
    display: block;
}
.footer-links p {
    display: block;
    clear: both;
    padding: 20px 0;
    margin: 0;
    font-size: 11px;
}
.footer .powered-by {
    float: right;
}
.footer .powered-by a {
    background: url('../images/bc_logo_sprite.png') no-repeat;
    background-position: 0 0;
    height: 22px;
    width: 95px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    filter: ~"alpha(opacity=30)";
    /* Internet Explorer */
    opacity: 0.3;
    /* Chrome, Firefox, Opera, Safari */
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    /* IE8 */
    -khtml-opacity: 0.30;
    -moz-opacity: 0.30;
    /* Old Firefox */
    margin-left: 7px;
}
.footer .powered-by a:hover {
    background-position: 0 -25px;
    filter: ~"alpha(opacity=100)";
    /* Internet Explorer */
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari */
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    /* IE8 */
    -khtml-opacity: 1;
    -moz-opacity: 1;
    /* Old Firefox */
}
.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
}
.video-wrapper embed {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#VideoContainer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    border: solid red 0px;
    height: auto;
}
#VideoSideContainer {
    display: none;
}
#FeaturedVideo {
    float: none;
    clear: both;
    border: solid red 0px;
}
#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;
}

/* zoom overrides */

.ProductThumbImage .zoomWindow {
    margin-left: -1px;
}
#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;
}
#cookieNotification {
    max-height: 88px;
}
#cookieNotification .cookie-inner {
    max-width: 940px;
    width: 100%;
}
#cookieNotification p {
    float: none;
}
#cookieNotification button {
    float: right;
    margin: 17px 0 0 0;
}
@media screen and (max-width: 768px) {
    #cookieNotification p {
        font-weight: normal;
        line-height: 14px;
        font-size: 90%;
    }
    #cookieNotification .icon-info {
        display: none;
    }
    #cookieNotification button {
        margin-top: 0;
    }
}
.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}
.productAttributes label,
.productAttributes span {
    white-space: nowrap;
}
select.JSHidden {
    opacity: 0 !important;
    filter: ~"alpha(opacity = 0) !important";
}
#fastCartContainer {
    margin: 20px auto 0 auto;
}
.zoomWindow {
    width: 100%;
}
#uniform-eway_ccexpm,
#uniform-eway_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;
}
.blockquote {
    margin: 0;
}
#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
    width: auto !important;
}

/* Over writes of defaults */

.sf-menu a.sf-with-ul {
    min-width: 0 !important;
    padding-right: 0 !important;
}
.product-nav {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}
.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    margin: 0;
    line-height: 35px;
}
.fastCartTop {
    padding: 0 10px 0 0;
}
.fastCartBottom {
    padding: 0;
}
.FormFieldLabel {
    margin-right: 5px;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    margin: 0 5px 0 0;
    padding: 0;
}
#ModalContent .btn,
.ModalContent .btn,
#ModalContent .btn:hover,
.ModalContent .btn:hover {
    color: #fff !important;
}

/*.CategoryContent {
    padding: 0 0 0 20px;
}*/

.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}
.SubBrandListGrid ul li {
    padding: 0;
}
#fastCartWrapper {
    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;
}

/* override inline styles on zip code fields */

#FormField_13,
#FormField_23 {
    width: 100px !important;
}

/* 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;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear {
    clear: both;
    overflow: hidden;
}
.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(../images/icon_sprite.png);
    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;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -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 {
    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: 15px;
    width: 15px;
}
div.checker input {
    height: 15px;
    width: 15px;
}
div.checker span {
    background-position: 0px -55px;
    height: 15px;
    width: 15px;
}
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 -55px;
}

/* Radio */

div.radio {
    width: 18px;
    height: 18px;
    background: none;
}
div.radio input {
    width: 18px;
    height: 18px;
}
div.radio span {
    height: 16px;
    width: 16px;
    background-position: 0px -82px;
}
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: -22px -82px;
}

/* 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: #ffffff url(../images/icon_arrow_down1.png) no-repeat right center !important;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
    max-width: 100%;
}
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;
}
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
-------------------------------------------------------------- */

.brand-name {
    padding: 5px 0 5px 4%;
    text-align: left;
    min-height: 30px;
}
#CheckoutStepPaymentDetails input[type=submit] {
    margin: 0 20px;
}
.right {
    float: right;
}
.txt24 {
    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%;
}
.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("../images/nav_active.png") 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;
}

/* icons */

.icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-right: 10px;
    background: url("../images/cart_ic1.png") no-repeat;
    vertical-align: middle;
}
.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.icon-add:hover {
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}
.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;

    background: url(../images/icons_off.png) 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(../images/icons_on.png) 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;
}

/* 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;
    color: #999;
}
.nav-prev {
    margin-right: 5px;
}
.nav-next {
    margin-left: 5px;
}
a.nav-next:hover,
a.nav-prev:hover {
    color: #333;
}
.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;
}
.addto {
    display: block;
    clear: both;
    overflow: hidden;
}
.addto .BulkDiscount {
    display: inline-block;
}
.addto #SideProductAddToWishList {
    display: inline-block;
}
.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;
}

/* Out of stock styling */


/* 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("../images/out-of-stock-bg.png") center no-repeat;
    z-index: 90;
    content: "";
}

/*.productOptionViewRectangle .outStock span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/out-of-stock-bg.png") center no-repeat;
}*/

#ToggleMenu,
#DrawerMenu,
#cart-amount {
    display: none;
}

/* Toggle menu
-------------------------------------------------------------- */

#ToggleMenu {
    /*temp styles*/
    cursor: pointer;
    font-size: 15px;
    height: 60px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 30px;
    margin-right: 15px;
}
#ToggleMenu:after {
    -ms-box-shadow: 0 1px 0 2px #fff, 0 13px 0 2px #fff, 0 25px 0 2px #fff;
    -moz-box-shadow: 0 1px 0 2px #fff, 0 13px 0 2px #fff, 0 25px 0 2px #fff;
    -webkit-box-shadow: 0 1px 0 2px #fff, 0 13px 0 2px #fff, 0 25px 0 2px #fff;
    box-shadow: 0 1px 0 2px #fff, 0 13px 0 2px #fff, 0 25px 0 2px #fff;
    content: ' ';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 25%;
    width: 85%;
}
#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(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    position: fixed;
    overflow-y: hidden;
}
#Header.off-screen {
    -webkit-transform: translateY(-260px);
    -ms-transform: translateY(-260px);
    transform: translateY(-260px);
}

/*----------------------------------------------------------------------------------------------------------
#############################################  DRAWER MENU
----------------------------------------------------------------------------------------------------------*/

#DrawerMenu {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 240px;
    background-color: #333;
    color: #fff;
}
#DrawerMenu.on-screen {
    display: block;
    position: absolute;
    overflow-y: auto;
}
#DrawerMenu div {
    margin: 0;
}
#DrawerMenu div#SideAccountNavigation li#Loginorout > div {
    padding: 0;
}
#DrawerMenu h3 {
    background: #91ca6b;
    color: #fff;
    font-size:16px;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}
#DrawerMenu ul {
    list-style: none;
    margin: 0;
}
#DrawerMenu li {
    float: none;
    border-bottom: 1px solid #555;
    list-style: none outside none;
}
#DrawerMenu li:last-of-type {
    border-bottom: medium none;
}
#DrawerMenu div#SideAdditionalInformation .treeview {
    display: none;
}
#DrawerMenu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size:13px;
    font-weight: normal;
    padding: 12px 15px;
    text-transform: uppercase;
}
#DrawerMenu li > ul a {
    padding: 15px 15px 15px 1.6em;
}

/*# 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;
}

/*# DRAWERMENU EXPANDER #*/

#DrawerMenu .subcat-expand {
    border-left: 1px solid #555;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
}
#DrawerMenu li.has_child > a {
    padding-right: 40px !important;
}
#DrawerMenu .subcat-expand:after {
    color: #fff;
    content: '+';
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#DrawerMenu .subcat-expand.subcat-expanded:after {
    content: '-'
}

/*# DRAWERMENU SUB MENUS #*/

#DrawerMenu .drawer-subcat {
    background: #444;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    left: auto;
    top: auto;
    position: relative;
    visibility: visible !important;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    width: 100%;
}
#DrawerMenu .drawer-subcat.expanded {
    border-top: 1px solid #555;
    max-height: 1000px;
}

/*# DRAWER MENU CURRENCY SELECTOR #*/

.js-drawermenu-currency-converter {
    color: #ccc;
    font-size: 12px;
    padding: 15px 0;
}
.js-drawermenu-currency-converter span {
    color: #ccc !important;
}
#SideAccountNavigation .CurrencyChooser {
    background: none;
    border: none;
    display: block;
    float: none;
    left: auto;
    margin-top: 15px !important;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
    right: auto;
    top: auto;
}
#SideAccountNavigation #change-currency,
#SideAccountNavigation h2 {
    display: none
}
#SideAccountNavigation .selected-currency {
    background-color: #474747;
    border: 1px solid #5c5c5c;
}
#SideAccountNavigation .selected-currency .Text {
    padding: 0 0 0 5px;
}
#SideAccountNavigation .CurrencyList {
    display: none;
}
#SideAccountNavigation .CurrencyList.open {
    display: block;
}
#SideAccountNavigation .CurrencyList dd {
    border: none;
}
#SideAccountNavigation .CurrencyList a {
    background: #474747;
    border-bottom: 1px solid #383838;
    display: block;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition: all 60ms ease;
    -webkit-transition: all 60ms ease;
    -o-transition: all 60ms ease;
    transition: all 60ms ease;
}
#SideAccountNavigation .CurrencyList a:hover {
    background-color: none
}
#SideAccountNavigation .CurrencyList .Flag {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    zoom: 1;
}
#SideAccountNavigation .CurrencyList .Text {
    color: #ccc !important;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 5px !important;
    vertical-align: middle;
    white-space: nowrap;
}
.productPage div#fancy_outer {
    height: auto!important;
}
.slider_bg {
    width: 100%;
    float: left;
    background: #1b91c8;
    margin-bottom: 35px;
    position: relative;
}
#LayoutColumn1 {
    clear: both;
}
.product_home_mn {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.product_home_mn h2 {
    width: 100%;
    float: left;
    margin: 7px 0 6px;
    padding: 0px;
    font-size: 40px;
    color: #333333;
    text-align: center;
    padding-bottom: 22px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'gotham_lightregular';
}
.product_home_mn > ul {
    width: auto;
    margin: 0 auto 26px;
    padding: 0px;
    display: inline-block;
    border-bottom: 2px solid #e5e5e5;
}
.product_home_mn > ul > li {
    width: auto;
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
    border: 0px;
    background: none;
}
.product_home_mn > ul > li a {
    width: auto;
    display: inline-block;
    padding: 2px 15px 0px 5px;
    margin: 0px 24px -2px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    background: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'gotham_mediumregular';
}
.product_home_mn > ul > li:last-child a {
    margin-right: 0px;
    padding-right: 5px;
}
.product_home_mn > ul > li a:hover,
.product_home_mn > ul > li a.active {
    border-bottom: 2px solid #91ca6b;
    color: #91ca6b;
}
.home_box_row {
    clear: both;
    margin: 0px -15px;
}
.home_box_row img {
    width: 100%;
    float: left;
}
.home_box_cols {
    width: 66.66%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}
.home_box_cols1 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}
.home_box_cols2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}
.home_box_cols3 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 15px 18px 15px;
}
#HomeSlideShow .flex-direction-nav li a {
    background-image: url(../images/slider_arrows.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
}
#HomeSlideShow .flex-direction-nav .flex-prev {
    background-position: top left;
}
#HomeSlideShow .flex-direction-nav .flex-next {
    background-position: top right;
}
.flex-control-paging li a {
    background: rgb(255, 255, 255);
    background: transparent;
    background: rgba(255, 255, 255, 0.5);
    /* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF);
    /*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF,endColorstr=#7fFFFFFF)";
    /*IE8*/
    zoom: 1;
}
.flex-control-paging li a.flex-active {
    background: rgb(255, 255, 255);
    background: transparent;
    background: rgba(255, 255, 255, 1);
    /* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF, endColorstr=#7fFFFFFF);
    /*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF,endColorstr=#7fFFFFFF)";
    /*IE8*/
    zoom: 1;
}

/* Slick Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	width:auto !important;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-initialized .slick-slide > a img {
    display: block;
    margin: auto;
}
.brandSlider_wrap {
    background-color: #fff;
}

/* End of Slick Slider */

.ProductList .ProductActionAdd {
    display: block !important;
}

/* Produc page css */

.productPage .PrimaryProductDetails#ProductDetails h1 {
    color: #636363;
    font-family: "gotham_lightregular";
    font-size: 40px;
    margin-bottom: 46px;
}
.productPage .PrimaryProductDetails#ProductDetails .ProductPrice {
    color: #666;
    font-family: "gotham_lightregular";
    font-size: 16px;
}
.productPage .PrimaryProductDetails#ProductDetails .ProductPrice strike {
    color: #bc2a37;

    font-family: "gotham_lightregular";
    font-size: 11.7px;
    line-height: 12px;
    text-decoration: line-through;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow .Label {
    display: inline-block;
    font-family: 'gotham_mediumregular';
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase;
    font-weight: normal;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow.qty .Label {
    color: #656565;
    display: inline-block;
    font-family: "gotham_mediumregular";
    font-size: 14px;
    line-height: 22px;
    padding-right: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    margin: auto;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow .Value {
    display: inline-block;
    font-family: 'gotham_lightregular';
    font-size: 12px;
    color: #6a6a6a;
    text-transform: uppercase;
}
.Left #SideCategoryList.CategoryList h3 {
    background-color: #fbfbfb;
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
    display: block;
    font-family: "gotham_mediumregular";
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 16px;
    margin: 0;
    padding: 21px 0 21px 20px;
    text-transform: uppercase;
}
.addto .BulkDiscount.DetailRow,
.addto .DetailRow.qty {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}
.btn.add-to-cart {
    background-color: #91ca6b !important;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "gotham_mediumregular";
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 50px;
    height: 50px;
    margin: 30px 0 30px 23px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 280px;
}
.btn.add-to-cart:hover {
    background-color: #91ca6b !important;
    text-decoration: none;
}
.productPage hr {
    background-color: #dedede;
    border: 0 none;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#SideProductAddToWishList .btn.alt {
    background: rgba(0, 0, 0, 0) url("../images/wishlist-ic.png") no-repeat scroll 0 3px !important;
    color: #b7b7b7;
    border: 0 none;
    display: block;
    font-family: "gotham_mediumregular";
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 22px;
    margin: 26px 0 0;
    height: auto;
    padding: 3px 0 0 37px;
    text-transform: uppercase;
}
#SideProductAddToWishList .btn.alt:hover {
    color: #91ca6b;
    text-decoration: none;
}
.AddThisButtonBox .addthis_toolbox.addthis_default_style a {
    height: 32px !important;
    width: 90px !important;
}
.AddThisButtonBox .addthis_toolbox.addthis_default_style a .at-icon-wrapper {
    display: none;
}
.AddThisButtonBox .addthis_toolbox.addthis_default_style .PinterestButtonContainer {
    display: inline-block
}
.AddThisButtonBox .addthis_button_facebook {
    background: rgba(0, 0, 0, 0) url("../images/share_1.jpg") no-repeat scroll;
}
.AddThisButtonBox .addthis_button_twitter {
    background: rgba(0, 0, 0, 0) url("../images/share_3.jpg") no-repeat scroll;
}
.AddThisButtonBox .addthis_toolbox.addthis_default_style .PinterestButtonContainer a {
    background: rgba(0, 0, 0, 0) url("../images/share_2.jpg") no-repeat scroll 0 0 !important;
    background-size: auto auto !important;
}
#prodAccordion .subtitle {
    color: #737373 !important;
    font-family: "gotham_mediumregular";
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px;
    margin: 0;
    padding: 16px 0;
    text-transform: uppercase;
}
#SideProductRelated > h2 {
    color: #737373;
    font-family: "gotham_mediumregular";
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 18px;
    margin: 0 0 23px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.home_box_cols2 {
    padding: 15px 15px 18px 15px
}
.ProductList .ProductPriceRating {
    margin-top: 34px;
}
#subscribe_form #nl_email {
    height: 50px
}
#subscribe_form .btn {
    letter-spacing: 1.5px;
    height: 50px
}
#SideNewsletterBox {
    padding: 25px 0px 36px 0px;
    margin-bottom: auto
}
.footer_bg {
    padding: 54px 0px 60px 0px
}
.footer_cols {
    width: 40, 5%;
}
.footer_cols1 {
    width: 18%;
}
.footer_cols2 {
    width: 27%;
    margin-left: -41px;
}
.footer-links p {
    text-align: center;
}
.Breadcrumb {
    padding: 19px 0px !important
}
.product-nav {
    padding-top: 10px;
}
.SortBox div.selector,
.SearchSorting div.selector {
    line-height: 32;
    min-height: 32px;
}
.SortBox div.selector span,
.SearchSorting div.selector span {
    height: 32px;
    line-height: 32px;
}
.Left #SideCategoryList.CategoryList h3 {
    font-weight: 300;
}
.Left #SideCategoryList .BlockContent,
.Left .slist .BlockContent {
    padding-right: 0px;
}
.ProductList .ProductPriceRating {
    margin-top: 50px;
}
.ProductList .ProductActionAdd {
    height: 40px;
}
.ProductList .RemoveFromWishlistForm .btn {
    margin-bottom: 10px;
}
.ProductList .ProductActionAdd a {
    font-size: 12px;
}
.product-nav.btm {
    border-bottom: 0px !important;
}
.ProductList em.p-price {
    display: inline-block;
    width: auto;
    float: none;
}
.ProductList em.p-price > strike.RetailPriceValue {
    float: right;
    color: #add78f;
    font-size: 11.7px;
    margin-top: 2px;
}
.ProductList em.p-price > .SalePrice {
    margin-right: 5px;
}
.productPage .ProductDetailsGrid .s-price {
    display: none;
}
.productPage #ProductDetails.PrimaryProductDetails > .BlockContent > .BrandName {
    display: none;
}
.productPage #ProductDetails.PrimaryProductDetails > h1 {
    display: none;
}
body.productPage #ProductBreadcrumb.Breadcrumb {
    margin-bottom: 44px;
}
.productPage #ProductDetails.PrimaryProductDetails .ProductMain h1 {
    margin-bottom: auto;
}
.ProductDetailsGrid .DetailRow.product_review_top {
    margin-bottom: 26px;
}
.ProductMain > .ProductDetailsGrid > .DetailRow > .DetailRow.p-price {
    margin-bottom: auto;
}
.ProductMain > .productAddToCartBelow {
    padding-top: 0;
}
.ProductMain > .productAddToCartBelow .Label {
    margin: 0 !important;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow {
    margin-bottom: 9px;
}
.ProductDetailsGrid.ProductAddToCart .addto > .DetailRow {
    margin-bottom: auto;
}
.ProductDetailsGrid.ProductAddToCart .productAttributeList {
    margin-bottom: 32px;
    margin-top: 28px;
}
.ProductMain > .ProductDetailsGrid > .DetailRow {
    margin-bottom: 25px;
}
.ProductDetailsGrid.ProductAddToCart .productAttributeList .productAttributeLabel {
    display: block;
    padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
    .PageContent .contact_content {
        float: left;
        
    }
    .PageContent .ContactForm {
        width: 50%;
        float: left;
padding-left: 20px;
    }
    .PageContent .ContactForm form#ContactForm {
        margin-top: 50px;
        width: auto;
    }
}
.PageContent div#crmWebToEntityForm {
  float: left;
}

.productPage .productAttributeList label {
    display: block;
    font-family: 'gotham_lightregular';
    font-size: 24px;
    color: #7f7f7f;
    text-transform: uppercase;
}
.productPage .productAttributeList .productAttributeValue {
    display: block;
}
.productPage .productAttributeList .productAttributeValue div.selector {
    background-image: url("../images/icon_arrow_down2.png") !important;
    background-color: transparent !important;
    box-sizing: border-box;
    display: block !important;
    height: 44px;
    padding: 7px !important;
    width: 100% !important;
}
.qty_wrap {
    border: 0 solid #dbdbdb;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 74px;
}
.qty_wrap .qtyInput.quantityInput {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cecdcd;
    color: #444444;
    font-family: "gotham_mediumregular";
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
}
.qty_wrap .qtyplus {
    background: #fff url("../images/qty-btn.png") no-repeat scroll 0 -22px;
    border: 0 none;
    bottom: 0;
    cursor: pointer;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    width: 30px;
}
.qty_wrap .qtyminus {
    background: #fff url("../images/qty-btn.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
}
.productPage .productAttributeList label > .required {
    display: none;
}

/* End of Produc page css */

.btn,
.btn.alt {
    background-color: #91ca6b !important;
}
.btn:hover,
.btn:focus,
.btn.alt:hover,
.btn.alt:focus {
    background-color: #91ca6b !important;
}

/* Cart page css */

.TitleHeading,
.TabNav,
h1,
.h1 {
    color: #636363;
    font-family: "gotham_lightregular";
    font-size: 40px;
    font-weight: 500;
}
.ExpressCheckoutContent em,
.ExpressCheckoutBlockCompleted em,
.CartContents em {
    font-style: normal;
}
.CartContents tr.First th:nth-of-type(2) {
    text-align: center;
}
.CartContents tr.First th:nth-of-type(3) {
    text-align: right;
}
.CartContents tr.First th:nth-of-type(4) {
    text-align: right;
}
#CartContent .ProceedToCheckout {
    margin-bottom: 15px;
}
.ExpressCheckoutContent > .AccountLogin .HorizontalFormContainer dd .Textbox,
.HorizontalFormContainer dd div.selector,
.HorizontalFormContainer dd textarea,
.HorizontalFormContainer dd input[type="password"],
.HorizontalFormContainer dd input[type="email"],
.HorizontalFormContainer dd input[type="text"] {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.HorizontalFormContainer dd div.selector {
    min-height: 35px !important;
}
.ExpressCheckoutContent .HorizontalFormContainer dd,
.AddBillingAddress dd,
.AddShippingAddress dd {
    width: 300px;
    max-width: 100%;
}
#LoginForm > .grid > .one-half {
    float: left;
}
@media screen and (min-width: 992px) {
    .CartCode .CouponCode > p {
        min-height: 42px;
    }
}

/* Contact page */

#ContactForm .FormContainer.HorizontalFormContainer {
    max-width: none;
}
#ContactForm .FormContainer dl dt,
#ContactForm .FormContainer dl dd,
#ContactForm .FormContainer dl dd input,
#ContactForm .FormContainer dl dd textarea {
    display: block;
    float: none;
    margin: auto;
    text-align: left;
    width: 100%;
}
#ContactForm .FormContainer dl dd input.btn {
    margin-left: 0;
    width: auto;
}
#ContactForm .FormContainer p.Submit {
    padding-top: 0;
}
#ContactForm {
    width: 50%;
}
.AccountLogin dl dd input {
    width: 100%;
}
#CreateAccountForm .HorizontalFormContainer dd {
    width: 300px;
}
#CreateAccountForm a {
    color: #2e3b97;
}
@media screen and (max-width: 479px) {
    table.CartContents tbody tr td:last-of-type {
        padding: 10px 0;
    }
}

/* End of Contact page */


/* End of Cart page css */

body.productPage .ProductList li {
    width: 25%;
}
.inner .Block.SideRelatedProducts {
    margin-bottom: auto;
}
.inner .Block.SideRelatedProducts .ProductList li {
    padding-bottom: 0;
}
.inner .Block.SideRelatedProducts .ProductList li:nth-of-type(n+5) {
    display: none;
}
.footer-main #SideNewsletterBox {
    margin-bottom: auto;
}
.footer #SideNewsletterBox {
    margin-bottom: auto;
}
.SubBrandListGrid ul li:nth-of-type(3n+1) {
    clear: both;
}
.ExpressCheckoutContent .HorizontalFormContainer dd em.ProductPrice {
    display: inline-block;
    line-height: 18px;
    padding: 8px 0;
}
.HorizontalFormContainer dd div#uniform-creditcard_ccexpy.selector {
    float: left;
    margin-right: 10%;
    min-width: auto !important;
    width: 45% !important;
}
.HorizontalFormContainer dd div#uniform-creditcard_ccexpm.selector {
    min-width: auto !important;
    width: 45% !important;
}
#SimilarProductsByCustomerViews.Block.Moveable.Panel {
    display: none;
}
form#cartForm table.CartContents th {
    font-weight: 400;
}
form#cartForm table.CartContents tfoot .SubTotal td {
    font-weight: 400;
}
form#cartForm table.CartContents a {
    font-weight: 400;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    font-weight: 400;
}
.brandSlider_wrap .slick-arrow {
    background: transparent none;
    border: 0 none;
    height: 25px;
    text-indent: -99999px;
    width: 20px;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.brandSlider_wrap .slick-arrow.slick-prev {
    background-position: top left;
    left: -25px;
    right: auto;
}
.brandSlider_wrap .slick-arrow.slick-next {
    background-position: top right;
    left: auto;
    right: -25px;
}
.brandSlider_wrap .slick-arrow.slick-prev:after,
.brandSlider_wrap .slick-arrow.slick-prev:before {
    border-color: #fff #91ca6b #fff #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
}
.brandSlider_wrap .slick-arrow.slick-prev:before {
    border-color: transparent #fff transparent transparent;
    border-width: 11px;
    left: -8px;
    top: 1px;
    z-index: 9999;
}
.brandSlider_wrap .slick-arrow.slick-next:after,
.brandSlider_wrap .slick-arrow.slick-next:before {
    border-color: #fff #fff #fff #91ca6b;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
.brandSlider_wrap .slick-arrow.slick-next:before {
    border-color: transparent transparent transparent #fff;
    border-width: 11px;
    left: 0px;
    top: 1px;
    z-index: 9999;
}












#SearchForm .sear_wrap input[type="text"] {border:1px #d2d2d2 solid !important; border-right:1px #fff solid !important; display:table-cell; vertical-align:top; width:70%; height:40px; padding:0px 0px 0px 14px; font-family: 'gotham_lightregular'; font-size:14px; text-transform:uppercase; margin:0px; border-radius:5px 0px 0px 5px;  font-family: "gotham_lightregular";
color: #888888 !important;}
#SearchForm .sear_wrap  input[type="submit"],
#SearchForm .sear_wrap  input[type="button"] {display:table-cell; width:30%; margin:0px; height:40px; background-color:#91ca6b; border:0px; font-family: 'gotham_mediumregular'; color:#FFFFFF; text-transform:uppercase; border-radius:0px 5px 5px 0px;}
#SearchForm .sear_wrap {
  display: none;
  position: absolute;
  left:auto; right:-24px; border:0px; border-radiau:0px; box-shadow:none; width:300px; bottom:0px; padding:5px; background-color:#FFFFFF; border-radius:10px; height:40px; top:40px;
  z-index:9999;
}
#SearchForm .sear_wrap:after { content:""; border-left: 5px solid transparent; border-right: 5px solid transparent;	border-bottom: 5px solid white; position:absolute; width:0px; height:0px; display:block; right:30px; top:-5px;
  z-index:99991;
  
}
#SearchForm > .searchbutton {
  margin: 10px auto;
  cursor: pointer;
}
#SearchForm.open .sear_wrap {
  display: block;
  
}
#SearchForm .ovraly{position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; margin: auto; display: block;width: 100%; height: 100%; z-index: 9998;background: rgb(0, 0, 0);
background: transparent;
background: rgba(0, 0, 0, 0);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
zoom: 1;
}
.name.radiobtn_option {
    font-size: 18px;}
	
.productAttributes
{	line-height:22px;
}	
#CheckoutStepPaymentDetails .HorizontalFormContainer dd div.selector
{	 min-height: 35px !important;
    min-width: inherit;
    width: 49% !important;
}
.CartContents tfoot .CheckoutRedeemCoupon td,
strong, b,
.CartContents tfoot .SubTotal td
{	font-weight:normal;
}
@media (max-width: 1199px) {

.PageContent #crmWebToEntityForm table {
  width: 100% !important;
}
.PageContent .contact_content {
  float: left;
  width: 50%;
}
.PageContent div#crmWebToEntityForm {
  float: left !important;
  width: 50% !important;
}
.PageContent #crmWebToEntityForm table tbody tr td
{	padding:5px 0 !important;
}
.footer .brandSlider > img {
  width: 100%;
}	
.header_right .pages-menu li
{	padding:0px 5px;
}
}
@media (max-width: 991px) {

.PageContent .contact_content {
  float: left;
  width: auto;
}
.PageContent div#crmWebToEntityForm {
  float: left !important;
  width: 100% !important;
}
.footer .brandSlider > img {
  width: 100%;
}
.productlist-page .Left 
{	display:none;
}
.Category_page #LayoutColumn1
{	width:auto !important; padding-left:0px !important;
}
}



@media (max-width: 479px) 
{
.flexslider .flex-control-nav {
    bottom: -3px !important;
}
}


.CartContents .SubTotal .EstimateShipping dl.form dt{
color:black;
font-size:13px;
font-weight:bold;
}
#ContactForm{
    margin: 0 !important;
}
@media only screen and (max-width :1140px) {
.PageContent .ContactForm{
width: auto;
}
}
@media only screen and (max-width: 990px){
.PageContent .ContactForm{
padding:0;
}
}