
body {
	font-family: 'Doppio One', sans-serif;
	font-weight: 400;
	color: #191a17;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #313133;
}
.information-contact h3 { text-align: center }
.information-contact h3:after { position: relative; left: 50%; margin-left: -24px; }
h2 + h3, #content > h3, .information-contact h3 { font-size: 14px; text-transform: uppercase; }
h2+ h3:after, #content > h3:after, .information-contact h3:after { content: ""; display: block; width: 48px; margin-top: 6px; border-bottom: 2px solid #313133;  }

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }
h1, #content > h2 { font-size: 36px; color: #707466; }
h2 { font-size: 27px; }
h3 { font-size: 20px; }
h1 + p, .well > h2 { margin: 20px 0; padding: 16px 0; color: #313133; border-width: 1px 0; border-style: solid none; border-color: #eaeaea transparent;   }
.well > h2 { font-size: 20px; text-transform: uppercase; }
.box h3, .featured-title { overflow: hidden; text-transform: uppercase; font-weight: 700; }
.featured-title { position: relative; text-align: center; letter-spacing: 0.05em; }
.featured-title span { position: relative; padding: 0 20px; z-index: 1; }
.box { margin-top: 20px; }
#content > div:first-child, #column-left > div:first-child, #column-right > div:first-child { margin-top: 0; }
#column-left .box h3, #column-right .box h3 { font-size: 14px; line-height: 24px; text-align: left; }
.box h3 { position: relative; text-align: center; z-index: 0; }
.box h3 span { padding: 0 10px; }
#column-left .box h3 span, #column-right .box h3 span { padding: 0 10px 0 0; }
.box h3 span, .box > h3 .nav-slider, .featured-title span { background: #f0f1f3 url("../image/noise.png") repeat scroll left top; }
.box h3:after, #content .featured-title:after { content: ""; display: block; width: 100%; position: absolute; left: 0; top: 50%; margin-top: -2px; border-bottom: 1px solid #d5d7dd; box-shadow: 0 1px #fefefe; z-index: -1; }
#content .featured-title:after { margin-top: -1px; z-index: 0; }
#column-left .box h3:after, #column-right .box h3:after { margin-top: -1px; }
.box .caroufredsel_wrapper {
  background-color: #fff;
  -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.box > h3 .nav-slider {
  position: relative;
  float: right;
  clear: right;
  width: 55px;
  height: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.box > h3 .nav-slider a, .box > h3 .nav-slider img { height: 20px; vertical-align: top; outline: 0 none; }
.box > h3 .prev, .box > h3 .next, .box > h3 .prev:hover, .box > h3 .next:hover {
  display: block!important;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
.box > h3 .prev { left: 10px; }
.box > h3 .next { right: 0; }
.box > h3 .prev:hover img, .box > h3 .next:hover img { opacity: 0.6; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a { color: #313133; }
a:hover { text-decoration: underline; }
legend {
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
#input-quantity, #q_down, #q_up { padding: 3px;  }
#q_down, #q_up { display: inline-block; width: 40px; height: 44px; text-align: center; font: bold 36px/normal 'Droid Sans', sans-serif;  }
@media only screen and (max-width: 767px) {
	.hide_mobile { display: none; }
}
.nav-tabs { margin-bottom: 0; border: 0 none; }
.tab-content {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #d5d7dd;
	-moz-border-radius: 0 6px 6px 6px;
	-khtml-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0 0 3px 0 rgb(226,227,229);
	-webkit-box-shadow: 0 0 3px 0 rgb(226,227,229);
	box-shadow: 0 0 3px 0 rgb(226,227,229);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
@media screen and (max-width: 480px) {
	.nav-tabs > li {
		float: none;
		margin-bottom: 4px;
	}
	.nav-tabs > li > a {
		margin-right: 0;
    border-radius: 6px;
	}
	.nav-tabs > li > a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		border: 1px solid #fff;
		border: 1px solid #d5d7dd;
	}
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradient to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #f0f1f3;
}

/* top */
#top {
	padding: 0;
	margin: 0;
	min-height: 30px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #4e4f52;
	background-color: #f0f1f3;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4e4f52;
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #4e4f52;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus, #top-links .dropdown-menu a:active {
	color: #4e4f52;
}
#top .btn-link strong {
	display: inline-block;
	min-width: 18px;
	padding: 2px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	background-color: #7fae09;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/* logo */
#logo_mobile { display: none; }
#logo { margin: 0 0 10px 0; }
#logo .img-responsive { max-height: 96px; }
.is-sticky #logo, #sticky_logo, .is-sticky  #header .col-sm-4 { display: none; width: 0; }
.is-sticky #sticky_logo { position: relative; float: left; display: block; width: 100%; max-width: 100px; height: 52px; line-height: 52px; margin: 0 10px; text-align: center; overflow: hidden; z-index: 1000; }
.is-sticky #sticky_logo img { display: inline-block; max-height: 52px; vertical-align: text-bottom; }
.is-sticky #sticky_logo a { display: inline-block; max-width: 100%; height: auto; }

/* header */
#header { padding: 20px 0; }
#header, #logo_mobile { background: #f0f1f3 url('../image/noise.png') repeat left top; }
.sticky-wrapper { position: relative; height: auto!important; z-index: 900; }
.sticky-wrapper + .container { position: relative; z-index: 1; }
.is-sticky #header { position: relative; float: right; z-index: 1000; }
.is-sticky #header, .is-sticky #header .row { width: 100px; padding: 0; }
.is-sticky  #header .col-sm-5, .is-sticky  #header .col-sm-3 { width: 50%; height: 100%; min-height: 52px; padding: 0; text-align: center; border-left: 1px solid #aac666; }
@media only screen and (max-width: 767px), (max-device-width: 767px) {
	.is-sticky #sticky_head { position: relative!important; width: auto; }
	.is-sticky #sticky_head .row { float: none; width: auto; }
	#header, .is-sticky #header {
		float: none;
		padding: 0;
	}
	#sticky_head {
		-moz-transition: height 1s ease;
		-webkit-transition: height 1s ease;
		-o-transition: height 1s ease;
		-ms-transition: height 1s ease;
		transition: height 1s ease;
	}
}

/* search */
#header .col-sm-5 > .search-toggle { display: none; cursor: pointer; }
#header .col-sm-5 > .open { background-color: #496600; }
.is-sticky  #search {
	display: none;
	position: absolute;
	top: 100%;
	right:0;
	width: 220px;
}
.is-sticky  #search.search-open { display: table; }
.is-sticky #search .btn-lg { padding: 10px; }
.is-sticky  #header .col-sm-5 > .search-toggle { display: block; height: 52px; line-height: 52px; color: #fff; background: #7fae09 none; }
.is-sticky  #header .col-sm-5 > .search-toggle.open { background-color: #496600; }
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	padding: 0 10px;
  line-height: 20px;
	background-color: #fefefe;
}
#search .input-lg:focus { border-color: #a6b977; }
.is-sticky #search .input-lg, .is-sticky #search .input-lg:focus { border-top: 0 none; }
#search .btn-lg {
  margin-left: 0;
  padding: 10px 35px;
	font-size: 15px;
	line-height: 18px;	
	text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #search .input-lg, #search .input-lg:hover , #search .input-lg:focus, #search .input-lg:active { border-top: 0 none; }
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #89904f;
	background: #e6f03a none;
	border-color: #cdd711;
}
.is-sticky #cart > .btn {
	color: #fff;
	background: #7fae09 none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #496600;
	border: 0 none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover, #cart.open > .btn:focus, #cart.open > .btn:active {
	color: #fff;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
.is-sticky #cart { margin-bottom: 0; }
.is-sticky #cart > .btn { display: block; height: 52px; line-height: 52px; padding: 0; border: 0 none; }
.is-sticky #cart .dropdown-menu { top: 50px; width: 220px; }
.is-sticky #cart .dropdown-menu li > div { width: 100%; min-width: 100%; }
.is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-thumb { float: left; }
.is-sticky #cart .dropdown-menu li:first-child .table tr, .is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-thumb + td { display: block; padding-bottom: 0; }
.is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-thumb + td { display: block; }
.is-sticky #cart .dropdown-menu li:first-child .table tr { overflow: hidden; }
.is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-quantity, .is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-quantity + td,
 .is-sticky #cart .dropdown-menu li:first-child .table tr .header-cart-danger{ padding: 4px 8px 8px; }

#cart > .btn > #cart-total {
	display: inline-block;
	vertical-align: text-top;	
	line-height: 1;
	overflow: hidden;
}
#cart > .btn > #cart-total {
	display: inline-block;
	vertical-align: text-top;	
	line-height: 1;
	overflow: hidden;
}
.is-sticky #cart > .btn > #cart-total {
	width: 20px;
	word-spacing: 100px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li:first-child .table-striped tr td, #cart .dropdown-menu .img-thumbnail { border: 0 none #fff; }
#cart .dropdown-menu li:first-child table td { background-color: transparent; }
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu .btn-danger {
	padding: 0 6px;
	color: #626262;
	background: #fff none;
	border: 0 none;
}
.header-cart-quantity { color: #727272; }
#cart .dropdown-menu .btn-danger:hover, #cart .dropdown-menu .btn-danger:focus, #cart .dropdown-menu .btn-danger:active { color: #000; }

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .dropdown-menu li p a i { display: none; }
#cart .dropdown-menu li p a { display: inline-block; padding: 8px 12px; }
#cart .dropdown-menu li p a + a { color: #fff; background: #7fae09 none;}
#cart .dropdown-menu li p a + a:hover, #cart .dropdown-menu li p a + a:focus, #cart .dropdown-menu li p a + a:active { text-decoration: none; background: #496600 none;}


/* menu */
.menu-container-wrapper, #menu {
	margin-bottom: 0;
	background: #7fae09 none;
}
.menu-container { padding: 0; }
#menu .menu_home .home_hover, #menu .mobile_home { display: none; opacity: 0; visibility: hidden; }
#menu .menu_home:hover  .home_icon, #menu .menu_home:focus  .home_icon, #menu .menu_home:active  .home_icon { display: none; opacity: 0; visibility: hidden; }
#menu .menu_home:hover  .home_hover, #menu .menu_home:focus  .home_hover, #menu .menu_home:active  .home_hover { display: inline-block; opacity: 1; visibility: visible; }

/* Sticky menu */
.is-sticky #sticky_head {
	left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
	background: transparent none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.is-sticky #menu .navbar-collapse > ul {
	float: none;
    max-width: 1140px;
    margin: 0 auto;
}
.is-sticky #menu .nav > li > a {
	padding: 18px 10px 18px;
	font-size: 14px;
}
.is-sticky .logo-container { padding: 0 }
.is-sticky .logo-container .row { margin: 0 }
.is-sticky .menu-container-wrapper {
	-moz-box-shadow: 0 2px 4px rgb(200, 201, 202);
	-webkit-box-shadow: 0 2px 4px rgb(200, 201, 202);
	box-shadow: 0 2px 4px rgb(200, 201, 202);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px), (max-device-width: 992px) {
  .is-sticky #cart > .btn > #cart-total, #cart > .btn > #cart-total {
		width: 20px;
		word-spacing: 100px;
	}
}
@media only screen and (max-width: 767px), (max-device-width: 767px) {
	/* Sticky menu */
	.menu-container, .is-sticky #menu {
		position: relative!important;
		z-index: 100;	
	}
	.is-sticky #cart > .btn, #cart > .btn {
		color: #fff;
		background: #496600 none;
	}
	.is-sticky #cart > .btn > #cart-total, #cart > .btn > #cart-total {
		width: 20px;
		word-spacing: 100px;
	}
	.is-sticky #cart .dropdown-menu, #cart .dropdown-menu { top: 46px; }
	#cart .dropdown-menu { line-height: 100%; }
	#cart .dropdown-menu li > div { width: 100%; min-width: 100%; }
	#cart .dropdown-menu li:first-child { padding: 0 10px; }
	#cart .dropdown-menu li:first-child .table tr .header-cart-thumb { float: none; display: none; }
	#cart .dropdown-menu li:first-child .table tr, #cart .dropdown-menu li:first-child .table tr .header-cart-thumb + td { display: block; padding-bottom: 0; }
	#cart .dropdown-menu li:first-child .table tr .header-cart-thumb + td { display: block; }
	#cart .dropdown-menu li:first-child .table tr {  text-align: left; overflow: hidden; border-top: 1px solid #eaeaea; }
	#cart .dropdown-menu li:first-child .table tr:first-child { border: 0 none; }
	#cart .dropdown-menu li:first-child .table tr .header-cart-quantity, #cart .dropdown-menu li:first-child .table tr .header-cart-quantity + td,
	#cart .dropdown-menu li:first-child .table tr .header-cart-danger{ display: inline-block; padding: 4px 8px 8px; }
	#cart .dropdown-menu li:first-child .table tr .header-cart-danger{ float: right; }
}

#menu .nav > li > a {
	padding: 18px 16px 13px;
	min-height: 15px;
	font: 400 16px 'Passion One', sans-serif;
	letter-spacing: 0.05em;
	text-shadow: 0 0 1px #658e00;
	text-transform: uppercase;
	color: #f0f1f3;
	background-color: transparent;	
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav > li > a:active, #menu .nav > li.open > a { color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.15); }
#menu .nav > li.menu_home > a { padding: 17px 10px 13px 0; }
.is-sticky #menu .nav > li.menu_home > a { padding: 16px 10px 12px; }

@media only screen and (max-width: 1200px), (max-device-width: 1200px) {
	#menu .nav > li > a { padding: 20px 10px 14px; font-size: 13px; }
}
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
	.is-sticky #menu .nav > li > a { padding: 20px 4px 18px; font-size: 13px; }
}
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
	#menu .nav > li.menu_home > a { padding: 0; font-size: 0; }
	#menu .menu_home, #menu .menu_home .home_icon, #menu .menu_home .home_hover, #menu .menu_home:hover  .home_icon, #menu .menu_home:focus  .home_icon, #menu .menu_home:active  .home_icon,
	 #menu .menu_home:hover  .home_hover, #menu .menu_home:focus  .home_hover, #menu .menu_home:active  .home_hover { display: none; width: 0; height: 0; opacity: 0; visibility: hidden; }
	#menu .mobile_home { display: inline-block; opacity: 1; visibility: visible; }
}
@media screen and (max-width: 767px), (max-device-width: 767px) {  
  #menu .nav > li:before { content: ""; display: block; margin: 0 10px; border-top: 1px dotted #aac666; }
  #menu .mobile_home { display: block; }
  #menu .nav .menu_home:before, #menu .nav .mobile_home:before { border: 0 none; }
  #menu .nav > li > a > img { float: right; }
}

#menu .nav > li > a:link span, #menu .nav > li > a:visited span { border-bottom: 0 none; }
#menu .nav > li > a:hover span, #menu .nav > li.open > a span {
	border-bottom: 0 none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #4e4f52;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus, #menu .dropdown-inner li a:active {
	color: #191a17;
	background-color: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #dcdfe5;
	padding: 3px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}
#menu .see-all { color: #969c89; background-color: #fafafa; }
#menu .see-all:hover, #menu .see-all:focus, #menu .see-all:active {
	color: #496600;
	text-decoration: none;
	background-color: transparent;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.is-sticky #menu #category { display: none!important; }
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background: #7fae09 none;
	border-color: #7fae09;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #496600;
	border-color: #496600;
}
#menu .dropdown .menu-close { display: none; }
#menu .dropdown:hover .menu-open, #menu .dropdown:focus .menu-open, #menu .dropdown:active .menu-open, #menu .dropdown.open  .menu-open { display: none; }
#menu .dropdown:hover .menu-close, #menu .dropdown:focus .menu-close, #menu .dropdown:active .menu-close, #menu .dropdown.open .menu-close { display: inline; }
@media (min-width: 1025px) {
	#menu .dropdown:hover .dropdown-menu, #menu .dropdown:focus .dropdown-menu, #menu .dropdown:hover .dropdown-menu:active {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-header { text-align: right; }
	#menu .btn-navbar { float: none; margin: 0; padding: 0 18px; line-height: 46px; font-size: 1em; }
	#menu .btn-navbar .fa { width: 1em; height: 1em; font-size: 18px; vertical-align: middle; }
	.is-sticky #menu .btn-navbar { line-height: 52px; border: 0 none; }
	.is-sticky #menu .btn-navbar .fa { vertical-align: -2px; }
	.navbar-nav > li { float: none; display: inline-block; width: 25%; vertical-align: top; }
	.navbar-collapse { border-color: #aac666; }
	#menu .nav > li > a { padding: 12px 10px 12px; font-size: 13px; }
	#menu .dropdown-menu, .navbar-nav .open .dropdown-menu { margin-left: 0!important; }
  #menu .dropdown-menu { background-color: rgba(0, 0, 0, 0.1); }
	#menu .dropdown-inner { background: transparent none; }
	#menu .dropdown-inner, #menu .dropdown-inner ul { display: block; }
	#menu .dropdown-inner a:link, #menu .dropdown-inner a:visited { color: #fff; }
	#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus, #menu .dropdown-inner li a:active { color: #e6f03a; }
	#menu .see-all { color: #fff; background-color: transparent; border: 0 none; }
	#menu .see-all:hover, #menu .see-all:focus, #menu .see-all:active { text-decoration: none; color: #e6f03a; background-color: transparent; }
}
@media only screen and (max-width: 767px) {
	#menu {
		border-radius: 0;
	}
	.navbar-collapse { border-color: #aac666; }
	#menu div.dropdown-inner > ul.list-unstyled, #menu .dropdown-inner {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
    color: #e6f03a;
		background: transparent none;
	}
	#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus, #menu .dropdown-inner li a:active { color: #fff; color: #e6f03a; }
	#menu .see-all {
		margin-top: 0;
		color: #fff;
		background: transparent none;
		border: 0 none;
		border-radius: 0;
		
	}
	#menu .see-all:hover, #menu .see-all:focus, #menu .see-all:active {
		color: #e6f03a; /* color: #de1b2e; color: #313133; */
	}
	.is-sticky #sticky_logo { display: none!important; }
	.is-sticky #header .col-sm-5, .is-sticky #header .col-sm-3 { height: 46px!important; min-height: 46px!important; border-left: 0 none!important; }
	.is-sticky #header .row { width: auto!important; }
	.is-sticky #cart > .btn, .is-sticky #header .col-sm-5 > .search-toggle { height: 46px; line-height: 46px; }
	#top .container { padding: 0; }
	#top .btn, #top .dropdown-menu > li > a { padding: 7px 10px; }
	#top, #top #top-links, #sticky_head-sticky-wrapper, #header .col-sm-5, #header .col-sm-3, .menu-container-wrapper, #header { float: left!important; }
	#header .col-sm-5, #header .col-sm-3 { width: 50%; }
	#header, .is-sticky #header { width: 66.66666666666667%; }
	#top .pull-left, #top #top-links { min-width: 40px; height: 46px; line-height: 46px; padding: 0; text-align: center; background: #7fae09 none; border-right: 1px solid #aac666; }
	#top .btn-group > .btn-link, #top-links li, #top-links .dropdown > a { padding: 0; color: #fff; text-shadow: none; }
	#top .btn-group > .btn-link, #top .btn-group > button, #top #language > .btn-group, #top #currency > .btn-group, #top #top-links .dropdown , #top #currency > .btn-group > button, #top #top-links .dropdown > a { display: block; width: 100%; height: 46px; line-height: 46px; text-align: center; }
	#top #language .btn-link, #top #currency .btn-link { border: 0 none;  }
	#language .btn-link img, #currency .btn-link img { vertical-align: text-top; }
	#language .fa-caret-down, #currency .fa-caret-down { vertical-align: text-top; }
	#top-links .caret { margin-top: -4px; }
	#top .nav .open > a, #top .nav .open > a:hover, #top .nav .open > a:focus, #cart.open > .btn { background: transparent none; }
	.menu-container-wrapper { width: 33.33333333333333%; }
	.menu-container-wrapper, #menu { position: static!important; }
	.navbar-collapse { position: absolute; right: 0; top: 46px; width: 100%; min-width: 240px; text-align: left; background: #7fae09 none; }
	#header .container:after, #header .container:before, .menu-container-wrapper .container:before, .menu-container-wrapper .container:after, .navbar-header:before { display: none; content: none!important; clear: none; }
	#header .col-sm-5, #header .col-sm-3 { padding: 0; height: 46px; line-height: 46px; text-align: center; color: #fff; background: #7fae09 none; border-right: 1px solid #aac666; }
	#header .col-sm-5 > .search-toggle { display: block; width: 100%; line-height: 46px; cursor: pointer; }
	.menu-container, #menu { width: 100%; height: 46px; min-height: 46px; line-height: 46px; padding: 0; border: 0 none; }
	.navbar-toggle { margin: 0; }
	#top .dropdown-menu { margin: 0; }
	#top .dropdown-menu .btn-link, #top-links .dropdown-menu a { color: #000; }
	#top .pull-left .dropdown-menu, #top .dropdown-menu-right { text-align: left; }
	#header .col-sm-5 > .search-toggle { display: inline-block; }
	#search.search-open { display: table; }
	#search { display: none; position: absolute; top: 100%; width: 220px;}
	#search .input-group-btn { height: 40px; line-height: 20px; }
	#top .hide_tablet, #logo, #menu #category, .logo-container .col-sm-4, .hide_tablet { display: none!important; }
	#header .row, #header #cart, #top { margin: 0; }
	#cart.btn-group { position: static; vertical-align: top; }
	#cart .btn-inverse, #cart.open > .btn { padding: 0; line-height: 46px; background: transparent none; border: 0 none;  }
	.is-sticky #cart .dropdown-menu, #cart .dropdown-menu { width: 200px; margin-top: 0; color: #191a17; }
	.logo-container, #top { padding: 0; }
	#menu .btn-navbar { width: 100%; height: 46px; padding: 0; margin: 0; border: 0 none; }
	#sticky_head-sticky-wrapper + .container { clear: both!important; }
	#top .open, #header .open { background: #496600 none; }
	#cart.open > .btn, #cart.open > .btn:hover { color: #fff; }
	#logo_mobile { display: block; text-align: center; clear: both; }
	#logo_mobile a { display: inline-block; width: auto; max-width: 100%; height: auto; margin: 10px auto; }
	
	/* Top conditions width */
	#top.mobile-sm-6 { width: 50%; }
	#top.mobile-sm-5 { width: 40%; }
	#top.mobile-sm-3 { width: 25%; }	
	#top.mobile-sm-6 .pull-left, #top.mobile-sm-6 #top-links { width: 33.33333333333333%; }
	#top.mobile-sm-5 .pull-left, #top.mobile-sm-5 #top-links { width: 50%; }
	#top.mobile-sm-3 .pull-left, #top.mobile-sm-3 #top-links { width: 100%; }
	#top.mobile-sm-6 + #sticky_head-sticky-wrapper { width: 50%; height: auto!important; }
	#top.mobile-sm-5 + #sticky_head-sticky-wrapper { width: 60%; height: auto!important; }
	#top.mobile-sm-3 + #sticky_head-sticky-wrapper { width: 75%; height: auto!important; }
	#top.mobile-sm-6 + #sticky_head-sticky-wrapper #cart .dropdown-menu { right: -1px; }
	#top.mobile-sm-3 .dropdown-menu-right, #top.mobile-sm-3 + #sticky_head-sticky-wrapper .dropdown-menu.pull-right { right: auto; left: 0; }
	#top.mobile-sm-3 + #sticky_head-sticky-wrapper #search { left: 0; }
}
@media (max-width: 480px) {
	#top.mobile-sm-6 .dropdown-menu-right { left: 50%; right: auto; margin-left: -81px; }
	#top.mobile-sm-6 + #sticky_head-sticky-wrapper #search { width: 200px; left: 50%; margin-left: -100px; }
	#top.mobile-sm-5 .dropdown-menu-right { left: 0; right: auto; }
	#top.mobile-sm-5 + #sticky_head-sticky-wrapper #search { width: 200px; left: 50%; margin-left: -100px; }
	#top.mobile-sm-3 + #sticky_head-sticky-wrapper .dropdown-menu.pull-right { margin-left: -100px; }
}
@media (max-width: 360px) {
	#top.mobile-sm-3 + #sticky_head-sticky-wrapper #search { width: 200px; left: 50%; margin-left: -70px; }
}

@media (max-width: 319px) {
	#top.mobile-sm-5 + #sticky_head-sticky-wrapper #cart .dropdown-menu { right: -28px; }
	#logo_mobile { margin: 0 5px; }
}


/* content */
#content { min-height: 600px; }
#content .owl-carousel, #column-left .owl-carousel, #column-right .owl-carousel { margin: 20px 0; }
#content .owl-carousel { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#content .owl-slideshow, #content .owl-wrapper-outer { -moz-box-shadow: none!important; -webkit-box-shadow: none!important; box-shadow: none!important; }
#content .owl-pagination { display: none; }
#product .form-group .btn-group { display: inline-block; }
#product  .add-cart-group label { vertical-align: top; }
.logo_mobile, .logo_mobile + .container { clear: both; }
.home-carousel .img-responsive { margin: 0 auto; }
.product-list .img-responsive { width: 80%; margin: 10%; }
.container-wrapper { padding-bottom: 30px; background: #f0f1f3 url('../image/noise.png') repeat left top; }



/* category */
.category_content h1 { overflow: hidden; }
.category_content h1 span { position: relative; display: inline-block; padding: 0 14px 0 5px; }
.category_content h1 span:after { content: ""; position: absolute; top: 50%; margin-top: 7px; left: 100%; width: 1170px; border-top: 7px dotted #da98a2; }
.category-list { margin: 0; }
.category-list a {
  display: inline-block;
  margin: 5px 6px 5px 0;
  padding: 6px;
  text-decoration: none;
	color: #9fa1a6;
	background: transparent none;
	border: 1px solid #d5d7dd;
}
.category-list a:hover, .category-list a:focus, .category-list a:active {
	color: #313133;   
  background-color: #fefefe;
	border-color: #9fa1a6;
}
.lt-ie9 .category-list a { display: inline; }
.lt-ie8 .category-list a { zoom: 1; }
.category-controls { margin-right: 0; margin-left: 0; background: transparent none; border-top: 1px dotted #c5cacb; border-bottom: 1px dotted #c5cacb; padding: 8px 0;  }
@media only screen and (max-width: 767px) {
  .category-controls { padding: 8px 0 16px; }
  .category-controls > div { text-align: left; }
  .category-controls .col-sm-3 + .col-sm-1 label { margin-top: 10px; }
}


/* footer */
footer {
	margin-top: 0; /* 30px */
	padding-top: 30px;
	background-color: #7fae09;
	border-top: 1px solid #7fae09;
	color: #191a17;
}
#footer > .container { padding-bottom: 20px; }
footer hr {
	display: none;
	border-top: 0 none;
	border-bottom: 1px solid #282828;
}
footer > .container a:link, footer > .container a:visited {
	margin-left: -3px;
	padding: 0 3px;	
	text-transform: uppercase;
	color: #f0f1f3;
	outline: 1px solid #7fae09;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
footer > .container a:hover, footer > .container a:focus, footer > .container a:active {
	color: #fff;
	text-decoration: none;
	outline: 1px solid #fff;
	margin-left: 0;
}
footer h5 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #191a17;
}
@media screen and (max-width: 767px) {
	#footer > .container > .row {
        display: -ms-flexbox;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
    }
	#footer > .container > .row .col-sm-3 { width: 49.8%; }
}
@media screen and (max-width: 480px) {
	#footer > .container > .row { display: block; text-align: center; }
	#footer > .container > .row > div { margin-bottom: 20px; }
	#footer > .container > .row .col-sm-3 { float: none; width: auto; }
	#footer .col-sm-3 ul li { list-style-type: none; }
}
#wrap_powered_social { padding: 20px 0 5px; background-color:#fff; }
#powered {
	float: left;
	text-align: left;
	line-height: 32px;
	clear: both;
	border: 0 none;
	
}
#powered br { display: none; }
#powered a:link, #powered a:visited {
    padding: 0;
	color:#707466;
}
footer #powered a:hover, footer #powered a:focus, footer #powered a:active {}
#socialColumn {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#socialColumn li {
	float: left;
	margin-left: 8px;
	line-height: 32px;
}
#socialColumn a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
    padding: 0;
	text-decoration: none;	
}
#socialColumn img { vertical-align: top; }
#socialColumn a .social-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	outline: 0 none;
}

#socialColumn a:hover .social-hover, #socialColumn a:focus .social-hover, #socialColumn a:active .social-hover,
 #socialColumn a:hover .social-link, #socialColumn a:focus .social-link, #socialColumn a:active .social-link,
 #socialColumn a:hover, #socialColumn a:focus, #socialColumn a:active {
	outline: 0 none;
}
#socialColumn a:hover .social-hover, #socialColumn a:focus .social-hover, #socialColumn a:active .social-hover {
	opacity: 1;
}
#socialColumn a:hover .social-link, #socialColumn a:focus .social-link, #socialColumn a:active .social-link {
	opacity: 0;
}
.lt-ie9 #socialColumn a .social-hover { display: none; }
.lt-ie9 #socialColumn a:hover .social-hover, .lt-ie9 #socialColumn a:focus .social-hover, .lt-ie9 #socialColumn a:active .social-hover {
	display: inline
}
.lt-ie9 #socialColumn a:hover .social-link, .lt-ie9 #socialColumn a:focus .social-link, .lt-ie9 #socialColumn a:active .social-link {
	display: none;
}
#powered, #socialColumn { margin-bottom: 15px; }
@media screen and (max-width: 480px) {
	#socialColumn, #socialColumn li, #powered { float: none; clear: both; text-align: center; }
	#socialColumn li { display: inline-block; margin: 4px; }
}


/* alert */
.alert {
	padding: 8px 14px;
}
.modal-dialog { z-index: 5000; }


/* breadcrumb */
.breadcrumb-wrapper {
	margin-bottom: 20px;
	background-color: rgb(226,228,232);
  background-color: rgba(226,228,232,0.5);
	border-bottom: 1px dotted #d5d7dd;
}
.breadcrumb {
	margin: 0 auto;
	padding: 8px 0;
	color: #848484;
	border: 0 none;
}
.breadcrumb a:link, .breadcrumb a:visited { color: #848484; }
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active { text-decoration: underline; }
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	padding: 0 20px;
	text-shadow: none;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #bdd387;
	border-bottom: 1px solid #bdd387;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.pagibar { margin: 0; padding-top: 3px; line-height: 1; background: transparent none; border-top: 1px dotted #c5cacb; }
.pagibar > .text-right { float: right; padding-top: 10px; padding-bottom: 10px; }
.pagination > li > a { }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active { text-decoration:underline; }
.pagination > .active span, .pagination > .active span:hover, .pagination > .active span:focus, .pagination > .active span:active { color: #313133; text-decoration: underline; }
@media only screen and (max-width: 992px) {
	.col-sm-6 .pagibar > .text-left, .col-sm-6 .pagibar > .text-right { float: none; text-align:center }
}
@media only screen and (max-width: 767px) {
	.pagibar > .text-left, .pagibar > .text-right { float: none; text-align:center }
  .breadcrumb-wrapper { border-top: 1px dotted #d5d7dd; }
}


/* buttons */
.buttons {
	margin: 1em 0;
}
#content .buttons { overflow: hidden; }
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #c5cacb;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu .btn { padding: 3px 20px; }
.btn-xs {font-size: 9px; }
.btn-sm { font-size: 10.2px; }
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	text-shadow: none;
	background-color: #7fae09;
	border-color: #7fae09;
}
.input-group .btn-default {
	color: #496600;
	background-color: #bdd387;
	border-color: #bdd387;
}
.btn-primary {
	color: #6c9407;
	text-transform: uppercase;
	text-shadow: none;
	background: transparent none;
	border: 1px solid #7fae09;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #7fae09;
	border-color: #7fae09;
}
.account-login .btn-primary, .checkout-cart .btn-primary, .panel-default .btn-primary, .information-contact .btn-primary, .transition .button-group button {
	color: #fff;
	background: #7fae09 none;
	border: 2px solid #7fae09;
}
.account-login .btn-primary:hover, .account-login .btn-primary:active, .account-login .btn-primary.active, .account-login .btn-primary.disabled, .account-login .btn-primary[disabled],
 .information-contact .btn-primary:hover, .information-contact .btn-primary:focus, .information-contact .btn-primary:active, .transition .button-group button:hover, .transition .button-group button:focus,
 .transition .button-group button:active, .checkout-cart .btn-primary:hover, .checkout-cart .btn-primary:focus, .checkout-cart .btn-primary:active {
	color: #fff;
	background-color: #496600;
	border-color: #496600;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger, .panel-default .btn-primary:hover, .panel-default .btn-primary:focus, .panel-default .btn-primary:active {
	color: #fff;
	text-shadow: none;
	background: #e94c5b none;
	border-color: #e94c5b;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #b20919;
	border-color: #b20919;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #6c9407;
	text-shadow: none;
	background: transparent none;
	border-color: #7fae09;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
	background-image: none;
	background-color: #7fae09;
	border-color: #7fae09;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #fff;
	text-shadow: none;
	background-color: #496600;
	border-color: #496600;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #7fae09;
  border-color: #7fae09;
}
#list-view .fa, #grid-view .fa { font-size: 18px; }
#list-view, #grid-view { margin: 1px; color: #c2c7b7; background: #8b907f none; border: 1px none transparent; }
#list-view:hover, #grid-view:hover, #list-view:focus, #grid-view:focus, #list-view:active, #grid-view:active, #list-view.selected, #grid-view.selected { color: #fff; background-color: #7fae09; }
#button-cart {
	width: 130px;
	padding: 8px 14px;
  line-height: 21px;
	color: #fff;
	text-shadow: none;
  background: #7fae09 none;
	border: 0 none;
}
#button-cart:hover, #button-cart:active, #button-cart.active, #button-cart.disabled, #button-cart[disabled] {
    background: #496600 none;
    outline: 0 none!important;
}


/* list group */
.list-group { border: 10px solid #afc12b; }
.list-group a {
	color: #636930;
	padding: 8px 12px;
	background-color: #afc12b;
	border: 0 none;
	border-top: 1px dotted #9bac1f;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #4e4f41;
	background: #bacb3c;
	border-top: 1px dotted #9bac1f;
	text-shadow: none;
}
.list-group-item, .list-group a:first-child, .list-group a:first-child:hover, .list-group a:first-child:focus { border: 0 none; }
.primary-box .list-group { border: 10px solid #f2d73b; }
.primary-box .list-group a {
	color: #786604;
	padding: 8px 12px;
	background-color: #f2d73b;
	border: 0 none;
	border-top: 1px dotted #d9bb12;
}
.primary-box .list-group a.active, .primary-box .list-group a.active:hover, .primary-box .list-group a:hover {
	color: #4f4d41;
	background: #e7cc31;
	border-top: 1px dotted #d9bb12;
	text-shadow: none;
}
.primary-box .list-group-item, .primary-box .list-group a:first-child, .primary-box .list-group a:first-child:hover, .primary-box .list-group a:first-child:focus { border: 0 none; }


/* carousel */
.carousel-caption {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/* product list */
.product-thumb {
	border: 0 none;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-grid .product-thumb { text-align:center; }
.product-list .product-thumb { }
.product-thumb .image {
	text-align: center;
}
.product-grid .product-thumb .image { display: inline-block; }
.product-grid .product-thumb { border: 0 none; }
.product-thumb .image, #carousel_featured .image {
	max-width: 100%;
	padding: 2.4em;
	overflow: hidden;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}
.product-list .product-thumb { text-align: center; }
.product-list .product-thumb .image {
  display: inline-block;
}
.product-thumb .image a {
	display: inline;
}
.featured-layout .product-thumb .image a, .featured-layout .product-thumb h4 a { display: block; }
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-grid .product-thumb .image a:hover, .product-grid .product-thumb:hover .image a {
	opacity: 0.3;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4, .product-thumb h4 a {
	font-family: 'Doppio One', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.product-grid .product-thumb h4 {
	font-size: 12px;
}
.product-grid .product-thumb .product-desc { display: none; }
.product-thumb .caption {
	padding: 0; /* 0 20px */
	min-height: 48px;
	text-align: center;
}
.featured-layout .product-thumb .caption { min-height: inherit;  }
.product-grid .product-thumb .caption { min-height: 80px; }
.product-list .product-thumb .caption {
	/* margin-left: 230px; */
  text-align: left;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 76px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
    text-align: center;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding: 5px 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o, #review .fa-star-o {
	color: #789204;
	font-size: 15px;
}
.rating .fa-star, #review .fa-star {
	color: #789204;
	font-size: 15px;
}
.rating .fa-stack-off .fa-star, #review .fa-stack-off .fa-star { color: #fff }
.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o {
	color: #789204;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #191a17;
	font-size: 13px;
}
.product-thumb .price-default { font-size: 14px; font-weight: 400; }
.product-thumb .price-new {
	font-weight: 600;
	color: #de1b2e;
	margin-right: 6px;
}
.product-thumb .price-old {
	color: #969c89;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #969c89;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0 none;
	background-color: transparent;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	text-align: left;
	border-left: 0 none;
}
.product-list .product-thumb .button-group li { float: left; }
.product-list .product-thumb .button-group .rating { float: none; clear: both; margin: 0; padding-top: 10px; }

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group {
		text-align: center;
	}
}
.product-list .product-thumb .button-group ul { display: inline-block; margin: 0; padding: 0; }
.product-list .product-thumb .button-group li { list-style-type: none; width: auto; }
.product-list .product-thumb .button-group li + li { margin-left: 10px; }
.product-thumb .button-group li:first-child button span { display: none; }
/* .product-thumb .button-group li:first-child button i{ display: none; } */
.product-thumb .button-group li:first-child button {
	display: inline-block;
	float: left;
	color: #fff;
	font: bold 12px 'Passion One', sans-serif;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	background-color: #7fae09;
	border: 0 none;
	outline: 0 none;
}
.product-thumb .button-group button + button {
	border-left: 0 none;
}
.product-thumb .button-group li:first-child button:hover, .product-thumb .button-group li:first-child button:focus, .product-thumb .button-group li:first-child button:active {
	color: #fff;
	background-color: #496600;
	text-decoration: none;
	cursor: pointer;
}
.product-list .product-thumb .button-group li button {
	width: 42px;
	height: 42px;
	-moz-border-radius: 21px;
	-khtml-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
}
.product-grid .product-thumb .button-group li button {
	width: 28px;
	height: 28px;
	line-height: 1;
	margin: 0 4px;
	padding: 1px 5px;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.product-list .product-thumb .button-group li button, .product-grid .product-thumb .button-group li button {
  -moz-box-shadow: 0 2px 2px rgb(224,224,224);
  -webkit-box-shadow: 0 2px 2px rgb(224,224,224);
  box-shadow: 0 2px 2px rgb(224,224,224);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.product-thumb .button-group li + li button { color: #7fae09; background-color: #fff; border: 0 none; }
.product-thumb .button-group li + li button:hover, .product-thumb .button-group li + li button:focus, .product-thumb .button-group li + li button:active {
	color: #496600;
	background-color: #fff;
	border-color: #fff; /* #fd8a8d; */
  outline: 0 none;
}
.product-grid .product-thumb .button-group button { float: none; }
.product-grid .product-thumb .button-group li { float: right; width: 33.33333333333333%; }
.product-grid .product-thumb .button-group li.rating { width: 100%; overflow: hidden; clear: both; }
 .product-grid .product-thumb .button-group li.rating { margin-top: 10px; }
 
.box .product-thumb .button-group button i, .transition-right button i { display: none; }
.product-thumb .button-group button.product-button-cart i { display: inline-block;}
.product-thumb .product-button-cart .hidden-md { margin-left: 6px; }

@media only screen and (max-width: 1200px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.product-related-row .visible-md { display: none!important; }
}
@media only screen and (max-width:1199px){
	.category-controls .col-md-1 { padding: 0; }
	.transition.product-thumb .button-group button { width: 100%; min-width: 50px; }
	.product-content .transition.product-thumb .button-group button { min-width: 90px; }
	.transition.product-thumb .button-group button i, #carousel_featured .button-group button i, .product-thumb .button-group li:first-child button i { display: inline-block; }
	#carousel_featured .button-group button { min-width: 80px; padding: 4px 12px; text-align: center; }
	.transition .caption { min-height: 100%; }
	.box .rating .fa-stack { width: 1em; height: 1em; line-height: 1em; }
	.box .rating .fa-star, .box .rating .fa-star-o, .rating .fa-stack { font-size: 13px; }
}
@media only screen and (max-width: 992px) {
	.category-controls .col-md-2, .category-controls .col-md-1 { padding: 0 15px; text-align: left; }
	.category-controls .col-md-3 { padding-bottom: 10px; }
	.product-thumb .caption { min-height: 80px; }
	.product-thumb h4, .product-thumb .price { font-size: 90%; }
	.product-thumb .button-group  .product-button-cart, #carousel_featured .button-group button { min-width: 130px; padding: 10px; text-align: center; }
	.product-thumb .button-group  .product-button-cart .fa, #carousel_featured .button-group button .fa { font-size: 20px; }
}
@media only screen and (max-width: 767px) {
	.box .rating .fa-star, .box .rating .fa-star-o, .rating .fa-stack { font-size: 12px; }
  .product-list .product-thumb h4 { font-size: 15px; }
  .product-list .product-thumb .price { font-size: 13px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.product-grid { float: none; display: inline-block; width: 50%; vertical-align: top; }
	.visible-lg { display: none; }	
}
@media only screen and (max-width: 480px) {
  .featured-layout .rating .fa-stack { width: 1.4em; height: 1.4em; }
  .featured-layout .rating .fa-star, .featured-layout .rating .fa-star-o { font-size: 12px; line-height: 1; }
}
@media only screen and (max-width: 320px) {
	.product-list .product-thumb .button-group li:first-child button { min-width: 100px; }
}
.product-grid .product-thumb > div > .action, .product-list .product-thumb > div > .grid-action { display: none; }
.product-grid .product-thumb > div > .action {
	display: none;
	width: 100%;
	min-height: 82px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	list-style-type: none;	
	text-align: center;
	overflow: hidden;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.product-grid .product-thumb:hover .grid-action, .product-grid .product-thumb:focus .grid-action, .product-grid .product-thumb:active .grid-action {
	display: block;
}
.product-grid .product-thumb .action ul {
	display: inline-block;
	margin: auto;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	background: transparent none;
}
.product-grid .product-thumb .action ul li { display: block; }


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 1px 0 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	display: block;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #fff;
}
.image-additional a, .image-additional img { 
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.image-additional a:focus, .image-additional a:active {
	outline: 0 none;
	box-shadow: 0 0 1px #6c9407;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin: 0 8px;
}


/* product info */
.product-info .price-old { font-size: 18px; color: #969c89; text-decoration: line-through; }
.product-info .price-new h2 { color: #de1b2e; }
.product-info .list-manufacturer span, .product-info .list-manufacturer a { color: #000; }
.product-info .list-manufacturer a { text-decoration: underline; }
.product-info .list-manufacturer a:hover, .product-info .list-manufacturer a:focus, .product-info .list-manufacturer a:active { text-decoration: none; }
.product-info .buy-group { clear: both; overflow: hidden; }
.product-info hr { border-top: 1px dotted #c5cacb; color: rgba(255,255,255,0); background-color: transparent; }
.product-info .quantity-group { margin-right: 4px; }
.product-info .quantity-group label { display: none; }
.product-info .quantity-group, .product-info .add-cart-group { float: left; }
.product-info .quantity-group a i, .product-info .quantity-group input i { display: block; height: 34px; line-height: 34px; font-style: normal; }
#q_down, #q_up, #input-quantity { display: inline-block; width: 40px; height: 42px; line-height: 36px; text-align: center; vertical-align: top;  background-color: #fff; border: 1px solid #bdd387; outline: 0 none; }
#q_down i { line-height: 24px; }
@-moz-document url-prefix() {	
	#button-cart { width: 128px; }
	.input-group .btn, .add-cart-group .btn-group .btn { border-width: 1px!important; }
}
.product-info .quantity-group a:link, .product-info .quantity-group a:visited, .product-info .quantity-group input { color: #707466; }
.product-info .quantity-group a:hover, .product-info .quantity-group a:focus, .product-info .quantity-group a:active, .product-info .quantity-group input:focus { color: #191a17; text-decoration: none; }
.product-info .quantity-group input { font-size: 14px; font-weight: bold; }
.product-info #button-cart span { position: absolute; top: -5000px; font-size: 0; letter-spacing: -5px; }
#button-cart .fa-shopping-cart { font-size: 24px; }
.add-cart-group > label { margin-bottom: 0; }
.add-cart-group .btn-group .btn:first-child { margin-right: 4px; }
.add-cart-group .btn-group .btn {
	width: 42px;
	height: 42px;
	padding: 0;
	font-size: 15px;
	text-shadow: none;
	color: #7fae09;
	background-color: #fff;
	border-color: #fff; /* Old browsers */
	-moz-border-radius: 21px;
	-khtml-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;

}
.add-cart-group .btn-group .btn:hover, .add-cart-group .btn-group .btn:focus, .add-cart-group .btn-group .btn:active {
	color: #496600;
	background-color: #fff;
	border-color: #fff;
}
.product-info .quantity-group, .product-info .add-cart-group > label, .product-info .add-cart-group > .btn-group { margin-top: 2px; margin-bottom: 2px; }
.product-info .fa-stack { vertical-align: top; }
.product-info .fa-stack img { vertical-align: -4px; }
.product-info .fa-stack + a, .product-info .fa-stack + a + span, .product-info .fa-stack + a + span + a { vertical-align: bottom; }
.product-info .share { padding: 8px 0; text-align: center; border-top: 1px dotted #c5cacb; border-bottom: 1px dotted #c5cacb; }
.product-info .share a { margin: 0 6px; }
.share a:hover, .share a:focus, .share a:active { opacity: 0.7; text-decoration: none; }
.product-info-tags { margin-top: 10px; }
#prevInfo, #nextInfo, #prevInfoMob, #nextInfoMob {
	width: 30px;
	height: 30px;	
	position: absolute;
	top: 50%;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	font-size: 1px;
	outline: 0 none;
	overflow: hidden;
	background: transparent none;
}
#prevInfo .fa, #nextInfo .fa { font-size: 30px; }
#prevInfo { left: 0; }
#nextInfo, #nextInfoMob {
	right: 0;
	background-position: right top;
}
#prevInfoMob { left: 0; }
#nextInfoMob { right: 0; }
#prevInfo:hover, #prevInfo:active, #prevInfoMob:hover, #prevInfoMob:active { background-position: left bottom; }
#nextInfo:hover, #nextInfo:active, #nextInfoMob:hover, #nextInfoMob:active { background-position: right bottom; }
#prevInfo:focus, #nextInfo:focus, #prevInfoMob:focus, #nextInfoMob:focus, #prevInfo:active, #nextInfo:active, #prevInfoMob:active, #nextInfoMob:active { color: #6c9407; }
.lt-ie9 .col-sm-8 .thumbnails + .carousel { text-align: center; }
.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 658px; margin: 0 auto; overflow: hidden; }
.col-sm-9 .thumbnails + .carousel .image-wrap { max-width: 282px; margin: 0 auto; overflow: hidden; }
.col-sm-6 .row .col-sm-6 { width: auto; }
.col-sm-6 .product-info-row .col-sm-6 { width: 100%; }
.col-sm-6 .thumbnails + .carousel .image-wrap { max-width: 376px; margin: 0 auto; overflow: hidden; }
.atm-f { height: auto!important; }
#content > div + .product-info-row { margin-top: 20px; }


@media screen and (max-width: 1169px) {
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 470px; }
	.col-sm-9 .thumbnails + .carousel .image-wrap { max-width: 282px; }
}
@media screen and (min-width: 768px) and (max-width: 1169px) {
	.col-sm-9 .nav-tabs > li, .col-sm-6 .row .col-sm-6 .nav-tabs > li { float: none; margin-bottom: 4px; }
	.col-sm-9 .nav-tabs > li a, .col-sm-6 .row .col-sm-6 .nav-tabs > li a {
		margin-right: 0;
		outline: 0 none;
		border: 1px solid #dcdfe5;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.col-sm-9 .nav-tabs > li.active > a, .col-sm-9 .nav-tabs > li.active > a:hover, .col-sm-9 .nav-tabs > li.active > a:focus { border: 1px solid #dcdfe5; }
	.col-sm-6 .row .col-sm-6 { width: auto; }
	.col-sm-6 .product-info-row .col-sm-6 { width: 100%; }
}
@media screen and (max-width: 980px){
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 376px; }
}
@media screen and (max-width: 979px){
	.col-sm-9 .thumbnails + .carousel .image-wrap { max-width: 188px; margin: 0 auto; overflow: hidden; }
	.col-sm-6 .thumbnails + .carousel .image-wrap { max-width: 188px; }
}
@media screen and (min-width: 640px) and (max-width: 767px){
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 470px; }
}
@media screen and (max-width: 540px){
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 282px; }
}
@media screen and (max-width: 480px){
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 188px; }
}
@media screen and (max-width: 320px){
	.col-sm-8 .thumbnails + .carousel .image-wrap { max-width: 94px; }
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
      float: left;
      padding: 15px;
    }
    .product-list .product-thumb .image {
      float: none;
      width: 20%;
      margin-right: 5%;
      padding: 15px;
    }
    .product-list .product-thumb .image, .product-list .product-thumb .image + div {
      display: inline-block;
      vertical-align: middle;
    }
    .product-list .product-thumb .image + div { width: 75%; }
}


@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
  #content .box .col-lg-3:nth-child(4n+1),
  #content .featured-layout .col-lg-3:nth-child(4n+1) { clear: none; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
  #content .box .col-md-3:nth-child(4n+1),
  #content .featured-layout .col-md-3:nth-child(4n+1) { clear: none; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
  #content .box .col-sm-6:nth-child(2n+1),
  #content .featured-layout .col-sm-6:nth-child(2n+1) { clear: none; }
}


/* fixed column left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* related products */
.product-related-row .transition { background-color: #fff; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
.transition { overflow: hidden; margin-bottom: 0; padding: 10px 0 0; border: 0 none; }
.transition .transition-right, .transition .transition-right { float: none; min-height: 138px; margin-left: 100px; }
.transition .image { float: left; margin-top: 10px; padding-left: 0; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.transition .image, .transition .transition-right { padding-right: 0; overflow: hidden; }
.product-related-row .transition .image { padding-left: 10px; }
#carousel_featured .product-thumb { text-align: center; }
#carousel_featured .image { float: none; display: inline-block; }
.transition .caption { width: 100%; min-height: 48px; padding: 0; }
.transition h4 { width: 100%; min-height: 35px; padding: 0; text-align: left; }
#carousel_featured h4 { text-align: center; }
.transition .price { margin-bottom: 10px; text-align: left; }
.transition .price + label { margin: 0; }
.transition .button-group button {
	font-size: 10px;
	line-height: normal;
	padding: 4px 10px;
	border-width: 1px;
}
#carousel_featured .rating { text-align: center; }
#carousel_featured .button-group button { box-shadow: none; border-radius: 0; display: none; }
.transition .button-group button:hover, .transition .button-group button:active, .transition .button-group button.active, #content #button-cart.disabled, #content #button-cart[disabled] {
  outline: 0 none!important;
}
@media screen and (max-width: 992px){
	.box .transition { padding: 0; }
	.transition .caption { min-height: 100%; }
	.box .transition .transition-right, .box .transition .image { float: none; margin-left: 0; }
	.box .transition .transition-right { padding: 0 10px; }
	.box .transition h4, .box .transition .price { font-size: 12px; }
	.box .transition h4, .box .transition .price, .box .rating { text-align: center; }
}
@media screen and (min-width: 768px) and (max-width: 992px){
	#column-left .box > h3, #column-right .box > h3 { overflow: hidden; text-align: center; }
	#column-left .box > h3 .nav-slider, #column-right .box > h3 .nav-slider { float: none; margin: 10px auto 0; padding: 0; }
  #column-left .box h3 span, #column-right .box h3 span { padding: 0; }
  .box > h3 .nav-slider { width: 50px; }
	.box > h3 .prev { left: 0; }
}
@media only screen and (max-width: 767px) {
	.product-related-row > div { display: inline-block; width: 50%; vertical-align: top; }
}
@media only screen and (max-width: 479px) {
	.product-related-row > div { display: block; width: 100%; margin: 0 0 10px; }
  .product-related-row > div:last-child { margin: 0; }
}
@media screen and (max-width: 359px){
	.box .caroufredsel_wrapper { width: 100%!important; max-width: 100%!important; }	
}
@media screen and (max-width: 299px){
	.box .caroufredsel_wrapper { width: 240px!important; }	
	.box .caroufredsel_wrapper .carousel-module .col-xs-12  { width: 240px!important; }
}


/* Back top top */
.scrollToTop{
	position: fixed;
	bottom: 52px;
	right: 40px;
	display: none;
	width: 40px; 
	height: 40px;
	line-height: 36px;
	padding: 0; 
	text-align: center; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
	background: #4d5c29 none;
	opacity: 0.8;
	z-index: 9999;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
	text-decoration:none;
	opacity: 1;
}


/* Review */
#review .table {
	border-width: 1px 0 0;
	border-style: dotted none none;
	border-color: #dcdfe5 transparent transparent;
}
#review .table:first-child { border: 0 none; }
#review .table-striped > tbody > tr:nth-child(2n+1) > td, #review .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: transparent; }
#review .table-bordered > tbody > tr > td { border: 0 none; }
#review .table-striped > tbody > tr:nth-child(2n+1) > td:first-child { font-size: 12px; }
#review .table-striped > tbody > tr:nth-child(2n+1) > td.text-right { color: #848484; }

/* account-login, affiliate-login */
.account-login .well, .affiliate-login .well { padding: 0 19px; background: transparent none; border: 0 none; box-shadow: none; }
.account-login .well h2, .affiliate-login .well h2 { margin-top: 0; }

/* account-account, affiliate-account, .affiliate-login */
.account-account #content { text-align: left; }
.account-account .account-wrapper, .affiliate-account .account-wrapper { display: inline-block; vertical-align: top; margin: 0 20px 10px; text-align: left; }
.account-account .account-wrapper h2, .affiliate-account .account-wrapper h2 { font-weight: 500; font-size: 20px; text-transform: uppercase; letter-spacing: 1px; color: #313133; }
.account-account .account-wrapper h2:after, .affiliate-account .account-wrapper h2:after, .affiliate-login h2:after, .account-login h2:after { content: ""; display: block; width: 48px; margin-top: 10px; border-bottom: 2px solid #313133;  }

/* account-address */
.account-address .table-bordered { border-right: 0 none; border-left: 0 none; }
.account-address .table td, .account-address .table-hover>tbody>tr:hover>td, .account-address .table-hover>tbody>tr:hover>th { background: transparent none; border: 0 none; }
@media screen and (max-width: 480px) {
	.account-address .table, .account-address .table > tbody, .account-address .table > tbody > tr, .account-address .table > tbody > tr > td { display: block; }
	.scrollToTop { right: 10px; }
}

/* account-download */
@media screen and (max-width: 480px) {
	.account-download .table-bordered tr td:nth-child(3)  { display: none; }
}

@media screen and (max-width: 479px) {
	.account-download .table-bordered tr:hover, .account-download .table-bordered tr:focus, .account-download .table-bordered tr:active { background-color: #f5f6f7; }
	.account-download .table-bordered tr { border-top: 1px solid #dcdfe5; }
	.account-download .table-bordered tr:first-child: { border-top: 0 none; }
	.account-download .table-bordered thead  { display: none; }
	.account-download .table-bordered tr td  { display: inline-block; width: 50%; border: 0 none; }
	.account-download .table-bordered tr td:first-child  { float: left; width: 40px; }
	.account-download .table-bordered tr td:nth-child(2)  { display: block; width: auto; margin-left: 40px; clear: right; }
	.account-download .table-bordered tr td:nth-child(4), .account-download .table-bordered tr td:last-child  { border-top: 1px dashed #dcdfe5; }
	
}

/* account-wishlist */
.account-wishlist .table-bordered thead td { padding: 12px 8px; text-transform: uppercase; font-weight: 700; font-size: 11px; color: #797979; background: transparent; border-bottom: 0 none; }
.account-wishlist .table .btn { width: 38px; margin: 2px; line-height: 1.428571429; border-width: 1px; }
.account-wishlist td .btn:first-child { color: #6c9407; border: 1px solid #7fae09; }
.account-wishlist td .btn:first-child:hover, .account-wishlist td .btn:first-child:focus, .account-wishlist td .btn:first-child:active { color: #fff; background-color: #7fae09; border: 1px solid #7fae09; }
.account-wishlist td .btn-danger { color: #e94c5b; background-color: transparent; border: 1px solid #e94c5b; }
.account-wishlist td .btn-danger:hover, .account-wishlist td .btn-danger:focus, .account-wishlist td .btn-danger:active { color: #fff; background-color: #e94c5b; border: 1px solid #e94c5b; }
@media only screen and (max-width: 480px) {
  .account-wishlist #content .table, .account-wishlist #content .table tbody, .account-wishlist #content .table tr { display: block; }
  .account-wishlist #content .table thead { display: none; }
  .account-wishlist #content .table tr { padding: 10px 0; overflow: hidden; border-top: 1px solid #e5d8e0; }
  .account-wishlist #content .table tr:hover { background-color: #f5f6f7; }
  .account-wishlist #content .table tr:first-child, .account-wishlist #content .table td { border: 0 none; }
  .account-wishlist #content .table td { display: inline-block; }
  .account-wishlist #content .table .hide_mobile { display: none; }
  .account-wishlist #content .table .wishlist-thumb { float: left; }
  .account-wishlist #content .table .wishlist-button { display: block; clear: both; text-align: center; }
  .account-wishlist #content .table .btn { width: 48%; }
}
@media only screen and (max-width: 240px) {
  .account-wishlist #content .table tr, .account-wishlist #content .table .text-left, .account-wishlist #content .table .text-right { text-align: center; }
  .account-wishlist #content .table .wishlist-thumb { float: none; }
  .account-wishlist #content .table td { width: 100%; }
}

/* account-order */
.account-order .table-bordered { }
.account-order .table-bordered thead td { padding: 12px 8px; text-transform: uppercase; font-weight: 700; font-size: 11px; color: #797979; background: transparent; border-bottom: 0 none; }
.account-order .table-bordered td { border-right: 0 none; border-left: 0 none; }
.account-order .table .btn-info { color: #6c9407; border: 1px solid #7fae09; }
.account-order .table .btn-info:hover, .account-order .table .btn-info:focus, .account-order .table .btn-info:active { color: #fff; background-color: #7fae09; border: 1px solid #7fae09; }

/* account-order-info */
.account-order-info .table-bordered thead td { padding: 12px 8px; text-transform: uppercase; font-weight: 700; font-size: 11px; color: #797979; background: transparent; border-bottom: 0 none; }
.account-order-info .table .btn { line-height: 1.428571429; border-width: 1px; }
.account-order-info td .btn-primary:first-child { color: #6c9407; border: 1px solid #7fae09; }
.account-order-info td .btn-primary:first-child:hover, .account-order-info td .btn-primary:first-child:focus, .account-order-info td .btn-primary:first-child:active { color: #fff; background-color: #7fae09; border: 1px solid #7fae09; }
.account-order-info td .btn-danger { color: #e94c5b; background-color: transparent; border: 1px solid #e94c5b; }
.account-order-info td .btn-danger:hover, .account-order-info td .btn-danger:focus, .account-order-info td .btn-danger:active { color: #fff; background-color: #e94c5b; border: 1px solid #e94c5b; }

/* account-transaction */
.account-transaction .table-bordered > thead > tr > .text-right { border-right: 0 none; }

/* checkout-cart */
.checkout-cart .table .input-group .form-control { max-width: 50px; text-align: center;  }
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group { margin-left: 0; }
.checkout-cart .table .input-group-btn .btn-primary { margin-right: 2px; line-height: 1.428571429; border-width: 1px; }

.checkout-cart .table .input-group-btn .btn-primary:hover, .checkout-cart .table .input-group-btn .btn-primary:focus,
 .checkout-cart .table .input-group-btn .btn-primary:active { background-color: #969c89; border-color: #969c89;  }
.checkout-cart .table .checkout-cart-qty { width: 150px; }
.checkout-cart .panel-heading > h4 > a:focus { color: #000; outline: 0 none; }
@media screen and (max-width: 540px) {
	.checkout-cart .table .input-group .form-control, .checkout-cart .table .input-group-btn { float: none; display: block; clear: both; }
	.checkout-cart .table .input-group .form-control { max-width: 78px; }
	.checkout-cart .table .input-group-btn { margin-top: 2px; }
}

/* information-contact, product-search, .affiliate-login */
.information-contact .panel, .product-search .panel, .affiliate-login .panel { background-color: transparent; border: 1px dotted #c5cacb; box-shadow: none; }
.product-search .panel, .affiliate-login .panel { padding: 15px; }

@media (max-width: 319px) {
	#footer #socialColumn { max-width: 120px; margin: 0 auto; }
}

/* product-search */
.product-search .product-search-row .col-last-item { padding-top: 7px; padding-bottom: 7px; }
@media only screen and (max-width: 767px) {
  .product-search .product-search-row .col-sm-4:first-child { margin-bottom: 10px; }
}

/* information - sitemap */
.information-sitemap #content .col-sm-6 ul { padding-left: 0; list-style: none; }
.information-sitemap #content .col-sm-6 > ul { list-style: none; border: 1px dotted #c5cacb; border-bottom: 0 none; }
.information-sitemap #content .col-sm-6 > ul li a { padding: 5px 10px; }
.information-sitemap #content .col-sm-6 ul ul li a { padding-left: 30px; }
.information-sitemap #content .col-sm-6 ul ul ul li a { padding-left: 50px; }
.information-sitemap #content .col-sm-6 > ul > li > a, .information-sitemap #content ul > li > ul { border-bottom: 1px dotted #c5cacb; }
.information-sitemap #content ul li a { display: block; padding: 5px 0; }
.information-sitemap #content ul > li > ul li a { color: #626262; }
.information-sitemap #content .col-sm-6 > ul a:hover { background-color: #f5f6f7; }
.information-sitemap #content .col-sm-6 ul li span { display: block; padding: 5px 10px; background-color: #eef4fe; border-bottom: 1px dotted #c5cacb; }