/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
body {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-size: 798px auto;
font-size: 16px;
font-family: "Roboto",Arial,serif;
margin:0;
	}

a {
text-decoration: none;
color: #000;
transition: all 0.4s ease 0s;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {

	text-decoration: none;
	}
 
a:visited {

	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FD7100;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;

	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;

	}


LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {

	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 1170px;
	vertical-align: top;
	}

 #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper{ width:100%;box-shadow: 0 2px 3px rgba(0,0,0,0.055);}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesLinks { margin-right:7px;}
.navSplitPagesLinks a:hover{ background:#ccc; }
.navSplitPagesLinks a{ border: 1px solid #ccc;
padding:2px 8px;}


.navNextPrevCounter {
white-space: nowrap;
margin: 1px;
padding: 0em;
list-style-type: none;
	}
.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 1px;
padding: 0em;
list-style-type: none;
	}
#navMainWrapper, #navCatTabsWrapper {
	margin: 0 auto;
	width:1170px;
	position:relative;
	}
#navSuppWrapper{
margin-top:30px;
background:#141416;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	margin:0px;
	margin-right:18px;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em;
	margin: 0;
	color: #4a4a4a;
	text-transform:uppercase;	
	white-space: nowrap;
	font-size:12px;
	}

#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover{

}

.dropdown-toggle{ color: #4a4a4a;}
.dropdown-toggle:hover{ color:#4a4a4a;}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {

	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

.searchinput{ height:38px; font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; border: 1px solid #FD7100; color:#AAA; width:369px; padding:0; float:left;text-indent:10px;-webkit-box-shadow: inset 0 1px 1px rgba(253, 52, 0, .075);
box-shadow: inset 0 1px 1px rgba(253, 52, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
margin:0; }
.searchinput:focus{
background:none;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(253, 52, 0, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(253, 52, 0, .6);}
#indexProductList{ margin-left:15px; text-align:center; text-transform:uppercase; color:#000;   }
#productListing .catheaderlist:last-child{border-bottom: 1px solid rgb(209, 207, 212);}
#navBreadCrumb {
	padding:5px 0 15px 0;
	font-size: 12px;
	margin: 0em;
	color: #000;
	}
#navBreadCrumb a{color: #999;}
#navBreadCrumb a:hover {
color: #333;
text-decoration: none;
}
.current{ background:#eee; padding:4px 11px;}
#navEZPagesTop {
	line-height:40px;
	height:40px;
	width: 1003px;
margin: 0 auto;
border-bottom:3px solid #000;
	}
#navEZPagesTop ul{ margin:0px; padding:0px; }

#navEZPagesTop li{ float:left; list-style:none; }

#navEZPagesTop li a{
font-size: 14px;
transition: all 0.3s;
padding:10px 20px;
}



#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription{
font-size:12px;
line-height:20px;
text-align: left;
font-family: Verdana, Arial;

}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;

	}
.centerColumn{ padding:10px 0;}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
font-weight:bold;
color:#555;
margin-top:10px;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;

	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;

	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}
.cartAttribsList li{
list-style:none;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #c03;
	}
.productPriceDiscount{position: absolute;
font-size: 12px;
color: #fff;
line-height: 1;
top: 10px;
z-index: 3;
background-color: #e27c7c;
padding:7px 10px;
right:4px;
 }

#whatsnewHeading a{ color:#000;}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {

	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	}

.centerBoxContentsNew{ width: 32.5%;
padding: 0.3%;}

.centerBoxContentsFeatured {
 width: 281px;
 padding:0 5px; 
}

.productsCol {
transition: all 0.4s ease-in-out 0s;
overflow:hidden;
position:relative;
}

.productsCol .colBorder {
margin: 2px;

}

#productListing .productimg{ width:200px; height:200px;}

.productimg{ 
transition: all 0.4s;
overflow:hidden;
width:270px;
height:270px;
display:table-cell;
vertical-align:middle;
}



.productname{ letter-spacing: 0.025em;
 text-align:left;
 min-height:35px;
font-size: 14px;}
.productname a{color: #201A1A; }
.productname a:hover{ color:#FD7100;}
.productwrapper{margin: 10px 0 5px; text-align:left;}

.productprice {
font-size: 14px;
color: #000;
font-weight: 500;
text-align:left;
}


h2.centerBoxHeading {
text-align:left;
color: #201F1F;
font-size: 24px;
margin: 0;
position: relative;
font-weight: 500;
font-family: "Oswald";
text-transform: uppercase;
border-bottom: 2px solid #f2f2f2;
padding:5px 0;

}

h2.centerBoxHeading:after{content: "";
position: absolute;
left: 0;
width: 50px;
height: 2px;
background-color: #fd7100;
bottom: -2px;}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#manufacturers{ border:1px solid #eee; border-bottom:none; border-top:none;}
#manufacturersContent select{ height:150px; width:100%!important;}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #fff;

	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	color:#777;
	}
.leftBoxContainer h3
{
border: none;
background-color: transparent;
padding: 16px 0px 4px 0px;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
color: #111;
letter-spacing: 0.01em;
text-align:left;
border-bottom:2px solid #4a4a4a;
position:relative;
font-family: "Oswald";
}

.leftBoxContainer h3:after{content: "";
position: absolute;
left: 0;
width: 50px;
height: 2px;
background: #FD7100;
bottom: -2px;}

.starsSmall {
background: url(../images/stars-small.gif) no-repeat 0 -180px;
display: inline-block;
float: left;
height: 15px;
margin-top:7px;
padding-left: 10px;
max-width: 83px;
width: 40%;
}

.myLikesText{background: rgba(0, 0, 0, 0) url("../images/main-icons2.png") no-repeat scroll -178px 2px;
display: inline-block;
height: 23px;
width: 35px;
float:right;
}

.starandcart{ width:250px; height:30px; margin:0 auto; margin-top:10px;}

.sideBoxContent {
	background-color: #ffffff;
padding:15px 0;
border-bottom: 1px solid #eee;

	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
#categoriesContent ul{ margin:0px; padding:0px; }

#categoriesContent li{ padding: 0px ;
line-height: 26px;
display: block;
color:#7a7d82;
font-size: 15px;
font-family: "Oswald";
text-transform: capitalize;
}

#categoriesContent li:hover{
z-index: 1000;
color: #05afe9;

}

.category-top a{
margin:0px;
padding:0px;
}

#categoriesContent .category-products li{ border-bottom:none; background:none; }



.subshas{ list-style:none; position: relative;
padding-left:10px;}

A.category-top, A.category-top:visited {
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #777;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	color: #fd7100;

	}
SPAN.category-subs-selected {
color:#fd7100;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;

	}
#seShipTo {
	padding: 0.2em;
	}
#headcurrency{
   float:right;
   margin-top:13px;
   position:relative;
   font-size:12px;
   padding-right:18px;
   line-height:21px;
}
#headcurrency img{ width:17px;}
#navMain{ float:right; margin-top:13px; position:relative;}
#navMain ul{ margin:0px; padding:0px; }
.jsTrigger{ float:right; margin:0px; position:relative; margin-top:13px;}
.jsTrigger a:hover{color: #fd7100;}
.jsTrigger i{ font-size:20px;}
.cartqty{
background: url('../images/shopbagdesktop.png') no-repeat;width: 18px;
height: 18px;
height:21px;
line-height:21px;
text-align:center;
}
.cartqty span{color: #FD7100;}
.nav2topbar{ width:350px; float:right; margin-top:5px;}
#navMain .headercontact, #navMain .headerhome{ margin-right:10px;}
#headnav1{ width:100%; z-index:9999; border-bottom:1px solid #efefef;}
.nav1content{ width:1170px; margin:0 auto; height:55px;}
.nav1ticker{border: 2px solid #fd7100;float:left;
height: 40px;
background: #fff;
position: relative;
overflow: hidden;
margin-top: 5px;
}
.tickercontent, .tickertitle{ float:left;}
.tickercontent{ height:40px; padding:0 20px; line-height:40px;}
.tickerhead{background-color: #fd7100;
color: #fff; float:left;margin: 0;
padding: 0 20px;
font-size: 18px;
box-sizing: border-box;
vertical-align: middle;}
.tickertitle{background: #fd7100;height: 100%;
display: table;
position: relative; line-height:40px;}
.tickertitle>span{border-color: transparent transparent transparent #fd7100;width: 0;
position: absolute;
right: -10px;
top: 10px;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
bottom: 0;}
#linksnav{ width:100%; padding: 0;
border-bottom: solid 1px #eeeeee;background-color: #ffffff; height:36px;}
.linkscontainer{ width:1170px; margin:0 auto;}
.linksitems{ float:right;}
.links-msg{ float:left; line-height:36px;}
.livechat{background: transparent url("../images/livechat_on.png") no-repeat scroll 8px 2px;
cursor: pointer; padding-left:30px;}
#headnav2{height: 100px;width:100%;z-index:999; padding:5px 0;}
.mainnav2{ margin:0 auto; width:1170px; padding:0px; position:relative; }
.jsTrigger a{
cursor: pointer;
display: block;
float: left;
font-size:12px;
text-transform:uppercase;
text-decoration: none;}
#logo{ float:left;
cursor: pointer;
line-height: 8px;
}

#cart_items {
background: transparent url("../images/cart2.png") no-repeat scroll 0px 4px;
display: block;
float: right;
height: 29px;
text-align: center;
padding-left:22px;
}

.footer {
padding-top:30px;
color: #bbb;
height: 130px;
margin: 0px auto;
text-align: left;
width: 1170px;

}
.foottitle {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-right:20px;
border-bottom:2px solid #4a4a4a;
position:relative;
color: #ededed;}

.foottitle:after{background-color: #fd7100;content: "";
position: absolute;
left: 0;
width: 50px;
height: 2px;
bottom: -2px;}

.footer ul { float:left; width:25%; margin:0; padding:0; }
.footer ul li { text-align:left; line-height:25px; list-style: none; }

.footer a{ font-size: 12px;
line-height: 26px;
color: #a2a2a2; }

.footer a:hover{color: #fd7100;}

.footimg { float:right; margin:18px 20px 0px 0px; }

.sideBoxContentItem{ margin:10px 0px; border-bottom: 1px dashed #8b8b8b; padding-bottom:5px; }

.centerBoxContentsProducts{ padding:0.3%;width:23.5%; margin-bottom:20px;}

.itemTitle a{font-size:12px; font-weight:500;}

.navSplitPagesResult{  color:#777;}

#productListHeading{ color:#000; letter-spacing:1px; margin:0px; font-size:20px; padding: 6px 0px 4px 0px; border-bottom:2px solid #4a4a4a;}

#navEZPagesTop li a:hover{color: #fff; background:#ff0000;}

.subcat{ padding:0px; }
.subcat ul{ margin:0px; padding:0px;}
.subcat ul li{ list-style:none; float:left; margin-left:40px; padding:10px; min-width:120px; text-align:center }
.navNextPrevWrapper{font-size: 0.9em; }
.PrevNextButton{box-shadow: inset 0px 1px 0px 0px #ffffff;
width: 120px;
background-color: #ededed;
border: 1px solid #dcdcdc;
display: inline-block;
color: #777777;
font-family: Arial;
font-size: 15px;
font-weight: bold;
font-style: normal;
height: 26px;
line-height: 26px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #fff;}
.PrevNextButton:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}
#productGeneral{ }
.proattr ul{ text-align:left; padding:0px;} 
.proattr li{ list-style:none; line-height:20px;}
.proinforight{ width:600px; float:right; text-align:left;}
.proinforight hr{
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;}
.proinforight h1{font-size: 25px;
font-weight: 600;
letter-spacing: -0.01em;
color: #4a5157;
margin: 0px 0px 5px;
text-transform: capitalize;}

#detail_save {
clear: both;
height: 77px;
text-align: center;
}
#detail_save li {
list-style-type: none;
float: left;
margin-right: 0px;
margin-left: 5px;
display: table-cell;
height: 60px;
vertical-align: middle;
line-height: 60px;
width: 16%;
}
.proinfo-head{ height:32px; line-height:32px;font-weight:bold; font-size:12px; margin-top:20px;background:#e7e5e6; width:150px; text-align:center;}
.proinforight h2{ 
font-size: 22px;
line-height: 30px;
padding:15px 0;
color:#7A7A7A;
border-bottom: 1px solid rgb(210, 207, 211);
border-top: 1px solid rgb(210, 207, 211);
}
#productPrices .productPriceDiscount{ display:none;}
.proinfoleft{ float:left; width:495px;}
#productAttributes{ margin-top:10px;}
#productAttributes h3{font-size: 16px;
color: #555;
padding-bottom: 5px; }

#cartAdd #add{ margin-right:30px;}

#button-cart{
background: #fd7100;
vertical-align:middle;
color: #fff;
border:none;
cursor:pointer;
display: inline-block;
font-size: 18px;
font-weight: 400;
margin: 0px;
padding: 10px 88px;
text-transform: capitalize;}
#button-cart:hover{background: #fd3100; }
.optionName{ margin:0px; margin-right:5px;font-size:12px; color: #555; }
.attribsSelect{ line-height:3em;}
.buybtn{ background-color: #00abc8;
border: 1px solid #00abc8;
color: #FFF;
font-size: 14px;
padding: 9px 15px;
text-transform: uppercase;
min-width:200px;
 }
#attrib-1{ padding:5px 5px;; font-size:14px; border-color:#c5c5c5;}
.buybtn:hover{background-color: #007A8F;}
.SubscribeEmail {height: 24px;margin: 10px auto;border: 1px solid #CCC;}
.subscribe {padding: 5px 20px;}
.form-subscribe {text-align: left;}
.sizeselect select{border:1px solid #000;}
.incarqty{ float:right; margin:0px; padding:0px; margin-right:80px; padding-top:5px; }
#similar_product ul{ margin:0; padding:0;}
#tagsarea{  }
#tags {width: 100%; HEIGHT: 35px; line-height:37px; margin:0px; padding:0px; margin-top:30px;}
#tags h3{ margin:0; padding:0;}
#tags li {FLOAT: left; MARGIN-RIGHT: 5px;list-style:none; min-width:100px;}   
#reviewsWrite{ margin-top:20px;font-family: Verdana;}   
#tags li a {padding:7px 30px;text-decoration:none; text-transform:uppercase; color: #8f8790;  font-weight:normal;font-size: 16px;border: 1px solid #d3d3d3;border-bottom:none;}   
#tags li a:hover{ color:#333;}   
#tags li.emptyTag {background: none transparent scroll repeat 0% 0%; width: 4px}   
#tags li.selectTag a { background: rgb(232, 231, 233);
border: 0px solid rgb(211, 211, 211); color: rgb(32, 16, 33); font-weight:normal;}   
.tagContent {display: none; PADDING: 0px 10px;; text-align:left; min-height: 20px; border-bottom: 1px solid rgb(210, 207, 211);border-top: 1px solid rgb(210, 207, 211);}   
#tagContent div.selectTag {DISPLAY: block} 
.additionalImages{ margin-bottom:10px;}
.clear{height:0;overflow:hidden;}
#race{display:block;}
.raceShow{background-color:#f1f1f1;border:solid 1px #ccc;position:absolute;display:none;width:700px;height:400px;padding:5px;font-size:12px; }
.headbannergroup{width:1170px; margin:0 auto;}
.bannersmall ul{ margin:0; padding:0;}
.bannersmall li{ list-style:none; float:left; margin-right:32px; }
.social_share {
float: left;
background:url("../images/footerbg.jpg") no-repeat fixed 0px 300px;
height: 200px;
margin-top: 15px;
padding-bottom: 20px;
width: 100%;
color:#000;
}
.social_share h4 {
background: rgba(0, 0, 0, 0) url("../images/icn-background.gif") repeat-x scroll center center;
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
.social_share h4 span {
background: #ffffff none repeat scroll 0 0;
padding: 0 10px;
}
.social_share fieldset {
border: 1px solid #b1b1b1;
float: left;
height: 45px;
padding: 0 15px;
text-align: center;
width: auto;
}
.social_share fieldset legend {
font-family: Tahoma,Arial;
font-size: 16px;
font-weight: bold;
margin-left: 130px;
padding: 0 8px;
text-transform: uppercase;
}
.social_share ul {
background-color: #fff;
padding-left: 11px;
width: auto;
float: left;
height: 36px;
margin-top: 6px;
}
.social_share ul li {
float: left;
height: 36px;
margin-right: 11px;
width: 36px;
list-style:none;
}

.social_share ul li a {
background-attachment: scroll;
background-image: url("../images/share.png");
background-position: 0 0;
background-repeat: no-repeat;
display: block;
float: left;
height: 36px;
width: 36px;
}
.social_share ul li a.foot_at {
background-position: 0 -40px;
}
.social_share ul li a.foot_ap {
background-position: 0 -80px;
}
.social_share ul li a.foot_av {
background-position: 0 -120px;
}
.social_share ul li a.foot_ay {
background-position: 0 -160px;
}
.social_share ul li a.foot_ai {
background-position: 0 -200px;
}
.social_share ul li a.foot_ab {
background-position: 0 -240px;
}
.social_share ul li a.foot_atu {
background-position: 0 -280px;
}
.social_share ul li a.foot_ag {
background-position: 0 -320px;
}
.box-Newsletter {
float: right;
margin-top: 14px;
width: 485px;
}
.newsCont {
float: left;
position: relative;
width: 100%;
}
.newsCont .p_text {
float: left;
margin-right: 5px;
width: 190px;
text-transform:none;
}
.newsCont p {
color: #777;
font-size: 13px;
height: 20px;
line-height: 20px;
margin: 0;
text-align: right;
}
#news-button {
color:#fff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: 0 -1px 0 #FD4100;
background: #6d6d6d;
background: -moz-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(50%, #4a4a4a), color-stop(100%, #343434));
background: -webkit-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -o-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -ms-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: linear-gradient(to bottom, #FD7100 0%, #FD4100 50%, #FD3100 100%);
border: 1px solid #FD7100;
cursor:pointer;
display: inline;
float: left;
height: 32px;
width: 90px;
}
.subscontent span{ float:left; color:#fff; margin-left:210px;}
#newsletter_email {
	width:180px;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(228, 227, 229);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
color: rgb(32, 16, 33);
font-size: 12px;
height: 14px;
padding: 8px 11px 8px 9px;
float:left;
font-family: 'Optima LT W01 Italic';
}
.instock{background: url("../images/instock.png") no-repeat 0px 0px; line-height:24px; padding-left:18px;}
.dropdown-menu li{display: block; cursor:pointer; line-height:normal;
padding: 3px 20px;
clear: both;
font-weight: normal;
color: #333;
white-space: nowrap;}
.dropdown-menu li:hover{ background:#f5f5f5;}
.login-box .dropdown-menu {
padding: 20px;
min-width: 200px;
border-radius: 0px;
left:-5px;
}
.login-box label {
color: #777;
font-size: 12px;
color: #888;
font-size: 12px;
line-height: 18px;
font-weight: 400;
text-align:left;
vertical-align: middle;
}
.login-box #login-email-address, .login-box #login-password{display: block;
width: 100%;
padding: 5px 0px;
text-indent:5px;
font-size: 12px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-box #login-email-address:focus, .login-box #login-password:focus{border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.login-box .buttonRow{ margin:0.5em 0;}
#navMain .login-box .dropdown-menu a:hover{color: #336699;}
#navMain .fa-user-circle{ font-size:20px; vertical-align:middle;}
#navMain .login-box .fec-important a, #navMain .login-box .btn-default{ padding:0; color:#201030;}
.login-box .dropdown-menu h3 {
border-top: 1px solid #eeeeee;
color: #555;
font-size: 14px;
font-weight: normal;
margin: 10px 0 5px;
padding-top: 5px;
text-transform: capitalize;
}
#navMain .login-box .dropdown-menu .btn-default {
background: #eee;
border: 1px solid #eee;
font-size: 11px;
text-shadow: none;
text-transform: uppercase;
box-shadow: none;
border-radius: 0px;
transition: all 0.4s ease 0s;
margin-right: 5px;
padding: 8px 40px;
}
#headcurrency .dropdown-menu{border-radius: 0px; text-align:left; left:-5px; top:26px; z-index:3000; min-width:200px;}
#navMain .dropdown-menu{ z-index:5000;}
#navMainSearch .icon-search{
color: #fff;
width: 100px;
text-shadow: 0 -1px 0 #FD2100;
background: #FD7100;
background: -moz-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FD7100), color-stop(50%, #FD4100), color-stop(100%, #FD3100));
background: -webkit-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -o-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: -ms-linear-gradient(top, #FD7100 0%, #FD4100 50%, #FD3100 100%);
background: linear-gradient(to bottom, #FD7100 0%, #FD4100 50%, #FD3100 100%);
border: 0;
border-top: 1px solid #FD8100;
border-bottom: 1px solid #FD3100;
padding: 4px 4px 6px;
font-size: 12px;
height: 28px;
text-transform: uppercase;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 40px;
cursor:pointer;
}
#navMainSearch .icon-search:hover{background: #343434;
background: -moz-linear-gradient(top, #FD3100 0%, #FD3100 0%, #FD4100 50%, #FD6100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FD3100), color-stop(0%, #FD3100), color-stop(50%, #FD4100), color-stop(100%, #FD6100));
background: -webkit-linear-gradient(top, #FD3100 0%, #FD3100 0%, #FD4100 50%, #FD6100 100%);
background: -o-linear-gradient(top, #FD3100 0%, #FD3100 0%, #FD4100 50%, #FD6100 100%);
background: -ms-linear-gradient(top, #FD3100 0%, #FD3100 0%, #FD4100 50%, #FD6100 100%);
background: linear-gradient(to bottom, #FD3100 0%, #FD3100 0%, #FD4100 50%, #FD6100 100%);
border: 0;
border-top: 1px solid #FD8100;}
#text-logo {
line-height: 25px;
font-family: Lato, 'Open Sans', sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #000;
padding: 0px;
letter-spacing: 5px;
padding: 0 0 10px 8px;
font-size:18px;
margin: 0px;
border-bottom: 2px solid #333333;
}
.headnav3{ width:100%;background: #fff;border-top: 1px solid rgba(0,0,0,0.1);}
#navMainSearch{ margin:0px; float:right;
color: #4a4a4a;
position:relative;
height:36px;
margin-top:30px;
}
.whitebackground{ background:#fff;}
.navbar-nav .fa-sort-desc{ position:absolute; top: 2px; right: -8px;}
.login-box .fa-sort-desc{ position:absolute; top:3px;right: -8px;}

#specialsDefault{ position:relative; margin-top:30px; padding-top:30px; border-top: 1px solid #c1c1c1;}
#c2_offers{ height:auto; padding-top:20px;}

.owl-item{  float:left;-webkit-transition: all 0.2s ease-out;

-moz-transition: all 0.2s ease-out;

-o-transition: all 0.2s ease-out;

-ms-transition: all 0.2s ease-out;

transition: all 0.2s ease-out;

opacity: 1;

}

.owl-item:hover{-webkit-transition: all 0.2s ease-out;

-moz-transition: all 0.2s ease-out;

-o-transition: all 0.2s ease-out;

-ms-transition: all 0.2s ease-out;

transition: all 0.2s ease-out;

opacity: 0.7;}

.c2_slide{margin:0px;width:1170px;height: 360px;position: relative;overflow: hidden;}

.c2_slide_c{position: absolute;width: 5000px;top: 0;left: 0;}

.c2_lc{float: left;}

.c2_lc{ margin:0; padding:0; width:1170px;}

.c2_lc li{float: left; list-style:none;}

.c2_slide_btn{position: absolute;top: 21px;width: 100%;height: 50px;}

.c2_slide_prev,.c2_slide_next{width: 30px;
height: 60px;
z-index:2000;
margin: 0px 0 0;
display: block;
font-family: FontAwesome;
position: absolute;
top: -35px;
cursor: pointer;
font-size: 60px;
color:#d2cfd3;
line-height: 60px;
text-align: center;
-webkit-transition: all .3s ease;
outline: none;
text-decoration: none;}
.c2_slide_prev:hover,.c2_slide_next:hover{
text-decoration: none;}
.c2_slide_prev{left: 0px; top:125px;}
.c2_slide_prev:before{content: "\f104";}
.c2_slide_next{right: 0px; top:125px;}
.c2_slide_next:before{content: "\f105";}
#productMainImage{ margin-bottom:30px;}
.c2_slide_prev:hover{background-position: 0 -143px;}

.c2_slide_next:hover{background-position: -40px -143px;}
#cartAdd #min, #cartAdd #add{
padding: 7px 11px;
text-align:center;
vertical-align:middle;
cursor:pointer;
border:1px solid #c5c5c5;
outline: none;}
#cartAdd #text_box{border:1px solid #c5c5c5;
padding:7px 0;
box-shadow: none;
display: inline-block;
float: none;
text-align: center;
vertical-align: middle;
font-weight: 600;
font-size: 16px;}
#featuredProducts{ position:relative; margin-top:50px; }

.catheaderlist{
padding: 8px 10px;
height:30px; line-height:30px;
}
.copyright{ width:1170px; margin:0 auto; text-align:center; padding:10px 0; border-top: 1px solid #4a4a4a; color:#a2a2a2;}
.copyright a{ color:#a2a2a2;}
.customerinfo{ width:100%; padding:30px 0 0 0; }
.subscontent{ width:1170px; margin:0 auto; background:#000; height:62px; line-height:62px; margin-bottom:10px;}
.subsform{ padding-top:20px;}
#similar_product{ margin-top:80px;}
#similar_product ul{ margin:0; padding:0; }
 #similar_product h3, #productsdesc h3{ text-align: left;
color: #201F1F;
font-size: 24px;
margin: 0;
position: relative;
font-weight: 500;
font-family: "Oswald";
text-transform: uppercase;
border-bottom: 2px solid #f2f2f2;
padding: 5px 0;
margin-bottom:20px;
}
 #similar_product h3:after{content: "";
position: absolute;
left: 0;
width: 50px;
height: 2px;
background-color: #fd7100;
bottom: -2px;}
.similarproductimg{  text-align:center;}
.vheadclass {
width: 100%;
float: right;
margin-right: 10px;
margin-top: 30px;
}
.vtitle {
height: 35px;
line-height: 35px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-top: -1px;
padding-left: 20px;
cursor: pointer;
font-weight: bold;
}
.vtitle .v02 {
background-position: 0 -16px;
}
.vtitle em {
margin: 10px 10px 0 0;
}
.vheadtitle {
float: right;
width: 14px;
height: 14px;
overflow: hidden;
background: url("/includes/templates/classic/images/vicon.png") no-repeat;
display: inline-block;
margin-top: -5px;
margin-bottom: -5px;
}
.vtitle h3 {
margin: 0;
padding: 0;
line-height: 35px;
font-size: 16px;
}
.catbanner{ margin-top:20px;}
.catbanner ul{ margin:0; padding:0;}
.catbanner li{ list-style:none; float:left;}
.nav2content{ width:1170px; margin:0 auto;}
.info-banner{ height:25px; line-height:25px; background:#bb0000; width:1170px; margin:0 auto; margin-top:5px;}
.infocontent{ text-align:center; color:#fff; text-transform:uppercase; font-weight:bold;}

.he_border1{background:#000;width:306px;height:306px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border1:hover .he_border1_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border1 .he_border1_caption_h{font-size:18px;font-weight:700;text-align:center;width:80%;position:absolute;top:30%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{font-size:16px;text-align:center;width:80%; padding:0;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border1:hover .he_border1_caption_p{top:45%;opacity:1}

.home-banner-content{ padding:30px 0; background:#f4f4f4; height:493px;}
.home-banner-row{}
.home-banner-content .item {
transition: all 0.3s;

}
.home-banner-content .item .content {
background-color: #fff;
padding: 10px;
}
.home-banner-content .item .content h3 {
font-family: 'Oswald';
font-size: 18px;
line-height: 24px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #111111;
font-weight: 400;
padding: 18px 0 8px;
}
.home-banner-content .item .content span {
font-size: 13px;
line-height: 24px;
color: #7b7f83;
padding-bottom: 28px;
display: block;
}
.home-banner-content .item:hover {
box-shadow: 0 8px 35px -10px rgba(0, 0, 0, 0.3);
}
.col-home-4{ padding-left:7px; padding-right:8px;float: left;}
#productListing .colimg{ width:200px; height:200px;}
#productListing .colimgspan{left: 12%;}
.colimg{width: 270px;
height: 270px;
background: #000;
position: absolute;
top: 0;
opacity:0;
}
.colimgspan{font-size: 12px;
font-weight: 400;
text-transform: uppercase;
font-family: "Oswald";
letter-spacing: 0.2em;
padding: 15px 19px;
background:#FD7100;
top: 35%;
left: 30%;
color:#fff;
position:absolute;
transition: all 0.2s;
}
.productimg .colimgall{opacity:0;transition: all 0.2s;}
.productimg:hover .colimgall{opacity:1;}
.productimg:hover .colimg{opacity:0.1;}
#dynamicfilterContent{ border-bottom:none;}
.headernewad{ width:100%; }
.headeradcontent{ width:1170px; margin:0 auto;font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
height:39px;
margin-bottom: 10px;
text-align: center;
border-top: 1px solid #fff;
background: #eaeaea;
background: -moz-linear-gradient(top, #eaeaea 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #efefef));
background: -webkit-linear-gradient(top, #eaeaea 0%, #efefef 100%);
background: -o-linear-gradient(top, #eaeaea 0%, #efefef 100%);
background: -ms-linear-gradient(top, #eaeaea 0%, #efefef 100%);
background: linear-gradient(to bottom, #eaeaea 0%, #efefef 100%);
font-weight: bold;
color: #444444;
font-size: 12px;
text-transform: uppercase;
text-shadow: 1px 1px 0 #fff;}
.adcontentnav{display: inline-block;
background: transparent;
color: #212121;
line-height:39px;
font-size: 12px;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;}

.c2_l, .indexfeaturecat{ position:relative;
margin-top: 30px;
}
.indexfeaturecat ul{ margin:0; padding:0}
.indexfeaturecat ul li{ float:left; list-style:none; width:16.66%;}