/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Fri, Dec 19 2014
*/
@font-face{
		font-family:"Modern";src:url("../fonts/Modern-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Modern-Bold.woff") format("woff"),
		url("../fonts/Modern-Bold.woff2") format("woff2"),
		url("../fonts/Modern-Bold.ttf") format("truetype"),
		url("../fonts/Modern-Bold.svg#Modern") format("svg");
		font-weight:700;
		font-style:normal
}
@font-face{
		font-family:"Modern";
		src:url("../fonts/Modern-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Modern-Medium.woff") format("woff"),
		url("../fonts/Modern-Medium.woff2") format("woff2"),
		url("../fonts/Modern-Medium.ttf") format("truetype"),
		url("../fonts/Modern-Medium.svg#Modern") format("svg");
		font-weight:500;
		font-style:normal
}
@font-face{
	font-family:"Modern";
	src:url("../fonts/Modern-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Modern-Regular.woff") format("woff"),
	url("../fonts/Modern-Regular.woff2") format("woff2"),
	url("../fonts/Modern-Regular.ttf") format("truetype"),
	url("../fonts/Modern-Regular.svg?Modern") format("svg");
	font-weight:400;
	font-style:normal
}
@font-face{
			font-family:"Futura";
			src:url("../fonts/FuturaMedium.otf") format("truetype");
}
/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {

font-family: Futura, sans-serif;
font-size: 14px;
color: #333;
background: #FFF;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 1.42857;

}
img {
	border: 0;
}
input,
textarea,
select,
button {
	font-family: Futura, sans-serif;
    color: #000;
    font-weight: bold;
}
#mobileMenu i,
#mobileCatMenu i,
#mobileCart i {
	color: #333;
	font-size: 24px;
}
.top-menu .icon-menu {
	color: #333;
	font-size: 24px;
}
#closeSlideMenu i {
	color: #c9dae4;
	font-size: 24px;
}

blockquote {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #22303a;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: Futura, sans-serif;
    width: 308px;
}
div.searchlight-results-wrapper {
	border: 2px solid #e2e2e2;
    margin-left: -2px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
    font-family: Futura, sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
    font-family: Futura, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
	background: none;    
	color: inherit;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0px 0px 15px;	
	color: #333;
	display: block;
	position: relative;
}
.menu-headers:before {
	position: absolute;
    content: "";
    top: 5px;
    height: 7px;
    width: 41px;
    right: 0px;
    margin: auto;
    background-image: url("../images/icon-default.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	color: #000;
	background-color: #f9f9f9;
	font-weight: 400;
	text-transform: none;
}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-transform: none;
}
.footer a:hover {
	color: #f67157;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	background: #FFF;
    border: 2px solid #323f49;
	color: #323f49;
    font-family: Futura, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 25px;
	position: absolute;
	top: 40px;
	right: 0;
    text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
    z-index: 5;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 48px;
	font-weight: 400;
	color: #15212a;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0 11px 0 0;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #f67157;
	text-decoration: none;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #000000;
	text-decoration: none;
}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
    padding: 0 0.5em;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
    background: #f9f9f9;
	color: #333;
	text-decoration: none;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
    padding: 0 0.5em;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
    background: #f9f9f9;
	color: #333;
	text-decoration: none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #ccc;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #f67157;
	text-decoration: none;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	//color: #ccc;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #f67157;
	text-decoration: none;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #f67157;
	text-decoration: none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	//color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	//color: #fff;
	text-decoration: none;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #555;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #f67157;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	//color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	//color: #22303a;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #383733;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #22303a;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #383733;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #22303a;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #FFF;
}

#Button3{
	margin-top: 15px;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 28px;
	font-weight: 800;
	color: #22303a;
}
.fluid-breadcrumbs-content {	
    background: url("/assets/images/background2.jpg") left top transparent;
    padding-top: 90px;
    min-height: 255px;
    text-align: center;
    margin-bottom: 62px;
}

.fluid-breadcrumbs-content h1{
	font-size: 36px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 5px;
}
#quickView #listing0 h1.page_headers:before{
    content: none;
}
#quickView #listing0 h1.page_headers:after{
    content: none;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 18px;
	color: #383733;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	//padding-left: 9px;
	border-bottom: 1px solid #383733;
	display: block;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: 400;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/ 
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #333;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #f67157;
	text-decoration: none;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	//color: #000;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	//color: #000000;
	text-decoration: none;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #22303a;
	font-weight: 700;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: 700;
	color: #22303a;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 14px;
	font-weight: 400;
	background-color: #EEE;
	color: #333333;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: 700;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: 300;
	text-align: justify;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #22303a;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 12px;
	font-weight: 400;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align:bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #22303a;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #22303a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 
.btn {
	border: none;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 0 35px;
	height: 40px;
	line-height: 38px;
	border: 2px solid #000;
	-webkit-appearance: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	vertical-align: baseline;
}
.btn:focus, .btn_over:focus {
	outline: none;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	border: none;
	background: #f67157;
    color: #fff;
    border: 2px solid #f67157;	
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 0 35px;
	height: 40px;
	line-height: 38px;
	-webkit-appearance: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {
	border-color: #f67157;
	background: #f67157;
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 0 35px;	
	-webkit-appearance: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #ededed;
	background: #ffffff;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
@media (min-width: 481px) and (max-width: 767px){
	.txtBoxStyle {
		padding: 10.5px 2px;
	}
}
.addToCartBlock .txtBoxStyle{	 
	border: 1px solid #ededed;
	background: #ffffff;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	height: 50px;
	line-height: 50px;
    margin: 0;
	padding: 0px 24px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}
.apQty, .apQty2{
	display: inline-block;
	float: left;
   	 position: relative;
    vertical-align: middle;
    margin-bottom: 1em;
    max-width: 107px;
    min-width: 107px;
    overflow: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.apQty .jsQtyBtn, .apQty2 .jsQtyBtn2{
   	cursor: pointer;
    position: absolute;
    display: block;
    min-width: 26px;
    bottom: 1px;
    border: 1px solid #ededed;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.apQty .jsQtyBtn.qtyDecrease, .apQty2 .jsQtyBtn2.qtyDecrease{
	bottom: 0px;
    right: 0;
    height: 26px;
    line-height: 25px;
    color: #333;
}
.apQty .jsQtyBtn.qtyIncrease, .apQty2 .jsQtyBtn2.qtyIncrease{
	top: 0px;
    right: 0;
    height: 25px;
    line-height: 25px;
    color: #333;	
}
    
/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: 700;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #383733;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
}
.font3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: 400;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF;
}


/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #c9dae4;
}
.accent-bg-color {
    background: #ffffff;
    color: #000;
    border-color: #000;
}
#mainContainer {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    overflow: hidden;
    background-color: #fff;
}
@media (min-width: 1400px){
	#mainContainer {
	    width: 1400px;
		margin: 0 auto;
	}	
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
#mobileMenu {
    cursor: pointer;
	display: none;
	float: right;
	width: 25px;
	height: 25px;
	margin: 12px 0 0 0;
}
#mobileCatMenu {
    cursor: pointer;
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 5px 0 0 0;
}
#mobileCart {
    cursor: pointer;
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 10px 10px 0 0;
}
#closeSlideMenu {
    cursor: pointer;
    display: none;
    text-align: right;
}
.main-menu{
	background: #ffffff;
	padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px){
	.main-menu{
		padding-top: 0;
	    padding-bottom: 30px;
	}
	aside#leftBar{
		margin-top: 20px;
	}
	.save_register{
		margin-bottom: 20px;
		margin-top: 20px;
	}
    .about_us {
    text-align: center;
}
}

.top-menu {
	font-size: 12px;
    min-height: 50px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
@media screen and (min-width: 768px){
	.top-menu {
	    background: #3a3838;
	}
}
.top-menu .topbar-left{
	float: left;
}
.top-menu .topbar-right{
	float: right;
}
.top-menu ul {
    float: right;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu li {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}
@media screen and (max-width: 767px){
	.top-menu li {
	    text-align: left;
	}
}
.top-menu li a{
	position: relative;
    text-transform: capitalize;
    color: #ccc;
    font-family: Futura, sans-serif;
}
@media screen and (min-width: 768px){
	.top-menu li a:before{
		content: "";
		position: absolute;
		width: 1px;
		height: 17px;
		background: #616060;
		right: -12px;
		top: 0;
	}
}

.top-menu li:last-child a:before{
	display: none;
}
.top-menu #FRAME_MENU li:nth-child(2){
	margin-left: 0;
}
.top-menu #FRAME_MENU li{
	line-height: 50px;
}
li.m-search {
    display: none;
    border-bottom: 1px solid #666;
	padding: 1em 2%;
}
.m-search form {
	margin: 0 auto;
	text-align: center;
	line-height: initial;
}
.m-search input {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.m-search input[type="text"] {
	line-height: 30px;
	height: 30px;
	width: 85%;
	background: #FFF;
	border: 1px solid #FFF;
	padding: 0 0 0 15px;
	margin: 0 0;
}
.m-search button {
	cursor: pointer;
	height: 30px;
	background: #c9dae4;
	border: none;
    margin: 0;
    padding: 0;
	width: 15%;
}
.search-focus{
    padding: 0px 0px 5px 0px;
}
#search-icon{
	cursor: pointer;
    color: white;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 24px;
}
#search-icon:hover{
	color: #f67157;
}

#searchBox {
	width: 100%;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
}

#searchBox.open {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#searchBox form {
    position: relative;
}
#search_button {
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    border: medium none;
    color: #333;
    width: 36px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    font-size:28px
}
#searchBox input[type="text"] {
	width: 100%;
	font-size: 21px;
    height: 70px;
    line-height: 36px;
	color: #333;
	background: #eaeaea;
	padding: 0 36px 0 10px;
	border: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: none;
}
#searchBox input[type="submit"] {
	background: #22303a url(../images/lens.png) no-repeat center center;
    border: none;
    cursor: pointer;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 26px;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
header {
	position: relative;
	background: #ffffff;
}
.header-left{
    text-align: center;
    padding: 0;
}
.header-left #logo{
    text-align: center !important;
    padding: 0;
}

.header-right #logo2{
    text-align: center !important;
    padding: 0;
}
#logo2 img {
    max-width: 100%;
    max-height: 135px;
}
@media screen and (max-width: 991px){
	.header-left{
	    margin-bottom: 15px;
	}
}
.header-right{
    align-items: center;
    text-align: center;
    padding: 0;
}
@media screen and (min-width: 992px){
	#logo {
		text-align: left;
	}
}

#logo img {
    max-width: 100%;
    max-height: 135px;
}
#cart {
	position: relative;
	background: transparent;
	color: #e2e0e1;
	float: right;
    display: block;
	font-size: 14px;
    text-decoration: none;
	text-align: center;
	line-height: 50px;
}
#cart:before {
    content: "\f07a";
    position: absolute;
    top: -1px;
    left: -22px;
    display: block;
    color: #fff;
    font-family: "FontAwesome";

}
#cart:before {
    display:none;
}

#cart:hover:before {
	color: #f67157;
}

#cart span#noItems{
	position: relative;
    color: #e2e0e1;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#cart span#noItemsText{
	font-family: Futura, sans-serif;
}
li.search {
	display: none;
}
nav#catNavMenu {
	
}
aside {
	float: left;
    display: block;
}
aside#leftBar {

}
aside#rightBar {

}
aside .module {
	margin-bottom: 25px;
    position: relative;
}
aside .module ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside .module li a {
	line-height: 23px;
}
aside .module .info {
	width: 100%;
}
aside .module .name {
	float: left;
	width: 100%;
	text-align: left;
}
aside .module .price2 {
	float: left;
	width: 100%;
    text-align: left;
}
aside .module .stars {
	float: left;
	width: 100%;
	text-align: left;
}
aside .module .div {
	display: block;
	height: 1px;
	background: #ededed;
	margin: 20px 0;
}
#modNewReleases .item .img{
    width: 40%;
    margin-right: 10px;
    float: left;
}
#modNewReleases .item .info{
    float: left;
    width: 55%;
}
.manf-select {
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
    border: 2px solid #e2e2e2;
	width: 200px;
	overflow: hidden;
	height: 29px;
}
.manf-select select {
	background: transparent;
	border: none;
	line-height: 29px;
	height: 29px;
    margin: 0;
    padding: 0;
	-webkit-appearance: none;
	width: 310px;
}
.topsellers_topitem .img {
	display: table-cell;
	width: 200px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.topsellers_topitem .img {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.topsellers_topitem .info {
	background: #FFF;
	padding: 0.5em 0;
}
.topsellers_topitem .name {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
.topsellers_topitem .price2 {
	float: right;
	width: 30%;
	text-align: right;
	margin-bottom: 10px;
}
#mainContent {
	float: left;
}
.block-manufacture{
    padding: 0 0 50px;
}
.block_content .owl-controls .owl-prev, .block_content .owl-controls .owl-next{
    top: 50%;
    margin-top: -20px;
    font-size: 0px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    text-shadow: none;
    background-color: #333;
    background-image: none;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
}
.block_content .owl-controls .owl-prev{
	right: auto;
    left: 5px;
}
.block_content .owl-controls .owl-next{
    right: 5px;
    left: auto;
}
.block_content:hover .owl-controls .owl-prev, .block_content:hover .owl-controls .owl-next{
	opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.footer-top {    
    padding-bottom: 45px;
    background-color: #f8f8f8;
    
}
.footer-top .aboutfooter{
    background-color: #fff;
    padding: 35px;
    min-height: 267px;
    
}
.footer-top .aboutfooter .aboutfooter--title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 30px;
}
.footer-top .block-service{
    position: relative;
    background-color: #e7f2ee;
    min-height: 267px;
}
.footer-top .block-service .item-service{
    padding-top: 60px;
    text-align: center;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-top .block-service .item-service .icon-m{
    margin-bottom: 5px;
    font-size: 120px;
    display: block;
    font-weight: normal;
}
.footer-middle{
    position: relative;
    padding: 60px 0 0;
    margin-top: 50px;
}
.footer-middle:before{
	content: "";
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1000px;
    margin-left: -1000px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
footer h3 {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    padding: 80px 0 10px;
    margin: 0 0 15px;
    font-family: Futura, sans-serif; 
    
}

@media screen and (max-width: 991px){
	footer h3 {
		padding: 40px 0 10px;
	}
}

#modManufacturer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#modManufacturer ul {
	list-style: none;
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
#modManufacturer li {
	float: left;
	width: 100%;
	display: block;
}
.modLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.modLinks ul {
	list-style: none;
	display: block;	
	margin: 0;
    min-height: 150px;
	padding: 0;
}
.modLinks li {
	float: left;
    width: 100%;
    display: block;
    padding: 5px 0;
}
form[name='mailing'] .select-mailist {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
form[name='mailing'] .select-mailist .mailist-option-label{
    display: none;
    color: #777;
    margin: 0;
    font-size: 14px;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
form[name='mailing'] .select-mailist .mailist-option-label:after{
	position: relative;
	float: none;
	font-size: 14px;
	top: -1px;
	padding-left: 10px;
	content: "\f0dc";
    font-family: fontawesome;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
form[name='mailing'] .select-mailist .dropdown-menu{
	margin-top: 15px;    
    left: auto;
    right: 0;
}
form[name='mailing'] .select-mailist .dropdown-menu:before{
	position: absolute;
    content: " ";
    top: -7px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: 7px solid #c9c9c9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
form[name='mailing'] .select-mailist .dropdown-menu:after{
    position: absolute;
    content: " ";
    top: -6px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: 7px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
form[name='mailing'] .select-mailist:before {
    position: absolute;
    content: " ";
    top: 15px;
    bottom: auto;
    left: 0px;
    right: auto;
    height: 20px;
    width: auto;
    border-left: 1px solid #aeaeae;
}
form[name='mailing'] .select-mailist .mailist-option-label.active{
	display: block;
}
form[name='mailing'] .select-mailist.active .dropdown-menu{
    display: block;
    visibility: visible;
    opacity: 1;
}
form[name='mailing'] .select-mailist .dropdown-menu a:hover,form[name='mailing'] .select-mailist .dropdown-menu a:focus{
	color: #f67157;
	background: transparent;
}
form[name='mailing'] .box-radio + .box-radio {
	margin-left: 10px;
}
form[name='mailing'] .box-radio {
	margin-top: 10px;	
	display: none;
}
form[name='mailing'] .box-radio label{
	font-weight: 100;
}
#mailistBox{
	background-image: url("/assets/images/background2.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    height: 327px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 55px;
    padding-top: 80px;
    text-align: center;
}
@media screen and (min-width: 992px){
	#mailistBox{
		margin-top: 80px;
	}
}
#mailistBox h3 {
	font-family: Futura, sans-serif;
    margin-top: 40px;
    font-size: 30px;
    color: #000;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding: 12px 0px;
}
#mailistBox .mailist-box{ 
	display: inline-block;
	margin-top: 40px;
}
.modal-bg #productReviewNew h1{
	display: none;
}

#mailistBox .input-form{float: left;position: relative;}
#mailistBox .input-form:focus{
	outline: none;
}
#mailistBox .btn-submit{float: left;}


#mailistBox input[type="text"] {
    border: 1px solid #ccc;
    box-shadow: none;
    height: 50px;
    padding: 8px 134px 8px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    background: transparent;
    display: block;
    width: 720px;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: Futura, sans-serif;
}

#mailistBox input[type="text"]:focus {
	outline: none;
}
#mailistBox .btn-submit .btn-submit-news {
	width: 50px;
    height: 50px;
    background: #3a3838;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
}

#mailistBox .btn-submit .btn-submit-news:hover {
	background: #f67157;
	padding: 0;
}

.desc-news{
	color: #000;
	display: block;
    text-transform: uppercase;
}
#mailistBox .select-mailist .mailist-option-label{
    display: none;
}
#mailistBox .select-mailist .mailist-option-label.active{
	display: block;
}

@media screen and (max-width: 991px){
	#mailistBox input[type="text"]{
	    width: 400px;
	}
}

@media screen and (max-width: 480px){
	#mailistBox input[type="text"]{
	    width: 300px;
	}
}

@media screen and (max-width: 350px){
	#mailistBox input[type="text"]{
	    width: 260px;
	}
}

#mailistBox input[type="submit"]:hover {
	background: #f67157;
}
#mailistBox input[type="radio"] {
    margin: 2px 5px 0 0;
    padding: 0;
}

.social-icons {
	float: none;
	display:none;
}
.social-icons a .fa{
	display: block;
    font-size: 19px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 35px;
    display: block;
    color: #888;
    display:none;
}
.social-icons a {
	background: none;
    color: #22303a;
    margin: 0 10px;
    text-decoration: none;
    display:none;
}

.social-icons a:hover .fa{
    color: #f67157;
}
.list-contact li{
	display: block;
    min-width: 100%;
    margin-bottom: 8px;
    line-height: 20px;
}
@media (min-width: 992px){
	.list-contact li {
		min-width: 32.3333%;
	    display: inline-block;
	}	
}
@media (max-width: 991px){
	#leftBar{
	    order: 2;	
	}
	#mainContent{
		order: 1;
	}
}
.list-contact li .icon-m{
    font-size: 18px;
    margin-right: 15px;
}
.footer-top .block-service .owl-carousel{
	position: static;
}
.footer-top .block-service .owl-controls{
	position: absolute;
    text-align: center;
    bottom: 25px;
    width: 100%;
    left: 0;
}
.footer-top .block-service .owl-controls .owl-pagination .owl-page{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 3px;
    background-color: #d7d7d7;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-top .block-service .owl-controls .owl-pagination .owl-page.active{
	background-color: #959595;
}
#copyright {
    padding: 15px 0 50px;
}
#copyright span {
	line-height: 30px;
}
#copyright a{
	color: #999;
	font-weight: bold;
}
#copyright a:hover{
	color: #000;
}
.stats {
	height: 0;
	overflow: hidden;
}
.header-specials {
	position: relative;
    background: transparent;    
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 70px 0 45px;
    padding: 12px 0px;
    color: #000;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    font-family: Futura, sans-serif;
}
@media screen and (max-width: 991px){
	.header-specials {
		margin: 40px 0 45px;
	}
}
.header-specials:before {
	position: absolute;
    content: "";
    bottom: -7px;
    height: 2px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
}
.product-item .status {
    color: #666;
}
/* Block banner top*/
.block__collection .block__collection-item{
    position: relative;
}
.block__collection .block__collection-item .img-category:before{
	position: absolute;
    width: 90%;
    content: "";
    left: 5%;
    top: 15%;
    bottom: 15%;
    height: 70%;
    right: 5%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block__collection .block__collection-item .img-category:after{
    position: absolute;
    width: 70%;
    content: "";
    left: 15%;
    right: 15%;
    top: 5%;
    bottom: 5%;
    height: 90%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    zoom: 1;
    background-color: transparent\9;
    zoom: 1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block__collection .block__collection-item:hover .img-category:before{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.block__collection .block__collection-item:hover .img-category:after{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.block__collection .content_title{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 70px;
    padding: 22px 0 18px;
    margin: auto auto;
    text-align: center;
    background-color: #fff;
    width: 215px;
}
.block__collection .content_title .title-collection{    
    margin: 0 0 5px;
}
.block__collection .content_title .title-collection a{
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
    color: #333;
    -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.block__collection .content_title .item-col{
    text-transform: none;
    font-size: 14px;
    color: #aaa;
}
/* block homehtml */
.html-home{
	background: #ffffff;
	margin-left: 0;
    margin-right: 0;
}
.border-banner{
	border: 10px solid #fff;
}
.block__homehtml{
	background-color: #fff;
    min-height: 381px;
    padding: 20px;
}
.block__homehtml .block__homehtml--title{
	margin: 0 0 45px 0;
    font-size: 24px;
    font-weight: 700;
}
.block__homehtml .des__homehtml--title{
    color: #666;
    margin-bottom: 36px;
}
.block__homehtml .btn{
	height: 40px;
    line-height: 40px;
    padding: 0 28px;
    border: 2px solid #333;
}
@media screen and (min-width: 992px){
	.block__homehtml{
		padding: 42px 30px 30px 55px;
	}
	#listing0 h1 {
	  	  margin: 10px 0 10px;
	}
}

/*	listing_0.html Template
	--------------------------	*/
#listing0 h1 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;

}
#listing0 .extra_field h4 {
    margin-top: 0;
    line-height: 1.42857;
    margin-bottom: 0;
    font-size: 14px;
}
ul#desktopMenu {
	margin: 0;
    padding: 0;
	list-style: none;
	text-align: center;
}
ul#desktopMenu li {
	display: inline-block;
	position: relative;
}
ul#desktopMenu>li.hasSubMenu>a:after{
    position: relative;
    float: none;
    font-size: 9px;
    top: -1px;
    padding-left: 4px;
    content: "\f078";
    font-family: fontawesome;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
ul#desktopMenu>li.hasSubMenu>a:after{
    display:none;
}
ul#desktopMenu li a {
    display: block;
    font-size: 15px;
    padding: 16px 22px;
    font-weight: 300;
    font-family: Futura, sans-serif;
    color: #e2e0e1;
    text-transform: uppercase;
}
ul#desktopMenu li a:hover {
	color: #f67157;
	text-decoration: none;
}
ul#desktopMenu>li>a:before{
	position: absolute;
    bottom: 12px;
    left: 50%;
    color: transparent;
    content: '\f111';
    font-family: "FontAwesome";
    text-shadow: 0 0 transparent;
    font-size: 5px;
    -webkit-transition: text-shadow 0.3s ease,color 0.3s ease;
    transition: text-shadow 0.3s ease,color 0.3s ease;
    margin-left: -2px;
}
ul#desktopMenu>li>a:hover:before{    
    color: #acacac;
    text-shadow: 8px 0 #acacac, -8px 0 #acacac;
}
ul#desktopMenu li ul {
	display: none;
	position: absolute;
    background: #f9f9f9;
	top: 100%;
    left: 0;
	z-index: 10;	
	text-align: left;
    width: 100px;
    margin-left: 5px;
	padding: 15px 0;
    border: 1px solid black;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.24);
}
ul#desktopMenu li:hover ul {
	display: block;
}
ul#desktopMenu li ul li {
	margin: 0;
	padding: 3px 0px;
	float: left;
	display: block;
	width: 100%;
}
ul#desktopMenu li ul li a:hover {
	color: #f67157;
    text-align: left;
}
ul#desktopMenu li ul li a {
	color: #333;
	text-transform: none;
	font-weight: normal;
	padding: 0 15px;
	display: block;
    text-align: left;
}

.down {
	float: right;
	margin-top: -25px;
	margin-right: 7px;
	font-weight: bolder;
	color: #AAA;
}

/*	Responsive Navigation Menu
	--------------------------	*/

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 10px;
	line-height: 1.125em;
	cursor: pointer;
	margin: 2px;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
	font-size: 16px;
	display: none;
}
/* Button */
.slicknav_btn {
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
    float: left;
}
.slicknav_nav {
    background: #22303a;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.subMenu {
    background: #000;
}
.slicknav_nav .subMenu a.subcat,
.slicknav_nav .subMenu a.subcat:visited {
	color: #fff;
}
.slicknav_nav .slicknav_row:hover {
	background: #c9dae4;
	color: #000;
}
.slicknav_nav a:hover {
	background: #c9dae4;
	color: #000;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav a.cat:hover,
.slicknav_nav a.cat:visited:hover {
    color: #000;
}
.slicknav_nav a.cat,
.slicknav_nav a.cat:visited {
    color: #FFF;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: block;
	padding: 0;
	margin: 0;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}
.view-by{
	display: inline-block;
}
.view-by span{
	text-transform: uppercase;
}
.view-by .view-by-item{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 1px 6px;
    border: 1px solid #ddd;
    color: #dbdbdb;
    min-width: 40px;
    text-align: center;
    margin-right: 10px;
}
.view-by .view-by-item.active{
	color: #333333;
	border-color: #333333;
}

/*	Theme Responsive Styles
	-----------------------	*/
.only-mobile{
	display: none;
}
@media only screen and (max-width: 767px) {
	.modLinks ul{
		text-align: center;
                
	}
	.view-by{
		display: none;
	}
.header-left{
	position: static;
	padding: 0;
}
.top-menu .topbar-left{
	float: right;
}
.top-menu .container{	
	padding-left: 0;
	padding-right: 0;
}
.search-focus{display: none;}
#search-icon{font-size: 24px;}
#mobileCart{z-index: 22;}
html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
	width: 100% !important;
	margin: auto;
	padding: 0 20px;
}
.top-menu {
    height: 50px;
}
.top-menu ul {
    float: none;
}
.top-menu li {
    display: block;
    margin: 0;
}

nav#catNavMenu {
    border: none;
    margin: 0;
}
ul#desktopMenu {
    display: none;
}
/* nav */
.slicknav_menu {
    display: block;
}

#mainContent {
	display: block;
	width: 100% !important;
}
#logo {
    float: none;
}
#logo img {
    max-width: 100%;
    margin-top: 13px;
}
#searchBox {
	width: 100%;
	padding: 0 2em;
}
#searchBox input[type="text"] {
	width: 100%;
}
.mobile .search {
	display: block;
	border: 1px solid #000;
	margin: 5px 0 15px 0;
}
.mobile .search form {
	margin: 0 auto;
	text-align: center;
}
.mobile .search input {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.mobile .search input[type="text"] {
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
	height: 30px;
	width: 80%;
	background: #FFF;
	border: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.mobile .search input[type="submit"] {
	width: 20%;
	height: 30px;
	background: #FFF url(../images/lens.png) no-repeat center center;
	border: none;
	cursor: pointer;
}
#homeHeader {
	border: none;
	margin-bottom: 0;
}
#homeHeader img {
	width: 100%;
	height: auto;
}
.header-specials {
	width: 100%;
	margin-bottom: 25px;
}
footer h3 {
    text-align: center;
}
footer .col1,
footer .col2,
footer .col3 {
    margin: 0;
    width: 100%;
}

#modManufacturer ul {
    text-align: center;
    width: 100%;
}
#modManufacturer li {
    float: none;
    width: auto;
}
#modManufacturer a.view-all-manf {
    display: none;
}
#modManufacturer select {
    border: 2px solid #e2e2e2;
    padding: 3px;
    width: 100%;
}
#modLinks ul {
    text-align: center;
    width: 100%;
}
#modLinks li {
    float: none;
    width: auto;
}
#mailistBox {
	margin-top: 30px;
}
#mailistBox label {
	text-align: center;
}
#mailistBox h3{
	text-align: center;
}
#mailistBox input[type="submit"] {
	width: 100%;
}
#copyright {
	float: none;
	text-align: center;
}
.social-icons {
	width: 100%;
	display: block;
	margin: 0 0 25px;
	position: relative;
	text-align: center;	
}
.social-icons a {
	float: none;
	display: inline-block;
}

#globalFooter {
	float: none;
	text-align: center;
	margin-bottom: 25px;
    width: 100%;
}

/* General styles for Slide Out Menus */
.cbp-spmenu {
	background: #22303a;
	position: fixed;
}
.cbp-spmenu a,
.cbp-spmenu a:visited {
	display: block;
	font-size: 1.1em;
	font-weight: 300;
    text-align: left;
}
.cbp-spmenu a:hover,
.cbp-spmenu a:visited:hover {
}
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid #666;
	padding: 1em;
	line-height: 1;
    color: white!important;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #000;
}
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
    z-index: 1050;
    overflow-y: auto;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}
/* Push classes applied to the body */
 
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */
 
.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

}

@media only screen and (max-width: 980px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
    width: 100%;
	padding: 0 15px;
}


}
.popup-container[data-popupid="quickview"] .popup-wrapper{
	padding: 0;
}
.popup-backdrop{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 1040;
}
.popup-backdrop.active{display: block;}
.popup-container .popup-wrapper{
	display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: #ffffff;    
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.popup-container{
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    padding: 30px;
    z-index: 1050;
}
.popup-container .popup-close{
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    background: #333;
    font-size: 26px;    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}
.popup-container .popup-close:before{
	content: "\00D7";
}    
.popup-content .popup-iframe{
	display: block;
    width: 100%;
}
.popup-container.modal-md {
	max-width: 750px;
}
[data-popupid='newsletter'] .popup-wrapper{
    background: url('../images/pnewletter_bg.jpg') no-repeat scroll top left #fff;
    padding: 20px;
    width: 750px;
    min-height: 420px;    
    text-align: center;
}

@media screen and (max-width: 991px){
	[data-popupid='newsletter'] .popup-wrapper{
		display: none;
	}
}

[data-popupid='newsletter'] .popup-content{
    width: 50%;
    padding: 30px 10px;
    float: right;
}
[data-popupid='newsletter'] h3{    
    font-size: 24px;
    color: #333;    
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
[data-popupid='newsletter'] .pnewle-message{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 45px;
}
[data-popupid='newsletter'] .pnewle-form{
    width: 90%;
    margin-left: 5%;
}
[data-popupid='newsletter'] input[name='email']{
    display: block;
    height: 40px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #000;
}
[data-popupid='newsletter'] .input-form{
    position: relative;
}
[data-popupid='newsletter'] form[name='mailing'] .select-mailist .mailist-option-label{
	color: #000;
	opacity: 1;
}
[data-popupid='newsletter'] form[name='mailing'] .select-mailist:before{
	border-left-color: #000;
}
[data-popupid='newsletter'] .pnewle-message span{
    color: #f6958c;
    text-transform: uppercase;
    font-weight: 700;
}
[data-popupid='newsletter'] .btn-submit input{
	border: 0;
 	margin-top: 38px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 35px;
    height: 45px;
    min-width: 180px;
    font-weight: 700;
}
[data-popupid='newsletter'] .btn-submit input:hover{
    background-color: #000;
}

.navbar-fixed-top{
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.5);
}

@media (min-width: 544px) {
	.popup-container {
		max-width: 606px;
	}
}

@media (min-width: 768px) {
	.popup-container {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.popup-container {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.popup-container {
		max-width: 1100px;
	}
}
.productBlockContainer{
	display: flex;
    flex-wrap: wrap;
}
.display-list-view.productBlockContainer {
    flex: 0 0 100%;
    margin-bottom: 0;
}
.display-list-view.productBlockContainer .productContainer{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.display-list-view .productContainer{
	padding: 15px!important;
}
.display-list-view .productContainer .img{
	float: left;
	width: 33%;
}
.display-list-view .product-item .product-meta{
    text-align: left;
    float: left;
    width: 67%;
}
.display-list-view .product-item .stars{
	left: 20px;
}
.display-list-view .product-item .product-meta .price {
	text-align: left;
}
.product-meta.titles3 > div {
	font-size: 20px !important;
	font-weight: 700;
}

.text-center{
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.group-box {
		padding-bottom: 60px;
	}
}
.group-box .aprawhtml h4 a{
	font-weight: 800;
	font-size: 14px;
	font-family: Futura, sans-serif;
}
.group-box .aprawhtml h4 a:hover{
	color: #f67157;
}
.group-box .aprawhtml p{
	color: #666;
}
.icon_box {
	margin-bottom: 15px;
}
.icon_box .fa{
	font-size: 22px;
	width: 70px;
	height: 70px;
	background: #f3f3f3;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	padding-top: 10px;
}
.icon_box .fa:hover{
	background: #f67157;
	color: #fff;
}
.about_us{
	color: #666;        
}
.contact-ul{
	padding: 0;
	list-style: none;
	margin-top: 20px;
        
}
.contact-ul li{
    margin-bottom: 15px;
}
.contact-ul li em{
	color: #000;
	font-size: 16px;
	width: 30px;
}
.about_desc{
	line-height: 25px;
        }
@media only screen and (min-width: 992px) {
	.about_desc{
		padding-right: 75px;
                
	}
}

/*Animation for image*/
.effect-julia a {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-julia a:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(20deg, 0deg);
  transition: all 0.5s ease 0s;
  width: 70%;
  left: -100%;
}
.effect-julia a:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(20deg, 0deg);
  transition: all 0.5s ease 0s;
  width: 70%;
  right: -100%;
}
.effect-julia a:hover:before {
  left: -20%;
}
.effect-julia a:hover:after {
  right: -20%;
}

.effect-julib {
  overflow: hidden;
  position: relative;
}
.effect-julib > a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.effect-julib > a img {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: inline-block;
  backface-visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.effect-julib:hover > a img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
}

@media screen and (max-width: 320px){
	.social-icons a {
		float: left;
	}
}
.fileinput-button:hover{
	color: #fff;
	background: #f67157;
	border-color: #f67157;
}
.btn_preview{
	margin-top: 20px;
}
.table_registry tr td b, .table_registry tr td input {
	margin-top: 10px;
}

.breadcrumbsBlock { display: none;}

.breadcrumbs ul li a {
    color: #ffffff;
}

.media h4 a {
	color:#000
}

.icon_box img {
	width: 50px;
	height: 50px;
}

#cart img {
    position: absolute;
    top: 0;
    margin-left: -25px;
    color: #fff;
}

A.subcat:visited:hover {
    background: #f9f9f9;
}
A.subcat:hover {
    background: #f9f9f9;
}

/* listing updates */
#listing0.custom_style .detail-section .alpha-col {
	width: 100%;
}
#listing0.custom_style .addToCartBlock .qtybox-addcart button {
	float: none;
	margin: 5px 15px;
}
#listing0.custom_style .relatedBlock .product-container {
	width: 100%;
}
#listing0.custom_style .relatedBlock .header-specials {
	display: none;
}
#listing0.custom_style .relatedBlock .txtBoxStyle{	 
	border: 1px solid #ededed;
	background: #ffffff;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	height: 50px;
	line-height: 50px;
    margin: 0;
	padding: 0px 24px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#listing0.custom_style .relatedBlock .product-meta {
	border-bottom: 1px dotted #333;
}
#listing0.custom_style .relatedBlock .product-meta:after {
	content: '';
	display: block;
	clear: both;
}
#listing0.custom_style .relatedBlock .product-meta > div {
	line-height: 40px;
	font-size: 14px;
	float: left;
	margin-right: 12px;
}
@media screen and (max-width: 767px) {
	#listing0.custom_style .relatedBlock .product-meta {
		padding-bottom: 15px;
	}
	#listing0.custom_style .relatedBlock .product-meta > div {
		line-height: 24px;
		font-size: 14px;
		float: none;
		display: block;
		width: 100% !important;
		margin: 0px auto;
		text-align: center !important;
	}
	#listing0.custom_style .relatedBlock .name a {
		display: block !important;
		min-height: inherit !important;
	}
}
#listing0.custom_style .relatedBlock .name, #listing0.custom_style .relatedBlock .price, #listing0.custom_style .relatedBlock .Qty2, #listing0.custom_style .relatedBlock .action {
	padding: 5px;
}
#listing0.custom_style .relatedBlock .action {
	display: block;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#listing0.custom_style .relatedBlock .action {
		text-align: center;
	}
}
#listing0.custom_style .relatedBlock .name {
	width: 38%;
}
#listing0.custom_style .relatedBlock .name a {
	min-height: 40px;
	line-height: 20px;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: -moz-box-flex;
	-moz-box-align: center;
}
#listing0.custom_style .relatedBlock .price {
	width: 15%;
	padding: 5px 10px;
	text-align: right;
}
#listing0.custom_style .relatedBlock .Qty2 {
	width: 107px;
	text-align: center;
}

#searchBox {
    
}

@media only screen and (max-width: 767px) {
    .product-item .name {
        height: auto;
    }
    .product-item .name a {
        font-size: 13px;
    }
    .columns-3 .btn {
        font-size: 12px;
        padding: 1px 6px;

    }
    .columns-3 .product-item .stars {
        display:none;
    }
}

.sub-categories {
    background: #14244c;
}
.sub-categories:hover {
    background: #000;
}
.sub-categories .name {
    font-size: 20px;
    color: #fff;
}

#checkoutSinglePagev2 .chkComments {
    display:block;
}
#checkoutSinglePagev2 #divApplyCoupon .coupon-container {
    display: block;
}
#checkoutSinglePagev2 .coupon-field input#coupon {
    background: #eaeaea;
}


@media (min-width: 1200px) {
	.main-menu .container {
		width: 1200px;
	}
}


#logo img {
    max-width: 115%;
    max-height: 140px;
    margin: -1px 0 0 -40px;
}

#logo2 img {
    max-width: 100%;
    max-height: 135px;
    margin-top: -11px;
}

@media only screen and (max-width: 1024px) {
	#logo2 img {
		max-width: 230px;
		max-height: 135px;
		margin-top: auto;
	}

	#logo img {
		max-width: 230px;
		max-height: 139px;
		margin: auto;
	}

	#searchBox input[type=text] {
        margin: 10px 0;
    }
}