body {
	color: #525657;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
@font-face {
    font-family:'OpenSans';
    src:url('../font/Open_Sans_Condensed_ Light.ttf');
    font-weight:normal;
    font-style:normal;
}
@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;
}
#column-left .content_position,
#column-right .content_position,
#content .column_position {
	display: none;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa.fa-search {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
.block_breadc h2,
h1.product {
	color: #020511;
    display: inline-block;
    font-family: "OpenSans",sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0 10px 0 0;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
}
div.required .control-label {
	font-weight: bold;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	text-align: center;
}
#logo a img {
	max-width: 210px;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 15px;
}
#search .input-lg {
	font-size: 14px;
	height: 42px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	background: url("../image/search.png") no-repeat scroll center center;
    cursor: pointer;
    height: 42px;
    width: 49px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	width: auto;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 13px 0 20px;
    text-align: center;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
	clear: both;
}
#menu .nav > li {
	
}
#menu .nav > li > a {
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	
}
#menu .dropdown-inner ul.list-unstyled {
	list-style: outside none none;
    margin: 0 0 0 10px;
    padding: 0;
}
#menu .dropdown-inner a {
	min-width: 160px;
	padding: 3px 15px;
	clear: both;
	line-height: 15px;
	color: #333333;
	font-size: 12px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	color: #fff;
    float: right;
    font-size: 22px;
    font-stretch: expanded;
    margin: 0 0 1px;
    padding: 4px 28px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */

#footer {
    margin: 0 auto 10px;
    min-height: 100px;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}
.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;
}
#footer .column {
    border: 1px solid #e8e8e8;
    float: none;
    min-height: 80px;
    min-width: 160px;
    padding: 2%;
    text-align: left;
    vertical-align: top;
}
#footer h3 {
    color: #da251c;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 4px;
    text-align: left;
}

#footer .column ul {
    margin: 0 0 0 14px;
    min-height: 101px;
    padding: 10px;
}

#footer .column ul li {
    list-style-image: url("../image/footer-li-list.png");
    margin-bottom: 2px;
}
#footer .column a {
    color: #555555;
    line-height: 21px;
}
footer {
	
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 12px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	border-bottom: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -5px;
    top: 6px;
    width: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333333;
	border-radius: 0;
}
button.dropdown-toggle {
	color: #ffffff;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #000000;
    font-size: 12px;
	background: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	
}
/* list group */
.list-group a {
	color: #888888;
	padding: 6px 10px;
}
.list-group.category a {
	border: 0 none;
	cursor: pointer;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ff0000;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
}
.product-thumb .caption h4 a {
	color: #2f2f2f;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#column-left .product-thumb .caption h4 a,
#column-right .product-thumb .caption h4 a {
	font-weight: normal;
}
.product-thumb {
	background: #ffffff;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
	border: 1px solid #f5f5f5;
	width: 100%;
}
#column-left .product-thumb,
#column-right .product-thumb {
	text-align: center;
	border: 0 none;
}
.product-list .product-thumb {
	border: 1px solid #ffffff;
}
.product-thumb:hover {
	border: 1px solid #df2e1c;
}
.tab-related .product-thumb:hover {
	border: 1px solid #ffffff;
}
.product-list .product-thumb:hover {
	border: 1px solid #ffffff;
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.product-list .product-thumb .image {
	margin-bottom: 0px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb div.image {
	float: none;
}
.product-list .product-thumb div.image {
	float: left;
	padding: 0;
	margin-right: 14px;
	position: relative;
	z-index: 1;
}
.product-list .product-thumb a.image {
	margin-right: 0px;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 12px;
    text-align: justify;
}
#content .product-list .product-thumb .caption {
	margin-left: 230px;
	margin-right: 145px;
}
#column-left + #content .product-list .product-thumb .caption {
	margin-left: 230px;
	margin-right: 155px;
}
#content .product-list .product-thumb .description_hover {
	margin-right: 155px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #df2e1c;
    font-size: 18px;
	padding: 0 12px;
}
.tab-related .product-thumb .price {
	padding: 0;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
	text-align: center;
}
.product-list .product-thumb .price {
	text-align: center;
	margin-top: 10px;
}
.product-thumb .price-new {
	display: block;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 11px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 11px;
	display: block;
}
#column-left .product-thumb .price-tax,
#column-right .product-thumb .price-tax,
#column-left .wishlist_compare,
#column-right .wishlist_compare {
	display: none;
}
.product-thumb .button-group {
	margin-bottom: 15px;
    position: relative;
    text-align: left;
    z-index: 1;
	padding: 0 0 0 4%;
	overflow: auto;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
	text-align: center;
	margin-bottom: 0;
}
.quantity-input {
    float: right;
}
.product-list .product-thumb .quantity-input {
	float: none;
    margin: 0 auto;
    width: 90px;
}
.product-thumb .button-group button.button {
    display: inline-block;
    text-decoration: none;
	line-height: 16px;
    padding: 7px 16px;
}
.product-thumb .cart.mobile button {
	border-radius: 3px;
	border: 0 none;
	margin: 10px 0;
}
.product-thumb .button-group .wishlist_compare button {
    background: rgba(0, 0, 0, 0) url("../image/add.png") no-repeat scroll left center;
    color: #333333;
    float: left;
    margin-left: 6px;
    padding-left: 18px;
    text-decoration: none;
}
.product-list .product-thumb .button-group .wishlist_compare button {
	float: none;
	line-height: 21px;
}
.product-thumb .button-group .wishlist_compare button + button {
	float: right;
}
.wishlist_compare {
    display: block;
    margin-bottom: 12px;
    margin-top: 9px;
    overflow: auto;
}
#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
	float: none;
	line-height: 15px;
}
#column-left .wishlist_compare,
#column-right .wishlist_compare {
	text-align: center;
}
.product-list .wishlist_compare {
    margin-top: 0px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	border: medium none;
    display: inline-block;
    float: left;
    line-height: 38px;
    text-align: center;
    text-transform: lowercase;
}
.product-thumb .button-group button.button {
	text-transform: none;
}
.product-list .product-thumb .button-group button.button {
	display: block;
    float: none;
    margin: 0 auto;
    padding: 7px 23px;
}
button {
	font-weight: bold;
	font-size: 12px;
}
button.button {
	background: #167ac6;
	border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 17px;
	font-size: 12px;
}
button.button.grid {
	display: none;
}
button.button:hover {
	color: #ffffff;
	background: #d5001d;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 10px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: inline-block;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

#column-left {
	float: left;
    margin-bottom: 30px;
    padding-left: 1px;
    width: 20%;
}
#column-left,
#column-right {
	padding: 0px;
}










#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;
}
.header_top_center .contacts-phone {
	margin-top: 6px;
    top: auto;
	display: none;
}
.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;
}
.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_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;}

.header_top {
    font-size: 12px;
}
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;
}
#welcome_mobile {
	text-align: center;
	display: none;
}
#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;
}
#welcome .dropdown-login span {
    background: url("../image/icon.png") no-repeat scroll 129px 4px;
	font-size: 12px;
    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: 36px;
	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;
}
.register_href {
	float: right;
	line-height: 33px;
	margin-left: 10px;
}
.register_href a {
	background: url("../image/icon.png") no-repeat scroll 59px 2px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 14px;
}
.lang-curr {
	float: right;
}
.cart-img {
	text-align: center;
}
.popular_search {
    margin-bottom: 10px;
}

.popular_search a {
    border-bottom: 1px dotted #04599a;
    color: #04599a;
}
.popular_search a + a {
    margin-left: 10px;
}

.contacts-right-header {
    float: right;
    margin-right: 25px;
    margin-top: 25px;
	max-width: 210px;
}
.bottom-footer .contacts-right-header {
    float: left;
    margin: 0;
    padding-top: 15px;
}
.text-h p {
    margin-bottom: 0;
}

.contact-bottom-header a span.callback {
    color: #04599a;
	text-decoration: underline;
	cursor: pointer;
}
.bottom-footer .contact-bottom-header a span.callback,
.bottom-footer-center .contact-bottom-header a:hover span.callback {
    color: #ffffff;
}

.recallbox .dtw {
    max-height: 475px;
    padding: 18px 34px 1px 27px;
}
.recallbox .close {
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 8px;
}
.rcol {
    float: right;
}
#contac #callback {
    color: #000000;
    display: none;
    font-size: 13px;
    margin: 100px auto;
    text-align: center;
    width: 241px;
}
#contac #callback {
    color: #000000;
    display: none;
    font-size: 13px;
    margin: 100px auto;
    text-align: center;
    width: 241px;
}
.optgroup {
    padding: 2px;
}
.recallbox .optgroup .lgrey {
    font-size: 11px;
    padding-bottom: 3px;
    text-align: left;
}
.lgrey {
    color: #5b5d5e;
}

.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;
}
.recallbox .dbw {
    height: 51px;
    margin: 0;
    padding: 6px 0 0 36px;
    text-align: center;
    width: 223px;
}
.f_btn {
    background: none repeat scroll 0 0 #969696;
    border: 0 none;
    border-radius: 18px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 21px 9px;
}
.contacts-phone {
    background: url("../image/icon-phone.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 24px;
    margin-right: 20px;
    position: relative;
    top: 38px;
    width: 53px;
    z-index: 9;
}
.bottom-footer .contacts-phone {
    float: left;
    left: auto;
    margin-bottom: 29px;
    margin-left: 24px;
    margin-top: 27px;
    top: auto;
}
.arrow-contacts-phone-more {
    background: url("../image/arrow-contacts-phone-more.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 5px;
    left: 23px;
    position: absolute;
    top: 30px;
    width: 12px;
    z-index: 9;
}
.arrow-contacts-phone-more {
    background: url("../image/arrow-contacts-phone-more.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 5px;
    left: 23px;
    position: absolute;
    top: 30px;
    width: 12px;
    z-index: 9;
}
.contacts-phone-more p {
    margin-bottom: 8px;
}

.contacts-right-header {
    float: right;
    margin-right: 25px;
    margin-top: 30px;
}
header {
	background: url("../image/bg-header.png") repeat scroll 0 0;
    color: #888888;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.column-1child,
.column-2child,
.column-3child {
	display: inline-block;
    float: none;
    padding-bottom: 12px;
    padding-right: 1%;
    vertical-align: top;
    width: 31%;
}
ul.list-unstyled li .third > ul {
	list-style-type: none;
}
#menu .dropdown-inner a.image-categ {
    float: left;
    min-width: auto;
    padding-left: 5%;
}
#menu .dropdown-inner a.shadow {
	margin-bottom: 10px;
	color: #4c4c4c;
    font-size: 14px;
}
.third {
	margin-top: 10px;
}
li.column-1child .third,
li.column-2child .third,
li.column-3child .third {
	color: #4c4c4c;
    font-size: 12px;
}



















#modal-login {
    margin-left: -190px;
    width: 380px;
}
.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: 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 {
    padding: 11px 0 0 90px;
	text-align: left;
}
.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: 5px;
    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;
}
#welcome #modal-login {
	line-height: 20px;
	padding: 12px 7px 17px;
}
#welcome #modal-login .dbw {
	padding-bottom: 10px;
}
#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;
}

.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;
	margin-bottom: 10px;
}
.footer_script_social .footer_script_social_div a + a {
	margin-left: 20px;
}
.news_element.column-3 {
	width: 32%;
}
.news_element.column-2 {
	width: 46%;
}
.news_element.column-1 {
	width: 96%;
}
.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%;
}
.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;
}
#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 {
	clear: both;
    color: #000000;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    padding: 10px 1% 6px;
}
.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;
}

.container {
    background: none;
    margin: 0 auto 15px;
    padding: 15px 0 1%;
    position: relative;
    text-align: left;
    width: 98%;
    z-index: 8;
}
.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-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;
}
.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;
}
#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: 33px;
    padding: 6px 0 6px 4%;
    width: 95%;
}
.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;
}
.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;
}
.row #content h3,
.row #column-left h3,
.row #column-right h3 {
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
    position: relative;
    z-index: 1;
	font-family: "OpenSans",sans-serif;
	font-weight: 600;
    line-height: 20px;
	text-transform: uppercase;
}
.row #content h3 {
	background: url("../image/catshow.png") repeat-x scroll left bottom;
}
.row #column-left h3,
.row #column-right h3 {
	 margin-top: 10px;
	 text-align: center;
}
.row #column-left .column_position h3, .row #column-right .column_position h3 {
	text-align: left;
}
.product-thumb .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-thumb .stiker-module-popular:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 11px;
    margin: 5px auto -36% 12%;
    width: 63%;
	height: 10px;
}
.product-thumb .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-list .product-thumb .stiker-module-new {
	display: none;
}
.product-list .product-thumb .image .stiker-module-new {
	display: block;
}
.product-thumb .stiker-module-new:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 11px;
    margin: 5px auto -37%;
    width: 72%;
	height: 10px;
}
.product-thumb .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;
}
.product-thumb .stiker-module-special:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 11px;
    margin: 5px auto -31%;
    width: 40%;
	height: 10px;
}
.productimage .thumbnails .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: 98;
}
.productimage .thumbnails .stiker-popular-product::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 11px;
    margin: 6px auto -31% 31%;
    width: 58%;
	height: 10px;
}
.productimage .thumbnails .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: 98;
}
.productimage .thumbnails .stiker-special-product::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 8px;
    margin: 5px auto -25%;
    width: 40%;
	height: 10px;
}
.productimage .thumbnails .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: 98;
}
.productimage .thumbnails .stiker-new-product:before {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    border-radius: 16px;
    content: url();
    display: block;
    line-height: 11px;
    margin: 5px auto -26%;
    width: 72%;
	height: 10px;
}
.slides::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.product-thumb .image:hover a.image {
	display: none;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image {
	float: left;
	margin-right: 10px;
}
.product-thumb  ul.slides {
    display: none;
    z-index: 0;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.product-thumb  ul.slides.active {
	display: block;
}

.minus {
    background: transparent url("../image/plus-minus.png") no-repeat scroll 1px -17px;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin-right: 4px;
    margin-top: 3px;
    width: 20px;
}

.quantity-input input {
    padding: 6px 3px;
    text-align: center;
	width: 30px;
}
.quantity-input.none {
	display: none;
}
.plus {
    background: transparent url("../image/plus-minus.png") no-repeat scroll -1px 2px;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-left: 5px;
    margin-top: 3px;
    width: 20px;
}

.product-thumb .stock_q {
    margin-bottom: 10px;
    padding: 0 12px;
    text-align: left;
}
.product-list .product-thumb .stock_q {
    padding: 0;
}
.rating a {
    text-decoration: underline;
}

.product-thumb .options,
.product-thumb .description_hover {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: none;
    left: -1px;
    padding: 0 4% 10px;
    position: absolute;
    text-align: left;
    right: -1px;
    z-index: 9;
}
.product-list .product-thumb .options {
	overflow: auto;
}
.product-list .product-thumb .options,
.product-list .product-thumb .description_hover {
	display: block;
	position: inherit;
	padding: 0px;
	z-index: 0;
}
.product-list .product-thumb:hover .options,
.product-list .product-thumb:hover .description_hover {
	border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.product-thumb .description_hover {
	text-align: justify;
}
.bold {
    font-weight: bold;
}
.product-thumb .options .option input.none {
    display: none;
}
.product-thumb:hover .options,
.product-thumb:hover .description_hover {
	display: block;
	border-right: 1px solid #df2e1c;
	border-bottom: 1px solid #df2e1c;
	border-left: 1px solid #df2e1c;
}
.error {
    color: #ff0000;
    display: block;
    font-size: 11px;
}
.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 5px 3px;
    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:;
    display: block;
    line-height: 5px;
    margin: 0 auto -8px;
    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;
}
.product-list .product-thumb {
	background: url("../image/grid-item-shadow.png") no-repeat scroll right bottom;
    margin: 0 0 8px;
    min-height: 260px;
    padding: 0 30px 19px 15px;
    position: relative;
}
.product-layout.product-list {
	padding: 0px;
}
.product-list .product-thumb .button-group {
    min-height: 190px;
    min-width: 171px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.mobile {
	display: none !important;
}

.block_breadc {
    background: #ececec;
    margin-bottom: 15px;
    overflow: auto;
    padding: 15px 20px 0;
}
.block_breadc .breadcrumb {
    margin-bottom: 9px;
}
.breadcrumb {
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
}
.breadcrumb a {
    color: #6c6c6c;
    font: 12px/18px Arial,Helvetica,sans-serif;
}

span.kol_vo {
    color: #a3aaac;
    font-size: 14px;
    text-transform: lowercase;
	font-family: "OpenSans",sans-serif;
	font-weight: bold;
}
.kupon {
    background: rgba(0, 0, 0, 0) url("../image/bpromo.png") no-repeat scroll 0 0;
    color: #ffffff;
    float: right;
    height: 64px;
    line-height: 15px;
    padding: 3px 10px 0 46px;
    width: 247px;
}
.kupon p {
    font-family: icon;
    font-size: 12px;
    height: 45px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-shadow: 0 -1px 0 #9c2323;
}
.category-list {
    margin-bottom: 15px;
    overflow: auto;
    position: relative;
	width: auto;
}
.col-sm-3.category-list {
	float: none;
}
.col-sm-3.divcart {
	padding-top: 15px;
}
#cart.btn-block {
	max-width: 200px;
}
#cart .btn {
	white-space: normal;
}
.category-list ul {
    display: inline-table;
    line-height: 12px;
    list-style: outside none none;
    padding-left: 0;
    width: 23%;
}
.category-list ul li {
    text-align: center;
}
.category-list ul li a span {
    color: #000000;
    font-size: 12px;
	display: block;
    margin-top: 10px;
}
.product-filter {
    background: #ececec;
    display: block;
    overflow: auto;
    padding: 15px 13px 9px;
}
.product-filter .col-md-4 {
    float: right;
    width: auto;
}
.product-compare {
    display: inline-block;
    float: left;
    font-weight: normal;
}

.product-filter .col-md-3 {
	width: 40%;
}
.limit, .sort {
    float: right;
}
.limit label, .sort label {
	float: left;
	margin: 6px 9px 0 0;
}
.limit .form-control,
.sort .form-control {
	width: auto;
}
.col-md-3.text-right.sort,
.col-md-2.text-right.limit,
.product-filter .col-md-4{
	padding-top: 0px;
}
.product-grid .show_list {
	display: none;
}
.product-list .show_grid {
	display: none;
}
.block_breadc .breadcrumb.yes_kupon {
    padding-bottom: 0;
    width: 64%;
	float: left;
}
#column-left .col-lg-3,
#column-right .col-lg-3 {
    width: 100%;
	float: none;
}
#column-left .col-lg-3 + .col-lg-3,
#column-right .col-lg-3 + .col-lg-3 {
	border-top: 1px solid #e5e5e5;
}
.htabs {
    background: #ececec;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 16px 0 16px 10px;
}
.htabs a {
    border-bottom: 1px solid #939393;
    color: #939393;
    display: inline-block;
    line-height: 15px;
    margin-right: 5px;
}
a.tabs {
    border-bottom: 1px dashed #04599a;
    color: #04599a;
}
.view-images {
    background: url("../image/preview.png") no-repeat scroll left 0;
    display: block;
    height: 35px;
    margin: 2px 0 -37px 13px;
    overflow: hidden;
    position: relative;
    width: 35px;
    z-index: 8;
}
.view-images img {
	height: 35px;
    opacity: 0;
}

.description-product li {
    background: rgba(0, 0, 0, 0) url("../image/bullet_tiny.png") no-repeat scroll left 50%;
    color: #555555;
    font-weight: normal;
    line-height: 18px;
    padding-left: 11px;
	display: inline-block;
}
.description-product li span {
	font-weight: bold;
}
.description-product li a {
    color: #4d4d4d;
    text-decoration: none;
}
.price-product li h2 {
	color: #f60587;
    font-size: 18px;
	margin-bottom: 0px;
}
.price-product li {
    font-size: 11px;
	color: #525657;
}
.thumbnails li {
	background: #ffffff;
	border-radius: 6px;
	border: 5px solid #f5f5f5;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.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;
}
.image-additional img {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 4px;
}
.image-additional {
    border-top: 1px solid #eeeeee;
    max-width: 310px;
    padding-top: 13px;
    position: relative;
    text-align: center;
}
#product .form-group input.none {
    display: none;
}
#product .form-group.cart-box-bottom {
	display: block;
}
.form-group {
    border-radius: 6px;
    margin-bottom: 12px;
    margin-right: 16px;
    padding: 8px 8px 0;
}
#add-review-2 .form-group.required {
	margin-bottom: 0px;
	padding-top: 0px;
}
#product {
	overflow: auto;
}
#product .form-group {
    border: 1px solid #969696;
	display: inline-block;
}
.form-group .radio {
	display: inline-block;
	padding-left: 0px;
	margin-top: 5px;
}

.cart-box-bottom {
    height: 58px;
    margin: 0 0 18px;
    width: 320px;
}

.cart-box-bottom .quantity-input {
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    float: left;
    padding: 2px;
}
#product .form-group.cart-box-bottom {
	border: 0 none;
}
.cart-box-bottom .quantity-input .minus1 {
    background: url("../image/quantity.png") no-repeat scroll left 9px;
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    width: 36px;
}
.cart-box-bottom .quantity-input .plus1 {
    background: url("../image/quantity.png") no-repeat scroll right 9px;
    cursor: pointer;
    display: block;
    float: right;
    height: 34px;
    width: 36px;
}
.cart-box-bottom .quantity-input input.form-control {
    float: left;
    margin: 3px 0 0;
    text-align: center;
    width: 30px;
}
.cart-box-bottom button.btn-primary {
    background: #167ac6;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 23px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: auto;
}
.cart-box-bottom  button.btn.btn-default {
	background: url("../image/add.png") no-repeat scroll left center;
    color: #167ac6;
    float: left;
    margin-left: 6px;
    padding-left: 18px;
    text-decoration: underline;
	border: 0 none;
}
.cart-box-bottom  button.btn.btn-default + button.btn.btn-default {
	float: right;
}
.rating hr {
	margin-bottom: 5px;
	margin-top: 5px;
}
.col-sm-6.pageproduct {
	float: none;
	width: auto;
	z-index: -1;
}
.rating .addthis_toolbox.addthis_default_style div.atclear {
	clear: none;
}
h1.product_description {
	color: #333333;
    font-size: 23px;
	font-family: "OpenSans",sans-serif;
	font-weight: bold;
}
.review-comment-str {
    overflow: auto;
}
.review-comment-str h1 {
    float: left;
    line-height: 40px;
    margin-bottom: 0;
	font-family: "OpenSans",sans-serif;
	font-weight: bold;
}
.add_review {
    color: #9b9b9b;
    float: right;
}
.add_review a {
    background: #167ac6;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    padding: 11px 22px;
    text-align: center;
	cursor: pointer;
}
.table.table-striped.fa-stack {
	width: 1em;
}
.tab-related {
    border: 1px solid #df2e1c;
	overflow: auto;
}
.tab-related .product-thumb {
	text-align: center;
}
.tab-related .wishlist_compare {
	clear: left;
}
.news_element {
    display: inline-table;
    margin-bottom: 20px;
    overflow: auto;
    padding-right: 3%;
    text-align: justify;
	width: 30%;
}
.img_news {
    float: left;
}
.news_element {
    text-align: justify;
}
.date_footer {
    color: #898989;
    font-size: 12px;
}
.name_news, .name_news a {
    color: #04599a;
    font-size: 12px;
}
.name_news, .name_news a {
    color: #04599a;
    font-size: 12px;
}
.more_news {
    cursor: pointer;
}
.name_news_page {
	color: #04599a;
    font-size: 12px;
	font-weight: bold;
}
#menu .nav > li > a {
	margin-top: -1px;
}
.navbar-nav > li > .dropdown-menu {
	padding: 20px 0;
	border: 0 none;
}
.header_links_cart {
	clear: both;
    float: none;
    margin: 0 auto 15px;
    padding-left: 0;
    text-align: center;
    width: 80%;
}
.links > ul > li > a {
    line-height: 25px;
}
.links > ul > li > a {
    background-image: none !important;
    color: #474a4a;
    font-size: 12px;
    min-width: 10px;
    padding: 0 6px 4px;
}
.links > ul > li {
    display: inline-block !important;
    float: none;
    margin-right: 0;
}
.header_links_cart {
	display: none;
}
.cart-img.tablet {
	display: none;
	float: left;
}
#content.col-sm-9 {
	margin-left: 0;
	float: left;
	width: 80%;
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#content.col-sm-6 {
	margin: 0 auto;
    width: 59%;
}
#column-right.col-sm-3 {
	width: 20%;
	float: left;	
}
#content .row.podcategory {
	overflow: auto;
}
.show_list p.price.tablet {
	display: none;
}
.cart.tablet {
	margin: 10px 0;
	display: none;
}
.product-thumb .button-group button.button.grid {
	display: none;
}
.product-grid .product-thumb .description_hover.list,
.product-grid .product-thumb:hover .description_hover.list {
	display: none;
}
.view {
	margin-bottom: 10px;
}
#content.col-sm-6 .col-md-3.sort label,
#content.col-sm-6 .col-md-2.limit label {
	margin-top: 0px;
}
#content.col-sm-6 .product-filter {
	padding-bottom: 12px;
}
.col-sm-6.productimage,
.col-sm-8.productimage {
	width: auto;
}
#column-left .list-group,
#column-right .list-group {
	background: #fff;
    border: 4px solid #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    padding: 10px;
    position: relative;
}
#column-left .list-group .list-group-item,
#column-right .list-group .list-group-item {
	background: none;
	border: 0 none;
}
#column-left .list-group .list-group-item + .list-group-item,
#column-right .list-group .list-group-item + .list-group-item {
	border-top: 1px solid #e5e5e5;
}


#column-left .list-group.category ul,
#column-right .list-group.category ul {
	list-style-type: none;
	padding-left: 0px;
}
.list-group.category li a {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}
#column-left .list-group.category, #column-right .list-group.category {
    background: #ececec;
    border: 4px solid #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    padding: 10px;
    position: relative;
	width: 92%;
}
#column-right .list-group.category {
	float: right;
}
#column-left .list-group.category li,
#column-right .list-group.category li {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
#column-left .list-group.category > li > a,
#column-right .list-group.category > li > a {
    padding: 8px 26px 8px 0;
}
#column-left .list-group.category a.category-button,
#column-right .list-group.category a.category-button {
    color: #2bab1f;
    height: 23px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    width: 22px;
}
.icon-plus:before {
    content: "\f067";
    font-weight: normal;
}
#column-left a.category-button.detailed .icon-plus:before,
#column-right a.category-button.detailed .icon-plus:before {
	content: "\f068";
}
#column-left .list-group.category li ul,
#column-right .list-group.category li ul {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#column-left .list-group.category ul li > ul,
#column-right .list-group.category ul li > ul {
    border-top: 1px solid #000000;
}
#column-left .list-group.category ul > li ul > li > a,
#column-right .list-group.category ul > li ul > li > a {
    padding: 8px 32px 8px 22px;
}
#column-left .list-group.category ul > li ul > li ul > li > a,
#column-right .list-group.category ul > li ul > li ul > li > a {
    padding: 8px 32px 8px 29px;
}
.list-group.category a.active, .list-group.category a.active:hover, .list-group.category a:hover {
	color: #ff0000;
}
.navbar-nav > li:hover {
	background: #FFFFFF;
	box-shadow: 0 -2px 2px #D9D9D9;
}
#menu .nav > li.current {
    background: #61767c none repeat scroll 0 0;
    border-radius: 0;
}
#cart .text-right a {
	background: #333333;
	border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
	margin-left: 3px;
    padding: 7px 9px;
}
#cart .btn {
    padding: 1.5px 3px;
}
.table-bordered-top {
    border-top: 1px solid #ddd;
}
.list-group.category > ul > li + li,
.list-group.category > ul > li > ul > li + li,
.list-group.category > ul > li > ul > li > ul > li + li {
    border-top: 1px solid #d2d2ce;
}
.product-list .description_hover.grid {
	display: none;
}
.tab-related .product-thumb.transition,
.tab-related .product-thumb.transition:hover {
	border: 1px solid #ffffff;
}
/* Cloud zoom */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin: 0px;
	background-color: #fff;	
	cursor: move;
}
.cloud-zoom-big {
	border: 5px solid #eeeeee;
	overflow: hidden;
	width: 130%;
    background: #FFFFFF;
}
.cloud-zoom-loading {
	color: white;	
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
#column-left .row,
#column-right .row {
	background: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.87), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    padding: 10px;
    position: relative;
    width: 92%;
	margin-bottom: 15px;
}
#column-left .row {
	float: left;
}
#column-right .row {
	float: right;
}
.manufacturer {
	background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    display: block;
    margin: 1% auto 15px;
    overflow: auto;
    padding: 5px 0 5px 13px;
    position: relative;
}
#column-left .manufacturer,
#column-right .manufacturer {
	float: left;
	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;
}
.module-category {
	margin: 0 auto 15px;
}
.box-category-top {
	border: 1px solid #ececec;
    border-radius: 5px;
    padding: 30px 0 20px;
}
.box-category-top > div {
    display: inline-table;
	text-align: center;
    width: 16%;
}

.head_carousel {
	background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #2f2f2f;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto -15px;
	display: block;
	padding: 3px 7px;
    position: relative;
    text-align: center;
    width: 187px;
    z-index: 2;
}
.box-category-top > div .image {
    margin-bottom: 10px;
}

.head_carousel {
    
    
}
.owl-carousel.carousel {
    position: relative;
}
.owl-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;
	position: absolute;
	cursor: pointer;
}
.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 -42px #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;
	position: absolute;
	cursor: pointer;
}
.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;
	position: absolute;
}

.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.carousel.carouselmodule.owl-theme{
	background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 5px;
	display: none;
	padding-bottom: 10px;
	box-shadow: 0 0 0 #ffffff;
	margin-bottom: 15px;
}
.owl-controls .owl-buttons div {
	z-index: 99;
}
.relative {
    position: relative;
}
.content_position .reviews .owl-carousel > div {
	float: left;
}
.reviews .owl-controlls .owl-buttons div {
    display: inline-block;
    height: 30px;
    width: 25px;
}
.content_position .reviews .owl-carousel {
	box-shadow: 0 0 0 #fff;
	overflow: visible;
	position: static;
	margin-bottom: 15px;
}
.content_position .reviews .owl-wrapper-pattern {
	overflow: hidden;
}

.owl-prev.disabled {
    background: rgba(0, 0, 0, 0) 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 {
    background: rgba(0, 0, 0, 0) url("../image/next-prev.png") no-repeat scroll -16px -2px;
}
.reviews .owl-prev {
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 25px;
	left: auto;
    top: -6px;
    z-index: 1;
}
.column_position .reviews.owl-carousel .owl-buttons .owl-prev {
	top: 15px;
	right: 25px;
}
.reviews .owl-next {
    background: rgba(0, 0, 0, 0) url("../image/next-prev.png") no-repeat scroll -15px -41px;
}
.reviews .owl-next {
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 1px;
    top: -6px;
    z-index: 1;
}
.column_position .reviews.owl-carousel .owl-buttons .owl-next {
	right: 3px;
    top: 15px;
}
.reviews .owl-prev,
.reviews .owl-next {
	cursor: pointer;
}
.content_position .reviews .owl-prev.disabled,
.content_position .reviews .owl-next.disabled {
	cursor: default;
}
.reviews .owl-item > div .name {
    margin: 0 auto 15px;
    text-align: center;
    width: 96%;
}
.reviews .owl-item > div .name a {
	color: #2f2f2f;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.reviews .owl-item > div .image {
    float: left;
    margin: 0 10px 8px 0 ;
	position: relative;
}
.reviews .owl-item > div .rating {
    bottom: auto;
    margin-bottom: 7px;
    position: inherit;
    right: auto;
    text-align: right;
}
.reviews.owl-carousel {
	box-shadow: 0 0 0 #ffffff;
	margin: 0;
}
.reviews .owl-item > div .podrobnee {
    float: right;
	margin-bottom: 10px;
}
.column_position .reviews .owl-item > div .podrobnee {
    margin-top: 10px;
}
#content .owl-carousel .owl-buttons div,
#column-left .owl-carousel .owl-buttons div,
#column-right .owl-carousel .owl-buttons div {
    transition: all 0s ease 0s;
	opacity: 1;
}
.content_position .reviews .owl-buttons .owl-next {
	right: 1px;
}
.reviews.owl-carousel:hover .owl-buttons .owl-next {
	right: 1px; 
}
.column_position .reviews.owl-carousel:hover .owl-buttons .owl-next {
	right: 3px; 
}
.reviews.owl-carousel .owl-buttons .owl-prev {
    left: auto;
}
.reviews.owl-carousel:hover .owl-buttons .owl-prev {
	left: auto; 
}
.reviews.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.reviews.owl-carousel {
	position: initial;
	overflow: hidden;
}
.owl-carousel {
	overflow: hidden;
}
.clear {
	clear: both;
}
#content .tab-related .product-thumb.transition:hover {
	border: 1px solid #ffffff;
}
#add-review-2 .buttons {
	overflow: auto;
	margin-bottom: 10px;
}
.news_element.width {
	width: 100%;
}
.clearboth {
	clear: both;
	margin: 10px 0;
	display: none;
}
.row.clearboth {
    display: block;
}
.product .tab-content > .tab-pane {
	display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
      /* works with sfari and chrome */
   .product-thumb .stiker-module-popular:before,
   .product-thumb .stiker-module-new:before,
   .product-thumb .stiker-module-special:before {
       content: "\0080";
   } 
}
.product-list .fastorder {
    display: inline-block;
    padding: 0;
}
#content .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    display: inline-table;
    float: none;
}
.owl-wrapper-outer img {
    width: 91%;
}
#column-left .product-thumb, #column-right .product-thumb {
    width: 93%;
}
#column-left .product-thumb .caption, #column-right .product-thumb {
    padding: 0;
}
#column-left .product-thumb .image img, #column-right .product-thumb .image img {
    max-width: 190px;
}