
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #BABABA;
	box-shadow: none;
	color: #000000;
	outline: medium none currentColor;
}
#language {
	min-width: 140px;
	width: 100%;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#top #cart.active .heading {
	font-weight:700;
}
#top .search {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 6;
	text-align: left;
}
#top #welcome {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
	width: 298px;
	text-align: left;
	color: #999999;
}
#top #welcome a {
	color: #000;
}
#top .links {
	position: absolute;
	left: 290px;
	top: 8px;
	font-size: 10px;
	padding-right: 10px;
	z-index:11;
}
#top .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
#top .links a:hover {
	text-decoration: none;
}
#top .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
#menu > ul > li > a > span {
	background-color: #22B699;
	opacity: 0;
	display: block;
	height: 12px;
	left: 50%;
	margin: 0px 0px 0px -8px;
	position: absolute;
	top: 34px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
}
#menu > ul > li:hover span {
	opacity: 1;
}
#menu > ul > li:hover a.active {
	border-bottom: 1px solid #fff;
}
.success a {
	color: #808080;
	font-size: 14px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
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;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li > a.active {
	font-weight: 600;
	text-decoration: none;
	color: #fafafa;
	background-color: #22B699;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul {
	position: relative;
	padding: 0px;
	margin: 0px -10px;
	overflow: hidden;
}
ul.box-category > li ul:before {
	content:"";
	right: 30px;
	top: -6px;
	position: absolute;
	background-color: #22B699;
	display: block;
	height: 12px;
	margin: 0px 0px 0px -8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
}
ul.box-category > li ul > li > a:hover {
	text-decoration: none;
	color: #333;
	background-color: #F6F6F6;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease;
	-MS-transition: all 0.2s ease;
}
ul.box-category > li ul > li {
	border-top: 1px dotted #eee;
	padding: 0px;
}
ul.box-category > li ul > li:first-child {
	border-top: 0px;
}
ul.box-category > li ul > li > a {
	padding: 8px 8px 8px 30px;
	display: block;
	text-decoration: none;
	color: #22B699;
	margin: 0px 0px;
}
ul.box-category > li ul > li > a.active {
	font-weight: 600;
	background-color: #EEEEEE;
	color: #404040;
}
.box-accordeon ul li.double a {
	display: inline-block;
	margin: 0;
}
.box-accordeon > ul > li a.active + ul {
	display: block;
}
.box-accordeon > ul > li ul li a:hover {
	color:#404040;
}
.box-accordeon > ul > li ul > li > ul {
	display: none;
	list-style: none;
	margin: 0px!important;
	padding: 0px;
}
.box-accordeon > ul > li ul > li > ul li {
	border-top: 1px dashed #eee;
}
.box-accordeon > ul > li ul > li > ul li:first-child {
	border-top:0;
}
.box-accordeon > ul > li ul > li > ul li a {
	color: #22B699;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
	font-size: 13px;
}
.box-accordeon > ul > li ul > li > ul li a:hover {
	color:#404040;
}
.box-accordeon > ul > li ul > li > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0px!important;
	padding: 0px;
}
.box-accordeon > ul > li ul > li > ul li > ul li {
	border-top: 1px dashed #eee;
}
.box-accordeon > ul > li ul > li > ul li > ul li:first-child {
	border-top:0;
}
.box-accordeon > ul > li ul > li > ul li > ul li a {
	color: #22B699;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	font-size: 12px;
}
.box-accordeon > ul > li ul > li > ul li > ul li a:hover {
	color:#404040;
}
.box-accordeon > ul > li > ul > li > ul > li a > ul li.active {
	color:#404040;
	background-color: #eee;
}
#content .content ul li a {
	font-size: 14px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#column-left + #column-right + #content .product-grid > div {
	margin: 0px 0px 15px 10px;
}
#column-right + #content .product-grid > div {
	margin: 0px -1px 15px 10px;
}
.tags {
	display: block;
	margin-bottom: 20px;
}
.tags a i {
	padding: 2px;
	margin: 0px 5px 0px 0px;
}
.tags a:hover {
	background-color: #404040;
	color: #fff;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0px;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: 600;
	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;
}
.step {
	background-color: #22B699;
	color: #FFFFFF;
	margin: 0px 10px 0px -10px;
	padding: 10px 20px;
	position: relative;
}
.step:before {
	content:"";
	background-color: #22B699;
	display: block;
	height: 12px;
	right: -3px;
	margin: 0px 0px 0px -8px;
	position: absolute;
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
}
#footer .column tr {
	display: block;
	margin-bottom: 2px;
}
#top > ul > .headinfo .headmobile {
	display:inline-block;
	top: 3px;
	height: 22px;
	padding-right: 8px;
}
#top .language {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 8;
	text-align: left;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#column-right .item .image .sale {
	font-size: 10px !important;
	font-weight: 600 !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	right: 6px !important;
	top: -4px !important;
}
#column-right .item:hover .info .name a {
	color: #22B699;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#column-left .owl-carousel {
	margin: -10px 0px;
}
#column-left .item .image .sale {
	font-size: 10px !important;
	font-weight: 600 !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	right: 6px !important;
	top: -4px !important;
}
#column-left .item:hover .info .name a {
	color: #22B699;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#owl-example0 .owl-item img:hover {
	opacity: 0.8;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #C1C1C1;
	margin-bottom: 3px;
}