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

/* General */

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    color:#888;
    line-height:22px;
}

input, select, textarea {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
}

/* Layout */

.inner:after {
    clear: both;
    content: "";
    display: table;
}

.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner {
    margin: 0 auto;
}

/* Top Navigational Menu */

.TopMenu {

background: none repeat scroll 0 0 #F9FAFA;
}

.TopMenu li.last.fixed {
}
.TopMenu .inner {
    padding: 9px 0 8px;
    position:relative;

}

.PageMenu .SideCategoryListFlyout {
   display:inline-block;
   height:55px;
}

.TopMenu li.currancy {
  border:none;
    float: left;

}

.last.CartLink.menucart > a {
    display: inline-block;
    padding-top: 0px;
}
.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.TopMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
   /* line-height: 14px; */
    padding:0 7px;
    float:left;
        z-index:9;
}

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

.TopMenu li.First {
    border-left: 0;
	border-right:1px solid #ccc;
}


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



.TopMenu li.last{
   float:right;
   *width:100px;
}
.Content_slider {


    clear: both;
    margin: 0 0 35px;
    padding: 0px 0;
}
.CurrencyChooser a span:hover {     }
.TopMenu .CartLink a:hover {

}

.TopMenu li.account {
    border: medium none;
   float:right;
}
.TopMenu .CartLink a {

}

.topmenutoggle_img {

    cursor: pointer;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0;
}
#Responsive_TopMenu { display:none;}
#Responsive_TopMenu ul {

    border: 3px solid #D4D4D4;

    display: none;
    margin: 0;
    padding: 0px 5px 5px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 959;

}

#Responsive_TopMenu li {
    list-style: none outside none;
    padding: 3px;
    width: auto !important;
}
.TopMenu .CartLink span{
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.TopMenu a {
    padding: 0;
    margin: 0;
    position: relative;
}

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

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


/* Header */

#Header {
    position: relative;
    margin-bottom: 0px;
}

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

.PageMenu #SideCategoryList h2 { display:none;}

/* Logo */
.header-logo {
   margin-top:35px;
    text-align: center;


}

/* Top Search Form */


#SearchForm{

    float: right;

    position: relative;
    width: 40px;
}

.searchtoggle {

  background: none repeat scroll 0 0 #FFFFFF;
    /*border: 3px solid #D4D4D4;*/
    margin-left: 15px;
    margin-top: 30px;
    position: absolute;
    right: 0px;
    width: 260px;
    z-index: 9;
}

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

#SearchForm label {
    display: none;
}

.Search {
       border: medium none;
    cursor: pointer;
    float: right;
    height: 23px;


    width: 38px;

}

#SearchForm input {


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: medium none !important;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 3px 0;
    padding: 0 10px;
    width: 240px;

}

#SearchForm input#search_query {

}

.header-secondary {
    position: absolute;
    right: 90px;
    top: 40px;
    z-index: 99;
}
#Header > .inner { position:relative; clear:both;}
#SearchForm .Button {
    cursor: pointer;
    border: 0 !important;
   float: right;
    font-size: 0;
    height: 25px;
    margin: 0px 0 0 3px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: top;
    width: 23px;

}

#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}


/* Select styling */

select {
    border-radius: none;
    margin: 0;
    padding: 9px;
}

select.Field45 {
    width: auto;
}

.no-sel {
    height: auto;
    line-height: inherit;
}

textarea {
    line-height: 18px;
    height: 100px;
    max-width: 100%;
}

input {
    padding: 0px;
}

p {
    line-height: 1.5;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    font-weight: normal;
}

a:hover{
    text-decoration: none;
}

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

strong, b {
    /*font-weight: normal;*/
}

.header-logo h1 {
    font-size: 40px;
}

/* Buttons */

.btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    text-align: center;
    border: none;
    font-size: 14px;


    padding: 7px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight:normal;
    text-transform:uppercase;


}



/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 34px;
    font-weight: 300;
    padding: 0 0 20px 0;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 20px 0;
}

h5, .h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.footer-main h4 {

    line-height: 20px;
    font-weight: normal;

    color: #4E5A66;
    font-family: Ledger,Cutive,Coustard;
    font-size: 18px;
    margin-bottom: 5px;
}

.productPage .p-price {
   color: #000000;
    font-family: 'oswald',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.footer-main .one-fifth a:hover{color:#FFBA17 !important;}

.footer-main, .footer-main a{

}
.footer-main .one-fifth a{  padding-left:20px;}
.TitleHeading {

}
.Block h2{

    font-weight: normal;
     padding: 0 0 10px;
    color: #666666;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom:0;

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

img,
img a {
    border: 0;
}

ul,
ol {
    margin: 0 0 10px 30px;
}

li {
    margin: 0;
    padding: 0;
}

blockquote {
    margin-left: 28px;
}

select option {
    padding: 0 10px;
    margin-right: 10px;
}

hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border-width: 1px 0 0 0;
}

/*Standardised Forms*/

fieldset {
    margin: 0 0 20px;
    border: 0;
}

/*Horizontal Forms*/

.horizontal-form input {
    margin-right: 1em !important;
}

.horizontal-form fieldset {
    margin-right: 20px;
    display: inline-block;
}

/* Forms */

.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}

.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}

.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}

.HorizontalFormContainer dt {
    width: 170px;
    float: left;
    clear: left;
}

.HorizontalFormContainer dd.ProductField {
    height: 20px;
}

.HorizontalFormContainer dd {
    padding-top:4px;
    margin-left: 180px;
}

.NarrowFormContainer dt {
    width: 110px;
}

.NarrowFormContainer dd {
    margin-left: 120px;
}

.NarrowFormContainer p.Submit {
    margin-left: 120px;
}

.VerticalFormContainer dt {
    float: none;
    margin-bottom: 6px;
    width: auto !important;
}

.VerticalFormContainer dd {
    margin-bottom: 25px;
    margin-left: 0 !important;
}

/* override inline styles on zip code fields */

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

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

input.Textbox, textarea,
input[type="text"],
input[type="password"] {
    margin: 0;
    height: 30px;

    line-height: 30px;
    padding: 0 5px;
    background: #ffffff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

textarea {
    min-height: 100px;
    padding: 1em;
}

/* Left Content Area */

.Left,.Right {
    float: left;
    padding-right: 30px;
    width: 225px;
}

.Left h3 {

}

.Left .BlockContent ,.Right .BlockContent{
    margin: 0;
}

.Left ul,.Right ul {
    margin: 0 0 0px 0;
    padding: 0;
}

.Left li,.Right li {
    clear: both;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
}

.BrandName > a {
    font-size: 14px;
    padding: 0;
}
.Left #SideCategoryList .sf-menu li li ,.Right  #SideCategoryList .sf-menu li li {
    padding-left: 15px;
}
.Left #SideCategoryList .BlockContent ul.pages-menu li:last-child a,.Left #SideShopByBrand .afterSideShopByBrand a ,.Left .BlockContent li:last-child a,
.Left .ProductList li:last-child,.Left #SideAccountMenu li:last-child a, .Left #GiftCertificatesMenu li:last-child a,
.Right #SideCategoryList .BlockContent ul.pages-menu li:last-child a,.Right #SideShopByBrand .afterSideShopByBrand a ,.Right .BlockContent li:last-child a,
.Right #SideAccountMenu li:last-child a, .Right #GiftCertificatesMenu li:last-child a,.Right .ProductList li:last-child{ border:none;}

.Left #SideShopByBrand .BlockContent li:last-child a ,.Right #SideShopByBrand .BlockContent li:last-child a {}
.Left li li a ,.Right li li a {
    margin: 4px 0;
    font-size: 13px;
}

.Left .sf-menu li,.Right .sf-menu li {
width:100%;
}

.Left #SideNewsletterBox,.Left #SideCategoryList ,.Left #SideShopByBrand,.Left #HomeRecentBlogs,.Left #SideAccountMenu,.Left #GiftCertificatesMenu,.Left .Block,
.Right #SideNewsletterBox,.Right #SideCategoryList ,.Right #SideShopByBrand,.Right #HomeRecentBlogs,.Right #SideAccountMenu,.Right #GiftCertificatesMenu,.Right .Block{
    display: block;
    margin-bottom:20px;
    position:relative;
}

.Left #SideCategoryList ul ul,.Right #SideCategoryList ul ul {
    margin-bottom: 0px !important;
}
.NewsletterSubscription input.btn {background: none repeat scroll 0 0 #D46641;
    padding: 5px 15px;
    width: auto; }
.NewsletterSubscription input {
  float: left;
    font-size: 15px;
    height: auto;
    margin-bottom: 7px;
    padding: 3px;
    width:230px;

}

#Header .phoneIcon {
    display: none;
}
.NewsletterSubscription label {
  float: left;
    padding: 0px 0 3px 0px;
    width: 6.5em;
}

.footer #SideNewsletterBox {
    float: left;
    margin-right: 15px;
    margin-bottom:0;

    clear:both;
}
.Left #SideCategoryList .BlockContent,#HomeRecentBlogs ul,.Left .BlockContent,
.Left .slist .BlockContent ,
.Right #SideCategoryList .BlockContent,#HomeRecentBlogs ul,.Right .BlockContent,
.Right .slist .BlockContent{


    overflow: hidden;
    padding: 5px 5px 5px;

}
.Left #SideCategoryList li a:hover,
.Left .slist li a:hover,.Left .BlockContent li a:hover,
.Left .afterSideShopByBrand a:hover,
.Left #GiftCertificatesMenu li a:hover,
.Left #SideAccountMenu li a:hover {


}

.Left #SideCategoryList li a,
.Left .slist li a,.Left .BlockContent li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a ,

.Right #SideCategoryList li a,
.Right .slist li a,.Left .BlockContent li a,
.Right .afterSideShopByBrand a,
.Right #GiftCertificatesMenu li a,
.Right #SideAccountMenu li a  {
    font-weight: normal;
    padding: 3px 0 3px 5px;
    margin: 0 0 0px 0;
    font-size: 14px;


    float:left;
    width:90%;
}

.Left #SideCategoryList li li a,
.Left .slist li li a ,.Left #SideCategoryList li li a:hover,
.Left .slist li li a:hover,

.Right #SideCategoryList li li a,
.Right .slist li li a ,.Left #SideCategoryList li li a:hover,
.Right .slist li li a:hover {

    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
   width:84%;
}

/* Primary Content Area */
.Content {
    overflow: auto;
    padding: 0 0 20px 0;
    min-height: 200px;
    *overflow:hidden;
}

.Content .Block {
    clear: both;
}

#LayoutColumn1 {
    float: right;
    width: 895px;
}
.Block {
    margin-top: 0;
    margin-bottom: 20px;
}


.custom_content.BlockContent {
    line-height: 22px;
}

#FooterUpper ul {
    margin: 0;
    padding: 0;
}

#FooterUpper li:hover a {
    text-decoration: none;
}

#FooterUpper .footer-Social li, #FooterUpper .footer-Social li:hover {

    float: left;
    margin: 10px 5px 10px 0;
    padding: 0;
    width:40px;
}

#FooterUpper .footer-Social li.Facebook a {
    background-position: -107px -139px;
}

#FooterUpper .footer-Social li a {

    color: #FFFFFF;
    font-size: 0;
    line-height: 40px;
    padding: 20px;
}


#FooterUpper .footer-Social li.Facebook a:hover {
    background-position: -107px -184px;
}

#FooterUpper .footer-Social li.Twitter a {
    background-position: -107px -227px;
}


#FooterUpper .footer-Social li.Twitter a:hover {
    background-position: -107px -269px;
}


#FooterUpper .footer-Social li.Rss a {
    background-position: -107px -312px;
}

.ProductList.List li .prod-inner {
    margin: 0;
    border:1px solid #E8E8E8;
    padding:0;
}
.payment_logo_block {
    margin: 10px 0 15px;
    text-align: center;
    width: 100%;
}
#FooterUpper .footer-Social li.Rss a:hover {
    background-position: -107px -353px;
}

#FooterUpper li {


    line-height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 0px;
}
/* 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;
    width:100%;
}

/* Right Content Area */


.Right .Block {
    padding: 0 0 10px 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_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}

/* Bottom Banner styles */

.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
    left: 0;
    margin-bottom: 30px;
}

.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {


    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 {

}

.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 {

}

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

.newsletter-subscription .inner {

}

.newsletter-subscription label {
    display: none;
}

.footer .newsletter-subscription li.inputForm {
    margin-right: 10px;
}

/* News Lists */

#HomeRecentBlogs ul {

    margin-left: 0;
}

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

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

/* Product Listings */

.ProductList {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}

.customNavigation a.prev {


}

.customNavigation {
    position: absolute;
    right: 0;
    text-align: center;
    top: -35px;
}
.customNavigation a {
    -moz-user-select: none;
    display: inline-block;
    filter: none;
    float: none;
    height: 30px;
    margin: 0;
    padding: 0;

    width: 20px;
}

.customNavigation a.prev:hover {

    filter: none;
    text-decoration: none;
}
.customNavigation a.next:hover {

    filter: none;
    text-decoration: none;
}

.customNavigation a.next {

    right: 5px;
}
#HomeFeatureProduct { margin:0;}
#HomeFeatureProduct .BlockContent,#HomeNewProduct .BlockContent, #HomeTopSeller .BlockContent {
    position: relative;
}

.ProductList .owl-item .item{
    margin: 5px 5px 10px;
    padding: 5px 5px 5px;

    text-align:center;


    overflow: hidden;
    position: relative;


    }

#tmcmsblock {
    float: left;
    width: 100%;
}

#tmcmsblock .about-store {
    padding: 0 10px 0 0;
}

#tmcmsblock .description-left {
    float: left;
    text-align: justify;
    width: 55%;
}

#tmcmsblock .block-content {
    float: left;
    line-height: 20px;
    width: 100%;
}

#tmcmsblock .image-right {
    float: right;
    text-align: right;
    width: 43%;
}

.ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
     list-style: none;
    height: auto !important;
       font-size: 1em;
    overflow: hidden;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    height: auto !important;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 33.33%;
        *width: 33%;
}

.owl-carousel .owl-wrapper { overflow:hidden;}

.Left h2,.Right h2 {
    background: none repeat scroll 0 0 #F9FAFA;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 6px 11px;
    text-align: left;
    text-transform: uppercase;
}
.ProductList li  .prod-inner:hover .ProductImage,.ProductList .owl-item .item:hover .ProductImage {  background:none repeat scroll 0 0 #F3EFD5; }
.ProductList li  .prod-inner {    margin: 0px 5px;
    padding: 5px 5px 5px;

    overflow: hidden;
    text-align:center;
    position: relative;}
.SearchContainer .ProductList {
    margin: 0 0 20px 0;
}

#SearchForm.fixed {
    position: fixed;
    top: 25px;
}

#SimilarMultiProductsByCustomerViews .ProductList li {
    width: 20%;
}

.left-content {
    float: left;
    width: 39%;
}

.left-content .ProductList li {
    width: 20%;
    padding: 0 0 10px 10px;
}

.ProductList .ProductPriceRating {
    padding-bottom: 4px;
    padding-top:5px;
}

#ProductDetails .ProductThumbImage {
    min-height: 400px;
}

.ProductList .ProductImage,
.brand-img, #ProductDetails .ProductThumbImage {
    overflow: hidden;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 91%;
    padding:10px;
    position: relative;

    margin-bottom:0px;
}
#ProductDetails .ProductThumbImage  { border:1px solid #E8E8E8;}
.ProductList .ProductImage a, .ProductThumbImage a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
    overflow:hidden;
}

.ProductList .ProductImage img, #ProductDetails .ProductThumbImage img {

    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. */
     transition: all 1s ease 0s;
          -o-transition: all 1s ease 0s;
              -webkit-transition: all 1s ease 0s;
                  -moz-transition: all 1s ease 0s;
                 max-width:100%;

}
#ProductDetails .ProductTinyImageList {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 81% !important;
}
.TinyOuterDiv img {
    border: 1px solid #e8e8e8;
    padding: 0 !important;
    width:100%;
}
/* Add to cart popup __master overrides */

.fastCartContent {
    min-height: 0;
    width: auto;
}

#fastCartContainer .ProductList .ProductImage {
    height: auto; /* Have to keep to override master */
    width: 91%; /* 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;
}

.ProductList .ProductDetails {
    padding: 10px 0px 0 0;
    word-wrap: break-word;
}

.ProductList em {

    display: block;
    font-style: normal;
    padding-bottom: 5px;

    color: #D46641;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.block_hover{}


.prod-inner:hover .block_hover,    .ProductList .owl-item .item:hover .block_hover {
    }


.ProductList .Rating {
    display: block;
}

.custom_content .icon1 {
    padding-left: 25px;
}
.ProductList li .ProductCompareButton {
    margin:0px 0 0px 0;
}

.ProductList .pname {
   display: block;

    padding-bottom: 5px;
}

.List.ProductList li .ProductPriceRating {
    padding: 0px 10% 0 0;
    width: auto;
    margin: 0;
}

.product-nav.btm {
    margin-top: 20px;
}
#CategoryContent .CompareButton { margin-bottom:10px; }
.List.ProductList li .ProductCompareButton {
    width: auto;
    clear: none;
    padding: 0 20px 0 0;
    margin: 5px 0 0 0;
}

.List.ProductList li .ProductCompareButton {
    padding-top: 7px;
}

.Left .ProductList li,
.Right .ProductList li {

    margin-bottom: 0px;
    padding: 5px 0;
    width: 100%;
}
.Left .ProductList .ProductDetails { padding:0;}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 70px;
    padding:5px;

}

.Left .ProductList .ProductImage img, .Left #ProductDetails .ProductThumbImage img { max-width:100%;}
.Left .ProductList .ProductImage a, .Right .ProductList .ProductImage a,.Left .ProductList li a, .Right .ProductList li a,.Left .ProductList li a:hover, .Right .ProductList li a:hover { padding:0; height:auto !important; border:none; width:100%;}
/* Top Seller Block Specific */

.Left .ProductList .prodright {
    float: right;
    width: 57%;
    text-align:left;
}

.Left .ComparisonCheckbox {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.Left .CompareButton {
    margin: 0;
    text-align:left;
}
.Left .prodleft {
    position: relative;
}
.Left .ProductList .prodright .ProductActionAdd a:hover { color:#686868;  }
.Left .ProductList .prodright .ProductActionAdd a { color:#888;text-align:left; line-height:20px; }
.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}

.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}

.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}

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

/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}

.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}

.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}

.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

/* Page Breadcrumbs */

.Breadcrumb {
    padding: 0!important;
    margin-bottom: 0px;
}

.Breadcrumb ul{
    width: 100%;
    padding: 0 0 10px 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.Breadcrumb li{
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0 8px 0 0;
    display: block;
    float: left;
    background: none;
}

.Breadcrumb li a{
    padding-right: 10px;

    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

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

.borderB {
    border-bottom: 1px solid #EDEDED;
}

.borderR {
    border-right: 1px solid #EDEDED;
}

/* Miscellaneous Definitions */

.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
    display:none;
}

.Content .FeedLink {
    display: none;
}

.SortBox {
    font-size: 0.95em;
    color: @primary-color;
    padding: 12px 5px 0 0;
}

.CompareButton {
    text-align: right;
    margin-bottom: 10px;
    margin-right:15px;
}

.Required {
    color: #312e29;
}

.ShippingAddressList,
.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#ProductDetails h1 {
    padding: 0;
    margin: 0 0 10px 0;
    word-wrap: break-word;
    text-transform:uppercase;
}
.PrimaryProductDetails .ProductThumb {
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    text-align: center;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.PrimaryProductDetails .ProductMain {
    overflow: hidden;
    padding: 0 0 20px 10px;
    float: right;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *width:47%;
}

.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription, #ProductByCategory, #ProductReviews, .ProductReviews, .ProductsByCategory, .ProductOtherDetails,#SimilarProductsByCustomerViews{
    margin-top: 0px;

    padding:10px;
    border-top:none;
}

.ProductDescription h2, #ProductByCategory h2 , #ProductReviews h2 , .ProductReviews h2, .ProductsByCategory h2, .ProductOtherDetails h2,#SimilarProductsByCustomerViews h2
 {
        text-align:left;
        border:none;
        font-size:16px;
        margin-bottom:0;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {

}

/* Product Comparisons */

.ComparisonTable {
    table-layout: fixed;
    width: 100%;
    border:1px solid #EDEDED;
    border-bottom:none;
}

.ComparisonTable img {
    max-height: 100%;
    max-width: 100%;
}

.ComparisonTable td {
    font-size: 14px;
    padding: 10px;
    vertical-align: center;
    text-align:left;
}

.CompareFieldName {
    width: 95px;
    padding: 8px 10px 8px 15px;
}

.CompareFieldTop {
    padding: 5px;
    text-align: center;
}

.CompareFieldTop a {
    font-size: 14px;
}

.CompareLeft {
    padding:5px 10px 5px 10px;
}

.CompareCenter {
    padding: 5px;
}

.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}

.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}

.Availability {
    color:gray;
}

.LittleNote {
    color:gray;
    font-size: 0.85em;
}

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* General Tables */

table.General,
table.CartContents,
table.General {
    margin: 20px 0;
    width: 100%;
    border:1px solid #EDEDED;
}

table.General thead tr th,
table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: center;
}

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 {

}

.CartContents thead {
    background: #F7F7F7;
}

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

.CartContents tfoot .SubTotal td {
    font-weight: normal;
}

.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}

.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.CategoryPagination .PagingList,
.CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CategoryPagination{
    float: left;
    text-align: center;
}

.CategoryPagination .PagingList li {
    *display: inline;
    display:inline-block;
}

/* Quick Search */
.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 400px;
    position: absolute;
    top: 67px;
    right: 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 {
    display: block;
    padding-bottom: 5px;
}

.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}

.QuickSearchHover{
    background: #D6D6D6;
}

.QuickSearchAllResults {
    text-indent: 0;
    padding: 0;
    line-height: 20px;
}

.QuickSearch .QuickSearchAllResults a,
.QuickSearch .QuickSearchAllResults a:hover {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}

.BrandCloud .small {
    font-size:15px;
}

.BrandCloud .medium {
    font-size:18px;
}

.BrandCloud .large {
    font-size:20px;
}

.BrandCloud .largest {
    font-size:26px;
}

.BrandCloud a {
    padding-right: 5px;
}

.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}

.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}

.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}

.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
    margin:0;
}
.SubCategoryList li  a{color:#fff }
.SubCategoryList li:hover {  background: #887035;          }

.SubCategoryList li {
     background: none repeat scroll 0 0 #A39163;
    color: #fff;
    float: left;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 5px 15px;


}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.ProductReviewList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dadada;
}

.ProductReviewList li:last-child {
    border: 0;
}

.SoldOut {
    color: #999;
}

.AddToWishlistLink {
    position: relative;
    margin: 0;
}

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

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

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}

.productOptionPickListSwatch ul {
    margin-bottom: 20px;
}

.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px !important;
}

.productAttributeValue {
    clear: both;
}

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

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

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    float: none !important;
}

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

.TopMenu li.Flag div {
    border: 0;
}

.TopMenu li.Flag img {
    margin: 3px;
}

.TopMenu li.Flag img.Last {
    margin-right: 0px;
}

.TopMenu li.Flag img.Selected {
    margin: 1px 3px;
}

/** Currency Selector **/

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

.CurrencyList dd {
    margin: 0px;
    border:none !important;

    clear: both;

}

.CurrencyList a {
    display: block;
    padding: 3px 5px;
    font-size: 11px;
}

.selected-currency .Flag,
.CurrencyList a .Flag {
    float: left;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 16px;
}

.currency-converter {
    cursor: pointer;
    position: relative;
    z-index: 60;
}

.currency-converter:hover .CurrencyChooser {

}

.currency-converter p {
    margin: 0;
    line-height:14px;

}

.productAttributeLabel .name {
    padding-left: 15px;
}
.CurrencyChooser {
    display: none;
    position: absolute;
    float: left;
    left: 0;
    top: 100%;
    padding: 10px;
    background: #ffffff;
    min-width: 130px;
    margin-top:15px;
    border:3px solid #D4D4D4 !important;
}

.top_button {

    font-size: 0;
    height: 48px;
    width: 48px;
}

.Responsive_Menu {
    display: none;
}
.Responsive_Menu .SideCategoryListFlyout {
    width: 100%;
}

.MobileMenu .main-but {
    cursor: pointer;
    height: 50px;
    width: 100%;
}

.tm_mobilemenu_img {

    float: right;
    height: 18px;
    margin: 17px 5px 0 0;
    width: 28px;
}

.MobileMenu ul.ResponsiveCat-list {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 959;
}

.resouter #SearchForm {
    display: none;
}
#Responsive_TopMenu li, .MobileMenu li {
    list-style: none outside none;
    padding: 3px !important;
    width: auto !important;

}
  .PageMenu .Responsive_Menu li ul li {
    float: left;
    width: 99% !important;
}

#Responsive_TopMenu li:last-child,#Responsive_TopMenu li:first-child { border-bottom:none;}

.PageMenu .Responsive_Menu  li:last-child { border-bottom:none;}
.PageMenu .Responsive_Menu  li ul li a.hasSub { background:none;}
.PageMenu .Responsive_Menu li:hover {  }
.MobileMenu li .hitarea ,.Left li .hitarea {

    cursor: pointer;
    display: block;
    float: right;
    height: 17px;
    margin: 2px 10px 0 0;
    position: absolute;
    right: 0;
    width: 17px;
}
.Left li .hitarea { right:10px; margin-top:10px;}
.PageMenu .Responsive_Menu #SideCategoryList.MobileMenu li li a {line-height:20px; margin:0 !important; padding:0 10px !important;}
.PageMenu .Responsive_Menu #SideCategoryList.MobileMenu a {
     color: #4E5A66;
    display: block;
    font-size: 14px;
    height: auto;
    margin: 2px 5px 0 0;
    padding: 2px 8px !important;

    text-align: left !important;
    width: 97%;
    border:none;
}


.toggle.active .mobile_togglemenu,
.toggle.active .mobile_togglecolumn {
    background-position: right -52px;
}


.PageMenu .Responsive_Menu #SideCategoryList.MobileMenu a:hover { }
.PageMenu #SideCategoryList.MobileMenu li ul {

    box-shadow: none;
    padding: 0px 0;
    position: static;
    width: 100%;
    background:none;
}
#Responsive_TopMenu li, .MobileMenu li {
    clear: both;
    display: block !important;
    margin: 2px 5px !important;
    padding: 0;
    text-align: left;
}
.MobileMenu ul.ResponsiveCat-list {

    border: 1px solid #DBDBDB;

    margin-bottom: 0;
    padding: 10px 0;

}
.Responsive_Menu_inner .tm_mobilemenu_text {

    color: #666;
    display: block;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.tm_mobilemenu_text {
    float: left;
}

.PageMenu .Responsive_Menu_inner li {
    background: none ;
}
.Responsive_Menu .SideCategoryListFlyout {

    position: relative;
}

.CurrencyChooser h2 {
    font-size: 13px;
    padding: 0 0 0px 0;
    text-align:left;
}

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

.CurrencyList a .Text {
    padding-left: 25px!important;
}

.selected-currency {
    cursor: pointer;
    padding: 5px 20px 5px 5px !important;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icon_arrow_down.png) no-repeat right center;
    display:none;
}

.selected-currency span {
    font-size: 11px;
}

.CurrencyChooser .BlockContent {
    position: relative;
    margin-top: -1px;
    text-align:left;
}

.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
}

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

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    padding: 20px !important;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin: 20px 0 0 0;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}

.EstimatedShippingMethods table {
    margin: 0 !important;
}

.ShippingMethodList {
    padding: 0 !important;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}

.SharePublicWishList {
    padding:5px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
  background-color: #F9FAFA;

    color: #888;
    cursor: auto;

    font-weight: normal;
    margin: 10px 0 0px;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
    font-size:16px;


}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: none repeat scroll 0 0 #F9FAFA;

    color:#888;
}


.KeepShopping a.alt.btn {
    background: none repeat scroll 0 0 #e8e8e8;
    color: #888;
}

.KeepShopping a.alt.btn:hover {
    background: none repeat scroll 0 0 #4B80B2;
    color: #fff;
}


.CouponCode  #input-coupon {
    width: 200px;
}
.CheckoutButton .btn:hover {}
.CheckoutButton .btn {
background:#D46641;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    top: 0;
    padding: 10px;
    white-space: nowrap;
    text-transform: none;
    color: #888;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink:hover {color:#D46641; }
.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    top: auto;
    right: 5px;
    color:#888;
    font-size:13px;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 350px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
  padding:4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin: 0;
}

.SubCategoryListGrid .sub-cat-name {
    display: block;
}

.SubCategoryListGrid > ul li {
     display: inline-block;
    float: left;
    margin: 0 0 4px 10px;
    text-align: center;
    vertical-align: bottom;
    width: 138px;
}

.SubCategoryListGrid > ul li img {
    max-width: 100%
}

.SubCategoryListGrid ol {
    clear: both;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
    margin:0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/SubBrand.gif') no-repeat 3px 50%;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    display: inline-block;
    float: left;
    margin: 0 0 4px 10px;
    text-align: center;
    vertical-align: bottom;
    width: 138px;
}

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

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput,
p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */

.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TabNav {
    font-size: 12px;
    padding:0px;
    margin-bottom: 0px;
    border-bottom:1px solid #e8e8e8;
}

.TabNav li {
    margin-right: 0px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.TabNav li a {
    display: block;
       background: none repeat scroll 0 0 #EFF0EB;
    color: #666666;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-right: 10px;
    padding: 8px 15px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
   min-width:150px;

}

.TabNav li.Active a,.TabNav li a:hover {

 background: none repeat scroll 0 0 #D46641;
    color: #FFFFFF !important;

}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}

.ProductAddToCart .BulkDiscount input {
    margin: 0 10px 10px 0;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}

.TransitTime {
    font-weight: normal;
    color: gray;
}

.ProductList.List {
    margin: 0;
}

.ProductList.List li {
    margin: 0 0 20px 0;
    margin-top: 0px;
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    padding: 0;
    min-height: 0;
    height: auto !important;
    background-image: none;
    position: relative;
}

.ProductList.List .ProductImage {
   border:none;
    width: 260px;
    float:left;
}


.ProductList.List .ProductDetails {
    height: auto;
    display: table;
    clear: none;
    padding: 10px 10px 10px 20px;
    margin: 0px;
    text-align: left;
}

.ProductList.List .QuickViewBtn {
    text-align: center;

}

.ProductList .p-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;

}

.ProductList .p-name a {
    line-height: 27px;
}
.ProductList.List .ProductQty {
    margin-left: 10px;
}

.ProductList.List .ProductDescription {
    font-style: normal;
    margin: 5px 0;
    padding:0;
    border:none;
}

.ProductList .ProductRightCol {

}

.ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 5px;
}

.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 10px 0;
    padding: 10px 0;
    border-top: 0;
}

.ContentList li p {
    display: none;
}

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

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details Price */

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

/** Search All Form Result - Start **/

.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

#SearchResultsCategoryAndBrand {
    margin: 20px 0;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

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

/** AJAX loading box - Start **/

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

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
    border: none 0 !important;
    padding:0px;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}

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

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

#QuickViewProductDetails .required,
#QuickViewProductDetails .Required,
.ProductMain .Required,
.required {
    color: #444 !important;
    display: block;
    left: 0px;
    position: absolute;
    top: 0;
    font-weight: bold;
}

.ProductMain table.ExpectedReleaseDate {
    margin-top: 0;
}

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

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}

.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}

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

.productAttributeList li {
    margin-bottom: 10px;
}

.productAttributeList ul.list-horizontal {
    margin: 0;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}

.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 250px !important;
}

.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
}

.productOptionViewRectangle .option label {
    background-color: #fff;
    padding: 5px 10px !important;
    min-width: 30px;
    text-align: center;
}
.productOptionViewRectangle label div.radio,.productOptionPickListSwatch label div.radio {
    display: none;
}
.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;
}

#tabcontent .sharebutton {
    display: inline-block;
}

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('//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/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 !important;
}

.Panel#ProductTabs {
    padding-top: 0px;

    clear:both;
}

.AddThisButtonBox {
    float: none !important;
    margin: 0 !important;
}

.PinterestButtonContainer {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.AddThisButtonBox,
.PinterestButtonContainer {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

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

.prodAccordionContent {
    display: block;
}

.current .prodAccordionContent {
    display: block;
}

/* Account Menu (horizontal)
....................................................................... */

#SideAccountMenu li,
#GiftCertificatesMenu li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
}

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

.PageMenu {

    margin: 20px 0 20px;
    position: relative;
    z-index: 50;


}

.PageMenu .borderR {
    border-right: 0;
}

.PageMenu .CategoryList {
text-align:center;

}

.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    *display:inline;
    float:left;
}

.PageMenu li .icon {
    display: none !important;
}

.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/nav_active.png) no-repeat center top;
}

.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
}

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

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

.PageMenu li ul li{
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 0;
    text-align: left;
    width: auto;
    position: static;
}

.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: inline !important;
    line-height: 28px;
    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: 200px;
    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 {
    float: left;
    margin: 0px 0px;
    padding: 0;
    z-index: 200 !important;

    width:100%;

}

.Left #SideCategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
    width:100%;
}



.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}

.PageMenu li ul li {
    list-style-image: none;
}

.PageMenu li ul ul {
    display: none;

    left: 200px !important;
    margin-left: 0;

    box-shadow:none;
    top: 0px !important;
}

.PageMenu li:hover {

}
.PageMenu li:first-child { background:none;
}
.PageMenu li {
    position: relative;
    /*z-index: 1;*/
    padding: 0px 0 0px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0px 0 0;
    background:url("/catalog/view/theme/Minimal/images/megnor/menu_pipe.jpg") no-repeat scroll left 20px transparent;

}

.PageMenu #SideCategoryList li a:hover{

    color: #BAB9B9;
}
.PageMenu #SideCategoryList li li a:hover{
    border-left: 1px solid #D88528;
    color: #D88528;
}
.PageMenu #SideCategoryList li li a{  display: inline;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0 5px ;
    padding: 0px 10px;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    text-align: left;
    text-transform: capitalize;
      border-left: 1px solid transparent;
      width:88%;


   }
   div#fancy_inner { border:5px solid #000;}
.PageMenu #SideCategoryList li a{
  color: #666666;
    display: block;
    font-family: 'oswald',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 16px 16px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;}
.PageMenu li ul li a.hasSub {
    padding-right: 20px;
}

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

.banner_home_page_top {
    margin-bottom: 25px;
}
.banner_home_page_top a:hover{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");}


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

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

.BlockContent .CartThumb img {
    max-width: 100px;
    height: auto;
}
.grid .CreateAccount ,.grid .AccountLogin{
    width: 100%;
}

#SharingDataWrapper {
    height: auto;
}

#SharingDataChoices {
    float: none;
}

#SharingDataChoices li {
    width: auto;
    height: auto;
}

.EstimateShippingButtons {
    text-align: right;
}

.EstimateShippingButtons input {
    margin-bottom: 20px;
}

#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}

.left-content .ProductList {
    margin: 0 0 10px -10px;
}

.left-content .ProductList .ProductImage a {
    height: 100px;
}

.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}

.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
}

.left-content .ProductList .ProductPriceRating {
    display: none;
}

.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

#recaptcha_area {
    max-width: 100%;
    margin-right: auto;
}

.PagingList .icon {
    display: none;
}

.SortBox div.selector,
.SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.SortBox div.selector span,
.SearchSortingSelectContainer div.selector span {
    height: 35px;
    line-height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.AccountOrderStatusList li {
    position: relative;
    list-style-image: none;
}

#LayoutColumn1 .h3tt {
    display: none;
}

#LayoutColumn2 .multiStep {
    display: none;
}

.banner_category_page_top {
    position: relative;
}

.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}

.CartContents tfoot .gtotal.SubTotal td {
   font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 18px;
    color:#D46641;
    font-weight: normal;
    text-transform: capitalize;
}

.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 {
height:auto;
max-width:100%;
}

/* 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(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/recapRefresh.png) 0 0 no-repeat !important;
}

#recaptcha_reload_btn img {
    visibility: hidden;
}

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

#recaptcha_whatsthis_btn {
    display: block;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/recapHelp.png) 0 0 no-repeat !important;
}

#recaptcha_whatsthis_btn img {
visibility: hidden;isibility: hidden;
}

.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}

#PageMenu {
    position: relative;
    z-index: 10;
}

/* fancybox */

#fancy_bg {
    display: none !important;
}

#fancy_content {
    padding-top: 0 !important;
}

#fancy_close {
    background: url("//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 11px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 12px !important;
}

.PageMenu h3 {
    display: none !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;
}

#ModalButtonRow, .ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}

#ModalContainer .modalClose {
    top: 10px !important;
    right: 11px !important;
    padding-right: 0 !important;
}

.ModalButtonRow input {
    font-weight: normal !important;
}

.AddBillingAddress dt,
.AddShippingAddress dt {
    clear: both;
}

.AddBillingAddress dd,
.AddShippingAddress dd {
    margin: 0;
    padding: 0 0 10px 15px !important;
    float: left;
    width: 210px;
    min-height: 40px;
}

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

.QuickSearch tbody tr {
    display: block;
    padding: 10px;
}

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

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

.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

/* inner */

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

.inner #CategoryPagingTop {
    padding-left: 5px;
}

.PagingList {
    float: left;
}

.Left .ProductList .ProductPriceRating {
    clear: both;
  padding-bottom: 0;
    padding-top: 5px;
}
.CategoryPagination .PagingList .ActivePage {
 border:1px solid #D46641;
 color:#D46641;
}

.CategoryPagination .PagingList li {
   border: 1px solid #e8e8e8;

    margin-right: 7px;
    padding: 2px 8px;


}

.CategoryPagination .PagingList a {

}
.CategoryPagination .PagingList li:hover a {}
.CategoryPagination .PagingList li:hover {
   border:1px solid #D46641;

}

.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: 14px;
    padding: 5px 10px 0 0;
}

.SortBox div.selector,
.SearchSorting div.selector {
    float: right;
    line-height: 30px;
    min-height: 30px !important;
    padding: 0;
    font-size: 14px;
        *width:180px;
}

div.selector select {
    font-size: 12px;
}

#uniform-revrating {
    width: 200px !important;
}

.SortBox div.selector span,
.SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
    line-height: 30px;
    height: 30px;
    padding-right: 10px;


}

.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
}

.FormContainer .box dt {
    width: 232px;
}

.HorizontalFormContainer dt {
    text-align: right;
}

.HorizontalFormContainer dt,
.HorizontalFormContainer dd {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 0;
}

.HorizontalFormContainer dd .selector span {
    font-weight: normal;
    font-size: 13px;
}

.HorizontalFormContainer dt p,
.HorizontalFormContainer dd p {
    font-weight: normal;
}

.HorizontalFormContainer dd {
    padding: 0 0 10px 0;
}

.HorizontalFormContainer p.Submit {
    padding-top:20px;
}

.HorizontalFormContainer dt {

}
#ProductReviews .form dt,
#ProductReviews .form dd {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: left;
}

#ProductReviews .form dd {
    padding-bottom: 15px;
}

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

#message_content {
    height: 240px;
}

.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}

ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}

table thead tr th,
table.General thead tr th,
table.CartContents thead tr th,
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {

    font-weight: normal;
    padding: 10px 10px;
}

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

/* Checkout */

a.ChangeLink {
    top: 12px;
    right: 10px;
}

.ExpressCheckoutContent {
    padding: 10px ;
    border:1px solid #E8E8E8;
    margin:-1px 0 0;
}
.CreateAccount {
  border:1px solid #E8E8E8;
    float: left;
    margin: 0 15px 0 0;
    padding: 10px;
    width: 45%;
}
 .AccountLogin {
border:1px solid #E8E8E8;
    float: right;
    margin: 0 0px 0 0;
    padding: 10px;
    width: 45%;
}

.ExpressCheckoutContent .CreateAccount ,.ExpressCheckoutContent  .AccountLogin  { border:none;}
#LoginForm .Textbox.Field200 {
    width: 140px;
}
#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 {
    position: relative;
}

.li-list {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.AccountOrderStatusList .box1 {
    padding: 0 10px 0 20px;
}

.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}

.btns form {
    display: inline;
    float: right;
}

.btns span.FloatRight {
    padding: 0 5px;
}

.btns .btn-clear {
    float: left;
    clear: none;
}

.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
}

.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}

.ShippingMethodList table td {
    padding: 15px 10px 10px 10px!important;
}

/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector,
.DetailRow.qty .selector {
    width: 75px !important;
    text-align:center;
}

.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 20px;
    height: 20px;
}

.CartRemoveLink {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icon_sprite.png) no-repeat -46px -46px;
}

.SubTotal td {
    padding: 20px 0 0 0;
}

.ProceedToCheckout,
.KeepShopping {
    text-align: right;
    float:right;
    margin-left:10px;
}

.ProceedToCheckout .PayPalExpressCheckout p {
    margin-bottom: 20px;
}

.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
    float: none !important;
}

.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}

.ProceedToCheckout.btm .CheckoutButton {
    padding-bottom: 20px;
}

.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.boxin .mtop {
    margin-top: 20px;
}

.GiftCertificateThemeList label {
    float: left;
    clear: both;
}

#ProductDetails .ProductTinyImageList ul li {
    border: 0 none !important;
    background-color: #fff;
    display: inline-block;
    margin: 0 4px 0 4px;
    padding: 0;
    list-style-image: none;
}

#ProductDetails .ProductTinyImageList ul li a {
    display: block;
    padding: 0 !important;
}

#ProductDetails .ProductTinyImageList {
    white-space: nowrap;
    overflow: hidden;
}

.ImageCarouselBox {
    padding-left: 0!important;
    margin-bottom: 10px;
}

.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ProductDetails #ImageScrollPrev:hover {
    background-position: -19px -257px;
    border-color:#666;
}

#ProductDetails #ImageScrollNext:hover {
    background-position: -43px -257px;
        border-color:#666;
}

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {

     border:2px solid #DFDFDF;
    cursor: pointer;
    display: none;
    float: left;
    height: 24px;
    margin-top: 50px;
    width: 20px;
}

#ImageScrollPrev > img ,#ImageScrollNext > img {
    display: none;
}
.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 10px;
}

.ProductDetailsGrid .DetailRow.PriceRow {
border-bottom:1px solid #e8e8e8;
border-top:1px solid #e8e8e8;
padding:15px 5px;

}
.ProductDetailsGrid .DetailRow.qty {

border-top:1px solid #e8e8e8;
padding:15px 0 0;

}


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

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

.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left !important;
    position: relative;
    float:left;
    clear:both;
    width:130px;
}

.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
}

.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
}

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

.OutOfStockMessage {
    display: none;
    padding: 0;
}

.OutOfStockMessage p {
    padding-left: 25px;
}

.OutOfStockMessage .CurrentlySoldOut {
    position: relative;
}

.icon-outofstock {
    position: absolute;
    float: left;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icon-outofstock.png) no-repeat 0 0;
}

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

#prodAccordion .current .subtitle {
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/bul_accordion_on.png) no-repeat right center !important;
}

#prodAccordion .subtitle {
    margin: 15px 0 !important;
    border: solid 0px !important;
    font-size: 16px !important;
    padding: 0 30px 0 0 !important;
    float: none;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/bul_accordion_offRight.png) no-repeat right center !important;
    cursor: pointer;
}

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

#SimilarProductsByCustomerViews .btn {
    display: none;
}

#fastCartContainer .ProductList {
    margin: 0 10px 0 -20px;
}

#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
    height: auto !important;
    margin: 0;
    padding: 0 0 0 10px;
    width: 33.33%;
}
#fastCartContainer .ProductList .ProductDetails { min-height:auto !important;}

#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;
    border:1px solid #e8e8e8;

}

.fastCartItemBox {
    margin-left: 0;
    padding: 0 20px;
}

.fastCartSummaryBox {
    padding: 10px 20px;
    text-align: center;
    border:1px solid #e8e8e8;
}

.fastCartSummaryBox .ProceedToCheckout {

}

.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}

.fastCartSummaryBox .subtotal {
    /* These are overrides for __Master */
    clear: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .subtotal .ProductPrice {
  display: inline-block;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    word-wrap: break-word;
    color:#D46641;
}

.fastCartSummaryBox .actionLink {
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}

.fastCartSummaryBox .actionLink .btn {
    display: block;
}

.fastCartSummaryBox .PayPalExpressCheckout {
    width: 100%;
}

.modalClose {
    float: left;
    width: 12px!important;
    height: 11px!important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px!important;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icon-close.png) no-repeat 0 0!important;
}

#ModalTitle,
.ModalTitle {
    display: none!important;
}

#ModalContainer {
    position: fixed;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    top: 20px !important;

    width: 880px !important;
    margin-left: -400px !important;
    overflow: auto;
    border:5px solid #000;
    background:#fff;
    bottom:20px;
}

/* Footer */

.footer {
    text-align: left;
    overflow: hidden;
    margin-top:15px;
}

.footer-main li {
    float: left;

    width: 100%;
}
.main .inner {
    padding-top: 0px;
}

.footer-main .inner {
    padding: 40px 0 30px;
    /*background:url("https://store-5in6x.mybigcommerce.com/content/images/line.jpg") repeat-x scroll 0 top ;*/
    border-top: 5px dotted #a39163;
}

#FooterUpper .Column.contact {
    margin-right: 10px;
    width: 310px;
}
#FooterUpper .Column {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
    width: 260px;
}

.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 {

    margin: 0;
    list-style: none;
    *display:inline;
}

.footer #socnet {
    margin-bottom: 0;
}
.footer .footer-columns li {
    padding: 5px 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%;



}

#socnet li {
    display: inline-block;
    margin-right: 10px;
       *display: inline;
}

#socnet h4 {
    display: none;
}
.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 {

    clear: both;
    margin: 0;
    padding: 15px 20px 5px;
    text-align: center;
}


.footer #SideNewsletterBox > h2 {

}
.footer .powered-by a {
    background: url('//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/bc_logo_sprite.png') no-repeat;
    background-position: 0 -49px;
    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 -49px;
    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;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

#provider_list {
    line-height: 200%;
}

#ChooseShippingAddress, #ChooseBillingAddress {
    position: relative;
}

#ChooseBillingAddress label,
#ChooseShippingAddress label {
    display: block;
}

.SelectBillingAddress,
.SelectShippingAddress {
    margin-bottom: 20px;
}

#multiAddressForm div.selector {
    width: 450px;
}

.CartItemIndividualPrice  {
    text-align: right;
}

#cookieNotification button {
    margin-top: 17px;
}

#cookieNotification .icon-info {
    background: url("//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/cookie-sprite.png") no-repeat scroll 0 2px transparent !important;
    float: left;
    height: 40px;
    margin-right: 5px !important;
    margin-top: 15px !important;
    width: 40px;
}

.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}

.productAttributes label,
.productAttributes span {
    white-space: nowrap;
}

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

#fastCartContainer {
    margin: 20px auto 0 auto;
}

.zoomWindow {
    width: 100%;
}

#uniform-eway_ccexpm, #uniform-eway_ccexpy {
    width: 75px !important;
}

.CartCode {
    margin-bottom: 20px;
    margin-top:40px;
}

.CartCode .CouponCode,
.CartCode .GiftCertificate {
   border: 1px solid #e8e8e8;

    float: left;
    padding: 10px;
    width: 46%;
}

.CartCode .GiftCertificate {
    margin-left: 25px;
}
.CartCode .CouponCode .CouponCode
{
    border:none;
    padding:0;
    width: 94%;
}


.PurchaseGiftCertificate h2,#GiftCertificateIntro h2,#CheckGiftCertificateBalance h2,#AccountInbox h2,#AccountOrderStatus h2,#AccountOrders h2,#ChooseShippingAddress h2,#WishLists h2
,#EditAccountForm h2,#AccountRecentItems h2 ,.SitemapPages h2,.SitemapCategories h2,.SitemapBrands h2{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom:15px;
    text-align: left;
}


.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    height: 30px;
    min-width: 55px;
    padding: 0;
    text-align: center;
}

.blockquote {
    margin: 0;
}

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

/* Over writes of defaults */

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

}

.product-nav {

    border-top: 1px solid #E8E8E8;
    clear: both;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom:5px;
    border-bottom:1px solid #e8e8e8;


}

.product-nav #CategoryPagingTop {

}
.SortBox { float:left !important;}
.PageContent .product-nav #CategoryPagingBottom { border:none;}

.product-nav #CategoryPagingBottom {

    clear: both;

}

.BlogPostContent {
    border-top: 1px dashed #C2CBD3;
    padding-top: 30px;
}
#NewsContent .p-author.h-card {

    padding-left: 30px;
}
#NewsContent .dt-published {
    padding-left: 30px;
    padding-bottom:5px;
}

.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    margin: 0;

}

.custom_content .icon2 {

    margin-top: 5px;
    padding-left: 25px;
}

.custom_content .icon3 {

    margin-top: 5px;
    padding-left: 25px;
}
.fastCartTop {
    padding: 0 10px 0 0;
}

.fastCartBottom {
    padding: 0;
    margin-top:20px;
}

.FormFieldLabel {
    margin-right: 5px;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 2px;
    margin: 0 2px;
}

#ModalContent .btn, .ModalContent .btn,
#ModalContent .btn:hover, .ModalContent .btn:hover {
    color: #fff !important;
}

.CategoryContent {

}

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

.SubBrandListGrid ul li {
    padding: 0;
}

#fastCartWrapper {
    padding: 0;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}

#WishLists {
    position: relative;
}



.ProductDetailsGrid .s-price {
    float: right;
    margin: -53px 0 0;
}
.BulkDiscountLink {
    clear: both;

    margin-bottom:10px;
}


.RetailPriceValue,strike {
    font-weight: normal;
    margin-right: 5px;
}
/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn,.pvn,.pan{padding-top:0px !important}
.pts,.pvs,.pas{padding-top:10px !important}
.ptm,.pvm,.pam{padding-top:20px !important}
.ptl,.pvl,.pal{padding-top:40px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prs,.phs,.pas{padding-right:10px !important}
.prm,.phm,.pam{padding-right:20px !important}
.prl,.phl,.pal{padding-right:40px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}
.pbs,.pvs,.pas{padding-bottom:10px !important}
.pbm,.pvm,.pam{padding-bottom:20px !important}
.pbl,.pvl,.pal{padding-bottom:40px !important}
.pln,.phn,.pan{padding-left:0px !important}
.pls,.phs,.pas{padding-left:10px !important}
.plm,.phm,.pam{padding-left:20px !important}
.pll,.phl,.pal{padding-left:40px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mts,.mvs,.mas{margin-top:10px !important}
.mtm,.mvm,.mam{margin-top:20px !important}
.mtl,.mvl,.mal{margin-top:40px !important}
.mrn,.mhn,.man{margin-right:0px !important}
.mrs,.mhs,.mas{margin-right:10px !important}
.mrm,.mhm,.mam{margin-right:20px !important}
.mrl,.mhl,.mal{margin-right:40px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}
.mbs,.mvs,.mas{margin-bottom:10px !important}
.mbm,.mvm,.mam{margin-bottom:20px !important}
.mbl,.mvl,.mal{margin-bottom:40px !important}
.mln,.mhn,.man{margin-left:0px !important}
.mls,.mhs,.mas{margin-left:10px !important}
.mlm,.mhm,.mam{margin-left:20px !important}
.mll,.mhl,.mal{margin-left:40px !important}
.mra,.mha{margin-right:auto !important}
.mla,.mha{margin-left:auto !important}

/* Original helpers */

.MB10 {margin-bottom:10px;}
.MT0 {margin-top:0px;}
.LH140 {line-height:140%;}
.PLRB5 {padding:0px 5px 5px 5px;}
.PLR10 {padding:0px 10px 0px 10px;}
.PL20 {padding:0px 0px 0px 20px;}
.PL40 {padding:0px 0px 0px 40px;}
.ML20 {margin:0px 0px 0px 20px;}
.MT10 {margin-top:10px;}
.PL10 {padding-left:10px;}
.PB2 {padding-bottom:2px;}
.PTB20 {padding: 20px 0;}
.NoMarginBottom {margin-bottom: 0;}
.HideElement {display: none;}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.txtC {
    text-align: center;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.Field45 {
    width: 45px;
}

.Field80{
    width: 80px;
}

.Field100 {
    width: 100px;
}

.Field130{
    width: 130px;
}

.Field150 {
    width: 150px;
}

.Field180{
    width: 180px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

input.Field45 {
    width: 25px;
}

input.Field80{
    width: 60px;
}

input.Field100 {
    width: 80px;
}

input.Field130{
    width: 110px;
}

input.Field150 {
    width: 130px;
}

input.Field180{
    width: 160px;
}

input.Field200 {
    width: 180px;
}

input.Field250 {
    width: 230px;
}

input.Field300 {
    width: 280px;
}

input.Field350 {
    width: 330px;
}

input.Field400 {
    width: 380px;
}

/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.button,
div.button span {

    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
    margin: 0;
    padding: 0;
}

/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* SPRITES */
/* Select */

div.selector,
div.selector span {
    line-height: 25px;
    height: 25px;
}

div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Checkbox */
div.checker {
    height: 18px;
    width: 16px;
}

div.checker input {
    height: 18px;
    width: 16px;
}

div.checker span {
background-position: -2px -156px;
height: 18px;
width: 16px;
}

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: -75px -157px;
}

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

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: -74px -121px;
}

/* Uploader */
div.uploader {
    background-color: #fff;
    height: 35px;
    position: relative;
    overflow: hidden;
    width: 300px;
}

div.uploader span.action {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

div.uploader span.filename {
    height: 37px;
    line-height: 37px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}

div.uploader input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    font-size: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 100px;
    border: none;
    cursor: default;
}

/* Uploader */

div.uploader span.filename {
    color: #777;
    font-size: 11px;
}

div.uploader.disabled span.action {
    color: #aaa;
}

div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}

div.uploader.disabled {
    background-position: 0px -325px;
}

div.uploader.disabled span.action {
    background-position: right -381px;
}

div.button {
    background-position: 0px -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

/* PRESENTATION */
/* Button */

div.button {
    height: 30px;
}

div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}

/* Select */
div.selector {
    font-size: 14px;
    background: #ffffff url(/catalog/view/theme/Minimal/images/icon_arrow_down.png) no-repeat right center !important;
    height: 28px;
    line-height: 28px;
    min-height: 28px !important;
    padding: 3px 0 !important;
}

div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;

}

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

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

/* Checker */
div.checker {
    margin-right: 2px;
}

/* Radio */
div.radio {
    margin-right: 3px;
}

/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}

/* Button */
div.button a,
div.button button,
div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

div.selector select {
    position: absolute;
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    /* use '=' here, not ':' */
    -moz-opacity: 0;
    border: none;
    background: none;
}

/* Checker */
div.checker {
    position: relative;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    display: inline-block;
    background: none;
}

/* Radio */

div.radio {
    position: relative;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radio input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}

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

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

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

.right{
    float: right;
}

.txt24{
    font-weight: normal;
    margin: 0 0 10px 0;
}

.txt24 em {
    font-style: normal !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icons_off.png) no-repeat -170px -152px;
}

.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
    background: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/icons_on.png) no-repeat -170px -152px;
    background-color: transparent !important;
}

.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}

.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}

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

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

ul ul ul{
    list-style-image: url(//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/bullet_line.png);
}

.multiStep,
.multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}

.multiStep li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.multiStep li.ActivePage h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
}

.multiStep li .icon  {
    background: url("//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/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;
}

.icon {
     float: left;
    height: 21px;
    width: 26px;

}

.icon-add {
    position: absolute;
    right: 0;
    top: -13px;
    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;
}

.clear {
    clear:both;
    overflow: hidden;
}

/* btn styles */

.Button a {
    color: #ffffff!important;
}

.full-width {
    display: block;
    clear: both;
    padding: 0;
}

.full-width .zeroLeft {
    padding-left: 0 !important
}

.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    border-left: 1px solid #e8e8e8;
}

.productlist-page.Content {
    padding: 0;
}

.productlist-page.Content .product-nav {
    border: none;
}

.nav-prev,
.nav-next {

    border: 1px solid #e8e8e8;

    float: left;

    overflow: hidden;
    padding: 2px 8px;
   margin-right:7px;

}
.nav-prev:hover {   border:1px solid #D46641;}
.nav-next:hover {

     border:1px solid #D46641;
}
.nav-next {

}

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

.list-news li p {
    margin-bottom: 10px;
}

.form {
    display: block;
    clear: both;
    margin: 0;
    list-style: none;
}

.form li {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0;
}

.form li label,
.form dt {
    float: left;
    width: 175px;
    padding: 7px 25px 0 0;
    line-height: 22px;
}

.form dd {
    margin-left: 0;
    float: none;
}

.addto {
    display: block;
    clear: both;
    overflow: hidden;
}

.addto .BulkDiscount {
    display: inline-block;
}

.addto #SideProductAddToWishList {
    display: inline-block;
}

.addto #SideProductAddToWishList input {
    margin: 0 0 10px 0;
}

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

.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}

a.CustomizeItemLink {
    font-size: 11px;
}

#CartHeader {
    position: relative;
}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin-top: -20px !important;
    position: absolute;
}

.recaptcha_widget_div {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: #fff;
}

.productAttributeConfigurablePickListSet ul {
    margin: 0;
}

html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}

.fileInput {
   margin-bottom: 10px;
}

#SearchPage {

}
#TabContentAddressMultiple ,#TabContentAddressSingle,#SearchTabContent,#SearchResultsProduct{
    padding: 10px 0;

    overflow:hidden;
}
#SearchTabProducts { text-align:left;}
#ChooseShippingAddress #TabContentAddressMultiple ,#ChooseShippingAddress #TabContentAddressSingle{border:none;}
.SearchContainer .ProductList li {
    margin-bottom: 10px;
    padding: 0;
    float:left;
}

.Label.QuantityInput {
    margin: 7px 0 0;
}
.SearchContainer .ProductList .ProductImage {

}

/* 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("//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}

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

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


/* Drawer menu
-------------------------------------------------------------- */

#ToggleMenu {
    /*temp styles*/
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
}

#DrawerMenu {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 80%;
    box-shadow: -5px -5px 5px #222 inset;
        -o-box-shadow: -5px -5px 5px #222 inset;
            -webkit-box-shadow: -5px -5px 5px #222 inset;
                -moz-box-shadow: -5px -5px 5px #222 inset;
    background-color: #333;
    color: #fff;
}

#DrawerMenu.on-screen {
    display: block;
    position: absolute;
    overflow-y: auto;
}

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

#Header.off-screen {

}
#DrawerMenu .inner {
    width: 90%;
    margin: 0 auto;
}

#DrawerMenu ul {
    list-style: none outside none;
}

#DrawerMenu li {
    float: none;
    border-bottom: 1px solid #3f3f3f;
    list-style: none outside none;
}

#DrawerMenu li > ul {
    display: none !important;
}

#DrawerMenu a {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    padding: 1.4em 1em;
    font-weight: 700;
}

#DrawerMenu #SideCategoryList {
    display: block;
}

#DrawerMenu #SideCategoryList h3 {
    display: none;
}

#DrawerMenu .topmenu-options {
    border-bottom: 1px solid #3f3f3f;
    padding: 1em 0;
}

#DrawerMenu .topmenu-options li {
    border: 0;
}

#DrawerMenu .topmenu-options a {
    font-weight: normal;
    color: #777;
    font-size: 0.9em;
    padding: 0.6em 1em;
}



#fancy_outer ,div#fancy_overlay{ z-index:999!important; }


#QuickViewProductDetails div.radio{ margin-right:0; width:auto; height:auto; display:block;}
#QuickViewProductDetails div.radio span { background:none; height:auto; width:auto; display:block;
}

.testimonial .customNavigation {
    display: none;
}
.testimonial .product-block {
    border: medium none;
    margin: 10px 20px;
    position:relative;
    text-align:left;
}
.testimonial .product-block a{
    float: left;
    padding: 13px 0 13px 80px;}
.testimonial-description {
    background: none repeat scroll 0 0 #F7F7F7;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
min-height:70px;
    padding: 25px;
    position: relative;
}
.testimonial  h2 { border-bottom:none; padding:10px;    margin:0;}
.Block h2 span {

    display: inline-block;
    margin: 0 0 0px;
    padding: 0 30px 10px;
}



.tmcms {
    background: none repeat scroll 0 0 #EDEDED;
    padding: 40px 0 50px;
    overflow:hidden;
}

.tm_row.content-main {
    margin: 0 auto;
    max-width: 1150px;
}

.tm_column.column_container {
    float: left;
    width: 33.33%;
}

.tm_column.column_container .service {
    padding: 0 40px;
    text-align:center;
}


.icon-center {


    width:74px;
    height:74px;
    display:inline-block;
}

.icon-center1 {
    display:inline-block;

    width:74px;
    height:74px;
}
.icon-center2 {
     display:inline-block;

    width:74px;
    height:74px;
}


.service-content:hover .icon-center  { background-position: 0 -100px; }
.service-content:hover .icon-center1  { background-position: 0 -100px; }
.service-content:hover .icon-center2  { background-position: 0 -100px; }

.service-center  .description { line-height:25px;  font-weight: 300;

    margin-bottom: 15px; }
.service-center  .service-text{ color: #1B1B1B;
    font-size: 22px;
    padding: 20px 0 15px;}


.offer-text {
    padding: 83px 0;
    text-align: center;
    width: 95%;
}
.offer-title {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
.offer-description {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    text-align: center;
    width: 210px;
}

.offer-text .border_main {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECECE;
    display: inline-block;
    height: 1px;
    text-align: center;
    width: 25%;
}

.offer-slider-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #737373;
    padding: 15px 37px 30px;
}
.tm_column.column_container .flex-control-nav { display:none;}

.offer-slider-inner .title {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.tm_column  .flex-direction-nav a {
   cursor: pointer;
    display: block;
    height: 25px;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-indent: -9999px;
    top: -40px;
    width: 15px;
    z-index: 10;
}

.tm_column .flex-direction-nav .flex-next { background-position: -66px -256px;
    right: 4px; }
.tm_column .flex-direction-nav .flex-prev { background-position: -3px -256px;
    left: auto;
    right: 20px;}
.tm_column .flexslider:hover .flex-next:hover{  background-position: -24px -256px;}
.tm_column .flexslider:hover .flex-next:hover {  background-position: -44px -256px;}
.tm_column .flexslider:hover .flex-prev:hover{ background-position: -2px -256px;}
.tm_column .flexslider:hover .flex-prev { left: auto;}
.tm_column .flexslider:hover .flex-prev:hover { background-position: -25px -256px;}
.tm_column .flex-direction-nav .flex-next:hover { background-position: -44px -256px;}


.footer-area.Block h2 {
}





 .hb-animate-element {
    opacity: 0;
}
.hb-animate-element.hb-in-viewport.left-to-right{
    animation: 0.8s fadeInRight;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 0.8s fadeInDown;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 0.8s fadeInUp;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 0.8s fadeInLeft;
    opacity: 1;
}


.cms_block_header {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #EFEFEF;
    overflow:hidden;
    margin: 20px 0 40px;

}

.cms1_header {
    float: left;
    padding: 10px 20px 0;
    width: 46%;
}


.cms1_header .left_part {
    float: left;
    padding: 0 25px 0 0;
}

.cms1_header .right_part {
    float: left;
    padding: 10px;
    text-align: justify;
    width: 67%;
}
.cms2_header .right_part .name_img a:hover{ color:#888;}
.cms1_header .name_img, .cms2_header .right_part .name_img,.cms2_header .right_part .name_img a {
    color: #D46641;
    font-size: 15px;
    text-align: center;
}

.cms1_header .city_img {
    color: #888888;
    font-size: 14px;
    text-align: center;
}
.cms1_header .right_part .arrow_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    position: relative;
}

.cms1_header .right_part .arrow_box .content {
    padding: 10px;
}
.cms1_header .cms_slider {
    padding: 10px;
    position: relative;
}

.cms2_header {
    float: left;
    padding: 10px 0 20px;
    width: 50%;
}

.cms2_header .left_part {
    float: left;
    padding-right: 25px;
}

.cms2_header .right_part {
    float: left;
    text-align: justify;
    width: 46%;
}

.cms2_header .right_part .name_img {
    text-align: left;
}

.cms2_header .right_part .date_comment {
    font-size: 13px;
    margin: 0 0 5px;
}

.cms2_header .left_part img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}



.bottomblock ul.home-features {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
}

.bottomblock ul.home-features li {
    float: left;
    margin: 0 0px 20px auto;
    position: relative;
    text-align: center;

}


.bottomblock ul.home-features a.current {
    background: none repeat scroll 0 0 #D46641;
    color: #FFFFFF;
}


.bottomblock ul.home-features a.current .bottom_arrow {
    background: url("//cdn6.bigcommerce.com/r-7d6a638493d37a4bbc33fd4fe15b95d62daf0227/themes/Minimal/images/megnor/tab_img.png") no-repeat scroll 0 0 transparent;
}
.bottomblock ul.home-features .bottom_arrow {
    bottom: -12px;
    height: 12px;
    position: absolute;
    right: 44%;
    width: 43px;
}

.bottomblock ul.home-features a {

    cursor: pointer;
       background-color: #EFF0EB;
    color: #666666;
    float: left;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 17px;
    margin-right: 7px;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.bottomblock h2 { display:none;}

.ProductList .ProductActionAdd,.RemoveFromWishlistForm {
    bottom: 0px;
    position: absolute;
      opacity: 0;
    transition: bottom 0.8s ease-out 0s;
    visibility: hidden;
    width:100%;
    text-align:center;

}

.Left .ProductPriceRating > em {
    font-size: 14px;
}
.WishlistProductList .prod-inner .RemoveFromWishlistForm { }
.WishlistProductList  .prod-inner  .QuickViewBtn { }
.prod-inner:hover .RemoveFromWishlistForm,
.prod-inner:hover .QuickViewBtn, .ProductList .owl-item .item:hover .QuickViewBtn {
    opacity: 1;
    visibility: visible;}
.prod-inner:hover .ProductActionAdd, .ProductList .owl-item .item:hover .ProductActionAdd  {
    opacity: 1;
    visibility: visible;
    bottom:60px;
}

.block_hover {
    overflow: hidden;
    position: relative;

}


.bottomcms .shipment {
    float: left;

    width: 40%;
}

.bottomcms {
    margin-bottom: 30px;
    overflow: hidden;
}

.bottomcms h2{
    margin-bottom: 0px;
font-size:20px;
    padding-bottom:5px;
   font-weight:300;
}
.bottomcms .ship1 .item { border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;}

.bottomcms .image {

    display: block;
    float: left;
    height: 57px;
    margin-right: 25px;
    width: 52px;
}

.bottomcms .shipment.ship2 {
    float: right;
    width: 30%;
}

.bottomcms .shipment.ship {

    width: 30%;
}
.bottomcms .shipment .item {
    padding: 0 0 0 50px;
}

/**
 * TABS
 */
.tabsNavigation ul:before,.tabsNavigation ul:after,.cf:before,.cf:after{content: " ";display: table;}.tabsNavigation ul:after,.cf:after{clear: both;}.tabsNavigation ul,.cf{*zoom: 1;}
.ProductDescription.has-tabs {
    padding: 0;
    margin: 20px 0;
}
.tabsNavigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabsNavigation li {
    float: left;
    position: relative;
    display: block;
    margin: 0 2px 0 0;
    padding: 1px 1px 1px 4px;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: pointer;
}

.tabsNavigation li.active {
    margin: 0 2px 0 0;
    padding: 0px 0 0 3px;
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid #fff;
}

.tabsNavigation a {
    font-size: 16px;
    color: #666666;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 15px 10px 13px;
    height: 18px;
    display: block;

}

.tabsContent {
    padding: 15px;
    border-top: 1px solid #e8e8e8;
    margin-top: -1px;
}

.tabsContent .tabcontent {
    display: none;
}

.tabsContent .tabcontent.active {
    display: block;
}

.form-control{
		width:180px;
		padding: 0;
}

/**
 * coverpop
 */
.textHidden { text-indent: 120%; white-space: nowrap; overflow: hidden; }
.CoverPop-open,.CoverPop-open body{overflow:hidden}
#CoverPop-cover{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1000;-webkit-animation:fade-in .25s ease-in;-moz-animation-name:fade-in .25s ease-in;-ms-animation-name:fade-in .25s ease-in;-o-animation-name:fade-in .25s ease-in;animation-name:fade-in .25s ease-in}
.CoverPop-open #CoverPop-cover{display:block;background:#000;background:rgba(0,0,0,.6)}
.splash-center{display:block;width:100%;max-width: 550px; height:500px;position:absolute;top:50%;left:0;right:0;background:#fff;margin:-250px auto 0; }
.splash-center{-webkit-box-shadow:-3px 3px 6px 0 rgba(0,0,0,.7);-moz-box-shadow:-3px 3px 6px 0 rgba(0,0,0,.7);box-shadow:-3px 3px 6px 0 rgba(0,0,0,.7)}
.splash-center{z-index:1500}
.CoverPop-content {background: url(//cdn6.bigcommerce.com/s-5in6x/templates/__custom/images/popupbg.png?t=1457618017) center center no-repeat;}
.CoverPop-content .inner{padding:15px;position:relative}
.CoverPop-content .mineForm{margin: 220px auto 0;font-size: 18px;font-weight: 300; width: 320px;}
.mineForm label{margin-right:20px;font-weight:bold;margin-bottom:15px!important}
.mineForm input{margin-bottom:15px!important;width:100%}
.mineForm button{background:#00a19c;display:block;width:150px;padding:8px;color:#fff;font-weight:bold;text-align:center;margin:15px auto}
.mineForm button{border:0;outline:0;text-transform:uppercase;font-size:16px}
.mineForm button:hover{cursor:pointer}
.CoverPop-content .center{font-weight:bold;text-align:center;display:block;clear:both;width:100%}
.mineFormClose{background: url(//cdn6.bigcommerce.com/s-5in6x/templates/__custom/images/close.png?t=1457618017) 0 0 no-repeat;}
.mineFormClose{width:29px;height:29px;background-position:center center;position:absolute;top:30px;right:30px}
.mineFormGetVoucher{width:248px;height:95px;background-position:0 0;margin:0 auto;display:block;margin-bottom:15px}
.mineFormSignUp{width:74px;height:74px;background-position:-249px 0;position:absolute;top:-37px;left:50%;margin-left:-37px}
.mineFormText{font-size:11px;color:#000;padding-bottom:0;margin-bottom:15px;text-align:center}
#fieldEmail{width:190px;padding:0 10px;background:#e5e5e5;color:#000;display:inline-block;float:left;margin-right:15px;height:35px;margin-bottom:15px;padding-bottom:0}
#fieldEmail{border:0}
.rowSubmit{display:inline-block;float:right;widht:85px}
.rowSubmit button{background:#303030;width:100%;text-align:center;margin:0}
.rowRadios{text-align:center}
.rowRadios label{display:inline-block;margin:0 5px}
.rowRadios label input{display:inline;float:none;margin:0;width:auto}
.rowRadios p{color:#000;font-weight:bold;font-size:12px;padding-bottom:0;margin-bottom:15px}
.mineFormText { font-size: 14px !important;  }
.mineFormText a { color: #a39163; font-weight: bold; text-decoration: underline; }
.mineFormText a.link { font-size: 17px !important; color: #a39163 !important; font-weight: bold; text-decoration: none; }