html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}
body {
    margin: 0;
    padding: 0;
}
html, body {
	color: #525657;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
a {
	color: #326064;
}
@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;
}
@font-face {
    font-family: "dinb";
    src: url("font/dinb.otf") format("opentype");
}
[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-weight: normal;
}
h1, .welcome {
	color: #333333;
    font-family: icon;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0 26px 0 0;
}
.tab-content h1 {
	margin-bottom: 20px;
    font-size: 21px;
	padding: 0;
}
h2 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a, a:visited, a b {
	cursor: pointer;
	text-decoration:none;
}
a, a:visited {
	
}
a:hover, a:visited:hover {
	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;
}
.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: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 6px;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
	
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
input#number:focus,
input#namer:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(120, 120, 120, 0.6);
}
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;
}

#header_block {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.31);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.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%;
}
.header_block_children {
	position: relative;
	margin:0px auto;
}
#header {
	background: url("../image/bg-header.png") repeat-x scroll 0 0;
	color: #888888;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
}
.header_top {
    background: #2f2f2f;
    font-size: 11px;
    height: 36px;
    padding: 0;
    position: relative;
	margin-bottom: 1px;
}
.header_top_center {
    margin: 0 auto;
    width: 92%;
}
#header .logo {
	float: left;
    height: 85px;
    line-height: 85px;
    margin-top: 5px;
    width: 234px;
}
#header .logo img {
	vertical-align:middle;
	width: 227px;
}
#language,
#currency {
	color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: right;
	display: inline-block;
}
#language {
    
}
#language img {
    margin-left: 10px;
    display:inline;
    cursor: pointer;
}
#language img + img {
    margin-left: 5px;
}
#currency a {
    margin-left: 10px;
    color: #ffffff;
}
#currency a + a {
    margin-left: 10px;
}
#currency a b {
    border: 1px solid #B2B2B2;
    color: #ffffff;
    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 {
	float: right;
    overflow: visible;
    width: 175px;
}
ul.statii li {
    display: inline-block;
}
ul.statii li > a {
	color: #FFFFFF;
}
ul.statii li + li {
	margin-left: 10px;
}
ul.statii  {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 0;
	margin-top: 0;
	line-height: 35px;
	float: left;
}
.statii > ul > li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}
.statii-footer {
    float: left;
    height: auto;
    width: 38%;
	color: #ffffff;
	text-align: justify;
	font-size: 12px;
	padding-bottom: 10px;
}

.statii-footer > ul {
    list-style-type: none;
    padding-left: 0px;
	margin: 0;
}
.statii-footer > ul  {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.statii-footer > ul > li {
    float: left;
    margin-bottom: 2px;
    text-align: left;
    width: 46%;
}
.statii-footer > ul > li > a {
    color: #2f2f2f;
    font-size: 13px;
    transition: none 0s ease 0s;
	text-decoration: underline;
	font-family: Tahoma;
}
.statii-footer > ul > li > a:hover {
    
}
#search {
    border-radius: 8px 8px 0 0;
    float: right;
    margin-right: 35px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 15px;
    width: 326px;
}
.button-search {
    background: url("../image/search.png") no-repeat scroll center center;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 42px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 -1px 0 #60ac1c;
    width: 49px;
}
.button-search:hover {
	
}
#search_tablet {
    display: none;
    margin: 10px auto;
    position: relative;
    width: 90%;
}
#search_tablet .button-search {
	right: 0;
}
#welcome_mobile {
	text-align: center;
	display: none;
}
#search_tablet input {
    border-radius: 2px;
    box-shadow: -4px 2px 5px #dadada inset;
    color: #0a0a0a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 38px;
    padding: 1px 4% 1px 2%;
    width: 91%;
}
#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: -4px 2px 5px #dadada inset;
    color: #0a0a0a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 40px;
    padding: 0 0 0 10px;
    width: 312px;
}
#search input:hover {
	box-shadow: 1px 1px 2px #999999 inset;
}
#search input:focus {
    color: #0a0a0a;
}
.header_links_cart {
    display: none;
    float: right;
    text-align: right;
}
#welcome {
    float: right;
    font-size: 11px;
    text-align: right;
	margin-left: 22px;
	line-height: 33px;
}
#welcome span {
	color: #525657;
}
#welcome:hover {
	background-position: 100% -128px;
}
#welcome a {
    color: #000000;
    text-decoration: none;
}
#welcome a:hover {
	text-decoration:none;
	color: 2BAB1F;
}
.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 {
    background: url("../image/add.png") no-repeat scroll left center;
    color: #333333;
    float: left;
    margin-left: 6px;
    padding-left: 18px;
    text-decoration: none;
}
.box-product .wishlist,
.box-product .compare {
	display: none;
}
.owl-carousel .wishlist {
    bottom: -4px;
    position: absolute;
    right: 44px;
    z-index: 1;
}
#content .box {
	margin-bottom: 0px;
}
#content .box + .box,
script + .box {
	margin-top: 20px;
}
.box-product .compare,
.product-grid .compare {
    background: url("../image/add.png") no-repeat scroll left center;
    color: #333333;
    float: right;
    margin-right: 14px;
    padding-left: 18px;
    text-decoration: none;
}
.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 {
    
}
#content .box-product .wishlist a,
#content .product-grid .wishlist a,
#content .box-product .compare a,
#content .product-grid .compare a {
	float: none;
}
.icon {
    color: #2E2E2E;
}
.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 {
    text-align: center;
    width: 99%;
	margin: 10px auto;
    border-radius: 5px;
    background: #25A2E1;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 1px 0;
	display: block;
}
.product-zoom:before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    color:;
    content: "\0080";
    display: block;
    line-height: 8px;
    margin: 0 auto -11px;
    width: 90%;
}
.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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#555555');
    background: gradient(linear, top,  #ffffff,  #555555);
	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 {
    color: #FFFFFF;
    display: block;
    line-height: 28px;
	font-weight: bold;
}
.product-zoom a:hover {
	color: #ffffff;
}
.divshadowwidth768 {
	display: none;
}
.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(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 8px 8px 0 0;
    bottom: -1px;
    color: #000000;
    display: none;
    left: -14px;
    position: absolute;
    right: -14px;
    text-align: left;
    top: 0;
}
.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;
    overflow: visible;
    position: relative;
	text-align: center;
	z-index: 9;
	top: 17px;
}
#cart .heading {
	position: relative;
    -moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	padding-bottom: 30px;
}
#cart .heading .background {
	position: absolute;
	width:100%;
	height:42px;
	background:#ffffff;
	opacity:0.1;
	filter: alpha(opacity = 10);
}
.cart-left {
    position: absolute;
    right: 0;
    top: -25px;
}
.cart-img img {
    
}
#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;
	padding-left: 7px;
}
#cart .heading .mini_header_cart a.cart_empty {
	font-size:13px;
	line-height: unset;
}
#cart .heading .mini_header_cart a.cart_empty span {
	color: #898989;
}
#cart .heading .mini_header_cart a#cart-total {
	color: #000000;
	text-align: center;
}
#cart .heading .mini_header_cart a#cart-total span {
	border-bottom: 1px dashed #000000;
}
#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 {
    margin-top: 6px;
}
#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;
}
.heading .mini_header_cart #cart-total {
	
}
.heading .mini_header_cart .cart_empty {
	
}
#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;
}
#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: 0px;
}
#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:370px;
}
#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;
	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;
	min-width: 175px;
}
.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;
	min-width: 63px;
}
.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 {
	background: -moz-linear-gradient(center top , #167ac6 0px, #167ac6 100%) no-repeat scroll 0 0;
	background: -ms-linear-gradient(top, #167ac6 0%,#167ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#167ac6', endColorstr='#167ac6');
    background: -webkit-gradient(linear, left top, left bottom, from(#167ac6), to(#167ac6));
    background: -moz-linear-gradient(top,  #167ac6,  #167ac6);
    background: gradient(linear, top,  #167ac6,  #167ac6);
    background: -o-linear-gradient(top,  #167ac6,  #167ac6);
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}
#menu.up_to_tablet {
    margin: 0 auto 1px;
    width: 98%;
}
#menu .center-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#menu .center-menu > ul {
	
}
#menu .center-menu ul.statii {
	
}
#menu .center-menu ul.menu-ul {
	
}
#menu .center-menu ul.statii a {
	color: #ffffff;
    font-weight: normal;
    padding: 0 10px;
    text-shadow: 0 0 rgba(0, 0, 0, 0.3);
    text-transform: none;
	transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
#menu .center-menu ul.statii a.home, #menu .center-menu ul.menu-ul a.home {
    background: url("../image/home.png") no-repeat scroll center center;
    border-bottom: 0 none;
    height: 28px;
    left: 2px;
    padding-top: 18px;
    position: absolute;
    text-decoration: none;
    top: -16px;
    width: 24px;
    z-index: 16;
}
#menu .center-menu ul.statii li {
	transition: all 0.1s ease-in 0s;
}
#menu .center-menu ul.statii li:hover {
	background-color: #2E85BC;
    border-radius: 3px 3px 0 0;
    box-shadow: 1px 2px 3px #787878;
}
#menu .center-menu ul.statii li a {
    font-family: Arial;
    line-height: 23px;
    padding: 10px 13px 7px;
}
#menu .center-menu ul.statii li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu .center-menu ul.statii li + li {
	margin-left: 5px;
}
#menu .center-menu ul.statii li:hover {
	
}
#menu .center-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 .center-menu .home_icon:hover {
	background-position: 0px -20px;
}
#menu .center-menu > ul > li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#menu .center-menu > ul > li:before {
	
}
#menu .center-menu > ul.menu-ul > li {
	
}
#menu .center-menu > ul > li.current {
    background: #61767C;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#menu .center-menu > ul > li:hover {
	background: #FFFFFF;
	box-shadow: 0 -2px 2px #D9D9D9;
}
#menu .center-menu > ul > li > a, #menu-mob .center-menu .mobile_menu_trigger {
	color: #FFFFFF;
    font-weight: normal;
    text-shadow: 0 0 rgba(0, 0, 0, 0.3);
    text-transform: none;
	font-family: Tahoma;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 13px;
}
#menu-mob {
	background: -moz-linear-gradient(center top , #167ac6 0px, #167ac6 100%) no-repeat scroll 0 0;
	background: -ms-linear-gradient(top, #167ac6 0%,#167ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#167ac6', endColorstr='#167ac6');
    background: -webkit-gradient(linear, left top, left bottom, from(#167ac6), to(#167ac6));
    background: -moz-linear-gradient(top,  #167ac6,  #167ac6);
    background: gradient(linear, top,  #167ac6,  #167ac6);
    background: -o-linear-gradient(top,  #167ac6,  #167ac6);
    margin: 0 auto;
	width: 97%;
}
#menu-mob > a {
    padding: 10px 13px;
}
#menu .center-menu > ul > li > a {
    transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
	display: block;
}
#menu .center-menu > ul > li > div { 
	display:none;
	background: #ffffff;
	position: absolute;
	left:0px;
	z-index: 9;
	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 .center-menu > ul > li:hover > div {
	display: block;
}
#menu .center-menu > ul > li > div > ul {
    list-style: none outside none;
    margin-left: 1%;
    float: left;
    width: 1000px;
}

#menu .center-menu > ul > li ul > li > a {
	color: #04599a;
	line-height:22px;
	display: block;
}
#menu .center-menu > ul > li ul > li > a:hover {
	
}
#menu .center-menu > ul > li > div > ul > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 31%;
	padding-right: 1%;
	padding-bottom: 12px;
}
#menu .center-menu > ul > li > div > ul > li.column-2 {
    width: 31%;
}
#menu .center-menu > ul > li > div > ul > li.column-3 {
    width: 31%;
}
#menu .center-menu > ul > li > div > ul > li.column-4 {
    width: 23%;
}
#menu .center-menu > ul > li > div > ul > li.column-5 {
    width: 23%;
	margin-bottom:12px;	
}
#menu .center-menu > ul > li > div > ul > li.column-6 {
    width: 23%;
	margin-bottom:10px;	
}
#menu .center-menu > ul > li > div > ul > li.column-7 {
    width: 23%;
	margin-bottom:10px;	
	margin-right:8px;
}
#menu .center-menu > ul > li > div > ul > li.column-8 {
    width: 23%;
	margin-bottom:10px;	
	margin-right:7px;
}
#menu .center-menu > ul > li > div > ul > li.column-8.children > div { 	
	padding: 10px 7px;
}
#menu .center-menu > ul > li > div > ul > li.column-8 > a {
	padding:8px;
}
#menu .center-menu > ul > li > div > ul > li > a.shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
    margin-left: 1%;
    width: 66%;
}
#menu .center-menu > ul > li > div > ul > li.column-4 > a.shadow {
    width: 62%;
}
#menu .center-menu > ul > li > div > ul > li.column-5 > a.shadow {
    width: 62%;
}
#menu .center-menu > ul > li > div > ul > li.column-3 > a.shadow {
    width: 70%;
}
#menu .center-menu > ul > li > div > ul > li.column-2 > a.shadow {
    width: 70%;
}
#menu .center-menu > ul > li > div > ul > li > a.shadow.no-image-categ {
    width: 90%;
}
#menu .center-menu > ul > li > div > ul > li > a.image-categ {
    float: left;
    margin-right: 5%;
}
#menu .center-menu > ul > li > div > ul > li > a span {
    display:none;
}
#menu .center-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 .center-menu > ul > li > div > ul > li.children > div > ul {
    clear: left;
}
#menu .center-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-mob .mobile_menu_trigger {
	text-shadow: none;
	font-size: 14px;
}
#menu-mob.up_to_tablet a {
    background: url("../image/icons.png") no-repeat scroll 99% -503px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 12px 1%;
}
#menu-mob .center-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-mob .mobile_menu_trigger {
	background-position: 100% -537px;
}
#menu .center-menu > ul > li:hover > a, #menu > ul > li.current > a {
    color: #4f4f4f;
    text-shadow: 0 0 0 #FFFFFF;
}
#menu .center-menu > ul > li.children {
	float: left;
	padding: 0 5px;
	transition: all 0.2s ease-in 0s;
}
#menu .center-menu > ul > li.children:hover, #menu > ul > li.current.withsubs {
	
	
}
#menu .center-menu > ul > li.children > a {
	padding: 7px 5px 7px;
}
#menu .center-menu > ul > li.children:hover {
    box-shadow: 1px -1px 1px #6C6C6C;
    border-radius: 5px 5px 0 0;
}
#menu .center-menu > ul > li.current.children:hover {
    box-shadow: 1px -1px 1px #6C6C6C;
    border-radius: 5px 5px 0 0;
}
#menu .center-menu > ul > li.children:hover > a,
#menu .center-menu > ul > li.current.children:hover > a {
	-ms-filter: none;
	filter:none;
    color: #000000;
    display: block;
    filter: none;
    margin-bottom: 0;
    padding: 7px 5px 6px;
    text-shadow: none;
}
#menu .center-menu > ul > li.current.children:hover > a {
	
}
#menu .center-menu > ul > li.current.children {
    background: #ffffff;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#menu .center-menu > ul > li.current.children > a {
    background: #FFFFFF;
    padding: 6px 0;
}
.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;
}
.menu-categories a.category-button.detailed:hover {
    background: url("../image/arrow.png") no-repeat scroll 177px -12px;
}
.menu-categories a.category-button {
    background: url("../image/arrow.png") no-repeat scroll 177px -40px;
}
.menu-categories a.category-button:hover {
    background: url("../image/arrow.png") no-repeat scroll 177px -26px;
}
.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:20px;
	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 {
    color: #000000;
    font-size: 13px;
	margin-bottom: 10px;
}
.block_breadc {
	background: #ececec;
    margin-bottom: 15px;
    overflow: auto;
	padding: 15px 20px 0;
}
.block_breadc .breadcrumb {
	float: left;
	margin-bottom: 0;
}
.breadcrumb a {
    color: #6c6c6c;
    font: 12px/18px Arial,Helvetica,sans-serif;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb a + a {
	
}
#container {
    background: rgba(255, 255, 255, 0.73);
    margin: 0 auto 15px;
    overflow: auto;
    padding: 15px 1% 1%;
    position: relative;
    text-align: left;
    width: 93%;
    z-index: 8;
}
#column-left {
	float: left;
	width: 220px;
	margin-bottom: 30px;
	padding-left: 1px;
}
#column-right {
	float: right;
	width: 220px;
	margin-bottom: 30px;
	padding-right: 1px;
}
#content {
	background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 20px;
    min-height: 300px;
    padding: 0px;
}
#content.nowhite {
    background: none;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 240px;
}
#column-right + #content {
	border-right: 1px solid #DDDDDD;
    margin-right: 232px;
}
.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;
	font-size: 11px;
}
.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 #DDDDDD;
}
.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 #333;
    color: #333;
    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 { 
	background: linear-gradient(to bottom, #167ac6, #167ac6) repeat-x scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 16px;
}
a.button {
    line-height: 16px;
}

a.button {
	display: inline-block;
	text-decoration: none;
}
input.button { 
	line-height: 15px;
}
.cart-box-bottom input.button.product {
    padding: 11px 35px 12px;
    text-transform: uppercase;
}
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 {
	
}
a.removebutton {
	background: url("../image/remove.png") no-repeat scroll 0 0;
}
.buttons {
	overflow: auto;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    background: #ececec;
    border-radius: 3px;
    padding: 16px 0 16px 10px;
	margin-bottom: 10px;
}
#colorbox .htabs {
    padding: 0;
}
#quick-tabs.htabs {
    clear: none;
}
.htabs a {
	border-bottom: 1px solid #939393;
	color: #939393;
    display: inline-block;
    margin-right: 5px;
    line-height: 15px;
}
a.tabs {
	color: #04599a;
	border-bottom: 1px dashed #04599a;
}
.htabs a:hover {
	background-position:0px -30px;
	color: #333333;
}
.htabs a.selected {
	background: #80CF1B;
    color: #FFFFFF;
}
#tab-attribute {
	background: #fafafa;
    border-radius: 7px;
    box-shadow: 0 0 6px #b9b9b9;
    padding-top: 15px;
}
.tab-content {
	padding: 0 15px 15px;
	margin-bottom: 15px;
	z-index: 2;
	min-height: 100px;
}
#tab-review.tab-content {
	padding: 15px;
	margin-bottom: 0;
}
.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: 20px;
}
.box.none {
	background: none;
}
#column-left .box,
#column-right .box {
	position:relative;
    padding:10px;
	border: 4px solid #FFFFFF;
    background:#fff;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0px 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
#column-left .box.category .box-content,
#column-right .box.category .box-content,
#column-left .box.category .box-heading,
#column-right .box.category .box-heading {
	background: none;
}
#column-left .box.category,
#column-right .box.category {
	background: #ececec;
}
.box-heading {
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 13px;
    text-transform: uppercase;
}
#content .box-heading {
    background: url("../image/catshow.png") repeat-x scroll left bottom;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 1;
    color: #000000;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#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;
}
#content .box .box-content{
	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: 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding: 12px 0 12px 13px;
	font-size: 20px;
	font-weight: 600;
	line-height: 14px;
	color: #555555;
}
.box .box-content {
	padding: 0px 0px;
	background: #ffffff;
}
#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;
}
#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;
}
#column-left + #content .box-product > div,
#column-right + #content .box-product > div {
	width: 31%;
}
#column-left + #column-right + #content .box-product > div {
	width: 46%;
}
#column-left + #column-right + #content .product-grid > div {
	width: 43%;
	margin: 0 3% 30px;
}
.box-product > div {
	background: #FFFFFF;
    display: inline-block;
    margin: 0 0.5% 10px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 23%;
	border-radius: 5px 5px 0 0;
	text-align: left;
}
#content .box-product > div {
	border: 1px solid #F5F5F5;
}
#content .box-product > div:hover,
#content .product-grid > div:hover {
	border: 1px solid #df2e1c;
}
.box-product > div.none-hover-b {
	
}
.product-grid > div.none-hover {
	padding-bottom: 39px;
}
#tab-related {
	border: 1px solid #df2e1c;
	padding: 0px;
}
#tab-related .box-product > div {
    width: 23%;
    text-align: left;
	padding-bottom: 10px;
}
#column-left + #content #tab-related .box-product > div, #column-right + #content #tab-related .box-product > div  {
	width: 210px;
}
#content  #tab-related .box-product > div .name {
    height: auto;
	margin-bottom: 10px;
}
#content #tab-related .box-product > div .price {
    background: none;
    position: relative;
}
#content #tab-related .box-product > div a.button {
	margin-left: 10px;
}
#tab-related .box-product {
    text-align: center;
}
.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: 42%;
    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 {
    position: relative;
    text-align: center;
}
#content .box-product .image {
    position: relative;
    text-align: center;
	margin-bottom: 15px;
}
#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;
}
.box-product > div .name,
.owl-item > div .name {
    
}
#content .box-product > div .name {
	margin-bottom: 15px;
	padding: 0 4%;
}
#content .owl-item > div .name {
    margin: 0 auto 15px;
    text-align: center;
    width: 96%;
}
.box-product .image img:hover {
	
}
.box-product .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.product-grid .name {
    padding-right: 0px;
}
.box-product .name a,
.product-grid .name a,
.product-list .name a,
.owl-carousel .name a {
	color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	font-family: sans-serif;
}
.box-product .description_no_hover .name a, .product-grid .description_no_hover .name a, .product-list .description_no_hover .name a, .owl-carousel .description_no_hover .name a {
	font-weight: bold;
}
.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 {
	
}
.rating a {
	color: #525657;
}
#content .box-product .rating, #content .product-grid .rating {
    margin: 7px 0 10px;
	text-align: left;
	padding-left: 4%;
}
#content .product-list .rating, #content .product-mod .rating {
    margin: 7px 0 10px;
	text-align: center;
	padding-left: 4%;
}
#content .product-list .rating.mobile, #content .product-mod .rating.mobile {
	padding-left: 0;
}
#content .product-list .rating.mobile .reviews_icon, #content .product-mod .rating.mobile .reviews_icon {
	float: left;
	margin: 8px 13px 0 0;
}
#content .box-product .rating a, #content .product-list .rating a, #content .product-mod .rating a, #content .product-grid .rating a {
	text-decoration: underline;
}
#content .box-product .rating img, #content .owl-item .rating img, #content .product-grid .rating img {
	margin-right: 10px;
}
.box-product .price,
.product-grid .price,
.product-list .price,
.owl-carousel .price {
	color: #df2e1c;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    position: relative;
	margin-bottom: 10px;
}
.box-product .price,
.product-grid .price,
.product-list .price,
.product-mod .price,
.owl-carousel .price {
    text-align: left;
}
#content .box-product .stock_q,
#content .product-grid .stock_q {
	margin-bottom: 10px;
	padding: 0 4%;
	text-align: left;
}
#content .product-list .stock_q  {
	margin-bottom: 10px;
}
#content .box-product .price,
#content .product-grid .price {
	padding: 0 4%;
}
#content .owl-item .price {
	left: 7px;
}
.box-product .price.spec {
	float: left;
    position: inherit;
    width: 80px;
}
.product-grid .price.spec {
    float: left;
    line-height: 16px;
    position: inherit;
    width: 80px;
}
.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 {
	color: #333333;
	text-decoration: line-through;
    font-size: 10px;
    text-shadow: 0 0 0 #FFFFFF;
}
.box-product .cart,
.product-grid .cart,
.product-list .cart,
.product-mod .cart,
.owl-item .cart {
    z-index: 1;
	text-align: left;
	margin-bottom: 15px;
	position: relative;
}

.product-list .cart {
	background: linear-gradient(to bottom, #45CED6, #1EA5B2) repeat scroll 0 0;
    z-index: 1;
	display: inline-block;
}
.price-cart {
	border: 1px solid #CCE6E9;
    border-radius: 24px;
    overflow: auto;
    padding: 9px;
	margin-bottom: 9px;
	margin-top: 15px;
}
.product-list .price-cart {
	display: none;
}
.product-list .price-cart .price {
	float: left;
}
.product-list .price-cart .cart.list {
	float: right;
    margin-top: 4px;
}
.product-list .cart {
    text-align: center;
}
.product-list .cart.gridnonehover {
	display: none;
}
.product-grid > div .divshadowgrid .cart.list {
	display: none;
}
.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;
	margin-bottom: 6px;
}
#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;
}
#column-right .box-product .rating, #column-left .box-product .rating {
	clear: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
#column-right .box-product .price, #column-left .box-product .price {
	clear: left;
    color: #777777;
    display: block;
    text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
}
#column-right .box-product .cart, #column-left .box-product .cart {
	float: right;
}

.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,
.box-product ul,
.product-list ul,
.product-grid ul,
.product-mod 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;
}
.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 {
    
}
.box-content > ul > li ul > li ul > li > a.active {
    
}

#column-left .box .box-heading.filter, #column-right .box .box-heading.filter {
	background: none;
	border-bottom:1px solid #eeeeee;
	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-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
	position: relative;
}
.category-list.no_kupon {
	padding-right: 0;
}
.category-list ul {
	display: inline-table;
    line-height: 12px;
    list-style: outside none none;
    padding-left: 0;
    width: 23%;
}
.category-list ul + ul {
	margin-left: 1%;
}
.category-list ul.no_kupon {
	width: 22%;
}
.category-list ul li {
    
}
.category-list ul li {
    text-align: center;
}
.category-list ul li a span {
    display: block;
    margin-top: 10px;
}
.product-filter {
    background: #ececec;
    display: block;
    overflow: auto;
    padding: 15px 13px;
}
.product-compare {
	display: inline-block;
    float: left;
    font-weight: normal;
}
.limit,
.sort {
	float: right;
	margin-right: 20px;
}
.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;
	display: block;	
}
.product-compare a:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    color:;
    content: "\0080";
    display: block;
    line-height: 8px;
    margin: -3px auto -6px 0;
    width: 100%;
}
.product-compare a:hover {
	color: #ffffff;
}
.block_list_grid .display, .product-filter .display-title {
	float: right;
	display: inline-block;
	color: #555555;
	font-weight: normal;
	line-height: 24px;
}
.block_list_grid .display b {
    float: left;
    margin-right: 10px;
}
.block_list_grid .list_icon, .block_list_grid .list_icon_active, .block_list_grid .grid_icon, .block_list_grid .grid_icon_active {
    display: inline-block;
    float: left;
}
.block_list_grid .display a {
	border: 1px solid #dbdbdb;
    display: block;
    height: 30px;
    width: 30px;
}
.block_list_grid .display a:hover {

}
.block_list_grid .list_icon {
	background: url("../image/list_grid_icons.png") no-repeat scroll 10px -26px #ececec;
	border-radius: 4px 0 0 4px;
    box-shadow: 2px 2px 3px #cfcfcf inset;
    cursor: default;
}
.block_list_grid .list_icon_active:hover {
	cursor: pointer;
}
.block_list_grid .list_icon_active {
	background: url("../image/list_grid_icons.png") no-repeat scroll 10px -26px #fbfbfc;
	border-radius: 4px 0 0 4px;
}
.block_list_grid .grid_icon {
	cursor: default;
	background: url("../image/list_grid_icons.png") no-repeat scroll 10px 1px #ececec;
	box-shadow: -2px 2px 3px #cfcfcf inset;
	border-radius: 0 4px 4px 0;
}
.block_list_grid .grid_icon_active:hover {
	cursor: pointer;
}
.block_list_grid .grid_icon_active {
	background: url("../image/list_grid_icons.png") no-repeat scroll 10px 1px #fbfbfc;
	border-radius: 0 4px 4px 0;
}
.block_list_grid .sort, .block_list_grid .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 {
	margin: 0 0 7px 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;
    margin-top: 10px;
    text-align: center;
}
.product-list > div .left .rating {
	overflow: auto;
}
.product-list > div .left .rating img {
	float: left;
	margin-top: 8px;
}
.product-list > div .left .rating .wishlist,
.product-list > div .left .rating .compare {
	display: block;
	margin-top: -8px;
}
.product-list .rating img {
	margin-bottom: 10px;
}
.product-list .right {
	position:absolute;
	top:0px;
	right:0px;
	min-width:130px;
	padding:15px 30px 0px 10px;
	min-height:190px;
	margin-left: 10px;
	text-align: center;
}
.product-list .price {
	display: block;
	color: #777777;
}
.product-list .price-old {
	text-decoration: line-through;
}
.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,
 .product-list .left .cart.divwidth713{
	display: none;
}
.product-list .wishlist, .product-list .compare {
    margin-top: 2px;
}
.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;
	border: 1px solid #F5F5F5;
    display: inline-block;
    margin: 0 0.3% 30px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 24%;
}
#column-left + #content .product-grid > div, #column-right + #content .product-grid > div {
    width: 31%;
}
.product-grid .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.product-grid .image {
	text-align:center;
    position: relative;
}
.product-grid .image img {
	
}
.product-grid .image img:hover {
	
}
.product-grid .name {
	margin: 10px 0 0;
    padding: 0 4%;
    position: relative;
    text-align: left;
    z-index: 1;
}
.product-grid .cart_description .name {
	margin: 0 0 10px;
}
.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 > div.none-hover-b > .price {
	display: none;
}
.product-grid .price-cart .price {
	float: left;
	display: block;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price-new {
	
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart.listnonehover {
	display: none;
}
.product-grid .price-cart .cart.list {
	display: none;
}
.product-grid > .none-hover-b .price-cart .cart {
	float: right;
}
.product-list .cart.grid {
	display: none;
}
.product-grid .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
.manufacturer {
	background: #FFFFFF;
    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 15px;
}
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 {
	background: none repeat scroll 0 0 #E2F1F3;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-content > ul > li > a {
	border-bottom: 1px dotted #000000;
}
.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:4px 0px;
	position:relative;
}
.product-info > .left + .right {
    margin-left: 340px;
}
.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: none repeat scroll 0 0 #ffffff;
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}
.product-info .right .stock_q {
	margin: 10px 0;
}
.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:5px;
	z-index:3;
    text-align: center;
    border-radius: 6px;
}
.product-info .image img {
	max-width:100%;
}
.product-info .image .sale_tag {
	right:-2px;
	z-index:10000;
}
.product-info .price {
    font-size: 14px;
	margin-bottom: 5px;
}
.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: #2f2f2f;
    font-size: 25px;
}
.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 {
	border-top: 1px solid #eeeeee;
    max-width: 310px;
    padding-top: 13px;
    position: relative;
    text-align: center;
}
.product-info .image-additional a {
	opacity: 0.7;
	transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
.product-info .image-additional a + a {
	margin-left: 5px;
}
.product-info .image-additional a:hover {
	opacity: 1;
}
.product-info .image-additional img {
	transition: border-color 0.5s ease 0s;
}
.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;
	border-radius: 8px;
}
.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;
}

.description {
	margin-bottom: 11px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info h1 {
	color: #555555;
	font-size: 23px;
	margin-bottom: 15px;
	line-height: 26px;
	font-family: icon;
	padding: 0 0 0 0;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	line-height:14px;
	font-size:11px;
}
.description .review a {
	color: #888888;
	font-size:11px;
	vertical-align:top;
	padding:0px 4px 0px 7px;
}
.description .review a u {
	text-decoration:none;
	vertical-align:top;
}
.description .review a:hover {
	color: #ce001a;
}
.product-info .review a + a {
	
}
.description span {
	color: #555555;
	padding-left: 11px;
	line-height: 18px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
	font-weight: bold;
}
.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;
	margin-bottom: 15px;
}
.product-info .options .option {
	border: 1px solid #969696;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
    padding: 8px 8px 0;
}
.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 input {
	margin-bottom: 10px;
}
.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;
    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 {
	overflow:auto;
	padding: 8px 0;
	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 {
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px 0;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .rating {
	margin-top: 10px;
}
.review-list .text {
	clear: both;
}
.review-comment-str {
	overflow: auto;
}
.add_review {
    float: right;
	color: #9b9b9b;
}
.add_review a {
	background: #167ac6;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    padding: 11px 22px;
    text-align: center;
	margin-bottom: 5px;
}
.review-comment-str h1 {
    float: left;
    line-height: 40px;
    margin-bottom: 0;
}
#tab-quick-review a {
    text-decoration: underline;
}
#review .pagination {
	margin-bottom:20px;
    border-bottom:1px solid #dddddd;
}
#tab-attribute .attribute thead.whiter,
#tab-attribute .attribute tbody.whiter {
	background: #FFFFFF;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: left;
	width: 25%;
}
.attribute td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.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 {
	border: 1px solid #C0C0C0;
	padding: 20px;
	margin-bottom: 10px;
}
#column-right + #content .login-content .right, #column-right + #content .login-content .left {
	
}
.login-content .right {
	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: 30px;
}
.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-bottom: 0;
	width: 100%;
	margin: 0px auto;
    text-align: center;
}
#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 {
	color: #DA251C;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 4px;
    text-align: left;
}
#footer .column {
    border: 1px solid #e8e8e8;
    float: none;
    min-height: 80px;
    min-width: 160px;
    text-align: left;
    vertical-align: top;
	padding: 2%;
}
#footer .column + .column {
	margin-left: 2%;
}
#footer .column ul {
	margin: 0 0 0 14px;
    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;
}
#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 .stiker-module-popular,
.product-grid .stiker-module-popular,
.product-list .stiker-module-popular,
.product-mod .stiker-module-popular {
	background: #2bb656;
    border-radius: 0 25px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    left: -1px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: -1px;
    width: 50px;
    z-index: 8;
}
.box-product .stiker-module-popular:before,
.product-grid .stiker-module-popular:before,
.product-list .stiker-module-popular:before,
.product-mod .stiker-module-popular:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 11px;
    margin: 5px auto -36% 12%;
    width: 63%;
}
.box-product .stiker-module-new,
.product-grid .stiker-module-new,
.product-list .stiker-module-new,
.product-mod .stiker-module-new {
    background: #ffe400;
    border-radius: 25px 0 0 25px;
    color: #2f2f2f;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 9px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 20px;
    width: 50px;
    z-index: 8;
}
.box-product .stiker-module-new:before,
.product-grid .stiker-module-new:before,
.product-list .stiker-module-new:before,
.product-mod .stiker-module-new:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 11px;
    margin: 5px auto -33%;
    width: 72%;
}
.box-product .stiker-module-special,
.product-grid .stiker-module-special,
.product-list .stiker-module-special,
.product-mod .stiker-module-special {
	background: #ec005c;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 47px;
    position: absolute;
    right: 5px;
    text-align: center;
    bottom: -12px;
    width: 50px;
    z-index: 8;
}
.box-product .stiker-module-special:before,
.product-grid .stiker-module-special:before,
.product-list .stiker-module-special:before,
.product-mod .stiker-module-special:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 11px;
    margin: 5px auto -31%;
    width: 40%;
}
.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,
.product-mod > 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 -41px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 1px;
    top: -6px;
    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 -2px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 25px;
    top: -6px;
    z-index: 1;
}
.owl-prev.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px -2px;
}
 .owl-next.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px -41px;
}
.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 -15px -2px #ffffff;
    border-bottom: 1px solid #ececec;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    height: 32px;
    left: -1px;
    top: 35%;
    width: 25px;
	display: none;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-prev.disabled {
    background: url("../image/next-prev.png") no-repeat scroll -36px -2px #ffffff;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-next {
    background: url("../image/next-prev.png") no-repeat scroll -15px -41px #ffffff;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #ececec;
    height: 30px;
    left: auto;
    right: -1px;
    top: 37%;
    width: 25px;
	display: none;
}
.owl-carousel.carousel:hover .owl-controlls .owl-buttons .owl-next,
.owl-carousel.carousel:hover  .owl-controlls .owl-buttons .owl-prev {
	display: block;
}
.owl-carousel.carousel .owl-controlls .owl-buttons .owl-next.disabled {
    background: url("../image/next-prev.png") no-repeat scroll -37px -41px #ffffff;
}
.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: "\0080";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	padding-bottom: 10px;
	background: #fff;
}
#content .owl-carousel {
}
.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-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:;
}
.owl-carousel.carousel.carouselmodule {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0 auto 15px;
    width: 98%;
} 
.owl-carousel.carousel.carouselmodule .owl-wrapper-pattern {
    min-height: 85px;
}
.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;
}
#content .owl-item > div {
    margin-left: 1%;
    margin-right: 1%;
    padding: 10px 0 0;
    position: relative;
	border: 5px solid #F5F5F5;
	overflow: hidden;
}
.owl-item > div .image {
    position: relative;
	margin-bottom: 8px;
    margin-top: 10px;
}
.owl-carousel > div .cart {
    
}
.relative {
    position: relative;
}

.cart-box-bottom {
	height: 58px;
    margin: 0 0 18px;
    width: 240px;
}
.cart-box-bottom .quantity-input {
	border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    float: left;
    padding: 2px;
}
.cart-box-bottom .quantity-input input {
	margin: 3px 0 0;
	width: 30px;
	text-align: center;
	float: left;
}
.cart-box-bottom .quantity-input .minus1 {
	background: url('../image/quantity.png') left 9px no-repeat;
	cursor: pointer;
	float: left;
	display: block;
	height: 34px;
	width: 36px;
}
.cart-box-bottom .quantity-input .minus1:hover {
	opacity: 0.8;
}
.cart-box-bottom .quantity-input .plus1 {
	background: url('../image/quantity.png') right 9px no-repeat;
	cursor: pointer;
	float: right;
	display: block;
	height: 34px;
	width: 36px;
}
.cart-box-bottom .quantity-input .plus1:hover {
	opacity: 0.8;
}
.cart-box-bottom input.button-carts {
	background: none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 6px 12px;
	-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;
}
.cart-box-bottom input.button-carts:hover {
	background: #ED297B;
}
.cart-box-bottom a.button-wishlists {
	background: url("../image/icon-wishlist.png") no-repeat scroll 0 0px;
	float: right;
	margin-top: 10px;
	text-decoration: underline;
    color: #167ac6;
	padding-left: 20px;
}
.cart-box-bottom a.button-wishlists:hover {
	
}
.cart-box-bottom a.button-compares {
    background: url("../image/icon-compare.png") no-repeat scroll 0 1px;
    text-decoration: underline;
    color: #167ac6;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
}
.cart-box-bottom a.button-compares:hover {
	
}

.comparewishlist {
    float: left;
    margin: 4px 0 0 12px;
    text-align: left;
}
.textor {
    display: block;
    float: left;
    margin: 16px 13px 10px 9px;
}
.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 {
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    width: 100%;
}
.bottom-footer {
    background: linear-gradient(#f5f5f5, #f5f5f5) repeat scroll 0 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 9;
	padding-top: 35px;
	padding-bottom: 10px;
}
.bottom-footer-center {
    margin: 0 auto;
    position: relative;
    width: 92%;
}
.bottom-footer-center-left {
    float: right;
    padding: 0 0 37px 25px;
    width: 34%;
}
.bottom-footer-center-left-description {
	text-align: justify;
	font-family: Tahoma;
	float: left;
}
.bottom-footer-center-left-description p {
	margin-bottom: 0px;
}
.bottom-footer-text {
    background: #F5FAFB;
    color: #94A4A3;
	font-size: 11px;
	padding: 12px 18px;
	text-align: justify;
}
.bottom-footer-width h4 {
    font-size: 15px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 3px;
}
.footer-shadow {
    color: #FFFFFF;
}
.timejob_footer {
    float: right;
    line-height: 21px;
    width: 240px;
}
.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 img + img {
    margin-left: 5px;
}
.pay_social h4 {
    color: #787878;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px;
}
.social_img h4 {
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px 0;
	color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}
.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: #000000;
}
.footer-niz {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1% 0px;
    position: relative;
    width: 98%;
	z-index: 10;
	display: block;
}
.footer-niz-center {
	margin-left: auto;
    margin-right: auto;
	width: 94%;
	position: relative;
}
.footer-niz-mobile {
	float: left;
	display: none;
}
#powered a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}
.schetchiki {
    color: #ffffff;
}
.schetchiki p {
	margin-bottom: 0px;
}
.product-info .view-images img { 
	opacity: 0;
}
.product-info .view-images { 
	position: relative; 
	width: 35px;
	height: 35px;
	background: url('../image/preview.png') no-repeat left 0px; 
	overflow: hidden; 
	margin: 2px 0 -37px 0px; 
	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 {
	
}
ul.box-category > li ul > li:hover > a {
	color: #EB0E3A;
}
ul.box-category > li ul > li ul > li.active a {
	
}
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 {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
}
ul.box-category > li > a {
	padding: 8px 26px 8px 0;
}
ul.box-category > li > a:hover {
	color: #2BAB1F;
}
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: #2BAB1F;
    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 {
    background: url("../image/callback-header.png") no-repeat scroll left center;
    color: #000000;
    float: right;
    font-size: 11px;
    line-height: 21px;
    padding: 11px 0 11px 210px;
	text-align: right;
	height: 66px;
	position: relative;
}
.contacts-right-header {
    float: right;
    margin-right: 25px;
	margin-top: 25px;
}
#search .contacts-right-header {
	
}
.bottom-footer .contacts-right-header {
    float: left;
    margin: 0;
    padding-top: 15px;
}
.product-info .image .stiker-special-product {
	background: #ec005c;
    border-radius: 25px;
    bottom: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 47px;
    position: absolute;
    right: 6px;
    text-align: center;
    width: 50px;
    z-index: 9999;
}
.product-info .image .stiker-special-product:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 8px;
    margin: 5px auto -31%;
    width: 40%;
}
.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;
    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: none repeat scroll 0 0 #ffe400;
    border-radius: 0 25px 25px 0;
    color: #2f2f2f;
    font-size: 14px;
    height: 50px;
    left: -1px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 84px;
    width: 65px;
    z-index: 9999;
}
.product-info .image .stiker-new-product:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 11px;
    margin: 5px auto -26%;
    width: 72%;
}
.product-info .image a.colorbox .stiker-new-product {
	top: 9px;
    left: 6px;
}
.product-info .image .stiker-popular-product {
	background: #2bb656;
    border-radius: 34px 0 34px 34px;
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 60px;
    line-height: 56px;
    position: absolute;
    right: -1px;
    text-transform: lowercase;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 60px;
    z-index: 9999;
}
.product-info .image .stiker-popular-product:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: "\80 ";
    display: block;
    line-height: 11px;
    margin: 6px auto -31% 31%;
    width: 58%;
}
.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: 0 0 10px;
    width: 100%;
    position: relative;
    z-index: 1;
	text-align: center;
}
.product-list .images-add {
    
}
#column-left .images-add,
#column-right .images-add {
	display: none;
}
.images-add a {
    display: inline-block;
}
.product-list .images-add a {
    display: inline-block;
}
.product-list .images_div  a + a {
	margin-left: 0;
}
.product-list .images-add {
    clear: none;
    text-align: center;
}
.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 {
    height: 100px;
    margin: 0 auto;
    padding-bottom: 3px;
    width: 92%;
}
#tab-related .box-product .rating {
    margin-bottom: 10px;
    position: inherit;
}
.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,
.yesselect20000, .yesselect20001, .noselect20000, .noselect20001,
.yesselect20002, .noselect20002,
.yesselect20003, .noselect20003,
.yesselect20004, .noselect20004,
.yesselect20005, .noselect20005,
.yesselect20006, .noselect20006,
.yesselect20007, .noselect20007,
.yesselect20008, .noselect20008,
.yesselect20009, .noselect20009,
.yesselect20010, .noselect20010,
.yesselectchek10000, .noselectchek10000,
.yesselectchek10001, .noselectchek10001,
.yesselectchek10002, .noselectchek10002,
.yesselectchek10003, .noselectchek10003,
.yesselectchek10004, .noselectchek10004,
.yesselectchek10005, .noselectchek10005,
.yesselectchek10006, .noselectchek10006,
.yesselectchek10007, .noselectchek10007,
.yesselectchek10008, .noselectchek10008,
.yesselectchek10009, .noselectchek10009,
.yesselectchek10010, .noselectchek10010,
.yesselectchek20000, .noselectchek20000,
.yesselectchek20001, .noselectchek20001,
.yesselectchek20002, .noselectchek20002,
.yesselectchek20003, .noselectchek20003,
.yesselectchek20004, .noselectchek20004,
.yesselectchek20005, .noselectchek20005,
.yesselectchek20006, .noselectchek20006,
.yesselectchek20007, .noselectchek20007,
.yesselectchek20008, .noselectchek20008,
.yesselectchek20009, .noselectchek20009,
.yesselectchek20010, .noselectchek20010 {
    border: 1px solid #969696;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px 0;
    min-width: 22px;
    padding: 5px;
    text-align: center;
}
.yesselect:before, .noselect:before,
.yesselect1:before, .noselect1:before,
.yesselect2:before, .noselect2:before,
.yesselect3:before, .noselect3:before,
.yesselect4:before, .noselect4:before,
.yesselect5:before, .noselect5:before,
.yesselect6:before, .noselect6:before,
.yesselect7:before, .noselect7:before,
.yesselect8:before, .noselect8:before,
.yesselect9:before, .noselect9:before,
.yesselect10:before, .noselect10:before,
.yesselectchek:before, .noselectchek:before,
.yesselectchek1:before, .noselectchek1:before,
.yesselectchek2:before, .noselectchek2:before,
.yesselectchek3:before, .noselectchek3:before,
.yesselectchek4:before, .noselectchek4:before,
.yesselectchek5:before, .noselectchek5:before,
.yesselectchek6:before, .noselectchek6:before,
.yesselectchek7:before, .noselectchek7:before,
.yesselectchek8:before, .noselectchek8:before,
.yesselectchek9:before, .noselectchek9:before,
.yesselectchek10:before, .noselectchek10:before,
.yesselect10000:before, .yesselect10001:before, .noselect10000:before, .noselect10001:before,
.yesselect10002:before, .noselect10002:before,
.yesselect10003:before, .noselect10003:before,
.yesselect10004:before, .noselect10004:before,
.yesselect10005:before, .noselect10005:before,
.yesselect10006:before, .noselect10006:before,
.yesselect10007:before, .noselect10007:before,
.yesselect10008:before, .noselect10008:before,
.yesselect10009:before, .noselect10009:before,
.yesselect10010:before, .noselect10010:before,
.yesselectchek10000:before, .noselectchek10000:before,
.yesselectchek10001:before, .noselectchek10001:before,
.yesselectchek10002:before, .noselectchek10002:before,
.yesselectchek10003:before, .noselectchek10003:before,
.yesselectchek10004:before, .noselectchek10004:before,
.yesselectchek10005:before, .noselectchek10005:before,
.yesselectchek10006:before, .noselectchek10006:before,
.yesselectchek10007:before, .noselectchek10007:before,
.yesselectchek10008:before, .noselectchek10008:before,
.yesselectchek10009:before, .noselectchek10009:before,
.yesselectchek10010:before, .noselectchek10010:before,
.yesselectchek20000:before, .noselectchek20000:before,
.yesselectchek20001:before, .noselectchek20001:before,
.yesselectchek20002:before, .noselectchek20002:before,
.yesselectchek20003:before, .noselectchek20003:before,
.yesselectchek20004:before, .noselectchek20004:before,
.yesselectchek20005:before, .noselectchek20005:before,
.yesselectchek20006:before, .noselectchek20006:before,
.yesselectchek20007:before, .noselectchek20007:before,
.yesselectchek20008:before, .noselectchek20008:before,
.yesselectchek20009:before, .noselectchek20009:before,
.yesselectchek20010:before, .noselectchek20010:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    color:;
    content: "\0080";
    display: block;
    line-height: 5px;
    margin: 0 auto -3px;
    width: 100%;
}
.yesselect1 img, .noselect1 img {
	margin-top: 2px;
}
.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,
.noselect20000,
.noselect20001,
.noselect20002,
.noselect20003,
.noselect20004,
.noselect20005,
.noselect20006,
.noselect20007,
.noselect20008,
.noselect20009,
.noselect20010,
.noselectchek10000,
.noselectchek10001,
.noselectchek10002,
.noselectchek10003,
.noselectchek10004,
.noselectchek10005,
.noselectchek10006,
.noselectchek10007,
.noselectchek10008,
.noselectchek10009,
.noselectchek10010,
.noselectchek20000,
.noselectchek20001,
.noselectchek20002,
.noselectchek20003,
.noselectchek20004,
.noselectchek20005,
.noselectchek20006,
.noselectchek20007,
.noselectchek20008,
.noselectchek20009,
.noselectchek20010 {
    background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 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,
.yesselect20000,
.yesselect20001,
.yesselect20002,
.yesselect20003,
.yesselect20004,
.yesselect20005,
.yesselect20006,
.yesselect20007,
.yesselect20008,
.yesselect20009,
.yesselect20010,
.yesselectchek10000,
.yesselectchek10001,
.yesselectchek10002,
.yesselectchek10003,
.yesselectchek10004,
.yesselectchek10005,
.yesselectchek10006,
.yesselectchek10007,
.yesselectchek10008,
.yesselectchek10009,
.yesselectchek10010,
.yesselectchek20000,
.yesselectchek20001,
.yesselectchek20002,
.yesselectchek20003,
.yesselectchek20004,
.yesselectchek20005,
.yesselectchek20006,
.yesselectchek20007,
.yesselectchek20008,
.yesselectchek20009,
.yesselectchek20010 {
    border: 1px solid #df2e1c;
    color: #333333;
}
.option-div {
    text-align: left;
}
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;
}
.options .option input.none,
.quick-view-product-info .tab-contents .options .option input.none {
    display: none;
}
.bold {
    font-weight: bold;
}
#welcome .dropdown-login {
    cursor: pointer;
    text-align: right;
}
#welcome .dropdown-login:hover {
	background-position: 0 -85px;
}
#welcome .dropdown-enter {
    cursor: pointer;
    display: block;
    float: left;
    height: 41px;
    text-align: center;
    width: 184px;
	position: relative;
}
#welcome .dropdown-enter:hover {
	background-position: 0 -84px;
}
#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;
    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;
}
#welcome .dropdown-login span {
    background: url("../image/icon.png") no-repeat scroll 32px 2px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 14px;
    text-decoration: none;
}
#welcome .dropdown-login {
    cursor: pointer;
}
#welcome .dropdown-enter span {
    background: url("../image/arrowset.png") no-repeat scroll 100% -87px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-right: 26px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #60AC1C;
	line-height: 39px;
	margin-left: 19px;
}
#welcome .dropdown-enter.active span {
	background: url('../image/arrowset.png') no-repeat scroll 100% -60px;
}
#welcome .dropdown-enter {
    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;
    right: 0;
    padding: 3px;
    position: absolute;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 39px;
    z-index: 100;
}
#welcome .dropdown-enter.active .dropdown-box {
	display: block;
	text-align: left;
}
#welcome .dropdown-enter.active .dropdown-box .content-account-box ul {
	width: auto;
	padding-left: 0;
}
#welcome .dropdown-enter.active .dropdown-box .content-account-box ul li a {
	padding-left: 11px;
}
.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;
	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;
}













/* GLOBALS */

.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;
    background: -webkit-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0;
    background: -o-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 0 0;
    background: -ms-linear-gradient(bottom , #2E85BC 49%, #358CC3 6%, #49A0D7 75%) repeat scroll 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: auto;
    margin-bottom: 7px;
    position: inherit;
    right: auto;
    text-align: right;
}
.owl-carousel.reviews .owl-item > div .podrobnee {
    float: right;
}
#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 {
	border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0 auto 15px;
    padding: 30px 0 20px;
    width: 98%;
}
.box-category-top > div {
    display: inline-table;
    width: 16%;
}
.box-category-top > div .image {
    margin-bottom: 10px;
}
.center-menu {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 95%;
}
.bg-header-line {
    background: url("../image/bg-header-line.png") no-repeat scroll center center;
    float: left;
    height: 85px;
    margin: 0 18px;
    width: 7px;
}
.contacts-left-header {
    left: 24px;
    padding-top: 4px;
    position: absolute;
}
.contacts-left-header a span.e-mail {
    background: url("../image/e-mail.png") no-repeat scroll 3px center;
    display: block;
    font-size: 11px;
    margin-bottom: 9px;
    padding-left: 37px;
    text-align: left;
}
.contact-bottom-header a span.callback {
    color: #04599a;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: underline;
}
.contact-bottom-header a span.callback:hover {
	color: #ff0000;
}
.bottom-footer .contact-bottom-header a span.callback {
	color: #ffffff;
}
.bottom-footer .text-h {
	color: #ffffff;
}
.callb {
	
}
.contact-bottom-header a:hover span.callback {
	
}
.head-statii-top-line {
	float: left;
	margin-right: 20px;
	display: none;
}
.head-statii-top-line ul {
	list-style: none;
	padding-left: 20px;
	padding-top: 16px;
	margin: 0;
}
.head-statii-top-line ul li {
	display: inline-block;
}
.head-statii-top-line ul li + li {
	margin-left: 10px;
}
.head-statii-top-line ul li a.shipping {
    background: url("../image/icon-header.png") no-repeat scroll 3px 7px;
    border: 1px solid #C5D9D8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(62, 120, 117, 0.18) inset;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px 0 28px;
    text-decoration: none;
	transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s;
}
.head-statii-top-line ul li a.shipping:hover,
.head-statii-top-line ul li a.pay:hover {
	border: 1px solid #2BAB1F;
}
.head-statii-top-line ul li a.pay {
    background: url("../image/icon-header.png") no-repeat scroll 3px -12px;
    border: 1px solid #C5D9D8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(62, 120, 117, 0.18) inset;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px 0 28px;
    text-decoration: none;
	transition: opacity 0.5s ease 0s, background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, border-color 0.5s ease 0s, color 0.5s ease 0s;
}
.head-statii-top-line ul li a.reView {
    background: url("../image/icon-header.png") no-repeat scroll 3px -33px;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px 0 28px;
    text-decoration: none;
	color: #C5D9D8;
}
.head-statii-top-line ul li a.reView:hover {
	color: #2BAB1F;
}
.social_img {
    float: right;
}
.child_social_img {
	padding: 18px 82px 0 14px;
}
.share_social_img {
    background: url("../image/bshare.png") no-repeat scroll 100% -56px;
    height: 40px;
    line-height: 17px;
    max-width: 180px;
    padding: 11px 0 8px 27px;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
}
.share_social_img span.gray {
	color: #738786;
	font-weight: bold;
}
.share_social_img span.green {
    color: #6EC71C;
    font-weight: bold;
    text-transform: uppercase;
}

#modal-login {
    margin-left: -180px;
    width: 360px;
}
.modal.fade {
    top: -100%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 30%;
}
.modal {
    left: 50%;
    outline: medium none;
    position: fixed;
    top: 15%;
    z-index: 1050;
	background: #fff;
    border-radius: 8px;
}
#modal-login a {
    color: #1DABBA;
	text-decoration: underline;
	padding: 0;
	display: inline-table;
	background: none;
}
#modal-login .dtw {
	border-radius: 8px 8px 0 0;
    height: 41px;
}
#modal-login .dtw h3 {
    color: #414141;
    float: left;
    font-size: 17px;
    margin: 11px 0 0 16px;
}
#modal-login .dtw .close {
    background: url("../image/modal-close.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 17px;
    line-height: 100px;
    margin: 12px 14px 0 0;
    overflow: hidden;
    width: 17px;
}
.rcol {
    float: right;
}

#modal-login .dcnt {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px 15px;
}

#modal-login .dbw {
    padding: 0px 15px;
	text-align: left;
}
#welcome #modal-login .dbw {
    color: #525657;
}
.aclr:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
}
#modal-login .optgroup {
    padding: 5px 0 5px 90px;
}
.optgroup {
    padding: 2px;
}
#modal-login .optgroup {
    overflow: auto;
    padding: 11px 0 0 90px;
}
.optgroup {
    padding: 2px;
}

#modal-login .optgroup .lbl {
    display: block;
    float: left;
    margin-left: -90px;
    padding: 6px 0;
}

#modal-login .optgroup .f_input {
    width: 224px;
}
.f_input, .f_textarea, .f_select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 6px;
    width: 233px;
}
.f_btn {
    background: #969696;
    border: 0 none;
    border-radius: 18px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 21px 9px;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.vpad {
    padding: 6px 0;
}
.recallbox {
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px #1f1f1f;
    display: none;
    left: 35%;
    position: fixed;
    top: 30%;
    width: 305px;
    z-index: 1041;
}
.recallbox .dtw {
    max-height: 475px;
    padding: 18px 34px 1px 27px;
}
.recallbox .dbw {
    height: 51px;
    margin: 0;
    padding: 6px 0 0 36px;
    text-align: center;
    width: 223px;
}
#search .recallbox .dbw .f_btn {
	float: none;
	cursor: pointer;
	width: 150px;
}
.recallbox .close {
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 8px;
}
.optgroup {
    padding: 2px;
}
.recallbox .optgroup .lgrey {
    padding-bottom: 3px;
	text-align: left;
	font-size: 11px;
}
.lgrey {
    color: #5B5D5E;
}
#search .recallbox .optgroup .f_input {
    width: 234px;
}
.recallbox .optgroup .f_textarea {
    max-height: 318px;
    max-width: 232px;
	min-width: 226px;
    width: 234px;
}
.footer-niz {
	clear: both;
    color: #000000;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    padding: 10px 1% 6px;
}
.lang-curr {
	float: right;
	padding-top: 8px;
}
.cart_block {
	border: 1px solid #CCE6E9;
    border-radius: 35px;
    padding: 15px 15px 12px;
	float: left;
}
.mobile_hide {
	display: none !important;
}
.avatar {
    float: left;
    margin-right: 13px;
}
.avatar img {
	width: 50px;
}
.author_name b {
	color: #04599a;
}
.author_name .date {
	color: #a2a2a2;
}
span.kol_vo {
	color: #A3AAAC;
    font-size: 14px;
	text-transform: lowercase;
}
.block_list_grid {
    background: url("../image/catshow.png") no-repeat scroll left top;
    float: right;
}
#content .box-product .description_no_hover,
#content .product-grid .description_no_hover {
	clear: left;
}
#content .box-product .description_hover,
#content .product-grid .description_hover {
	display: block;
	text-align: justify;
}
#content .product-grid .price-cart {
	clear: right;
}
.description_hover {
	color: #525657;
    font-size: 11px;
	text-align: justify;
	margin-bottom: 10px;
}
#content .product-list .description_hover,
#content .product-list .description_no_hover {
	display: none;
}
#content .box-product .divshadow .option-div .rating,
#content .box-product .divshadow .option-div .price-cart {
	
}
.owl-carousel .price {
    float: left;
    margin-top: 6px;
}
.none_div {
	display: none:
}
.links > ul > li.mobile-s {
	display: none !important;
}
.product-grid > div .cart_divshadowwidth768 {
	display: none;
}
.kupon {
	background: url("../image/bpromo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    float: right;
    height: 64px;
    line-height: 15px;
    padding: 3px 10px 0 46px;
    width: 188px;
}
.kupon p {
	font-family: icon;
    font-size: 12px;
    height: 45px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-shadow: 0 -1px 0 #9C2323;
}
.block_breadc .breadcrumb {
	padding-bottom: 0;
}
.block_breadc .breadcrumb.yes_kupon {
	padding-bottom: 0;
	width: 64%;
}
.breadcrumb h1 {
	padding: 8px 0 0 0;
}
.contact-bottom-header {
	
}
.tovarov {
	background: url("../image/callback-header.png") no-repeat scroll left center;
    float: right;
    height: 123px;
    line-height: 53px;
    text-align: center;
    width: 220px;
	display: none;
}
.tovarov span.block {
	display: block;
	color: #000000;
    display: block;
    font-size: 18px;
}
.kol_vo_tovar {
    color: #FFFFFF;
    font-size: 39px;
    height: 45px;
    line-height: 42px;
    margin: 0 auto;
    opacity: 1;
    text-shadow: 0 2px 0 #000000;
	font-weight: bold;
}
.kol_vo_tovar span {
	background: url("../image/kol_vo_tovar.png") no-repeat scroll 0 0;
    border-radius: 7px;
    display: inline-block;
    height: 46px;
    text-align: center;
    width: 40px;
}
.column_parent {
	background: #FFFFFF;
    border-radius: 5px;
    display: inline-table;
    padding: 0.4%;
    width: 21%;
}
.column_parent + .column_parent {
	margin-left: 2%;
}
.column_parent {
	border: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
	margin-bottom: 10px;
}
.column_parent:hover {
	border: 1px solid #df2e1c;
}
.header_top_line {
	background: url("../image/foot_2.png") repeat-x scroll center top;
	height: 6px;
}
#column-left .pushpin {
    height: 39px;
    left: -3px;
    position: absolute;
    top: -18px;
    width: 33px;
}
#column-right .pushpin {
    height: 39px;
    right: -3px;
    position: absolute;
    top: -18px;
    width: 33px;
}
.push {
	background: url("../image/push.png") no-repeat scroll center center;
}
.push2 {
	background: url("../image/push2.png") no-repeat scroll center center;
}
.push3 {
	background: url("../image/push3.png") no-repeat scroll center center;
}
.push4 {
	background: url("../image/push4.png") no-repeat scroll center center;
}
.push5 {
	background: url("../image/push5.png") no-repeat scroll center center;
}
.push6 {
	background: url("../image/push6.png") no-repeat scroll center center;
}
.box-product .cart,
.owl-item .cart,
.product-grid .cart {
    padding: 0 0 0 4%;
}
.before_input {
	line-height: 27px;
	border-radius:16px;
	background:transparent;
    background-image: -webkit-linear-gradient(#E16765, #B82120);
    background-image: -moz-linear-gradient(#E16765, #B82120);
    background-image: -o-linear-gradient(#E16765, #B82120);
    -moz-box-shadow: inset 0px -2px 0 #E16765 ;
    -webkit-box-shadow: inset 0px -2px 0 #E16765;
    -o-box-shadow: inset 0px -2px 0 #E16765;
    box-shadow: inset 0px -1px 2px #E16765;
	font-size: 14px;
	display: block;
	text-decoration: none;
    text-align: center;
	color: #fff;
	float: left;
}
.product-info .before_input {
    float: left;
    margin: 6px 0 0 14px;
    overflow: auto;
}

.before_input input.button,
.before_input input.button:hover {
	background: none;
	padding: 3px 14px 5px;
}
.product-list .cart,
.product-mod .cart {
	color:#fff;
    line-height: 27px;
    text-align: center;
    background:transparent;
    text-decoration: none;
    font-size: 14px;
    padding: 1px 1px 0;
}
.before_input:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    color:;
    content: "\0080";
    display: block;
    line-height: 8px;
    margin: 1% auto -11px;
    width: 83%;
}
.product-mod .before_input:before, .product-list .before_input:before {
	margin: 1% auto -7px;
	
}
.product-mod .before_input, .product-list .before_input {
	-moz-box-shadow: inset 0px -2px 0 #E16765 ;
    -webkit-box-shadow: inset 0px -2px 0 #E16765;
    -o-box-shadow: inset 0px -2px 0 #E16765;
    box-shadow: inset 0px -1px 2px #E16765;
	width: 129px;
}
#column-left .before_input:before,
#column-right .before_input:before {
    margin: 1% auto -11%;
    width: 82%;
}
.before_input.float:before {
	margin: 3% auto -9%;
}

.owl-item .cart {
	margin-left: 10px;
}
.shadow_price1 {
	background: url("../image/shadow-price1.png") no-repeat scroll left bottom;
    bottom: -14px;
    height: 77px;
    left: -4px;
    position: absolute;
    width: 150px;
    z-index: 3;
}
.shadow_price2 {
	background: url("../image/shadow-price2.png") no-repeat scroll left bottom;
    bottom: -14px;
    height: 77px;
    left: -10px;
    position: absolute;
    width: 150px;
    z-index: 2;
}
#content .owl-item .shadow_price1,
#content .owl-item .shadow_price2 {
	left: 6px;
}
#content .owl-item .while {
	left: -1px;
}
#content .box-product .price.special_styles, #content .product-grid .price.special_styles, #content .owl-item .price.special_styles, #content .product-list .price.special_styles, #content .product-mod .price.special_styles {
	background: #D5001D;
}
.description_icon {
	background: url("../image/description1.png") no-repeat scroll left bottom #000000;
    float: right;
    height: 22px;
    position: relative;
    right: 14px;
    top: 3px;
    width: 25px;
	cursor: pointer;
	margin-top: 5px;
}
.product-list .description_icon {
	display: none;
}
.description_icon.show {
	background: url("../image/description2.png") no-repeat scroll left bottom #000000;
}
.description_no_hover {
	background: none repeat scroll 0 0 #ffffff;
    bottom: 98px;
    display: none;
    left: -1px;
    padding: 5%;
    position: absolute;
    right: -1px;
    top: -11px;
    z-index: 8;
	transition: box-shadow 2s 2s;
	overflow: auto;
}
.description_no_hover.norating {
	bottom: 60px;
}
.product-grid .description_no_hover {
	bottom: 121px;
}
.product-grid .description_no_hover.norating {
	bottom: 94px;
}
.while {
	background: #fff;
    bottom: -14px;
    height: 77px;
    left: -10px;
    position: absolute;
    width: 7px;
    z-index: 3;
}
.box-product .cart.full_width,
.product-grid .cart.full_width,
.product-list .cart.full_width,
.product-mod .cart.full_width,
.owl-item .cart.full_width {
	width: 90%;
}
.product-mod > div .divshadowgrid {
	display: none;
}
.product-mod > div:hover .divshadowlist {
    display: block;
}
.product-mod .option-div.list,
.product-list .option-div.list  {
	overflow: auto;
	padding-left: 0;
	min-width: 130px;
}
#column-left + #column-right + #content .product-mod .option-div.list,
#column-left + #column-right + #content .product-list .option-div.list  {
	min-width: 105px;
}

.product-mod .divshadowlist .option-div.list,
.product-list .divshadowlist .option-div.list {
	display: none;
}
.product-mod .divshadowlist .option-div.list,
.product-list .divshadowlist .option-div.list {
	display: none;
}
.product-mod .name a,
.product-list .name a {
	color: #2f2f2f;
    display: block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}
.product-mod .description_no_hover .name a,
.product-list .description_no_hover .name a {
	font-weight: bold;
}
.product-mod .price,
.product-list .price {
	color: #df2e1c;
    font-size: 18px;
    text-align: center;
}
.product-mod .price-old,
.product-list .price-old {
	text-decoration: line-through;
    font-size: 10px;
    text-shadow: 0 0 0 #FFFFFF;
}
.product-mod .price-cart,
.product-list .price-cart {
	display: none;
}
.product-mod .price-cart .price,
.product-list .price-cart .price {
	float: left;
}
.product-mod .price-cart .cart.list,
.product-list .price-cart .cart.list {
	float: right;
    margin-top: 4px;
}
.product-mod .cart,
.product-list .cart {
    text-align: center;
}
.product-mod .cart.gridnonehover,
.product-list .cart.gridnonehover {
	display: none;
}
.product-mod .cart.mobile,
.product-list .cart.mobile {
	border-radius: 0;
	text-align: left;
}
.product-mod .cart.mobile input.button,
.product-list .cart.mobile input.button {
    padding: 10px 16px;
    width: auto;
}
.product-mod,
.product-list  {
	overflow: auto;
	padding: 13px 0 0;
	margin-bottom:5px;
	border-radius: 2px;
	display:block;
}
.product-mod > div,
.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-mod .left,
.product-list .left {
	overflow:auto;
	padding:0px 10px 0px 0px;
	margin-right:155px;
	border-right: 1px solid #f1f1f1;
}
.product-mod .image,
.product-list .image {
	float: left;
    margin: 0 20px 7px 0;
    position: relative;
	z-index: 7;
}
.product-mod .image a.image,
.product-list .image a.image {
	margin: 0;
}
.product-mod .name,
.product-list .name {
	margin-bottom: 3px;
}
.product-mod .name a,
.product-list .name a {
	margin-bottom: 10px;
}
.product-mod .name a:hover,
.product-list .name a:hover {
	color: #ce001a;
}
.product-mod .description-list,
.product-list .description-list {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
    text-align: justify;
}
.product-mod .rating,
.product-list .rating {
	margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.product-mod > div .left .rating,
.product-list > div .left .rating {
	overflow: auto;
}
.product-mod > div .left .rating img,
.product-list > div .left .rating img {
	float: left;
	margin-top: 8px;
}
.product-mod > div .left .rating .wishlist,
.product-mod > div .left .rating .compare,
.product-list > div .left .rating .wishlist,
.product-list > div .left .rating .compare {
	display: block;
	margin-top: -8px;
}
.product-mod .rating img,
.product-list .rating img {
	display: block;
    margin: 0 auto 10px;
}
.product-mod .right,
.product-list .right {
	position:absolute;
	top:0px;
	right:0px;
	min-width:130px;
	padding: 0 30px 0px 10px;
	min-height:190px;
	margin-left: 10px;
	text-align: center;
}
.product-mod .price,
.product-list .price {
	margin-bottom: 10px;
}
.product-mod .price-old,
.product-list .price-old {
	text-decoration: line-through;
	color: #333333;
}
.product-mod .price-tax,
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	line-height:22px;
	display:none;
}
.product-mod .cart .button,
.product-list .cart .button {
	border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.product-mod .cart .button {
	padding: 7px 0;
}
.product-list .cart .button {
	padding: 7px 30px;
}
.product-mod .wishlist_compare_icons,
.product-list .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:28px;
}
.product-mod .left .wishlist,
.product-mod .left .compare,
.product-list .left .wishlist,
.product-list .left .compare {
	display: none;
}
.product-mod .wishlist a,
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-mod .compare a,
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-mod .cart.grid,
.product-list .cart.grid {
	display: none;
}
.product-list .stiker-module-special,
.product-mod .stiker-module-special {
	background: #ec005c;
    border-radius: 25px;
    bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 47px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 50px;
    z-index: 8;
}
#column-left .product-mod .image .stiker-module-special,
#column-left .product-mod .image .stiker-module-popular,
#column-left .product-mod .image .stiker-module-new,
#column-left .product-mod .image .stiker-module-new,
#column-right .product-mod .image .stiker-module-special,
#column-right .product-mod .image .stiker-module-special,
#column-right .product-mod .image .stiker-module-popular,
#column-right .product-mod .image .stiker-module-new,
#column-left .product-list .image .stiker-module-special,
#column-left .product-list .image .stiker-module-popular,
#column-left .product-list .image .stiker-module-new,
#column-left .product-list .image .stiker-module-new,
#column-right .product-list .image .stiker-module-special,
#column-right .product-list .image .stiker-module-special,
#column-right .product-list .image .stiker-module-popular,
#column-right .product-list .image .stiker-module-new {
    display: none;
}
.product-mod .stiker-module-popular,
.product-list .stiker-module-popular {
	background: #2bb656;
    border-radius: 0 25px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    left: -1px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: -1px;
    width: 50px;
    z-index: 8;
}
.product-mod .stiker-module-new,
.product-list .stiker-module-new {
	background: #ffe400;
    border-radius: 25px 0 0 25px;
    color: #2f2f2f;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 9px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 20px;
    width: 50px;
    z-index: 8;
}
.product-mod .images-add,
.product-list .images-add {
    
}
.product-mod .images-add a,
.product-list .images-add a {
	
}
.product-mod .images-add  a + a,
.product-list .images-add  a + a {
	margin-left: 10px;
}
.product-mod .images-add,
.product-list .images-add {
    clear: none;
	float: left;
	text-align: center;
}
.product-mod .images-add img,
.product-list .images-add img {
    padding: 3px;
}
.product-mod .option-div,
.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;
}
.product-mod .description_no_hover,
.product-list .description_no_hover {
	display: block;
}
.image.relative > a {
	display: block;
}
.description_mod {
	text-align: justify;
}
.product-grid .image .images-add {
	display: none;
}
.product-list .while {
	left: -12px;
}
.product-list .shadow_price1 {
	left: -5px;
}
.product-list .shadow_price2 {
	left: -5px;
}
.wishlist_compare {
	display: block;
	margin-bottom: 12px;
	overflow: auto;
	margin-top: 9px;
}
.im {
	
}
.product-list .im,
.product-mod .im  {
	float: left;
	border: 5px solid #F5F5F5;
    margin: 0 17px 0 0;
    padding: 12px 10px 0;
    position: relative;
	overflow: hidden;
}
#message-success{
	position: fixed;
	z-index:9998;
}
.message-success a {
	color: #333;
	font-size: 13px;
	text-decoration: underline;
}
.message-success {
	background: url("../image/comments.png") no-repeat scroll 10px center #FFFFFF;
    border-bottom: 1px solid #D2D2CE;
    border-radius: 13px;
    box-shadow: 0 0 6px #999999;
    color: #555555;
    font-size: 13px;
    left: 23%;
    margin: 0;
    padding: 15px 13px 15px 53px;
    position: fixed;
    top: 50%;
    width: 53%;
    z-index: 9999;
}
.share-footer {
	float: right;
    margin-top: 8px;
}
#search-footer {
    border: 0 none;
    margin-bottom: 13px;
    padding-bottom: 0;
    padding-top: 0;
    width: 96%;
	border-radius: 0 0 0 0;
    position: relative;
}
#search-footer .button-search {
    background: url("../image/search-footer.png") no-repeat scroll center center #df2e1c;
    border-radius: 0 5px 5px 0;
    height: 32px;
    right: 0;
    width: 53px;
}
#search-footer .button-search:hover {
	background: url("../image/search-footer.png") no-repeat scroll center center #ef3e2c;
}
#search-footer input {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 0 #ffffff inset;
    height: 19px;
    padding: 6px 0 6px 4%;
    width: 95%;
}
.quantity.tablet_hide .before_input,
.mobile_quantity .before_input,
.mobile_quantity .before_input:hover {
	background: none;
    border: 0 none;
    box-shadow: 0 0 0 #fff;
	padding: 0;
}
.quantity.tablet_hide input {
	float: left;
}
.tovarov_header_line {
	float: left;
    font-size: 12px;
    margin-left: 13px;
    margin-top: 11px;
	display: none;
}
#content #owl-example25 .owl-item > div {
	padding: 10px;
}
.social_img.mobil {
	display: none;
}
.cart.mobile {
	display: none;
}
.quantity-input.mobile {
	display: none;
}
.rating.mobile {
		display: none;
	}
.product-zoom.mobile {
		display: none;
	}
.cart_description.mobile {
	display: none;
}
.buttons .right .before_input {
	float: right;
}
.wait {
	position: absolute;
	top: 45%;
	left: 45%;
}
.register_href {
	float: right;
	line-height: 33px;
}
.register_href a {
	background: url("../image/icon.png") no-repeat scroll 59px 2px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 14px;
}
.text-h p {
	margin-bottom: 0px;
}
.contacts-phone {
    float: right;
    margin-right: 20px;
    position: relative;
    top: 38px;
	background: url("../image/icon-phone.png") no-repeat scroll center center;
	height: 24px;
	width: 53px;
	position: relative;
	cursor: pointer;
	z-index: 9;
}
.bottom-footer .contacts-phone {
	float: left;
	left: auto;
	margin-bottom: 29px;
	margin-left: 24px;
	margin-top: 27px;
	top: auto;
}
.header_top_center .contacts-phone {
	margin-top: 6px;
    top: auto;
	display: none;
}
.bottom-footer .contacts-phone {
	
}
.contacts-phone-more {
	background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 2px #aeaeae;
    min-height: 20px;
    min-width: 100px;
    position: absolute;
    top: 35px;
	padding: 14px 7px 7px 14px;
	display: none;
	cursor: auto;
}
.contacts-phone-more p {
	margin-bottom: 8px;
}
.arrow-contacts-phone-more {
    background: url("../image/arrow-contacts-phone-more.png") no-repeat scroll center center;
    height: 5px;
    left: 23px;
    position: absolute;
    top: 30px;
    width: 12px;
    z-index: 9;
	display: none;
}
.popular_search {
	margin-bottom: 10px;
}
.popular_search a {
	color: #04599a;
	border-bottom: 1px dotted #04599a;
}
.popular_search a + a {
	margin-left: 10px;
}
.modal-backdrop-footer {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
	opacity: 0.5;
	display: none;
}
.modal-backdrop-footer.active {
	display: block;
}
.callback_perem {
	color: #414141;
    font-size: 19px;
    margin-bottom: 12px;
}
.callback-footer {
	background: #167ac6;
    border-radius: 7px 7px 0 0;
    height: 80px;
}
.text-bottom-callback {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 5px 5px 10px;
}
.text-bottom-callback p {
	margin-bottom: 5px;
	line-height: initial;
}
.gray {
	background: #ededed;
}
#add-review-2 {
	display: none;
}
.hover-div {
	bottom: -5%;
    left: -5%;
    position: absolute;
    right: -5%;
    top: -5%;
}
#content .box-product > div .options,
#content .box-product > div .description_hover,
#content .product-grid > div .options.list,
#content .product-grid > div .options.grid,
#content .product-grid > div .description_hover {
	display: none;
	background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-left: -1px;
    padding: 0 4% 10px;
    position: absolute;
	text-align: left;
    width: 92%;
	z-index: 9;
}
#content .box-product > div:hover .options,
#content .box-product > div:hover .description_hover,
#content .product-grid > div:hover .options.grid,
#content .product-grid > div:hover .description_hover {
	display: block;
	border-right: 1px solid #df2e1c;
	border-bottom: 1px solid #df2e1c;
	border-left: 1px solid #df2e1c;
}
#content .product-list > div .options.grid {
	display: none;
}
.minus {
    background: url("../image/plus-minus.png") no-repeat scroll 1px -17px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin-right: 4px;
    margin-top: 3px;
    width: 20px;
}
.plus {
    background: url("../image/plus-minus.png") no-repeat scroll -1px 2px transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-left: 5px;
    margin-top: 3px;
    width: 20px;
}
.quantity-input {
	float: right;
}
.product-mod .quantity-input,
.product-list .quantity-input {
    float: none;
    width: 95px;
	margin: 0 auto;
}
.quantity-input input {
	text-align: center;
	padding: 6px 3px;
}
.quantity-input.none {
	display: none;
}










#content .box-product > div .image:hover a.image,
#content .product-list > div .image:hover a.image,
#content .product-mod > div .image:hover a.image,
#content .product-grid > div .image:hover a.image {
	display: none;
}
.box-content ul.slides, .box-product ul.slides, .product-list ul.slides, .product-grid ul.slides, .product-mod ul.slides {
	z-index:0;
	display: none;
}
.box-content ul.slides.active, .box-product ul.slides.active, .product-list ul.slides.active, .product-grid ul.slides.active, .product-mod ul.slides.active {
	display: block;
}
.price.mobile {
	display: none;
}






.optionslist {
	margin-bottom: 10px;
}
.product-list .left .cart.listnonehover {
	display: none;
}
#content .owl-carousel.carousel.carouselmodule .owl-item > div {
	border: 0 none;
}
.head_carousel {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #2f2f2f;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto -15px;
    padding: 3px 7px;
    position: relative;
    text-align: center;
    width: 145px;
    z-index: 2;
}
.box-content.modulecateg {
	padding-top: 15px;
}
.header_newss {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 18px;
}
.all_news a {
	color: #898989;
}
.news_block {
	background: #ffffff;
    margin: 0 auto 20px;
    position: relative;
    width: 98%;
	padding: 20px 1%;
}
.news_block_block {
	border-top: 1px solid #d9d9d9;
}
.news_head {
	background: #ffffff;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    top: 10px;
}
.news_element {
	display: inline-table;
    overflow: auto;
    padding-right: 3%;
    text-align: justify;
	margin-bottom: 20px;
}

.news_element:last-of-type {
	padding-right: 0;
	width: 31%;
}
.img_news {
	float: left;
}
.name_news a {
	color: #04599a;
	font-weight: bold;
}
.add_news {
	clear: left;
	padding-top: 20px;
}
.date_footer {
	color: #898989;
}
.footer_text {
	background: #ffffff;
	margin: 0 auto 15px;
    padding: 1%;
    text-align: justify;
    width: 98%;
}
.more_news {
	cursor: pointer;
}
.footer_script_social {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.footer_script_social .footer_script_social_div {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 140px;
	margin-bottom: 10px;
}
.footer_script_social .footer_script_social_div + .footer_script_social_div {
	margin-left: 10px;
}
.news_element.column-3 {
	width: 30%;
}
.news_element.column-2 {
	width: 46%;
}
.news_element.column-1 {
	width: 96%;
}
#column-left .owl-carousel.reviews .owl-item > div .podrobnee,
#column-right .owl-carousel.reviews .owl-item > div .podrobnee {
    margin-top: 10px;
}
#column-left .owl-carousel,
#column-right .owl-carousel {
	padding-bottom: 0;
}
#content .owl-carousel.reviews .owl-item > div .review {
	margin-bottom: 10px;
}