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

/* General */

body {
    background-color: #fff;
    font-size: 12px;
    font-family: 'Roboto', Arial, Sans-Serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	color:#404e53;
}
.btn:hover, .btn:focus{color:#fff; }
a:focus{color: #404E53; }
#Wrapper{margin-right:-10px; margin-left:-10px; }
.icon{}
input,select, textarea{-webkit-box-shadow:none!important; box-shadow:none!important; margin-bottom:0; font:400 12px 'Roboto', sans-serif }
form{margin-bottom:0!important;  }
#cartpage form, .checkoutpage form, #wishlistsform{overflow-x:auto; }

select, textarea, input{border-radius:0!important; -webkit-border-radius: 0px!important; -moz-border-radius: 0px!important;}
input[type="radio"]{margin-top:-2px; }

input.Textbox, textarea, input[type="text"], input[type="password"] {
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    color: #474747;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 376px;
    max-width: 100%;
}

/* Layout */
/* .main{margin-top: 4px;} */
.inner:after {
    clear: both;
    content: "";
    display: table;
}

.TopMenu { border-bottom: 1px solid #dfe4e6; padding:20px 0 11px 0; float:left; width:100%; text-transform: uppercase; font:11px 'Roboto', Arial, sans-serif; }
.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
    margin: 0 auto;
}

/* Top Navigational Menu */

.TopMenu {
    font-size: 12px;
    margin: 0 0 0px 0;
}

.TopMenu .inner {
    padding: 10px 0;
}

.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.TopMenu ul.links a{padding-bottom:1px;}
.TopMenu ul.links li a:hover{border-bottom:1px solid #66787f; }

.TopMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 14px;
    padding:0 7px;
    text-transform: uppercase;
    font:400 11px 'Roboto', sans-serif;
	margin-bottom: 5px;
}
.TopMenu .social ul li {padding: 0; margin-bottom:0; margin-left:10px; }
.top-link li a:hover{ }
.top-link .or{padding-left:5px;}

.TopMenu li.js-drawermenu-currency-converter{float:left; border-right:none; }

.TopMenu li .icon {
    margin-right: 5px;
}

.TopMenu li.First a {
    border-left: 0;
}

.TopMenu li.last{
    padding-right: 0;
    border-right: none;
}

.TopMenu .CartLink  .pname {
    color: #66787f;
}
.cart-collateral{color: #404e53; }
.TopMenu .CartLink span{
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.cartCost span{width:100%!important; }
.TopMenu a {
    padding: 0;
    margin: 0;
    position: relative;
}

.TopMenu li.last a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.TopMenu li.last a .icon{
    position: absolute;
    left: 0;
    top: -2px;
}

.social.col-xs-3{padding-right:0; }
.TopMenu .social ul{text-align:right; }
.social .Block{margin-bottom:0; }
/*cart top*/
#cart-amount{margin-bottom: -150px; float: right; position: relative; z-index: 20; padding-right:0; margin-top: 99px; text-align:right; }
.DropdownCart{float:right; }
#cart-amount #CartContent{width: 300px; padding:15px; text-align:left; position:absolute;top:105%; right:0; background-color:#ffffff; border:1px solid #a5b7bf; z-index:12;  margin-right:0; }
#cart-amount .Block{margin-bottom:0; }
#CartContent h2{font: 700 12px 'Roboto', Arial, sans-serif; text-transform: uppercase; padding-bottom: 10px; margin:0; }
#CartContent h3{padding-bottom:0; text-transform:none;font-size:12px; font-weight:400; }
#CartContent .total-items{font-size:12px; }
#CartContent .ProductList {margin-left:0; }
#CartContent .ProductList li{margin-bottom: 0; width:100%!important; padding: 10px 0 20px 0px; border-top: 1px solid #dfe4e6; }
#CartContent .ProductList li:first-child{border-top:0; }
#CartContent .ProductList .product-image{float:left; width:64px; margin-right:15px; }
#CartContent .ProductList .sideCartPro{text-align:left;  overflow:hidden; }
#cart-amount .btn-group {margin-bottom: 0; float:none; text-align:center; display: inherit; }
#cart-amount .btn-group a{display:inline-block;width:100%; font: 700 13px 'Montserrat', Arial, sans-serif; text-transform:uppercase;  padding:12px 18px; }
.ViewCartLink{font:700 11px 'Roboto', sans-serif!important; margin-right:8px!important; color: #090939!important; -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all .5s ease-in-out; }
.ViewCartLink:hover{text-decoration:underline; }
.CheckoutLink{color:#ffffff!important; background-color:#090939; -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all .5s ease-in-out;}
.CheckoutLink:hover{background-color:#e95144;}
#cart-amount .FloatRight{float:none; text-align:center; }
#cart-amount .pname, #cart-amount .ProductList em{display:inline-block;}
#cart-amount .pname:hover{color:#090939;}
.cartCost{margin-bottom:20px; }
.cartCost strong{ font: 700 16px 'Roboto', Arial, sans-serif; float:right; }
.cartCost > span, .cartCount{text-transform:none; }
.cartCost {color:#000000; font-weight: bold }
.total-items{margin-bottom:0}

/* Header */
.header .container > .row{margin-left:0; margin-right:0; }
/* #Header  {margin-bottom: 10px;    position: relative;    padding:31px 0 19px;    float:left;    width:100%;	z-index: 11;} */
#Header > .container {padding:31px 0 25px; margin-bottom: 44px;  position: relative; z-index: 11;}
.header .PageMenu .side-menu{/*min-height:58px;*/ }
.PageMenu .pages-menu > li{display:none; }
.PageMenu .pages-menu > li:first-child{display:block; }

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

/* Top Search Form */
.header-secondary.col-xs-4{padding-left:0; margin-top: 41px; }
#SearchForm{
    position: relative;
    float: left;
    width: 70%;
}

#SearchForm form {
    padding: 0;
    margin: 0;
}

#SearchForm label {
    display: none;
}

#SearchForm input {
    border-right: 0;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 1em;
    margin: 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#SearchForm input#search_query { color: #66787f;  border: 1px solid transparent; background-color: #f7f9f9; height: 50px; text-transform: uppercase; font: 400 11px 'Roboto', Arial, sans-serif; padding-right: 40px; }
#SearchForm input#search_query:focus,#SearchForm input#search_query:hover{background: #fff; border: 1px solid #d2d8db;}
#SearchForm .Button {
    position:absolute;
    right:0;
    cursor: pointer;
    border: 0 !important;
    vertical-align: top;
    margin: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
     background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 17px 18px no-repeat ;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all .5s ease-in-out;
}
#SearchForm .Button:hover{background-position:-35px 18px; }
#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; transition: all 250ms ease-in-out 0s; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; }

a:hover{
    text-decoration: none;
}

.page-content #LayoutColumn2 a.pname:hover {
    background-color: transparent;
}

strong, b {
    font-weight: bold;
}

.header-logo h1 {text-align: center; padding-top: 42px; font-size: 40px; line-height: 30px; }

/* Buttons */

.btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    text-align: center;
    border: none;
    font-size: 13px;
    line-height: 0px;
    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;
	padding: 15px 40px 16px 40px;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	text-transform: uppercase;
	font:700 13px 'Montserrat', sans-serif;
	white-space:normal; 
	letter-spacing:0.05em;
}

.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: 400;
    padding: 0 0 16px 0;
}

h5, .h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}
h6, .h6 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}
p a, .BlockContent.PageContent a {color: #090939; }
.footer-main h4 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 1em 0;
    line-height: 20px;
    font-weight: 300;
}

.productPage .ProductPrice,
.QuickViewModal .ProductPrice {
    /* font-size: 26px; */
}

.footer-main, .footer-main a{
    color: #fff;
}

.TitleHeading {
    margin-bottom: 37px;
	margin-top:44px;
	padding-bottom: 40px;
	text-transform:uppercase;
	text-align: center;
	font-size:30px;
	font-weight:700;
	letter-spacing:0.1em;
	border-bottom: 1px solid #dfe4e6;
}

.TitleHeading.zero {
    margin-bottom: 0;
}

img,
img a {
    border: 0;
}
img{max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;
}

.banner_home_page_top img:hover, 
.header-logo img:hover{opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

ul,
ol {
    margin: 0 0 20px 20px;
}

ul ul ul{
    list-style-image: url(//cdn3.bigcommerce.com/r-abca2fe3d6b6305557ce1b1e6c0f334341da0fc3/themes/Blueprint/images/bullet_line.png);
}

li {
    margin: 0;
    padding: 0;
	list-style:none;
}
.page.pages .Content li {list-style: inherit; padding: 10px 0; }
blockquote {margin: 30px 0 20px 20px;font-style: italic;line-height: 1.5em;border-left: solid 1px #e3e3e3;border-left: 3px solid #dadada;padding: 8px 0 10px 20px;font-size: 12px;font-family: Roboto; }
.page.pages table tbody tr td, .page.pages table.General tbody tr td, .page.pages table.CartContents tbody tr td{padding: 12px 10px; }
.page.pages .Content{padding-bottom: 50px; }

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;	 padding-left:0;}
.productlist-page  .Left#LayoutColumn1{display:none;}

.Left h3 {
    padding-top: 0;
}

.Left .BlockContent {
    margin: 0;
}

.Left ul {margin: 0;  padding: 0; }

.Left li {  clear: both;  list-style: none; }
.Left #SideCategoryList .sf-menu li li:hover{padding-left:20px; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}
.Left #SideCategoryList .sf-menu li li {
    padding-left: 10px;
}

.Left li li a { font-size: 13px; padding:15px 0; }

.Left .sf-menu li {
    float: none;
}

.Left #SideCategoryList {
    display: block;
	margin-bottom:20px;
}

.Left #SideCategoryList ul ul { position: static;background: none;border: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;float: none;width: auto;margin: 15px 0 0px; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}
.Left #SideCategoryList ul ul ul{margin:0; }
.Left #SideCategoryList .sf-menu  li{padding:15px 0!important; }
.Left #SideCategoryList .BlockContent{ padding: 0; overflow: hidden; }
.Left .slist .BlockContent { padding: 0 20px 0 0; overflow: hidden; }

.Left #SideCategoryList li li a,
.Left .slist li li a { font-weight: normal;  font-size: 13px; }

/* Primary Content Area */
.Content {
    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;
}

/**.Block.banner_home_page_top *,*/
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}
.BannerHomeTop{margin-bottom: 46px; float:left; width:100%;}
.banner_home_page_top{margin-top: 38px; }
.BannerHomeTop .Block.banner_home_page_top { }
.BannerHomeTop li{padding-left:8px; padding-right:7px;}
.BannerHomeTop li.First{padding-left:0; padding-right:15px; }
.BannerHomeTop li.Last{padding-right:0; padding-left:15px; }
.BannerHomeTop  ul{margin:0; }
/*.BannerHomeTop  ul li h4{text-transform:uppercase; position:absolute; top:46%; left:40%; font:700 13px 'Montserrat', Arial , sans-serif; color:#ffffff; border-top:2px solid #ffffff; border-bottom:2px solid #ffffff; padding:7px 0;  }*/
.BannerHomeTop  ul li h4{padding: 0 8px; width:100%; text-transform: uppercase; position: absolute; top: 46%; left: 0; font: 700 13px 'Montserrat', Arial , sans-serif; color: #ffffff; text-align:center; }
.BannerHomeTop  ul li h4 span{border-top: 2px solid #ffffff; border-bottom: 2px solid #ffffff; padding: 7px 0; }

/* Bottom Banner styles */
.banner_home_page_bottom{margin-top: 40px; float: left; width: 100%; }

.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 */

.newsletter-subscription h4 {
    padding: 0;
    line-height: 35px;
}

.newsletter-subscription .inner {
    padding: 20px 0;
}

.newsletter-subscription label {
    display: none;
}

.newsletter-subscription input {
    width: 100%;
}

/* News Lists */
.NewProducts, .FeaturedProduct,.TopSellers{/* text-align:center; */ text-transform: uppercase; }
.FeaturedProduct{float: left; width: 100%; margin-top: 24px;}
.NewProducts h2, .FeaturedProduct h2, .TopSellers h2{letter-spacing: 0.1em; font: 700 20px 'Montserrat', Arial, sans-serif; color:#404e53 ; text-align: center;}
.sale-label{font:700 11px 'Montserrat', Arial, sans-serif;text-transform:uppercase; color:#e95144 ; border:2px solid #e95144; position: absolute; right:0; top:6px; padding: 1px 5px; z-index: 1; }



/* News Product */
.ProductList li {position:relative; }



#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}

#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}

#LowerRight .FeedLink { float: left;  margin: 6px 4px 0 0; }

/* Product Listings */
.ProductList { margin: 0 0 0 0px; padding: 0; width:100%; font-size: 0; /* overflow: hidden; */ float:none; display:inline-block; vertical-align:top; }
.ProductList li { display: inline-block; float:none; vertical-align: top; *display: inline; *zoom: 1; list-style: none;/* min-height: 341px !important;  */height: auto;  margin: 0px 10px ; font-size: 14px; width: 210px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;	margin-bottom:67px;}
.ProductList .ProductDetails { padding: 15px 10px 0 10px; margin-bottom: 10px; word-wrap: break-word;}
.ProductList .Rating{margin-bottom: 11px; }
.ProductList em { display: block; margin-bottom: 20px; font-weight: bold; font-style: normal;}
.ProductList .Rating { display: block;}
.ProductList li .ProductCompareButton { margin-bottom: -28px; padding-top:19px; }
/* .ProductCompareButton{width:100%; position: absolute;left: 0;bottom: -38px;} */
.ProductCompareButton label{margin-bottom:0; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:400; color: #8c9598; }
.ProductCompareButton .CheckBox{margin-top:0; }

.ProductList .pname {  display: block;  line-height: 21px; }
.ProductList .ProductPriceRating { margin-bottom: 10px; }
.ProductList.List .ProductPriceRating { margin-bottom: 22px; }

.brand-img,
.ProductList .ProductImage {margin-right:7px; margin-bottom:10px; overflow: hidden; text-align: center; display: table;  table-layout: fixed;  width: 100%; position: relative;}
.ProductList .ProductImage a{display: table-cell; line-height: 0; vertical-align: middle; width: 100% !important; }
.ProductThumbImage a{ line-height: 0; vertical-align: middle; width: 100% ; }

#ProductDetails .ProductThumbImage{
	overflow: hidden;
    text-align: center;
    table-layout: fixed;
	float:left;
    width: 84%;
    position: relative;

}
/* .ImageCarouselBox{float:right; width:20%; margin-top: 32px; } */
/* .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%;
    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. */
	-moz-box-shadow:0 0 0 #000; -webkit-box-shadow: 0 0 0 #000; box-shadow: 0 0 0 #000;
}

.ProductList .p-name { font-weight: 600; }
.ProductList .ProductRightCol { float: right;}
#SimilarMultiProductsByCustomerViews .ProductList li {  }

/* Product Listings - Horizontal */

.ProductList.List { margin: 0; }
.ProductList.List li { display: block;  padding: 0;  position: relative; }
.ProductList.List .ProductImage { float: left; width: 250px;	margin-right:120px; }
.ProductList.List .ProductQty { margin-left: 10px; }
.ProductList.List .ProductDetails { padding: 20px;  overflow: hidden; }
.ProductList.List .QuickViewBtn { text-align: center; }
.BrandProductList .ProductActionAdd{position:static; }

/* 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 {margin-top: 60px;  margin-bottom: 0px;	text-align:center;	border-top:1px solid #dfe4e6; padding: 7px 0 5px 0; }
#ProductBreadcrumb ul {display: none; }
#ProductBreadcrumb ul.last {display: inline-block;}
.productPage .main > .container{margin-top: 16px;} /*k/c 40px (ht detail)*/
/* #home .main > .container{margin-top: 0px;}  */

.Breadcrumb ul{
	display:inline-block;
    padding: 10px 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.Breadcrumb li{
    list-style-type: none;
    font-weight: 300;
    padding: 0 14px 0 0;
    display: block;
    float: left;
    background: none;
	font: 400 11px 'Roboto', sans-serif;
	text-transform:uppercase;
	/* letter-spacing: 0.05em; */
}

.Breadcrumb li a{
    padding-right: 10px;
   /** background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/icon_bullet_breadcrumb.png) no-repeat 100% 50%; */
    display: inline-block;
    *display: inline;
    *zoom: 1;position: relative;
}
.Breadcrumb li a:after{content: "/";width: 0;height: 0;position: absolute;right: 0;top: 0; }
.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 h3 {
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
	padding:27px 0;
}

.borderR {
    border-right: 1px solid #dfe4e6;
}
.box { padding-bottom:30px; border-top:1px solid #dfe4e6; }
.box.last {/* margin-top: 30px; */ }
.box.borderB{border-top:none; }
/* It is added because the app is generating the class 'ClearLeft'. For example this class is being generated on the BPAY confirmation page */
.recaptchatable #recaptcha_response_field{height:40px; }
.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;  }
.CompareButton .btn.alt{text-transform:uppercase; font: 700 11px 'Roboto', sans-serif; letter-spacing:0.1em;padding: 14px 40px; }
.PagingBottom{float:left; }
.Required {
    color: #e62d11;
}

.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: 13px 0 20px 0;
    word-wrap: break-word;
	font:400 24px 'Tinos', serif;
}
.PrimaryProductDetails .ProductThumb {margin-top:24px; float:left; width: 100% !important; height: auto !important; margin-bottom: 20px; text-align: center; padding-right:70px; }
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.PrimaryProductDetails .ProductMain {
    overflow: hidden;
    padding: 0 0 42px 20px;
	margin-left:10px;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productPage .PrimaryProductDetails .ProductMain{padding-left: 0; }
.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: middle;
}

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

.CompareButton.CompareCenter { padding: 5px; margin-top: -82px; float:right; }

.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}
#CompareContent > h3{padding-top:20px; }
.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:400 14px 'Tinos', serif;
	text-transform:capitalize; 
}

.CartContents thead {
    border-top:1px solid #dfe4e6;
    border-bottom:1px solid #dfe4e6;
}

.CartContents tbody tr td {
    padding: 20px;
}

.CartContents tfoot .SubTotal td {
    font-weight: bold;
}
.CartContents tfoot .SubTotal td > div{width:69%; float:right;  }
.EstimateShipping{width:100%;}
.EstimateShipping #shippingZoneStateName{width:358px;}
.EstimateShipping .form dd{float:right; }
.EstimateShipping .form dt{width:121px; padding: 18px 0; }

.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{margin-left: 15px; float: left; text-align: center; }

.CategoryPagination .PagingList li {
    display: inline;
}

/* Quick Search */
.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 340px;
    position: absolute;
    top: 100%;
    left: 0;
    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 {padding-top: 7px; padding-bottom: 5px;  display: block; }
.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; text-transform: uppercase; font-size: 11px; letter-spacing: 0.05em; font-family: Helvetica ; font-weight:bold;  }
.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;
	margin:0;
}

.ProductReviewList li {
    padding: 30px 0 10px 0;
    border-top: 1px dotted #dadada;
}

.ProductReviewList li:last-child {   
}

.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: 38px !important;
    height: 38px !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: 0px !important;
}

.productAttributeValue {
    clear: both;
}

.productAttributeValue .ui-datepicker-trigger {
    display: none;
}

.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    float: none !important;
	text-transform:uppercase;
}
.AlternativeCheckout{display: block !important; clear: both; }

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

.TopMenu .col-xs-9, .TopMenu .col-xs-5 {padding-left:0;}
.top-link{z-index:1; float:right; }
/* .TopMenu  ul.links li:last-child div{ color:#fff;}
.TopMenu ul.links li:last-child  div a:first-child:before{content:"/"; right: -13px; position: absolute; } */

/** Currency Selector **/

.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    margin: 0px;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList dd:hover {
    background-color: #66787f;
}

.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;
    float:left;
}

.currency-converter:hover .CurrencyChooser {
   /*  display: block;left:0; right:auto; */
}
.currency-converter p > .Flag{padding-right:10px; float:left; }
.currency-converter .Flag img{margin-top:-4px; }
.currency-converter p {
    margin: 0;
	position:relative;
	padding-right:20px;
}
.currency-converter p:before{content:""; width:0; height:0; position:absolute; top:8px; right:0px; border:4px solid transparent; border-top-color:#7a8e95; }
.currency-converter p:hover:before{top: 3px; right:0; border-top-color: transparent; border-bottom-color:#7a8e95; moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;    -o-transition: all 3.5s ease-in-out;    transition: all .5s ease-in-out;  }

.currency-converter p span{color:#66787f!important ;}
.CurrencyChooser {display: none; position: absolute;float: left;right: 0;top: 100%; padding: 0px;background: #ffffff;min-width: 150px; border:none!important;box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }

.CurrencyChooser h2 {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px 0;
    display:none;
}

.CurrencyChooser a span {
    font-size: 11px;
    line-height: 22px;
}

.selected-currency {
    cursor: pointer;
    padding: 10px 20px 10px 10px !important;
    background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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: 5px;
}

.CurrencyChooser .BlockContent .CurrencyList {
    display: block; margin-bottom:0;
}

.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    padding: 20px 0 20px 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 -1px 0;
    padding: 17px 0;
    cursor: auto;
    text-transform: uppercase;
	font:700 13px 'Montserrat', sans-serif; 
	letter-spacing:0.05em;
	
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutTitle{margin-bottom:0; }
.ExpressCheckoutBlock#CheckoutStepConfirmation .ExpressCheckoutTitle {margin:0px;}
.ExpressCheckoutBlock#CheckoutStepAccountDetails .ExpressCheckoutTitle{padding: 17px 0; border-top:1px solid #dfe4e6!important; }
.ExpressCheckoutBlockCompleted#CheckoutStepAccountDetails .ExpressCheckoutCompletedContent{padding: 18px; }
.ExpressCheckoutTitle{color: #000000; }
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle{color: #838a8d; }
#CheckoutStepBillingAddress .ExpressCheckoutTitle{border-top:1px solid #dfe4e6!important; }
.checkoutpage {padding-bottom: 134px; }
.btnForgot{text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:0.05em; border-bottom: 1px solid #b6babb; }
.ExpressCheckoutBlock h3 a { font-size: 12px;}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent { display: none; }
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {min-height: 50px; display: inline; font-size: 12px; font-weight: normal;  font-style: normal;  top: 0;  padding: 18px; white-space: nowrap; text-transform: none; color: #bebebe; }
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent { display: none;}
a.ChangeLink { position: absolute; right: 15px; color:#838a8d; }
.ExpressCheckoutBlock a.ChangeLink { /* display: none; */ }
.ExpressCheckoutTitle 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;}
.Left #SideShopByBrand ul li a {font: 700 12px 'Roboto', sans-serif;text-transform: uppercase;color: #5c676b;}
.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 { padding-left: 25px; background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/SubBrand.gif') no-repeat 3px 50%; margin-bottom: 4px;	}
.SubBrandListGrid .brand-img img { border: 2px solid transparent; }
.SubBrandListGrid .brand-img img:hover { border: 2px solid #66787f; }
.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}
.SubBrandListGrid li {position:relative; width:274px; background: #fff; float: left; text-align: center; margin-right: 26px; margin-bottom: 38px; }
.SubBrandListGrid .brand-img,
.SubBrandListGrid .brand-name {
    float: none;
    display: block;
    text-align: center;
    padding:0;
}
.SubBrandListGrid .brand-name{font: 700 11px 'Roboto', sans-serif; text-transform:uppercase; letter-spacing:0.05em; margin-top: -53px; position: relative; }

.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('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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;
}

.ExpressCheckoutContent .WrappingOptions {display:none!important; }
.WrappingOptions {margin-top: 6px; padding-top: 13px; padding-left: 22px; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/GiftWrappingAvailable.png?t=1518578706') 0 11px no-repeat; /* background: url('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/GiftWrappingAvailable.png') no-repeat; */
    padding-bottom: 4px;
    line-height: 1.6;
	font: 400 italic 12px 'Roboto', sans-serif;
}
.WrappingOptions > a{font: 400 italic 12px 'Roboto', sans-serif!important; }
.CartContents tbody tr td.ProductName .WrappingOptions{  background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/GiftWrappingAvailable.png?t=1518578706') 0 11px no-repeat; }
.CartContents tbody tr td{text-align:center; }
.CartContents tbody tr td.CartThumb, .CartContents tbody tr td.ProductName{text-align:left; }

.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 28px;  margin-bottom: 33px; border-bottom: 1px solid #d2d8db!important; }

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

.ProductTinyImageList ul li div {
    text-align: center;
	border: none!important;
	display:block; 
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width: 100%!important;
    height: 100%!important
}

.ProductTinyImageList ul li img{
    width:100%;padding-bottom:4px;
}

.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: 10px;
	margin-left: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: 12px !important;
    position: relative;
}

/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 22px 0 !important;
    clear: both;
}
.productAttributeList .productAttributeRow{margin-bottom:12px!important; }
.productAttributeRow.productAttributeConfigurablePickListSwatch{margin-bottom:10px!important; }

.productAttributeList li {
    margin-bottom: 10px;
	margin-right: 6px;
}
.productAttributeList li label{margin-bottom:0; }

.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: 9px 5px 10px 5px !important;
    min-width: 38px;
    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('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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 ;
    margin: 20px 0 !important;
}

.PinterestButtonContainer {
    display: inline-block;
	margin: 19px auto 20px;
}

.AddThisButtonBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
	float:left;	
}
.blogContent .AddThisButtonBox{width:100%; }

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

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

.prodAccordionContent {
    display: block;
}

.current .prodAccordionContent {
    
}
.prodAccordionContent ul{margin-left:0; }
.prodAccordionContent ul li{padding:5px 0; }
.current#ProductByCategory  .prodAccordionContent{margin-bottom: 10px;}

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

.PageMenu .LogoFixed{display:none; }
.PageMenu  > .container {position: relative;  z-index: 10; margin: 0 0 0px 0; border-top: 1px solid #dfe4e6;border-bottom: 1px solid #dfe4e6; }
.PageMenu li ul{border:1px solid #C5CACB; }
#home .PageMenu > .container {border-bottom:0; margin-bottom:0; }
.PageMenu li {/* padding: 22px 0 22px 0; */ }
.PageMenu .BlockContent{text-align: center; text-transform: uppercase; }

.PageMenu .sf-menu li a{font: 700 12px 'Roboto', Arial, sans-serif; letter-spacing:0.05em; color: #5c676b; -webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.PageMenu .sf-menu > li.menu-parent:hover{background-color: #273034;  }
.PageMenu .sf-menu  li.menu-parent:hover > a{color:#ffffff; }
.PageMenu .sf-menu  li:hover a{/* color:#66787f; */ }
.PageMenu .sf-menu .menu-container-level-1 li li a{color: #a4a6a7; display: inline-block; font-weight:400; letter-spacing: 0.02em; }

.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 ul li a{font: 700 12px 'Roboto', sans-serif; text-transform:uppercase; }
.PageMenu li .icon {
    display: none !important;
}
.PageMenu ul li.parent:before, .PageMenu ul.sf-horizontal > li.menu-parent:before{content:""; width:0; height:0; border:4px solid transparent; border-top-color:#7a8e95; position:absolute; right:19px; top:50%; }
.PageMenu ul li.menu-parent.over:before{border-top-color:#fff; }
.PageMenu ul li.parent.over ul{display:block; }
.PageMenu li.sfHover ul li{padding:5px 0;}
.PageMenu .back { float: left; width: 13px; height: 8px; display: block; position: absolute; left: 50%;   margin-left: 0px; top: -5px; padding: 0; background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/nav_active.png) no-repeat center top; }

/* mega menu*/
.PageMenu .side-menu > ul > li.menu-parent > ul{ background: #273034; color: #ffffff;}
.PageMenu .side-menu > ul > li.menu-parent  ul.menu-container-level-1 { background: #273034; color: #ffffff;}
.PageMenu .side-menu > ul > li > ul {overflow: hidden;border: none;background: #273034;padding-bottom: 10px;width: 720px !important;text-align: left;}
.PageMenu .side-menu > ul > li.menu-parent  ul.menu-container-level-1{position:static; top: 0!important; overflow: hidden;border: none; padding-bottom: 10px;width: 100%;text-align: left;}
.PageMenu .side-menu > ul > li > ul > li {border-left: none;font-family: Roboto,Helvetica,sans-serif;list-style: none outside none;margin: 18px 0 0px;padding: 0 20px;width: 33%;vertical-align: top;display: inline-block;}
.PageMenu .side-menu > ul > li > ul > li:nth-child(3n+1) {clear: left;}
.PageMenu .side-menu > ul > li > ul > li ul {padding-top: 3px;}
.PageMenu .side-menu > ul > li > ul ul {width: auto !important;position: static;display: block !important;visibility: visible !important;background: none;
border-left: none !important;}
.PageMenu .site-nav-dropdown{display:none; position: absolute; text-align: left; top: 62px; background: #273034;border: 0;padding: 37px 0 58px; z-index:1;  }
.PageMenu li.over .site-nav-dropdown{display: block; }
.PageMenu .side-menu   ul.menu-container-level-1 ul{position:static; display:block!important; visibility:visible!important;  }
.PageMenu .side-menu   ul.menu-container-level-1 ul li{text-align:left; width:100%; padding: 7px 0 8px;  color:#a4a6a7; }
.PageMenu .side-menu   ul.menu-container-level-1 ul li a{padding-bottom: 2px; border-bottom:1px solid transparent; }
.PageMenu .side-menu   ul.menu-container-level-1 ul li a:hover{padding-bottom: 2px; border-bottom: 1px solid #fff; color:#fff; }
.PageMenu .side-menu   ul.menu-container-level-1 > li {width:25%; padding-left: 27px; }
.PageMenu .side-menu   ul.menu-container-level-1 > li:first-child {padding-left: 0px; }
.PageMenu .container{margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }
.PageMenu .sf-menu  .menu-container-level-1 a.sf-with-ul{margin-bottom: 11px; padding-bottom:22px; border-bottom: 1px solid #3d4549; }
.PageMenu .sf-menu  .menu-container-level-1 a.sf-with-ul{margin-bottom: 11px; padding-bottom:22px; border-bottom: 1px solid #3d4549; color: #fff; }

/*-------------------------------------*/


/* .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;
} */
.Left #SideCategoryList li li{background-color:transparent!important; }
.Left #SideCategoryList ul ul ul > li:last-child{padding-bottom:15px; }
.Left #SideCategoryList ul ul li:last-child  ul > li:last-child{padding-bottom:0px; }

.footer .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #333 transparent transparent transparent;
}

.PageMenu li ul ul:before {
    content: none;
    border-color:transparent;
}

.PageMenu li ul li{/* clear: both; */ display: block; float: none; font-size: 13px; margin: 0; padding: 0px 15px; 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; visibility: visible; position: static; top: 0; width:100%; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}

.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}
.Left #SideCategoryList ul li {border-bottom:1px solid #dfe4e6; }
.Left #SideCategoryList ul.sf-horizontal  li:first-child { border-top:1px solid #dfe4e6; }
.Left #SideCategoryList ul.sf-horizontal > li:first-child { border-top:none; }
.Left #SideCategoryList ul.pages-menu.sf-horizontal  li:first-child {border-top:none; }
.Left #SideCategoryList ul.sf-horizontal > li {  padding: 15px 0; }
.Left #SideCategoryList ul li a {font: 700 12px 'Roboto', sans-serif;text-transform: uppercase; color: #5c676b; }
.Left #SideCategoryList .side-menu > ul > li .toogleClick {display: block;position: absolute;right: 0;top: 3px;width: 30px;height: 30px;text-indent: -999em;cursor: pointer;}
.Left #SideCategoryList .side-menu > ul ul {position: static;top: 0;width: auto;}
.Left #SideCategoryList .side-menu > ul > li .toogleClick:before {position: absolute;content: "";right: 0;top: 18px;width: 12px;height: 10px; background:url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat -488px -251px; }
.Left #SideCategoryList .side-menu > ul li li li a {padding-left: 30px;}
.Left #SideCategoryList .side-menu > ul li li a {padding-left: 15px; position: relative;}
.Left #SideCategoryList .side-menu > ul ul a {background: transparent;}
.Left #SideCategoryList .side-menu > ul a {display: block;padding-right: 30px;}
.Left #SideCategoryList .side-menu > ul li li a:before {position: absolute;content: "";left: 0;top: 17px;width: 7px;height: 10px;background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat -492px -209px;}
.Left #SideCategoryList .side-menu > ul li li li a:before{left:13px;}
.Left li li:last-child a{padding-bottom:0; }
.Left ul ul ul.dropdown-menu li a{padding-bottom:15px;  }
.Left ul ul ul.dropdown-menu li:last-child a{padding-bottom:0px;  }
.Left li li.ActivetoogleClick a{padding-bottom:15px;  }

.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;display: inline-block;*/ float:left!important;  *display: inline;  *zoom: 1; }
.PageMenu .sf-menu a.sf-with-ul{/* padding-right:35px!important; */ }
.PageMenu ul.sf-menu > li {padding:23px 33px 18px 18px; }
.PageMenu ul.sf-menu > li > a{position:relative; }
.PageMenu ul.sf-menu > li:hover > a:before{content:""; width:100%; height:0; position:absolute; bottom:-8px; left:0; border-bottom:2px solid #5c676b; }
.PageMenu ul.sf-menu > li.menu-parent:hover > a:before{border-color:#fff; }

.PageMenu li ul li a.hasSub { /* background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/sub.png) 100% 50% no-repeat; */
    padding-right: 20px; text-transform:uppercase;	font-weight:700; font-size:12px; }
.PageMenu .side-menu > ul > li > ul > li a.hasSub:hover{}

.inner .Block {
    display: block;
    clear: both;
}

.FeaturedProducts,
.NewProducts,
.TopSellers{
    margin-bottom: 9px;
}

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

.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding:0;
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
}

.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, #uniform-sel_shipping_address {
    width: auto!important;
    margin-bottom: 10px;
}

.left-content {
    float: left;
    width: 48%;
	/* margin-right: 8px; */
	position:relative; 
}

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

.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(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/recapRefresh.png) 0 0 no-repeat !important;
}

#recaptcha_reload_btn img {
    visibility: hidden;
}

#recaptcha_switch_audio_btn {
    display: block;
   background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}

#recaptcha_whatsthis_btn {
    display: block;
    background: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/images/recapHelp.png) 0 0 no-repeat !important;
}

#recaptcha_whatsthis_btn img {
visibility: 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: 70px !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("//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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;
}


.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: 350px!important; */
    min-height: 40px;
}

.Content .Button,
.form .Button {
    display: inline-block;
}

.QuickSearch tbody tr {
    display: block;
    padding: 20px; border-bottom: 1px solid #d2d8db;
}

.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}

.QuickSearch tbody tr.QuickSearchResult:hover {
    background-color: #f7f9f9;
}

.QuickSearchResult .QuickSearchResultImage {
    width:48px;
    height: 77px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
	border: none!important;
}

/* inner */

.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
    float: left;
    width: auto;
    clear: none;
}

.PagingList {
    float: left;
}

.CategoryPagination .PagingList .ActivePage {
    font-weight: 600; border-bottom: 2px solid ; color:#404e53; 
}

.CategoryPagination .PagingList li {
    margin: 0 15px;
}

.CategoryPagination .PagingList a {
    color: #b4b4b4;
}

.CategoryPagination .PagingList a:hover {
    color: #404e53 ; border-bottom: 2px solid; font-weight: 600;
}

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

.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;
}
.productPage #uniform-revrating {
    width: 343px !important;
}
.ProductReviewFormContainer dd input.Textbox{width: 343px!important;}
.ProductReviewFormContainer textarea{width: 100%;}

.SortBox div.selector span,
.SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
    line-height: 35px;
    height: 40px;
    padding-right: 10px;
	padding: 12px 15px!important;
}

.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    /* padding-bottom:40px; register*/
}

#ProductReviews .btn {
    margin-bottom: 20px;
}
#ProductReviews p.Submit {
    margin-bottom: 0;
}

#message_content {
    height: 240px;
	width:100%;
}

.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{
	padding: 24px 10px;
	text-transform:uppercase;
	font:700 11px 'Roboto', Arial, sans-serif;
	letter-spacing: 0.05em;
}
table.CartContents thead tr th{text-align:center; }
table.CartContents thead tr th:first-child{text-align:left; }
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
    padding: 34px 10px;	
}
table.CartContents tbody tr td.ProductName{padding-top:45px; }

table tbody tr td,
table.General tbody tr td,
table,
table.General,
table.CartContents {
    margin: 0px 0;
}

/* Checkout */

a.ChangeLink {
    top: 28px;
    right: 10px;
	font:500 11px  'Roboto', sans-serif; 
	letter-spacing:0.05em;
}

.ExpressCheckoutContent {
    padding:17px 0px;
}
.ExpressCheckoutContent table.CartContents{ }
.ExpressCheckoutContent table.CartContents tbody tr td.CartItemQuantity{padding-top:47px; }
.ExpressCheckoutContent >.CreateAccount,.ExpressCheckoutContent >.AccountLogin {display: inline-block; width:49%; vertical-align: top; }
#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{
    width: 90px !important;
	height:42px;
	position:relative; 
	text-align: left;
}
.CartItemQuantity div{display: inline-block; }
.removeCart{margin-left:20px; }
.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 20px;
    height: 20px;
	padding-left:0;
}
/* .CartItemQuantity div.selector span:before, */.CartItemQuantity div.selector:before,
/* .DetailRow.qty .selector span:before, */.DetailRow.qty .selector:before,
/* div.selector span:before, */ div.selector:before{content:""; width:0; height:0; border:4px solid transparent; border-top-color:#7a8e95; position:absolute; right:15px; top:19px; }

.CartRemoveLink {
    float: right;
    width: 20px;
    height: 20px;
    margin-bottom: -7px;
   background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat -339px -185px;
}
.CartItemIndividualPrice, .CartItemTotalPrice{padding-top:41px!important; }
.CartItemIndividualPrice, .CartItemTotalPrice{font: 700 14px 'Roboto', sans-serif!important; font-style:normal; margin-left: 15px; }
.ProductPrice{font: 700 14px 'Roboto', sans-serif; font-style:normal; }
.CartContents tfoot tr.First td div{ font: 700 12px 'Roboto', sans-serif; }
.CartContents tfoot tr.First td div .ProductPrice{margin-left:14px; font: 700 18px 'Roboto', sans-serif; color: #272e31; }
.EstimateShippingLink.btn, 
.Submit.EstimateShippingButtons > .txt-link,
.ProceedToCheckout .btn,
.KeepShopping .btn, 
.updateCart .btn {padding: 13px 32px!important; font: 700 11px 'Roboto', sans-serif!important; text-transform:uppercase; border-radius:0!important; -webkit-border-radius:0!important;  -moz-border-radius:0!important; }
.Submit.EstimateShippingButtons .btn{padding: 14px 32px!important; font: 700 11px 'Roboto', sans-serif!important; text-transform:uppercase; border-radius:0!important; -webkit-border-radius:0!important;  -moz-border-radius:0!important;}
.CartContents tfoot .gtotal.SubTotal td { text-transform:capitalize;	font: 700 14px 'Roboto', sans-serif; }
.CartContents tfoot .gtotal.SubTotal td  .ProductPrice, #CheckoutStepConfirmation .SubTotal td em{margin-left:14px; font-size:24px;}
 #CheckoutStepConfirmation .SubTotal.uno td em, #CheckoutStepConfirmation .SubTotal.dos td em{margin-left:14px; font-size:18px; color:#000000; }
.EstimateShipping{float:right; }
.Submit.EstimateShippingButtons > .txt-link{ border:1px solid #808e94; clear: both; float: left; }
.Submit.EstimateShippingButtons > .txt-link:hover{border-color: #090939; color:#090939; }
.KeepShopping .btn.alt,.updateCart .btn.alt{color:#404e53; border:1px solid #808e94;}
.KeepShopping .btn.alt:hover,.updateCart .btn.alt:hover{border-color: #090939; color:#090939!important; }
.btnGroupCart{float:left;}
.KeepShopping .btn.alt, .updateCart .btn{background-color:transparent!important; }
.KeepShopping, .updateCart{float:left; }
.KeepShopping{margin-right:20px; }
.updateCart .btn{font-size:11px;}
#cartpage .ProceedToCheckout{text-align:center; margin-top: -43px; }
.AlternativeCheckout p a{color:#404e53; }
.AlternativeCheckout p a:hover{color:#e95144; }

.SubTotal td {
    padding: 20px 0 0 0;
}
.btnGroupCart{padding-top:30px; }
.ProceedToCheckout{
    text-align: right;
	float:right;
	overflow:hidden;
}
.ProceedToCheckout .btn{margin-bottom:10px; background-color:#090939; color:#ffffff; font:700 13px 'Montserrat', sans-serif!important; letter-spacing:0.1em; white-space:nowrap; padding: 13px 27px!important; }
.ProceedToCheckout .btn:hover{background-color:#e95144; }
.ProceedToCheckout .PayPalExpressCheckout p {margin-bottom: 9px;}

.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
    float: none !important;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
}
.ProceedToCheckout .FloatRight{font:400 11px 'Roboto', sans-serif; }
.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}

.ProceedToCheckout.btm .CheckoutButton {
    padding-bottom: 20px;
}
#CheckoutGuestForm >p{margin-bottom: 23px; }
#LoginForm .HorizontalFormContainer dd{margin-bottom: 0px; clear:both; }
#LoginForm .HorizontalFormContainer dd.last{margin-top: 12px;  }
#CheckoutStepAccountDetails, .ExpressCheckoutBlockCompleted{margin-bottom: 23px;}


.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;    
}
.boxin > h2{padding: 25px 0; text-transform:uppercase; font: 700 13px 'Montserrat', sans-serif; border-top: 1px solid #dfe4e6; border-bottom:1px solid #dfe4e6; }
.boxin .mtop { margin-top: 20px; }
.GiftCertificateThemeList {  line-height: 28px !important; }
.GiftCertificateThemeList label {  float: left;  clear: both; }
#ProductDetails .ProductTinyImageList ul li { border: 0 none !important; margin: 0 auto;	padding: 0;	list-style-image: none;	}
#ProductDetails .ProductTinyImageList ul li a { display: block;  padding: 0 !important; }
#ProductDetails .ProductTinyImageList { overflow: hidden; white-space: nowrap;height: 618px !important; margin-top:20px; margin-bottom:20px;width: 100%!important }

.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 28px;
	margin-top: 49px;
    position: absolute;
	top:0;
	right:0;
	width:70px;
	
}

#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 qh_icons */
    position: absolute;
    top: -10px;
	left: 41%;
    height: 20px;
	width: 16px;
    margin-top: 0px;  
}
#ProductDetails #ImageScrollPrev > img,
#ProductDetails #ImageScrollNext > img{width:auto;}
#ProductDetails #ImageScrollPrev {
    bottom:-10px;
	top:auto;
}

#ProductDetails #ImageScrollNext {
   
}

.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 20px;
	clear:both; 
}
.ProductDetailsGrid .DetailRow.Rating{display: block !important; }
.ProductDetailsGrid .s-price{margin-bottom: 26px;}
.ProductDetailsGrid .DetailRow.qty{margin-bottom:25px; }
.ProductDetailsGrid .addto .DetailRow{margin-bottom: 5px; }
.ProductDetailsGrid .DetailRow.PriceRow {margin-bottom: 10px; margin-top: 29px; }
.ProductDetailsGrid .DetailRow .BrandName {padding: 0;	margin-top: 21px;	font:400 14px 'Tinos', serif;	text-transform: capitalize; }

.ProductDetailsGrid .DetailRow.nop {
    padding: 0;
}

.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
	position: relative;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left !important;   
	font:700 12px 'Roboto', sans-serif;
	text-transform:capitalize;	
	width: 90px;
	float:left;
}
.ProductDetailsGrid .DetailRow .Value{font:400 Italic 12px 'Roboto', sans-serif; text-transform:capitalize; }
.ProductDetailsGrid .DetailRow.Rating .Value{font-style:normal; }
.ProductDetailsGrid .DetailRow.Rating  img{margin-bottom:3px; margin-right:9px; }
.ProductDetailsGrid .Value.AddCartButton{clear:both; font-style: inherit !important; }
.retail-product-price strike{color:#878e96; margin-right: 15px;}
.VariationProductPrice{ font-size:18px!important; }

.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
	font-size: 12px;
	font-style: italic;
	color: #878e96;
}

.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
	margin-bottom:10px;
}

.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
}

#prodAccordion{
    padding-bottom: 45px;
    border-top: 1px solid #d6d6d6;
}

#prodAccordion .current .subtitle {color: #404e53; }

#prodAccordion .subtitle {
    margin: 16px 0 17px 0 !important;
    border: solid 0px !important;
    padding: 0 30px 0 0 !important;
    float: none;    
    cursor: pointer;
}

.prodAccordionContent {
    border-top: 0px solid #EAEAEA;
}

#SimilarProductsByCustomerViews .btn {
    display: none;
}

#fastCartContainer .ProductList {
    margin:0;
}

#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
    height: auto !important;
    padding: 0 0 0 0px;
    width: 22%;
	margin:0px 10px 50px;
}

#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:0 20px 20px 20px; text-align: center; }
.fastCartSummaryBox .ProceedToCheckout {float:none; margin: 0 0 11px 0; padding-top:0; }
.fastCartSummaryBox .ProceedToCheckout a { display: block; white-space:normal; }

.fastCartSummaryBox .subtotal {/* These are overrides for __Master */
	padding: 11px 0 13px 0; clear: none; font-size: inherit; font-weight: normal; margin: 0 0 15px 0; display: inline-block; border-top: 1px solid #dde3e3; border-bottom: 1px solid #dde3e3; width:100%; }

.fastCartSummaryBox .subtotal .ProductPrice { word-wrap: break-word; }
.fastCartSummaryBox .actionLink { margin: 0 0 20px 0; }
.fastCartSummaryBox .actionLink { line-height: 1.5em; }
.fastCartSummaryBox .actionLink .btn { padding: 8px 8px 7px 8px; text-align: center; display: block; background-color: transparent; color: #404e53; border:1px solid #66787f; font:700 11px 'Roboto', sans-serif; }
.fastCartSummaryBox .PayPalExpressCheckout { width: 100%; }

.modalClose {
    float: left;
    width: 33px !important;
    height: 33px !important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px !important;
    background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat -464px -146px !important;
}
#ModalContainer .modalClose {
    top: 53px !important;
    right: 0px !important;
    padding-right: 0 !important;
}
.modalData{overflow:auto; height:100%; }
#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: 1094px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 53px !important;
    right: 0 !important;
    top: 20px !important;
    width: 100% !important;
    /* z-index: 110 !important; */
	overflow:hidden!important; 
	
}

/* Footer */

.footer {
    text-align: left;
    overflow: hidden;
}

.footer-main li {
    float: left;
    font-size: 13px;
    width: 100%;
}

.footer-main .inner {
    padding: 40px 0;
}

.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: 0px 0 7px 0;
}

/*.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: 12px 0 0 0!important;
    padding: 15px 0!important;
}

.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('//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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 */
}

#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;
    padding-bottom: 15px;
}

#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:10px 0 9px 10px;
	color:#9ba1a4;
	font-size: 12px;
	font-family:'Roboto', sans-serif;	
	font-style:italic;
}
.CartContents .productAttributes td{border-bottom:0; }
.productAttributes label,
.productAttributes span { white-space: nowrap; margin-bottom:0;text-transform: capitalize; font-weight: 400; }
.CartContents .ProductName .CustomizeItemLink{font:500 Italic 11px 'Roboto', sans-serif!important; }

select.JSHidden {
    opacity: 0 !important;
    filter: ~"alpha(opacity = 0) !important";
}

#fastCartContainer {
    margin: 0px 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: 100%;
}
.CartCode > .CouponCode{margin-bottom:50px; }
.CartCode > .CouponCode h3,
.CartCode > .GiftCertificate h3{letter-spacing: 0.05em; margin-top:0; padding: 24px 0; text-transform: uppercase; text-align: center; border-top:1px solid #dfe4e6; border-bottom:1px solid #dfe4e6; font:700 13px 'Montserrat', Arial, sans-serif; margin-bottom:25px;}
.CartCode > .CouponCode p,
.CartCode > .GiftCertificate p{font:400 12px 'Roboto', Arial, sans-serif; margin-bottom: 18px; }
.CartCode > .CouponCode .Textbox,
.CartCode > .GiftCertificate .Textbox{width:100%;  height:42px; }
.inputgroup{position:relative; }
.inputgroup .Textbox{width:100%; }

.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    min-width: 35px;
    padding: 8px 15px;
    text-align: center;
	position:absolute;
	right:5px;
	top:5px;
	font:700 12px 'Roboto', Arial, sans-serif;
	text-transform:uppercase;
}

.blockquote {
    margin: 0;
}

#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
    width: auto !important;
}

/*shopping cart page*/
#CartHeader {text-align:center; }
#CartHeader h1{font: 700 30px 'Montserrat', Arial, sans-serif; text-transform:uppercase; color:#404e53; }
#CartContent{float:left; width: 73%; margin-right: 20px;  }
.CartCode{float:right; width: 25%; }
.CartItemIndividualPrice, .CartItemTotalPrice{ padding-top:47px!important; }

/* Over writes of defaults */

.sf-menu a.sf-with-ul {
    min-width: 0 !important;
    padding-right: 0 !important;
}

.product-nav {
    margin-bottom: 20px;
}

.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    /* margin: 0; */
    line-height: 35px;
}

.fastCartTop { padding: 0 10px 0 0;	}

.fastCartBottom {margin-top: 79px;padding-top: 40px;	border-top:1px solid #dfe4e6; position:relative; }
.fastCartBottom h4{font: 700 13px 'Montserrat', sans-serif; text-align:center; text-transform:uppercase; letter-spacing: 0.1em; position: absolute;
text-align: center; top: -9px; padding-left: 30px; padding-right: 30px; background-color: #fff; left: 39%; }
.ModalContent .ProductActionAdd a{color:#fff; }
.ModalContent .ProductActionAdd a:hover{color:#fff; }
.fastCartItemBox a{font: 400 16px 'Tinos', sans-serif; color:#404e53; }
.fastCartContent > p{padding-bottom: 15px; text-transform: uppercase; text-align: center; border-bottom: 1px solid #dfe4e6; }


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

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

.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}

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

/* 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:23px !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: 6px 0;}
.NoMarginBottom {margin-bottom: 0;}
.HideElement {display: none;}

.FloatRight {
    float: right;
}

.FloatLeft { float: left; width: 70%; }
.ExpressCheckout  img{width:auto; }
#OrderConfirmationForm img{width:100px; }

.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 span,
div.checker span,
div.radio span,
div.button,
div.button span {
    background-image: url(//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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 {    
    padding: 5px;
    border-top: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
	width: 100%;
}

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 -81px;
}

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;
    height: 42px;
    line-height: 28px;
    min-height: 42px !important;
    padding: 6px 0 !important;
    width: 100%!important;
}
div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
	width: 100%;
}

div.selector span {
    padding: 4px 29px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 20px;
}

div.selector.disabled span {
    color: #bbb;
}

/* Checker */
div.checker {margin-top: -1px;  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; top: 0px;
    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;
	margin-left:0!important;
}

/* Custom.css
-------------------------------------------------------------- */

.brand-name{
padding: 5px 0 5px 4%;
text-align: left;
min-height: 30px;

}
#CheckoutStepPaymentDetails input[type=submit] {
    margin: 0 20px;
}
.left{float:left;}
.right{
    float: right;
}

.txt24{
    font-weight: bold;
    margin: 0 0 20px 0; font-size: 14px;
}

.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: 10px;
    margin-bottom: 1em;
	font-size:16px;
	font-family:'Tinos', serif;
	font-weight:400;
}
.multiStep li h4{
	font-size:16px;
	font-family:'Tinos', serif;
	font-weight:400;
}
.multiStep li .icon  {
    background: url("//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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;
}

/* DropdownCart */
.cart-no-items{text-align: center; padding-top: 12px; font:700 11px 'Roboto', sans-serif; letter-spacing: 0.1em !important; }
.DropdownCart .colEstShip, .DropdownCart .SubTotal.gtotal, .DropdownCart .KeepShopping, .DropdownCart .ProceedToCheckout .txtInfo-2{display: none; }
.DropdownCart table tbody tr td{border-bottom:none; }
.DropdownCart .ProceedToCheckout .btn:hover{color: #fff; }
.DropdownCart .btnGroupCart{width: 52.5%;}
.DropdownCart .btnGroupCart .updateCart{float:right; }
.DropdownCart .SubTotal{text-transform:capitalize;color:#404e53; }
.DropdownCart .SubTotal em{margin-right:0; margin-left:15px; color:#000000; font-size:16px; }
.DropdownCart .CartContents .ProductName a{color:#404e53; }
.CartItemIndividualPrice, .CartItemTotalPrice{color:#000; }
.DropdownCart .CartItemQuantity .selector{width:60px!important; }
.DropdownCart .CartItemQuantity div.selector span:before{border-top-color:transparent; }
.DropdownCart .CartContents tfoot .SubTotal td{border-bottom:none; }
.DropdownCart .ProceedToCheckout, .DropdownCart .btnGroupCart{padding-top: 0; }
.DropdownCart .AlternativeCheckout > p {padding-top: 8px; }
.DropdownCart .WrappingOptions{display:none!important; }
.DropdownCart .AlternativeCheckout strong{font-size:11px; color:#404e53; }
.DropdownCart .CartContents .ProductName a{font-weight:400; }
.DropdownCart table tbody tr td.CartItemIndividualPrice, .DropdownCart table tbody tr td.CartItemTotalPrice {padding:46px 10px!important; }
.DropdownCart .removeCart{margin-left:0; }
.DropdownCart{border: 1px solid #c5cacb; display: none; min-height: 40px; min-width: 160px; padding: 0; position: absolute; right: 0;
top: 33px; z-index: 99999; background: #FFFFFF; /* overflow:visible!important; */ }
.DropdownCart .CartContents thead{border:none; background: #f7f9f9; color: #66787f;}
.DropdownCart .CartRemoveLink{margin-top: 10px!important;}
.DropdownCart .CartContents th:first-child{text-align: center !important; }
.DropdownCart .CartContents th{padding: 11px 20px !important; white-space: nowrap; }
.DropdownCart .CartThumb img {max-width: 64px; }
.DropdownCart .CartContents td.ProductName {text-align:left; display:block; width:200px; padding: 39px 0 20px !important; }
.DropdownCart .CartContents td.CartThumb{padding: 20px 20px 10px !important; }
a.mobileOnly{display:none; }
a.mobileOnly{letter-spacing: 0.05em;text-transform: uppercase;font: 700 13px 'Montserrat', Arial, sans-serif; color: #404e53;}
.icon-cart { display: inline-block; width: 18px; height: 24px; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat 1px -56px!important;  vertical-align: middle;  -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out;    transition: all .5s ease-in-out; margin-top: 0!important; margin-right: 8px; }
#ShowDropdownCart:hover .icon-cart {background-position:1px -120px!important; }
.icon-add { position: absolute; right: 0; top: 17px; 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: 20px;
    height: 21px;
    margin-right: 10px;
    background: url(//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706) no-repeat 0px 0px;
	-moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* .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(//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706) no-repeat 0px 0px;
    background-color: transparent !important;
} */

.icon-edit,
#WishLists .txt-hide .icon-edit{background-position: -393px -519px;}
.icon-edit:hover,
#WishLists .txt-hide .icon-edit:hover {
    background-position: -393px -565px;
}

.icon-delete,
#WishLists .txt-hide .icon-delete{background-position: -359px -520px;}
.icon-delete:hover,
#WishLists .txt-hide .icon-delete:hover {
    background-position: -359px -565px;
}
.icon-share,
#WishLists .txt-hide a{background-position: -421px -520px;}
.icon-share:hover,
#WishLists .txt-hide a:hover{background-position: -421px -565px;}
/* btn styles */

.Button a {
    color: #090939!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; width:32px;	height:32px; border: 1px solid #d2d8db; text-indent: -9999em; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat; }

.nav-prev { margin-right: 17px; background-position: -190px -798px; }

.nav-next { margin-left: 17px; background-position: -251px -798px; }

a.nav-next:hover,
a.nav-prev:hover { color: #333; }
a.nav-next:hover{background-position: -251px -854px; }
a.nav-prev:hover{background-position: -190px -854px; }

.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;
	width:238px;
}
.btn.add-to-cart{text-transform:uppercase; font: 700 13px 'Montserrat', sans-serif;  width:100%; }

.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #090939;
}

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

.CartLink .DropdownCart > a > span,.CartLink  #ShowDropdownCart, .CartLink  #ShowDropdownCart .TitleCart{letter-spacing:0.05em; text-transform: uppercase; font: 700 13px 'Montserrat', Arial, sans-serif; color:#404e53; }
.CartLink #ShowDropdownCart > .TitleCart{position:relative; display:inline-block; margin-bottom:0; }
.CartLink #ShowDropdownCart > #items-count{padding-left: 4px; }
/*.CartLink #ShowDropdownCart > #items-count:before{content: "(";}
.CartLink #ShowDropdownCart > #items-count:after{content: ")";}*/
.CartLink #ShowDropdownCart:hover > .TitleCart:before{content:""; width:100%; height:0; position:absolute; left:0; bottom:-4px; border-bottom:2px solid #404e53; }
.CartLink #ShowDropdownCart > span {font: 400 12px 'Roboto', Arial, sans-serif; color:#66787f; }
.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("//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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("//cdn11.bigcommerce.com/r-de362a881829f428d7c6c20159e24db4a9c0a751/themes/ClassicNext/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: 46px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
}
#ToggleMenu:after {
    -ms-box-shadow:0 10px 0 2px #ffffff, 0 15px 0 2px #ffffff, 0 20px 0 2px #ffffff;
    -moz-box-shadow: 0 10px 0 2px #ffffff, 0 15px 0 2px #ffffff, 0 20px 0 2px #ffffff;
    -webkit-box-shadow: 0 10px 0 2px #ffffff, 0 15px 0 2px #ffffff, 0 20px 0 2px #ffffff;
    box-shadow: 0 10px 0 2px #ffffff, 0 15px 0 2px #ffffff, 0 20px 0 2px #ffffff;
    content: ' ';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 19%;
    width: 14px;
}

#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(250px);
    -ms-transform:     translateX(250px);
    transform:         translateX(250px);
    position: fixed;
    overflow-y: hidden; width:100%;
}

/* #Header.off-screen {
    -webkit-transform: translateY(-50px);
    -ms-transform:     translateY(-50px);
    transform:         translateY(-50px);
} */

/*----------------------------------------------------------------------------------------------------------
#############################################  DRAWER MENU
----------------------------------------------------------------------------------------------------------*/
#DrawerMenu {
    position: absolute;
    bottom: 0;
    top: 0;
	z-index:0;
    width:250px;
    background-color: #333333;
    color: #fff;
}
    #DrawerMenu.on-screen {
        display: block;
        position: absolute;
        overflow-y: auto;
    }

#DrawerMenu  div {
    margin :0;
}

#DrawerMenu h3 {
    background: #3f3f3f;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
	margin-bottom:0;
	display:none;
}

#DrawerMenu ul { list-style: none; margin: 0;}
    #DrawerMenu li { float: none; border-bottom: 1px solid #3f3f3f; list-style: none outside none;  }
	/*-------Custom-------*/
	#DrawerMenu li > a{ display: inline-block;  }
	#DrawerMenu li.menu-parent > a{ padding-left:0; margin-left:15px;  }
	#DrawerMenu li.active, #DrawerMenu li.active  ul.expanded{background-color:#292929;  }
	#DrawerMenu li.menu-parent  > ul.expanded{padding-left: 20px; padding-right: 20px;  }
	#DrawerMenu li.menu-parent  > ul.drawer-subcat a{font-size:11px;  }
	#DrawerMenu li.menu-parent  ul ul a{color:#a4a6a7; text-transform:capitalize; display: inline-block; font-size:12px !important; font-weight: 400; position:relative; }
	#DrawerMenu li.menu-parent  ul ul a:hover{color:#fff; }
	#DrawerMenu li.menu-parent  ul ul a:hover:before, #DrawerMenu li.active > a:before{content:""; width:100%; height:0; border-bottom: 1px solid #ffffff; position:absolute; left:0; bottom:12px; }
	#DrawerMenu li.menu-parent  ul ul li{border-bottom:none; }
	#DrawerMenu li li.active .drawer-subcat.expanded{border-top:none;}
	#DrawerMenu li.menu-parent  ul.expanded .subcat-expand{right: -20px;  }
	#DrawerMenu li{ }
	/*-------------------*/
	#DrawerMenu a {padding:15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; color: #fff; font-size: 12px; font-weight: 500; text-transform:uppercase; }
    #DrawerMenu li > ul a {/** padding: 15px 15px 15px 1.6em; */ padding: 15px 15px 15px  0px !important;}

    /*# 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 li:hover > a, .topmenu-options li:hover > a, #DrawerMenu li.active > a, .topmenu-options li.active > a { }
/*# DRAWERMENU EXPANDER #*/
#DrawerMenu .subcat-expand {
    /* border-left: 1px solid #3f3f3f; */
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 47px;
}
#DrawerMenu .subcat-expand:hover{cursor: pointer; }
    #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: #66787f;
    font-size: 12px;
    padding: 15px 0;
}
    .js-drawermenu-currency-converter span {
        color: #66787f !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: transparent;
            }

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

/*NewProduct*/
.TopSellers{display:none; }
.NewProduct, .TopSellers{float:left; width:100%; margin-bottom: 15px; }
.NewProduct .BlockContent, .TopSellers .BlockContent, .FeaturedProduct .BlockContent{margin-top:30px; }
.owl-item{float:left; }
.ProductList .WrapperDetail {padding-top: 50px; position:absolute; bottom:0; left:0; width:100%; text-align:center; opacity:0; filter: ~"alpha(opacity=0)"; -khtml-opacity: 0;  -moz-opacity: 0; -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; }
.ProductList li:hover {cursor:pointer;  }
.ProductList li:hover .WrapperDetail{opacity:1; filter: ~"alpha(opacity=100)"; -khtml-opacity: 1;  -moz-opacity: 1; -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
.ProductList li:hover .ProductImage img{filter: ~"alpha(opacity=20)"; /* Internet Explorer */    opacity: 0.2;
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=20)"; /* IE8 */  -khtml-opacity: 0.20;  -moz-opacity: 0.20; /* Old Firefox */ ; }

.AddToAction{text-align:center; display:inline-block; }
.QuickView{float: left; display: inline-block; margin-right: 7px; margin-bottom: 10px; }
.QuickViewBtn{text-indent: -9999em; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 8px -474px no-repeat!important; filter:none; width: 36px; height: 36px; display: inline-block; border: 1px solid #878f92;-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out; display:block!important; }
.QuickViewBtn:hover{background-color:#404e53!important; background-position:8px -514px!important; border-color:#404e53; }

.ProductList .productWishlist {float:left;}
.ProductList .productWishlist a{text-indent: -9999em; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -74px -473px no-repeat; width: 36px; height: 36px!important; display: inline-block; border: 1px solid #878f92;-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out;  -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}
.ProductList .productWishlist:hover a{background-color:#404e53; background-position:-74px -514px; border-color:#404e53;}
.ProductList li:hover .productWishlist{visibility:visible; }
.ProductActionAdd a{letter-spacing: 0.1em; color:#fff; background-color:#090939; font: 700 13px 'Montserrat', Arial, sans-serif; padding:14px 22px; width:100%; display:inline-block;text-transform: uppercase; }
.ProductActionAdd a:hover{color:#fff; background-color:#e95144; }
.pname, .p-name > a {font: 400 14px 'Tinos', Arial, sans-serif; text-transform: capitalize; letter-spacing:0.02em;  }
.ProductList .pname:hover{color:#090939;  }
.infinite-scrolling-homepage{max-width:371px; margin: auto auto 0px auto;text-align: center;text-transform: uppercase;}
.infinite-scrolling-homepage a{width: 100%; padding: 11px; border: 2px solid #66787f; display: inline-block; font:700 13px 'Montserrat', Arial, sans-serif; text-decoration:none; letter-spacing: 0.1em; }
.infinite-scrolling-homepage a:hover{color:#090939; border-color:#090939;}
.infinite-scrolling-homepage a.disabled:hover{cursor:default; color:#404e53; border-color:#66787f;}
.ProductList .ProductDescription{display:none; }
.ProductList .AddToAction{position: absolute; top: 0; left: 30%; }
.NewProducts .ProductList li:nth-child(n+11){/* float:left; */ }




/*price*/
.p-price{color:#090939 ; font: 700 14px 'Roboto', Arial, sans-serif; }
.SalePrice{color:#db583a; margin-left:5px; }
.RetailPriceValue{color:#878e96; }



/*Free Shipping text*/
.FreeShipping{padding:16px 0 0px 0;}
.FreeShipping h3{padding-bottom: 0; font: 400 13px 'Montserrat', Arial, sans-serif ; text-align: center; text-transform: uppercase; letter-spacing:0.15em;  }

/*about home*/
.abouthome {float:left; width:100%;}
.abouthome .inner{max-width:700px; margin:0 auto; text-align:center; padding-bottom: 22px; border-bottom:1px solid #dfe4e6;padding-bottom: 25px; margin-bottom:20px; }
.abouthome .inner > h2 {letter-spacing: 0.1em; text-transform: uppercase; font: 700 20px 'Montserrat', Arial, sans-serif; position:relative; padding-bottom:80px;  }
.abouthome .inner > h2:before {content:""; width:99px; height:35px; position:absolute;top: 46%; left: 42%; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -189px -2px no-repeat;   }
.abouthome .inner > p{font: 400 14px 'Tinos', Arial, sans-serif; line-height: 27px; }

/*BannerHomeBottom*/
.BannerHomeBottom ul {margin:0; }
.BannerHomeBottom ul > li{position:relative; }
.BannerHomeBottom ul > li:first-child{padding-left:0; }
.BannerHomeBottom ul > li.last{padding-right:0; }
.BannerHomeBottom ul > li > .des{position:absolute;top:32%; left:18%; color:#fff; text-align: center; width:60%; }
.BannerHomeBottom ul > li  .des  h4{margin-bottom: 20px; color:#fff; text-transform:uppercase; font: 700 30px 'Montserrat', Arial, sans-serif; position:relative; }
.BannerHomeBottom ul > li  .des  h4:before{ content:""; width:30px; border-bottom:2px solid #fff; position:absolute; left:44%; bottom:0; }
.BannerHomeBottom ul > li  .des  p{ font: 400 16px 'Tinos', Arial, sans-serif; margin-bottom: 55px; line-height: 22px; }
.BannerHomeBottom ul > li  .des  .btn_banner{background: #fff; padding: 12px 22px; text-transform: uppercase; font: 700 13px 'Montserrat', Arial, sans-serif; letter-spacing:0.1em; }
.BannerHomeBottom ul > li  .des  .btn_banner:hover{background-color:#e95144;color:#ffffff; }
.BannerHomeBottom  li:hover img{-moz-opacity: 0.4;opacity: 0.4;filter: alpha(opacity=40);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
.BannerHomeBottom .owl-item{}
.WrapperBrand{margin-top: 49px; padding-left:0; padding-right:0;}
.WrapperBrand > h3{display:none; }
.WrapperBrand .Brand .item{float:left; margin-left: 17px; margin-right: 29px; }
.WrapperBrand .Brand .item:first-child{margin-left: 15px; }
.WrapperBrand .Brand .item.last{margin-right: 0px; }
.WrapperBrand .Brand .item img:hover{filter: ~"alpha(opacity=50)";  opacity: 0.5; -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";-khtml-opacity: 0.50;  -moz-opacity: 0.50;  ;}
.footer .Brand .owl-controls .owl-buttons div {border:none; }
.footer .BrandList ul li.last a{padding-left: 17px; font-size: 11px; font-weight: 700; text-transform:uppercase; position: relative; }
.footer .BrandList ul li a:hover{color:#5d9494; }
.footer .BrandList ul li.last a:before{content: ""; width: 0; height: 0; position: absolute; top: 5px; left: 0; border: 4px solid transparent;
border-left-color: #5d9494; }

/* button pre, next */
.owl-controls .owl-buttons div{width:35px; height:35px; position: absolute; top:35%; display:inline-block; text-indent:-9999em; background:url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat #ffffff; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;  -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}
.owl-theme .owl-controls .owl-buttons div{border:1px solid #414f54; }
.owl-theme .owl-controls .owl-buttons div:hover{background-color:#404e53; border-color:#404e53; }
.owl-controls .owl-buttons .owl-prev{background-position:-210px -514px; left:-20px; right:auto; }
.owl-controls .owl-buttons .owl-prev:hover{ background-position:-210px -558px; }
.owl-controls .owl-buttons .owl-next{background-position:-276px -514px; left:auto;  right:-20px; }
.owl-controls .owl-buttons .owl-next:hover{background-position:-276px -559px; }
.owl-pagination{display:none; }

/*brand slider*/
.WrapperBrand .owl-controls .owl-buttons div{top:19%; border:none; }
.WrapperBrand .owl-controls .owl-buttons div:hover{background-color:#eff2f2 ;  }



/*newslettersubscription*/
.newsletter-subscription{float:left;width:100%; margin-top: 32px; margin-bottom:60px; }
.newsletter-subscription .container{padding-left:0; padding-right:0; }
.formlist{display:inline-block; width:100%; }
.newsletter-subscription .newsletterTitle {position:relative; text-align:center;}
.newsletter-subscription .newsletterTitle:before {content:""; width:100%; height:0; position:absolute; bottom:14px; left:0;  border-bottom:1px solid #dfe4e6; }
.newsletter-subscription .newsletterTitle > h2{letter-spacing: 0.1em; margin:0; text-transform:uppercase; font:700 24px 'Montserrat', Arial, sans-serif; color:#404e53; display:inline-block; position:relative; padding: 0 125px;background-color:#fff; }
.newsletter-subscription .newsletterTitle > h2:before{content: ""; width: 99px; height: 35px; position: absolute; top: -2px; left: 10px; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -189px -2px no-repeat;}
.newsletter-subscription .newsletterTitle > h2:after{content: ""; width: 99px; height: 35px; position: absolute; top: -2px; right: 10px; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -189px -2px no-repeat;}
.newslettertext{float:none; margin:0 auto; text-align:center; }
.newslettertext h4{color:#404e53; font: 400 14px 'Tinos', Arial, sans-serif; padding: 10px 0 39px 0; }
.formnewletter{margin:0 auto; float:none; border:1px solid #dfe4e6; padding:9px; }
.formnewletter .two-fifth{width:56%; }
.formnewletter .item{display: inline-block;font-size: 14px;padding-left: 20px;vertical-align: top; }
.formnewletter .txtname{padding-left:0; width:22%; }
.formnewletter .txtname input{border-right:1px solid #dfe4e6;}
.btn-newletter{float:right; }
.btn-newletter .btn{letter-spacing: 0.1em; background-color: #272e31;font: 700 13px 'Montserrat', Arial, sans-serif; text-transform:uppercase; color:#ffffff; padding: 10px 25px; }
.btn-newletter .btn:hover{background-color:#090939; }
.newsletter-subscription .Textbox{border:0; color:#66787f; height:30px; margin-top:4px; text-transform: lowercase; }

/*Footer */
.footer-main{padding-top: 55px;}
.footer-links a:hover, .footer-main a:hover{text-decoration:underline; }
.footer-main h3{color: #5d9494;}
.footer-main h4,.footer-main h3 {font: 700 12px 'Montserrat', Arial, sans-serif; text-transform:uppercase; }
.footer-main a, .footer-main p{font: 400 12px 'Roboto', Arial, sans-serif;}
.footer-main p{margin-bottom:0; padding:5px 0; }
.footer-main p:first-child{margin-bottom:8px; }
.footer-main .col-xs-3{border-left:1px solid #a6e1e1; min-height: 326px; padding-left: 30px; }
.footer-main .col-1{border-left:none; padding-left:0; }
.footer-main .FooterLinkMore a{clear:both; float:left; padding: 5px 0; }


.footer-links{padding-top:34px; padding-bottom: 97px; }
.footer-bottom{text-align:center; }
.footer-links  .container{border-top:4px double #a6e1e1; }
.address {font: 400 12px 'Roboto', Arial, sans-serif; text-align: center; margin-top: 33px; line-height: 19px; }
address{margin-bottom: 8px;}
.payment{display:inline-block; }
.payment ul li{float:left; margin-left:20px; }
.payment ul li:first-child{margin-left:0px; }
.payment ul li a:hover{ filter: ~"alpha(opacity=50)"; /* Internet Explorer */    opacity: 0.5;
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE8 */  -khtml-opacity: 0.50;  -moz-opacity: 0.50; /* Old Firefox */ ;
-moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;
	}
#back-top{bottom: 15px; margin: 0px; position: fixed; right: 15px; z-index: 9999;}
#back-top a{border:2px solid #404e53; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat scroll -466px 20px #ffffff; display: block; height: 52px !important; text-indent: -9999px; width: 52px !important; outline: 0px none; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}
#back-top a:hover{background-color:#000000; border-color:#000; }	


/*icons*/
.icon{display:inline-block; text-indent:-9999em; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat; /* border:1px solid; */  }
.icon.icon-visa{width:35px; height:23px; background-position:-192px -477px;}
.icon.icon-mastercart{width:36px; height:23px; background-position:-238px -478px;}
.icon.icon-express{width:27px; height:23px; background-position:-286px -477px;}
.icon.icon-discover{width:48px; height:23px; background-position:-326px -477px;}
.icon.icon-paypal{width:57px; height:23px; background-position:-384px -477px;}

.icon.icons-add {width:12px; height:20px; background-position:-142px -480px; float: left; margin-right:15px; }
.icon.icons-phone {width:16px; height:20px; background-position:-142px -524px; float: left; margin-right:11px; }
.icon.icons-email {width:17px; height:20px; background-position:-141px -567px; float: left; margin-right:10px;}

.icon-social-theme.icon-facebook{background-position:5px -677px;}
.icon-social-theme.icon-twitter{background-position: -22px -677px;}
.icon-social-theme.icon-pinterest{background-position: -49px -677px;}
.icon-social-theme.icon-googleplus{background-position: -77px -677px;}
.icon-social-theme.icon-rss{background-position: -132px -677px;}
.icon-social-theme.icon-linkedin{background-position: -267px -676px;}
.icon-social-theme.icon-tumblr{background-position: -234px -678px;}
.icon-social-theme.icon-stumbleupon{background-position: -196px -678px;}
.icon-social-theme.icon-youtube{width: 21px; background-position: -303px -676px;}
.icon-social.icon-instagram{background-position: -105px -677px;}
.boxin .icon{background-position: -128px -669px; } 

.icon-social-theme.icon-facebook:hover{background-position: 5px -720px;}
.icon-social-theme.icon-twitter:hover{background-position: -22px -720px;}
.icon-social-theme.icon-pinterest:hover{background-position: -49px -720px;}
.icon-social-theme.icon-googleplus:hover{background-position: -77px -720px;}
.icon-social-theme.icon-rss:hover{background-position: -132px -720px;}
.icon-social-theme.icon-linkedin:hover{background-position: -267px -720px;}
.icon-social-theme.icon-tumblr:hover{background-position: -234px -720px;}
.icon-social-theme.icon-stumbleupon:hover{background-position: -196px -720px;}
.icon-social-theme.icon-youtube:hover{background-position: -303px -720px;}
.icon-social.icon-instagram:hover{background-position: -105px -720px;}

/*category page*/
.toolbar .left .btn-hover{border-right:1px solid #dfe4e6; margin-right:10px;}
.toolbar .right .btn-hover{border-left:1px solid #dfe4e6; }
#CategoryHeading{text-align:center;}
#CategoryHeading h1{ padding-bottom: 24px; margin-bottom:0; margin-top: 39px; font:800 30px 'Raleway', sans-serif; text-transform:uppercase; color:#404e53; text-align:center; display:inline-block; border-bottom:none;}
.CategoryDescription p{position:relative; padding-top:25px; margin-bottom: 35px; }
.CategoryDescription p:before{content:""; width:32px; height:0; position:absolute;  top:0; left:48%; border-bottom:2px solid #404e53; }
.toolbar button{position:relative; z-index: 2; border:0; background-color: transparent;  font: 700 12px 'Roboto', sans-serif;  color:#66787f; text-transform:uppercase; padding:30px 49px 30px 26px; letter-spacing: 0.05em; }
.toolbar button.btn-hover{color:#e95144; background-color:#ffffff; }
.toolbar button.btn-hover .icon-drop:before{content:"_"; top:20px; color:#e95144; }
.toolbar .right button{padding-left:28px;}
.toolbar .product-nav{/* float:left; width:70%; */ margin-bottom: 0; }
.toolbar .FloatRight{width:100%;}
.toolbar .SortBox div.selector{margin-bottom:0; }
.toolbar{margin-bottom:40px; float:left; width:100%; border-top:1px solid #dfe4e6; }
.CategoryDescription{margin: 0 auto 13px auto; width: 60%; text-align: center; font:400 14px 'Tinos', serif; }
.CategoryDescription p{line-height:26px; }
.txtL.hidden-xs{width:170px; float:left; margin-right:29px;  }
.ProductList .ProductImage.QuickView .QuickViewBtn{display:none; }
.toolbar-bottom{margin-top: -88px; }

/* --------------------------------- */
.icon-drop:before{content:"+"; position:absolute; right:38px; top:26px; width:0; height:0; font-size:16px; }
.collection-filter-panel{margin-top: -1px; padding:30px; width: 100%; float:left; border-top:1px solid  #dfe4e6; border-bottom:1px solid  #dfe4e6; display:none;}
.collection-sharing-panel{text-align:right; margin-top: -1px; padding:25px 20px 20px 20px; width: 100%; float:left; border-top:1px solid  #dfe4e6; border-bottom:1px solid  #dfe4e6; display:none;}
.FilterPrice,.FilterBrand, .SortBox{margin-right: 10px; padding: 0; position:relative;font:400 12px 'Roboto', sans-serif; }
#SideShopByBrand:hover, #SideCategoryShopByPrice:hover, .SortBox label:hover{cursor:pointer; }
.FilterPrice,.FilterBrand, .product-nav{float:left; color:#404e53;}
.FilterPrice .Block,.FilterBrand .Block, .collection-sharing-panel .Block{margin-bottom:0; }
.FilterPrice h3, .FilterBrand h3, .SortBox label{ padding: 12px 15px; position:relative; border:1px solid #d2d8db; font: 400 12px 'Roboto', sans-serif; color:#66787f; text-transform:capitalize; width:100%; }
.FilterPrice h3:before, .FilterBrand h3:before, .SortBox label:before{content:""; width:0; height:0; position:absolute; right:20px; top:49%; border:4px solid transparent; border-top-color:#7a8e95; }
.FilterPrice ul, .FilterBrand ul, .SortBox ul{padding-top: 0; padding-bottom: 0; position:absolute;left:0; top:41px; z-index:20; width:100%; margin:0; border:1px solid #d9d9d9; /* display:none; */background-color:#ffffff;  }
.FilterPrice ul li , .FilterBrand ul li , .SortBox ul li {padding:5px 10px;  font: 400 12px 'Roboto', sans-serif; color: #404e53; }
.FilterPrice ul li:hover, .FilterBrand ul li:hover, .SortBox ul li:hover{background-color:#ceeeee; color: #737373; }
.FilterPrice .ShopByPrice:hover ul, .FilterBrand  .BrandList:hover ul, .SortBox:hover ul {/* display:block; */ }
.collection-sharing-panel  div{display:inline-block;}
.collection-sharing-panel .social_icon li{float:left; margin-right:8px;}

/* Gird/List */
.Show i{padding-left: 25px; margin-right: 21px;font: 700 12px 'Roboto', sans-serif; font-style:normal;letter-spacing: 0.05em; text-transform:uppercase; display:inline-block; width:51px; height:18px;  background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat;}
#Grid:hover,#List:hover{cursor:pointer; color:#e95144; }
#Grid.ActionMode:hover,#List.ActionMode:hover{cursor:default; }
.Show .IconGrid{background-position:-135px -104px; }
.ActionMode .IconGrid{background-position:-135px -64px; color:#e95144;}
.Show .IconList{background-position:-216px -65px; }
.ActionMode .IconList {background-position:-216px -105px; color:#e95144;}
.IconGrid:hover, .IconList:hover{-moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all 3.5s ease-in-out;  transition: all .5s ease-in-out;}
.IconGrid:hover{background-position:-135px -64px;}
.IconList:hover{background-position:-216px -105px;}
.GridList{display:inline-block; }

/* ProductList */
.ProductList.List{padding:10px; }
.ProductList.List .productWishlist{margin-left: 25px; }
.ProductList.List li.ListView:hover .ProductImage.QuickView .QuickViewBtn{position: absolute; opacity: 1;filter: ~"alpha(opacity=100)";
-khtml-opacity: 1; -moz-opacity: 1; -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
.ProductList.List .AddToAction .QuickView { display:none; }
.ProductList.List li{font-size:12px; }
.ProductList.List .ProductCompareButton{display:none; }
.ProductList.List li.ListView{ width:100%; margin: 0 0 30px 0; }
/* .ProductList.List li.ListView:hover{box-shadow:1px 1px 10px #a5b7bf; -webkit-box-shadow:1px 1px 10px #a5b7bf; -moz-box-shadow:1px 1px 10px #a5b7bf;} */
.ProductList.List .WrapperDetail{padding-top:0px; position:static; overflow:hidden; text-align:left; width:auto; opacity: 1; filter: ~"alpha(opacity=100)"; -khtml-opacity: 1; -moz-opacity: 1; -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";}
.ProductList.List .ProductDetails{margin-bottom: 13px; }
.ProductList.List .ProductActionAdd .addtocart{width:auto; }
.ProductList.List .ProductDetails{min-height: 0!important; padding:0; clear:both; }
.ProductList.List li .AddToAction{float:left; margin-top:11px;position: static; -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;    -o-transition: all 3.5s ease-in-out;    transition: all .5s ease-in-out;}
.ProductList.List li:hover .AddToAction{display:block; }
.ProductList.List .ProductActionAdd{float:left; margin-right:15px; margin-top: 6px; }
.ProductList.List .ProductDescription{display:block; }
.ProductList.List .pname{font-size:24px; color: #404e53; line-height: inherit; }
.ProductList.List .pname:hover{color: #090939; }
.ProductList.List .p-price{margin-top: 19px; margin-bottom: 15px; font-size:18px; }
.ProductList.List .p-price .SalePrice{color: #090939; }
.ProductList.List .QuickView{ }
.ProductList.List .productWishlist a{margin-left: 50px; padding-top: 10px; text-indent:0; width: auto;position: relative;background: none;border: none; font: 700 11px 'Roboto', sans-serif; text-transform:uppercase; color:#404e53; }
.ProductList.List .productWishlist a:before{content:"";position:absolute; top:0; left:-50px; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -74px -473px no-repeat; width: 36px; height: 36px!important; display: inline-block; border: 1px solid #878f92;-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out;  -o-transition: all 3.5s ease-in-out; transition: all .5s ease-in-out;}
.ProductList.List .productWishlist a:after{content: ""; position: absolute; right: 0; bottom: 9px; border-bottom: 1px solid #b6babb; width: 100%; height: 0; }
.ProductList.List .productWishlist a:hover:before{background-position:-74px -514px; background-color: #404e53; border-color: #404e53; }
.ProductList.List .sale-label{top: 12px; }

/* Filter */
.SortBox label{/* display:none; */ }
.collection-filter-panel, .collection-sharing-panel{margin-bottom:25px; }
.SortBox div.selector span{text-transform:capitalize; line-height: 37px; font: 400 12px 'Roboto', sans-serif; color:#66787f; }



/*Product detail*/
html.javascript .productOptionPickListSwatch li {float:left; }
.productAttributeList .productAttributeRow.productAttributeConfigurablePickListSet{ margin-bottom: 22px!important; }
.cloudzoom-zoom{z-index:20; }
#prodAccordion{float:right; width:50%; margin-left:10px; }
.productPage #SimilarProductsByCustomerViews, .productPage #SideProductRelated{padding-top: 30px; float:left; width:100%; border-top:1px solid #dfe4e6; text-align:center; }
.DetailRow.qty .selector{height:42px; width:119px!important; position:relative; text-align: left; }
.addto #SideProductAddToWishList {position:relative; display: inline-block; margin-left:25px; }
.addto .btn.alt.wishTrigger{ padding-left:50px; font:700 11px 'Roboto', sans-serif;color:#404e53; text-transform:uppercase;background-color:transparent; }
#SideProductAddToWishList:before{content:""; width:36px; height:36px;position:absolute; top:4px; left:0; border:1px solid #9ca5a9; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') -74px -473px no-repeat; transition: all 0.5s ease-in-out 0s;}
.addto .btn.alt.wishTrigger:hover{background-color:transparent; color:#404e53!important; }
#SideProductAddToWishList:hover:before{background-color:#404E53; border-color:#404E53; background-position:-74px -514px; }
.ProductDetailsGrid .DetailRow .PriceRow{margin-bottom:7px; }
.BrandName a{color:#404e53; }
#prodAccordion .subtitle{text-transform:uppercase; color:#838a8d; font: 700 13px 'Montserrat', sans-serif; }
.BulkDiscount .add-to-cart:hover{background-color:#e95144; }
#ProductReviews .prodAccordionContent > .btn{font:700 11px 'Roboto', sans-serif; padding-top:10px; padding-bottom:10px; }
.Submit .btn{color: #fff; font: 700 13px "Montserrat",sans-serif!important; background-color:#090939; }
.prodAccordionContent > ul{margin-bottom:0; }

.collection-sharing-panel .icon-social{background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat; height: 26px;}
.collection-sharing-panel .icon-social-theme.icon-facebook{width: 84px; background-position: 0px -620px;}
.collection-sharing-panel .icon-social-theme.icon-facebook:hover{ background-position: 0px -620px;}
.collection-sharing-panel .icon-social-theme.icon-twitter{width: 87px; background-position: -91px -620px;}
.collection-sharing-panel .icon-social-theme.icon-twitter:hover{background-position: -91px -620px;}
.collection-sharing-panel .icon-social-theme.icon-pinterest{width: 45px; background-position: -369px -620px;}
.collection-sharing-panel .icon-social-theme.icon-pinterest:hover{background-position: -369px -620px;}
.collection-sharing-panel .icon-social-theme.icon-googleplus{width: 73px; background-position: -187px -620px;}
.collection-sharing-panel .icon-social-theme.icon-googleplus:hover{ background-position: -187px -620px;}
.collection-sharing-panel .icon-social-theme.icon-rss{width: 92px; background-position: -267px -620px;}
.collection-sharing-panel .icon-social-theme.icon-rss:hover{background-position: -267px -620px;}
.collection-sharing-panel .icon-social-theme.icon-linkedin{width: 105px; background-position:-334px -671px;}
.collection-sharing-panel .icon-social-theme.icon-linkedin:hover{background-position:-334px -671px;}


.productPage .at15t, .productPage .at16nc, .productPage .at300bs{background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') 0 0 no-repeat!important; }
.productPage .at16nc{height: 26px!important; }
.productPage .at15t_facebook, .productPage .at16nc.at16t_facebook { width: 84px!important; background-position: 0px -620px!important; }
.productPage .at15t_email, .productPage .at16nc.at16t_email { width: 74px!important; background-position: -186px -620px!important;}
.productPage .at15t_twitter, .productPage .at16nc.at16t_twitter {width:90px!important; background-position: -90px -620px!important;}
.productPage .at15t_print, .productPage .at16nc.at16t_print {width:95px!important; background-position: -268px -620px!important;}
.productPage .at15nc.at15t_linkedin.at16t_linkedin{display:none; }
.ProductReviewList .ReviewTitle{padding-bottom:11px; font:700 12px 'Roboto', sans-serif; text-transform:uppercase; color:#404e53; }
.ProductReviewList .Meta{margin-bottom:16px; font:400 italic 12px 'Roboto', sans-serif; color:#b0b4b6; }
.ReviewTitle > img{margin-bottom: 4px; margin-left: 15px; }
.ProductMain .AddThisButtonBox .addthis_button_google_plusone{display:none; }
.ProductMain .AddThisButtonBox{margin: 17px 0 20px !important; }
.PrimaryProductDetails.no-ptop{display: inline-block;width: 100%; }
.cloudzoom-lens {border: 1px solid #c9c9c9 !important;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.cloudzoom-zoom img {-moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0s ease 0s;-moz-transition: all 0s ease 0s;-ms-transition: all 0s ease 0s;-o-transition: all 0s ease 0s;transition: all 0s ease 0s; }
.cloudzoom-lens img:hover {-moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0s ease 0s;-moz-transition: all 0s ease 0s;-ms-transition: all 0s ease 0s;-o-transition: all 0s ease 0s;transition: all 0s ease 0s;}

.Nav, .ImageCount{margin-top: 10px!important;}
.PrevLink,
.NextLink{ letter-spacing:0.05em; font:500 11px 'Roboto', sans-serif; }


/* CustomerViews */
#SimilarProductsByCustomerViews #owl-views{overflow:visible; }
#SimilarProductsByCustomerViews .BlockContent{margin-top:35px; }
#SimilarMultiProductsByCustomerViews .ProductList .AddToAction{left:41%;}

/* Related Products */
.productPage .ProductList li{float:left; }
.SideRelatedProducts  .infinite-scrolling-homepage{display:none; }
.SideRelatedProducts h2, #SimilarProductsByCustomerViews h2{display:inline-block; text-transform:uppercase; text-align:center; font:700 20px'Montserrat', sans-serif; color:#404e53; }
.SideRelatedProducts .ProductList .AddToAction, #SimilarProductsByCustomerViews .ProductList .AddToAction{left: 44%; }
.SideProductRelated .owl-controls .owl-buttons .owl-prev{left:-25px;}
.SideProductRelated .owl-controls .owl-buttons .owl-next{right:-25px;}
#owl-demo .item, #owl-views .item{width:100%; background-color: transparent; }
#SideProductRelated .ProductList{overflow: visible; }
.SideRelatedProducts .BlockContent{margin-top:35px; }
#SideProductRelated .ProductList em , #SimilarProductsByCustomerViews .ProductList em{ margin-bottom: 10px;  margin-top: 5px;}
#SideProductRelated .ProductList .Rating, #SimilarProductsByCustomerViews .ProductList .Rating{margin-bottom: 24px; }

/* checkout multiple */
#ChooseBillingAddress h2, #ChooseShippingAddress h2, #ChooseShippingProvider h2, #ConfirmOrder h2{margin-bottom: 30px; padding:25px 0;border-top:1px solid #dfe4e6; border-bottom:1px solid #dfe4e6; font:700 13px 'Montserrat', sans-serif; text-transform:uppercase; }
.TabContainer .Submit{margin-top:20px; text-align:left;}
.OrderContents table tfoot tr td.Odd .ProductPrice{}
.BillingDetails h4, .ShippingDetails h4{font-size:11px; font-weight:700; text-transform:uppercase; }
.OrderContents h4{text-transform:uppercase; font:700 13px 'Montserrat', sans-serif; }
.btn.js-share-button{padding:0; }
.chooseAnotherToShare{margin-left:25px; }
.chooseAnotherToShare  > a{text-transform:uppercase; font-size: 11px; font-weight: 700;}
#SimilarMultiProductsByCustomerViews > h4{padding-top: 32px; text-transform:uppercase; text-align: center; font:700 20px 'Montserrat', sans-serif; letter-spacing:0.1em; border-top: 1px solid #dfe4e6; }
#SimilarMultiProductsByCustomerViews  .BlockContent{margin-top:35px; }
ul.tabs li img{top:-2px; }
.ShippingAddressList .MT10.btn{white-space: nowrap; }
#ConfirmOrder .CartContents{margin-bottom: 25px; }
#payment_options h5.PTB20, .CheckoutOrderComments h5.PTB20, #ConfirmOrder  h5.PTB20{font:700 12px 'Roboto', sans-serif;}
.ExpressCheckoutContent .AccountLogin > h3, .ExpressCheckoutContent h3{border-bottom:none; margin-bottom:0; padding-bottom:0; text-transform:capitalize; font:400 16px 'Tinos', serif; }


/* checkout page */
.ExpressCheckout .ExpressCheckoutTitle .titStep{position:relative; }
.ExpressCheckout .ExpressCheckoutTitle .titStep:after{content:":"; }
#CheckoutStepConfirmation .CartContents {margin-bottom: 25px; }
#CheckoutStepConfirmation .GiftCertificate{text-align:left; }
.FloatRight.CheckoutRedeemCoupon{width:39%; padding:20px; border:1px solid #dfe4e6; background-color: #f7f9f9; }
.FloatRight.CheckoutRedeemCoupon > h4{font:700 12px 'Roboto', sans-serif; text-transform: none; }
.FloatRight.CheckoutRedeemCoupon .btn {padding: 13px 25px; }
#CheckoutStepConfirmation .CartContents tfoot .SubTotal td{padding:0; vertical-align: middle; }
#CheckoutStepConfirmation .CartContents tfoot .SubTotal  strong{padding-top:7px; }
#CheckoutStepConfirmation .CartContents tfoot .SubTotal.dos   strong,#CheckoutStepConfirmation .CartContents tfoot .SubTotal.uno  strong{padding-top:5px; }
#LoginForm input{width:100%;}
.ExpressCheckoutBlock .ExpressCheckoutTitle{border-left:none!important; border-right:none!important; }
#CheckoutStepPaymentDetails .ExpressCheckoutTitle{border-top:none !important; }
.ExpressCheckoutContent .AccountLogin{border-left:1px solid #dfe4e6; }
.ExpressCheckoutContent > div {padding-left:40px; padding-right:10px; }
.ExpressCheckoutContent h4{font:400 16px 'Tinos', serif;  }
dl.mbm dd{margin-bottom: 10px;}
#checkout_type_guest{margin-top:-3px;}
#LoginForm input#LoginButton{width:auto; background-color:#090939;  font: 700 13px "Montserrat",sans-serif!important; margin-right:20px; }
#LoginForm input#LoginButton:hover,.Submit .btn:hover{color:#ffffff; background-color:#f14d48; }
.ExpressCheckoutContent dd input[type="text"], .ExpressCheckoutContent dd input[type="password"] {margin-bottom: 8px;font-weight: normal;width: 100%!important;max-width: 100%;}
dd input[type="text"], dd input[type="password"], dd input[type="email"] {font-weight: normal;width: 100%!important;max-width: 100%;}
#uniform-creditcard_cctype{/* width:200px!important; */ }
#uniform-creditcard_ccexpm, #uniform-creditcard_ccexpy{width:150px!important; }
.CreateAccount > h3, .AccountLogin > h3{margin-bottom: 20px;padding-bottom: 17px; border-bottom: 1px solid #dfe4e6;}
.checkoutpage .TitleHeading.mbm{margin-bottom:40px!important;}
#CheckoutStepConfirmation .CartThumb{ width:120px;  }


/* QuickViewContent */
#QuickViewContent input.btn{margin-bottom:10px;}
#QuickViewContent #SideProductAddToWishList .wishTrigger{color:#404e53!important; }
#QuickViewContent #SideProductAddToWishList {margin-left:0; }
#QuickViewContent #SideProductAddToWishList:before {top:8px; }
#QuickViewContent .DetailRow > img {margin-bottom:3px; }

/*Account page*/
.CreateAccount > h3, .AccountLogin > h3, .box.borderB  h3 {font:700 13px 'Montserrat', sans-serif; text-transform:uppercase; letter-spacing:0.05em;}
.CreateAccount ul li{padding:5px 0; list-style:square; }
.blockquote{font:400 14px 'Tinos', serif; text-align:center; }
.TitleHeading{position:relative; }
#CreateAccountForm .TitleHeading{ padding-bottom: 26px; margin-bottom: 29px; border-bottom:none; }
#CreateAccountForm .TitleHeading:before{content:""; width:32px; height:0; position:absolute; bottom:0; left:49%; border-bottom:2px solid #404e53; }
.borderB > p{margin-top:25px; margin-bottom:34px; }
.pblock{margin-bottom:43px;}
.HorizontalFormContainer dd, .form dd{overflow:hidden; width:440px; }
.box  h3{ font-size:12px; font-family: 'Roboto', Arial, Sans-Serif; }
.box.last  h3{padding-bottom:12px; padding-top: 29px; }
.box .Submit > a{padding-bottom:2px; text-transform:uppercase;font-weight: 700; font-size:11px; font-family: 'Roboto', Arial, Sans-Serif; border-bottom: 1px solid #b6babb; }
.box .Submit .btn.alt{background-color: #090939; }
.box .Submit .creataccount{margin-right: 23px; }
.box .Submit .btn.alt:hover{background-color: #e95144; }
.AccountLogin fieldset p > a{color: #404e53; font-weight: 700; text-transform:uppercase; font-size:11px; font-family: 'Roboto', Arial, Sans-Serif; border-bottom:1px solid #b6babb; }
.AccountLogin fieldset p > a:hover{color:#090939; }
.SaveNewAccount .BlockContent.full-width{text-align:center; margin-bottom: 104px;}
.SaveNewAccount .mtm{margin-bottom: 35px; }

/* Edit */
#ShippingAddressForm h2{padding:0px 0 25px 0; font:700 13px 'Montserrat', sans-serif; text-transform:uppercase; letter-spacing:0.05em; border-bottom:1px solid #dfe4e6;}
#ShippingAddressForm .BlockContent{margin-top:30px; }

/* MyAccount */
.myaccount{margin-top:34px; margin-right: -10px; margin-left: -10px;}
#SideAccountMenu h3{margin-bottom: 16px; text-transform:uppercase; font:700 13px 'Montserrat', sans-serif; border-bottom: 1px solid #dfe4e6; }
#AccountInbox h2, #AccountOrders h2, #AccountOrderStatus h2, #WishLists h2, #EditAccountForm h2, #AccountRecentItems h2, #WishListEditFrom  h2, #WishListItems h3, .myaccount #ChooseShippingAddress h2{padding:16px 0; margin-bottom:25px; text-transform:uppercase; font:700 13px 'Montserrat', sans-serif;  border-bottom: 1px solid #dfe4e6;  }
.myaccount #ChooseShippingAddress h2{border-top:none; }
#ChooseShippingAddress h2{padding:25px 0; margin-bottom:25px; text-transform:uppercase; font:700 13px 'Montserrat', sans-serif; border-top: 1px solid #dfe4e6; border-bottom: 1px solid #dfe4e6;  }
.side-menu {margin:0;}
#SideAccountMenu .side-menu li{margin-bottom: 17px; padding-bottom: 16px; font-size: 12px; color: #000; line-height: 18px; border-bottom: 1px solid #dfe4e6; }
.YourAccount ul.list li > h4{font: 500 12px  'Roboto', sans-serif; text-transform:uppercase; letter-spacing:0.05em; padding-top: 22px; border-top: 1px solid #dfe4e6; }
.YourAccount ul.list li > p{margin-bottom: 23px;}
.YourAccount ul.list li:first-child > h4{padding-top: 0px; border-top: none; }
.AccountOrderStatusList .li-list h4{font-size:12px; font-weight:700; }
.AccountOrderStatusList .li-list blockquote{font-size:12px; }
.OrderItemList li{padding:5px 0; }
#wishlistsform table{margin-bottom:20px;}
.Left #SideAccountMenu > h3{margin-bottom: 17px!important; }
.btns .btn-clear{padding-top: 16px; padding-bottom: 15px; }


/* Contact page */
.wrapContactForm {float:left; width:100%; padding-bottom:100px; margin-top:30px; }
.contactInfo> h3{padding-bottom: 17px; margin-bottom: 16px; text-transform:uppercase; font:700 13px 'Montserrat', sans-serif; position:relative;}
.contactInfo> h3:before{content:""; width:32px; height:0; position:absolute; left:0; bottom:0; border-bottom:2px solid #404e53;}
.contactForm input, .contactForm textarea{width:100%;}
.contactForm .Submit input{width:auto; }
.contactEmail > span{clear:both; display:block;  }
.contactTime > span{display:block;}
.contactTime > span:first-child{font-weight:700; clear:both; margin-bottom:12px;}

/* Blog page */
.blogpage .TitleHeading{font:800 30px 'Raleway', sans-serif; }
#BlogRecentPosts > h2, .Left #SideCategoryList > h3, .Left #SideAccountMenu > h3, .Left #GiftCertificatesMenu > h3{margin-bottom: 5px; padding: 14px 20px; text-transform:uppercase; font:700 13px 'Montserrat', sans-serif; border:2px solid #66787f; }
#BlogRecentPosts ul{margin-left:0;}
#BlogRecentPosts ul li, #GiftCertificatesMenu ul li {padding: 22px 0; line-height: 21px; font:400 14px 'Tinos', sans-serif; text-transform:capitalize; border-top:1px solid #dfe4e6; }
#BlogRecentPosts ul li a{line-height: 21px; }
#BlogRecentPosts ul li:first-child, #GiftCertificatesMenu ul li:first-child {border-top:none;}
#NewsContent .p-name, #NewsContent .p-name a,.BlogPostContent .bfc h3 a,.BlogPostContent h3{padding-bottom: 9px; font:400 24px 'Tinos', sans-serif; text-transform:capitalize;color:#404e53; }
.h-entry > p, .bfc >p.date {margin-bottom: 27px; font:400 italic 12px 'Roboto', sans-serif; color:#b0b4b6;}
.e-content img{margin-bottom: 19px; }
ul.blog-tags li{text-transform: lowercase; font-style: italic; color: #66787f; background-color: #f7f9f9; border-bottom: 1px solid #dfe4e6; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; }
.blogpage .h-entry {margin-bottom: -3rem; }
.blogpage  .BlogPostContent{padding-top: 35px; border-top:1px solid #dfe4e6;}
.BlogShare {margin-bottom: 5px;}
.bfc p > a{display:inline-block; margin-top: 10px; padding:12px 25px ;font:700 11px  'Roboto', sans-serif; text-transform:uppercase;color:#404e53; border:1px solid #808e94;  }
.bfc p > a:hover{border-color:#a5b7bf; color:#a5b7bf;  }
.blogpage .AddThisButtonBox {margin-top: 0px!important; float: none!important; }
.blogpage .col-sm-3#LayoutColumn1{padding-left:0;}
.wrapBlogContent.Content{padding-left:15px; }

.BrandProductList .ProductList li{text-align:center; display:inline-block; float:none; width:198px;}
.BrandProductList{/* margin-top:40px; */ }
.BrandProductList .Content.Wide#LayoutColumn2{float:right;}
.BrandProductList .Left#LayoutColumn1{display:block; margin-bottom:50px; }
.BrandProductList .Left  #SideShopByBrand > h3{margin-bottom: 15px; padding: 14px 20px; text-transform: uppercase; font: 700 13px 'Montserrat', sans-serif;border: 2px solid #66787f; }
.BrandProductList .Left  #SideShopByBrand .treeview li{ margin-bottom: 17px; padding-bottom: 16px; font-size: 12px; color: #000; line-height: 18px; border-bottom: 1px solid #dfe4e6; }
.BrandProductList .Left  #SideShopByBrand .treeview li.last{border-bottom:none; }

/* Wishlist */
.WishlistProductList.ProductList .AddToAction{left: 41%;}
#WishLists table.CartContents tbody tr td:first-child{text-align:left; }
#SideCategoryList h3{text-transform:uppercase; font:700 13px 'Montserrat', sans-serif;}

/*popup add to cart*/
.continuation-label{text-transform: uppercase;margin: 11px 0;display: block; font: 400 italic 11px 'Roboto', sans-serif;}
.itemBox{margin-bottom: 24px; color:#66787f; font: 400 italic 12px 'Roboto', sans-serif; }
.itemBox strong{font-weight:normal; }
.Quantity{margin-top: 11px; margin-bottom: 13px; color:#66787f; font-weight: bold; }
.fastCartItemBox .ProductPrice{color:#000000; font: 700 14px 'Roboto', sans-serif; }
.fastCartSummaryBox .subtotal span{color:#66787f; font: 700 12px 'Roboto', sans-serif; }
.fastCartSummaryBox  span.ProductPrice{display: block; margin-top: 3px; color:#000000; font-size:32px; }
.fastCartSummaryBox .actionLink .cart-detail-metadata{margin-bottom:17px; color:#66787f; font: 400 italic 12px 'Roboto', sans-serif;}
.fastCartThumb, .fastCartItemBox{margin-top: 55px; }
.fastCartSummaryBox .actionLink .btn:hover{background-color: #090939; }
.fastCartBottom  > h4{}
.fastCartBottom .ProductList .AddToAction{left: 36%; }
.fastCartSummaryBox{padding-top: 20px; margin-top: 22px; border-bottom:1px solid #e9edef;  }
.fastCartSummaryBox .actionLink{margin-bottom:6px; }

/*popup quick-view*/
#ModalContainer.QuickViewModal{/* width: 996px!important; */ }
#QuickViewContent .VariationProductPrice{color:#000000; }
#QuickViewContent #ProductDetails .DetailRow:first-child {margin-bottom: 9px; }
#QuickViewContent .ProductDetailsGrid .DetailRow.PriceRow{margin-top: 19px;}
.productAttributeRow  li{margin-bottom: 10px; margin-right: 6px;}
html.javascript  #QuickViewContent .productOptionPickListSwatch li{float:none; }
#QuickViewContent .productAttributeRow{margin: 0 0 13px 0 !important; }
#QuickViewContent .productOptionPickListSwatch .swatchColour{width: 36px !important;height: 36px !important;}
#QuickViewContent label{margin-bottom: 2px;}
#QuickViewContent .productAttributeLabel.QuantityInput{margin-top: 7px; margin-bottom:11px; }
#QuickViewContent #SideProductAddToWishList{display:none; }
#QuickViewContent .addToCart .btn{background-color:#090939; float: left; }
#QuickViewContent .addToCart .btn.ViewDetail{margin-top: 15px; margin-left: 28px; padding:0; background-color: transparent; color:#404e53; letter-spacing:0.05em; border-bottom:1px solid #b6babb; font: 700 11px 'Roboto', sans-serif;  }
.quick-view-image-container{margin-top: 18px; }


/* Popup Add To Cart*/
.DropdownCart .CartContents tfoot .SubTotal td > div,.DropdownCart .ProceedToCheckout{padding-right:20px;}
.DropdownCart .PayPalExpressCheckout{margin-bottom: 21px; }
.DropdownCart .CartContents tfoot .SubTotal td > div{margin:0 auto; width: 94%; float: none; border-top:1px solid #e0e0e0; }
.DropdownCart .CartContents tfoot .SubTotal td{border-top:none; border-bottom:none; }

/*Layout*/
.Left#LayoutColumn1, .Right#LayoutColumn3{width: 25%; }
.Left#LayoutColumn1{padding-right: 15px; float:left; }
.Content.Wide#LayoutColumn2{width: 75%; padding-left:10px; float:left; }
.Content.Widest{width:100%; }

/* slideshow */
.slide-show h2 {padding-bottom:16px; }
.slide-show .slide-text{margin-bottom: 34px; }
.slide-show .btn:hover{color:#fff!important; }
/* Control Nav */
.flex-control-paging li a {background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/dot.png?t=1518578706') no-repeat -28px -2px ;}
.flex-control-paging li a:hover {background: #333;  background:  url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/dot.png?t=1518578706') no-repeat -3px -2px ; }
.flex-control-paging li a.flex-active { background: #333; background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/dot.png?t=1518578706') no-repeat -3px -2px; cursor: default; }
/* Direction Nav */
.flex-direction-nav a{background: url('//cdn11.bigcommerce.com/s-559bc/templates/__custom/images/hq_icons.png?t=1518578706') no-repeat 0 0;}

/*search page*/
.SearchContainer .ProductList .ProductRightCol{float: none;}
/* #SearchResultsProduct  .ProductList .ProductActionAdd{margin-bottom:19px; }*/
.SearchContainer > .product-nav{float:none; }
.SearchSorting {float:right; }
.SearchSorting label {display:block; font-size: 11px; text-transform: uppercase; padding-top: 14px;}
.SearchSorting #uniform-SearchSortingProductList{width:120px!important; }
.ToggleSearchFormLink{float:right; }
#toggle_form_link{padding: 11px 25px 10px 25px; font-weight: 500; font-family: 'Roboto', sans-serif; font-size:11px; letter-spacing:0.05em; }
#SearchPageHeader .txt24{margin-top:6px; }
#SearchResultsProduct .ProductList.List .ProductDetails{clear:none; }
#SearchResultsProduct .ProductList .ProductDetails{text-align:center; }
#SearchResultsProduct .ProductList .ListView .ProductDetails{text-align:left; }
#SearchResultsProduct .p-name > a{color:#404e53; }
#SearchResultsProduct .ProductList .p-name{margin-bottom:10px;}
#SearchResultsProduct .ProductList .p-price{margin-bottom: 24px;}
#SearchResultsProduct .ProductList.List .p-price{margin-bottom: 15px;}

/* table QuickSearch */
.QuickSearch{margin-top:1px;}
.QuickSearch tbody tr.QuickSearchAllResults {padding:0 20px; border-bottom:none; }

/* GiftCertificate */
.PurchaseGiftCertificate > h2{display:none; }
.PurchaseGiftCertificate .BlockContent p > strong{padding-bottom: 15px; font:400 12px 'Roboto', sans-serif; border-bottom:1px solid #dfe4e6; 
width: 100%; display: inline-block; }
.PurchaseGiftCertificate  .HorizontalFormContainer dd, .PurchaseGiftCertificate .form dd{width: 375px;}
.PurchaseGiftCertificate  .HorizontalFormContainer dt > small{font: 400 11px  'Roboto', sans-serif!important; color:#b0b4b6; }
.PurchaseGiftCertificate  .HorizontalFormContainer dd.pbn small{font: 400 Italic 12px  'Roboto', sans-serif!important; color:#b0b4b6;}
.PurchaseGiftCertificate  .HorizontalFormContainer dd.pbn{width: 62%; margin-bottom: 16px;}
.PurchaseGiftCertificate  .HorizontalFormContainer textarea{width: 100%; margin-bottom:12px; }
.PurchaseGiftCertificate  .HorizontalFormContainer   #certificate_amount{width:100%!important; }
.PurchaseGiftCertificate  .HorizontalFormContainer   dd.pbn > div{float:left; clear:both;  }
.PurchaseGiftCertificate .HorizontalFormContainer #CustomAmountVisible{margin-bottom: 11px;}
.PurchaseGiftCertificate div.radio{margin-top: 0;}
.PurchaseGiftCertificate  .HorizontalFormContainer dd .btn.alt{margin-right:20px; background-color:transparent; border:1px solid #d2d8db; color:#404e53; }
.PurchaseGiftCertificate  .HorizontalFormContainer dd .btn.alt:hover{border:none;}
.PurchaseGiftCertificate  .HorizontalFormContainer dd .btn.alt:hover,.PurchaseGiftCertificate  #SaveCertificate:hover{background-color: #f14d48; color:#fff; }
.PurchaseGiftCertificate  #SaveCertificate{background-color: #090939; }
.PurchaseGiftCertificate  .HorizontalFormContainer dd:last-child{width:60%; }


#SideAccountMenu .side-menu > li:last-child, .Left #SideCategoryList  .pages-menu li:last-child{border-bottom:none; }
#AccountBreadcrumb{margin-left:-10px; margin-right:-10px; }
.HL-NoCurrency .currency-converter p:before {border: none;}


.social.col-xs-3{
    width: 17%;
}
.left_topmenu.col-xs-9{
    width: 83%;
}
.login-form label, .login-form input {
    display: block;
    margin-bottom: 10px;
}
/* GiftCertificatesPage ........................................................... *//*gift Certificates Page*/
.giftCertPage {margin: 0 0 55px;}
#GiftCertificatesMenu h4,
#PurchaseGiftCertificate h2, 
#GiftCertificateIntro h2, 
#CheckGiftCertificateBalance h2, 
#BlogRecentPosts h4, 
.wrapBlogContent h1.TitleHeading {font-weight: 700; color: #000000; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; padding-bottom: 18px;  margin-top: 0; font-family: 'Roboto Condensed', sans-serif; display: inline-block; }
.PurchaseGiftCertificate .BlockContent > p { margin: 5px 0 22px;}
#GiftCertificatesMenu .side-menu {margin: 0;}
#GiftCertificatesMenu .side-menu li, 
#BlogRecentPosts .side-menu li {font-size: 12px; color: #000; line-height: 18px; padding-bottom: 17px; border-bottom: 1px solid #e3e3e3; margin-bottom: 15px; float: none;}
#GiftCertificatesMenu .side-menu li a, 
#BlogRecentPosts .side-menu li a {color: #000; font-weight: normal; text-transform: none; line-height: 18px;}
#GiftCertificatesMenu .side-menu li a:hover, #BlogRecentPosts .side-menu li a:hover {color: #f00 !important;}

#PurchaseGiftCertificate {font-size: 12px; line-height: 18px; font-weight: normal; color: #464646;}
#frmGiftCertificate dt {font-weight: normal; font-size: 12px; color: #000; width: 155px; text-align: left; padding-right: 10px; padding-top: 13px;float: left;}
.txtOption small {color: #666; font-size: 11px; padding:8px 0 0 24px; display: block;}
.txtItalic {font-weight: normal; color:#909090; font-style: italic; display: block;}
#frmGiftCertificate dd {padding-bottom: 10px;}
#frmGiftCertificate dd input[type="text"] {max-width: 378px; width: 100%;}
#frmGiftCertificate dd textarea {max-width: 540px; height: 130px; resize:none; width: 100%;}
#frmGiftCertificate dd label {font-weight: normal; color: #464646; line-height: 15px; margin-bottom: 0 !important; display: block; clear: both;}
#frmGiftCertificate .GiftCertificateThemeList {margin-top: 12px;}
#CustomAmountVisible input[type="text"]{width: 215px;}
.btnPreview {}
#SaveCertificate {background: #000; border: 1px solid #000; color: #FFF; margin-left: 15px;}
#SaveCertificate:hover {background: #F00; border: 1px solid #f00; color: #fff !important;}

#GiftCertificateIntro ol li {line-height: 20px; padding-bottom: 10px;}

#frmGiftCertificate dd {margin: 0;}

#frmGiftCertificate .btn {border-color: #000; background: #000; color: #fff;}
#frmGiftCertificate .btn:hover {border:1px solid  #f00; background:#f00; color: #fff;}
#frmGiftCertificate .btn.btnPreview {border-color: #000; background: #fff; color: #000;}
#frmGiftCertificate .btn.btnPreview:hover {border-color: #000; background: #000; color: #fff;}
.giftCertPage dd input[type="text"] {font-weight: normal;}

#certificate_amount {width: 218px !important;}