/*bof basic elements*/
body {margin:0;font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;font-size:14px;line-height:22px; color: #0a0a0a;}
/*general link styles*/
* {
    padding: 0;
    margin: 0;
}

img{display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;}
a img {border:none;}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover{}
a:active {}
/*heading styles*/
h1 {font-size:1.8em;line-height:25px;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4, h5, h6, LEGEND, ADDRESS, .larger{font-size:1.1em;}
h1, h2, h3, h4, h5, h6 {padding: 0 0 10px 0; margin: 0; line-height: 22px; font-size: 16px; font-weight: 600;}
.biggerText {font-size:1.2em;line-height:160%;}
P, ADDRESS {}
ADDRESS {font-style:normal;}
HR {height: 1px;margin-top:0.5em;}



table {
    border-collapse:collapse;
    width:100%;
    margin-bottom:10px;
    border-radius:0
}
table tbody, table tfoot, table thead {
    border:1px solid #e7e7e7;
    background-color:#fefefe
}
table caption {
    padding:.5rem .625rem .625rem;
    font-weight:700
}
table thead {
    background:#f8f8f8;
    color:#0a0a0a
}
table tfoot {
    background:#f1f1f1;
    color:#0a0a0a
}
table tfoot tr, table thead tr {
    background:0 0
}
table tfoot td, table tfoot th, table thead td, table thead th {
    padding:.5rem .625rem .625rem;
    font-weight:700;
    text-align:left
}
table tbody td, table tbody th {
    padding:10px;
}
table tbody tr:nth-child(even) {
    border-bottom:0;
    /*background-color:#f1f1f1*/
}


.button, .cssButton, .cssButtonHover {
    display:inline-block;
    vertical-align:middle;
    margin:0;
    padding:10px 26px;
    line-height:18px;
    -webkit-appearance:none;
    border:1px solid #454545;
    border-radius:0;
    transition:background-color .25s ease-out, color .25s ease-out;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    background:#454545;
    color:#fff;
    border-radius: 0 !important;
    text-transform:capitalize;
}
[data-whatinput=mouse] .button {
    outline:0
}

.cssButton:hover, .cssButtonHover {
    display:inline-block;
    vertical-align:middle;
    margin:0;
    padding:10px 26px;
    line-height:18px;
    -webkit-appearance:none;
    border:1px solid #000;
    border-radius:0;
    transition:background-color .25s ease-out, color .25s ease-out;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    background:#000;
    color:#fff;
    text-transform:capitalize;
}


.button:focus, .button:hover {
    background:#000;
    color:#fff;
    border:#000 solid 1px;
    text-transform:capitalize;
}


.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float:left;}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsFeaturedCategories, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {text-align:center;}

/*floats and clears*/
.back {float:left;}
.forward, #shoppingCartDefault #PPECbutton {float:right;}
.clearBoth {clear:both;}
br.clearBoth{ display: block;
    line-height: 0;
    content: "";
    margin: 0;
    padding: 0;
    height: 0;}
.bold {font-weight:bold;}
.hiddenField {display:none;}
.visibleField {display:inline;}

.alert {vertical-align:top; font-size: 12px; color: #900;}
/*.alert {margin-left:0.5em;}*/
.important {font-weight:bold;}
.gvBal {float:right;}

.smallText {font-size:0.9em;}

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

.no-fouc {display: none;}
.italic{font-style:italic;}
.back-margin{margin-top:30px;}
.onerow-fluid{width:75% !important;margin:auto;}

/*bof form elements*/
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 6px;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:focus{ box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1); border: #555 solid 1px;}



FORM, SELECT, INPUT {/*display:inline;font-size:1em;margin:0 0.1em 0 0;*/}
/*input{height:35px;padding-left:5px;}*/
select{height: 34px;
    margin: 0 0 1rem;
    padding: 6px;
    padding-right: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-weight: normal;
    line-height: 20px;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;}
TEXTAREA {margin:auto;display:block;width:66%;}
input:focus, select:focus, textarea:focus {}
legend{padding:10px 20px;display:table;text-align:center;font-size:16px; font-weight: 600; border: #ddd solid 1px; line-height: 20px;}
fieldset{padding:16px;margin:0 0 20px 0;min-width:0; border: #ddd solid 1px;}
body:not(:-moz-handler-blocked) fieldset{display:table-cell;}
fieldset > fieldset{}
fieldset fieldset legend{text-align:left;padding:0;margin:0;position:relative;left:20px;font-size:120%;display:table;}
fieldset p{margin-left:20px;}
fieldset label, fieldset .inputLabel, fieldset h3, fieldset address, #advSearchDefault input, fieldset .buttonRow.back, fieldset select, fieldset input[type=radio], fieldset input[type=checkbox], fieldset div{margin-left:20px;}
fieldset div, fieldset .buttonRow.forward{margin-right:20px;}


LABEL.checkboxLabel, LABEL.radioButtonLabel {margin:0.5em 0.3em;}
LABEL.inputLabel { width: 100%; display: block; line-height: 20px; padding: 0 0 6px 0; margin: 0;}
LABEL.inputLabelPayment {width:15em;float:left;}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {width:12em;float:left;}
LABEL#textAreaReviews {font-weight:normal;margin:1em 0;}

/*input[type=text]{width:50%;}*/
/*#password-current, #login-password, #password-new, #password-confirm{width:50%;}
input[type=radio], input[type=checkbox]{margin-top:8px;vertical-align:middle;height:auto;}
input[type=file], input[type=image]{width:auto;height:auto;}
input[type=tel], input[type=email], input[type=password]{width:50%;}
select#country, .wrapperAttribsOptions select, #advSearchDefault select, select#stateZone {height:36px; line-height: 36px; border-radius: 3px;}
select#send-to {font-size: 1.1em; margin-bottom: 10px; margin-left: 0;}
select#country, select#stateZone, #state {margin-left:0;}
.ccinfo select{width:auto;height:25px;margin-bottom:10px;}
.sideBoxContent select{width:90%; margin: auto; margin-bottom: 5px;}
#currenciesContent select{height:35px;}*/

/*bof warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {line-height:1.8em;padding:20px;}

/*bof wrappers - page or section containers*/
#mainWrapper{text-align:left;width:100%;vertical-align:top;margin:auto;padding:0;}
#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {margin:0;padding:0;}
#contentMainWrapper {margin:0;padding:0 0 30px 0;}
#navColumnOneWrapper, #navColumnTwoWrapper {margin:auto;}
#sendSpendWrapper {padding:20px 0;width:100%;}
#sendSpendWrapper .buttonRow{margin-right:20px;}
#checkoutShipto, #checkoutBillto {margin:0;width:47%;}


.shippingEstimatorWrapper {padding:0.5em;}

/*bof header*/
#headerWrapper {margin:0;padding:0;}
/*top left navigation*/
#navMainWrapper {margin:0;padding:10px 0;font-size:120%;height:1%;width:100% !important;}
#navMain{width:75%;margin:0 auto;}
#navMain ul  {margin:0;padding:0.5em 0;width:60%;list-style-type:none;text-align:left;line-height:1.5em;}
#navMain ul li {display:inline;}
#navMain ul li a {text-decoration:underline;padding:0 0.8em;margin:0;white-space:nowrap;}
#navMain ul li a.navCartContentsIndicator {padding: 10px;border-radius: 10px;margin-right: 5px;}
/*top right search*/
#navMainSearch {width:38%;text-align:right;}
#navMainSearch input[type=text]{vertical-align:top;display:inline-block;width:65% !important;height:32px;margin:0;font-size:0.9em;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#navMainSearch input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block;margin:0;height:32px;}

.cart-add input[type=text]{vertical-align:top;display:inline-block;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;height:42px;}
.cart-add input[type=submit], #navMainSearch input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block;margin:0;height:32px;}


/*top middle*/

#tagline {font-size:1.8em;text-align:center;margin-top:10px;}
/*top categories tabs navigation*/
#navCatTabsWrapper {margin:0;width:100%;}
#navCatTabs ul {font-size:0;text-align:center;overflow:hidden;}
#navCatTabs li {font-size:0.75rem;display: inline-block;margin-top:0;}
#navCatTabs ul li:last-child{}
#navCatTabs li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navCatTabs li a:hover {}
#navCatTabs li:hover{}


/*top ezpages links*/
#navEZPagesTop {margin:0;width:100%;}
#navEZPagesTop ul {font-size:0;text-align:center;overflow:hidden;}
#navEZPagesTop li {font-size:0.75rem;display: inline-block;margin-top:0;}
#navEZPagesTop ul li:last-child{}
#navEZPagesTop li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navEZPagesTop li a:hover {}

.pagination{}
.pagination ul {}
.pagination li {display: inline-block; padding: 0 0 0 5px; font-size: 12px;}
/*.pagination li:first-child{border-left:0;}*/
.pagination li a {color: #555; line-height: 16px; display: inline-block;
    padding: 5px 9px;
    margin: 0;
    border: 1px solid #E0E6E6;
    background: #fff;}
.pagination li a:hover { background: #222; border: #222 solid 1px; color: #fff;}
.pagination .current{background: #222; border: #222 solid 1px; padding: 5px 9px; color: #fff;  line-height: 16px;}

/*breadcrumbs*/
#navBreadCrumb {padding: 0 0 20px 0; line-height: 16px; font-size: 13px; color: #333;}
#navBreadCrumb a{color: #333;}
#navBreadCrumb a:hover{color: #3ddba5;}
/*view cart icon for phones*/
#navMain i.fa.fa-share{position:relative;top:-10px;left:-10px;}

/*bof footer*/
/*bottom ezpages links*/
#navSuppWrapper {margin:0;width:100%;}
#navSupp ul {font-size:0;text-align:center;}
#navSupp li {font-size:0.75rem;display: inline-block;margin-top:0;}
#navSupp ul li:last-child{}
#navSupp li a {text-decoration: underline;padding: 1.2em 1.0em;display: block;}
#navSupp li a:hover {}
/*footer copyright*/
#siteinfoLegal{ padding: 16px 0 0 0; line-height: 18px; font-size: 14px; color: #9c9b9b;}
#siteinfoLegal a{ color: #00e;}
#siteinfoLegal a:hover{color: #00e; text-decoration: underline;}

/*bof ezpages*/
#navEZPagesTOCWrapper {float:right;padding:0 20px 20px 20px;margin:0 0 20px 20px;width:47%;}
#navEZPagesTOC ul {margin:0;padding:0.5em 0;list-style-type:none;line-height:1.5em;}
#navEZPagesTOC ul li {white-space:nowrap;font-size:130%;line-height:150%;}
#navEZPagesTOC ul li a {padding:0 0.5em;margin:0;text-decoration:underline;}
#navEZPageNextPrev{margin-bottom:30px;}

/*bof left and right hand columns*/
/*styles for centerbox, left and right hand headings*/



/*sidebox content styles*/
.rightBoxContent {margin-bottom:1em;}
#ezpagesContent, #informationContent, #moreinformationContent, #bestsellersContent, #documentcategoriesContent, #categoriesContent{padding:0;}
ul.list-links, ol.list-links{padding:0;margin-top:0;}
ul.list-links li{list-style-type:none;}
ol.list-links li{}
ul.list-links li a, ol.list-links li a{padding:10px;display:block;}
ul.list-links li:hover, ol.list-links li:hover{}
.cat-count{}
#cartBoxListWrapper li, .orderHistList li{list-style-type:none;padding:8px 0;}
#cartBoxListWrapper li a, .orderHistList li a{display:inline !important;}
.orderHistList i{margin-left:10px;display:inline;}
.orderHistList {margin:0;padding:0;}
#shoppingcartContent hr{display:none;}


/*bof shopping cart*/
.tableHeading TH {padding:10px 0;}
.tableHeading{}




.normalprice{ font-size: 13px; font-weight: normal; color: #555; text-decoration:line-through;}
.productSpecialPriceSale {text-decoration:line-through;}
.productSalePrice {}
.productSpecialPrice{ font-size: 16px; font-weight: normal; color: #c0282e;}
#ezPageBoxList ul {list-style-type:none;}
#ezPageBoxList li {margin:0;padding: 0.2em 0;}
#cartBoxEmpty, #cartBoxVoucherBalance {font-weight:bold;}
.totalBox {width:5.5em;text-align:right;padding:0.2em;}
.lineTitle, .amount {text-align:right;padding:0.2em;}
.amount {width:5.5em;}
#shoppingcartBody #shippingEstimatorContent {clear:both;}
.seDisplayedAddressLabel {text-align:center;padding:10px 0;}
.seDisplayedAddressInfo {text-transform:uppercase;text-align:center;font-weight:bold;}
#seShipTo {padding:0.2em;}
TR.tableHeading {}
.rowOdd {height:1.5em;vertical-align:top;}
.rowEven {height:1.5em;vertical-align:top;}
.cartProdTitle{font-size:120%;}
/*shipping estimator styles*/
#shippingEstimatorContent h2{padding:20px 0;font-weight:normal;text-align:center;}
#shippingEstimatorContent table{margin-top:30px;}
#shippingEstimatorContent th{padding:10px 0;}
#shippingEstimatorContent tr:nth-child(odd){}
#shippingEstimatorContent td{padding:10px;}

/*bof checkout*/
#order-comments{padding:5px 20px 20px 20px;margin:20px 0;}
#checkoutConfirmDefault .cartTableHeading{height:40px;}
#checkoutShipping .important{margin-right:20px;}
#checkoutShipping input[type=radio]{margin-left:20px;}
#checkoutOrderTotals div, #csNotifications .buttonRow{margin-right:20px;}
#checkoutPayment label, #csNotifications input{margin-left:20px;}
div#checkoutShippingContentChoose{margin-bottom:20px;}
#sendSpendWrapper h2{padding:10px;font-weight:normal;margin-top:-20px;margin-bottom:0;text-align:center;}

/*bof images*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage {margin:0 1em 1em 0;}
.cartImage {margin:0.5em 1em;}
h2.centerBoxHeading {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e5e5;
    text-align: left;
}
/*bof center boxes*/


/*bof categories and product listing*/

.categoryListBoxContents img{margin-bottom:10px;}
.categoryListBoxContents a{font-size:1.2em;text-decoration:underline;}
.categoryListBoxContents a:hover{}
.categoryListBoxContents{display:block;cursor:pointer;}
.categoryListBoxContents:hover{}
.categoryListBoxContents:hover a{}
#categoryDescription p, #indexProductListCatDescription p{ margin: 0; padding: 10px 0 0 0;}
#categoryDescription, #indexProductListCatDescription{ font-size: 14px; line-height: 22px;}
#indexProductListCatDescription{ padding: 0 0 20px 0;}


#cat-left{text-align:center;}
#filter-wrapper{padding:10px;}
#filter-wrapper .inputLabel {float:none;}
#filter-wrapper select{width:25%;height:35px;}
.navSplitPagesLinks {display:inline-block;}
.navSplitEmpty3rdColumn {margin-left: 0 !important;}
.current{padding:10px;}
.productListing-rowheading{padding:10px 10px;text-align:center;}
.productListing-rowheading a{display:inline-block;padding:10px 30px;text-decoration:underline;}
.productListing-rowheading a:hover{}
/*.productListing-odd{padding:20px;overflow:hidden;}
.productListing-even{padding:20px;overflow:hidden;}
.productListing-even, .productListing-odd{clear:both;}*/



.productListing-even form, .productListing-odd form{float:right;}
.cart-add input[type=text]{width:auto !important;}
.productListing-odd, .productListing-even { border-bottom: 1px solid #cccccc;
    padding: 15px 0; }
.product-list-left{ float: left; width: 200px; box-sizing: border-box; text-align: center;}
.lis-reviews{ padding:16px 0 10px 0; height: 16px; line-height: 16px;}
.lis-reviews img{vertical-align: top; padding-right: 2px;}
.list-model{color: #777;
    font-size: 14px; line-height: 16px;}
.product-list-rt{float: right; width: calc(100% - 215px); box-sizing: border-box;}
.product-list-rt h3.itemTitle{ margin: 0; padding: 0 0 15px 0; font-weight: normal;}
.product-list-rt h3.itemTitle a{ font-size: 16px; line-height: 20px;}
.products-listnr-ul{width: calc(68% - 15px); box-sizing: border-box; background: #f7f7f7; height: 170px;
    float: left;}
.products-pricedk{ text-align: center;
    float: right;
    width: 32%; box-sizing: border-box;}
.products-pricedk-box{ padding: 15px; background: #eee; min-height: 140px;}
.text-stock_instock{ font-size: 13px; color: #609960; line-height: 16px; padding-bottom: 15px; font-weight: normal;}
.product-list-price{ line-height: 22px; font-size: 18px; color: #000; font-weight: 600;}
.product-list-price .productSpecialPrice{font-size: 18px;  font-weight: 600;}
.text-see-discount{ padding: 10px 0;}
.text-see-discount a{line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    color: #428bca;}
.text-see-discount a:hover{ text-decoration: underline;}
.products-buy-now a{background: #5cb85c; display: block;
    border: #3A8B3A solid 1px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px;
    line-height: 20px;
    border-radius: 3px;}
.products-buy-now a:hover  {background: #3A8B3A;   color: #fff;}


.list-more{display:block;padding:8px 20px;float:right;text-align:center;text-decoration:underline !important;width:auto;}
.list-more:hover{}
#indexProductList .list-more{width:auto;margin-top:-50px;}
#searchresultBody .list-more{width:auto;}

.listingDescription{text-align: left;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    color: #333;
    line-height: 20px;
    padding: 10px 0 0 0;}
.cart-add{float:right;}
.list-input{float:right;width:10%;}
span.list-addtext{display:block;text-align:center;}
.list-input input[type=text]{width:100%;}


.prod-list-sort-by{ float: left; padding: 6px 0 0 20px;}
.prod-list-sort-by LABEL.inputLabel{ float: left; width: auto; line-height: 30px; font-size: 14px; padding: 0 10px 0 0;}
.prod-list-sort-by  select{ line-height: 30px; height: 30px; border: #E0E6E6 solid 1px; border-radius: 3px; width: 150px;  padding: 0 24px 0 6px; float: left; margin: 0;}


.prod-list-wrap{ padding: 0 10px; height: 42px; line-height: 42px; border: 1px solid #ddd; }
#productsListingListingBottomLinks, #allProductsListingTopLinks, #allProductsListingBottomLinks, #featuredProductsListingTopLinks, #featuredProductsListingBottomLinks, #newProductsDefaultListingTopLinks, #newProductsDefaultListingBottomLinks, #productsListingListingTopLinks{}
#newProductsDefaultListingTopNumber, #newProductsDefaultListingBottomNumber {}
#featuredProductsListingBottomNumber, #featuredProductsListingTopNumber {}
.button-top{width:25%;text-align:right;margin:-10px 0 0 0;}
.button-bottom{height:auto;padding:9px 0 5px 0;}


#no-products{padding:20px;margin:20px 0;}

/*product listing column-layout overrides*/



/*bof new, featured, all listing (old style when each had their own listing page, not using main .productListing */
.listing-wrapper:nth-child(odd) {}
.listing-wrapper{padding:20px;}
.listing-left{width:25%;margin-right:2%;}
.listings-description{padding-top:20px;}
.listing-wrapper .list-more{float:none;}
.listings-description a {margin-left:10px;}

/*bof product info page*/
#prod-info-top{width:100%;clear:both;}
.categoryIcon {float:left;width:35%;}
.categoryIcon a{text-decoration:none;}
.categoryIcon img{margin-bottom:5px;}
.navNextPrevWrapper {padding-bottom: 5px;float:right;margin-bottom:30px;}
.navNextPrevCounter {margin:0;font-size:0.9em;}
.navNextPrevList {display:inline;white-space:nowrap;padding:0.5em 0;list-style-type: none;}

#productMainImage{float:none;margin:0;}
#productMainImage a{text-decoration:none;}
#productAdditionalImages{clear:both;}
.additionalImages{width:90%;margin:10px auto;}




#productDetailsList li{list-style-type:none;}
#productDetailsList{padding:0;margin-left:30px;}
#productPrices{font-size:20px; font-weight:600; color: #4ab200; line-height: 26px; padding: 0 0 10px 0; margin: 0;}
#productPrices .productSpecialPrice{font-size:20px; font-weight:600; color: #4ab200;}


#mediaManagerHeading{font-weight:normal;}
#freeShippingIcon{margin:10px 0 10px 30px;}
#productQuantityDiscounts{ padding:15px 0 0 0;}
#productQuantityDiscounts table{ border: #eee solid 1px; border-bottom: none;}
#productQuantityDiscounts table td{border-bottom: #eee solid 1px; padding:6px; text-align: center; line-height: 22px;}



#mediaManager {width:50%;margin:0.2em 0 0.2em 30px;padding:0.5em 0;}
.mediaTitle {float:left;}
.mediaTypeLink {float:right;}
#attribsOptionsText{ margin: 0; padding: 0; line-height: 20px; font-size: 14px; font-weight: 600;}

#cartAdd{ padding: 15px 0 0 0;}
#cartAdd input[type=text]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;vertical-align:top;display:inline-block !important;width:11%;height:40px;margin:0;padding:7px !important;}
#cartAdd input[type=submit]{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;display:inline-block !important;margin:0;padding:7px 20px !important;height:40px !important;}
#cartAdd input#text_box{ width: 60px; text-align: center; margin-right: 10px; float: left;}
#cartAdd #addToCartButton{background: #000; float: left; text-transform: uppercase;
    border: #000 solid 1px;}

h4.optionName{ padding: 0 0 6px 0; margin: 0; width: 100%; display: block; line-height: 18px; font-size: 14px; font-weight: 600;}
h4.optionName label{ line-height: 18px; font-size: 14px; font-weight: 600; margin: 0; padding:0;}
.Options-info{  box-sizing: border-box;}
.Options-info  label{ padding-left: 10px;}

.attribImg {width:20%;margin:0.3em 0;}
.attributesComments {font-weight:normal;}
.wrapperAttribsOptions select{width:100%; margin: 0; height: 38px;}
.wrapperAttribsOptions{ padding: 0 0 10px 0;}

/*.max-qty{margin-bottom:10px;}*/
.qty-text{display:none;}
.additionalImages a{text-decoration:none;}

/*bof reviews*/
.reviews-wrapper{overflow:hidden;padding:20px;margin:20px 0;}
.reviews-wrapper h2{margin:7px 0;}
.reviews-right{width:50%;}
.reviews-wrapper .smallProductImage{width:18%;}
.reviews-middle{width:40%;margin-right:2%;}
.reviews-wrapper .forward{width:25%;}
#reviewsInfoDefault .reviews-wrapper{padding-top:0;margin-top:50px;}
#reviews-right{width:50%;float:left;}
#review-text{width:100%;margin:20px 0;}
#reviewWriteMainImage{float:none;margin:0;}
#reviewsWritePrice{text-align:center;}
#pinfo-left .buttonRow{width:75%;margin:10px auto;}
#pinfo-left span.cssButton.normal_button, #pinfo-left span.normal_button:hover{display:block;text-align:center;padding:12px 0;}
#reviewsWriteReviewer{text-align:center;margin-bottom:0;font-weight:normal;}
.ratingRow {width:70%;margin:10px auto;}
#reviewsWriteHeading{text-align:center;font-weight:normal;padding:10px 0;margin-bottom:0;}
#reviews-write-wrapper{padding:20px;overflow:hidden;}
#reviewsDefault #reviews-middle{width:40%;}
#productReviewsDefaultHeading{margin-top:0;}
#reviews-top{margin-top:30px;}
.read-reviews-button{width:25%;}
#reviewsDefault .reviews-right{width:70%;}
#productReviewsDefaultNoReviews {clear:both;}

#reviewsInfoDefault .rating{margin:10px 0;}

/*bof my account*/
#myAccountGen li, #myAccountNotify li {margin:0;list-style-type:none;}
#myAccountGen li a, #myAccountNotify li a{text-decoration:none;}
.accountTotalDisplay, .accountTaxDisplay {width:20%;text-align:right;}
.accountQuantityDisplay {width:10%;vertical-align:top;text-align:center;}
#gvFaqDefaultContent, #checkoutPayAddressDefault .instructions, #checkoutShipAddressDefault .instructions, #myAccountNotify, #myAccountGen{padding: 0 0 10px 0;margin-top:0; line-height: 32px;}
#gvFaqDefaultSubHeading, #checkoutPayAddressDefaultAddress, #checkoutShipAddressDefaultAddress, #accountLinksWrapper h2, h2#addressBookDefaultPrimary{padding:10px 0;font-weight:600;margin-bottom:0;text-align:left; font-size: 16px;}
#gvFaqDefaultSubHeading{clear:both;}
#accountDefault #sendSpendWrapper h2{padding:10px;font-weight:normal;margin-top:-20px;margin-bottom:0;text-align:center;clear:both;}
#accountDefault #sendSpendWrapper{margin-top:30px;width:100%;border:none;}
#accountDefault #sendSpendWrapper .buttonRow.forward{margin:0 20px 20px 0;}
#addressBookDefault .instructions {padding:20px 20px 40px 30px;margin-top:0;}
#checkoutPayAddressDefault address, #checkoutShipAddressDefault address, #addressBookDefault address{padding:20px 10% 20px 30px;}
#accountLinksWrapper{margin:0;width:100%;}
#prevOrders td{padding:10px;}
#accountHistoryDefault .content.back{margin-right:5%;}
#accountHistInfo table td{padding:20px 10px;}
#accountHistInfo hr{display:none;}
#orderTotals{padding:10px;}
#myAccountPaymentInfo, #myAccountShipInfo{margin-top:30px;}
#myAccountPaymentInfo h3, #myAccountShipInfo h3{margin-top:0;padding:10px;text-align:center;}
#myAccountPaymentInfo h4, #myAccountShipInfo h4{margin-top:0;padding:10px;text-align:center;}
#myAccountPaymentInfo address, #myAccountShipInfo address, #myAccountPaymentInfo div, #myAccountShipInfo div{padding:0 0 20px 30px;}
#accountHistoryDefault .buttonRow{margin-top:20px;clear:both;}
#accountHistoryDefault .content {margin-left:20px;}
#accountHistoryDefault .content.forward {margin-right:20px;}
#accountHistoryDefault .notice{margin-right:20px;}
#createAcctSuccess div{margin-bottom:30px;}

/*bof home page*/
#indexDefaultHeading{font-weight:normal;}
h2.greeting{margin-bottom:20px;}
h2.greeting a{}
h2.greeting a:hover{}
.home-image{display:block;margin:0 auto;max-width:100%;height:auto;}
#indexHomeBody #navBreadCrumb{display:none;}
#icon{padding:40px;margin:100px;font-size:1500%;}

/*bof misc*/
#upProductsHeading {text-align:left;}
#upDateHeading {text-align:right;}
#siteMapList {width:90%;float:right;}
#gvFaqDefaultContent{line-height:20px;font-size:110%;}
#advSearchDefault .floatingBox{min-height:115px;margin-bottom:30px;}

/*bof login*/

.paypal-button-hidden{visibility:hidden;}

/* markup for tables used to present tabular data */
.alignLeft {text-align: left}
.alignCenter {text-align: center}
.alignRight {text-align: right}
table, .tabTable{width:100%;padding:0;margin:0;}
#cartContentsDisplay {width: 100%;}
#myAccountOrdersStatus, #orderHistoryHeading, #prevOrders {width: 100%;}
.accountOrderId {width:30px;}
.accountOrderDate, .accountOrderStatus, .accountOrderTotal {width:70px;}
#seQuoteResults {width: 100%;}
#seQuoteResults td {}
.listBoxContentTable {width:100%;}
.listBoxContentTable td {}
#upcomingProductsTable {width: 100%;}
.products-listing .productsAllListing, .productsNewListing, .productsFeaturedListing {width: 100%;}
.tableBorder1 td {}

/* Ask a Question */
#productQuestions {margin-left: 20px;margin-bottom: 5px;}

/** Brands page */
.brandCell {height: 126px !important;}
.brandImage {margin-top: 20px;}
.brandCell a {text-decoration: none;}

a{ color: #333;
    text-decoration: none;
    transition: all 0.4s ease 0s;}
a:hover{ color:#c0282e;}
.clear{ clear: both;}
ul{ list-style: none; padding: 0; margin: 0;}

.currency{
    float: right; position: relative;
    line-height: 32px;
}
#currency_switcher{ display: block; cursor: pointer; padding-right: 16px; background: url("../images/leftsico2.png") no-repeat right center / auto 4px; color: #666;}
#currency_switcher i.fa{ font-size: 12px; display: inline-block; line-height: 32px;}
#currPopup{ position: absolute; right: 0; top: 32px; z-index: 999; text-align: left; border: 1px solid #cecece; background: #fff; width: 86px; padding: 6px 10px; display: none;}
#currPopup ul li{ line-height: 30px;}
#currPopup ul li a{ font-size: 13px;}
#currPopup.is-open{ display: block;}


.topheader-rt {
    float: right;
}
.mu-top-box-pc{ height:32px; line-height:32px; font-size:13px; padding-bottom:10px;}
.mu-top-box-pc  .navigation-nav{ float:right; color:#eee; padding-right:10px;}
.mu-top-box-pc  .navigation-nav a{ line-height:32px; text-transform:capitalize; color:#666; padding:0 10px; display:inline-block;}
.mu-top-box-pc  .navigation-nav a:hover{ color:#000;}

.header-2{ padding: 16px 0;}
#logo{ float:left; padding:10px 0 0 0;}
/*#logo img{ width: auto; height:40px;}*/
#logo a{ display: block;}

.search-header {
    padding:5px 20px 0 0;
    float:right;
    width: calc(100% - 760px);
}

.search-header-input {

    padding: 9px 0 0 10px;
    width: calc(100% - 150px)!important;
    height: 30px;
    margin: 0;
    font-size: 12px;
    border: none;

    color: #989898;

    background: #F0F0F0;

}

.search-header-input:focus{

    outline: none;

}
.search-header form{ margin: 0; padding: 0; display: block;}
.search_input{
    position: relative;
    float: left;
    border: 1px solid #9b9b9b;
    height: 48px;
    border-radius: 3px 0 0 3px;
    width: calc(100% - 52px);
}

.search_submit{
    float: right;
    width: 50px;
height: 50px;


}

.search_submit:hover{
    background-color: #518b05;
}
.button-search-header{
    border: none;
    height: 36px;
    width: 36px;
    color: #fff;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/icon-zoom-h.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-indent: -9999px;
 }
.search-selectbox{
position: absolute;
    top: 9px;
    right: 10px;
    z-index: 9;
    height: 30px;
    border: #ddd solid 1px;
    border-radius: 3px;
    width: 116px;
    font-size: 13px;
    font-weight: normal;
    color: #484848;
    float: left;
    margin:0;
    padding: 0 0 0 8px;
    background: #F4F4F4;

}
.advanced_search {

    padding: 6px 6px 2px 0;

    margin: 0 0 0 14px;}

.advanced_search a, .advanced_search a:visited {

    font: 1em Arial;

    text-decoration: none;

    color: #bcbcbc;

    padding: 0 7px 0 0;

    background: url("../images/arrow_small.gif") no-repeat right 6px;}

.advanced_search a:hover {

    color: #999999;

    text-decoration: none;}

.cart-header {

    color: #999;

    font: 12px/25px "Oswald";

    margin: 0 !important;

    padding: 0;}

.cart-header-box{ float: right;}
.cart-header-box a{ display: block;
    color: #fff; height: 36px;
    line-height: 36px;
    background: #505050;
    padding: 0 20px;}
.cart-header-box a:hover{ color: #3ddba5;}
.cart-header-box i.fa{ font-size: 15px;
    font-weight: normal;
    padding-right: 5px;}



.top_contact{ position: relative; cursor: pointer;}
.top_contact:hover .con_us_li{ display: block;}
.top_contact .tcon_l{ float: left; padding-right: 10px;}
.top_contact .tcon_l i.fa{font-size: 26px;
    line-height: 42px;
    display: block;}
.top_contact .tcon_r{ float: left;}
.con_us_li{ display: none; position: absolute; right: 0; top: 51px; z-index: 9; background: #fff;
    border: 1px solid #ccc;
    padding:0 10px 10px 10px;}
.con_us_li li{ line-height: 18px; padding: 10px 0 0 0;}
.top_contact .tcon_r h4{ line-height: 18px; font-size: 13px; font-weight: bold; padding:0 0 6px 0;}
.top_contact .tcon_r p{ line-height: 16px; font-size: 13px; }
.top_contact:hover .tcon_r h4, .top_contact:hover .tcon_r p{color: #63ab06;}
#mheaderbox{ background: #F0F0F0;}


#mu-head-search-boxs{ float: right; padding-right: 30px;}
.mu-head-search{ width: 260px; position: relative;}
#mu-head-search-boxs form{ width: 100%;}
#mu-head-search-boxs .search-header-input{ border: #ddd solid 1px; background: #fff; width: 100% !important; padding:5px 38px 5px 10px; line-height: 24px;  height: auto; }
#mu-head-search-boxs .button-search-header{ float: left; width: 36px;
    height: 36px;}




#page-main .col970{ width: 100%;
    float: none; margin:0; padding: 0;}
#page-main{ padding-top: 20px; min-height: 580px;}

.index-home-banner{ padding-top: 6px;}
.index-home-banner ul{ padding: 0; margin-right: -10px;}
.index-home-banner a{ display:block;}
.index-home-banner ul li{ float: left; box-sizing: border-box; width: 50%; padding-right: 10px;}
.index-home-banner ul li img{ width: 100%; height: auto;}






#indexDefaultMainContent{ margin-right: -10px;}


.footer_nr{ padding: 30px 20px; border-top: #f7f7f7 solid 1px;}

.footer_nr .foot-ico{ width: 38px; height: 38px; float: left; box-sizing: border-box;}
.footer_nr_text .f_r{
    width: calc(100% - 48px);
    float: right;
    box-sizing: border-box;
}


.footer_nr_text h4 {

    font-size: 16px;
line-height: 18px;
    color: #000000;

    padding: 0 0 5px 0;

}

.footer_nr_text p{

    font-size: 14px;
line-height: 20px;
    color: #697278;

}
.footer_nr_2_box{ margin-right: -20px;}
.footer_nr_text{ float: left; width: 25%; padding-right: 20px; box-sizing: border-box;}
.foot-ico-1{ background: url("../images/foot-ico-1.png") no-repeat left center;}
.foot-ico-2{ background: url("../images/foot-ico-2.png") no-repeat left center;}
.foot-ico-3{ background: url("../images/foot-ico-3.png") no-repeat left center;}
.foot-ico-4{ background: url("../images/foot-ico-4.png") no-repeat left center;}


#mfootbox{background-color: #272727; }
.db_email_input{ float: left; width: 460px;}
#email-footer{box-sizing: border-box; float: left; padding: 10px; line-height: 28px; height: auto; border-radius: 3px 0 0 3px; width: calc(100% - 100px); border: 1px solid #ccc; background: #fff;}
.db_email_input button.btn{ border-radius: 0 3px 3px 0; font-size: 14px; color: #fff; font-weight: 600; width: 100px; height: 50px; line-height: 50px; border: none; background: #539fd3; cursor: pointer;}
.db_email_text{ float: left; padding: 0 40px 0 0; font-size: 18px; font-weight: 600; line-height: 50px; color: #424242;}



.foot-text-box{ padding: 20px 0 30px  0; text-align: center;}
.foot-payment img{  width: auto; height: 40px;}



#gotoTop{display:none;position:fixed; bottom: 150px; right:20px;cursor:pointer;margin-top:-50px; margin-left:535px;width:36px; height:36px;background:url(../images/backtop.png) no-repeat left top;}

#gotoTop.hover{background:url(../images/backtop.png) no-repeat right top;}



/**********************************/
.subNavBox{  text-align:left;}
.subNav{cursor:pointer;font-weight:600;font-size:16px;color:#fff;line-height:48px; background:url(../images/des.png) no-repeat 100% 9px; text-transform:capitalize; border-bottom:1px solid #555; padding-left:10px; letter-spacing: 1px;}
.currentDt{background:url(../images/des.png) no-repeat 100%  -21px;}
.navContent{ padding:10px 0 0 0;}
.navContent  li{ line-height:30px;}
.navContent  li a{ color:#9c9b9b; display:inline-block; text-transform:capitalize;}
.navContent  li a:hover{ color:#fff; }
.navContent p{ line-height:22px; color:#9c9b9b; padding: 8px 0 0 0;}
.navContent p i.fa{ font-size: 14px; padding-right: 5px;}
/**********************************/

#whatsNew{padding-top: 20px;}

.m-product-list{ float: left !important;  padding: 20px 20px 0 0; box-sizing: border-box; width: 25%;}
.m-product-box{ padding:9px;  border-radius: 3px; border: #efefef solid 1px; text-align: center;}
.m-product-box:hover{border: #3ddba5 solid 1px;}




.m-product-img{ overflow:hidden; height:176px;}
.m-product-img a{ display:block; position:relative;
    height: 176px;
    text-decoration: none;
    vertical-align: middle;}
.m-product-img img { border-radius: 3px;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
    max-height:100%;
    width:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);

}


.m-product-bottom{ padding: 10px 0 2px 0; }
.m-product-name a{ display: block; line-height: 18px; height: 36px; overflow: hidden;}
.m-product-review{ padding: 10px 0; height: 13px; line-height: 13px;}
.m-product-review img{vertical-align: top; padding-right: 2px;}
.m-product-price{  line-height: 20px; height: 20px; font-size: 16px; color: #c0282e;}
.mu-m-boxs, .m-product-list-box{ margin-right: -20px;}
.m-product-list-box{ padding-bottom: 16px;}



.m-category-row{ padding: 10px 0 0 0;}
.m-category-row .mu-m-boxs{ margin-right: -10px;}
.m-category-list{ float:left; padding:0 10px 10px 0; width:25%; box-sizing: border-box;}
.m-category-list a{ display: block; line-height: 20px; padding: 9px 0; border: #ddd solid 1px; border-radius: 3px; text-align: center; font-size: 14px; color: #000;}
.m-category-list a:hover{ border: #000 solid 1px;}


.mu-listcol-left{ width: 240px; float: left; box-sizing: border-box;}
.mu-listcol-left .leftBoxContainer{ padding: 0 0 10px 0;}

.mu-left-col-box .leftBoxContainer {
    padding-bottom: 20px;
}
.leftBoxHeading{line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e5e5;
    text-align: left;}

#categoriesContent ul li.category-top{ line-height:40px; border-bottom:#eeeeee solid 1px;}
#categoriesContent ul li.category-top a{ font-size:14px; color:#000;}
#categoriesContent ul li{ line-height:30px;  text-transform:capitalize;}
#categoriesContent ul li a{ color:#666;}
#categoriesContent ul li a:hover{ color:#3ddba5;}
.category-subs-parent, .category-subs-selected{ color:#3ddba5;}


#dsav{background-color: #f9f9f9; border-left: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6;}

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

#dsav ul li{ padding: 10px 10px 10px 20px; line-height: 24px; border-bottom: 1px solid #c6c6c6; background: url("../images/leftsico-3.png") no-repeat 10px 18px;}

#dsav ul li a{ font-size: 12px; color: #000; text-transform: capitalize; }

#dsav ul li a.active{ font-weight: bold; color: #3fb003;}

#dsav ul li ul li{ padding:6px 0; border: none; background:none;}

#dsav ul li ul li a{ padding-left: 10px;
    display: inline-block;
    background: url(../images/arrow_view.gif) no-repeat 0 10px;}

#dsav ul li ul li a:hover{ color: #3fb003;}


#dsav ul  .expand{ background-color: #fff;}







#productName{ font-size: 22px; font-weight: 600; line-height: 30px; padding: 0 0 12px 0;}
.info-model{ padding: 0 0 12px 0;}
.reviewsx{ padding:6px 0 0 0; height: 16px; line-height: 16px;}
.reviewsx img{/*vertical-align: top;*/ padding-right: 6px;}
.promodel{  line-height: 26px; font-size: 14px;}
.promodel span{ font-weight: 600; padding-right: 5px;}



/* product-gallery start */
.main-image {
    border-radius: 3px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.product-main-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.product-gallery-main{  border: 1px solid #dedede; border-radius: 6px;}
.product-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.thumbnails {
    margin-top: 10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thumbnails img {
    flex: 0 0 calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #dedede;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px;
    border-radius:3px;
}

.thumbnails img:hover {
    border:1px solid #000;
}

.lightbox-overlay {
    position: fixed;
    top:0; left:0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5);*/
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 6px;
}
.lightbox-content img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.5);
     border-radius: 6px;*/
}
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    padding:0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    cursor: pointer;
    z-index: 10;
    text-indent: -99999px;
}

.lightbox-close {
    top: 30px;
    right: 30px;
    transform: none;
    background:rgba(255,255,255,0.8) url("../images/mxico.png") no-repeat center center / auto 18px;
}

.lightbox-prev {
    left: 40px;
    background:rgba(255,255,255,0.8) url("../images/left-arrow.png") no-repeat center center / auto 18px;
}

.lightbox-next {
    right: 40px;
    background:rgba(255,255,255,0.8) url("../images/right-arrow.png") no-repeat center center / auto 18px;
}
/* product-gallery end */




.nTab{

}
.nTab .TabTitle{
    clear: both;
    height:46px;
    overflow: hidden;
    background: #3d4143;
}
.nTab .TabTitle li{
    border-right: 1px solid #1c1c1c;
    padding:0 20px;
    float: left;
    cursor: pointer;
    height:46px;
    line-height:46px;
    list-style-type: none;
    font-size: 14px;
    text-align: center;
}
.nTab .TabTitle .active{background:#0d0e0f;  color:#55cc00; }
.nTab .TabTitle .normal{ color:#fff;}
.nTab .TabContent{
    padding:20px;
    border:1px #e4e4e4 solid;
   line-height: 22px;
    font-size: 14px;
}
.nTab .TabContent p{ padding: 0 0 10px 0;}
.none {display:none;}


.info-mainboxs{ padding-top: 20px;}

#myTab1_Content4 hr{ margin: 10px 0;}
#myTab1_Content4 tr td{ padding: 10px;}


.mu_re_info{ line-height: 18px; color: #555;}
.mu_re_main{ padding: 10px 0; color: #000;}
.productininfoReviews .pageresults{ padding-bottom: 10px;}
#your-name{ width: 160px;}

.info-mainboxs-rt h3.rightBoxHeading{ height: 46px; line-height: 46px; font-size: 14px; background: #3d4143; padding:0 0 0 10px; text-align: left; margin: 0; font-weight: normal; color: #55cc00;}
.info-mainboxs-rt .sideBoxContent{ border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;}

.muleftbox{ padding:10px 0 0 0;}
.muleftboximg{ float:left; width:38%;}
.muleftboximg a{ display:block;  border:1px solid #e9e9e9;}
.muleftboxdesc{ float:right; width: calc(62% - 10px); text-align: left;}
.muleftboxdesc a{ display:block; line-height:18px; text-transform:capitalize; color:#272727;}
.muleftboxdesc a:hover{ color:#999;}
.muleftboxprice{ padding:8px 0 0 0; line-height:18px; color:#fe2a2a; font-weight:normal; font-size:16px;}
.muleftboxprice .normalprice{ display:none;}

.mumbsimilar{ padding-top: 20px;}
.mumbsimilar .centerBoxHeading{ padding-bottom: 4px;}








.show-categories-products{ padding-top: 10px;}
.buyitnowboxs{ float: left; padding-left: 10px;}
.buyitnowboxs button{ padding: 9px 26px; background: #ffc439; cursor: pointer; text-transform: uppercase;
    border: #ffc439 solid 1px; margin: 0; line-height: 20px;}
.buyitnowboxs button:hover{ background: #222; border: #222 solid 1px; color: #fff; }


.layoutAItem span{ text-align:center; display:block; text-transform:capitalize; line-height: 50px; border:1px solid #E2E1E3; background:#FFF; margin:0; font-size:12px; color:#333;}
.layoutAItem span:hover{ border:2px solid #DF0001; }
.layoutAItem{ position:relative; display:block; float:left; margin-right:6px; margin-bottom:6px; cursor:pointer;}
.layoutAItem i{ display:block; position:absolute; right:0px; bottom:0px; height:12px; width:12px; overflow:hidden; background:url(../images/i9.png) no-repeat left top;}
.layoutAItemSelect span{ border:2px solid #DF0001; }

.layoutAttrib{}
.requiredAttrib{ background:#FFF9F8; border:1px dashed #EB340A;margin:0px;}
.validationText{ font-size:11px; color:#EB340A; line-height:13px; font-weight:bold;}
.layouAItemName{ line-height:18px; height:18px; display:block; padding:0px;}
.layoutAItem span.im b{ display: none; padding:0 6px 0 3px; font-weight: normal; font-size: 14px;}
.layoutAItem span.im{ padding:2px; line-height:normal; }
.layoutAItem span.im:hover{ padding:1px;}
.layoutAItemSelect  span.im{ padding:1px;}
.layoutAItem img{ height:auto; width:50px; display:inline;}

.optionName .layouAItemName{}



















.mobile-nav-box{ position: relative; width: 100%; background: #fff; min-height: 62px;}
.mobile-nav-menu{ float: left; padding-left: 12px;}
.mobile-nav-menu a{ display: block; width: 32px; height: 62px; text-indent: -99999px; background: url("../images/menu-ico-pc.png") no-repeat center center / auto 26px;}
.mobile-logo{ position: absolute; left: 50%; top: 17px; margin-left: -73px;}
.mobile-logo img{ width: auto; height: 28px;}
#mumsearchico{ float: right; margin-right: 10px; width: 30px; height: 62px; background: url("../images/search02-m.png") no-repeat center center / auto 22px; text-indent: -99999px;}
#mumsearch{ display: none; background: #fff; padding: 20px 16px;}
#mumsearch.is-open{ display: block; border-top: #ddd solid 1px;}
.mu-m-search{ position: relative;}
.mu-m-search .search-header-input{border: #ddd solid 1px;
    background: #fff; margin: 0;
    width:100% !important;
    padding: 10px 40px 10px 10px;
    line-height: 20px;
    float: left;
    height: auto;
   }
.mu-m-search .button-search-header{ position: absolute; z-index: 9; right: 1px; top: 1px; width: 40px; height: 40px;}
.mobile-acc-box{ float: left; padding-left: 10px;}
.mobile-acc-box a{ display: block; text-indent: -9999px;  width: 30px; position: relative;
    height: 62px; background: url(../images/me02.png) no-repeat center center / auto 22px; }
.mobile-cart-header{ padding-right: 12px; float: right;}
.mobile-cart-header a{ display: block; position: relative; width: 30px; position: relative;
    height: 62px; background: url(../images/shop-cart.png) no-repeat center center / auto 22px; }
.mobile-cart-header span {
                             position: absolute;
                             right: -5px;
                             top: 8px; text-align: center;
                             font-size: 13px;
                             display: block;
                             height: 20px;
                             width: 20px;
                             line-height: 20px;
                             padding: 0;
                             color: #fff;
                             background: #ff6900;
                             border-radius: 10px;
                         }


#indexProductList{ clear: none !important;}

#productListHeading, #indexCategoriesHeading{line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #2B2B2B;
    letter-spacing: 1px;
    padding-bottom: 10px;}

#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2B2B2B;
    letter-spacing: 1px;
    padding-bottom:10px;
}


#accountDefaultHeading, #accountHistoryDefaultHeading, #accountNotificationsHeading, #addressBookDefaultHeading, #advSearchDefaultHeading, #advSearchResultsDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutPayAddressDefaultHeading, #checkoutShipAddressDefaultHeading, #checkoutSuccessHeading, #conditionsHeading, #cookieUsageDefaultHeading, #createAcctDefaultHeading, #createAcctSuccessHeading, #customerAuthDefaultHeading, #discountcouponInfoHeading, #maintenanceDefaultHeading, #downloadTimeOutHeading, #gvFaqDefaultHeading, #ContantDefaultHeading, #gvRedeemDefaultHeading, #gvSendDefaultHeadingDone, #indexDefaultHeading, #loginDefaultHeading, #logoffDefaultHeading, #pageNotFoundHeading, #pageTwoHeading, #pageThreeHeading, #pageFourHeading, #privacyDefaultHeading, #shippingInfoHeading, #cartDefaultHeading, #siteMapHeading, #sslCheckHeading, #timeoutDefaultHeading, #unsubDefaultHeading, #ezPagesHeading, #acctNewslettersDefaultHeading, #maintenanceDefault h1, #addressBookProcessDefaultHeading {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2B2B2B;
    letter-spacing: 1px;
    padding-bottom:10px;
}



.cartTotalsDisplay{ padding-bottom: 10px;}
#cartContentsDisplay .tableHeading {
    font-weight: bold;
    padding:10px 10px;
    line-height:16px;
    background-color: #f6f6f6;
}
#cartContentsDisplay .tableHeading table tbody th{ padding:0;}
#cartContentsDisplay  tbody tr:nth-child(2n), #cartContentsDisplay  tbody .rowOdd{ background:none;}
#cartContentsDisplay  tbody tr{ border-top:1px solid #e7e7e7;}
#cartContentsDisplay  tbody tr td, #cartContentsDisplay  tbody th  { border-right:1px solid #e7e7e7; text-align:center;}
.cartProductDisplay-img{ width:80px; float:left;}
.cartProductDisplay-attboxs{ float:left; padding-left:10px; text-align:left;}
#cartProdTitle a{ color:#333;}
#cartProdTitle a:hover{ color:#000; text-decoration:underline;}
#cartContentsDisplay .cartAttribsList{ padding:6px 0 0 0; line-height:18px; color:#666;}
.cartQuantity-qty input{ max-width:50px; text-align:center; margin:0 auto; line-height:16px; padding:5px 6px;}
.cartQuantity-qty{ padding-bottom:8px;}

#cartSubTotal{ line-height:20px; text-align:right; padding-top: 20px; font-size:13px; font-weight:bold;}
.cartRemoveItemDisplay img{ width:auto; height:20px;}

.shopping-cart-btnboxs{ padding-top:16px;}
.mubtncheckout, .mubtnshipping{ float:right;}
.mubtncheckout{ padding-left:20px;}
.cartQuantity input {
    max-width: 50px;
    text-align: center;
    margin: 0 auto;
    line-height: 16px;
    padding: 5px 6px;
}
.cartAttribsList li { font-size: 13px;
    line-height: 18px;
    color: #666;
}






.m-login-t{font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    padding:0 0 10px 0;}
.m-login-box-main{ padding: 20px; border: #ddd solid 1px;}
.m-login-box .buttonRow{ padding-top: 20px;}
.m-login-box-2 .information{ padding-bottom: 10px;}

#createAcctDefault{ max-width: 860px; margin: 0 auto;}

.mu-topheader{ display: none;}
.mu-headerboxs {
    padding: 10px 20px 20px 20px;
}
.mupcnavboxs{  line-height:50px; position:relative; background:#272727;}
.mupcnavboxs .navbg01{ position:absolute; top:0; left:-20px; z-index:10; background:url(../images/navbg01.png) no-repeat left top; height:69px; width:20px;}
.mupcnavboxs .navbg02{ position:absolute; top:0; right:-20px; z-index:10; background:url(../images/navbg02.png) no-repeat left top; height:69px; width:20px;}
#nav-top-box li {float: left;}
#nav-top-box li a { display: block; line-height: 50px;
    color: #fff;
    font-size: 15px; padding: 0 20px;
    font-weight: normal;
    text-decoration: none;
}
#nav-top-box li a:hover{color:#fff; text-decoration:none; background:#000;}
.freesh{ line-height:34px; text-align:center; background:#3ddba5; font-size:15px; font-weight:bold; text-transform:capitalize; letter-spacing: 2px; color:#fff;}

.mu-main-body{ width: 100%;}


.mufoot-follow{ padding:20px 0 0 0;}
.mufoot-follow a{ display:inline-block; padding-right:10px; }
.mufoot-follow a i{font-size:26px; color:#9c9b9b;}
.mufoot-follow a:hover i{ color:#fff;}


#orderHistoryHeading{ margin-top: 10px;}
#orderHistoryHeading th, #myAccountOrdersStatus th { border-right: #e7e7e7 solid 1px; text-align: center;}
#orderHistoryHeading td, #myAccountOrdersStatus td{ text-align: center; border-top: #e7e7e7 solid 1px; border-right: #e7e7e7 solid 1px;}

#checkoutSuccessLogoff{ padding-bottom: 20px;}
#checkoutSuccessThanks{ padding-top: 20px; border-top: #eee solid 1px;}

.cartRemoveItemDisplay input{ text-align: center;}


@media (max-width: 480px) {
    .prod-list-sort-by{ padding-left: 0;}
    .foot-text-box{ padding-left: 10px; padding-right: 10px;}
    .mubannrs-rt{ padding:10px 0 0 10px;}
    .mubannrs-rt li{ float:left; width:50%; padding:0 10px 0 0; box-sizing: border-box;}

    .nTab .TabContent{ padding: 16px 10px 10px 10px;}
    .category-faq-box{ font-size: 18px; line-height: 22px;}
    .m-category-list{ width: 50%; float: left;}
    .foot-nav-col{ padding-top: 20px;}


    .db_email_input{ float: none; width: 100%;}
    .db_email_text{ float: none;}
    .footer_nr_2_box{ margin: 0;}
    .footer_nr{ padding-bottom: 0; padding-top: 20px;}
    .footer_nr_text{float: none; padding:0 0 20px 0;
 width: 100%;}
.surface-main{ margin-right: 0;}
.surface-col { padding-right: 0;
    color: #fff;
float: none;
width: 100%;}
.surface-h2{ font-size: 32px; line-height: 36px;}
#indexDefaultMainContent{ margin-right: 0;}

.mu-m-boxs, .m-product-list-box {
margin-right: -10px;
}
.m-product-list{ width: 50%; padding: 10px 10px 0 0;}
.infosection-box.infosection-2 .customized-img-1{ padding-bottom: 20px; border-bottom: #e5e7eb solid 1px;}
.infosection-2 .customized-info-box{padding:0 0 20px 0; border: none;}
.btn-group h2 { text-align: left;
font-size: 32px;
line-height: 36px;}
.customized-info-box{ padding:20px 0; border-bottom: #e5e7eb solid 1px;}
.btn-group-justified > .btn-group{ display: block;}
.widget-slider {
margin-right: -10px;
}
.cate-box{ padding: 10px 10px 0 0; width: 50%;}
.centerBoxHeading{ font-size: 22px;}


.w1020{ padding-right: 10px; padding-left: 10px;}
#gotoTop{ right: 10px;}
}

@media (min-width:481px) and (max-width:979px){
    .m-product-img,  .m-product-img a{height:210px;}
    .prod-list-sort-by{ padding-left: 0;}
    .subNav{ padding-left: 20px;}
    #subnav-foot .navContent{ padding-left: 20px !important;}
    .footer_nr{ padding-top: 20px; padding-bottom: 20px;}
    .mubannrs-rt{ padding:20px 0 0 20px;}
    .mubannrs-rt li{  float:left; width:50%; padding:0 20px 0 0; box-sizing: border-box;}

    .m-category-list{ width: 33.3334%;}

    .foot-nav-col{ width: 50%; float: left; padding-top: 20px;}
    .db_email_input{width: calc(100% - 220px);}

    .surface-img{ min-height: 36px;}
    .surface-col{ width: 50%;}
    .surface-col p{ min-height: 96px;}
    .blog-news-title{ height: auto;}
    #indexDefault .blog-news-boxs{ padding-top: 40px;}
    .m-product-list{ width: 33.3334%;}
    .btn-group p{ font-size: 16px; line-height: 22px;}

    .btn-group h2{ font-size: 22px; line-height: 26px; text-align: left; padding: 10px 0;}
    .shop-by-room{ padding-bottom: 20px;}

    .cate-box{width: 33.3334%;}


.w1020{ padding-right: 20px; padding-left: 20px;}
}

@media (max-width: 979px){
    .cartQuantityUpdate{ margin-bottom: 10px;}
    #scTotalHeading, #cartContentsDisplay .cartTotalDisplay{ display: none;}
    #navBreadCrumb{ padding-bottom: 10px; border-bottom: #efefef solid 1px; margin-bottom: 10px;}
    .mu-indexpd#page-main{ padding-top: 20px;}
    #page-main{ padding-top: 10px;}
    #subnav-foot .navContent {
        padding: 10px;
        border-bottom: 1px solid #555;
    }
    .navContent li {
        line-height: 36px;
    }
    .subNav{ font-weight: normal;}
    #page-main{ padding-bottom: 20px;}
    .m-login-box.m-login-box-2{ padding-top: 20px;}
    .freesh{        padding: 9px 10px;
        line-height: 18px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: normal;
        letter-spacing: 0;}
    ul#myTab1 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    ul#myTab1 >  li {
        flex: 0 0 auto;
        margin-right: 10px;
    }
    #pinfo-left{ padding-bottom: 20px;}
    .mu-listcol-left, #productsListingTopNumber{ display: none;}
 .cart-header-box{ float: right; padding:0 10px 0 0;}
.cart-header-box{ padding-right: 16px;}



.header_top{ padding: 0 10px;}
.currency, #dropMenu{ display: none;}
.header_text{padding:8px 0 8px 30px; line-height: 20px;}
}

@media (min-width:980px) and (max-width:1200px){
    .db_email_input{ width: calc(100% - 530px);}
    .surface-img{ min-height: 36px;}
    .surface-col p{ min-height: 120px;}
    #dropMenu li.submenu{ padding-right: 20px;}
    #dropMenu li.m-nav-li{ padding-right: 20px;}
}
@media only screen and (min-width: 980px) {
    .m-product-img,  .m-product-img a{height:135px;}
    #mfootbox{ padding: 30px 0 0 0;}
    .loginDefaultBox{ margin-right: -20px;}
    .m-login-box{ float: left; width: 50%; box-sizing: border-box; padding-right: 20px;}
#subnav-foot{ padding: 0 0 0 20px;}
    .subNav {
        line-height: 22px;
        border: none;
        background: none;
        padding: 0;
        font-size: 16px;
    }
    .mufootercols {
        padding-right: 20px;
        width: 25%;
        float: left;
        box-sizing: border-box;
    }
    .mufootercols .navContent {
        display: block !important;
        padding: 5px 0 0 0;
    }

    .mu-left-col .mu-left-col-box{width: 240px;
        padding-right: 20px; float: left; }
    .mu-left-col .mu-main-body{width: calc(100% - 260px);
       float: right; }

    #page-main{ padding: 20px;}

    .mubannrs { padding:20px 20px 0 20px;}
    .mubannrs img{ width:100%; height:auto;}
    .mubannrs-left { float:left; width: calc(69% - 20px);}
    .mubannrs-rt{ float:right; width:31%;}
    .mubannrs01 {
        padding-top: 20px;
    }

    .mu-topheader{ display: block;}


    #mainWrapper{ padding-top: 20px;}


    #pinfo-right{float:right; box-sizing: border-box; width: calc(52% - 20px);}
    #pinfo-left{float:left; width:48%; box-sizing: border-box;}

.mobile-nav-box{ display: none; }









.foot-nav-col{ float:left; width: 20%; box-sizing: border-box; padding-right: 20px;}
.foot-nav-col.foot-nav-col-2{ width: 30%;}
#dropMenu ul.level2-ul {
width: 950px;
}
/*.w1020, .mainWrapper, .index-flash,  .footer {
width: 980px;
margin: 0 auto;
}*/
    .mainWrapper-box{margin: 0 auto;
        width: 980px;
        background: #fff;
        box-shadow: 0 0 32px #eee;}
}

@media (min-width: 1200px) {
    .m-product-img,  .m-product-img a{height:180px;}
    .mu-head-search{ width: 300px;}
    #mainWrapper{ padding-top: 32px;}
.infosection-box{ padding-top: 40px;}
#dropMenu ul.level2-ul {
width: 1130px;
}

    .mainWrapper-box{width: 1160px;}

}


@media (min-width: 1320px) {

    .m-product-img,  .m-product-img a{height:197px;}


    .mainWrapper-box{width: 1230px;}

}






























