html {

	overflow-y: scroll;

	margin: 0;

	padding: 0;

}

body {

	color: #000000;

	font-family: Arial;

	margin: 0px;

	padding: 0;

}

body, td, th, input, textarea, select, a {

	font-size: 14px;

}

h1, h2, h3, h4, h5, h6 {

	font-weight: normal

}

h1, .welcome {

	color: #000;

	font: Verdana;

	margin-top: 0px;

	margin-bottom: 30px;

	font-size: 30px;

	line-height: 30px;

	font-weight: bold;

	text-shadow: 0 0 1px rgba(0, 0, 0, .01);

}

h2 {

	color: #000000;

	font-size: 20px;

	margin-top: 0px;

	margin-bottom: 5px;

}

h3 {

	color: #565656;

	font-size: 15px;

	font-weight: bold;

	text-transform: uppercase;

}

p {

	margin-top: 0px;

	margin-bottom: 20px;

}

a, a:visited, a b {

	color: #000;

	text-decoration: none;

	cursor: pointer;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

}

a:hover {

	text-decoration: underline;

	color: #888;

}

a img {

	border: none;

}

form {

	padding: 0;

	margin: 0;

	display: inline;

}

input[type='text'], input[type='password'], textarea {

	background: #fff;

	border: 1px solid #ddd;

	padding: 4px;

	margin-left: 0px;

	margin-right: 0px;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

input[type="radio"], input[type="checkbox"], .radio input[type="radio"], .checkbox input[type="checkbox"] {

	margin: 0;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

	border: none !important

}

/*.row {

	margin-right: 0

}*/

select {

	background: #fff;

	border: 1px solid #ddd;

	padding: 2px;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

label {

	cursor: pointer;

	display: initial;

}

.navbar {

	margin-bottom: 0;

}

*, *:before, *:after {

	-webkit-box-sizing: inherit; 

	-moz-box-sizing: inherit;

	box-sizing: inherit;

}

[class*="span"] {

	min-height: 0px;

}

/* layout */

.forCols {

	float: right

}







.topBar {

	background: #f1f1f1;

	border-bottom: 4px solid #e2e2e2;

	color: #000;

}

header {

	position: relative;

	z-index: 99;

	clear: both;

	margin-bottom: 30px;

}

.topPart {

	border-bottom:1px solid #ddd;

	margin-bottom: 40px;

	padding-top: 15px;

}

.timer {

	float: left;

	font-size: 12px;

	margin-right: 20px;

	padding: 10px 0; 



}

.timer img, #welcome img, .links img {

	width: 14px;

	margin-right: 5px;

}



/*

 *  Welcome

 */

.topBar #welcome {

	z-index: 5;

	float: left;

	color: #000;

	margin-right: 20px;

	padding-left: 0;

	font-size: 12px;

	padding: 10px 0;

}

.topBar #welcome a {

	color:#000;

	text-decoration: none;

	font-size: 12px;

	font-weight: bold;

}

.topBar #welcome a:hover {

	text-decoration: underline 

}





/*

 *  language

 */

#language {

	float: right;

	padding: 10px 8px;

	font-size: 12px;

	color: #000;

	position: relative;

	z-index: 10000;

	cursor: pointer;

}

#language img {

	cursor: pointer;

	margin: 0 3px;

}





/*

 *  currency

 */

#currency {

	float: right;

	color: #000;

	padding: 10px 8px;

	font-size: 12px;

	position: relative;

	cursor: pointer;

	z-index: 10000;

}

#currency a {

	color: #000;

	text-decoration: none;

	display: inline;

	margin: 0 3px;

}

#currency a:hover {

	text-decoration: underline;

}

#currency a b {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}





/*

 *  Links

 */

.topBar .links {

	float: left;

	font-size: 12px;

	color: #000;

	margin-right: 20px;

	position: relative;

	z-index: 10000;

	cursor: pointer;

	padding: 10px 0;

}

.links ul {

	display: none;

}

.links:hover ul {

	display: block;

	margin-left: 0;

	list-style: none;

	position: absolute;

	top: 102%;

	left: -1px;

	background: #ddd;

	padding: 10px;

	width: 100px;

}

.topBar .links li a {

	color: #000;

	text-decoration: none;

	font-size: 12px;

}

.topBar .links a:hover {

	text-decoration: underline

}





/*

 * Topblocks

 */

.topBlocks {

	float: left;

	list-style: none;	

	border-left: 4px solid #e2e2e2;

	padding: 10px 0 10px 10px;

	margin-bottom: 0;

}

.topBlocks li {

	display: inline;

	float: left;

}

.topBlocks li a {

	color: #000;

	font-size: 12px;

	margin-right: 20px;

}

.topBlocks li a:hover {

	text-decoration: none;

	color: #888;

}

.topBlocks li img {

	width: 16px;

	margin-right: 5px;

}





/*

 *  logo

 */

header .container {

	position: relative

}

header #logo {

	float: left;

	margin: 30px 0;

}

/**/







/*

 *  search

 */

#search {

	float:right;

	z-index: 1000;

	position: relative;

	height: 42px;

	border: 2px solid #e2e2e2;

	margin-top: 45px;

	margin-bottom: 45px;

	width: 98%;

	background: transparent;

}

.button-search {

	float: right;

	background: url('../image/button-search-black.png') center center no-repeat;

	width: 42px;

	height: 42px;

	cursor: pointer;

}

#search input {

	background: transparent;

	width: 80%;

	height: 42px;

	line-height: 42px;

	border: none;

	padding: 0 10px;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

	font-size: 14px;

	font-family: arial;

	color: #000;

	font-weight: normal;

	margin-left: 10px;

}

#search input::-webkit-input-placeholder {

   color: #b8b8b8;

}

#search input:-moz-placeholder { /* Firefox 18- */

   color: #b8b8b8;  

}

#search input::-moz-placeholder {  /* Firefox 19+ */

   color: #b8b8b8;  

}

#search input:-ms-input-placeholder {  

   color: #b8b8b8;  

}

/*live search*/

#livesearch_search_results {

	margin:0px;

	padding:5px;

	position: absolute;

	top: 110%;

	background: #fff;

	border: 2px solid #e2e2e2;

	list-style-type: none;

	z-index: 12;

	width: 300px;

	color: #888;

	left: 0;

	text-transform: none;

}

#livesearch_search_results li {

	padding: 5px;

	

}

#livesearch_search_results li + li {

}

#livesearch_search_results a,

#livesearch_search_results a:visited {

	text-decoration: none;

	display: block;

	color: #888;

}

#livesearch_search_results a:hover {

	color: #000 !important;

}

#livesearch_search_results li:hover {

	color: #000 !important;

}

#livesearch_search_results li:hover a {

	color: #000 !important;

}

#livesearch_search_results .highlighted {

	background-color: #eee;

	color: #000 !important;

}





/*

 *  Cart

 */

#cart {

	z-index: 10000;

	float: right;

	position: relative;

	height: 44px;

	margin-top: 45px;

	margin-bottom: 45px;

}

#cart .heading {

	float: right;

	height: 38px;

	z-index: 1;

	color: #000;

	font-size: 12px;

	font-weight: bold;

	text-align: left;

	padding-left: 50px;

	padding-top: 13px;

	line-height: 16px;

	min-width: 100px;

}

.cartImgWrap {

	display: block;

	position: absolute;

	left: 0;

	top: 5px;

	background: #6cc550;

	border: 1px solid #5bb53f;

	line-height: 42px;

	width: 42px;

	height: 42px;

	text-align: center;

}

#cart .heading a {

	color: #000;

	text-decoration: none;

	font-size: 12px;

	font-weight: normal;

}

span#cart-total {

	text-transform: none

}

#cart .content {

	clear: both;

	display: none;

	width: 300px;

	position: absolute;

	top: 50px;

	right: 0;

	padding: 8px;

	min-height: 50px;

	border-top: 1px solid #EEEEEE;

	border-left: 1px solid #EEEEEE;

	border-right: 1px solid #EEEEEE;

	border-bottom: 1px solid #EEEEEE;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

	background: #FFF;

	text-transform: none;

}

#cart.active .content {

	display: block;

}

.mini-cart-info table {

	border-collapse: collapse;

	width: 100%;

	margin-bottom: 5px;

}

.mini-cart-info td {

	color: #000;

	vertical-align: top;

	padding: 10px 5px;

	border-bottom: 1px solid #EEEEEE;

}

.mini-cart-info .image img {

	text-align: left;

}

.mini-cart-info .name small {

	color: #000;

}

.mini-cart-info .name a {

	color: #000;

}

.mini-cart-info .quantity {

	text-align: right;

}

.mini-cart-info td.total {

	text-align: right;

}

.mini-cart-info .remove {

	text-align: right;

	position: relative;

}

.mini-cart-info .remove img {

	cursor: pointer;

	position: absolute;

	right: 0;

	top: 15px;

}

.mini-cart-total {

	text-align: right;

}

.mini-cart-total table {

	border-collapse: collapse;

	display: inline-block;

	margin-bottom: 5px;

}

.mini-cart-total td {

	color: #000;

	padding: 4px;

}

.topBar #cart .checkout, .head5 #cart .checkout  {

	text-align: right;

	clear: both;

}

#cart .empty {

	line-height: 50px;

	text-align: center;

}

#cart .heading span {

	white-space: nowrap

}

/*

 *  header

 */



/* menu */

.menuWrap {

	float: left;

	width: 100%;

	margin-bottom: 30px;

	background: #6cc550;

	border-top: 1px solid #5bb53f;

	border-bottom: 1px solid #5bb53f;

}

#menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

.homeIcon {

	float: left;

}

#menu > ul > li {

	position: relative;

	float: left;

}

#menu > ul > li:hover {

}

#menu > ul > li > a {

	font-size: 18px;

	color: #fff;

	text-decoration: none;

	display: block;

	padding: 15px 13px;

	z-index: 6;

	position: relative;

}

#menu > ul > li + li > a {

	border-left: 1px solid #5bb53f;

}

#menu > ul > li:hover > a {

	background: #333;

	color: #fff;

}

#menu > ul > li:first-child > a {

	background: transparent !important;

}

#menu > ul > li > div {

	display: none;

	top: 100%;

	background: #FFFFFF;

	position: absolute;

	padding: 5px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

	z-index: 30;

}

#menu > ul > li:hover > div {

	display: table;

}

#menu > ul > li > div > ul {

	display: table-cell;

}

#menu > ul > li ul + ul {

	padding-left: 20px;

}

#menu > ul > li > div ul li  {

	z-index: 30;

	position: relative;

}

#menu > ul > li ul > li > a {

	text-decoration: none;

	padding: 4px;

	color: #000;

	font-size: 14px;

	display: block;

	white-space: nowrap;

	min-width: 120px;

	z-index: 30;

}

#menu > ul > li ul > li > a:hover {

	color: #6cc550;

}

#menu > ul > li > div > ul > li > a {

	color: #000;

}

.menuDevices {

	display: none;

}

/*third level*/

.arro {

	position: absolute;

	right: 3px;

	top: 3px;

}

#menu > ul > li > div ul li:hover ul {

	display: block;

	left: 100%;

	top: 0;

}

#menu > ul > li > div ul li ul {

	display: none;

	background: #FFFFFF;

	position: absolute;

	padding: 5px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

	z-index: 30;

}





/*

 *  Breadcrumb

 */

.breadcrumb {

	color: #888;

	margin-bottom: 30px;

	font-size: 12px;

	padding: 6px 15px;

	list-style: none;

	background-color: #eee;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

}

.breadcrumb a {

	color: #6cc550;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

}

.breadcrumb a:hover {

	text-decoration: underline

}

.success, .warning, .attention, .information {

	padding: 10px 10px 10px 33px;

	color: #333;

	text-align: center

}

.success {

	background: #d2fdaf url('../image/success.png') 10px center no-repeat;

}

.warning {

	background: #fdafaf url('../image/warning.png') 10px center no-repeat;

}

.attention {

	background: #afccfd url('../image/attention.png') 10px center no-repeat;

}

.success .close, .warning .close, .attention .close, .information .close {

	float: right;

	padding-top: 4px;

	padding-right: 4px;

	cursor: pointer;

}

.required {

	color: #FF0000;

	font-weight: bold;

}

.error {

	display: block;

	color: #FF0000;

	z-index: 10000;

	position: relative;

}

.help {

	color: #999;

	font-size: 10px;

	font-weight: normal;

	font-family: Verdana, Geneva, sans-serif;

	display: block;

}

table {

	background: #ffffff

}

table.form {

	width: 100%;

	border-collapse: collapse;

	margin-bottom: 20px;

}

table.form tr td:first-child {

	width: 150px;

}

table.form > * > * > td {

	color: #000000;

}

table.form td {

	padding: 4px;

}

input.large-field, select.large-field {

	width: 300px;

}

table.list {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

table.list td {

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

table.list thead td {

	background-color: #EFEFEF;

	padding: 0px 5px;

}

table.list thead td a, .list thead td {

	text-decoration: none;

	color: #222222;

	font-weight: bold;

}

table.list tbody td {

	padding: 0px 5px;

}

table.list .left {

	text-align: left;

	padding: 7px;

}

table.list .right {

	text-align: right;

	padding: 7px;

}

table.list .center {

	text-align: center;

	padding: 7px;

}

table.radio {

	width: 100%;

	border-collapse: collapse;

}

table.radio td {

	padding: 5px;

}

table.radio td label {

	display: block;

}

table.radio tr td:first-child {

	width: 1px;

}

table.radio tr td:first-child input {

	margin-top: 1px;

}

table.radio tr.highlight:hover td {

	background: #F1FFDD;

	cursor: pointer;

}

.pagination {

	border-top: 1px solid #EEEEEE;

	padding-top: 8px;

	display: inline-block;

	width: 100%;

	margin-bottom: 30px;

}

.pagination .links {

	float: left;

}

.pagination .links a {

	display: inline-block;

	border: 1px solid #EEEEEE;

	padding: 4px 10px;

	text-decoration: none;

	color: #A3A3A3;

}

.pagination .links b {

	display: inline-block;

	border: 1px solid #6cc550;

	padding: 4px 10px;

	font-weight: normal;

	text-decoration: none;

	color: #fff;

	background: #6cc550;

}

.pagination .results {

	float: right;

	padding-top: 3px;

}





/* 

 *  button 

 */

a.button, input.button {

	background: transparent;

	cursor: pointer;

	color: #6cc550;

	border: 1px solid #6cc550;

	padding: 10px 12px; 

	line-height: 12px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

}

a.button:hover, input.button:hover {

	color: #000;

	border: 1px solid #000;

}

a.button {

	display: inline-block;

	text-decoration: none;

	padding: 6px 12px 6px 12px;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

}

input.button {

	margin: 0;

	height: 24px;

	padding: 0px 12px 0px 12px;

}

a.button:hover, input.button:hover {

	background-position: 0px -24px;

}

.buttons {

	background: #FFFFFF;

	border: 1px solid #EEEEEE;

	overflow: auto;

	padding: 6px;

	margin-bottom: 30px;

}

.buttons .left {

	float: left;

	text-align: left;

}

.buttons .right {

	float: right;

	text-align: right;

}

.buttons .center {

	text-align: center;

	margin-left: auto;

	margin-right: auto;

}

.htabs {

	background: #eee;

	border: 1px solid #eee;

	padding: 0;

	line-height: 40px;

	font-size: 22px;

	color: #000;

	clear: both;

	overflow: hidden;

}

.htabs a {

	float: left;

	font-size: 18px;

	border-right: 1px solid #ddd;

	padding: 20px 15px;

	text-align: center;

	text-decoration: none;

	color: #000;

	display: none;

}

.htabs a.selected {

	color: #6cc550;

}

.htabs h4 {

	margin: 0;

}



/*

 *  product by category

 */

.tabsProd .tab-content {

	margin-bottom: 30px;

	z-index: 2;

	overflow: hidden;

	background: #fff;

	padding: 20px;

	border: 2px solid #eee;

	border-top: none;

}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {

	border: none;

	color: #000;

	font-size: 15px;

	text-decoration: none;

	background-color: transparent;

}

.nav-tabs > li, .nav-pills > li {

	float: left;

	display: inline-block;

}

.nav > li > a:hover, .nav > li > a:focus {

	border: none;

	background: transparent;

}

.nav-tabs {

	border: none;

	float: right;

	margin-bottom: 0;

	line-height: 1px;

}

.nav-tabs > li {

	margin-bottom: 0;

	line-height: 40px;

}

.nav-tabs > li > a {

	border: none;

	text-decoration: none;

	color: #000;

	font-size: 13px !important;

	line-height: 27px;

	padding-top: 0;

	padding-bottom: 0;

	background-color: #ededed;

	-webkit-box-shadow: inset 1px 1px 7px 0px rgba(50, 50, 50, 0.33);

	-moz-box-shadow:    inset 1px 1px 7px 0px rgba(50, 50, 50, 0.33);

	box-shadow:         inset 1px 1px 7px 0px rgba(50, 50, 50, 0.33);

	margin-right: 3px;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

}

.nav-tabs > li.active a {

	color: #fff;

	background-color: #fbb700;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

.pbc {

	float: none !important;

}

.pbc .box-heading {

	background-image: url(../image/heading-arrow-2.png) !important;

	background-position: 0 6px;

	background-repeat: no-repeat;

	background-color: transparent !important;

	color: #000;

	border-bottom: 4px solid #fbb700;

	font-weight: bold;

	padding-bottom: 0;

	padding-top: 0;

	padding-left: 25px;

}

.pbc .box-heading a {

	color: #000 !important;

	font-weight: bold;

}

.pbc .box-content {

	border: none;

	padding-top: 30px;

	padding-bottom: 0;

}

.pbc .tab-content {

	overflow: hidden;

}

.pbc .bx-wrapper {

	padding: 30px 0;

	padding-top: 0;

	padding-bottom: 0 !important;

}

.pbc .singleProduct {

	margin-bottom: 0;

}





/* Featured */

.featured {

	float: none !important;

}

.featured .box-heading {

	background-color: #6cc550;

}

.featured .box-content {

	padding-top: 30px;

	background-color: #faf8f8;

}







/* box */

.box {

	margin-bottom: 30px;

	float: left;

}

.box-heading {

	padding: 11px 0 11px 35px;

	color: #fff;

	text-transform: uppercase;

	font-size: 18px;

	clear: both;

	overflow: hidden;

	text-transform: uppercase;

	background-color: #508ac5;

	background-image: url(../image/heading-arrow.png);

	background-position: 12px 17px;

	background-repeat: no-repeat;

}

.box .box-heading a {

	font-size: 22px;

	color: #fff;

	display: block;

	float: left;

	text-decoration: none;

}

.box .box-heading a:hover {

	color: #6cc550

}

.box-content {

	border-right: 1px solid #eeeeee;

	border-left: 1px solid #eeeeee;

	border-bottom: 1px solid #eeeeee;

	padding: 20px 0;

}



/* 

 * 	box products 

 */

.box-product {

	text-align: center;

	font-size: 0

}

.singleProduct {

	position: relative;

	width: 180px;

	display: inline-block;

	vertical-align: top;

	margin-right: 18px !important;

	margin-left: 10px;

	margin-bottom: 30px;

	text-align: center;

	position: relative;

	overflow: hidden;

}

.singleProduct img {

	margin: 0 auto

}

.infoWrap {

	padding: 8px;

	overflow: hidden

}

.bx-viewport .singleProduct {

	margin-left: 0; 

}

#sft_quickshop_icon {

	transition: all 0.3s ease-in-out 0s;

}

ul.btnGroup {

	list-style: none;

	float: left;

	margin-left: 0;

	transition: all 0.3s ease-in-out 0s;

}

ul.btnGroup li {

	display: inline;

	float: left;

	margin-right: 8px;

}

ul.btnGroup li.compareBt {

	margin-right: 0

}

li.cartBt a {

	padding: 5px 15px;

}

.iconsGroup {

	position: absolute;

	bottom: -100px;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

	z-index: 10000;

	margin-left: 16px;

}

.singleProduct:hover .iconsGroup {

	bottom: 0;

}

.cartBtn, .wishBtn, .compareBtn {

	display: inline-block;

	width: 35px;

	height: 35px;

	border: 1px solid #d2d2d2;

	background-color: #fff;

	text-align: center;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

	margin-right: 10px;

	margin-bottom: 10px;

	line-height: 35px;

}

.cartIcon {

	width: 19px !important;

	height: 20px;

	background-color: transparent !important;

	border: none;

	background-image: url(../image/cartIcon.png);

	background-repeat: no-repeat;

	background-position: center center;

	padding: 0;

}

.wish {

	width: 18px !important;

	height: 17px;

	background-color: transparent !important;

	border: none;

	background-image: url(../image/wishIcon.png);

	background-repeat: no-repeat;

	background-position: center center;

	padding: 0;

}

.compare {

	width: 18px !important;

	height: 17px;

	background-color: transparent !important;

	border: none;

	background-image: url(../image/compareIcon.png);

	background-repeat: no-repeat;

	background-position: center center;

	padding: 0;

}

div.singleProduct:hover ul.btnGroup, div.singleProduct:hover .quickView {

	bottom: 0;

}

.sale {

	text-align: center;

	background: #6cc550;

	font-size: 11px;

	color: #fff;

	position: absolute;

	right: 0;

	top: 0px;

	font-family: Arial;

	padding: 0 4px;

}

.saleIcon {

	background: url(../image/sale-icon.png) no-repeat center center;

	width: 45px;

	height: 44px;

	position: absolute;

	top: -1px;

	left: -1px;

	color: #fff;

	font-size: 11px;

	display: none;

}

.rotate {

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	display: block;

	position: absolute;

	top: 6px;

	left: 3px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-transform: uppercase;

}

.extra {

	font-size: 11.5px;

	margin-bottom: 10px;

	padding: 2%;

	width: 96%;

}

.extra a {

	font-size: 11px;

	font-weight: bold;

}

.defineSpan {

	color: #6cc550;

}

.box-product .image {

	display: block;

	margin-bottom: 0px;

}

.box-product .image img {

	transition: all 0.2s ease-in-out 0s;

	-moz-transition: all 0.2s ease-in-out 0s;

	-webkit-transition: all 0.2s ease-in-out 0s;

}

.box-product .name a {

	font-size: 13px;

	color: #888;

	text-decoration: none;

	display: block;

	margin-bottom: 10px;

}

.box-product .name a:hover {

	color: #6cc550;

}

.box-product .price {

	display: block;

	color: #000;

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: bold;

}

.box-product .price-old, .navbar .price-old {

	color: #ff0000;

	font-size: 14px;

	text-decoration: line-through;

	margin-bottom: 10px;

	margin-right: 5px;

}

.box-product .price-new {

	font-size: 14px;

	margin-right: 4px;

}

.box-product .rating {

	display: block;

	margin-bottom: 10px;

}

.avaliabilityWrap {

	color: #664a00;

	font-weight: bold;

	padding: 0 4px;

	border: 1px solid #fbb700;

	margin-top: 5px;

	display: inline-block;

}

/* box category */

ul.box-category, ul.box-category ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.box-category > li:first-child {

	padding: 0px 8px 8px 0px;

}

ul.box-category > li {

	padding: 8px 8px 8px 0px;

}

ul.box-category > li + li {

	border-top: 1px solid #EEEEEE;

}

ul.box-category > li > a {

	text-decoration: none;

	color: #333;

}

ul.box-category > li ul {

	display: none;

}

ul.box-category > li a.active {

	font-weight: bold;

}

ul.box-category > li a.active + ul {

	display: block;

}

ul.box-category > li ul > li {

	padding: 5px 5px 0px 10px;

}

ul.box-category > li ul > li > a {

	text-decoration: none;

	display: block;

}

ul.box-category > li ul > li > a.active {

	font-weight: bold;

}





/* box category business

-----------------------------------------------------*/

.categoryBusiness {

	width: 100%;

}

.categoryBusiness .box-heading, .accordion .box-heading {

	background-color: #FFBB33;

}

.categoryBusiness .box-content {

	padding-top: 0;

	padding-bottom: 0;

	border: none;

}

.categoryBusiness ul.mega-category {

	background: #fdfdfd;

	border: 1px solid #eee;

	border-top: none;

}

ul.mega-category li{

	position: relative;

	line-height: 35px;

}

ul.mega-category li:hover {

	background: #fff;

}

.categoryBusiness ul.mega-category li {

	border-bottom: none;

}

.categoryBusiness ul.mega-category li + li {

	border-top: 1px solid #eee;

}

ul.mega-category li a {

	background: url(../image/arrow-right.png) 97% center no-repeat;

	color: #787878;

	font-size: 14px;

	text-decoration: none;

	padding: 0 15px;

	width: 90%;

	display: block;

}

ul.mega-category li a:hover {

	color: #6cc550;

	font-weight: bold;

	background: none;

}

/****** sub menu ******/

.sub-menu {

	display: none;

}

ul.mega-category li:hover .sub-menu {

	display: block;

	position: absolute;

	width: 680px;

	background: #fff;

	border: 1px solid #eee;

	border-left: none;

	left: 100%;

	top: -50px;

	z-index: 10000;

	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

	-o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

}

.arrowMenu2 {

	position: absolute;

	left: -15px;

	top: 55px;

	width: 20px;

	height: 20px;

	background: url(../image/arrow-menu-2.png) no-repeat center;

	display: block;

}

img.catImg {

	position: absolute;

	right: -100px;

	bottom: -20px;

	max-width: 350px;

}

.sub-sub-menu {

	background: #faf9f9;

	padding: 20px;

	overflow: hidden

}

.sub-sub-menu ul {

	list-style: none;

	margin: 0 !important;

	background: transparent !important;

}

.sub-sub-menu ul li {

	list-style: none;

	width: 22%;

	padding-right: 2%;

	display: inline-block;

	vertical-align: top;

	margin-bottom: 20px;

	border-top: none !important;

}

ul.mega-category li .sub-sub-menu ul li.heading-sub a {

	display: block;

	font-size: 15px;

	color: #6cc550;

	font-weight: bold;

	margin-bottom: 10px;

	background: none;

	padding: 0;

}

.sub-sub-menu ul li {

	line-height: 18px;

}

.sub-sub-menu ul li:hover {

	background: none

}

.sub-sub-menu ul li + li {

	border-top: none;

}

.sub-sub-menu ul li ul {

	width: 100% !important

}

.sub-sub-menu ul li ul li {

	float: left;

	width: 100%;

	margin-bottom: 0;

}

.sub-sub-menu ul li.heading-sub ul li a{

	font-size: 12px !important;

	padding-left: 13px !important;

	color: #787878 !important;

	background: url(../image/arrow-left-sub-menu.png) no-repeat 0 5px !important;

	margin-bottom: 0 !important;

}

.sub-sub-menu ul li ul li a:hover {

	color: #000 !important;

}

.sub-menu h3 {

	font-size: 30px;

	font-weight: bold;

	color: #f5a200;

	margin: 0;

	margin-bottom: 10px;

}

.sub-menu p {

	display: block;

	float: left;

	width: 63%;

	line-height: 18px;

}

.sub-menu .button {

	padding: 10px 12px 10px 12px;

	width: auto;

	float: left;

	background: #fff;

	color: #6cc550;

	border: 1px solid #6cc550;

}

.sub-menu .button:hover {

	font-weight: normal;

	color: #000;

	border: 1px solid #000;

}

.cat-selected-info {

	padding: 20px;

	padding-top: 10px;

	overflow: hidden;

}

li.heading-sub {

	margin-bottom: 0 !important;

}

.sub-sub-menu ul.thirdCat {

	margin-bottom: 20px !important;

	overflow: hidden;

}



/* box filter */

ul.box-filter, ul.box-filter ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.box-filter span {

	font-weight: bold;

	display: block;

	padding-bottom: 5px;

}

ul.box-filter > li ul {

	padding-bottom: 35px;

}

/* content */

#content .content {

	padding: 10px;

	overflow: auto;

	margin-bottom: 20px;

	border: 1px solid #ddd;

	background: #fff;

}

#content .content .left {

	float: left;

	width: 49%;

}

#content .content .right {

	float: right;

	width: 49%;

}

/* category */

.imageCategory {

	width: 200px;

	float: left;

	margin-right: 20px;

	margin-bottom: 30px;

	border: 1px solid #eee;

	padding: 20px;

}

.category-info {

	overflow: auto;

	margin-bottom: 30px;

}

.category-list {

	margin-bottom: 30px;

}

.category-list div {

	width: 20%;

	display: inline-block;

	vertical-align: top;

	margin-bottom: 30px;

	margin-right: 20px;

}

.category-list div img {

	border: 1px solid #eee;

	margin-bottom: 10px;

	clear: both;

	display: block;

}

a.subCatName {

	display: block;

	padding: 5px;

	font-size: 14px;

	text-decoration: none;

	color: #000;

	transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

}

a.subCatName:hover {

	color: #333;

}



/* manufacturer */

.manufacturer-list {

	border: 1px solid #DBDEE1;

	padding: 5px;

	overflow: auto;

	margin-bottom: 20px;

}

.manufacturer-heading {

	background: #F8F8F8;

	font-size: 15px;

	font-weight: bold;

	padding: 5px 8px;

	margin-bottom: 6px;

}

.manufacturer-content {

	padding: 8px;

}

.manufacturer-list ul {

	float: left;

	width: 25%;

	margin: 0;

	padding: 0;

	list-style: none;

	margin-bottom: 10px;

}

/* product */

.product-filter {

	margin-bottom: 30px;

	overflow: auto;

	border: 4px solid #eee;

}

.product-filter .display {

	margin: 13px 15px 0 0;

	float: right;

	color: #000;

}

.product-filter .sort {

	float: left;

	color: #000;

	margin: 5px 20px 0 10px;

}

.product-filter select {

	background: #eee;

	background-color: #eee;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	border: none;

	width: 150px;

	margin-top: 5px;

	margin-left: 5px;

}

.product-filter .limit {

	color: #000;

	margin: 5px 20px 0 10px;

	float: left;

}

.product-compare {

	margin-top: 15px;

	color: #000;

	float: left;

}

.product-compare a {

	text-decoration: none;

	color: #000;

}

.display_list a {

	float: left;

	font-size: 0pt;

	width: 25px;

	height: 25px;

	background: url(../image/display.png) no-repeat top left;

	display: block;

}

.display b {

	color: #000;

	float: left;

	display: block;

	margin-right: 10px;

	margin-top: 2px;

	font-weight: normal

}

.display_list {

	margin: 0 2px;

	float: right;

	font-size: 0pt;

	width: 25px;

	height: 25px;

	background: url(../image/display.png) no-repeat bottom left;

}



.display_grid a {

	float: left;

	font-size: 0pt;

	width: 25px;

	height: 25px;

	background: url(../image/display.png) no-repeat bottom right;

	display: block;

}

.display_grid {

	float: left;

	font-size: 0pt;

	width: 25px;

	height: 25px;

	background: url(../image/display.png) no-repeat top right;

}





/*

 *  Product Grid / List

 */

.product-list .singleProduct {

	width: 100%;

	margin: 0 0 30px 0;

	text-align: left;

}

.product-list .left {

	float: left;

	max-width: 25%;

}

.product-list .right {

	padding: 2.5%;

	padding-right: 0;

	float: left;

	width: 75%;

}

.rightPart {

	float: right;

	width: 180px;

	border-left: 4px solid #eee;

	padding-left: 20px;

}

.leftPart {

	float: left;

	width: 50%;

}

.product-list .name {

	margin-bottom: 10px;

}

.product-list .name a {

	color: #000;

	font-size: 18px;

	text-decoration: none;

}

.product-list .description {

	line-height: 25px;

	color: #4D4D4D;

	padding-bottom: 10px;

}

.product-list .rating {

	color: #7B7B7B;

	margin-bottom: 10px;

}

.product-list .price {

	display: block;

	color: #000;

	margin-bottom: 10px;

	font-size: 20px;

}

.product-list .price-old {

	color: #ff0000;

	font-size: 14px;

	text-decoration: line-through;

	margin-right: 5px;

	float: left;

}

.product-list .price-new {

	font-size: 18px;

	float: left;

	margin-right: 4px;

}

.product-list .price-tax {

	font-size: 12px;

	font-weight: normal;

	color: #BBBBBB;

}

.product-list .iconsGroup {

	position: relative;

	float: left;

	bottom: inherit;

	margin-left: 0;

}

.product-list .sale {

	left: 0;

	right: inherit;

}

a.wish {

	font-size: 0;

	background: #eaeaea url(../image/wish-btn.png) no-repeat center;

	float: left;

	padding: 15px;

}

a.compare {

	font-size: 0;

	background: #eaeaea url(../image/compare-btn.png) no-repeat center;

	float: left;

	padding: 15px;

}

.product-grid {

	width: 100%;

	overflow: hidden;

	text-align: center;

}

.product-grid .singleProduct {

	margin: 0 15px 18px 15px;

	display: inline-block;

	vertical-align: top;

}

.product-grid .name a {

	font-size: 13px;

	color: #888;

	text-decoration: none;

	display: block;

	margin-bottom: 10px;

}

.product-grid .price {

	display: block;

	color: #000;

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: bold;

}

.product-grid .price-new {

	font-size: 14px;

	margin-right: 4px;

}

.product-grid .price-old {

	color: #ff0000;

	font-size: 14px;

	text-decoration: line-through;

	margin-bottom: 10px;

	margin-right: 5px;

}

.product-grid .price .price-tax, .product-grid .description {

	display: none;

}

.product-grid .iconsGroup {

	margin-left: 13px;

}

.product-grid .rating {

	display: block;

	margin-bottom: 10px;

}



/* Product */

.product-info {

	overflow: hidden;

	margin-bottom: 30px;

}

.product-info > .left {

	float: left;

	margin-right: 3.4%;

	width: 43%;

}

.product-info > .right {

	width: 49%;

	float: left;

	padding: 2%;

	background: #fff;

}

.product-info h1 {

	font-size: 35px;

	line-height: 40px;

}

.product-info .image {

	float: left;

	margin-bottom: 30px;

	text-align: center;

}

.product-info .image-additional {

	clear: both;

	overflow: hidden;

}

.product-info .image-additional img {

	width: 80px;

	border: 1px solid #eee;

}

.product-info .image-additional a {

	float: left;

	display: block;

	margin-bottom: 10px;

}

.product-info .image-additional a + a {

	margin-left: 10px;

}

.product-info .description {

	border-bottom: 1px solid #ddd;

	padding: 0 0 30px 0;

	margin-bottom: 30px;

	line-height: 25px;

	color: #888;

}

.product-info .description span {

	color: #000;

}

.product-info .description a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

.product-info .description a:hover {

	text-decoration: underline

}

.product-info .price {

	overflow: visible;

	border-bottom: 1px solid #E7E7E7;

	padding: 0px 0px 30px 0px;

	margin-bottom: 30px;

	font-size: 30px;

	color: #333333;

}

.product-info .price-old {

	color: #888;

	text-decoration: line-through;

	font-size: 15px;

}

.product-info .price-new {

	font-size: 30px;

}

.product-info .price-tax {

	font-size: 12px;

	font-weight: normal;

	color: #999;

}

.product-info .price .reward {

	font-size: 12px;

	font-weight: normal;

	color: #999;

}

.product-info .price .discount {

	font-weight: normal;

	font-size: 12px;

	color: #4D4D4D;

}

.revLinks {

	float: right

}

.product-info .options {

	margin-bottom: 30px;

	color: #000000;

}

.product-info .option-image {

	margin-top: 3px;

	margin-bottom: 10px;

}

.product-info .option-image label {

	display: block;

	width: 100%;

	height: 100%;

}

.product-info .option-image img {

	margin-right: 5px;

	border: 1px solid #CCCCCC;

	cursor: pointer;

}

.product-info .cart {

	margin-bottom: 30px;

	color: #4D4D4D;

}

.product-info .cart div > span {

	color: #999;

}

.product-info .cart ul.links {

	float: left;

	list-style: none;

	margin: 0;

	margin-top: 5px;

}

.product-info .cart .links li a {

	color: #888;

	text-decoration: none;

	padding-left: 20px;

	font-size: 13px;	

	background: url(../image/wish2.png) no-repeat left;

}

.product-info .cart .links li a:hover {

	color: #000;

}

.product-info .cart .links li a.com2 {

	background: url(../image/compare2.png) no-repeat left;

}

.product-info .cart .links li {

	padding: 3px 0;

}

.product-info .cart .links li + li{

	border-top: 1px solid #ddd;

}

.product-info .cart .minimum {

	padding-top: 5px;

	font-size: 11px;

	color: #999;

}

.product-info .review {

	color: #888;

	margin-bottom: 30px;

	padding-bottom: 30px;

	border-bottom: 1px solid #ddd;

}

.product-info .review a {

	color: #000;

	text-decoration: none;

}

.product-info .review a:hover {

	text-decoration: underline

}

.product-info .review > div {

	padding-bottom: 8px;

	line-height: 20px;

}

.product-info .review > div > span {

	color: #38B0E3;

}

.product-info .review .share {

	overflow: auto;

	line-height: normal;

}

.product-info .review .share a {

	text-decoration: none;

}

.product-info select, .product-info input[type='text'], .product-info textarea {

	width: 200px;

	padding: 10px;

	height: 30px;

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 0;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	font-size: 14px;

	box-shadow: inset 0 0;

	-moz-box-shadow: inset 0 0;

	-webkit-box-shadow: inset 0 0;

	-webkit-transition: none;

	-moz-transition: none;

	-o-transition: none;

	transition: none;

}

.product-info textarea {

	height: 200px;

}

.product-info select {

	width: 227px;

	height: 40px;

}

.cartBtnWrap {

	border: 4px solid #eee;

	float: right;

	height: 55px;

}

.cartBtnWrap input {

	display: block;

	background: transparent;

	background-color: transparent;

	font-size: 25px;

	font-weight: bold;

	float: left;

	color: #000;

	border: none;

	padding: 0 15px;

	height: 55px;

}

.cartBtnWrap input:hover {

	color: #6cc550;

}

.cartBtnWrap a {

	border-left: 4px solid #eee;

	padding: 0 15px;

	float: left;

	height: 55px;

	line-height: 55px;

}

.cartBtnWrap a img {

	width: 25px;

}

.tags {

	margin-bottom: 30px;

	border: 4px solid #eee;

	padding: 0 20px;

}

.tags h4 {

	border-right: 4px solid #eee;

	padding: 10px;

	padding-left: 0;

	font-size: 25px;

	font-weight: bold;

	color: #000;

	display: block;

	float: left;

	margin: 0;

	margin-right: 15px;

}

.tagLinks {

	padding: 10px;

}

.tags a {

	color: #888;

	font-weight: bold;

	text-decoration: none;

}

.tags a:hover {

	color:#6cc550;

}



/*

 *  Quantity adder

 */

.quantity-adder {

	width: 155px;

	float: left;

	margin-right: 10px;

	line-height: 70px;

}

.quantityWrap {

	width: 80px;

	height: 70px;

	float: right;

}

input.quantity {

	font-size: 16px !important;

	width: 42px !important;

	height: 52px !important;

	background: #fff !important;

	border: 4px solid #eee !important;

	border-right: none !important;

	padding: 0 !important;

	float: left;

	text-align: center;

}

.add-up {

	display: block;

	width: 25px;

	height: 30px;

	float: left;

	background: #eee;

	font-size: 20px !important;

	color: white !important;

	line-height: 30px;

	text-align: center;

	cursor: pointer;

}

.add-down {

	display: block;

	width: 25px;

	height: 30px;

	float: left;

	background: #eee;

	font-size: 20px !important;

	color: white !important;

	line-height: 25px;

	text-align: center;

	cursor: pointer;

}

.add-up:hover, .add-down:hover {

	background: #e2e2e2;

}

.review-list {

	padding: 10px;

	overflow: auto;

	margin-bottom: 20px;

	border: 1px solid #ddd;

	background: #fff;

	color: #000;

}

.review-list .author {

	float: left;

	margin-bottom: 20px;

}

.review-list .rating {

	float: right;

	margin-bottom: 20px;

}

.review-list .text {

	clear: both;

}

.wReview {

	width: 46%;

	float: left;

	background: #eee;

	padding: 2%;

}

.reviewsList {

	width: 48%;

	float: right;

}

.attribute {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.attribute thead td, .attribute thead tr td:first-child {

	color: #000000;

	font-size: 14px;

	font-weight: bold;

	background: #F7F7F7;

	text-align: left;

}

.attribute tr td:first-child {

	color: #000000;

	font-weight: bold;

	text-align: right;

	width: 20%;

}

.attribute td {

	padding: 7px;

	color: #4D4D4D;

	text-align: center;

	vertical-align: top;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

.compare-info {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.compare-info thead td, .compare-info thead tr td:first-child {

	color: #000000;

	font-size: 14px;

	font-weight: bold;

	background: #F7F7F7;

	text-align: left;

}

.compare-info tr td:first-child {

	color: #000000;

	font-weight: bold;

	text-align: right;

}

.compare-info td {

	padding: 7px;

	width: 20%;

	color: #4D4D4D;

	text-align: center;

	vertical-align: top;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

.compare-info .name a {

	font-weight: bold;

}

.compare-info .price-old {

	font-weight: bold;

	color: #F00;

	text-decoration: line-through;

}

.compare-info .price-new {

	font-weight: bold;

}

/* wishlist */

.wishlist-info table {

	width: 100%;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.wishlist-info td {

	padding: 7px;

}

.wishlist-info thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.wishlist-info thead .image {

	text-align: center;

}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {

	text-align: left;

}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {

	text-align: right;

}

.wishlist-info tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.wishlist-info tbody .image img {

	border: 1px solid #DDDDDD;

}

.wishlist-info tbody .image {

	text-align: center;

}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {

	text-align: left;

}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {

	text-align: right;

}

.wishlist-info tbody .price s {

	color: #F00;

}

.wishlist-info tbody .action img {

	cursor: pointer;

}

.login-content {

	margin-bottom: 20px;

	overflow: auto;

}

.login-content .left {

	float: left;

	width: 48%;

}

.login-content .right {

	float: right;

	width: 48%

}

.login-content .left .content, .login-content .right .content {

	min-height: 190px;

}

/* orders */

.order-list {

	margin-bottom: 10px;

}

.order-list .order-id {

	width: 49%;

	float: left;

	margin-bottom: 2px;

}

.order-list .order-status {

	width: 49%;

	float: right;

	text-align: right;

	margin-bottom: 2px;

}

.order-list .order-content {

	padding: 10px 0px;

	display: inline-block;

	width: 100%;

	margin-bottom: 20px;

	border-top: 1px solid #EEEEEE;

	border-bottom: 1px solid #EEEEEE;

}

.order-list .order-content div {

	float: left;

	width: 33.3%;

}

.order-list .order-info {

	text-align: right;

}

.order-detail {

	background: #EFEFEF;

	font-weight: bold;

}

/* returns */

.return-list {

	margin-bottom: 10px;

}

.return-list .return-id {

	width: 49%;

	float: left;

	margin-bottom: 2px;

}

.return-list .return-status {

	width: 49%;

	float: right;

	text-align: right;

	margin-bottom: 2px;

}

.return-list .return-content {

	padding: 10px 0px;

	display: inline-block;

	width: 100%;

	margin-bottom: 20px;

	border-top: 1px solid #EEEEEE;

	border-bottom: 1px solid #EEEEEE;

}

.return-list .return-content div {

	float: left;

	width: 33.3%;

}

.return-list .return-info {

	text-align: right;

}

.return-product {

	overflow: auto;

	margin-bottom: 20px;

}

.return-name {

	float: left;

	width: 31%;

	margin-right: 15px;

}

.return-model {

	float: left;

	width: 31%;

	margin-right: 15px;

}

.return-quantity {

	float: left;

	width: 31%;

}

.return-detail {

	overflow: auto;

	margin-bottom: 20px;

}

.return-reason {

	float: left;

	width: 31%;

	margin-right: 15px;

}

.return-opened {

	float: left;

	width: 31%;

	margin-right: 15px;

}

.return-opened textarea {

	width: 98%;

	vertical-align: top;

}

.return-captcha {

	float: left;

}

.download-list {

	margin-bottom: 10px;

}

.download-list .download-id {

	width: 49%;

	float: left;

	margin-bottom: 2px;

}

.download-list .download-status {

	width: 49%;

	float: right;

	text-align: right;

	margin-bottom: 2px;

}

.download-list .download-content {

	padding: 10px 0px;

	display: inline-block;

	width: 100%;

	margin-bottom: 20px;

	border-top: 1px solid #EEEEEE;

	border-bottom: 1px solid #EEEEEE;

}

.download-list .download-content div {

	float: left;

	width: 33.3%;

}

.download-list .download-info {

	text-align: right;

}

/* cart */

.cart-info table {

	width: 100%;

	margin-bottom: 15px;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

}

.cart-info td {

	padding: 7px;

}

.cart-info thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info thead .image {

	text-align: center;

}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {

	text-align: left;

}

.cart-info thead .price, .cart-info thead .total {

	text-align: right;

}

.cart-info tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info tbody .image img {

	border: 1px solid #DDDDDD;

}

.cart-info tbody .image {

	text-align: center;

}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {

	text-align: left;

}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {

	position: relative;

	top: 4px;

	cursor: pointer;

}

.cart-info tbody .price, .cart-info tbody .total {

	text-align: right;

}

.cart-info tbody span.stock {

	color: #F00;

	font-weight: bold;

}

.cart-module > div {

	display: none;

}

.cart-total {

	border-top: 1px solid #DDDDDD;

	overflow: auto;

	padding-top: 8px;

	margin-bottom: 15px;

}

.cart-total table {

	float: right;

}

.cart-total td {

	padding: 3px;

	text-align: right;

}

/* checkout */

.checkout-heading {

	background: #F8F8F8;

	border: 1px solid #DBDEE1;

	padding: 8px;

	font-weight: bold;

	font-size: 13px;

	color: #555555;

	margin-bottom: 15px;

}

.checkout-heading a {

	float: right;

	margin-top: 1px;

	font-weight: normal;

	text-decoration: none;

}

.checkout-content {

	padding: 0px 0px 15px 0px;

	display: none;

	overflow: auto;

}

.checkout-content .left {

	float: left;

	width: 48%;

}

.checkout-content .right {

	float: right;

	width: 48%;

}

.checkout-content .buttons {

	clear: both;

}

.checkout-product table {

	width: 100%;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.checkout-product td {

	padding: 7px;

}

.checkout-product thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.checkout-product thead .name, .checkout-product thead .model {

	text-align: left;

}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {

	text-align: right;

}

.checkout-product tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.checkout-product tbody .name, .checkout-product tbody .model {

	text-align: left;

}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {

	text-align: right;

}

.checkout-product tfoot td {

	text-align: right;

	border-bottom: 1px solid #DDDDDD;

}

.contact-info {

	overflow: auto;

}

.contact-info .left {

	float: left;

	width: 48%;

}

.contact-info .right {

	float: left;

	width: 48%;

}

.sitemap-info {

	overflow: auto;

	margin-bottom: 40px;

}

.sitemap-info .left {

	float: left;

	width: 48%;

}

.sitemap-info .right {

	float: left;

	width: 48%;

}

/* footer */ 

footer {

	clear: both;

	background: #eee;

	color: #888;

	padding-top: 30px;

	font-size: 12px;

}

footer .container {

	background: transparent;

	padding-bottom: 30px;

}

.payGates {

	background: #d9d9d9;

	padding: 10px;

	padding-top: 0;

	overflow: hidden;

}

ul.companyInfo {

	list-style: none;

	margin: 0;

}

ul.companyInfo li {

	position: relative;

	padding-left: 45px;

	margin-bottom: 10px;

	min-height: 35px;

}

ul.companyInfo li img {

	position: absolute;

	left: 0;

	top: 0;

}

footer h2 {

	color: #fff;

	font-size: 18px;

	font-weight: normal;

	margin-bottom: 20px;

	text-transform: uppercase;

}

footer .column ul {

	margin-left: 0;

	margin-bottom: 0;

	list-style: none

}

footer .column ul li {

	margin-bottom: 0;

}

.column h2 {

	margin-bottom: 10px;

}

footer .column a {

	text-decoration: none;

	color: #888;

	font-size: 12px;

	line-height: 16px;

}

footer .column a:hover {

	text-decoration: none;

	color: #333;

}

.bottomFooter {

	padding-top: 30px;

	border-top: 5px solid #e2e2e2;

	color: #888;

}

.bottomFooter h2 {

	margin-bottom: 5px;

}

#powered {

	text-align: center;

	font-size: 12px;

}

#powered a {

	color: #888;

	font-weight: bold;

	font-size: 12px;

	text-decoration: none;

} 

.img-F {

	float: left;

	margin-right: 30px;

}

ul.followUs {

	margin-left: 0;

	margin-bottom: 0;

	list-style: none;

	float: left;

}

ul.payment li, ul.followUs li {

	display: inline;

	margin-right: 5px;

	float: left;

}

ul.payment {

	float: left;

	margin-left: 0;

}

.bottomBlocks {

	background: #f4f3f3;

	box-shadow: 1px 1px 1px #ddd;

	margin-bottom: -42px;

	z-index: 1000;

	position: relative

}

.oneBlock {

	padding: 20px;

}

.oneBlock .pic {

	float: left;

	margin-right: 20px;

}

/*TILT*/

.tilt {

  -webkit-transition: all 0.5s ease;

     -moz-transition: all 0.5s ease;

       -o-transition: all 0.5s ease;

      -ms-transition: all 0.5s ease;

          transition: all 0.5s ease;

}

 

.oneBlock:hover  .tilt {

  -webkit-transform: rotate(-10deg);

     -moz-transform: rotate(-10deg);

       -o-transform: rotate(-10deg);

      -ms-transform: rotate(-10deg);

          transform: rotate(-10deg);

}

.oneBlock h4 {

	color: #6cc550;

	margin-top: 0;

	margin-bottom: 5px;

}

.oneBlock p {

	color: #888;

	font-size: 12px;

	margin-bottom: 0;

}

/* banner */

.banner div {

	text-align: center;

	width: 100%;

	display: none;

}

.banner {

	margin-bottom: 30px;

}

.banner:hover {

	opacity: .8;

	transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

}





/*

 *  Blocks

 */

.blocksWrap {

	margin-top: -60px;

}

.block {

	margin-bottom: 30px;

	padding: 30px;

	color: #fff;

	background: #6cc550;

	text-align: center;

	position: relative;

	transition: all 0.3s ease-in-out 0s;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

}

.span3:nth-child(2) .block {

	background: #fbb700;

}

.span3:nth-child(3) .block {

	background: #508ac5;

}

.span3:nth-child(4) .block {

	background: #664a00;

}

.block:hover {

	margin-top: -15px;

}

.block img {

	margin: 0 auto 20px auto;

	display: block;

}

.block h2 {

	color: #fff;

	font-size: 25px;

	font-weight: bold;

	margin-bottom: 20px;

}

.block a, .block a:hover {

	text-decoration: none;

	color: #fff

}

.block p {

	margin-bottom: 0;

}



/*

 * bottomInfo

 */

.bottomInfo {

	margin-bottom: 30px;

}





/*

 *  Fix Modules in content bottom

 */

.marLeft30 {

	margin-left: 30px;

}



/*

 *  Accordion category

 */

.accordion .box-content {

	padding: 0;

	border: none;

}

.box-category ul {

	list-style: none;

	margin: 0;

	padding: 0;

	background: #eee;

}

.box-category > ul > li {

	padding: 0;

	position: relative;

	border-bottom: 1px solid #ffffff;

}

.box-category > ul > li > a {

	text-decoration: none;

	color: #000;

	font-size: 12px;

}

.box-category > ul > li > a:hover {

	color: #787878;

}

.box-category > ul > li a{

	position: relative;

	display: block;

	width: 95%;

	padding: 2px 0 2px 20px;

	font-size: 15px;

	color: #787878;

}

.box-category > ul > li a {

	padding: 2px 0 2px 10px;

}

.accordion .box-category > ul > li a {

	padding: 2px 0 2px 40px;

	line-height: 32px;

}

.box-category > ul > li a.active, .box-category > ul > li a:hover {

	font-weight: bold;

	color: #6cc550;

}

.box-category > ul > li a.active + ul {

	display: block;

}

.box-category > ul > li ul {

	margin: 10px 0;

}

.box-category > ul > li ul > li {

	

}

.box-category > ul > li ul > li > a {

	text-decoration: none;

	display: block;

	color: #888;

	padding: 2px 0 2px 20px;

	font-size: 12px;

}

.accordion .box-category > ul > li ul > li > a {

	padding: 2px 0 2px 40px;

	line-height: 20px

}

.box-category > ul > li ul > li > a:hover {

	color: #000;

}

.box-category > ul > li ul > li > a.active {

	font-weight: bold;

}

a .dcjq-icon {

	position: absolute; 

	top: 0; 

	left: 0; 

	width: 30px; 

	height: 36px; 

	background-color: #6cc550;

	background-image: url(../image/plus.png);

	background-repeat: no-repeat;

	background-position: center center;

}

a.dcjq-parent.active .dcjq-icon {

	background-color: #6cc550;

	background-image: url(../image/minus.png);

	background-repeat: no-repeat;

	background-position: center center;

}





/*

 *  go to top

 */

#scroll-top {

  position:fixed; 

  z-index:9999; 

  bottom:5px;

  right:5px;

  margin: 0;

  display:inline-block;

  opacity: .5;

}

#scroll-top:after {

  content:"";

  display:inline-block;

  vertical-align:middle;

  margin-left:0.35em;

  width: 0;

  height: 0;

}







/*

 *  Columns

 */

#column-left .box, #column-right .box {

	float: none;

	clear: both

}

#column-left .marLeft30, #column-right .marLeft30{

	margin-left: 0;

}



#column-left .noSlide .singleProduct, #column-right .noSlide .singleProduct {

	margin: 0;

	width: 94%;

	text-align: left;

	padding-right: 3%;

	padding-left: 3%;

}

#column-left .noSlide .infoWrap, #column-right .noSlide .infoWrap {

	padding: 0;

	margin: 0;

}

#column-left .noSlide .singleProduct + .singleProduct, #column-right .noSlide .singleProduct + .singleProduct {

	margin: 10px 0 0 0;

	padding-top: 10px;

	border-top: 1px solid #eee

}

#column-left .noSlide .singleProduct .image img, #column-right .noSlide .singleProduct .image img {

	float: left;

	width: 80px;

	margin-right: 10px;

	height: auto;

}

#column-left .conBg .box-content, #column-right .conBg .box-content {

	padding: 10px;

	background: #fff;

	border: 1px solid #ddd;

}

#column-left .saleIcon, #column-right .saleIcon, 

#column-left .extra, #column-right .extra,

#column-left .cartBtn, #column-right .cartBtn,

#column-left .btnGroup, #column-right .btnGroup,

#column-left .rating, #column-right .rating,

#column-left .sale, #column-right .sale {

	display: none !important;

}

#column-left .noSlide .singleProduct .btnImgWrap, #column-right .noSlide .singleProduct .btnImgWrap {

	min-height: 1px;

	width: 80px;	

	float: left;

	margin-right: 15px;

}

#column-left .noSlide .singleProduct .btnImgWrap img, #column-left .noSlide .singleProduct:hover .btnImgWrap img,

#column-right .noSlide .singleProduct .btnImgWrap img, #column-right .noSlide .singleProduct:hover .btnImgWrap img {

	max-width: 100%;

	height: auto !important;

}

#column-left .iconsGroup,

#column-right .iconsGroup {

	display: none;

}

#column-left .noSlide .singleProduct .box-product .name a,

#column-right .noSlide .singleProduct .box-product .name a {

	margin-bottom: 10px;

}







/*

 *  Newsletter

 */

.newsletterWrap {

	padding: 13px;

	background: #fbb700;

	position: relative;

	overflow: hidden;

	color: #664a00;

	margin-bottom: 30px;

}

.newsletterWrap .box-content {

	padding: 0;

	border: none;

}

.internalColor {

	position: absolute;

	width: 600px;

	height: 40px;

	background-color: #664a00;

	left: -320px;

	top: -50px;

	z-index: 1;

	padding: 120px;

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	filter: progid:DXImageTransform.Microsoft.

}

.newsletterWrap .subscribeinfo {

	float: left;

	width: 33%;

	font-size: 12px;

	line-height: 14px;

	position: relative;

	z-index: 2;

	color: #fbb700;

}

.newsletterWrap img {

	margin-right: 10px;

	float: left;

}

.newsletterWrap h2 {

	font-size: 13px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 12px;

	color: #fbb700;

}

.newsletterWrap input {

	padding: 0 5px;

	font-size: 14px;

	background: #fff;

	border: 1px solid #d59b00;

	width: 150px;

	height: 31px;

	float: left;

	margin-right: 10px; 

	margin-bottom: 0;

	position: relative;

	z-index: 2;

}

a.newsBtn {

	display: inline-block;

	vertical-align: top;

	padding: 6px 10px;

	background: #664a00;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

	text-decoration: none;

	margin-right: 10px;

	float: left;

	z-index: 1000;

	position: relative;

}

a.newsBtn:hover {

	background: #000;

}

#tab-related {

	text-align: center;

}

#tab-related .singleProduct {

	margin-right: 8px;

	margin-left: 8px;

	vertical-align: top;

	display: inline-block;

	width: 180px;

}







/* =================

   Contact us map */

/* Flexible iFrame */

.Flexible-container {

    position: relative;

    padding-bottom: 30%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

	margin-bottom: 50px;

}

.Flexible-container iframe,   

.Flexible-container object,  

.Flexible-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.map2 .Flexible-container iframe, .Flexible-container object, .Flexible-container embed {

	height: 200px !important

}

.map2 {

	padding-bottom: 10% !important;

}





/*

 * Home layout

 */

.sideHome .span3, .sideHome .span4 {

	width: 100%;

	margin-left: 0;

	margin-right: 0;

}





#column-left [class*="span"], #column-right [class*="span"] {

	margin-left: 0;

}



/*

 * IE 10, 11 Target

 */

.ie11 input.quantity, .ie10 input.quantity {

	height: 60px !important;

}

.ie11 .product-info > .right, .ie10 .product-info > .right {

	width: 53%;

}

.ie11 .cartBtnWrap, .ie10 .cartBtnWrap {

	height: 60px;

}

.ie11 .internalColor, .ie10 .internalColor {

	width: 600px;

	height: 290px;

	left: -210px;

}

