/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Tue, Sept 23 2014
*/

/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #a7bd8c url(../../../../assets/homepage/new/green_bg.gif) no-repeat center top;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
input,
textarea,
select {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#mobileMenu i,
#slideMenu i,
#mobileCart i,
#mobileCatMenu i {
	color: #FFF;
	font-size: 21px;
}
#closecbpMenu i {
	color: #FFF;
	font-size: 21px;
}
blockquote {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #a7bd8c;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
div.searchlight-results-wrapper {
	border: none;
    margin-top: 1px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	margin: 10px 0 0 0;
	padding: 0;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/*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 {
	font-family: 'ND-Header', CenturyGothic, AppleGothic, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 1px #55361a;
	height: 35px;
	line-height: 38px;
	display: block;
	margin-bottom: 10px;
	background: #a7bd8c;
	border-radius: 8px 8px 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 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 6px;
}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:hover, .footer a:visited:hover {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
	font-weight: normal;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	width: 42px;
	height: 44px;
	line-height: 44px;
	background: #a7bd8c;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #a7bd8c;
	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: 11px;
	color: #5a5853;
	font-weight: normal;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
/*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: 12px;
	font-weight: normal;
	color: #3B3B3B;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 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: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	display: block;
	line-height: 22px;
	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: #FFF;
	/* background: #a7bd8c; */
	/* text-decoration: none; */
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 22px;
	padding: 0 10px 0 15px;
	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: #FFF;
	/* background: #a7bd8c; */
	/* 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: #5a5853 !important;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px;
	padding: 0 10px 0 5px;
	text-decoration: none;
	display: block;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
	color: #5a5853 !important;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #5a5853 !important;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px;
	padding: 0 10px 0 5px;
	text-decoration: none;
	display: block;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
	color: #5a5853 !important;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	font-family: ND-Header, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -0.03em;
	padding: 0 .8em;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #cfcfcf;
	text-decoration: none;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	font-family: ND-Header, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -0.03em;
	padding: 0 1.5em;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #cfcfcf;
	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: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #cfcfcf;
	text-decoration: none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	color: #cfcfcf;
	text-decoration: none;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #5a5853;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #a7bd8c;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	color: #5a5853;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	color: #a7bd8c;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #2c3e50;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	padding: 4px 6px;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #FFF;
	background: #5973b6;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #2c3e50;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	padding: 4px 6px;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #FFF;
	background: #5973b6;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
}
/*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;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 20px;
	font-weight: bold;
	color: #a7bd8c;
	margin-top: -5px;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 9px;
	border-bottom: 1px solid #000;
	display: block;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 13px;
	color: #55361a;
	font-weight: bold;
	letter-spacing: 0;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: bold;
	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: #889d6a;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #889d6a;
	text-decoration: underline;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	color: #889d6a;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	color: #889d6a;
	text-decoration: underline;
}
/*******************************************************************************************************/
/*   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: #000;
	font-weight: bold;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: bold;
	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: bold;
	color: #a7bd8c;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE;
	color: #a7bd8c;
	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: bold;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	/* font-size: 12px; */
	/* color: #000; */
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #a7bd8c;
	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: bold;
	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: #a7bd8c;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #a7bd8c;
	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 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border: none;
	background: #a7bd8c;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px 0;
	padding: 9px 14px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border: none;
	background: #55361a;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px 0;
	padding: 9px 14px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {
	border: none;
	background: #55361a;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px 0;
	padding: 9px 14px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: normal;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	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: normal;
	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;
}

/********************************************/
/*   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: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: bold;
	color: #a7bd8c;
}
.font3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: bold;
	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: #a7bd8c;
}
.accent-bg-color {
    background: #e1e5d6;
    color: #000;
}

#mainContainer {
	width: 1010px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 0px 20px #444444;
	background: #d9ddcf;
}
.wrapper {
	background: #FFF;
	padding: 0 9px;
}
#mobileMenu {
	display: none;
	float: left;
	width: 30px;
	height: 25px;
    margin: 30px 20px 0 20px;
}
#slideMenu {
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 0 10px 0 10px;
    cursor: pointer;
}
#closeSlideMenu {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 0 0px 10px 10px;
    cursor: pointer;
}
#closecbpMenu {
    cursor: pointer;
    display: none;
    text-align: right;
	position: absolute;
	right: 0px;
}
.cbp-spmenu-vertical #closecbpMenu {
	border: 0px;
}
#mobileCatMenu {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 3px 10px 0 0;
}
#mobileCart {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 0 10px 0 0;
}
header {
	min-height: 115px;
	position: relative;
	background: white;
	margin: 0 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 2px #888;
	padding: 0px 14px;
	margin-bottom: 7px;
}
#logo {
	float: left;
	padding-top: 5px;
}
#logo img {
	margin-top: 1%;
	max-width: 100%;
	max-height: 100px;
}
nav {
	line-height: 41px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55361a), to(#321e0b));
	background: -webkit-linear-gradient(top, #55361a, #321e0b);
	background: -moz-linear-gradient(top, #55361a, #321e0b);
	background: -ms-linear-gradient(top, #55361a, #321e0b);
	background: -o-linear-gradient(top, #55361a, #321e0b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55361a', endColorstr='#321e0b');
}
nav#catNavMenu {
    height: auto;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}
nav li {
	float: left;
	line-height: 38px;
}
nav li.div {
	width: 2px;
	height: 38px;
	display: inline-block;
}
.utils {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-right: 1%;
}
.utils a, .utils a:visited {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.utils a:hover, .utils a:visited:hover {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
#cart {
	float: right;
	line-height: 25px;
	text-align: right;
	margin: 1px -22px 0px 0;
	border-bottom: 2px dotted #e1e5d6;
	border-left: 2px dotted #e1e5d6;
	border-radius: 0 0 0 50px;
	padding: 4px 7px 0 23px;
}
#searchBox {
    /* float: right; */
    width: 100%;
    /* background: #FFF; */
    /* margin-right: 10px; */
    /* margin-top: 3px; */
    border-radius: 7px;
    height: 28px;
    border: 1px solid #A7BD8C;
}
#searchBox form {
    position: relative;
}
#searchBox input {
	float: left;
}
#searchBox input[type="text"] {
	color: #5a5a5a;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -.03em;
	width: 80%;
	height: 29px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#searchBox input[type="submit"] {
	color: #5a5a5a;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: url(../images/lens.png) no-repeat center center;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.login {
	float: right;
	line-height: 30px;
	background: #55361a;
	width: 305px;
	text-align: right;
	padding-right: 20px;
	margin-right: -34px;
	border-radius: 0 0 0 25px;
}
.m-search {
    display: none;
    margin: 8px 2% -2px 2%;
	box-shadow: 0px 0px 2px #888;
}
.m-search form {
	margin: 0 auto;
	text-align: center;
}
.m-search input {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.m-search input[type="text"] {
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
	height: 30px;
	width: 85%;
	background: #FFF;
	border: none;
	padding: 0 0 0 15px;
	margin: 0 0;
}
.m-search input[type="submit"] {
	width: 15%;
	height: 30px;
	background: #FFF url(../images/lens.png) no-repeat center center;
	border: none;
	cursor: pointer;
}
aside#leftBar {
	float: left;
	width: 195px;
	margin: 7px 9px 0 0;
	padding: 0;
    display: block;
}
aside#rightBar {
	float: right;
	width: 195px;
	margin: 7px 0 0 5px;
	padding: 0;
    display: block;
}
aside .module {
	background: #e1e5d6;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0 0 20px;
	border: 1px solid #a7bd8c;
}
aside .module ul {
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
}
aside .module .info {
	width: 100%;
	padding: 0 15px;
}
aside .module .name {
	line-height: 1em;
	margin-bottom: 10px;
}
aside .module .price2 {
	float: left;
}
aside .module .stars {
	float: right;
}
aside .module .div {
	display: block;
	height: 1px;
	background: none;
	border-bottom: 1px dashed #c3c3c3;
	margin: 10px 15px;
}
.manf-select {
	width: 181px;
	overflow: hidden;
	height: 29px;
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
	border: 1px solid #a7bd8c;
	margin-left: 6px;
	margin-bottom: -9px;
}
.manf-select select {
	width: 210px;
	height: 29px;
	line-height: 29px;
	-webkit-appearance: none;
	background: transparent !important;
	border: none;
}
.topsellers_topitem {
	position: relative;
	background: #FFF;
	border: 1px solid #c3c3c3;
	margin: 0 12px;
	padding: 0 0 10px 0;
}
.topsellers_topitem .img {
	display: table-cell;
	width: 171px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.topsellers_topitem .img img {
	width: 150px;
}
.topsellers_topitem .info {
	padding: 0.5em 0;
}
.topsellers_topitem .action a,
.topsellers_topitem .action a:visited {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #000;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
.topsellers_topitem .action a:hover,
.topsellers_topitem .action a:visited:hover {
    color: #FFF;
	background: #AD0413;
	text-decoration: none;
}
#modCategory ul.mobile {
    /* display: block !important; */
}
#mainContent {
	float: left;
	width: 100%;
	margin: 7px 0 0;
	padding: 0;
}
footer {
	/* min-height: 100px; */
	position: relative;
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55361a), to(#321e0b)); */
	/* background: -webkit-linear-gradient(top, #55361a, #321e0b); */
	/* background: -moz-linear-gradient(top, #55361a, #321e0b); */
	/* background: -ms-linear-gradient(top, #55361a, #321e0b); */
	/* background: -o-linear-gradient(top, #55361a, #321e0b); */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55361a', endColorstr='#321e0b'); */
	background: #55361A;
}
.footer-top {
	height: 6px;
	border: 1px solid #840b16;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e30216), to(#9b0714));
	background: -webkit-linear-gradient(top, #e30216, #9b0714);
	background: -moz-linear-gradient(top, #e30216, #9b0714);
	background: -ms-linear-gradient(top, #e30216, #9b0714);
	background: -o-linear-gradient(top, #e30216, #9b0714);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30216', endColorstr='#9b0714');
}
ul.frame-links {
	list-style: none;
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 22px;
}
ul.frame-links li {
	/* display: inline-block; */
	margin-right: 15px;
}
#copyright {
	text-align: center;
	margin-top: 10px;
}
#modMailist label {
	line-height: 14px;
	display: block;
	margin-bottom: 9px;
}
#modMailist form {
	  margin-bottom: -5px;
}
#modMailist input {
	float: left;
}
#modMailist input[type="text"] {
	color: #83827f;
	width: 135px;
	margin: 0 2px 10px 5px;
}
#modMailist input[type="submit"] {
	margin: 0 0 10px 0;
}
.stats {
	height: 0;
	overflow: hidden;
}

/*	home.html Template
	------------------	*/
.header-specials {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #a7bd8c;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 10px;
}
.product-item {
	background: #FFF;
	border: 1px solid #e9e9e9;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.product-item .name {
	min-height: 60px;
}
.category-footer {
	border-top: 1px solid #E1E5D6;
	padding: 15px 0;
}

/*	listing_0.html Template
	-----------------------	*/
#listing0 h1 {
    font-size: 18px;
}

/*	checkout-step4.html Template
	----------------------------	*/
#checkoutThankYou .section-2 a {
    font-size: 14px;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
	border: 1px solid #e9e9e9;
}

/*	Theme Responsive Styles
	-----------------------	*/

/* Mobile Layout */
@media only screen and (max-width: 767px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
	padding: 0 !important;
    background: #ffffff;
}
#mainContainer {
	width: 100% !important;
	margin: auto;
	box-shadow: none;
}
.top-menu-bar {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55361a), to(#321e0b));
	background: -webkit-linear-gradient(top, #55361a, #321e0b);
	background: -moz-linear-gradient(top, #55361a, #321e0b);
	background: -ms-linear-gradient(top, #55361a, #321e0b);
	background: -o-linear-gradient(top, #55361a, #321e0b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55361a', endColorstr='#321e0b');
    margin-bottom: 0px;
    min-height: 35px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#mobileMenu {
	margin: 2px 0 0 10px;
}
header {
	min-height: 140px;
    padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
}
aside {
	display: none !important;
	visibility: hidden !important;
}
#mainContent {
	display: block;
	width: 100% !important;
	padding-bottom: 2em;
}
#logo {
	float: none;
	margin: 0;
    height: 80px;
	width: auto;
	text-align: center;
	padding-top: 3px;
}
#logo img {
	max-width: 100%;
    max-height: 70px;
}
#searchBox {
	width: 100%;
	margin: 0 !important;
}
#searchBox input[type="text"] {
	width: 90%;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
#searchBox input[type="submit"] {
	height: 30px;
}
nav {
	width: 100%;
	height: auto;
    overflow: visible;
}
nav#catNavMenu ul {
	display: none;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 10px;
    z-index: 1005;
}
nav#catNavMenu li {
	float: none;
	text-align: center;
	display: block;
}
nav#catNavMenu li a,
nav#catNavMenu li a:visited {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 2.5em !important;
	width: 100%;
	float: none;
	display: block;
	padding: 0 !important;
}
nav#catNavMenu li.div {
	display: none;
}
#homeCarousel {
    position: relative;
	margin: 0 auto 15px !important;
    overflow: hidden;
}
#homeCarousel img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#homeHeader {
	border: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#homeHeader img {
	width: 100%;
	height: auto;
}
.productBlockContainer {
	margin: 0;
}
.header-specials {
	width: 100%;
	text-align: center;
}
.product-item {
	width: 95%;
	margin: 0 auto 13px;
}
.last-item .product-item {
	margin: 0 auto 13px;
}
.product-item .img {
	width: 100%;
	margin: 0 auto;
}
footer {
}
#copyright {
	float: none;
	text-align: center;
}
#FRAME_LINKS {
	float: none;
}
ul.frame-links {
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: -12px;
	padding: 1.5em 0;
}
ul.frame-links li {
	float: none;
	display: block;
	margin: 0 0 10px 0;
}
.social-icons {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding: 14px 0 0 0;
}
.social-icons a {
	float: none;
	display: inline-block;
}
#globalFooter {
	float: none;
	text-align: center;
	/* margin-top: 10px; */
}


/* General styles for Slide Out Menus */
.cbp-spmenu {
	/* background: #000; */
	position: absolute;
}
.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 {
}
#subcatlist a {
	padding: 0px;
	font-size: 12px !important;
	line-height: 18px !important;
}
#subcatlist {
	margin: -8px 0 0 0;
	padding: 0px;
	display: none;
}

/* 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 #000;
	padding: .5em;
}
.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;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}
.cbp-spmenu-open li {
    float: none;
}
.cbp-spmenu-open .div {
    display: none;
}
/* 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;
}

/* Nicki's Diapers Additions - 2015 */
#viewCart .third-party-payment {
	max-width: 50%;
}
.hide-tablet {
	display: none;
}
#subcategoriesBlock .columns-3 li {
    width: 100% !important;
}
#subcategoriesBlock .columns-6 li {
    width: 100% !important;
}
#prodtitle {
	margin: 5px 0 10px 0 !important;
}
#divOptionsBlock .dropdown-image {
	margin: 5px 0px 0px 0px !important;
}
table {
	width: 100% !important;
	height: auto !important;
}
#rTabs img {
	width: 100%;
	height: auto;
}
.review-info {
	width: 100%;
}
#viewCart .item-qty {
	margin: 0px;
	width: 70%;
}
#viewCart .item-total {
  float: right;
  width: 20%;
  text-align: right;
  padding-right: 15px;
}
#viewCart .item-price {
  float: left;
  text-align: left;
}
#viewCart .update-qty {
  display: inline;
  font-size: 11px;
  margin: 0px;
}
#viewCart .shoppingCartTotal div {
  margin-bottom: -15px;
  padding-left: 5px;
  float: left;
}
.item-price2 {
	float: left !important;
}
.item-total2 {
	float: right !important;
}
.item-price2, .item-total2 {
	margin-bottom: -8px;
}
#productReviewNew .review-submit-button {
  margin: 0 0 15px 0;
}
.phone-only {
	display: initial !important;
	visibility: visible !important;
}
#four-o-four {
	padding: 0px !important;
}
#four-o-four .container {
	width: 100% !important;
}
#four-o-four .content .image {
	width: 100% !important;
	background: url('/assets/templates/v40001-html5/images/404phone.jpg') no-repeat;
	background-position: center;
}
.hide-phone {
	display: none !important;
}
#blog .blogNav {
	position: initial !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 12px !important;
}
#blog .button {
    display: none;
}
#blog .blogNav select {
    width: 95%;
    margin-left: 2.5%;
}
.no_float_mobile {
	float: none !important;
	margin-bottom: 10px;
}
td.galleryimg {
	width: 49% !important;
	display: inline-block;
}
.galleryimg img {
	max-width: 100% !important;
}
.imggrid4 {
    width: 49.2% !important;
}
.columns-2 .sub-categories .img img {
    max-width: 130px !important;
}
.dropdown {
    display: initial !important;
    float: none !important;
}
.dropdown-content {
    display: none !important;
}
.tablet-only {
    display: none;
}
.menu-headers {
    display: none;
}
#modCategory a, #modCategory a:visited {
    display: block;
    font-size: 1.1em !important;
    font-weight: 300 !important;
    text-align: left;
    font-family: ND-Header, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFF !important;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.03em;
    padding: 0 7px !important;
    line-height: 54px;
    margin-top: -6px;
}
#modCategory a:hover, #modCategory a:visited:hover {
	color: #cfcfcf !important;
	text-decoration: none;
}

}


@media only screen and (max-width: 767px) and (orientation: landscape) {

#subcategoriesBlock .columns-3 li {
    width: 33.333% !important;
}
#subcategoriesBlock .columns-6 li {
    width: 50% !important;
}
.columns-3 .product-container {
    width: 33.333% !important;
}
#divOptionsBlock .dropdownimage-format select {
	width: 400px !important;
}
.gallery-grid {
	display: table !important;
}
.gallery-grid tbody {
	display: table-row-group !important;
}
.gallery-grid td{
	display: table-cell !important;
}
.gallery-grid tr{
	display: table-row !important;
}
.prod-thumb img {
	width: 100px !important;
	padding: 0 10px !important;
}
#rTabs img {
	max-height: 300px !important;
	width: auto !important;
}
#rTabs table {
	display: table !important;
}
#rTabs tbody {
	display: table-row-group !important;
}
#rTabs td{
	display: table-cell !important;
}
#rTabs tr{
	display: table-row !important;
}
body {
    background: #ffffff;
}
td.galleryimg {
	width: 25% !important;
}

}


/* Resolution Width: 980 pixels */
@media only screen and (max-width: 980px) {
    
header ul.mobile {
    background: #e1e5d6;
	border: 2px solid #a7bd8c;
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
    position: absolute;
	top: 35px;
    z-index: 1005;
}
header ul.mobile li {
	float: none;
	text-align: center;
	display: block;
	margin: 0px !important;
}
header ul.mobile li a,
header ul.mobile li a:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5em;
	width: 100%;
	float: none;
	display: block;
	padding: 0;
}

/* Nicki's Diapers Additions - 2015 */
.hide-tablet {
	display: none;
}
.subcat {
	display: none !important;
}
#subcategoriesBlock .columns-3 li {
    width: 33.333%;
}
#subcategoriesBlock .columns-6 li {
    width: 33.333%;
}
body {
    background: #ffffff;
}
.tablet-minus {
    display: initial !important;
    visibility: visible !important;
}
}

/* Resolution Width: 768 pixels - 980 pixels */
@media only screen and (min-width: 768px) and (max-width: 980px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
	padding: 0 !important;
    background: #ffffff;
}
#mainContainer {
    width: 100%;
}
.product-item {
	width: 100%;
}
#mobileMenu {
    display: block;
}
aside#leftBar {
    display: none;
}
aside#rightBar {
    display: none;

}
#slideMenu {
    display: block;
}
#closeSlideMenu {
    display: block;
}
#logo {
	width: 45%;
}

/* Nicki's Diapers Additions - 2015 */
.hide-tablet {
	display: none;
}
#mobileMenu i, #slideMenu i, #mobileCart i, #mobileCatMenu i {
  color: #55361a !important;
  font-size: 28px !important;
  margin-left: -5px !important;
}
header ul.mobile li a, header ul.mobile li a:visited {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5em;
  width: 100%;
  float: none;
  display: block;
  padding: 0;
}
header ul.mobile {
  background: #e1e5d6;
  border: 2px solid #a7bd8c;
  display: none;
  width: 96.5%;
  height: auto;
  padding: 10px;
  position: absolute;
  top: 116px;
  z-index: 1005;
}
#subcatlist {
	display: none;
}
#subcategoriesBlock .columns-3 li {
    width: 33.333%;
}
#subcategoriesBlock .columns-6 li {
    width: 33.333%;
}
.tablet-only {
    display: initial !important;
}

}


/* Tablet Layout: Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

#blog .blogNav {
    width: 22% !important;
}
#slideMenu {
    display: block;
}
aside#leftBar {
    display: none;
}
aside#rightBar {
    display: none;
}

/* Nicki's Diapers Additions - 2015 */
.hide-tablet {
	display: none;
}
#subcategoriesBlock .columns-3 li {
    width: 33.333%;
}
#subcategoriesBlock .columns-6 li {
    width: 33.333%;
}
.tablet-portrait-only, .tablet-portrait-only ul, .tablet-portrait-only li {
	display: inline !important;
	visibility: visible !important;
}

}

/* Tablet Layout: Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

aside#rightBar {
    /* display: none; */
}
header ul.mobile {
    background: #FFF;
	display: none;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 10px;
    position: relative;
    z-index: 1005;
}
header ul.mobile li {
	float: none;
	text-align: center;
	display: block;
}
header ul.mobile li a,
header ul.mobile li a:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5em;
	width: 100%;
	float: none;
	display: block;
	padding: 0;
}

/* Nicki's Diapers Additions - 2015 */

}


/* Nicki's Diapers Additions - 2015 */
#checkoutSinglePage h3 {
	float: left !important;
}
#companygrid {
	list-style: none;
	padding-left: 0px !important;
}
#companygrid li {
	display: inline;
}
#companygrid li img {
	max-width: 49% !important;
}

.category-header {
	margin: 0px;
}
@font-face {
    font-family: 'ND-Header';
    src: url('ND-Header-webfont.eot');
    src: url('ND-Header-webfont.eot?#iefix') format('embedded-opentype'),
         url('ND-Header-webfont.woff2') format('woff2'),
         url('ND-Header-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #889d6a;
	padding-bottom: 6px;
	font-weight: bold;
	float: none !important;
}
.twocell td {
	min-width: 50%;
	vertical-align: top;
}
.twocell img {
	width: 98%;
}
.glinev {
	background-color: #a7bd8c;
	height: 100%;
	width: 1px;
	padding: 0 10px 0 10px;
}
#subcatlist a {
	padding-left: 5px !important;
	font-weight: normal !important;
	font-size: 11px;
	line-height: 14px;
}
#subcatlist li {
	margin: -5px 0 0 0;
}
.cat {
}
#freeship {
	float: left;
	margin: 0 0 0 12px;
}
#freeship img {
    height: 75px;
    width: 100%;
}
#cart a, #cart a:visited, #cart a:hover, #cart a:visited:hover {
	color: #3B3B3B;
	text-decoration: none;
}
#cart td {
	line-height: 18px;
}
#mobile-manufacturer {
	box-shadow: 0px 0px 2px #888;
	border: 0px;
	font-weight: normal;
	  margin: 10px 2% 0 2%;
}
#mobile-manufacturer  select {
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
	height: 30px;
	width: 97%;
	background: #FFF;
	border: none;
	padding: 0 0 0 12px;
	margin: 0 0;
	cursor: pointer;
}
.mobile-manf-select {
	width: 100%;
	overflow: hidden;
	height: 29px;
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
}
#modCategory a, #modCategory a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#modCategory a:hover, #modCategory a:visited:hover {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#social {
	float: right;
	margin: 6px -17px 0 0;
}
#diaper-trial {
	font-family: Century Gothic, 'Century Gothic', Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #55361A;
	text-decoration: none;
	margin: -11px 0 -14px 0;
}
#diaper-trial a, #diaper-tiral a:visited, #diaper-tiral a:hover, #diaper-tiral a:visited:hover {
	font-family: Century Gothic, 'Century Gothic', Helvetica, sans-serif;
	font-weight: normal !important;
	text-align: center;
	color: #55361A !important;
	text-decoration: none;
}
.leftmenu {
	padding: 0 0 5px 0;
}
.centered {
	text-align: center;
}
.breadcrumbs {
	font-size: 12px;
	text-align: left;
	margin: 0 0 13px;
	color: #a7bd8c;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #a7bd8c;
}
.breadcrumbs a:hover, .breadcrumbs a:visited:hover {
	color: #a7bd8c;
}
#prodtitle {
	background: #55361a;
	padding: 5px 10px;
	border-radius: 10px;
	margin: -7px 0 10px 0;
}
#prodtitle h1 {
	color: white;
	display: inline;
	font-style: italic;
}
.btn2 {
  border: 1px solid #55361A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  color: white;
  cursor: pointer;
  margin: 0px 0px 0px 3px;
  background-color: #55361A;
  border-radius: 10px;
  padding: 2px 10px 3px 10px;
}
.btn2_over {
	border: 1px solid #55361A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: white;
	cursor: pointer;
	margin: 0px 0px 0px 3px;
	background-color: #7D4F27;
	border-radius: 10px;
	padding: 2px 10px 3px 10px;
}
#divOptionsBlock .dropdownimage-format select {
	margin: 0px;
	min-width: 185px;
	padding: 5px 0px;
}
#divOptionsBlock .dropdownimage-format td {
	display: table-cell !important;
}
#divOptionsBlock .dropdown-image img {
	width: 100%;
}
#divOptionsBlock .dropdown-image {
	margin: 0px 0px 0px 10px;
	height: 100%;
	width: 90%;
	max-width: 150px;
}
.galleryimg {
	padding-bottom: 10px;
}
.galleryimg img {
	max-width: 120px;
}
td.galleryimg {
	width: 25%;
}
.img-grid {
	text-align: center;
}
.gray-line {
	border-bottom: 1px solid #d2d2d2;
	margin: 10px 0px;
}
.prod-thumbs {
	width: 100%;
}
.prod-thumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.prod-thumbs li {
	display: inline;
}
.prod-thumb img {
	width: 54px;
	padding: 0 2px;
}
#availability {
  padding-left: 10px;
}
#viewCart .shoppingCartTotal2 {
  margin: 10px 10px 0 0;
}
#viewCart .shoppingCartTotal2 div {
  float: right !important;
  margin-bottom: 0px;
}
#viewCart .shoppingCartTotal2 .item-total2 {
  min-width: 80px;
  text-align: right;
}
.sub-categories .img {
  min-height: 0px;
}
.product-item .stars {
	text-align: center;
}
.product-item .stars img {
  float: none;
}
.product-item .stars span {
  display: inline;
  float: none;
  position: relative;
  bottom: 2px;
}
.fbconnect {
	display: none;
}
.beta-col  .accent-bg-color  {
	width: 100%;
}
.beta-col  .btn {
	padding: 5px 14px;
}
.beta-col .btn_over {
	padding: 5px 14px;
	background: #a7bd8c !important;
}
#gallery-button, .createFirstReview, .createReviewLink, .addWishlist, .addGiftRegistry, .email_friend {
	margin-bottom: 5px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	border-top: 1px solid #a7bd8c;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
	border-right: 1px solid #a7bd8c;
	border-left: 1px solid #a7bd8c;
}
.r-tabs .r-tabs-panel {
	border-right: 1px solid #a7bd8c;
	border-bottom: 1px solid #a7bd8c;
	border-left: 1px solid #a7bd8c;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	background-color: #55361a;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  border-top: 1px solid #a7bd8c;
  border-right: 1px solid #a7bd8c;
  border-left: 1px solid #a7bd8c;
}
.modal-bg {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #a7bd8c url(../../../../assets/homepage/new/green_bg.gif) no-repeat center top;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#usastamp {
  position: absolute;
  z-index: 7;
  top: -8px;
  left: 210px;
}
.savings span {
	color: #d52521;
}
.yourprice span {
	color: #d52521;
}
.pricingBlock .yourprice {
  font-size: 130%;
  margin-top: 5px;
}
#mediaContainer {
	padding-bottom: 5px;
	min-height: 0px;
}
.pricingBlock {
	margin: 0 0 5px !important;
}
.hidden {
	display: none;
}
.footer a, .footer a:visited {
	text-decoration: none;
}
#phone-login {
  float: left;
  margin-top: 8px;
}
#phone-login a, #phone-login a:visited, #phone-login a:hover, #phone-login a:visited:hover {
  color: white;
  font-weight: bold;
  padding-left: 10px;
}
.subcat {
  font-weight: normal !important;
  line-height: 13px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #A7BD8C;
  color: #FFFFFF;
}
.name, .name a, .name a:visited, .name a:hover, .name a:visited:hover {
	color: #000;
}
.columns-2 .sub-categories .img img {
    max-width: 200px;
}
.social-bookmarking {
    width: 100%;
    margin-bottom: 0px;
}
.social-mediaBlock {
    margin-bottom: 0px;
}
.likebutton {
    width: 100%;
    margin-bottom: 0px;
}
.phone-only {
    display: none;
}
.tablet-only {
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
    float: left;
}
.dropdown-content {
    display: none;
    z-index: 9999;
    position: absolute;
    background-color: #321e0b;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a, .dropdown-content a:hover, .dropdown-content a:visited:hover  {
    color: white;
    padding: 0px 10px;
    margin: 5px;
    text-decoration: none;
    display: block;
    font-family: ND-Header, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}
.dropdown-content a:hover {
    background-color: #55361a;
}
.dropdown:hover .dropdown-content {
    display: block;
    margin-top: 38px;
}
.tablet-minus {
    display: none;
    visibility: hidden;
}


/*******************************************************************************************************/
/*          BLOG CSS           */
/*******************************************************************************************************/

.blog-home {
    border: 1px solid #A7BD8C;
    border-radius: 10px;
    background-color: #E1E5D6;
    margin-bottom: 10px !important;
}

.blog-posts_block, .blog-categories_block, .blog-archives_block {
    background: #e1e5d6;
    border-radius: 10px;
    padding: 0 0 10px;
    border: 1px solid #a7bd8c;
    margin-bottom: 10px !important;
}

#blog .blog-info, #blog .blog-comment-num, #blog .blog-readmore {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.blog-posts_block a:hover, .blog-categories_block a:hover, .blog-archives_block a:hover {
    color: #000 !important;
}

#blog h1 a {
    font-size: 20px;
    font-weight: bold;
    color: #a7bd8c;
    margin-top: -5px;
}

#blog h1 {
    margin-bottom: -10px !important;
}

#blog h2 {
    font-size: initial;
    margin-bottom: 10px;
}

#blog article.blog-body p {
    line-height: normal;
    text-align: left;
}

#blog .blogNav ul {
    padding-left: 10px !important;
    margin-bottom: 10px !important;
    padding-right: 10px !important;
}

#blog .blogPost {
    border-bottom: 1px dashed #A7BD8C;
}

#blog .blogPost img {
}

#blog .blogPost .post_image-container img {
    margin-right: 10px;
    border: 1px solid #A7BD8C;
    border-radius: 10px;
    max-height: 175px;
    float: left;
    max-width: 100%;
}

#blog .blog-info {
    margin-top: 0px;
}

#blog .blogNav {
    float: right;
    width: 17.9%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    right: 9px;
}

#blog .blogNav li a {
    line-height: inherit;
}




/*******************************************************************************************************/
/*          QUICK SEARCH CSS           */
/*******************************************************************************************************/

div.searchlight-balloon {
	opacity: 1.00;
	z-index: 999;
}
table.searchlight-results {
	border-collapse: collapse;
	font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 295px;
}
div.searchlight-results-wrapper {
	color: #000;
	border: 1px solid #aaa;
	/*margin: -1px;*/
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
table.searchlight-results td {
	padding: 4px;
	text-shadow: none;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
	
}
.searchlight-result-text img {
	width: initial !important;
	height: initial !important;
}
table.searchlight-results td {
	background: #FFF;
	width: 100%;
}
table.searchlight-results td .searchlight-result-item {
	padding: 1px 0;
}
table.searchlight-results tr {
	cursor: pointer;
}
table.searchlight-results tr.searchlight-selected th,
table.searchlight-results tr.searchlight-selected td {
	background: #f9f9f9;
	color: #999;
	text-shadow: none;
}
table.searchlight-results .searchlight-result-icon {
	margin-right: 4px;
	vertical-align: text-top;
	float: left;
	height: 50px !important;
}
table.searchlight-results tr.searchlight-spacer-row td {
	height: 10px;
}
.search-price {
	font-weight: bold;
	color: #AC2B27;
	float: left;
}


/*******************************************************************************************************/
/*          FLEX SLIDER CSS           */
/*******************************************************************************************************/

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

#homeCarousel {
	border: 1px solid #a7bd8c;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../font/flexslider-icon.eot');
	src:url('../font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../font/flexslider-icon.woff') format('woff'),
		url('../font/flexslider-icon.ttf') format('truetype'),
		url('../font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0; background: #fff; border: none; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.5); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-decoration: none; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 30px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

#nopadding {
  padding: 2px !important;
}

#nopadding img {
  border-radius: 11px;
  border: 1px solid #a7bd8c;
}



/*******************************************************************************************************/
/*          FONTELLO CSS           */
/*******************************************************************************************************/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?62233844');
  src: url('../font/fontello.eot?62233844#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?62233844') format('woff'),
       url('../font/fontello.ttf?62233844') format('truetype'),
       url('../font/fontello.svg?62233844#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62233844#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e81c'; } /* '?' */
.icon-youtube-play:before { content: '\e818'; } /* '?' */
.icon-mail-alt:before { content: '\e832'; } /* '?' */
.icon-heart:before { content: '\e800'; } /* '?' */
.icon-star:before { content: '\e834'; } /* '?' */
.icon-user:before { content: '\e831'; } /* '?' */
.icon-videocam:before { content: '\e82f'; } /* '?' */
.icon-th:before { content: '\e808'; } /* '?' */
.icon-ok:before { content: '\e807'; } /* '?' */
.icon-ok-circled:before { content: '\e806'; } /* '?' */
.icon-ok-circled2:before { content: '\e805'; } /* '?' */
.icon-cancel:before { content: '\e804'; } /* '?' */
.icon-cancel-circled:before { content: '\e803'; } /* '?' */
.icon-cancel-circled2:before { content: '\e802'; } /* '?' */
.icon-plus:before { content: '\e843'; } /* '?' */
.icon-plus-circled:before { content: '\e844'; } /* '?' */
.icon-minus:before { content: '\e845'; } /* '?' */
.icon-minus-circled:before { content: '\e846'; } /* '?' */
.icon-help:before { content: '\e847'; } /* '?' */
.icon-help-circled:before { content: '\e848'; } /* '?' */
.icon-info-circled:before { content: '\e83e'; } /* '?' */
.icon-info:before { content: '\e83d'; } /* '?' */
.icon-home:before { content: '\e81d'; } /* '?' */
.icon-link:before { content: '\e81e'; } /* '?' */
.icon-attach:before { content: '\e83b'; } /* '?' */
.icon-pin:before { content: '\e83c'; } /* '?' */
.icon-tag:before { content: '\e835'; } /* '?' */
.icon-tags:before { content: '\e854'; } /* '?' */
.icon-bookmark:before { content: '\e826'; } /* '?' */
.icon-thumbs-up:before { content: '\e85a'; } /* '?' */
.icon-thumbs-down:before { content: '\e85b'; } /* '?' */
.icon-thumbs-up-alt:before { content: '\e859'; } /* '?' */
.icon-thumbs-down-alt:before { content: '\e85c'; } /* '?' */
.icon-download-cloud:before { content: '\e839'; } /* '?' */
.icon-upload-cloud:before { content: '\e83a'; } /* '?' */
.icon-reply:before { content: '\e852'; } /* '?' */
.icon-forward:before { content: '\e853'; } /* '?' */
.icon-export:before { content: '\e856'; } /* '?' */
.icon-pencil:before { content: '\e838'; } /* '?' */
.icon-edit:before { content: '\e855'; } /* '?' */
.icon-print:before { content: '\e836'; } /* '?' */
.icon-comment:before { content: '\e81f'; } /* '?' */
.icon-chat:before { content: '\e85e'; } /* '?' */
.icon-comment-empty:before { content: '\e85f'; } /* '?' */
.icon-chat-empty:before { content: '\e820'; } /* '?' */
.icon-bell-alt:before { content: '\e84f'; } /* '?' */
.icon-attention:before { content: '\e825'; } /* '?' */
.icon-location:before { content: '\e821'; } /* '?' */
.icon-direction:before { content: '\e84e'; } /* '?' */
.icon-trash:before { content: '\e84d'; } /* '?' */
.icon-mail:before { content: '\e833'; } /* '?' */
.icon-rss:before { content: '\e809'; } /* '?' */
.icon-phone:before { content: '\e82e'; } /* '?' */
.icon-menu:before { content: '\e824'; } /* '?' */
.icon-cog:before { content: '\e862'; } /* '?' */
.icon-wrench:before { content: '\e863'; } /* '?' */
.icon-basket:before { content: '\e80a'; } /* '?' */
.icon-login:before { content: '\e851'; } /* '?' */
.icon-logout:before { content: '\e860'; } /* '?' */
.icon-clock:before { content: '\e861'; } /* '?' */
.icon-block:before { content: '\e850'; } /* '?' */
.icon-zoom-in:before { content: '\e82c'; } /* '?' */
.icon-zoom-out:before { content: '\e82d'; } /* '?' */
.icon-down-open:before { content: '\e82a'; } /* '?' */
.icon-left-open:before { content: '\e822'; } /* '?' */
.icon-right-open:before { content: '\e823'; } /* '?' */
.icon-up-open:before { content: '\e82b'; } /* '?' */
.icon-angle-left:before { content: '\e849'; } /* '?' */
.icon-angle-right:before { content: '\e84a'; } /* '?' */
.icon-angle-up:before { content: '\e84b'; } /* '?' */
.icon-angle-down:before { content: '\e84c'; } /* '?' */
.icon-angle-double-left:before { content: '\e841'; } /* '?' */
.icon-angle-double-right:before { content: '\e840'; } /* '?' */
.icon-angle-double-up:before { content: '\e83f'; } /* '?' */
.icon-angle-double-down:before { content: '\e842'; } /* '?' */
.icon-cw:before { content: '\e829'; } /* '?' */
.icon-ccw:before { content: '\e827'; } /* '?' */
.icon-arrows-cw:before { content: '\e828'; } /* '?' */
.icon-play:before { content: '\e830'; } /* '?' */
.icon-desktop:before { content: '\e80f'; } /* '?' */
.icon-laptop:before { content: '\e80e'; } /* '?' */
.icon-tablet:before { content: '\e80d'; } /* '?' */
.icon-mobile:before { content: '\e80c'; } /* '?' */
.icon-list-bullet:before { content: '\e80b'; } /* '?' */
.icon-ellipsis-vert:before { content: '\e810'; } /* '?' */
.icon-asterisk:before { content: '\e811'; } /* '?' */
.icon-gift:before { content: '\e801'; } /* '?' */
.icon-credit-card:before { content: '\e85d'; } /* '?' */
.icon-megaphone:before { content: '\e837'; } /* '?' */
.icon-truck:before { content: '\e812'; } /* '?' */
.icon-dollar:before { content: '\e858'; } /* '?' */
.icon-facebook:before { content: '\e81b'; } /* '?' */
.icon-foursquare:before { content: '\e81a'; } /* '?' */
.icon-gplus:before { content: '\e819'; } /* '?' */
.icon-instagramm:before { content: '\e813'; } /* '?' */
.icon-linkedin-squared:before { content: '\e814'; } /* '?' */
.icon-pinterest-circled:before { content: '\e815'; } /* '?' */
.icon-tumblr:before { content: '\e816'; } /* '?' */
.icon-twitter:before { content: '\e817'; } /* '?' */
.icon-box:before { content: '\e857'; } /* '?' */






/*******************************************************************************************************/
/*         SWIPEBOX CSS           */
/*******************************************************************************************************/

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

/*
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
*/

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #fff;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: #fff;
  opacity: 0.95;
}

#swipebox-top-bar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #889d6a;
  font-weight: bold;
  line-height: 60px;
}


.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width: 320px)
   and (max-device-width: 480px){ .mobileShow { display: inline;}}

#error {
    background: url(../images/error.png) no-repeat 30px 20px;
    background-position: center;
    text-align: center !important;
}

.imggrid4 {
    width: 24.4%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: top;
}
.imggrid4 img {
    width: 90%;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    line-height: 135%;
}


/*SWATCH CSS */
#large {
}

ul.color-swatch {
  float: left;
  width: 100%;
  border: 1px solid #e7e5e5;
  padding: 12px;
  margin: 12px 0px 0px 0px;
}

.color-swatch li {
  list-style: none;
  float: left;
  margin: 0 5px 9px 4px;
}

.color-swatch li img {
  border: 1px solid transparent;
  padding: 1px;
  max-height: 100%;
  width: 40px;
}

.color-swatch li.sw-selected img {
  border: 1px solid #ccc;
}

#divOptionsBlock .dropdownimage-format select {
  width: 100%;
}
