/*bof basic elements*/
body {margin:0;font-family: 'ubunturegular', 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 {
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    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;
    border-radius: 3px !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 #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;
    text-transform:capitalize;
}


.button:focus, .button:hover {
    background:#454545;
    color:#fff;
    border:#454545 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: 18px; font-size: 14px; color: #666;}
#navBreadCrumb a{color: #222;}
#navBreadCrumb a:hover{color: #d01f2c;}
#navBreadCrumb i.fa{ font-size: 16px;}
/*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: 14px; font-weight: normal; color: #555; text-decoration:line-through;}
.productSpecialPriceSale {text-decoration:line-through;}
.productSalePrice {}
.productSpecialPrice{ font-size: 22px; font-weight: normal; color: #333;}
#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: 28px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 16px;
    text-align: center;
    background: url("../images/line-bg.png") no-repeat center bottom;
}
/*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:  0 0 10px 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: 190px;  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:28px; font-weight:normal; color: #000; line-height: 30px; padding: 8px 0 20px 0; margin: 0; border-bottom: #e5e5e5 solid 1px;}
#productPrices .productSpecialPrice{font-size:28px; font-weight:normal; color: #000;}
#productPrices .normalprice{ font-size: 16px;}

#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: 10px 0 20px 0; border-bottom: #e5e5e5 solid 1px;}
#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;}

.info-add-to-cart-boxs{ padding-top: 10px;}
#cartAdd #addToCartButton{background: #000; float: left; text-transform: capitalize;
    border: #000 solid 1px; height: auto !important; font-size: 16px; line-height: 22px; padding: 11px 36px !important;}
#cartAdd #addToCartButton:hover{ opacity: 0.8;}

h4.optionName{ padding: 0 0 8px 0; margin: 0; width: 100%; display: block; line-height: 18px; font-size: 14px; font-weight: 600; float: none !important;}
h4.optionName label{ line-height: 18px; font-size: 16px; font-weight: 600; letter-spacing: 0.4px; 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: 10px 0 6px 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 { text-align: left;}
#siteMapList ul{ padding: 10px 0; line-height: 26px;}
#siteMapList ul ul{ padding-left: 10px; list-style: disc; margin-left: 10px;}
#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:#d01f2c;}
.clear{ clear: both;}
ul{ list-style: none; padding: 0; margin: 0;}

.top-account{float: left; position: relative; line-height: 36px; margin: 0  20px;}
.currency{
    float: left; position: relative;
    line-height: 36px;
}
#currency_switcher, #topaccount{ font-size: 14px; display: block; cursor: pointer; padding-right: 16px; background: url("../images/leftsico2.png") no-repeat right center / auto 4px; color: #000;}
#currency_switcher i.fa{ font-size: 12px; display: inline-block; line-height: 32px;}
#currPopup, #navigation{ position: absolute; right: 0; top: 36px; z-index: 999; text-align: left; border: 1px solid #e5e5e5; background: #fff; width: 96px; padding: 6px 10px; display: none; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);}
#currPopup ul li{ line-height: 30px;}
#currPopup ul li a{ font-size: 13px; color: #000; display: block;}
#currPopup ul li a:hover, #navigation a:hover{ color: #666;}
#currPopup.is-open, #navigation.is-open{ display: block;}
#navigation a{ display: block; line-height: 30px; font-size: 13px; color: #000;}


.topheader-rt { padding-top: 12px;
    float: right;
}



.header-2{ padding: 16px 0;}
.top-free-box { background: #333; color: #fff; line-height: 36px; font-size: 14px;}
.top-free-box ul li{ float: left; width: 33.33334%; box-sizing: border-box; text-align: center;}
.top-free-ico-1{ display: inline-block; padding-left:20px; background:url("../images/top-free-ico-1.png") no-repeat left center; color: #d01f2c;}
.top-free-ico-2{display: inline-block; padding-left:26px; background:url("../images/top-free-ico-2.png") no-repeat left center;}
.top-free-ico-3{ display: inline-block; padding-left:22px; background:url("../images/top-free-ico-3.png") no-repeat left center; color: #d01f2c;}
.free-ico-2-2{color: #d01f2c;}


#logo{ float:left; }
#logo img{ width: auto; height:60px;}
#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; padding-left: 10px;
    height: 36px; position: relative; color: #000;
    line-height: 36px;
    }
.cart-header-box a span{ text-align: center; position: absolute; top: -5px; right: -15px; z-index: 9; display: inline-block; min-width: 20px; height: 18px; line-height: 18px; background: #e8e8e8; color: #000; border-radius: 9px; font-size: 13px;}
.cart-header-box a:hover{ color: #555;}
.cart-header-box i.fa{ font-size: 24px; line-height: 36px;
    font-weight: normal;}



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


#mutopsearch{ float:left; position:relative; height:36px; margin-right: 10px;}
#mutopsearchico{ line-height:36px; height:36px; width:32px; text-align:center; cursor:pointer;}
#mutopsearchico .fa { font-size:20px;  line-height:36px; width:32px;  color:#000;}
.is-open .fa-search, .fa-remove{ display:none;}
.is-open .fa-remove{ display:block;}
#mu-head-search-boxs{ display:none; background:#fff; position:absolute; padding: 15px; right:0; top:36px; z-index:100; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); border-top: #efefef solid 1px;}
.is-open #mu-head-search-boxs{ display:block;}
.mu-head-search{ width: 360px; position: relative;}
#mu-head-search-boxs form{ width: 100%;}
#mu-head-search-boxs .search-header-input{ border: #e5e5e5 solid 1px; background: #fff; width: 100% !important; padding:7px 40px 7px 10px; line-height: 24px;  height: auto; }
#mu-head-search-boxs .button-search-header{ float: left; width: 40px;
    height: 40px;}




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

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




#mfootbox{border-top: #e5e5e5 solid 1px; }
.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;}


.mufoot-box-main{ padding-bottom: 40px;}
.foot-text-box{ padding: 24px 0; text-align: center; border-top: #e5e5e5 solid 1px;}
.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:normal;font-size:16px;color:#000;line-height:48px; background:url(../images/des.png) no-repeat 100% 9px; text-transform:uppercase; border-bottom:1px solid #e5e5e5; padding-left:10px; letter-spacing: 0.4px;}
.currentDt{background:url(../images/des.png) no-repeat 100%  -21px;}
.navContent{ padding:10px 0 0 0;}
.navContent  li{ line-height:32px;}
.navContent  li a{ color:#333; display:inline-block; font-size: 14px; text-transform:capitalize;}
.navContent  li a:hover{ color:#666; }
.navContent p{ line-height:22px; color:#333; 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{ border: #efefef solid 1px; text-align: center;}
.m-product-box:hover{border: #eee solid 1px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);}
.m-product-box:hover .m-product-name a{ color: #555;}



.m-product-img{ overflow:hidden; height:259px;}
.m-product-img a{ display:block; position:relative;
    height: 259px;
    text-decoration: none;
    vertical-align: middle;}
.m-product-img img {
    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; }
.m-product-name a{ display: block; line-height: 22px; color: #000; height: 44px; font-size: 16px; overflow: hidden;}
.m-product-name a:hover{ color: #555;}
.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: 26px; height: 26px; font-size: 22px; color: #333; padding-bottom: 2px;}
.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: 24px; font-weight: normal; line-height: 30px; padding: 0 0 12px 0;}
.info-model{ padding: 0 0 12px 0;}
.reviewsx{ padding:8px 0 0 0; height: 13px; line-height: 13px;}
.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 {
    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; }
.product-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.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:47px;
    overflow: hidden;

}
.nTab .TabTitle li{
    padding:0 20px;
    border: #fff solid 1px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    float: left;
    cursor: pointer;
    height:46px;
    line-height:46px;
    list-style-type: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.nTab .TabTitle li:hover{color:#000; background: #eee; border: #e5e5e5 solid 1px; border-bottom: none;}
.nTab .TabTitle .active{ border: #ddd solid 1px; border-bottom: none; background: #fff;  color:#000; }
.nTab .TabTitle .normal{ color:#777;}
.nTab .TabContent{
    margin-top: -1px;
    padding:22px;
    border:1px #ddd solid;
   line-height: 26px;
    font-size: 16px;
    color: #333;
}
.nTab .TabContent p{ padding: 0 0 10px 0;}
.none {display:none;}


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

#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: 30px;}









.show-categories-products{ padding-top: 10px;}
.buyitnowboxs{ float: left; padding-left: 10px;}
.buyitnowboxs button{ padding: 11px 36px; background: #ffc439; cursor: pointer; text-transform: capitalize;
    border: #ffc439 solid 1px; margin: 0; line-height: 22px; font-size: 16px; border-radius: 3px;}
.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{}





#mobilenavbox{ width: 100%; background: #fff;}
#mobilenavbox.mumobilefixed{ position: fixed; top: 0; left: 0; z-index: 999; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);}
.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: 8px; margin-left: -77px;}
.mobile-logo img{ width: auto; height: 46px;}
#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: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 16px;
    text-align: center;
    background: url("../images/line-bg.png") no-repeat center bottom;
    margin-bottom: 20px;}

#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading, #aboutUsHeading, #searchResultsDefaultHeading, #searchDefaultHeading, #checkoutOneHeading{
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 16px;
    text-align: center;
    background: url("../images/line-bg.png") no-repeat center bottom;
    margin-bottom: 20px;
}


#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: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 16px;
    text-align: center;
    background: url("../images/line-bg.png") no-repeat center bottom;
    margin-bottom: 20px;
}



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




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


.mufoot-follow{ padding:20px 0 0 0;}
.mufoot-follow a{ display:inline-block; padding-right:16px; }
.mufoot-follow a i{font-size:28px; color:#333;}
.mufoot-follow a:hover i{ color:#666;}


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





/*myslidemenu_2*/
#mupcnavboxs.munavfixed{ position: fixed; top: 0; left: 0; z-index: 9999; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);}
.munavfixed #myslidemenu_2 > ul > li.mu_nav_ico > a{ padding-top: 14px; padding-bottom: 14px;}
.munavfixed .jqueryslidemenu ul li ul{ top: 70px !important;}

#mupcnavboxs{ width: 100%; background: #fff;}
#myslidemenu_2{ /* text-align: center; */}
.mu_home{ float: left; }

#myslidemenu_2 .mu_nav_ico.mu_home a{ padding-left: 0 !important;}
#myslidemenu_2 .mu_nav_ico{float: left; position: relative;}

#myslidemenu_2 > ul > li.mu_nav_ico > a{color: #333; padding:10px 12px 24px 12px; display: block;
    font-size: 16px; font-weight:600; letter-spacing:0.4px; text-transform: uppercase; }
#myslidemenu_2 > ul > li.mu_nav_ico > a:hover{  color:#000; text-decoration:none;}
#myslidemenu_2 > ul > li.mu_nav_ico > a > span { position: relative; display: inline-block; line-height: 26px; padding:6px 0 6px 0; border-bottom: #fff solid 4px;}
#myslidemenu_2 > ul > li.mu_nav_ico:hover > a > span {color:#000; border-color: #000;}
#myslidemenu_2 > ul > li.mu_nav_ico > a > span > i{ display: block; position: absolute; top: -10px; right: -10px; z-index: 9;}

.jqueryslidemenu ul li ul {
    background:#fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    display: block;
    left: 0 !important;
    top:76px !important;
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 700px !important;
    z-index: 22;
    padding:0;
}
.jqueryslidemenu ul li ul.level2-ul-col-2{ width: 500px !important;}
.level2-ul li{ width: 30%; float: left; box-sizing:border-box; }
.level2-ul li.level2-img{ width: 40%;}
.level2-ul li a{line-height: 18px; border-bottom: 1px solid #e0e0e0; color: #666; font-size: 14px; text-transform: capitalize; display: block; text-align: left;
    padding: 10px 15px;}
.level2-ul li a:hover{background: #f7f7f7; color: #333;}
.level2-ul li.level2-img a{ padding: 0;}
.level2-ul li a.level2-t{ font-weight: 600; letter-spacing: 0.4px;}

.level2-ul.level2-ul-col-2 li{ width: 44%;}
.level2-ul.level2-ul-col-2 li.level2-img{ width: 56%;}

.mubannrs-mobile{ display: none;}

#indexDefault .centerBoxWrapper{ padding-top: 20px;}
#page-main.mu-indexpd{ padding-top: 0; border-top: none;}

.mufoot-contact-t{ letter-spacing: 0.4px; color: #333; font-size: 16px; font-weight: 600; line-height: 26px; padding-bottom: 4px; text-transform: uppercase;}
.mufoot-contact-box p{ font-size: 14px; padding: 6px 0; line-height: 20px; color: #333;}
.mufoot-contact-box p span{letter-spacing: 0.2px; font-weight: 600;}


#size-guide-Content h2{ font-size: 22px; line-height: 30px;}
/*.table-responsive .btn-group{ border: #ccc solid 1px; border-radius: 4px; line-height: 40px; display: inline-block;}
.table-responsive .btn-group label.btn{ cursor: pointer; padding: 0 12px; line-height: 40px; height: 40px; display: inline-block; border-right: #ccc solid 1px;}
.table-responsive .btn-group label.btn.active{ background: #e6e6e6; color: #000;}
.table-responsive .btn-group label.btn input[type="radio"] {
    display: none;
}*/
.table-responsive .btn-group {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.table-responsive .btn-group .btn {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    background: #fff;
    color: #333;
    border-right: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
}

.table-responsive .btn-group .btn:last-child {
    border-right: none;
}

.table-responsive .btn-group .btn.active {
    background: #e6e6e6;
    color: #000;
}

.table-responsive .btn-group .btn input[type="radio"] {
    display: none;
}

.table-responsive .table-bordered {
    border: 1px solid #ddd;
    margin-bottom: 26px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    padding: 8px; line-height: 26px; text-align: center;
}


.ez-pages-box, #aboutUsContent{ line-height: 22px; font-size: 14px;}
.ez-pages-box p, #aboutUsContent p{ padding: 0 0 10px 0;}
.product-line-img{width:20%;float:left;}

.categorybanner{ padding-bottom: 20px;}
.mu_qtybox #min, .mu_qtybox #add{ line-height:36px; height:36px; text-align:center; display:block; text-indent:0; width:40px;  padding:0; margin:0; font-size:16px; color:#888;  border:#ddd solid 1px; cursor: pointer;
    float:left; text-indent:-9999px;}
.mu_qtybox #add{ background:#f9f9f9 url(../images/addico.png) no-repeat center center / 10px 10px;}
.mu_qtybox #min{ background:#f9f9f9 url(../images/addico02.png) no-repeat center center / 10px 10px;}
.mu_qtybox #text_box{ text-align:center; line-height:36px; height:36px !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; float:left; padding:0 !important; width:50px !important; margin:0; border:#ddd solid 1px; border-left:none; border-right:none;}
.mu_qtybox_btn{ padding-top:10px;}
#cart-box{ padding-top: 10px;}

.info-free-shopping{ padding:16px 0;}
.info-free-shopping li{ line-height: 30px; font-size: 16px; color: #000;}
.info-free-shopping i.fa{ font-size: 18px; padding-right: 2px;}
.info-guarantee{ text-align: center;}

#productGeneral .centerBoxHeading{ text-align: left; background-position: left bottom;}

.info-Review{ padding-top: 30px;}

#checkoutComments{ padding-top: 20px;}
#checkoutShippingChoices fieldset legend{ border: none;}
#instructions, #checkoutOneEmail{ display: none;}



/*******************************************************/
.theme-buy{ display: inline-block;  font-size: 14px; font-weight: normal; padding: 0 10px 0 10px; }
.theme-buy a{text-decoration: underline; color: #ff5900;}
.theme-buy a:hover{ text-decoration: none; }
.theme-popover-mask {
    z-index: 9998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:none
}
.theme-popover {
    z-index: 9999;
    position: fixed;
    top:50%;
    left:50%;
    width:860px;
    border-radius: 5px;
    background-color: #fff;
    display:none;
    transform: translateX(-50%) translateY(-50%) !important;
}
.theme-popover  .table-responsive{ overflow: auto; height: 560px;}
.theme-popbod { position:relative;}
.theme-poptit{ position:absolute; top:14px; right:14px; z-index:100; background:url(../images/r_esc.png) no-repeat center center / 100% 100%; height:16px; width:16px; text-indent:9999px; cursor:pointer; font-size:0; text-indent:-9999; }
.theme-poptit a{ display:block;}
.jsnTab{ padding:40px 20px 20px 20px;}
body.modal-open{
    overflow:hidden;
}
/*******************************************************/
#reviewsWrite{ padding-top: 20px;}
#reviewsWriteReviewsRate{ text-align: left !important;}
#reviewsWrite .ratingRow{ width: auto; text-align: left;}
#reviewsWrite .centerColumnMain{ max-width: 680px;}

.cartTotalsDisplay.important{ display: none;}

@media (max-width: 480px) {



    #productListHeading, #indexCategoriesHeading,#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading, #aboutUsHeading, #searchResultsDefaultHeading, #searchDefaultHeading, #checkoutOneHeading,#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{background-image: url(../images/line-bg-2.png);
        font-size: 20px;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 26px; margin-bottom: 16px;
        padding-bottom: 10px;}


    #productsListingTopNumber{ float: none; text-align: center;}
    .prod-list-sort-by, #productsListingListingTopLinks, #productsListingBottomNumber { display: none;}
    .oeko-box{ padding: 10px 10px 0 10px;}
    .mufoot-contact{ padding: 20px 10px;}
    #indexDefault .centerBoxWrapper{padding-top: 30px;}
    .m-product-bottom{ padding: 10px 0;}
    .productSpecialPrice{ font-size: 18px;}
    .m-product-price{ font-size: 18px; padding-bottom: 0;}
    .m-product-name a{ font-size: 14px; height: 40px; line-height: 20px;}
    h2.centerBoxHeading{ background-image: url("../images/line-bg-2.png"); font-size: 20px; letter-spacing: 0; font-weight: normal; line-height: 26px; padding-bottom: 10px;}
    .product-line-img{width:50%;height:250px;}
    .mubannrs-pc{ display: none;}
    .mubannrs-mobile{ display: block;}
    .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;}

.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 (max-width: 767px) {
    .m-top-free-ico-1{ padding-top: 20px; background: url("../images/top-free-ico-1.png") no-repeat top center;}
    .m-top-free-ico-2{ padding-top: 20px; background: url("../images/top-free-ico-2.png") no-repeat top center;}
    .m-top-free-ico-3{ padding-top: 20px; background: url("../images/top-free-ico-3.png") no-repeat top center;}
    .top-free-box{ padding: 10px;}
    .top-free-box ul li{ font-size: 12px; line-height: 16px;}
    .free-ico-2-2{ color: #fff;}
    .top-free-ico-1, .top-free-ico-2, .top-free-ico-3{ background: none; padding: 0; color: #fff;}
}
@media (min-width:768px) and (max-width:979px){
    .top-free-box{ padding: 0 10px;}
    #pinfo-left{ width: 50%; float: left; box-sizing: border-box;}
    #pinfo-right {
        float: right;
        box-sizing: border-box;
        width: calc(50% - 20px);
    }

}
@media (min-width:481px) and (max-width:979px){
    .prod-list-sort-by{ float: right; padding: 6px 0 0 0;}
#productsListingListingTopLinks{ display: none;}

    #productListHeading, #indexCategoriesHeading,#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading, #aboutUsHeading, #searchResultsDefaultHeading, #searchDefaultHeading, #checkoutOneHeading,#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{background-image: url(../images/line-bg-2.png);
        font-size: 22px;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 30px; margin-bottom: 16px;
        padding-bottom: 10px;}

    .m-product-name a{ font-size: 14px; line-height: 20px; height: 40px;}
    .oeko-box img{ max-height: 146px;}
    .oeko-box{ padding:20px 20px 0 20px; text-align: center;}
    .mufoot-contact{ padding:30px 20px 20px 20px;}
    .productSpecialPrice{ font-size: 20px;}
    .m-product-price{ font-size: 20px; padding-bottom: 0;}
    h2.centerBoxHeading{ font-size: 24px; font-weight: normal; line-height: 30px; background-image: url(../images/line-bg-2.png); padding-bottom: 10px; letter-spacing: 0;}
    #indexDefault .centerBoxWrapper{ padding-top: 30px;}
    .m-product-img,  .m-product-img a{height:301px;}

    .subNav{ padding-left: 20px;}
    #subnav-foot .navContent{ padding-left: 20px !important;}

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

.oeko-col{
    float: left; width: 50%;}

@media (max-width: 979px){
    .theme-popover{ left: 0; margin-left: 10px; margin-right: 10px; width: calc(100% - 20px); transform:translateX(0) translateY(-50%) !important;}

    .foot-text-box {
        padding: 20px 0;}
    .foot-payment img{ height: 23px; width: auto;}
    .mufoot-box-main{ padding-bottom: 20px;}
    .mufoot-follow{ padding-top: 12px;}
    #subnav-foot{ border-top: 1px solid #e5e5e5;}
    #size-guide-page .table-responsive-width{ min-width:980px}
    .thumbnails {
        margin-top: 10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .thumbnails img {
        flex: 0 0 calc(100% / 6 - 6px);
        max-width: calc(100% / 6 - 6px);
        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;
    }

    .table-responsive{ width: 100%; overflow-y: hidden;}
    .cartQuantityUpdate{ margin-bottom: 10px;}
    #scTotalHeading, #cartContentsDisplay .cartTotalDisplay{ display: none;}
    #navBreadCrumb{ padding-bottom: 10px; border-bottom: #efefef solid 1px; margin-bottom: 16px; line-height: 26px;}
    #page-main{ padding-top: 10px;}
    #subnav-foot .navContent {
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .navContent li {
        line-height: 36px;
    }


    .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{ display: none;}
 .cart-header-box{ float: left; 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 (min-width:980px) and (max-width:1440px){
    .jqueryslidemenu ul li.mu_nav_6 ul,  .jqueryslidemenu ul li.mu_nav_4 ul{ left: -370px !important;}
    .jqueryslidemenu ul li.mu_nav_5 ul{left: -390px !important;}
}

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


    #productGeneral .table-responsive-width{ width: 100% !important; }
    .info-mainboxs, .mumbsimilar, .info-Review{ padding-top: 40px;}
    .thumbnails img{ margin-bottom: 10px; border: #dedede solid 1px; cursor: pointer;}
    .thumbnails img:hover{ border: #333 solid 1px;}
    .thumbnails{ float: left; width: 68px; max-height: 536px; overflow-x: auto;}
.product-gallery-main{ float: right; width: calc(100% - 88px);}
.foot-payment{ float: right;}
    .foot-payment img{ width: auto; height: 23px;}
    #siteinfoLegal{ float: left; padding: 0; line-height: 23px;}

    .mufoot-contact{ width: 25%; float: left; padding-right: 20px; box-sizing: border-box;}
    #subnav-foot{ width: 43%; float: left; padding: 0 0 0 20px; border-left: #e5e5e5 solid 1px; box-sizing: border-box;}
    .oeko-box{ float: left; width: 32%; box-sizing:border-box;}
    #page-main{ padding-bottom: 40px}
    #indexDefault .centerBoxWrapper{ padding-top: 40px;}
    .m-product-img,  .m-product-img a{height:135px;}
    #mfootbox{ padding: 40px 0 0 0;}
    .loginDefaultBox{ margin-right: -20px;}
    .m-login-box{ float: left; width: 50%; box-sizing: border-box; padding-right: 20px;}

    .subNav {
        background: url("../images/line-bg-2.png") no-repeat left bottom;
        line-height: 22px;
        border: none;
        color: #333;
        letter-spacing: 0.4px;
        padding: 0 0 10px 0;
        font-size: 16px;
        font-weight: 600;
    }
    .mufootercols {
        padding-right: 20px;
        width: 33.3334%;
        float: left;
        box-sizing: border-box;
    }
    .mufootercols .navContent {
        display: block !important;
        padding: 10px 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; }



    .mubannrs {}
    .mubannrs img{ width:100%; height:auto;}



    .mu-topheader{ display: block;}





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

#mobilenavbox{ 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;
}*/
    #page-main, .width-page{margin: 0 auto;
        width: 980px;
        }
}

@media (min-width: 1200px) {
    .m-product-img,  .m-product-img a{height:180px;}
    .thumbnails{  max-height: 656px;}

.infosection-box{ padding-top: 40px;}
#dropMenu ul.level2-ul {
width: 1130px;
}

    #page-main, .width-page{width: 1160px;}

}


@media (min-width: 1320px) {
    .thumbnails{  max-height: 702px;}
    .m-product-img,  .m-product-img a{height:197px;}
    #page-main, .width-page{width: 1230px;}

}

@media (min-width: 1440px) {
    .info-mainboxs, .mumbsimilar, .info-Review{ padding-top: 60px;}
    .thumbnails{  max-height: 810px;}
    #page-main{ padding-bottom: 60px}
    .m-product-img,  .m-product-img a{height:441px;}
    #indexDefault .centerBoxWrapper{ padding-top: 60px;}
    #page-main, .width-page{width: 1392px;}
}




























