
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;
}
/* layout */
/* header */
#language {
	min-width: 140px;
	width: 100%;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	min-width: 120px;
	width: 100%;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: block;
	padding: 6px;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#top #cart {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	min-width: 30px;
	height: 52px;
}
#top #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#top #cart:hover .heading {
	background-color: #404040;
	-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;
}
#top #cart span {
	font-family: "Arial", "Helvetica", sans-serif;
	background-color: #FFB82E;
	-moz-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	display: inline-block;
	min-width: 13px;
	height: 13px;
	line-height: 13px;
	margin-left:5px;
	top: -8px;
	right: -10px;
	z-index: 2;
	position: absolute;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
	padding: 3px;
	text-align: center;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-khtml-border-radius: 50em;
	border-radius: 50em;
}
#top #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 16px;
	min-height: 150px;
	min-width: 220px;
	background: #FFFFFF;
	z-index: 61;
	padding: 5px 5px 0px;
	right: 0px;
	border-top: 3px solid #22B699;
	border-bottom: 3px solid #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#top #cart .content:before {
	content:"";
	right: 6px;
	top: -10px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #22B699;
}
#top #cart.active .heading {
	font-weight:700;
}
#top #cart.active .content {
	display: block;
}
#top #cart .checkout {
	text-align: center;
	clear: both;
	padding-bottom: 5px
}
#top #cart .checkout .button {
	color: #fff!important;
}
#top #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/******* SEARCH *******/

.top-search {
	width: 188px;
}
#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 */

#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;
}
#menu > ul > li > a.active {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #22B699;
	color: #22B699;
}
#menu > ul > li > a.active:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	color: #22B699;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 61;
	padding: 5px 5px 0px;
	border-bottom: 3px solid #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	border-top: 3px solid #22B699;
	top: 45px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li > div > ul > li {
	text-align: left;
}
#menu > ul > li > div > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 8px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li > div > ul > li > a:hover {
	color: #22B699 !important;
	background: #fcfcfc;
}
#menu > ul > li > div > ul > li > a {
	color: #333 !important;
}
.breadcrumb-100 + #content {
	margin-top: 50px;
}
.breadcrumb-100 + #column-right + #content {
	margin-top: 50px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 999999;
}
.success {
	padding: 90px 20px 20px;
	background: url('images/check.png') 50% 10% no-repeat #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #eee;
	width: 300px;
	height: auto;
	position: fixed;
	top: 25%;
	left: 35%;
	text-align: center;
	color: #404040;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
	-moz-box-shadow: #f5f5f5 0px 0px 0px 10px;
	-webkit-box-shadow: #f5f5f5 0px 0px 0px 10px;
	box-shadow: #f5f5f5 0px 0px 0px 10px;
	opacity: 0.9;
}
.success a {
	color: #808080;
	font-size: 14px;
}
.warning {
	padding: 90px 20px 20px;
	background: url('images/error.png') 50% 10% no-repeat #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #eee;
	width: 300px;
	height: auto;
	position: fixed;
	top: 25%;
	left: 35%;
	text-align: center;
	color: #404040;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
	-moz-box-shadow: #f5f5f5 0px 0px 0px 10px;
	-webkit-box-shadow: #f5f5f5 0px 0px 0px 10px;
	box-shadow: #f5f5f5 0px 0px 0px 10px;
	opacity: 0.9;
}
.attention {
	background: #FFF5CC url('images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	top: 10px;
	right: 10px;
	cursor: pointer;
	position: absolute;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
input.large-field, select.large-field {
	width: 300px;
}
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;
}
.button i {
	margin-right: 10px;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* box */
.banner {
	margin-bottom: 20px;
	position: relative;
}
.box-accordeon ul li a:hover {
	background: #f9f9f9;
	color: #000;
	text-decoration:none;
}
.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:first-child {
	border-top:0;
}
.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 a.active {
	color:#404040;
	background-color: #eee;
}
.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 + #content .category-list ul li {
	margin-left:16px;
	width:158px;
}
.product-list > div {
	overflow: hidden;
	margin-bottom: 15px;
	-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;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	border-top: 5px solid #F5F5F5;
	border-bottom: 10px solid #f5f5f5;
	padding: 10px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.product-list .right {
	height: 150px;
	min-width: 150px;
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid #EEEEEE;
	position: relative;
}
.product-list .right:before {
	content:"";
	left: -7px;
	top: 70px;
	position: absolute;
	background-color: #eee;
	display: block;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-list .right:after {
	content:"";
	left: -5px;
	top: 70px;
	position: absolute;
	background-color: #fff;
	display: block;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: none;
}
.product-list > div + div {
	padding-top: 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	border-top: 5px solid #F5F5F5;
	border-bottom: 10px solid #f5f5f5;
	padding: 10px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.product-list .image {
	float: left;
	margin-right: 20px;
	max-width: 110px;
}
.product-list .image .sale {
	display: inline-block;
	position: absolute;
	right: -35px;
	top: -20px;
	padding: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
	text-align: center;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	-khtml-border-radius: 0em;
	border-radius: 0em;
	height: 50px;
	line-height: 73px;
	width: 80px;
	background-color: #FFB82E;
	-moz-box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.35);
	box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.35);
	-moz-transform:    rotate(45deg);
	-o-transform:      rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: 	rotate(45deg);
	transform:         rotate(45deg);
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #404040;
	font-weight: 600!important;
	text-decoration: none;
	font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
	font-size: 12px!important;
}
.product-list .description {
	line-height: 15px;
	margin: 10px 0px;
	color: #707070;
	font-weight: 400;
	text-decoration: none;
	font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
	font-size: 12px;
	height: 90px;
	overflow: hidden;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price-old {
	color: #E16E6E;
	text-decoration: line-through;
	display: block;
}
.product-list .price-new {
	font-weight: bold;
	display: block;
	font-size: 14px;
}
.product-list .price-tax {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	padding: 5px 0px;
}
.product-list .list-button {
	display: block;
	text-align: center;
}
.product-list .cart {
	display: inline-block;
}
.product-list .wishlist {
	display: inline-block;
}
.product-list .compare {
	display: inline-block;
}
#column-left + #column-right + #content .product-grid > div {
	margin: 0px 0px 15px 10px;
}
.product-grid .price-old {
	color: #E16E6E;
	text-decoration: line-through;
	display: block;
}
.product-grid .price-new {
	font-weight: bold;
	display: block;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .compare {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 160px;
}
.product-grid .compare a {
	padding: 0px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 26px;
	width: 26px;
	background: #ccc;
	display: block;
	background: url('images/icon-compare.png') 50% 50% no-repeat #22B699;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
	box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-grid .compare a:hover {
	background-color: #404040;
}
.tags {
	display: block;
	margin-bottom: 20px;
}
.tags a {
	padding: 2px 5px;
	margin: 5px 2px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background-color: #fafafa;
	color: #404040;
	text-decoration: none;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
	font-size: 12px;
}
.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 thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	background: #F7F7F7;
	text-align: left;
}
.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;
}
/* checkout */
.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;
}
.banner div {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	border-top: 5px solid #22B699;
	border-bottom: 10px solid #f5f5f5;
	padding: 10px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.banner div img {
	margin-bottom: 0px;
}
@-webkit-keyframes empty {
 0% {
opacity: 1
}
}
@-moz-keyframes empty {
 0% {
opacity: 1
}
}
@keyframes empty {
 0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
 25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
 25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
 25% {
opacity: .5;
transform: translateZ(-500px);
}
 75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
 0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
transform: translateZ(-500px);
}
 100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
 from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
 from {
opacity: 0;
transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
 to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
 to {
opacity: 0;
transform: scale(1.5);
}
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.item .price-new {
	font-weight: bold;
}
#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;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #C1C1C1;
	margin-bottom: 3px;
}
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}