html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width:980px;
}
@font-face {
    font-family:'FontAwesome';
    src:url('../font/fontawesome-webfont.eot?v=3.2.1');
    src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Open Sans';
    src:url('../font/Open_Sans_Condensed_ Light.ttf');
    font-weight:normal;
    font-style:normal;
}
[class^="icon-"],[class*=" icon-"] {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    -webkit-font-smoothing:antialiased;
    *margin-right:.3em;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome, h2, h3 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight:600;
}
h1, .welcome {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height:32px;
	margin-left: 17px;
}
h2 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
h3 {
	font-size: 14px;
}
p {
	margin: 0px 10px 15px 10px;
}
a, a:visited, a b {
	cursor: pointer;
	text-decoration:none;
}
a, a:visited {
	color: #2B2C2D;
}
a:hover, a:visited:hover {
	color: #ce001a;
	opacity:1;
	transition:			opacity 300ms;
	-moz-transition:	opacity 300ms;
	-webkit-transition:	opacity 300ms;
	-o-transition:		opacity 300ms;
}
a, a:visited, a b, .button, .links > ul > li > a {
	transition:			color 200ms ease-in-out;
	-moz-transition:	color 200ms ease-in-out;
	-webkit-transition:	color 200ms ease-in-out;
	-o-transition:		color 200ms ease-in-out;
}
a img {
	/*border: none;*/
	border: 0px solid rgb(0, 0, 0);
}
.clearfix {
	/*clear:both;*/
	float:none;
}
#captcha {
	margin-top:10px;
}
.up_to_tablet, .to-gadjet {
	display:none !important;
}
/* Forms */
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea, select {
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	max-width: 95%;
	outline:none;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
	border: 1px solid #c5c5c5;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	background: #ffffff url('../image/field_active.png') repeat-x;
}
label {
	cursor: pointer;
}
label.callback {
    border-bottom: 1px dashed #000000;
    color: #000000;
    font-size: 17px;
    margin-right: 16px;
    text-align: right;
}

.sale_tag {
	position:absolute;
	z-index:2;
	top:-2px;
	right:13px;
	width:71px;
	height:71px;
	background: url('../image/sale_tag.png') no-repeat;
}

.slide_arrow_next, .slide_arrow_prev {
	top:45%;
	z-index:101;
	cursor:pointer;
	height:50px;
	width:50px;
	text-indent:-9999px;
	position:absolute;
	background: url('../image/slideshow-arrows.png' ) no-repeat;
}
.slide_arrow_prev {
	left:20px;
	background-position:0px 0px;
}
.slide_arrow_prev:hover {
	background-position:0px -50px;
}
.slide_arrow_next {
	right:20px;
	background-position:-50px 0px;
}
.slide_arrow_next:hover {
	background-position:-50px -50px;
}

.removebutton {
	display:block;
	width:17px;
	float:right;
	height:17px;
	background: url("../image/remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#header_block {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.31);
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    z-index: 9;
}
.header_line_block {
    background :#333333;
    width: 100%;
    height: 39px;
    position: absolute;
    border-radius: 0 0 6px 6px;
}
.header_block_child {
	margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 14;
}
.header_block_children {
	position: relative;
	margin:0px auto;
	background: #000;
}
#header {
	color: #888888;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 15;
}
.header_top {
  background: #fff!important; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #3e3e3e 0%, #3a3a3a 33%, #303030 66%, #2d2d2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(33%,#3a3a3a), color-stop(66%,#303030), color-stop(100%,#2d2d2d));
  background: -webkit-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -o-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -ms-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);*/
    border-bottom: 1px solid #DDDDDD;
    font-size: 11px;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 16;
	width: 100%;
    margin: 0px auto;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.31);
}
.header_top_center {
	margin: 0 auto;
    width: 94%;
}
#header .logo {
	float: left;
    height: 73px;
    line-height: 85px;
    margin-left: 27px;
    padding-top: 10px;
}
#header .logo img {
	vertical-align:middle;
	max-width:100%;
}
#language,
#currency {
	color: #fff;
    float: right;
    font-size: 16px;
    padding-top: 10px;
    margin-left: 15px;
}
#language {
    margin-left: 13px;
}
#language img {
    margin-left: 10px;
    display:inline;
    cursor: pointer;
}
#language img + img {
    margin-left: 5px;
}
#currency a {
    margin-left: 10px;
    color: #fff;
}
#currency a + a {
    margin-left: 10px;
}
#currency a b {
    border: 1px solid #B2B2B2;
    color: #fff;
    padding: 2px;
}
.currency_current, .language_current {
	float:left;
	margin-top:7px;
	margin-right:25px;
	padding:5px 13px 0px 5px;
	background: url('../image/arrow-dropdown-gray.png') 100% 9px no-repeat;
	position:relative;
}
.top_header_drop_down  {
	position:absolute;
	padding:17px 20px;
	background: #222222;
	top:0px;
	left:0px;
	-webkit-border-radius: 0px 2px 2px 2px;
	-moz-border-radius: 0px 2px 2px 2px;
	-khtml-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
	line-height:16px;
	min-width:80px;
	display:none;
}

#header_block.light_language_currency .top_header_drop_down  {
	background: #ffffff;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#header_block.light_language_currency .top_header_drop_down a:hover {
	color:#000000;
}
.top_header_drop_down a {
	white-space:nowrap;
	font-size:11px;
	color:#666666;
	display:block;
}
.top_header_drop_down a:hover {
	color:#bbb;
}
.top_header_drop_down a b {
	cursor: text;
	font-weight:normal;
	color:#bbb;
}
#language a {
	line-height:18px;
}

.currency a {
	margin-right:2px;
	color:#888888;
}
.currency b {
	text-decoration:underline;
}
.language img {
	cursor:pointer;
	margin-right:2px;
}

.line-search-cart-header {
    background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0 1px #787878;
    height: 44px;
    position: absolute;
    right: 1%;
    top: 101px;
	display:none;
}
.statii {

}
.statii > ul {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 0;
}
.statii > ul > li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}
.statii-footer {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  #3e3e3e 0%, #3a3a3a 33%, #303030 66%, #2d2d2d 100%)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(33%,#3a3a3a), color-stop(66%,#303030), color-stop(100%,#2d2d2d))!important;
  background: -webkit-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: -o-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: -ms-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
}
.statii-footer > ul {
    list-style-type: none;
    padding-left: 0px;
	margin: 0;
}
.statii-footer > ul > div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.statii-footer > ul > div > li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 5px;
    margin-top: 7px;
    border-right: 1px solid #FFFFFF;
}
.statii-footer > ul > div > li:last-of-type {
    border-right: medium none;
}
.statii-footer > ul > div > li > a {
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 16px;
    padding: 0px 20px 6px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    transition: none 0s ease 0s;
}
.statii-footer > ul > div > li > a:hover {
    color: #fff;
}
#search {
	float: right;
    padding-top: 6px;
    position: relative;
    width: 20%;
}
.button-search {
	background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 27px;
    line-height: 26px;
    position: absolute;
    right: 3px;
    width: 23px;
}
#search_tablet {
	margin: 17px auto;
	width: 93%;
	padding-left: 0;
	display: none;
}
#search_tablet input {
    border-radius: 2px;
    box-shadow: 1px 1px 2px #CCCCCC inset;
    color: #0A0A0A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    padding: 1px 4% 1px 2%;
    width: 95%;
}
    #search_tablet .button-search {
	right: 4%;
}
#search_tablet input[type="text"] {
	width: 100%;
	padding: 1px 0 1px 2%;
	max-width: 100%;
}
#header_block.white_search_icon .header_top .button-search {background-position: 0px -611px;}

#header_block.black_search_icon .header_top .button-search {background-position: 0px -576px;}

#search input {
    box-shadow: 1px 1px 2px #CCCCCC inset;
    color: #0A0A0A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 25px;
    padding: 1px 4% 1px 5%;
    width: 91%;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
#search input:hover {
	box-shadow: 1px 0px 2px #CCCCCC inset;
}
#search input:focus {
    color: #000000;
}
.header_links_cart {
	float:right;
	text-align:right;
}
#welcome {
	display: block;
    float: left;
    font-size: 11px;
    margin-right: 14px;
    padding-top: 11px;
    text-align: right;
}
#welcome a {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}
#welcome a:hover {
	text-decoration:none;
}
.links {
	margin-top: 7px;
    height: 30px;
}
.links ul {
	float:left;
	padding:0px;
	margin:0px;
}
.links > ul > li {
	float:left;
	margin-right:10px;
	display:block;
	position:relative;
}
.links > ul > li.none-statii {
    display: none;
}
.links > ul > li > .background {
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.10;
	filter: alpha(opacity = 10);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.links > ul > li:hover > .background {
	opacity:0.20;
	filter: alpha(opacity = 20);
}
.links > ul > li > a {
	font-size:11px;
	min-width:58px;
	padding:0px 6px 0;
	text-align:center;
	background-position:center 5px;
	color:#aaaaaa;
	height:20px;
	background-repeat:no-repeat;
	zoom:1;
	position:relative;
}
.links > ul > li > a:hover {
	background-position: center -37px;
}
.box-product .wishlist,
.product-grid .wishlist {
    position: absolute;
    right: 44px;
    bottom: 8px;
    z-index: 1;
}
.owl-carousel .wishlist {
    bottom: -4px;
    position: absolute;
    right: 44px;
    z-index: 1;
}
#content .box {
background: #000;
}
.box-product  > div .compare,
.product-grid > div .compare {
    position: absolute;
    right: 6px;
    bottom: 8px;
    z-index: 1;
}
.owl-carousel > div .compare {
    bottom: -4px;
    position: absolute;
    right: 6px;
    z-index: 1;
}
#column-left .box-product .compare,
#column-left .product-grid .compare,
#column-left .owl-carousel .compare,
#column-right .box-product .compare,
#column-right .product-grid .compare,
#column-right .owl-carousel .compare,
#column-left .box-product .wishlist,
#column-left .product-grid .wishlist,
#column-left .owl-carousel .wishlist,
#column-right .box-product .wishlist,
#column-right .product-grid .wishlist,
#column-right .owl-carousel .wishlist {
    display: none;
}
#content .box-product {
    border-top: 4px solid #D2BAB3;
}
.wishlist a, .compare a {
    display: block;
    float: left;
    font-size: 18px;
    height: 31px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 37px;
	text-decoration: none !important;
}
.icon {
    color: #D5B1B1;
}
.icon:hover {
    color: #ED297B;
}
.icon-wishlist:before {
    content: "\f005";
    font-size: 18px;
}
.icon-compare:before {
    content: "\f080";
    font-size: 18px;
}
.icon-zoom:before {
    content: "\f00e";
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
}
.icon-plus:before {
    content: "\f067";
    font-weight: normal;
}
.product-zoom {
    background: none repeat scroll 0 0 #ED5316;
    border-radius: 0 5px;
    display: none!important;
    height: 35px;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 11;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.product-zoom-hit {
    border: 1px solid #8C8C8C;
    box-shadow: 1px 1px 2px #C0C0C0 inset;
    float: right;
    position: relative;
    width: 56%;
}
.product-zoom-hit-vnutr {
	background: -moz-linear-gradient(top, #ffffff 0%, #555555 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #555555 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #555555 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #555555 100%);
	padding: 5px 0;
	text-align: center;
	height: 11px;
}
.ostalos {
	float: left;
	padding-top: 4px;
}
span.procent {
	position: absolute;
    right: 2px;
    top: 3px;
}
.product-block {
	 height: 25px;
}
.product-zoom-hit a{
	color: #fff;
}
.product-zoom a {
    display: block;
}
#content .box-product > div .image:hover .product-zoom,
#content .product-grid > div .image:hover .product-zoom,
#content .product-list > div .image:hover .product-zoom,
#content .owl-item > div .image:hover .product-zoom {
    display: block;
}
.divshadowwidth768 {
	display: none!important;
}
.divwidth713 {
	display: none;
}
/*.box-product > div .divshadow,*/
.product-grid > div .divshadowlist,
.product-grid > div .divshadowgrid,
.owl-item > div .divshadow {
    -webkit-box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
    box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
  /*  background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #D8D8D8;
    /*bottom: -11px;*/
    color: #000000;
    display: none;
    left: -11px;
    position: absolute;
    right: -11px;
    top: -3px;
    text-align: left;
	bottom: -39px;
	background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  #F9F6F6 0%, #686464 33%, #3C3939 66%, #6F6C6C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F6F6), color-stop(33%,#686464), color-stop(66%,#3C3939), color-stop(100%,#6F6C6C));
  background: -webkit-linear-gradient(top,  #F9F6F6 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: -o-linear-gradient(top,  #F9F6F6 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: -ms-linear-gradient(top,  #F9F6F6 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: linear-gradient(top,  #F9F6F6 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  /* background: #3e3e3e; Old browsers */
  /*    background: -moz-linear-gradient(top,  #CF2020 0%, #6EB360 33%, #2310A1 66%, #1E1111 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CF2020), color-stop(33%,#6EB360), color-stop(66%,#2310A1), color-stop(100%,#1E1111));
    background: -webkit-linear-gradient(top,  #CF2020 0%, #6EB360 33%, #2310A1 66%, #1E1111 100%)!important;
    background: -o-linear-gradient(top,  #CF2020 0%, #6EB360 33%, #2310A1 66%, #1E1111 100%)!important;
    background: -ms-linear-gradient(top,  #CF2020 0%, #6EB360 33%, #2310A1 66%, #1E1111 100%)!important;
    background: linear-gradient(top,  #CF2020 0%, #6EB360 33%, #2310A1 66%, #1E1111 100%)!important;*/
}

.box-product > div .divshadow {
	-webkit-box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
    box-shadow: 0 1px 8px rgba(11, 10, 10, 0.3);
    border: 1px solid #D8D8D8;
    /*bottom: -11px;*/
    color: #000000;
    display: none;
    left: -11px;
    position: absolute;
    right: -11px;
    top: -3px;
    text-align: left;
	bottom: -39px;
	background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  #38393B 0%, #686464 33%, #3C3939 66%, #6F6C6C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38393B), color-stop(33%,#686464), color-stop(66%,#3C3939), color-stop(100%,#6F6C6C));
  background: -webkit-linear-gradient(top,  #38393B 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: -o-linear-gradient(top,  #38393B 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: -ms-linear-gradient(top,  #38393B 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
  background: linear-gradient(top,  #38393B 0%,#686464 33%,#3C3939 66%,#6F6C6C 100%);
}
	
.product-list > div .divshadowgrid,
.product-grid > div .divshadowlist {
	display: none;
}
.box-product > div:hover .divshadow,
.product-grid > div:hover .divshadowgrid,
.product-list > div:hover .divshadowlist,
.owl-item > div:hover .divshadow {
    display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#header_block.hard_light_user_menu_icons .links > ul > li.custom a { background-image:url('../image/user_menu/custom-hard-light.png');}
#header_block.hard_light_user_menu_icons .links > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-hard-light.png');}
#header_block.hard_light_user_menu_icons .links > ul > li.account a { background-image:url('../image/user_menu/account-hard-light.png');}
#header_block.hard_light_user_menu_icons .links > ul > li.login a, #header_block.hard_light_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-hard-light.png');}
#header_block.hard_light_user_menu_icons .links > ul > li.signup > a { background-image:url('../image/user_menu/signup-hard-light.png');}

#header_block.hard_dark_user_menu_icons .links > ul > li.custom a { background-image:url('../image/user_menu/custom-hard-dark.png');}
#header_block.hard_dark_user_menu_icons .links > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-hard-dark.png');}
#header_block.hard_dark_user_menu_icons .links > ul > li.account a { background-image:url('../image/user_menu/account-hard-dark.png');}
#header_block.hard_dark_user_menu_icons .links > ul > li.login a, #header_block.hard_dark_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-hard-dark.png');}
#header_block.hard_dark_user_menu_icons .links > ul > li.signup > a { background-image:url('../image/user_menu/signup-hard-dark.png');}

#header_block.soft_dark_user_menu_icons .links > ul > li.custom a { background-image:url('../image/user_menu/custom-soft-dark.png');}
#header_block.soft_dark_user_menu_icons .links > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-soft-dark.png');}
#header_block.soft_dark_user_menu_icons .links > ul > li.account a { background-image:url('../image/user_menu/account-soft-dark.png');}
#header_block.soft_dark_user_menu_icons .links > ul > li.login a, #header_block.soft_dark_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-soft-dark.png');}
#header_block.soft_dark_user_menu_icons .links > ul > li.signup > a { background-image:url('../image/user_menu/signup-soft-dark.png');}

#cart {
	display: block;
    float: right;
    overflow: visible;
    position: relative;
	padding-left: 20px;
}
#cart .heading {
	position: relative;
    background: #333333;
    padding-right: 60px;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#cart .heading .background {
	position: absolute;
	width:100%;
	height:42px;
	background:#ffffff;
	opacity:0.1;
	filter: alpha(opacity = 10);
}
.cart-img {
    position: absolute;
    right: 0;
    top: -25px;
}
.cart-img img {
    width: 60px;
}
#cart .heading .mini_header_cart {
	height:42px;
    margin-right: 15px;
	position:relative;
    float: left;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	zoom:1;
}
#cart .heading .mini_header_cart:hover, #cart.active .heading .mini_header_cart {

}
#cart .heading .mini_header_cart a {
	display: inline-block;
	font-size:11px;
	color:#000000;
	line-height:22px;
	margin:0px;
}
#cart .heading:hover a {
    color: #000000;
}
#cart.active .heading .mini_header_cart a {
	color:#066cc3;
}
#cart.active .heading .mini_header_cart a:hover {
	color:#ce001a;
}
#cart.active .heading .mini_header_cart .cart_empty:hover {
	color:#333333;
}
#cart .heading .mini_header_cart #cart-total,
#cart .heading .mini_header_cart .cart_empty {
    padding: 10px 0;
}
#header_block.hard_light_user_menu_icons #cart .heading .mini_header_cart #cart-total,
#header_block.hard_light_user_menu_icons #cart .heading .mini_header_cart .cart_empty {
	background-position:9px -36px;
}
#header_block.soft_dark_user_menu_icons #cart .heading .mini_header_cart #cart-total,
#header_block.soft_dark_user_menu_icons #cart .heading .mini_header_cart .cart_empty {
	background-position:9px -76px;
}
#header_block.hard_dark_user_menu_icons #cart .heading .mini_header_cart #cart-total,
#header_block.hard_dark_user_menu_icons #cart .heading .mini_header_cart .cart_empty {
	background-position:9px -116px;
}
/* Om mouse over */
#cart.active .heading .mini_header_cart #cart-total,
#cart.active .heading .mini_header_cart .cart_empty {
	background-position:9px -116px !important;
}
.heading .mini_header_cart #cart-total {

}
.heading .mini_header_cart .cart_empty {
	padding:10px 10px 10px 45px;
}
#cart .heading .mini_header_cart .separator {
	display: inline-block;
	background-color:rgba(255,255,255, 0.1);
	height:20px;
	width:1px;
	vertical-align:middle;
}
#cart.active .heading .mini_header_cart .separator {
	background-color:rgba(0,0,0, 0.1);
}
#cart .heading .mini_header_cart .checkout {
	padding: 10px 13px 10px 2px;
	color:#eeeeee;
	line-height:22px;
	background: url("../image/checkout_arrow.png") no-repeat scroll 109% 17px rgba(0, 0, 0, 0);
}
#cart.active .heading .mini_header_cart .checkout a {
	color:#066cc3;
	background-position: 100% -24px;
}
.checkout #confirm .checkout-content .checkout-product table tbody tr td.name a,
.checkout .checkout-heading a {
    color: #000000;
}
#header #cart .contentwrapper {
	display:none;
	position:absolute;
    margin-top: -10px;
}
#header #cart.active .contentwrapper {
	position: absolute;
	right:0px;
	top:52px;
	display:block;
	background:#fff;
	-moz-box-shadow: 1px 3px 5px #787878;
	-webkit-box-shadow: 1px 3px 5px #787878;
    box-shadow: 1px 3px 5px #787878;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	-khtml-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
	color:#666666;
	width:270px;
}
#header #cart .content {
	clear: both;
	padding: 10px;
	min-height: 40px;
}
.mini-cart-info table {
	border-collapse: collapse;
	margin-bottom: 8px;
	border-bottom:1px solid #f0f0f0;
}
.mini-cart-info td {
	color:#666666;
	vertical-align: top;
	padding: 6px 6px 3px 6px;
	width:100%;
	font-size:11px;
}
.mini-cart-info td a {
	font-size:11px;
	color:#666666;
}
.mini-cart-info td a:hover {
	color:#333333 !important;
}
.mini-cart-info tr:hover td {
	background:#F4F4F4;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
	margin:0px;
	padding:0px;
	width:56px;
}
.mini-cart-info .image img:hover {
	border: 1px solid #CCCCCC;
}
.mini-cart-info .name {
	padding: 7px 6px 3px 2px;
	text-align:left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .voucher {
	text-align:left;
	padding: 2px 6px 6px 2px;
}
.mini-cart-info .voucher img {
	float:right;
	margin-top:3px;
	cursor:pointer;
}
.mini-cart-info td.total {
	text-align: right;
	padding: 7px 6px 3px 2px;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-total {
	text-align: right;
	padding:3px;
}
.mini-cart-total .sums {
	min-width:60px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	padding-right:5px;
	margin-bottom: 3px;
}
.mini-cart-total td {
	line-height:16px;
	font-size:11px;
}
#header #cart .checkoutbuttons {
	text-align: right;
	padding: 5px 1px;
	clear: both;
}
#header #cart .checkoutbuttons a {
	display: inline-block;
	padding: 7px 9px;
	font-size: 11px;
	background: #333333;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left: 3px;
}
#header #cart .checkoutbuttons a:hover {
	color:#000000;
	background:#dddddd;
}
#header #cart .empty {
	height:40px;
	padding-top:25px;
	text-align: center;
	font-size:11px;
}
/* menu */
#menu {
	height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
    position: relative;
	border-top: 1px solid #E4E4E4;
    border-top-color: #707070;
    width: 100%;
}
#menu.up_to_tablet {
	background: #2E85BC;
    margin: 0 auto 17px;
    padding: 10px 1%;
    width: 92%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: auto;
}
#menu ul.statii {

}
#menu ul.menu-ul {
	/*box-shadow: 1px -3px 3px #787878;*/
    border-radius: 0 0 3px 3px;
	padding: 5px 6px;
	 background: #000!important; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #3e3e3e 0%, #3a3a3a 33%, #303030 66%, #2d2d2d 100%)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(33%,#3a3a3a), color-stop(66%,#303030), color-stop(100%,#2d2d2d))!important;
  background: -webkit-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: -o-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: -ms-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;
  background: linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%)!important;*/
	
	/*background: #225677!important;*//*#2E85BC;*/
}
#menu ul.statii a {
	color: #000000;
    font-weight: normal;
    padding: 0 10px;
    text-shadow: 0 0 rgba(0, 0, 0, 0.3);
    text-transform: none;
}
#menu ul.statii a.home {
	background: #2E85BC;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 2px 3px #787878;
    padding: 11px 5px 5px;
}
#menu ul.statii a.home img{
    width: 20px;
	padding: 0 10px;
}
.home img {
    border: 0px;
    vertical-align: middle;
}
#menu ul.statii li {
	transition: all 0.1s ease-in 0s;
}
#menu ul.statii li:hover {
	background-color: #E3E6E9;
    border-radius: 0px 0px 0 0;
    box-shadow: 1px 2px 3px #787878;
}
#menu ul.statii li a {
	font-family: Arial;
    font-size: 14px;
    height: 21px;
    padding: 3px 10px 15px;
    text-decoration: underline;
}
.list-manuf a, #menu ul.statii li a {color: #000!important; }
#menu ul.statii li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul.statii li + li {
	margin-left: 5px;
}
#menu ul.statii li:hover {

}
#menu .home_icon {
	margin: 4px 6px 0px 11px;
	width: 20px;
	height: 20px;
	float: left;
	background: url('../image/home_icon.png') 0px 0px no-repeat;
}
#header_block.dark_main_menu_icons #menu .home_icon {
	background: url('../image/home_icon_dark.png') 0px 0px no-repeat;
}
#menu .home_icon:hover {
	background-position: 0px -20px;
}
#menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
#menu > ul.menu-ul > li {
float: left;
	padding: 0 3px;
	transition: all 0.2s ease-in 0s;
	background: #74747A; /* Old browsers */
  background: -moz-linear-gradient(top,  #74747A 0%, rgba(28, 28, 30, 0.9) 33%, rgb(13, 14, 15) 66%, rgb(69, 69, 72) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74747A), color-stop(33%,rgba(28, 28, 30, 0.9)), color-stop(66%,rgb(13, 14, 15)), color-stop(100%,rgb(69, 69, 72)));
  background: -webkit-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: -o-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: -ms-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  margin-left: 3px;
}
#menu > ul > li.current {
    background: #ffffff;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	float: left;
	padding: 0 5px;
	transition: all 0.2s ease-in 0s;
	background: #74747A; /* Old browsers */
  background: -moz-linear-gradient(top,  #74747A 0%, rgba(28, 28, 30, 0.9) 33%, rgb(13, 14, 15) 66%, rgb(69, 69, 72) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74747A), color-stop(33%,rgba(28, 28, 30, 0.9)), color-stop(66%,rgb(13, 14, 15)), color-stop(100%,rgb(69, 69, 72)));
  background: -webkit-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: -o-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: -ms-linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  background: linear-gradient(top,  #74747A 0%,rgba(28, 28, 30, 0.9) 33%,rgb(13, 14, 15) 66%,rgb(69, 69, 72) 100%);
  margin-left: 3px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a, #menu .mobile_menu_trigger {
	font-size: 16px;
	font-family:  Arial,Helvetica,sans-serif;  /*  'Open Sans',     */
	font-weight: 600;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #FFF;
	display: block;
	padding: 7px 5px 7px;
	transition:	none;
	-moz-transition: none;
	-webkit-transition:	none;
	-o-transition: none;
}
#menu > ul > li > a {

}
#menu > ul > li > div {
	display:none;
	background: #ffffff;
	position: absolute;
	left:0px;
	z-index: 2;
	padding: 25px 0px 20px 0px;
	background-color:#fff;
	width: 100%;
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
#menu > ul > li:hover > div {
	display: block;
}
#menu > ul > li > div > ul {
    list-style: none outside none;
    margin-left: 1%;
    float: left;
    width: 74%;
}

#menu > ul > li ul > li > a {
	color: #444444;
	line-height:22px;
	display: block;
}
#menu > ul > li ul > li > a:hover {

}
#menu > ul > li > div > ul > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 31%;
	padding-right: 1%;
	padding-bottom: 12px;
}
#menu > ul > li > div > ul > li.column-2 {
    width: 31%;
}
#menu > ul > li > div > ul > li.column-3 {
    width: 31%;
}
#menu > ul > li > div > ul > li.column-4 {
    width: 23%;
}
#menu > ul > li > div > ul > li.column-5 {
    width: 23%;
	margin-bottom:12px;
}
#menu > ul > li > div > ul > li.column-6 {
    width: 23%;
	margin-bottom:10px;
}
#menu > ul > li > div > ul > li.column-7 {
    width: 23%;
	margin-bottom:10px;
	margin-right:8px;
}
#menu > ul > li > div > ul > li.column-8 {
    width: 23%;
	margin-bottom:10px;
	margin-right:7px;
}
#menu > ul > li > div > ul > li.column-8.children > div {
	padding: 10px 7px;
}
#menu > ul > li > div > ul > li.column-8 > a {
	padding:8px;
}
#menu > ul > li > div > ul > li > a.shadow {
    background:rgb(240, 241, 243);
    box-shadow: 0 0 2px #C1C1C1;
    color: #000000;
    float: left;
    font-size: 14px;
    line-height: 15px;
    margin-left: 1%;
    margin-top: 4px;
    padding: 4% 0 5% 3%;
    width: 66%;
    margin-bottom: 20px;
}
#menu > ul > li > div > ul > li.column-4 > a.shadow {
    width: 62%;
}
#menu > ul > li > div > ul > li.column-5 > a.shadow {
    width: 62%;
}
#menu > ul > li > div > ul > li.column-3 > a.shadow {
    width: 70%;
}
#menu > ul > li > div > ul > li.column-2 > a.shadow {
    width: 70%;
}
#menu > ul > li > div > ul > li > a.shadow.no-image-categ {
    width: 90%;
}
#menu > ul > li > div > ul > li > a.image-categ {
    float: left;
    margin-right: 5%;
	padding-top: 7px;
}
#menu > ul > li > div > ul > li > a:hover{
	background:#f9f9f9;
}
#menu > ul > li > div > ul > li > a span {
    display:none;
}
#menu > ul > li > div > ul > li.children > div {
	z-index: 98;
	padding: 10px 10px 10px 10px;
	box-shadow: none;
	background:#ffffff;
    margin-top: 3px;
}
#menu > ul > li > div > ul > li.children > div > ul {
    clear: left;
}
#menu > ul > li > div > ul > li.children > div a {
	line-height: 20px;
}
#menu > ul > li > div > ul > li.children > div a:hover {
	color:#066cc3;
}
#header_block.no_main_menu_text_shadow #menu > ul > li > a, #menu .mobile_menu_trigger {
	text-shadow: none;
}
#menu .mobile_menu_trigger {
	background: url('../image/icons.png') 100% -512px no-repeat;
	margin-bottom:0px;
    padding: 5px 20px;
}
#header_block.dark_main_menu_icons #menu .mobile_menu_trigger {
	background-position: 100% -537px;
}
#menu > ul > li:hover {
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    background-color: #FFFFFF;
}
#menu > ul > li.current > a {
	color: #fff;
}
#menu > ul > li:hover > a {
    color: #000000;
    text-shadow: 0 0 0 #FFFFFF;
}
#menu > ul > li.children {
	float: left;
	padding: 0 3px;
	transition: all 0.2s ease-in 0s;
	background: #000; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #404045 0%, rgba(170, 170, 191, 0.9) 33%, rgb(41, 42, 44) 66%, rgb(12, 12, 14) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404045), color-stop(33%,rgba(170, 170, 191, 0.9)), color-stop(66%,rgb(41, 42, 44)), color-stop(100%,rgb(12, 12, 14)));
  background: -webkit-linear-gradient(top,  #404045 0%,rgba(170, 170, 191, 0.9) 33%,rgb(41, 42, 44) 66%,rgb(12, 12, 14) 100%);
  background: -o-linear-gradient(top,  #404045 0%,rgba(170, 170, 191, 0.9) 33%,rgb(41, 42, 44) 66%,rgb(12, 12, 14) 100%);
  background: -ms-linear-gradient(top,  #404045 0%,rgba(170, 170, 191, 0.9) 33%,rgb(41, 42, 44) 66%,rgb(12, 12, 14) 100%);
  background: linear-gradient(top,  #404045 0%,rgba(170, 170, 191, 0.9) 33%,rgb(41, 42, 44) 66%,rgb(12, 12, 14) 100%);*/
  margin-left: 3px;
}
#menu > ul > li.children:hover, #menu > ul > li.current.withsubs {


}
#menu > ul > li.children > a {
	padding: 7px 2px 7px;
}
#menu > ul > li.children:hover {
    /*box-shadow: 1px -1px 1px #6C6C6C;*/
    border-radius: 3px 3px 0 0;
}
#menu > ul > li.current.children:hover {
    /*box-shadow: 1px -1px 1px #6C6C6C;*/
    border-radius: 3px 3px 0 0;
}
#menu > ul > li.children:hover > a {
	-ms-filter: none;
	filter:none;
    color: #000!important;
    display: block;
    filter: none;
    margin-bottom: 0;
    padding: 7px 2px 7px;
    text-shadow: none;
}
#menu > ul > li.current.children:hover > a {
	-ms-filter: none;
	filter:none;
    color: #fff!important;
    display: block;
    filter: none;
    margin-bottom: 0;
    padding: 7px 2px 7px;
    text-shadow: none;
}
#menu > ul > li.current.children:hover > a {

}
#menu > ul > li.current.children {
   
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #000; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #CDCDD8 0%, rgba(44, 44, 48, 0.9) 33%, #424548 66%, #737374 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CDCDD8), color-stop(33%,rgba(44, 44, 48, 0.9)), color-stop(66%,#424548), color-stop(100%,#737374));
  background: -webkit-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: -o-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: -ms-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);*/
  
	
	
}
#menu > ul > li.current.children > a {
    background: #000; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #CDCDD8 0%, rgba(44, 44, 48, 0.9) 33%, #424548 66%, #737374 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CDCDD8), color-stop(33%,rgba(44, 44, 48, 0.9)), color-stop(66%,#424548), color-stop(100%,#737374));
  background: -webkit-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: -o-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: -ms-linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);
  background: linear-gradient(top,  #CDCDD8 0%,rgba(44, 44, 48, 0.9) 33%,#424548 66%,#737374 100%);*/
    padding: 7px 2px 7px;
	border-bottom: 1px solid #fff;
}
.menu-categories {
    background: rgb(255,255,255);
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-radius: 9px 9px 0 0;
    box-shadow: 1px 2px 3px #787878;
    clear: left;
    height: 31px;
    min-width: 203px;
    padding-left: 1%;
    padding-top: 13px;
    width: 210px;
}
.menu-categories > div > ul.menu-ul > li > a.shadow {
    background: #FFFFFF;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 12px;
    margin-left: 1%;
    margin-top: 4px;
    padding: 4% 0 5% 3%;
    box-shadow: 0 0 2px #C1C1C1;
    width: 62%;
    float: left;
}
.menu-categories > div > ul.menu-ul > li > a.shadow.no-image-categ {
    width: 90%;
}
.menu-categories > div > ul.menu-ul > li > a {

}
.menu-categories > div > ul.menu-ul > li > a:hover {
    background: #F9F9F9;
}
.menu-categories a.category-button {
    color: #ED297B;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 15px;
    padding-right: 21%;
    margin-bottom: 16px;
}
.menu-categories a.category-button.detailed {
    background: url("../image/arrow.png") no-repeat scroll 177px 2px rgba(0, 0, 0, 0);
}
.menu-categories a.category-button.detailed:hover {
    background: url("../image/arrow.png") no-repeat scroll 177px -12px rgba(0, 0, 0, 0);
}
.menu-categories a.category-button {
    background: url("../image/arrow.png") no-repeat scroll 177px -40px rgba(0, 0, 0, 0);
}
.menu-categories a.category-button:hover {
    background: url("../image/arrow.png") no-repeat scroll 177px -26px rgba(0, 0, 0, 0);
}
.menu-categories > div {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.47);
    border-radius: 0 0 6px 6px;
    display: none;
    left: 0;
    padding: 25px 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.menu-categories > div ul {
    list-style-type: none;
    padding-left: 10px;
}
.menu-categories > div > ul > li > div > ul {
    clear: left;
}
.menu-categories > div > ul > li > div > ul > li {
    margin-bottom: 2px;
    width: 100%;
}
.menu-categories > div ul li > div ul li a {

}
.menu-categories > div ul li {
    display: inline-table;
    vertical-align: text-top;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 23%;
}
.menu-categories > div ul li a.name {
    display: block;
    line-height: 23px;
    padding: 10px 0;
    font-size: 15px;
}
.menu-categories > div ul li a img {
    margin-right: 15%;
}
.menu-categories > div > ul > li > div > ul > li > a img {
    margin-right: 1%;
}
.menu-categories > div ul li a span.name {
    line-height: 32px;
}

.mobile_menu_wrapper {
	margin: 0 auto 19px;
	display:none;
}
.mobile_menu {
	border-bottom: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}
.mobile_menu ul {
	margin:0px;
	padding:0px;
}
.mobile_menu li {
    display: block;
    padding: 0px;
	background:#ffffff;
	margin:0px;
	position:relative;
	border-top:1px solid #eeeeee;
}
.mobile_menu li:first-child {
	border-top:none;
}
.mobile_menu li a {
    display: block;
	height:30px;
	line-height:20px;
    padding: 10px 2px 10px 15px;
    margin-right: 35px;
}

.mobile_menu .plus {
	color: #CE001A;
    height: 23px;
    line-height: 23px;
    padding: 0;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 9px;
    width: 22px;
    cursor: pointer;
}
.mobile_menu .plus {

}
.mobile_menu .plus .icon-plus:before, .mobile_menu li.open ul li .plus .icon-plus:before {
	content: "\f067";
}
.mobile_menu li .plus, .mobile_menu li.open ul li .plus {
	background-position:0px 0px;
}
.mobile_menu li.open .plus .icon-plus:before, .mobile_menu li.open ul li.open .plus .icon-plus:before {
    content: "\f068";
}
.mobile_menu li ul {
    display: none;
}
.mobile_menu li ul li a {
    padding: 10px 25px;
	color:#555555;
}
.mobile_menu ul li ul {
	border-top:1px solid #eeeeee;
}
.mobile_menu li ul li ul li a {
    padding: 10px 40px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: outside none none;
    background-color: #000;
    border-radius: 0px;
	font-size: 15px;
	color: #fff!important;
}
.breadcrumb a {
	color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.breadcrumb a:hover {

}
.breadcrumb a + a {
	padding-left: 6px;
}

#container {
	background: #2C2C2C;
    clear: both;
    margin: 0 auto;
    padding: 0%;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 8;
}
#column-left {
	float: left;
	width: 220px;
	margin-bottom:30px;
}
#column-right {
	float: right;
	width: 220px;
	margin-bottom:30px;
}
#content {
	background: #FFFFFF;
    border: 0px solid #C0C0C0;
    border-radius: 3px;
    margin-bottom: 10px;
    min-height: 300px;
    padding: 0%;
	color: #1A1A1A;
}
#content.none {
	background: none;
	margin-bottom: 0px;
	padding: 0 0 5px;
	border: 0 none;
}
#content.nowhite {
    background: none;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 230px;
}
#column-right + #content {
	margin-right: 230px;
}
.success, .warning, .attention, .information {
	border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin: -5px auto 15px;
    padding: 10px 1% 10px 5%;
    width: 94%;
}
.success {
	background: url("../image/success.png") no-repeat scroll 10px center #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 1px 3px #656565;
}
.success, .success a {

}
.warning {
	background: url("../image/warning.png") no-repeat scroll 25px center #FFFFFF;
    border: 1px solid #DF280A;
}
.warning, .warning a {
	color:#df280a !important;
}
.attention, .information {
	background: #FDEDA4 url('../image/attention.png') 25px center no-repeat;
}
.attention, .attention a, .information, .information a {
	color:#7c622a !important;
}
.success a, .warning a, .information a, .attention a {
	color: #696969;
    font-style: italic;
    text-decoration: underline;
}
.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;
}
.product-list .option-div.list  {
	overflow: auto;
	padding-left: 0;
	min-width: 160px;
}
#column-left + #column-right + #content .product-list .option-div.list  {
	min-width: 105px;
}
.product-list .divshadowlist .option-div.list {
	display: none;
}
.product-grid .option-div.list {
	display: none;
}
.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 tr td:first-child {
	width: 125px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {

}

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 {
	vertical-align: top;
	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;
	vertical-align: top;
}
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;
}

.input_field_half {
	float:left;
	display:block;
	width:275px;
	margin-bottom:5px;
	max-width:100%;
}
.input_field_half input {
	width:254px;
	max-width:100%;
}
.input_field_half select {
	width:264px;
	max-width:100%;
}
.input_field_half #description, .input_field_half #sub_category {
	width:auto;
	vertical-align:middle;
}
.input_field_half b {
	line-height:22px;
	color:#555555;
}
.input_field_full {
	float:left;
	display:block;
	width:535px;
	margin-bottom:5px;
	max-width:100%;
}
.input_field_half .help, .input_field_full .help {
	margin-bottom:5px;
	line-height:14px;
}
.input_field_full input, .input_field_full textarea {
	width:529px;
	max-width:100%;
}
.input_field_full b {
	line-height:22px;
	color:#555555;
}
.input_field_radio {
	float:left;
	display:block;
	width:275px;
	margin-bottom:5px;
	max-width:100%;
	padding:0px 0px 10px 0px;
}
.input_field_radio b {
	line-height:20px;
	display:block;
	color:#555555;
}
.input_field_radio input {
}
.pagination {
	padding:8px 8px 8px 10px;
	display: block;
	overflow:auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #ED297B;
}
.pagination .links {
	float: left;
    margin-top: 0;
}
.pagination .links a {
	border: 1px solid #DCDCDC;
    color: #A3A3A3;
    display: inline-block;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none;
    transition: color 200ms ease-in-out 0s;
    transition: border-color 200ms ease-in-out 0s;
}
.pagination .links a:hover {

}
.pagination .links b {
	border: 1px solid #FF006F;
    color: #FF006F;
    display: inline-block;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none;
}
.pagination .results {
	float: right;
	padding: 5px 10px 5px 0px;
	color: #555555;
}

a.button, input.button {
	cursor: pointer;
	color: #ffffff;
    line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
	padding:0px 20px;
	background-image:none;
	-webkit-appearance:none;
    text-transform: uppercase;
    font-weight: bold;
}
a.button {
	display: inline-block;
	text-decoration: none!important;
}
input.button {
	margin: 0;
	border: 0;
	height: 25px;
	padding: 0px 12px;
}
.cart-box-bottom input.button.product {
    float: left;
    margin-left: 25px;
    margin-top: 6px;
}
a.button:hover, a.button.active, input.button:hover, input.button.active {
	background-color: #ED297B;
	color:#ffffff;
}
a.button.active:hover, input.button.active:hover {

}
a.button.active.checkout {
	padding:0px 40px 0px 25px;
	background-image: url('../image/icons.png');
	background-position: right -435px;
	background-repeat:no-repeat;
}
.buttons {
	overflow: auto;
	margin-bottom: 10px;
	display: none;
}
.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 {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 5px 0;
	display: none;
}
#colorbox .htabs {
    padding: 0;
}
#quick-tabs.htabs {
    clear: none;
}
.htabs a {
	background: url("../image/large-tabs.png") repeat-x scroll 0 -60px rgba(0, 0, 0, 0);
	padding:8px 12px 2px 12px;
	height:31px;
	border-radius:3px 3px 0px 0px;
	box-shadow: 0 -1px 1px #696969;
	display:block;
	display: inline-block;
	color: #333333;
	margin-right: 5px;
}
.htabs a:hover {
	background-position:0px -30px;
	color: #333333;
}
.htabs a.selected {
	background: #ED297B;
    color: #FFFFFF;
}
.tab-content {
	padding: 15px;
	margin-bottom: 15px;
	z-index: 2;
	overflow: auto;
	min-height: 100px;
    border: 0px solid #b5b5b5;
    margin-left: 5px;
}
.related_heading {
	display:block;
	height:25px;
	margin-bottom:10px;
}
.related_heading span {
	font-size:15px;
	line-height:25px;
}
.related_heading .related_prev, .related_heading .related_next {
	background: url('../image/tabs-arrows.png') no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
.related_heading .related_prev {margin-right:3px; }
.related_heading .related_prev:hover {background-position:-0px -25px;}
.related_heading .related_prev.disabled {background-position:-0px -75px; cursor:default;}
.related_heading .related_next {background-position:-25px 0px; margin-right:10px;}
.related_heading .related_next:hover {background-position:-25px -25px;}
.related_heading .related_next.disabled {background-position:-25px -75px; cursor:default;}
.box {
    margin-bottom: 10px;
	padding-bottom: 0px;
}
.box.none {
	background: none;
}
#column-left .box,
#column-right .box {
	border: 1px solid #C0C0C0;
	border-radius: 3px;
	background: #232323;
}
.box-heading {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 13px 12px;
   /* text-transform: uppercase;   */
	background: #000;

	}
.box-special {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 13px 12px;
   /* text-transform: uppercase;   */
	background: #ffffff;
	background-color: #Ffffff;
}
#content .box-heading {
    background: #2E85BC;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    margin-bottom: -4px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
#content .box-heading a {
    font-size: 20px;
}
#content .tovar_day .box-heading {
    background: #2E85BC;
    border-bottom: 0 none;
    border-left: 2px solid #2E85BC;
    border-right: 2px solid #2E85BC;
	border-top: 0 none;
    color: #FFFFFF;
    display: block;
    text-align: center;
}
.tovar_day .image {
	margin-bottom: 10px;
	text-align: center;
}
.tovar_day .image:hover .product-zoom {
	display: block;
}
.tovar_day .cart {
	float: left;
}
.tovar_day .wishlist,
.tovar_day .compare {
	float: right;
}
#content .day .box-heading {
    display: block;
    text-align: center;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #C0C0C0;
}
#content .day .box-heading.none {
    background: none;
    color: #333333;
}
#content .box-heading.filter {
	display: block;
	border: none;
}
#content .box .box-content.categ{
	background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#content .box .box-content{
	border: 1px solid #C0C0C0;
	border-radius: 0 3px 3px;
}
#content .box.filter .box-content {
	border: none;
}
#content .box.filter .box-content.categ {
    border: medium none;
    text-align: left;
    width: 100%;
	padding-top: 2px;
}
#content .box.filter .box-content.categ ul {
	width: 98%;
}
#content .box.filter .box-content.categ ul li select {
    z-index: 2;
	width: 100%;
	cursor: pointer;
}
#content .box.filter .box-content.categ ul li select  option {
	min-width: 60px;
}
.selectr {
	background: url("../image/select.gif") no-repeat right center;
}
#column-left .box .box-heading, #column-right .box .box-heading {
    font-family: 'Roboto',sans-serif; /*'Open Sans', sans-serif;    */
	text-transform:uppercase;
	padding: 12px 10px 12px 13px;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	color: #ffffff;
}
.box .box-content {
	padding: 0px 0px;
	background: #232323;
}
#column-left .box .box-content, #column-right .box .box-content {
	/*padding: 10px 6px 0 10px;*/
}

.box-product {
	width: 100%;
	padding: 13px 0 0;
	margin: 0px;
    text-align: center;
}
.box-product .name {
    padding: 0;
    position: relative;
    text-align: center;
    top: 1px;
	z-index: 0;
	min-height: 59px;
}
#content .box-product > div:hover {
	z-index: 2
}
#content .box-product > div:hover .name {
	z-index: 1;
	position: relative;
}
#column-left .box-product .name,
#column-right .box-product .name {
	margin: 0 0 10px;
}
.box-product .name.yes-rating,
.product-grid .name.yes-rating,
.owl-carousel .name.yes-rating {
    padding-right: 74px;
    position: relative;
    z-index: 1;
}
.box-product .description,
.owl-item .description {
    padding: 0 16px 8px;
    text-align: justify;
    clear: left;
}
#column-left + #content .box-product > div,
#column-right + #content .box-product > div {
	width: 30%;/*22%;*/
}
.box-product > div {
  background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(16, 25, 32) 0%, rgb(58, 58, 58) 33%, rgb(48, 48, 48) 66%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(16, 25, 32)), color-stop(33%,rgb(58, 58, 58)), color-stop(66%,rgb(48, 48, 48)), color-stop(100%,rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top,  rgb(16, 25, 32) 0%,rgb(58, 58, 58) 33%,rgb(48, 48, 48) 66%,rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top,  rgb(16, 25, 32) 0%,rgb(58, 58, 58) 33%,rgb(48, 48, 48) 66%,rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top,  rgb(16, 25, 32) 0%,rgb(58, 58, 58) 33%,rgb(48, 48, 48) 66%,rgb(255, 255, 255) 100%);
  background: linear-gradient(top,  rgb(16, 25, 32) 0%,rgb(58, 58, 58) 33%,rgb(48, 48, 48) 66%,rgb(255, 255, 255) 100%);
    display: inline-block;
    margin: 0 1% 10px;
    /*padding: 0 0 39px;*/
    position: relative;
    vertical-align: top;
    width: 17%;
}
.box-product > div.none-hover-b {
	padding-bottom: 40px;
}
.product-grid > div.none-hover {
	padding-bottom: 39px;
}
#tab-related .box-product > div {
    width: 22%;
    text-align: center;
}
#tab-related .box-product > div .name {
    height: auto;
    text-align: center;
}
#tab-related .box-product {
    text-align: left;
}
.owl-carousel > div {
    text-align: center;
}
.box-product > div:hover .cart input.button,
.product-grid > div:hover .cart input.button,
.product-list > div:hover .cart input.button {

}
.box-product > div:hover .cart {

}
.box-product.carousel > div {
	width:190px !important;
	padding:15px 31px 47px 15px !important;
	-moz-box-sizing:content-box !important;
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box !important;
}

.product_wrapper .box-content, .related_product_wrapper .box-content {
	padding:13px 0px 0px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background:#eeeeee;
	display:block;
	position:relative;
	overflow:hidden;
}
.image.relative {
    position: relative;
    z-index: 1;
}
.image.relative .product-zoom {
    /*left: 42%;*/
    right: auto;
    top: 0%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.61), 0 0 1px 1px rgba(255, 255, 255, 0.15) inset;
}
.box-product .image {
	box-shadow: 0px 50px 91px 4px #000 inset;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
#column-left .box-product .image,
#column-right .box-product .image  {
	z-index: 2;
}
.box-product .image img,
.owl-item .image img,
.product-grid .image img {
	max-width:100%;
    position: relative;
	margin: 0px;/*0px 7px 5px 3px;*/
	max-height: 157px;
}
.box-product > div .name,
.owl-item > div .name {

}
.box-product .image img:hover {

}
.box-product .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.product-grid .name {
    padding-right: 0px;
}
.product-grid .name a:hover {
	color: #000!important;
}
.box-product .name a,
.product-grid .name a,
.product-list .name a,
.owl-carousel .name a,
.tovar_day .name a {
	color: #2B2C2D;
	line-height:17px;
	text-decoration: none;
	display:block;
	margin:15px 0px 0px 0px;
    font-family: "lora",arial;
    font-size: 16px;
}
.tovar_day .name {
	text-align: center;
}
.tovar_day .name a,
.day .owl-carousel .name a {
	margin: 0 0 7px;
}
.box-product .name a:hover {
	color: #ce001a;
}
.box-product .rating,
.owl-item .rating,
.product-grid .rating {
	position: relative;
    z-index: 1;
}
.box-product .price,
.product-grid .price,
.product-list .price,
.owl-carousel .price,
.tovar_day .price {
	color: #ED297B;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    position: relative;
}
.box-product .price,
.product-grid .price,
.product-list .price,
.tovar_day .price {
    margin-bottom: 13px;
}
.box-product .price,
.owl-carousel .price {
    margin-bottom: 7px;
	display: none;
}
.tovar_day .price {
	margin-top: 7px;
    margin-bottom: 11px;
	clear: both;
}
.tovar_day .rating {
	margin-bottom: 12px;
    text-align: center;
}
.box-product .hov .price,
.owl-carousel .hov .price,
.product-grid .hov .price {
    clear: both;
}
.box-product .price-old,
.product-grid .price-old,
.product-list .price-old,
.owl-carousel .price-old,
.tovar_day .price-old {
	text-decoration: line-through;
    font-size: 15px!important;
    color: #FFF!important;
    text-shadow: 0 0 0 #FFFFFF;
}
.box-product .price-new,
.product-grid .price-new,
.product-lista` .price-new,
.owl-carousel .price-new,
.tovar_day .price-new {
	color: #ED297B;
}
.box-product .cart {
	position: absolute;
	bottom: 13px;
    z-index: 1;
	left: 14px;
}
.product-list .cart {
    text-align: center;
}
.product-list .cart.gridnonehover {
	display: none;
}
.box-product .cart input.button,
.product-grid .cart input.button,
.owl-carousel .cart input.button {
    font-weight: bold;
}
.box-product .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
.wishlist_button, .compare_button {
	float:left;
}
.wishlist_button a, .compare_button a {
	width:27px;
	height:27px;
	display:block;
	margin-left:3px;
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}
.compare_button a {
	background-position:0px -54px;
}
.compare_button a:hover {
	background-position:0px -81px;
}
.wishlist_button a:hover {
	background-position:0px -27px;
}

#content.home .box.product_wrapper .box-heading {
	display:none;
}


#column-right .box-product, #column-left .box-product {
	width: 100%;
	padding: 0px 0px;
	margin:0px;
	overflow:hidden;
}
#column-left .product_wrapper .box-heading, #column-right .product_wrapper .box-heading {
	font-size:13px;
	text-transform:none;
	background-image: url('../image/large-tabs-bg.png');
	background-color:#066cc3;
	padding: 0px 10px;
	color:#f1f1f1;
	line-height:40px;
	height: 40px;
	border-radius:3px;
}
#column-right .product_wrapper .box-content, #column-left .product_wrapper .box-content {
	padding:5px 0px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	border-radius: none;
	background:#ffffff;
}
#column-right .box-product > div, #column-left .box-product > div {
	width: 100%;
	min-height:10px;
	padding:10px 1px;
	margin:0px;
	display:block;
	clear:both;
	float:left;
	background: none;
}
#column-right .box-product > div + div, #column-left .box-product > div + div {
	border-top: 1px solid #e5e5e5;
}
#column-right .sale_tag, #column-left .sale_tag {
	display:none;
}
#column-right .box-product .image, #column-left .box-product .image {
	float:left;
}
#column-right .box-product .image img, #column-left .box-product .image img {
	width: auto;
	padding: 0px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
}
#column-right .box-product .image img:hover, #column-left .box-product .image img:hover {
	border:1px solid #aaaaaa;
}
#column-right .box-product .information_wrapper, #column-left .box-product .information_wrapper {
	padding:0px 5px 0px 15px;
	height:auto;
	margin-left:60px;
}
#column-right .box-product .name a, #column-left .box-product .name a {
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	margin:2px 0px 0px 0px;
	font-size: 14px;
}
#column-right .box-product .rating, #column-left .box-product .rating {
	clear: left;
    padding-left: 5px;
    padding-top: 9px;
    position: relative;
    text-align: left;
}
#column-right .box-product .price, #column-left .box-product .price {
	display: block;
	color: #777777;
	margin: 7px 0px;
}
#column-right .box-product .cart, #column-left .box-product .cart {
	display:none;
}

.related_product_wrapper .box-product > div {
	width:143px !important;
	min-height:265px;
	padding:10px 23px 17px 10px !important;
}

.box-content {
    text-align: center;
}
.box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-content > ul > li {
    padding: 6px;
    text-align: left;
}
#content .box-content > ul.box-filter > li {
	border: 1px solid #C0C0C0;
    border-radius: 3px;
    display: inline-table;
    padding: 8px;
}
#content .box-content.categ > ul.box-filter > li {
	border: 1px solid #C0C0C0;
    border-radius: 3px;
    display: inline-table;
    padding: 8px;
}
#content .box-content > ul.box-filter > li {
	margin-bottom: 10px;
    margin-right: 6px;
}
#content .box-content.categ > ul.box-filter > li {
	margin-bottom: 10px;
    margin-right: 2%;
	padding: 2px 6px 6px;
	background: #FFFFFF;
}
.box.filter {
	overflow: auto;
	border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    margin-top: -1px;
}
.box-content > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-content > ul > li ul {
	display: none;
}
.box-content > ul > li a.active + ul {
	display: block;
	padding-top:8px;
}
.box-content > ul.box-filter > li ul > li {
	display: inline-block;
}
.box-content > ul > li ul > li > a {
	text-decoration: none;
	padding: 3px 5px 3px 16px;
	line-height:20px;
}
.box-content > ul > li ul > li > a.active {
	background-color: #FFFFFF;
    color: #ED297B;
    font-weight: bold;
}
.box-content > ul > li ul > li ul > li > a {
    background-color: #FFFFFF;
}
.box-content > ul > li ul > li ul > li > a.active {

}

#column-left .box .box-heading.filter, #column-right .box .box-heading.filter {
	background: #fff;
	padding: 13px 5px 11px 10px;
}
.box-content.filter {
	padding:5px 10px 20px 10px !important;
}
.box-content.filter #button-filter {
	margin-top:10px;
}
a#button-filter.button {
	display: none;
}
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul.box-filter {
	padding: 1px 1% 0;
    text-align: left;
}
#content ul.box-filter.categ {
	padding: 9px;
}
ul.box-filter span {
	font-weight: bold;
	color:#555555;
	display: block;
	margin-bottom: 7px;
}
ul.box-filter > li ul {
	padding: 0 0 5px;
	display: block;
}

#column-left .box .box-heading.account, #column-right .box .box-heading.account {
	background: #ffffff url('../image/icons.png') 6px -468px no-repeat;
	border-bottom:1px solid #eeeeee;
	padding: 11px 10px 11px 42px;
	color: #555555;
}
.box-account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-account > ul > li {
	padding: 5px 2px;
}
.box-account > ul > li > a {
	text-decoration: none;
	padding: 5px 0px 5px 30px;
	color: #555555;
	background: url('../image/arrow-menu.png') top left no-repeat;
}
.box-account > ul > li > a:hover {
	background-position:bottom left;
	color:#ce001a;
}

#content .content {
	padding: 10px 0px;
	overflow: hidden;
}
#content .content_wrapper {
	overflow:hidden;
}
#content .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .content ul li {
	line-height:18px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

#content .content.border {
	padding: 10px;
	overflow:visible;
	margin:20px 0px 30px 0px;
	padding:30px 20px 20px 20px;
}
#content .content.border .border_heading {
	font-size:14px;
	color:#ce001a;
	margin:-47px 0px 0px 1px;
	padding:0px 15px;
	float:left;
	background:#ffffff;
}

.address_list {
	display:block;
	margin-bottom:25px;
}
.address_list .button {
	float:right;
	margin:0px 0px 0px 10px;
}
.address_list a {
	margin:5px 10px 0px 0px;
	float:left;
}

.category-info {
	overflow: auto;
	margin: 0px 10px 20px 10px;
	}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.category-list ul {
	list-style:none outside none;
	padding-left: 17px;
	line-height: 12px;
	/*display: inline-table;*/
}
.category-list ul li {

}
.category-list ul li {

}
.category-list ul li a img {
    display: block;
}
.category-list ul li a span {
    display: block;
    margin-top: 10px;
}
.product-filter {
    display: block;
    overflow: auto;
    padding: 2px 8px 4px 10px;
	border: 1px solid #C0C0C0;
	background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.category-list + .product-filter {
    display: block;
    overflow: auto;
    padding: 2px 8px 4px 10px;
	background: #fff;
}
.product-compare {
	display: inline-block;
    float: right;
    font-weight: normal;
    margin-top: 12px;
}
.product-compare a {
	background: none repeat scroll 0 0 #ED297B;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: normal;
}
.product-compare a:hover {
	color: #ffffff;
}
.product-filter .display, .product-filter .display-title {
	margin-right: 7px;
	float: left;
	display:inline-block;
	color: #555555;
	font-weight:normal;
	line-height:24px;
	padding:8px 0px 6px 0px;
}
.product-filter .display b {
    float: left;
    margin-right: 10px;
}
.product-filter .list_icon, .product-filter .list_icon_active, .product-filter .grid_icon, .product-filter .grid_icon_active {
	width:26px;
	height:26px;
	display:inline-block;
	float:left;
	margin-right:3px;
	background-image:url('../image/list_grid_icons.png');
}
.product-filter .list_icon {
	cursor: default;
	background-position: -26px -52px;
}
.product-filter .list_icon_active:hover {
	background-position:-26px -52px;
	background-color:#ED297B;
	cursor:pointer;
}
.product-filter .list_icon_active {
	background-position: -26px -26px;

    transition: background-color 200ms ease-in-out 0s;
}
.product-filter .grid_icon {
	cursor:default;
	background-position: 0px -52px;

}
.product-filter .grid_icon_active:hover {
	background-position: 0px -52px;
	cursor: pointer;
}
.product-filter .grid_icon_active {
	background-position: 0 -26px;


}
.product-filter .sort, .product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #333;
	padding:8px 0px 6px 0px;
}

.product-list {
	overflow: auto;
	padding: 13px 0 0;
	margin-bottom:5px;
	border-radius: 2px;
	display:block;
}
.product-list > div {
	padding: 0 30px 19px 15px;
	min-height:190px;
	background:#fff;
	margin:0px 0px 8px 0px;
	background: url('../image/grid-item-shadow.png') bottom right no-repeat;
	position:relative;
}
.product-list > div .image .hov {
    display: none;
}
.product-list .left {
	overflow:auto;
	padding:0px 10px 0px 0px;
	margin-right:140px;
	border-right: 1px solid #f1f1f1;
}
.product-list .image {
	float: left;
	margin: 0 26px 20px 0;
    position: relative;
}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	margin-bottom: 10px;
}
.product-list .name a:hover {
	color: #ce001a;
}
.product-list .description-list {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
    text-align: justify;
}
.product-list .rating {
	margin-bottom:10px;
	text-align: center;
}
.product-list .right {
	position:absolute;
	top:0px;
	right:0px;
	min-width:130px;
	padding:15px 30px 0px 10px;
	min-height:190px;
	margin-left: 10px;
}
.product-list .price {
	display: block;
	color: #777777;
	margin: 10px 0;
}
.product-list .price-old {
	text-decoration: line-through;
	display:block;
}
.product-list .price-new {
	color:#ee001c;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	line-height:22px;
	display:none;
}
.product-list .cart .button {
	border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}
.product-list .cart_divshadowwidth768 .button {
	border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
}
.product-list .cart_divshadowwidth768 {
    text-align: center;
	display: none;
	margin-bottom: 9px;
}
.product-list .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:28px;
}
.product-list .left .wishlist,
.product-list .left .compare {
	display: none;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid {
	padding: 13px 0 0;
	margin-bottom: 5px;
	display: block;
	position: relative;
    text-align: center;
}
.product-grid > div {
	background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin: 0 1% 47px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 45%;
	border: 2px solid #000;
}
#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
    width: 53%;
	min-height: 290px;
}
.product-grid .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.product-grid .image {
	box-shadow: 0px 50px 91px 4px rgb(0, 0, 0) inset;
	text-align:center;
    margin-top: 0px;
    position: relative;
	height: auto;
    padding-top: 0px;
}
.product-grid .image img {

}
.product-grid .image img:hover {

}
.product-grid .name {
	margin: 0px 10px;
    padding-right: 0;
    position: absolute;
   /* text-align: left;*/
    z-index: 9;
	min-height: 50px;
}
.product-grid > div .name a {
    color: #FFF!important;
    font-size: 16px;
    font-weight: bold;
	background: rgba(9, 11, 10, 0.5);
    padding: 3px;
}
.product-grid .name a {
	text-decoration: none!important;
}
/*.product-grid > div .name a:hover {
	background: rgba(243, 245, 248, 0.9);
}*/
.product-grid > div:hover > .name a {
    background: rgba(243, 245, 248, 0.9);
    color: #000!important;
}
.product-grid .name a:hover {
	color: #ce001a;
}
.product-grid .description-list {
	display:none;
}
.product-grid .description-grid {
    display:none;
}
.product-grid > div .hov .description-grid {
    display: block;
    padding: 0 17px;
    text-align: justify;
}
.product-grid .hov .name .rating {
	display: none;
}
.product-grid .price {
	display: none;

}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	bottom: 13px;
    left: 14px;
    position: absolute;
    z-index: 1;
}
.product-list .cart.grid {
	display: none;
}
.product-grid .cart .button {
	float:left;
}
.product-grid .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
.manufacturer {
	background: #000;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    display: block;
    margin: 1% auto;
    overflow: auto;
    padding: 5px 0 5px 13px;
    position: relative;
    width: 98%;
}
#column-left .manufacturer,
#column-right .manufacturer {
	margin-bottom: 15px;
    padding: 3%;
    width: 93%;
}
#content.none .manufacturer {
	margin: 0 auto 1%;
}
a.manuf-link {
	float: left;
    margin-right: 20px;
    padding: 5px 0;
}
.list-manuf {
	padding: 5px 0;
	float: left;
}
.list-manuf a {
	display: inline-block;
	text-decoration: underline;
}
#column-left .manufacturer .list-manuf a,
#column-right .manufacturer .list-manuf a {
	border: 1px solid #C0C0C0;
    border-radius: 4px;
    margin-bottom: 9px;
    padding: 4px;
    text-decoration: none;
}
.list-manuf a + a {
	border-left: 1px solid #C7C7C7;
    margin-left: 3px;
    padding-left: 8px;
}
.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-info-wrapper {
	width:100%;
	margin-bottom:20px;
	border-top:10px solid #ffffff;
	overflow:auto;
}
.product-info {
	padding:0px 0px;
	position:relative;
	overflow:auto;
	text-align: center;
}
.product-info > .left + .right {
    /*margin-left: 340px;*/
    padding-left: 5px;
    padding-right: 9px;
	text-align: center;
}
.product-info.quick-view-product-info > .left + .right {
    margin-left: auto;
}
.product-info.quick-view-product-info .options .error {
    margin-top: 1px;
    position: absolute;
    right: 23px;
}
.product-info > .left {
	background: #000;
	padding: 0px;
    /*float: left;
    padding-right: 15px;    
    padding-left: 5px;
    padding-right: 9px;*/
}
.product-info .right {

}
.product-info .right.hasright {
	margin-right: 245px;
	border-right:1px solid #eeeeee;
	background:none;
}

.product-info .image {
	position:relative;
	margin-bottom:10px;
	z-index:0;
	padding: 0px;
	z-index:3;
    text-align: center;
    border-radius: 0px;
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(255, 255, 255, 0.15) inset;*/
}
.product-info .image img {
	max-width:100%;
}
.product-info .image .sale_tag {
	right:-2px;
	z-index:10000;
}
.product-info .price {
	display:none;
    font-size: 14px;
}
.product-info .price-old {
    color: #777777;
    font-size: 12px;
    text-decoration: line-through;
    text-shadow: 0 0 0 #FFFFFF;
}
.product-info .price-new {
    color: #ED297B;
    font-size: 18px;
    text-align: center;
}
.product-info .price-style {
    color: #ED297B;
    font-size: 18px;
}
.product-info .price-tax {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
#zoom-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0px 12px;
    line-height: 32px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333333;
}
#zoom-btn:hover {
	color:#ce061a;
}

.product-info .image-additional {
	position: relative;
    width: 100%;
    clear: both;
}

.product-info .image-additional .additional_next, .product-info .image-additional .additional_prev {
	position:absolute;
	top:20px;
	display:block;
	width:30px;
	height:30px;
	background: url('../image/colorbox/slider-arrows.png') no-repeat ;
	text-indent:-9999px;
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.product-info .image-additional .additional_next, .product-info .image-additional .additional_next.disabled:hover {
	right:0px;
	background-color:#ffffff;
	background-position:-60px -10px;
}
.product-info .image-additional .additional_next:hover {
	background-color:#333333;
	background-position:-60px -60px;
}
.product-info .image-additional .additional_prev, .product-info .image-additional .additional_prev.disabled:hover {
	left:0px;
	background-color:#ffffff;
	background-position:-10px -10px;
}
.product-info .image-additional .additional_prev:hover {
	background-color:#333333;
	background-position:-10px -60px;
}
.product-info .image-additional > .disabled {
	cursor:default;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.product-info .image-additional ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.product-info .image-additional li {
	text-align: center;
	padding: 0px;
	margin:0px 3px;
	display: block;
	float: left;
	overflow:auto;
}
.product-info .image-additional img {
	border:1px solid #eeeeee;
	padding: 4px;
}
.product-info .image-additional img:hover {
	border:1px solid #999999;
}
/* Cloud zoom */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:0px;
	background-color:#fff;
	cursor:move;
}
.cloud-zoom-big {
	border:1px solid #eeeeee;
	overflow:hidden;
	width:130%;
    background: #FFFFFF;
}
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.product-info .description {
	margin-bottom: 15px;
	line-height: 20px;
	color: #4D4D4D;
	display: none;
}
.product-info h1 {
	color:#555555;
	font-size:20px;
	margin-bottom:15px;
	line-height:32px;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	line-height:14px;
	font-size:11px;
}
.product-info .description .review a {
	color: #888888;
	font-size:11px;
	vertical-align:top;
	padding:0px 4px 0px 7px;
}
.product-info .description .review a u {
	text-decoration:none;
	vertical-align:top;
}
.product-info .description .review a:hover {
	color: #ce001a;
}
.product-info .review a + a {

}
.product-info .description span {
	color: #555555;
	padding-left:11px;
	line-height:18px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .description a:hover {
	color: #ce001a;
}
.product-info .options {
	color: #333333;
	border-radius: 3px 3px 0px 0px;
    max-width: 428px;
    overflow: auto;
}
.product-info .options .option  input.none {
	display: none;
}
.product-info .options h2 {
    margin: 0;
}
.product-info .options b {
	line-height:24px;
}
.product-info .options select {

}
.product-info .options .error {
	margin-top:5px;
}
.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 {
	border-radius: 3px 3px 3px 3px;
    color: #4D4D4D;
    margin-bottom: 10px;
    overflow: auto;
}
.product-info .right > .options + .cart {
	padding: 0px 15px 15px 0px;
	border-radius: 0px 0px 3px 3px;
}
.product-info .cart .price {
	float:left;
	font-size: 18px;
	line-height:32px;
	color: #ce061a;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
}
.product-info .cart .price-old {
	color: #999999;
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
	text-decoration: line-through;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
.product-info .cart .price-new {
	display:block;
	line-height:18px;
}
.product-info .cart .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
}
.product-info .cart .add_to_cart {
	float: right;
	white-space:nowrap;
}

.product-info .share {
	white-space:nowrap;
	overflow:auto;
	padding:8px 0px 15px 0px;
	border-bottom:1px solid #eeeeee;
}
.product-info .share .price-tax {
	float:right;
	color:#999999;
	font-size:11px;
}

.product-info .wishlist_compare {
	margin-bottom:10px;
	padding:12px 0px;
}
.product-info .wishlist_compare a {
	background: url('../image/icons.png')  no-repeat;
	color:#888888;
	padding:4px 0px 0px 21px;
	line-height:18px;
	margin-right:18px;
}
.product-info .wishlist_compare a:hover {
	color:#ce061a;
}
.product-info .wishlist_compare a + a {
	background-position:0px -38px;
}

.product-info .minimum, .product-info .reward {
	border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    padding: 0;
}
.product-info .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	padding:10px 15px;
	margin:10px 0px;
	border-radius: 3px;
}
.product-info .discount span {
	display:block;
	padding:2px 10px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}

.product-info .custom_right_column {
	float:right;
	width:215px;
	padding:19px 15px 25px 15px;
	position:absolute;
	top:0px;
	right:0px;
}
.product-info > .custom_right_column .brand {
	margin-bottom:13px;
	text-align:center;
}
.product-info > .custom_right_column .brand img {
	max-width:100%;
}
.product-info > .custom_right_column .brand img:hover {
	opacity:0.8;
}

.product-info > .custom_right_column .custom_block ul {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
.product-info > .custom_right_column .custom_block ul li {
	padding:1px 0px 2px 25px;
	margin-bottom:7px;
	display:block;
	background: url('../image/bullet.png') no-repeat;
}
.product-info > .custom_right_column .custom_block ul li a {
	color:#888888;
}
.product-info > .custom_right_column .custom_block ul li a:hover {
	color:#333333;
}

.write_review {
	padding: 5px 15px;
	overflow: auto;
	background:#f5f5f5;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
}
#tab-quick-review a {
    text-decoration: underline;
}
#review .pagination {
	margin-bottom:20px;
	border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 13px;
	font-weight: bold;
	background:#eeeeee;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: left;
	width: 25%;
}
.attribute td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	background: #f5f5f5;
}

.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-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: bold;
	font-size:13px;
	border-bottom: 1px solid #cccccc;
	padding:10px 7px;
}
.wishlist-info thead .image {
	text-align: left;
	width:5%;
}
.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 thead .action {
	width:5%;
	white-space:nowrap;
}
.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: left;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .name a {
	color:#066cc3;
}
.wishlist-info tbody .name a:hover {
	color:#ce001a;
}
.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;
	position:relative;
}
.login-content h2 {
	color:#333333;
	line-height:14px;
	margin-bottom:0px;
	margin-top:0px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.login-content .left {
	float: left;
	width: 435px;
	border: 1px solid #C0C0C0;
	padding: 20px;
	margin-bottom: 10px;
}
#column-right + #content .login-content .right, #column-right + #content .login-content .left {
	width: 315px;
}
.login-content .right {
	float: right;
	width: 435px;
	border: 1px solid #C0C0C0;
	padding: 20px;
}
.login-content .button {
	float: left;
}
.login-content .forgotten {
	float: right;
	line-height:34px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 170px;
}

.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;
}

.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-detail {
	padding-top:20px;
}
.return-opened {
	padding-top:20px;
	margin-bottom:20px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.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-info-wrapper {
	border-radius: 3px 3px 0px 3px;
	padding: 20px 13px 13px 20px;
	background: #F8F8F8;
	*zoom: 1;
    border: 1px solid #DDDDDD;
}
.cart-info {
	padding:0px 7px 7px 0px
}
.cart-info small {
	display:block;
	margin:6px 0px 0px 0px;
}
.cart-info small .remove_link {
	font-size:11px;
	color:#ce001a !important;
}
.cart-info table {
	width: 100%;
	border-collapse: collapse;
	background:#ffffff;
}
.cart-info table thead {
    border: 1px solid #ddd;
}
.cart-info table tbody tr td {
    border: 1px solid #ddd;
}
.cart-info td {
	padding: 10px;
}
.cart-info thead td {
	border-bottom: 1px solid #DDDDDD;
	font-size:13px;
	white-space:nowrap;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .image  {
	text-align: left;
}
.cart-info thead .quantity {
	text-align: center;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info thead .model, .cart-info thead .price, .cart-info thead .total, .cart-info thead .quantity {
	width:8%
}
.cart-info thead .image {
	width:10%;
}
.cart-info thead .remove {
	width:1%;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity {
	text-align: center;
}
.cart-info tbody .update {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../image/update.png') 0px 0px no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 0px;
	left: 2px;
	border: none;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody .model, .cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	white-space:nowrap;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info .cart_bottom_line {
	background:#ffffff;
	padding:20px;
}
.cart-info .cart_bottom_line a {
	padding:3px 0px 3px 22px;
	color:#888888;
	background: url('../image/icons.png') 0px -240px no-repeat;
}
.cart-info .cart_bottom_line a:hover {
	color:#ce001a;
}
.cart_modules_wrapper {
	padding:0px;
	float:left;
	width:650px;
	padding:20px 0px;
}
.cart_modules_wrapper .module_box {
	display:block;
	float:left;
	width:275px;
	background:#f5f5f5;
	margin:0px 20px 20px 0px;
	padding:15px;
}
.cart_modules_wrapper .module_box b {
	display:block;
	margin-bottom:3px;
}
.cart_modules_wrapper .module_box p {
	margin-bottom:13px;
}
.cart_modules_wrapper .module_box .error {
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box input[type='text'] {
	width:96%;
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box select {
	width:100%;
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box .heading {
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.cart-total {
	background: #F8F8F8;
	float: right;
	text-align: right;
	width: 270px;
	overflow: auto;
	padding: 0px 20px 30px 20px;
	border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-top: -1px;
}
.cart-total table {
	display:block;
	float:right;
	margin-bottom:10px;
}
.cart-total td {
	padding: 0px 0px 4px 0px;
	text-align: right;
}
.cart-total .right.amounts {
	padding-left:8px;
}
.cart-total tr:last-child td {
	font-weight:bold;
	font-size:15px !important;
}

.checkout-heading {
	background: #dddddd;
	padding: 15px 84px 15px 15px;
	font-weight: bold;
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
	border-radius: 3px;
	position:relative;
}
.checkout-heading a {
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	position:absolute;
	right:10px;
}
.checkout-content {
	padding: 15px 30px;
	display: none;
	overflow: auto;
	background:#f9f9f9;
	margin-bottom: 10px;
}
.checkout-content h2 {
	color:#333333;
	font-size:15px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #eeeeee;
	line-height:24px;
}
.checkout-content .left {
	float: left;
	width: 430px;
	padding-right:20px;
	border-right:1px solid #eeeeee;
	margin-bottom:10px;
}
.checkout-content .right {

}
#login.right {
	float: right;
	width: 430px;
}
#column-right + #content .checkout-content .left {width:310px;}
#column-right + #content .checkout-content #login.right {width:310px;}
#column-left + #content .checkout-content .left {width:310px;}
#column-left + #content .checkout-content #login.right {width:310px;}

.checkout-content .left .content, .checkout-content .right .content {
	min-height:220px;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-content .forgotten {
	float:right;
	line-height:34px;
}
.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: 20px;
}
.sitemap-info .left, .sitemap-info .right {
	float:left;
	display:block;
	width:49%;
	margin-bottom:5px;
	max-width:100%;
	min-width:200px;
}
.sitemap-info ul {
	list-style:none outside none;
	line-height:18px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
}
.sitemap-info ul li ul li a {
	font-weight:normal;
}

.footer_wrapper {
	position:relative;
	background-color:#bbbbbb;
	background-image: url('../image/noise_pattern.png');
	background-repeat:repeat;
	clear: both;
	padding:0px 10px;
}
#footer {
	min-height: 100px;
	padding-top: 20px;
    padding-bottom: 0;
	width: 100%;
	margin: 0px auto;
    text-align: center;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #1a1a1a;
}
#footer .social_wrapper {
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
#footer .social_wrapper a {
	width:40px;
	height:40px;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	background: url('../image/social/facebook.png') no-repeat;
}
#footer .social_wrapper a:hover {
	background-position:0px -40px;
}
#footer .social_wrapper .facebook {background: url('../image/social/facebook.png') no-repeat;}
#footer .social_wrapper .twitter {background: url('../image/social/twitter.png') no-repeat;}
#footer .social_wrapper .youtube {background: url('../image/social/youtube.png') no-repeat;}
#footer .social_wrapper .googleplus {background: url('../image/social/googleplus.png') no-repeat;}
#footer .social_wrapper .pinterest {background: url('../image/social/pinterest.png') no-repeat;}

#footer .main_content .left {
	background: url('../image/overlay_darken.png') repeat;
	width:690px;
	padding:20px 20px 0px 20px;
	float:left;
	border-radius: 2px;
	min-height:140px;
	overflow:auto;
}
#footer .main_content .right {
	background: url('../image/overlay_darken.png') repeat;
	float:right;
	width:180px;
	padding:20px 20px 0px 20px;
	border-radius: 2px;
	min-height:140px;
	color:#555555;
}
#footer.lighten_footer_content_background .main_content .left, #footer.lighten_footer_content_background .main_content .right {
	background: url('../image/overlay_lighten.png') repeat;
}
#footer .main_content .right .telephone {
	font-size:14px;
	font-weight:bold;
	color:#a60404;
	display:block;
	margin-bottom:10px;
}
#footer h3 {
	border-bottom: 1px solid #C0C0C0;
    color: #414141;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 9px;
    text-transform: uppercase;
    text-align: center;
}
#footer .column {
    background: #FFFFFF;
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    min-height: 80px;
    min-width: 160px;
    padding: 0;
    vertical-align: top;
    width: 22%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: left;
	border-radius: 5px 5px 5px 5px;
}
#footer .column ul {
	margin: 0 0 0 33px;
    min-height: 101px;
    padding: 10px;
}
#footer .column ul li {
	margin-bottom: 2px;
    list-style-image: url("../image/footer-li-list.png");
}
#footer .column ul li:hover {
    padding-left: 5px;
}
#footer .column a {
	color:#555555;
    line-height: 21px;
}
#footer .bottom_line {
	clear:both;
	padding:20px 0px;
	overflow:auto;
}
#footer_payment_icon {
	float:right;
	display:block;
}
.banner {
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    padding: 5px;
}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	max-width:100%;
}

.bannerot {
	text-align: center;
}
.bannerot img {
	padding-bottom: 20px;
	display:block;
	max-width:100%;
}

#content.home .bannerot {
	margin-left:-20px;
	overflow: hidden;
}
#content.home .bannerot img {
	padding-bottom:20px;
	display:block;
	margin-left:20px;
	float:left;
}

.r_slideshow-wrapper {
	z-index:0;
	margin-bottom:20px;
	position:relative;
}
.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cycle-slideshow {
	width: 100%;
	margin: auto;
	padding: 0;
}
.cycle-slideshow > div {
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; background-color: #222; display: block;
}
.cycle-slideshow > div > a > img, .cycle-slideshow > div > img {
    width: 100%;
    position: static;
    display: block;
}
.r_slideshow-wrapper .slide_arrow_prev {
	left:10px;
}
.r_slideshow-wrapper .slide_arrow_next {
	right:10px;
}
.cycle-pager {
    bottom:15px;
	right:15px;
	position:absolute;
	z-index:101;
}
.cycle-pager span {
    cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	margin-right:3px;
	background: url('../image/tab-pager-ring-lgray.png') no-repeat;
	text-indent:-9999px;
}
.cycle-pager span:hover, .cycle-pager span.cycle-pager-active:hover {
    background-position:0px -60px;
}
.cycle-pager span.cycle-pager-active {
	background-position:0px -30px;
}
.cycle-pager > * {
	cursor: pointer;
}
.float-right-div {
    float: left;
    margin-right: 22px;
    margin-top: -5px;
    width: 22%;
}
.float-right-div a.name {
    color: #000000;
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.float-right-div img {
    float: left;
    margin: 0 7px 7px 0;
}
.float-right-div .description {
    text-align: justify;
}
#menu > ul > li > div > ul > li.column-4:hover + .float-right-div {
    display: none;
}
.float-right-div-podcategory {
    position: absolute;
    right: 23px;
    top: 20px;
    visibility: hidden;
    width: 259px;
}
.float-right-div-podcategory a.name {
    color: #000000;
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.float-right-div-podcategory img {
    float: left;
    margin: 0 7px 7px 0;
}
.float-right-div-podcategory .description {
    text-align: justify;
}
#menu > ul > li > div > ul > li.column-0:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-1:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-2:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-3:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-4:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-5:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-6:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-7:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-8:hover + .float-right-div-podcategory,
#menu > ul > li > div > ul > li.column-9:hover + .float-right-div-podcategory {
    visibility: visible;
}
.grid-image {
    background-image: url("../image/list_grid_icons.png");
    display: inline-block;
    float: left;
    height: 26px;
    margin-right: 3px;
    width: 26px;
}
.list-image {
    background-image: url("../image/list_grid_icons.png");
    display: inline-block;
    float: left;
    height: 26px;
    margin-right: 3px;
    width: 26px;
}
.box-product .image .stiker-module-special,
.product-grid .image .stiker-module-special,
.product-list .image .stiker-module-special,
.owl-item .image .stiker-module-special {
	background: none repeat scroll 0 0 #EC005C;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 6px 2px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: 15px;
    z-index: 8;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
#column-left .box-product .image .stiker-module-special,
#column-left .product-grid .image .stiker-module-special,
#column-left .product-list .image .stiker-module-special,
#column-left .owl-item .image .stiker-module-special,
#column-left .product-list .image .stiker-module-special,
#column-left .box-product .image .stiker-module-popular,
#column-left .product-grid .image .stiker-module-popular,
#column-left .product-list .image .stiker-module-popular,
#column-left .owl-item .image .stiker-module-popular,
#column-left .box-product .image .stiker-module-new,
#column-left .product-grid .image .stiker-module-new,
#column-left .product-list .image .stiker-module-new,
#column-left .owl-item .image .stiker-module-new,
#column-left .product-list .image .stiker-module-new,
#column-right .box-product .image .stiker-module-special,
#column-right .product-grid .image .stiker-module-special,
#column-right .product-list .image .stiker-module-special,
#column-right .owl-item .image .stiker-module-special,
#column-right .product-list .image .stiker-module-special,
#column-right .box-product .image .stiker-module-popular,
#column-right .product-grid .image .stiker-module-popular,
#column-right .product-list .image .stiker-module-popular,
#column-right .owl-item .image .stiker-module-popular,
#column-right .box-product .image .stiker-module-new,
#column-right .product-grid .image .stiker-module-new,
#column-right .product-list .image .stiker-module-new,
#column-right .owl-item .image .stiker-module-new,
#column-right .product-list .image .stiker-module-new {
    display: none;
}
.box-product .image .stiker-module-popular,
.product-grid .image .stiker-module-popular,
.product-list .image .stiker-module-popular,
.owl-item .image .stiker-module-popular {
	background: none repeat scroll 0 0 #64AF18;
    border-radius: 2px;
    bottom: 7px;
    box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 1px 10px 2px;
    position: absolute;
    right: 4px;
    text-transform: lowercase;
    z-index: 8;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.box-product .image .stiker-module-new,
.product-grid .image .stiker-module-new,
.product-list .image .stiker-module-new,
.owl-item .image .stiker-module-new {
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
    background: none repeat scroll 0 0 #3A65E6;
    border-radius: 2px;
    bottom: 6px;
    box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    left: 3px;
    padding: 1px 10px 2px;
    position: absolute;
    text-transform: lowercase;
    z-index: 8;
}
.stiker-module-popular.stikernospecial {
    display: none !important;
}
.box-product > div:hover .image .stiker-module-new,
.product-grid > div:hover .image .stiker-module-new,
.product-list > div:hover .image .stiker-module-new,
.owl-item > div:hover .image .stiker-module-new {

}
.owl-theme .owl-controlls {

}
.owl-pagination {
    background: #FFFFFF;
    border-left: 1px solid #C0C0C0;
    border-radius: 3px 3px 0 0;
    border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    padding: 8px 13px 0;
    position: absolute;
    right: -2px;
    text-align: right;
    top: 11px;
	display: none;
}
.owl-next {
    background: url("../image/next-prev.png") no-repeat scroll -15px -33px;
    opacity: 1;
    padding: 7px 0;
    position: absolute;
    right: 1px;
    top: -2px;
    z-index: 1;
}
.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}
.owl-next.disabled:hover,
.owl-prev.disabled:hover {

}
.owl-prev {
    background: url("../image/next-prev.png") no-repeat scroll -16px 6px;
    opacity: 1;
    padding: 7px 0;
    position: absolute;
    right: 25px;
    top: -2px;
    z-index: 1;
}
.owl-prev.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px 6px;
}
 .owl-next.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px -33px;
}
.owl-prev:hover {
    opacity: 1;
}
.owl-prev.disabled:hover {

}
.owl-theme .owl-controlls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;
    height: 30px;
    width: 25px;
}
.owl-carousel.carousel {
    position: relative;
}
.owl-carousel.carousel .owl-controlls .owl-pagination {
    display: none;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-prev {
    background: url("../image/next-prev.png") no-repeat scroll -16px 6px rgba(0, 0, 0, 0);
    height: 32px;
    left: 10px;
    top: 36%;
    width: 22px;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-prev.disabled {
    background: url("../image/next-prev.png") no-repeat scroll -37px 6px rgba(0, 0, 0, 0);
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-next {
    background: url("../image/next-prev.png") no-repeat scroll -16px -35px rgba(0, 0, 0, 0);
    height: 25px;
    left: auto;
    right: 10px;
    top: 36%;
    width: 24px;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-next.disabled {
    background: url("../image/next-prev.png") no-repeat scroll -38px -34px rgba(0, 0, 0, 0);
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-.owl-carousel.carousel .owl-controlls .owl-buttons .owl-next {
    background: url("../image/next-prev-carousel.png") repeat scroll 0 -50px;
    height: 50px;
    left: 0;
    top: -83px;
    width: 50px;
}

.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}
.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-carousel:after {
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	padding-bottom: 10px;
	background: #232323!important;
}
#content .owl-carousel {
    border-top: 4px solid #D2BAB3;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}
.day .owl-carousel {
	border: 0 none;
	padding-bottom: 0px;
}
.owl-wrapper-pattern {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper{
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-item {
  background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  #3e3e3e 0%, #3a3a3a 33%, #303030 66%, #2d2d2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(33%,#3a3a3a), color-stop(66%,#303030), color-stop(100%,#2d2d2d));
  background: -webkit-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -o-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -ms-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);

min-height: 270px;
margin-right: 1px;
color: #F4E1E1;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel.carousel.carouselmodule {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.31);
    margin-bottom: 12px;
}
.owl-carousel.carousel.carouselmodule .owl-wrapper-pattern {
    min-height: 85px;
    padding-top: 20px;
}
.grabbing {
    cursor:url(../image/grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.owl-wrapper {
/*width: auto!important;*/
}
.owl-item > div {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 26px;
    width: 100%;
    position: relative;
}
.owl-item > div .image {
    position: relative;
	margin-bottom: 8px;
    margin-top: 10px;
}
.owl-carousel > div .cart {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left;
}
.relative {
    position: relative;
}

.cart-box-bottom {
	height: 34px;
	margin: 18px 0 18px;
}
.cart-box-bottom .quantity-input {
	float: left;
    border: 1px solid #D2D2CE;
}
.cart-box-bottom input#quick-button-cart {
    float: left;
    margin-left: 24px;
    margin-top: 4px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.cart-box-bottom .quantity-input input {
	margin: 3px 8px 0 8px;
	width: 30px;
	text-align: center;
	float: left;
}
.cart-box-bottom .quantity-input .minus1 {
	background: url('../image/quantity.png') left 9px no-repeat;
	border-right: 1px solid #d2d2ce;
	cursor: pointer;
	float: left;
	display: block;
	height: 34px;
	width: 36px;
}
.cart-box-bottom .quantity-input .minus1:hover {
	background: #e2e2e2 url('../image/quantity.png') left 9px no-repeat;
}
.cart-box-bottom .quantity-input .plus1 {
	background: url('../image/quantity.png') right 9px no-repeat;
	border-left: 1px solid #d2d2ce;
	cursor: pointer;
	float: right;
	display: block;
	height: 34px;
	width: 36px;
}
.cart-box-bottom .quantity-input .plus1:hover {
	background: #e2e2e2 url('../image/quantity.png') right 9px no-repeat;
}
.cart-box-bottom input.button-carts {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #252525;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	text-transform: uppercase;
    margin: 0;
	border: 0;
	padding: 6px 12px;
    float: left;
    margin-left: 33px;
    margin-top: 4px;
}
.cart-box-bottom input.button-carts:hover {
	background: #ED297B;
}
.cart-box-bottom a.button-wishlists {
	float: left;
    height: 23px;
    width: 20px;
    margin-top: 8px;
}
.cart-box-bottom a.button-wishlists:hover {

}
.cart-box-bottom a.button-compares {
	width: 20px;
	height: 23px;
	display: block;
	float: left;
    margin: 9px 11px 0 4px;
}
.cart-box-bottom a.button-compares:hover {

}

.comparewishlist {
    float: left;
    margin: 4px 0 0 12px;
    text-align: left;
}
.textor {
    float: left;
    margin: 11px 0 0 9px;
    display: block;
}
.footer-line {
    background: url("../image/bg-footer.png") repeat-x scroll center top #FFFFFF;
    clear: both;
    height: 4px;
    width: 100%;
}
.footer-shadow {
    background: #FFFFFF;
}
.bottom-footer-width {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.bottom-footer {
    background: linear-gradient(#DDDDDD, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding: 10px 0 15px 3%;
    width: 100%;
}
.bottom-footer-width h4 {
    font-size: 15px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 3px;
}
.footer-shadow {
    color: #FFFFFF;
}
.timejob_footer {
    width: 20%;
    float: left;
}
.questions_footer {
    width: 20%;
    float: left;
}
.timejob_footer + .questions_footer {
    margin-left: 2%;
}
.questions_footer + .categ {
    margin-left: 2%;
}
.categ {
    float: left;
    padding-top: 6px;
    width: 56%;
}
.categ ul {
	list-style: none;
	padding-left: 0;
}
.categ > ul {
	display: inline-table;
	width: 23%;
}
.categ > ul + ul {
	margin-left: 1%;
}
.categ > ul > li {
	margin-bottom: 10px;
}
.categ > ul > li > ul {
	padding-left: 0px;
}
.categ ul li {
	line-height: 20px;
}
.categ > ul > li  > a{
	font-weight: bold;
}
.questions_footer p {
    float: left;
}
.questions_footer p + p {
    margin-left: 10px;
}
.pay_social {
    float: right;
    width: 22%;
}
.pay_social.no-categ {
    width: 48%;
}
.pay_social .pay {
    font-size: 13px;
    margin-right: 4%;
	width: 100%;
}
.pay_social.no-categ .social {
    float: left;
    width: 37%;
}
.pay_social.no-categ .pay {
    float: right;
    width: 53%;
}
.pay_social .social {
    font-size: 13px;
	width: 100%;
}
#powered {
	float: left;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: left;
    color: #ffffff;
}
.footer-niz {
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3% 0px;
    position: relative;
    width: 100%;
}
#powered a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}
.schetchiki {
    float: right;
    margin-top: 16px;
    color: #ffffff;
}
.product-info .view-images img {
	opacity: 0;
}
.product-info .view-images {
	position: relative;
	width: 35px;
	height: 35px;
	background: url('../image/preview.png') left 0px no-repeat;
	overflow: hidden;
	margin: 2px 0 -37px 7px;
	display: block;
	z-index: 8;
}
.nonediv,
.menu-ul.nonediv {
    display: none;
}





ul.box-category {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.box-category li {
	position: relative;
	margin: 0;
	padding: 0;
    text-align: left;
}
ul.box-category > li + li {
	border-top: 1px solid #d2d2ce;
}
ul.box-category li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.box-category li > ul {
	border-top: 1px solid #EB0E3A;
}
ul.box-category > li ul > li {

}
ul.box-category > li ul > li + li {
	border-top: 1px solid #d8d8d8;
}

ul.box-category > li.active {
	color: #333;
}
ul.box-category > li ul > li.active {
	background: #E9E9E9;
}
ul.box-category > li ul > li:hover > a {
	color: #EB0E3A;
}
ul.box-category > li ul > li ul > li.active a {
	color: #EB0E3A;
}
ul.box-category > li ul > li ul > li:hover > a {

}
ul.box-category li.image a {
	padding: 5px 5px 0 5px;
}
ul.box-category li.image img {
	background: #FFFFFF;
	border: 1px solid #d2d2ce;
}
ul.box-category li.image .description {
	position: absolute;
	padding: 5px 5px 0 0;
	font-size: 10px;
	text-shadow: none;
	top: 0;
	right: 0;
}
ul.box-category li a {
      background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(top,  #3e3e3e 0%, #3a3a3a 33%, #303030 66%, #2d2d2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(33%,#3a3a3a), color-stop(66%,#303030), color-stop(100%,#2d2d2d));
  background: -webkit-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -o-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: -ms-linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
  background: linear-gradient(top,  #3e3e3e 0%,#3a3a3a 33%,#303030 66%,#2d2d2d 100%);
	display: block;
	color: #FFF!important;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
   /* text-shadow: 0px 0px 0px #FFF!important;*/
}
ul.box-category > li > a {
	padding: 8px 26px 8px 7px;
}
ul.box-category > li > a:hover {
	color: #EB0E3A;
}
ul.box-category > li.active > a {

}
ul.box-category > li.active {

}
ul.box-category > li ul > li > a {
	padding: 8px 32px 8px 22px;
}
ul.box-category > li ul > li ul > li > a {
	padding: 8px 32px 8px 29px;
}
ul.box-category > li ul > li ul > li ul > li > a {
	padding: 8px 32px 8px 36px;
}
ul.box-category a.category-button {
	color: #CE001A;
    height: 23px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    width: 22px;
}
ul.box-category a.category-button {
	content: "\f067";
}
ul.box-category a.category-button:hover {

}
ul.box-category > li ul > li:hover > a.category-button {

}
ul.box-category a.category-button.detailed .icon-plus:before {
	content: "\f068";
}
ul.box-category a.category-button.detailed:hover {

}
ul.box-category > li ul > li:hover > a.category-button.detailed {

}
.box-category {
	margin: 0 0 10px 0;
	position: relative;
}
.callback-header {
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    right: 21px;
    top: 36px;
}

.product-info .image .stiker-special-product {
	background: none repeat scroll 0 0 #EC005C;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 6px 2px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: 15px;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.product-info .image  a.colorbox .stiker-special-product {
	right: -2px;
    top: -7px;
}
.product-info .image .stiker-special-product-not-zoom {
	position: absolute;
	z-index: 9999;
	width: 71px;
	top: -5px;
	right: -6px;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
    background: url("../image/sale.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding-top: 17px;
}
.product-info .image .stiker-special-product span, .product-info .image .stiker-special-product-not-zoom span {
	color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.product-info .image .stiker-new-product {
	background: #3a65e6;
    border-radius: 2px;
	box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
	display: block;
    font-size: 15px;
    padding: 1px 10px 2px;
	text-transform: lowercase;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	left: 4px;
	position: absolute;
	bottom: 7px;
}
.product-info .image a.colorbox .stiker-new-product {
	top: 9px;
    left: 6px;
}
.product-info .image .stiker-popular-product {
	background: none repeat scroll 0 0 #64AF18;
    border-radius: 2px;
    bottom: 7px;
    box-shadow: 1px 1px 3px #787878;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 1px 10px 2px;
    position: absolute;
    right: 4px;
    text-transform: lowercase;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.product-info .image a.colorbox .stiker-popular-product {
	bottom: -8px;
    right: -8px;
}
.product-info .image .stiker-popular-product-no-zoom {
	display: block;
	position: absolute;
	background: url('../image/popular.png') no-repeat;
	z-index: 9999;
	width: 85px;
	height: 90px;
	top: -5px;
	left: -5px;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}







#mail {visibility: hidden;}
#mail:checked ~ #popup form {visibility: visible;}
#mail:checked + label {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 99;
  color: rgba(0,0,0,0);
  background: rgba(0, 0, 0, 0.47);
  cursor: pointer;
}
#popup {
  visibility: hidden;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 100;
}
#popup form {
  position: absolute;
  top: 50%; left: 50%;
  -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  padding: .5% 1% 1%;
  border: 1px solid rgb(100,100,100);
  font-size: 140%;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px #666;
  color: rgb(240,240,240);
  background: rgb(150,150,150) linear-gradient(rgb(100,100,100), rgb(170,170,170));
  box-shadow: 0 1px 8px #525252;
}
#popup div:nth-of-type(1) {padding-top: 3%;}
#popup div:nth-last-of-type(1) {padding: 1% 0 4%;}
#popup div:after {
  content: attr(data-title);
  display: block;
  font-size: 70%;
  font-weight: normal;
  text-shadow: none;
}
#popup input {font-size: 90%;}
#popup [type='submit'] {cursor: pointer;}
#popup label:hover {
  color: #dbeaf9;
  cursor: pointer;
}
.images-add {
    clear: left;
    margin: 10px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.product-list .images-add {
    margin: 5px 0;
}
#column-left .images-add,
#column-right .images-add {
	display: none;
}
.images-add a {
    display: inline-block;
}
.product-list .images-add a {
	display: block;
}
.product-list .images-add  a + a {
	margin-left: 0;
	margin-top: 7px;
}
.product-list .images-add {
    clear: none;
    float: left;
    width: 50px;
}
.images-add-carousel {
    clear: left;
    margin-top: 23px;
}
.owl-item .image .hov .images-add-carousel {
    margin-top: 12px;
}
.owl-item .image .hov .images-add-carousel a img {
    width: 40px;
}
.owl-item .image .hov .images-add-carousel a {
    border-radius: 5px;
    box-shadow: 0 0 2px #373737;
    display: inline-block;
    padding: 3px;
}
.owl-item .image .hov .images-add-carousel a + a {
    margin-left: 5px;
}
.hov.hov1 .images-add {
    float: right;
}
.owl-item > div .no-images-add {
    float: left;
    min-height: 219px;
}
.product-grid > div .no-images-add {
    float: left;
    min-height: 214px;
}
.box-product > div .image .no-images-add {
    float: left;
    min-height: 228px;
}
.images-add a + a {
    margin-left: 10px;
}
.images-add img {
    width: 45px;
}
.product-list .images-add img {
    padding: 5px;
}
.box-product > div .image:hover .hov,
.owl-item > div .image:hover .hov,
.product-grid > div .image:hover .hov {
    display: block;
}
.hov.hovnone,
.hov.hovnone.hovnone {
    display: none;
}
.box-product > div .image .hov {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 5px #444444;
    border-radius: 5px;
    display: none;
    min-height: 341px;
    overflow: auto;
    left: -68px;
    position: absolute;
    top: -56px;
    width: 302px;
    z-index: 9;
    padding-bottom: 10px;
}
.product-grid > div .image .hov {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px #444444;
    border-radius: 5px;
    display: none;
    min-height: 347px;
    overflow: auto;
    left: -73px;
    position: absolute;
    top: -36px;
    width: 302px;
    z-index: 9;
    padding-bottom: 10px;
}
.owl-item > div .image .hov {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #444444;
    display: none;
    left: -21px;
    min-height: 362px;
    overflow: auto;
    position: absolute;
    top: -47px;
    width: 260px;
    z-index: 9;
}
.box-product > div .image .hov.no-additional,
.owl-item > div .image .hov.no-additional,
.product-grid > div .image .hov.no-additional,
.box-product > div .image .hov.no-description,
.owl-item > div .image .hov.no-description,
.product-grid > div .image .hov.no-description {
    width: 273px;
}
.box-product > div .image .hov.no-additional,
.box-product > div .image .hov.no-description {
    left: -32px;
}
.owl-item > div .image .hov.no-additional,
.owl-item > div .image .hov.no-description {
    left: -41px;
}
.product-grid > div .image .hov.no-additional,
.product-grid > div .image .hov.no-description {
    left: -41px;
}
.box-product .hov .name,
.owl-item .hov .name,
.product-grid .hov .name {
    margin: 0;
    padding: 5px 10px;
    text-align: center;
}
.box-product .hov .name.no-zoom,
.owl-item .hov .name.no-zoom,
.product-grid .hov .name.no-zoom {
    padding-right: 40px;
}
.box-product .hov .name a,
.owl-item .hov .name a,
.product-grid .hov .name a {
    margin-top: 6px;
}
.box-product .hov .price, .owl-carousel .hov .price, .product-grid .hov .price {
    clear: left;
}
.menu-categories > div > ul.menu-ul > li > a.image-categ {
    float: left;
}
.menu-categories > div > ul.menu-ul > li > a.image-categ:hover {
    background: none;
}
.bg-header {
    overflow: auto;
    padding-bottom: 23px;
}
#tab-related .box-product .rating {
    position: inherit;
    margin-bottom: 10px;
}
.yesselect, .noselect,
.yesselect1, .noselect1,
.yesselect2, .noselect2,
.yesselect3, .noselect3,
.yesselect4, .noselect4,
.yesselect5, .noselect5,
.yesselect6, .noselect6,
.yesselect7, .noselect7,
.yesselect8, .noselect8,
.yesselect9, .noselect9,
.yesselect10, .noselect10,
.yesselectchek, .noselectchek,
.yesselectchek1, .noselectchek1,
.yesselectchek2, .noselectchek2,
.yesselectchek3, .noselectchek3,
.yesselectchek4, .noselectchek4,
.yesselectchek5, .noselectchek5,
.yesselectchek6, .noselectchek6,
.yesselectchek7, .noselectchek7,
.yesselectchek8, .noselectchek8,
.yesselectchek9, .noselectchek9,
.yesselectchek10, .noselectchek10,
.yesselect10000, .yesselect10001, .noselect10000, .noselect10001,
.yesselect10002, .noselect10002,
.yesselect10003, .noselect10003,
.yesselect10004, .noselect10004,
.yesselect10005, .noselect10005,
.yesselect10006, .noselect10006,
.yesselect10007, .noselect10007,
.yesselect10008, .noselect10008,
.yesselect10009, .noselect10009,
.yesselect10010, .noselect10010,
.yesselectchek10000, .noselectchek10000,
.yesselectchek10001, .noselectchek10001,
.yesselectchek10002, .noselectchek10002,
.yesselectchek10003, .noselectchek10003,
.yesselectchek10004, .noselectchek10004,
.yesselectchek10005, .noselectchek10005,
.yesselectchek10006, .noselectchek10006,
.yesselectchek10007, .noselectchek10007,
.yesselectchek10008, .noselectchek10008,
.yesselectchek10009, .noselectchek10009,
.yesselectchek10010, .noselectchek10010 {
    display: inline-block;
    margin: 0 5px 10px 0;
    border: 1px solid #969696;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    text-shadow: 0 1px 1px #FFFFFF;
    cursor: pointer;
}
.noquantityselect,
.noquantityselectchek {
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #898989;
    cursor: inherit;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 2px 5px;
    text-shadow: 0 1px 1px #FFFFFF;
}
.noselect,
.noselect1,
.noselect2,
.noselect3,
.noselect4,
.noselect5,
.noselect6,
.noselect7,
.noselect8,
.noselect9,
.noselect10,
.noselectchek,
.noselectchek1,
.noselectchek2,
.noselectchek3,
.noselectchek4,
.noselectchek5,
.noselectchek6,
.noselectchek7,
.noselectchek8,
.noselectchek9,
.noselectchek10,
.noselect10000,
.noselect10001,
.noselect10002,
.noselect10003,
.noselect10004,
.noselect10005,
.noselect10006,
.noselect10007,
.noselect10008,
.noselect10009,
.noselect10010,
.noselectchek10000,
.noselectchek10001,
.noselectchek10002,
.noselectchek10003,
.noselectchek10004,
.noselectchek10005,
.noselectchek10006,
.noselectchek10007,
.noselectchek10008,
.noselectchek10009,
.noselectchek10010 {
    background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.yesselect,
.yesselect1,
.yesselect2,
.yesselect3,
.yesselect4,
.yesselect5,
.yesselect6,
.yesselect7,
.yesselect8,
.yesselect9,
.yesselect10,
.yesselectchek,
.yesselectchek1,
.yesselectchek2,
.yesselectchek3,
.yesselectchek4,
.yesselectchek5,
.yesselectchek6,
.yesselectchek7,
.yesselectchek8,
.yesselectchek9,
.yesselectchek10,
.yesselect10000,
.yesselect10001,
.yesselect10002,
.yesselect10003,
.yesselect10004,
.yesselect10005,
.yesselect10006,
.yesselect10007,
.yesselect10008,
.yesselect10009,
.yesselect10010,
.yesselectchek10000,
.yesselectchek10001,
.yesselectchek10002,
.yesselectchek10003,
.yesselectchek10004,
.yesselectchek10005,
.yesselectchek10006,
.yesselectchek10007,
.yesselectchek10008,
.yesselectchek10009,
.yesselectchek10010 {
    background: #FF2682;
    border-color: #D60047 #EC005C #FF3470;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.option-div {
    position: absolute;
    width: 90%;
    top: 100%;
    z-index: 2;
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.25);
    left: -1px;
    padding: 11px 5% 6px;
    right: -1px;
}
noindex:-o-prefocus,.option-div {
    width: auto;
}
.product-list .option-div {
	position: relative;
    width: auto;
    top: auto;
    z-index: 0;
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
    left: auto;
    padding: 11px 5% 6px;
    right: auto;
}
.option-div .options .option input.none,
.quick-view-product-info .tab-contents .options .option input.none {
    display: none;
}
.bold {
    font-weight: bold;
}
#welcome .dropdown-login {
    background: url("../image/img-login.png") no-repeat scroll left -20px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    padding: 1px 0 0 25px;
    text-align: left;
}
#welcome .header-login-box {
    border: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 10px;
}
#welcome .register {
    background: url("../image/img-login.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    float: right;
    margin-left: 17px;
    padding: 1px 0 0 24px;
    text-align: left;
}
#welcome .register a {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}
.header_top {
    font-size: 11px;
}
#container {
    text-align: left;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
	max-width: 1280px;
	margin: 0 auto;
}

.header_top {
    font-size: 11px;
}
#container {
    text-align: left;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.31);
    margin-top: -6px;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
body {
    color: #130E0E;
    font-family: Arial,Helvetica,sans-serif;
}
#welcome .dropdown-login span {
    font-size: 11px;
    text-decoration: underline;
}
#welcome .dropdown-login {
    cursor: pointer;
}
#welcome .content-login-box {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
    padding: 10px;
    text-align: left;
}
#welcome .dropdown-box {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #B7B7B7;
    cursor: default;
    display: none;
    left: 16px;
    padding: 3px;
    position: absolute;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 39px;
    z-index: 100;
}
.float-none {
	float: none;
}
input.activecheckbox {
	display: none;
}
.box-filter label.LabelSelected {
	background: none repeat scroll 0 0 #FF2682;
    border-color: #D60047 #EC005C #FF3470;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.box-filter label {
	background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #969696;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 1px 3px;
    text-shadow: 0 1px 1px #FFFFFF;
}













@import url('demo.css');
@import url('font-awesome.css');

/* GLOBALS */

::selection {
   /* background: transparent;*/
}

::-moz-selection {
   /* background: transparent;*/
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 3 */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3 .dropdown option{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown option:first-of-type {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown option:last-of-type {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown option:hover {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
.tovar_day {
	float: left;
    margin-right: 14px;
	width: 215px;
	background: #fff;
}
.tovar_day  > div {
	border-bottom: 2px solid #2E85BC;
    border-left: 2px solid #2E85BC;
    border-radius: 0 0 3px 3px;
    border-right: 2px solid #2E85BC;
    padding: 10px 3% 3px;
	overflow: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.31);
}
.tovar_day .box-heading {
	padding: 12px 13px;
	border-bottom: 0;
}
.day {
	border: 1px solid #C0C0C0;
    margin-left: 230px;
    min-width: 100px;
    position: relative;
	border-radius: 3px;
	background: #fff;
}
.action-tovar {

}
.action-count {
	float: right;
	position: relative;
}
.qya {
	bottom: -23px;
    font-family: Arial;
    font-size: 11px;
    left: 6px;
    position: absolute;
    text-transform: lowercase;
}
.action-count span{
	border: 1px solid #C0C0C0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    font-size: 22px;
    padding: 1px 5px;
    position: relative;
    top: 6px;
}
.product-zoom-uspey {
	margin-bottom: 8px;
}
.product-zoom-uspey a {
	background: -moz-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    padding: 4px 0;
	box-shadow: 1px 1px 0px rgba(4, 4, 4, 0.35);
}
.product-zoom-uspey a:hover {
	color: #ffffff;
	background: #2E85BC;
}
.owl-carousel.reviews .owl-item > div {

}
.owl-carousel.reviews .owl-item > div .name {
    margin-bottom: 10px;
}
.owl-carousel.reviews .owl-item > div .image {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}
.owl-carousel.reviews .owl-item > div .review {
    text-align: justify;
}
.owl-carousel.reviews .owl-item > div .rating {
    bottom: 0;
    position: absolute;
    right: 43%;
}
.owl-carousel.reviews .owl-item > div .podrobnee {
    position: absolute;
    bottom: 0px;
    right: 5%;
}
#content .box-heading.review {
    display:  block;
}
.product-info.quick-view-product-info #tab-quick-description.tab-contents {
    font-weight: bold;
}
.product-info.quick-view-product-info #tab-quick-description.tab-contents p {
    font-weight: normal;
}
.product-info.quick-view-product-info #tab-quick-description.tab-contents span {
    font-weight: normal;
}
.product-info.quick-view-product-info #tab-quick-description.tab-contents a {
    font-weight: bold;
}
#content .box-heading.none {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    color: #000000;
    display: block;
    text-align: center;
}

.box-category-top {
    padding: 15px 0;
}

.box-category-top > div {
    display: inline-table;
    margin-top: 20px;
    width: 13%;
}

.box-category-top > div .image {
    margin-bottom: 10px;
}


#welcome .dropdown,
#welcome .logout {
	float: left;
}
#welcome .dropdown {
	margin-right: 20px;
	position: relative;
}
.content-account-box {
	text-align: left;
}
.content-account-box ul {
    list-style: none outside none;
    padding: 0 10px;
}
.content-account-box ul li + li {
	padding-top: 5px;
	border-top: 1px solid #C0C0C0;
}
.content-account-box ul li {
	margin-bottom: 5px;
}
#welcome .content-account-box ul li a {
    text-decoration: none;
}
span.dropdown-account {
    background: url("../image/img-login.png") no-repeat scroll left -20px rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-left: 22px;
}
#welcome .dropdown-box {
	left: 0;
	top: 28px;
}
.category-list ul li {
    float: left;
    margin-right: 15px;
	margin-bottom: 30px;
}
div .cart {display: none;}
.product-info .review  a {
 color: #555!important;
 }
 .icon-plus:before {
    color: #fff!important;}
ul, ol {
    list-style: outside none none;
}
.breadcrumb > li {
    display: inline-block;
}
.blog-title  a {
    color: #000!important;
	font-size: 22px;
}

.content-blog  h2 {
	font-size: 22px;
}
.mobile_menu li a {color: #000!important;}
.category-info a {text-decoration: underline;}
.category-info a:visited, a b {
    cursor: pointer;
    text-decoration: underline;
}
.box-product .name a, .owl-carousel .name a {
    color: #FFF!important;
    text-decoration: none !important;
}
.mobile_menu .icon-plus::before { color: #373737 !important; }

/* prior css --------------------------------------------------------------*/
img.aligncenter, img.alignleft, img.alignright, img.alignnone {
    max-width: 100%;
}
img.size-full {
    max-width: 100%;
    height: auto;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.spb_accordion .container, .spb_tabs .container, .spb_tour .container, .column_container .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
/* for colorbox */
#cboxLoadedContent {
    box-sizing: content-box;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    box-sizing: content-box;
}
/*for table */
.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;text-decoration:none\0/IE;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}/*.tablepress .sorting:after{content:"\f0dc"}*/.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.dataTables_scrollBody .tablepress thead th:after,.dataTables_wrapper:after{content:""}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_wrapper:after{display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.tablepress,.tablepress tr,.tablepress tbody td,.tablepress thead th,.tablepress tfoot th{border-style:solid;border-width:1px;border-color:#cdcdcd}.tablepress thead th,.tablepress tfoot th{background-color:#939393}.tablepress thead .sorting_asc,.tablepress thead .sorting_desc,.tablepress thead .sorting:hover{background-color:#7e7e7e}.tablepress .column-1{width:350px;text-align:left}.tablepress .column-2{text-align:center}.tablepress .column-3{width:100px;text-align:center}.tablepress .column-4{width:20px;text-align:center}.tablepress .column-5{width:150px;text-align:center}.tablepress thead th{color:#fff}.tablepress tbody td{font-size:12px}.tablepress-id-shipping_EN .column-1{width:350px}.tablepress-id-shipping_EN .column-2{width:150px}.tablepress-id-shipping_EN .column-3{width:100px}.tablepress-id-shipping_EN .column-4{width:100px}.tablepress th,.tablepress td{border:1px solid #cdcdcd}
.flex-viewport {
    margin-bottom: 0px!important;
	border-radius: 0px!important;
}
.flexslider {
    margin: 0 0 0px!important;
}
.category-info .image {
	display:none!important;
}