body {
	font-family: Cuprum, Arial, sans-serif;
	font-weight: 400;
	color: #777;
	font-size: 15px;
	width: 100%;
	margin: 0;
}
body.bluring {
	position: relative;
}
@font-face {
    font-family:'Cuprum';
    src:url('../font/Cuprum_Regular.ttf');
    font-weight:normal;
    font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Cuprum",sans-serif;
}
select {
	padding: 5px 0;
	min-width: 220px;
}
input, button, select, textarea {
	font-family: Cuprum, Arial;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
}
.product h1 {
	margin-bottom: 15px;
    margin-top: 0px;
}

h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	padding: 0 6px;
}
.input-group > h3 {
	background: #ffffff;
    display: block;
    margin-bottom: 2px;
    margin-top: 0;
	padding-left: 0;
	padding-right: 20px;
    position: relative;
    z-index: 2;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #777777;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #eb0d24;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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;
	min-width: 40px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    padding: 0;
    position: relative;
	border-bottom: 2px solid #777;
	z-index: 100;
}
#top .dropdown-menu {
    min-width: 120px;
}
#top .pull-left .dropdown-menu {
	right: auto;
	left: 0;
}
#top .pull-left ul.dropdown-menu li + li {
	border-top: 1px solid #f3f3f3;
}
#top .pull-right .dropdown-menu {
	right: 0;
	left: auto;
}
#top .pull-left.nopadding .dropdown-menu {
	right: auto;
	left: -6px;
}
#top .social_top .dropdown-menu {
	padding: 15px 10px 8px;
}
#top .social_top .dropdown-menu ul li {
	margin-bottom: 7px;
}
.container {
    width: 86%;
}
#top .container {
	background: none;
	padding: 0 15px;
	margin: 0 auto;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	background: #f5f5f5;
	color: #434343;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
	line-height: 27px;
	position: relative;
	color: #777777;
}
#top-links ul.list-inline > li:not(.nopadding) {
	padding: 0 10px;
}
#top-links ul.list-inline > li + li {
	border-left: 1px solid #dfdfdf;
}
#top-links ul.list-inline > li.nopadding {
	margin-top: 4px;
}
#top .btn-link {
	padding: 4px 9px 1px;
}
#top .nopadding .btn-link {
	line-height: 20px;
    padding: 0 9px;
}
#top .nopadding .btn-link img {
	margin-top: -4px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #d60000;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	background: #f5f5f5;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 7px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	float: left;
    position: relative;
    top: 18px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
    line-height: 20px;
    padding: 3px 10px 0;
	width: 100%;
}
#search .input-lg:focus {
	box-shadow: 0 0 0 #ffffff;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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 {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 350px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li {
	
}
#menu .nav > li > a {
	color: #fff;
	font-family: Arial;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0 20px;
	font-size: 16px;
	background-color: transparent;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	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 .nav > li > a:hover, #menu .nav > li.open > a {
	
}
#menu .nav > li > a {
	color: #333;
	font-size: 12px;
}
#menu .nav > li:first-of-type {
	border-radius: 8px 0 0 8px;
}
#menu .navbar-collapse {
	background: #f4f4f4;
	border: 1px solid #d1d2d3;
	border-radius: 8px;
}
#menu .nav > li + li {
	border-left: 1px solid #d1d2d3;
}

#menu .nav > li:hover {
	
}
#menu .nav > li:hover > a {
	
}
#menu .dropdown-menu {
	left: auto;
    padding: 20px 10px;
    right: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	list-style-type: none;
}
#menu .dropdown-inner a {
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner a.shadow {
	float: none;
	line-height: 30px;
	font-size: 14px;
}
#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 .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background: -moz-linear-gradient(top,  #23a1d1 0%, #1f90bb 100%);
	background: -webkit-linear-gradient(top,  #23a1d1 0%,#1f90bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a1d1', endColorstr='#1f90bb',GradientType=0 );
	background-repeat: repeat-x;
}
#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 {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background: none;
	border: 0 none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* content */
#content {
	min-height: 600px;
	padding-bottom: 15px;
}
/* footer */
footer {
	border-top: 1px solid #ddd;
    color: #e2e2e2;
    margin: 15px auto 0;
    padding-top: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
#column-left + #content .breadcrumb {
	padding: 8px 10px;
	margin: 0 0 10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:not([class]) {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 25px 0 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:not([class]) + li:not([class]):before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not([class]):after {
	content: '\2192';
	display: block;
    height: 23px;
    position: absolute;
    right: -11px;
    top: -1px;
    width: 26px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
}
.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: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: linear-gradient(to bottom, #45ced6, #1ea5b2) repeat scroll 0 0;
}
.btn-warning {
	color: #ffffff;
	background: #eb0d24;
	border-color: #eb0d24;
}
.btn-warning:hover {
	background: #eb0d24;
	border-color: #eb0d24;
}
.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);
}
#cart.btn-group.btn-block button.btn-danger {
	background: url("../image/remove.png") no-repeat scroll 0 0;
	min-width: auto;
    padding: 0;
	height: 17px;
    width: 17px;
}
.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: -moz-linear-gradient(top,  #62c462 0%, #51a351 100%);
	background: -webkit-linear-gradient(top,  #62c462 0%,#51a351 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
	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: -moz-linear-gradient(top,  #e06342 0%, #dc512c 100%);
	background: -webkit-linear-gradient(top,  #e06342 0%,#dc512c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06342', endColorstr='#dc512c',GradientType=0 );
	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: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background: -moz-linear-gradient(top,  #444444 0%, #222222 100%);
	background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group > ul > li {
	border: 1px solid #DDDDDD;
}
.list-group > ul > li + li {
	margin-top: -1px;
}
.list-group > a {
	background: #f5f5f5;
    color: #777777;
    font-size: 16px;
	padding: 10px 12px;
}
.list-group > ul > li > a {
	background: #F5F5F5;
	border-bottom: 1px solid #fefefe;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background: none;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.list-group-item {
	border-bottom: 1px solid #fefefe;
	margin-bottom: 0;
}
.list-group-item + .list-group-item {
	border-top: 1px solid #dddddd;
}
.list-group-item:last-of-type {
	border-bottom: 1px solid #dddddd;
}
/* 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-price {
	border: 1px solid #dddddd;
	min-height: 70px;
}
.product-price + .product-price {
	margin-top: -1px;
}
.product-price .product-thumb {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.product-thumb .image {
	padding-top: 5px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.product-price .product-thumb .image {
	margin: 0 0 1px;
}
.product-price .product-thumb .image a img {
	background: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
	transition: box-shadow 0.1s ease-in-out, margin 0.1s ease-in-out, max-width 0.1s ease-in-out, max-height 0.1s ease-in-out, padding: 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.product-price .product-thumb .image a {
		display: block;
		max-width: 60px;
		position: relative;
	}
	.product-price .product-thumb .image:hover a img {
		max-width: 154px;
		max-height: 154px;
		margin: -55px;
		margin-left: -53px;
		border-radius: 6px;
		box-shadow: 0 0 7px rgba(0,0,0,0.25);
		position: absolute;
		z-index: 6;
		padding: 10px;
	}
}
@media screen and (max-width: 462px) {
	.product-price .product-thumb .image,
	.product-price .product-thumb .caption {
		width: 100%;
	}
	.product-price .product-thumb .image a .img {
		text-align: center;
	}
	.product-price .product-thumb .image a img {
		margin: 0 auto;
	}
}

.product-layout:not(.product-price):not(.no_image) .product-thumb .image .img {
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease-in-out 0s;
	transform: translateZ(0px) rotateY(0deg);
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image:hover .img {
    transform: translateZ(-1000px) rotateY(90deg);
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image:hover .images-add {
  transform: translateZ(0) rotateY(0);
  visibility: visible;
  opacity: 1;
}
.product-price .price-cart {
	margin: 5px 0;
}
.product-thumb .image .images-add {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease 0.35s;
    visibility: hidden;
	transform: translateZ(-1000px) rotateY(-90deg);
}
.divshadow .product-thumb .image {
	margin-bottom: 0;
}
.product-list .product-thumb .image.imags {
	padding-left: 75px;
}
.product-thumb .image .images-add a + a,
.owl-item .image .images-add a + a {
	margin-top: 10px;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
	margin-right: 15px;
}
}
.product-thumb h4 {
	margin-bottom: 15px;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .caption {
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.product-layout:not(.product-price):not(.no_image) .product-price .product-thumb .caption {
	margin: 0;
	padding: 0 15px;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image {
	z-index: 3;
}
.rating .fa-stack {
	font-size: 8px;
	width: 1.5em;
}
.rating .reviews_icon {
	margin: 0 8px;
}
.rating .reviews_icon + div {
	
}
.rating .reviews_icon,
.rating .reviews_icon + div {
	display: inline-block;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #eb0d24;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #eb0d24;
}
h2.price {
	margin: 0;
}
.product-thumb .price,
.owl-item .price {
	color: #444;
}
.product-thumb .price,
.owl-item .price,
.product-thumb .price-new,
.owl-item .price-new {
	font-weight: normal;
	font-size: 23px;
}
.price-old {
	color: #666;
}
.product-thumb .price-old,
.owl-item .price-old {
	font-weight: normal;
	font-size: 16px;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    float: right;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.btn-button,
.btn-primary {
    background: #696969;
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    min-height: 33px;
    outline: 0 none;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333;
	box-shadow: 1px 1px 0 #333;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	background: #f5f5f5;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.thumbnails ul {
    list-style-type: none;
    padding-left: 0;
}
.thumbnails ul {
    position: relative;
}
.product .thumbnails .view-images + ul li {
	position: relative;
}
.product .thumbnails > li {
    position: relative;
}
.thumbnails {
	text-align: center;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional a {
	margin-bottom: 0px;
}
.thumbnails .image-additional ul li{
	border: 0 none;
	padding: 0px;
}
.thumbnails .image-additional ul li a {
	border: 0 none;
}
.image-additional ul {
	list-style-type: none;
	padding-left: 0px;
}
.thumbnails .image-additional {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.col-lg-2:nth-of-type(6n+1),
	.col-lg-3:nth-of-type(4n+1),
	.col-lg-4:nth-of-type(3n+1),
	.col-lg-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-left {
		text-align: left;
	}
	.row-lg {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-2:nth-of-type(6n+1),
	.col-md-3:nth-of-type(4n+1),
	.col-md-4:nth-of-type(3n+1),
	.col-md-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
	.row-md {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-2:nth-of-type(6n+1),
	.col-sm-3:nth-of-type(4n+1),
	.col-sm-4:nth-of-type(3n+1),
	.col-sm-6:not(#content):nth-of-type(2n+1) {
		clear: both;
	}
	#footer .col-sm-2:nth-child(6n+1),
	#footer .col-sm-3:nth-child(4n+1),
	#footer .col-sm-4:nth-child(3n+1),
	#footer .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
	.row-sm {
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer_head.margin-top {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	#footer .col-xs-2:nth-of-type(6n+1),
	#footer .col-xs-3:nth-of-type(4n+1),
	#footer .col-xs-4:nth-of-type(3n+1),
	#footer .col-xs-6:nth-of-type(2n+1) {
		clear: both;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-left {
		text-align: left;
	}
	.row-xs {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* Template */
.bg-header {
    min-height: 115px;
    margin: 0 auto;
    padding-bottom: 3px;
	position: relative;
	text-align: right;
}
@media (max-width: 767px) {
	.bg-header.container {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar_category {
		padding: 0;
		margin-bottom: 15px;
	}
}
#search_tablet {
    display: none;
    margin: 15px 0;
}
#search_tablet .input-lg {
    height: 30px;
    padding: 0 11px;
}
#search_tablet .button-search {
	right: 0;
}
#search .btn-default.btn-lg,
#search_tablet .btn-default.btn-lg {
    background: #ffffff;
	border-left: 0 none;
    color: #888888;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: 38px;
	padding: 0;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
#search .form-control.input-lg {
	box-shadow: 0 0 0 #ffffff;
}
#search .btn-default.btn-lg {
    height: 40px;
    border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
#search .btn-default.btn-lg .fa {
	color: #4ac6dc;
    font-size: 18px;
    line-height: 38px;
}
#search_tablet .btn-default.btn-lg {
    height: 30px;
    border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    
}
#search .btn-default.btn-lg:hover,
#search_tablet .btn-default.btn-lg:hover {
	
}
#search select.form-control {
	min-width: auto;
	padding: 0 20px 0 7px;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	height: 33px;
	border-radius: 0;
}
#search select.form-control::-ms-expand{
    display: none;
}
.select-wrap {
	border-right: 1px solid #bbbbbb;
	position: relative;
	margin-right: -1px;
}
.select-sort {
	position: relative;
}
.select-sort.input-group-btn:last-child > .btn, .select-sort.input-group-btn:last-child > .btn-group,
.select-sort.input-group-btn:first-child > .btn, .select-sort.input-group-btn:first-child > .btn-group {
	background: #eeeeee;
    border: 1px solid #bbbbbb;
	border-radius: 4px;
	box-shadow: 0 0 2px #fefefe inset;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 25px 8px 10px;
    width: 100%;
}
#search .select-arrow {
	position: absolute;
	border: 5px solid transparent; 
	border-bottom: 0;
	right: 6px;
}
#search .select-arrow:nth-child(1) {
	top: 15px;
	border-top-color: #999999;
}
#search .select-arrow:nth-child(2) {
	top: 12px;
	border-top-color: #FFF;
}
#search select option {
	
}
#search .input-group-btn {
	
}
#search_tablet .input-group-btn {
    position: absolute;
    right: 53px;
    top: 0;
}
.button-search:hover {
	background-position: -61px -30px;
}
.bg-header-line {
    background: url("../image/bg-header-line.png") no-repeat scroll center center;
    float: left;
    height: 115px;
    margin: -23px 18px 0;
    width: 7px;
}
.line-search-cart-header {
    float: right;
    height: 44px;
}
.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 185px;
	text-align: right;
	height: 92px;
	position: relative;
}
.contacts-left-header {
    float: right;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    width: 185px;
}
.contacts-left-header a {
	display: block;
	padding-left: 25px;
}
.contacts-left-header a.openrecall {
    padding: 4px 0 7px 24px;
    position: relative;
    text-align: left;
}
.contacts-left-header a + a {
	margin-top: 10px;
}
.contacts-left-header a span.e-mail {
    display: block;
    font-size: 13px;
    margin-bottom: 9px;
    text-align: left;
}
.contacts-left-header a .fa-envelope-o,
.contacts-left-header a .fa-phone {
	color: #d60000;
	float: left;
	font-size: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.contacts-left-header a .fa-phone {
	left: 2px;
}
.contacts-left-header a span.callback {
    color: #444444;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
.contacts-left-header a:hover span.callback {
	
}
.contacts-right-header {
	float: right;
    position: relative;
}
.contacts-right-header .inner,
.social .inner {
	display: inline-block;
	vertical-align: middle;
}
.contacts-right-header .inner {
	color: #696969;
    font-size: 12px;
}

.header_links_cart {
    display: none;
    float: right;
    text-align: right;
}
.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;
}
.up_to_tablet, .to-gadjet {
	display:none !important;
}
.links > ul > li.none-statii {
    display: none;
}
.navbar-nav > li > .dropdown-menu {
	padding: 20px 0;
	border: 0 none;
}
.navbar-nav > li:hover {
	
}
li.column-3child .third > ul {
	list-style-type: none;
}
li.column-1child .third,
li.column-2child .third,
li.column-3child .third {
	color: #4c4c4c;
    font-size: 12px;
}

#welcome_mobile {
	text-align: center;
	display: none;
}
#welcome_mobile a {
	display: inline-block;
}
#welcome {
    border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    font-size: 11px;
	margin-bottom: 15px;
    text-align: right;
}
#welcome:hover {
	
}
#welcome a {
    color: #000000;
    display: block;
    font-size: 13px;
    padding: 4px 0 4px 0;
    text-decoration: none;
}
#welcome .login-button a {
	color: #898989;
    font-size: 12px;
    font-weight: normal;
}
#welcome .dropdown-login a {
	padding: 0;
}
#welcome .dropdown-login .dbw a {
	color: #505050;
    font-size: 12px;
    text-decoration: underline;
	display: inline-block;
}
#welcome .dropdown-login .dbw .fa {
	
}
#welcome a:hover {
	text-decoration:none;
	color: 2BAB1F;
}
#welcome .dropdown-login {
    display: block;
    text-align: center;
}
#welcome .dropdown-login:hover {
	background-position: 0 -85px;
}
#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;
}
#top_banner {
	padding: 10px 0;
}
#top_banner > div {
	position: relative;
}
.top_banner {
	position: relative;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 30s infinite linear;
    -moz-animation: scroll 30s infinite linear;
    animation: scroll 30s infinite linear;
	color: #989898;
	text-shadow: 0 0 0 #fff;
}
.header + .container,
#top_banner .container {
	margin-bottom: 0;
}
.close_banner {
	background: #ffffff;
    color: #d7d7d7;
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: -7px;
}
.close_banner span {
	margin-right: 5px;
	font-size: 24px;
}
.close_banner span + span {
	font-size: 12px;
    position: relative;
    top: -4px;
}
.header_top {
    font-size: 11px;
}
#welcome .dropdown-login span {
    font-size: 15px;
    text-decoration: none;
	line-height: 30px;
}
#welcome .dropdown-login .login-menu span {
	font-weight: normal;
}
#welcome .dropdown-login .login-menu > span {
	display: inline-block;
}
#welcome .dropdown-login > span {
	background: #f5f5f5;
    color: #666666;
    display: block;
    height: 41px;
    line-height: 37px;
    padding: 0;
}
#welcome .dropdown-enter span {
    background: url("../image/arrowset.png") no-repeat scroll 100% -73px;
}
#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;
    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;
	left: 0;
}
#welcome .open .dropdown-box {
	display: block;
}
#welcome .dropdown-box ul {
	list-style-type: none;
	text-align: left;
	margin-bottom: 0;
	padding-left: 0;
}
#welcome .dropdown-box ul li {
	padding: 0 5px;
}
#welcome .dropdown-box ul li a {
	color: #434343;
	font-size: 12px;
	padding: 5px 10px;
}
#welcome .dropdown-box ul li a:hover {
	background: #f5f5f5;
}
#welcome .dropdown-enter.active .dropdown-box {
	display: block;
    left: auto;
    right: 0;
    text-align: left;
    width: 185px;
}
#welcome .dropdown-enter.active .dropdown-box .content-account-box ul {
	width: auto;
	list-style: outside none none;
    width: auto;
}
.login-content .forgotten {
	float: right;
	line-height:34px;
}
.checkout-content .forgotten {
	float:right;
	line-height:34px;
}
.login-menu {
	position: relative;
	padding: 5px;
}
.login-menu a {
    color: #353535;
	text-decoration: underline;
	padding: 0;
	display: inline-table;
}
.login-menu .dtw {
    height: 41px;
}
.login-menu .dtw h3 {
	background: none;
    color: #000;
    float: left;
    font-size: 19px;
    margin: 0 0 0 -6px;
}
.login-menu .dtw .close {
    border: medium none;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: -5px;
    top: 3px;
    width: 17px;
}
.login-menu .dtw .close .fa {
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 2px;
}
.rcol {
    float: right;
}
.login-menu .dbw {
    padding: 10px 15px;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}

.aclr:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
}
.login-menu .optgroup {
    padding: 5px 0 5px 90px;
}
.login-menu .optgroup.textarea {
	padding-left: 0;
}
.recallbox .optgroup.textarea .f_textarea {
	max-width: none;
	width: 100%;
}
.optgroup {
    padding: 2px;
}
.login-menu .optgroup {
    padding: 20px 0 0 35px;
	position: relative;
}
.login-menu .dtw + .optgroup {
	padding-left: 15px;
}
.login-menu .optgroup.login-button {
	padding: 20px 0 0 0;
}
.optgroup {
    padding: 2px;
}
#welcome .dropdown-login .login-menu .optgroup span.lbl,
#contac .login-menu .optgroup span.lbl {
    background-color: #22A8B5;
    background-image: linear-gradient(to bottom, #aeaeae, #696969);
	background: -moz-linear-gradient(top,  #aeaeae 0%, #696969 100%);
	background: -webkit-linear-gradient(top,  #aeaeae 0%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#696969',GradientType=0 );
    color: #fff;
    font-weight: normal;
    height: 34px;
    left: 0px;
    line-height: 34px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    width: 37px;
	bottom: 0;
}
#welcome .dropdown-login .login-menu .optgroup + .optgroup span.lbl {
	line-height: 30px;
}
.login-menu .optgroup .f_input {
    width: 224px;
}
.f_input, .f_textarea, .f_select {
    background: #FFFFFF;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 6px 12px;
    width: 250px;
}
.f_btn {
    background-color: #22A8B5;
    background-image: linear-gradient(to bottom, #aeaeae, #696969);
	background: -moz-linear-gradient(top,  #aeaeae 0%, #696969 100%);
	background: -webkit-linear-gradient(top,  #aeaeae 0%,#696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#696969',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #333;
    box-shadow: 0 0 0 1px #999999 inset, 0 2px 3px rgba(47, 68, 74, 0.25);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 17px 9px;
	float: left;
}
.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 {
    right: 0;
    z-index: 999;
}
.recallbox .dtw {
    
}
.recallbox .dbw {
    text-align: center;
}
#contac .recallbox .dbw {
	padding: 0;
    text-align: right;
}
.recallbox .dbw .f_btn {
	float: none;
	cursor: pointer;
}
.recallbox .close {
    text-decoration: none;
}
.optgroup {
    padding: 2px;
}
.recallbox .optgroup .lgrey {
    padding-bottom: 3px;
	text-align: left;
	font-size: 11px;
}
.lgrey {
    color: #5B5D5E;
}
.recallbox .optgroup .f_input {
    width: 237px;
}
.recallbox .optgroup .f_textarea {
    max-height: 318px;
    max-width: 236px;
	min-width: 226px;
    width: 236px;
}
#welcome .dropdown-enter {
    cursor: pointer;
    display: block;
    float: left;
    height: 41px;
    text-align: center;
    width: 184px;
}
#welcome .dropdown-enter:hover {
	background-position: 0 -84px;
}
#welcome .dropdown-enter span {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-right: 26px;
    text-decoration: none;
	line-height: 39px;
	display: block;
}
#welcome .dropdown-enter.active span {
	background: url('../image/arrowset.png') no-repeat scroll 100% -48px;
}
#welcome .dropdown-enter {
    cursor: pointer;
}
.bottom-footer-width {
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.bottom-footer-width h4 {
    font-size: 15px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 3px;
}
#footer {
	min-height: 100px;
    padding-bottom: 0;
    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;
	-webkit-border-radius: 2px;
    -moz-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;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	min-height:140px;
	color:#555555;
}
#footer.lighten_footer_content_background .main_content .left, #footer.lighten_footer_content_background .main_content .right {
	background: url('../image/overlay_lighten.png') repeat;
}
#footer .main_content .right .telephone {
	font-size:14px;
	font-weight:bold;
	color:#a60404;
	display:block;
	margin-bottom:10px;
}
#footer h3 {
	border: 1px solid #C0C0C0;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 9px;
    text-transform: uppercase;
    text-align: center;
}
#footer .column {
    margin-bottom: 15px;
    min-height: 80px;
    text-align: left;
    vertical-align: top;
}
#footer .column ul {
	margin: 0 0 0 33px;
    min-height: 101px;
    padding: 10px;
}
#footer .column ul li {
	margin-bottom: 2px;
    list-style-image: url("../image/footer-li-list.png");
}
#footer .column ul li:hover {
    padding-left: 5px;
}
#footer .column a {
    line-height: 21px;
}
#footer .bottom_line {
	clear:both;
	padding:20px 0px;
	overflow:auto;
}
#footer_payment_icon {
	float:right;
	display:block;
}
.bottom-footer-text {
    background: #fafafa;
    color: #888888;
	font-size: 11px;
	padding: 12px 18px;
	text-align: justify;
	margin-bottom: 0;
	box-shadow: 0 2px 3px #999999;
	position: relative;
	z-index: 2;
}
.bottom-footer-text + .maps {
	position: relative;
	z-index: 1;
}
.bottom-footer-text .container {
	margin-bottom: 0;
}
.bottom-footer-width {
    background: #ffffff;
    padding: 30px 0 10px;
}
.scrolling .fa {
	display: inline;
}
.bottom-footer {
    background: #3b3b3b;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0;
    width: 100%;
	color: #ffffff;
}
.bottom-footer .container {
	margin-bottom: 0;
}
.bottom-footer-center {
    margin: 0 auto;
    width: 85%;
}
.bottom-footer-center-left {
    background: url("../image/vsep.png") repeat-y scroll right center;
    float: left;
    height: 142px;
    padding: 15px 0 0;
    position: relative;
    width: 63%;
}
.bottom-footer-center-left-icon {
    background: url("../image/menu_footer.png") no-repeat scroll center center;
    height: 52px;
    position: absolute;
    right: -30px;
    top: -8px;
    width: 52px;
}
.footer-shadow {
    color: #FFFFFF;
}
.questions_footer + .categ {
    margin-left: 2%;
}
.pay_social {
    float: right;
    margin-right: 4%;
    width: 45%;
}
.pay_social h4 {
    color: #FFFFFF;
    font-weight: normal;
    margin: 0;
}
.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%;
}
.schetchiki {
    bottom: 0;
    position: absolute;
}
.statii-footer {
	color: #ffffff;
	text-align: justify;
	font-size: 12px;
}

.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: 49%;
}
.statii-footer > ul > li > a {
    background: url("../image/arrowset.png") no-repeat scroll -7px -2px;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 15px;
    transition: none 0s ease 0s;
}
.statii-footer > ul > li > a:hover {
    background-position: -7px -20px;
}
.footer-niz {
    box-shadow: 0 2px 2px #333 inset;
    color: #888;
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto;
    padding: 11px 1%;
	clear: both;
}
.head-statii-top-line {
    float: left;
    margin-right: 20px;
}
.head-statii-top-line > ul {
	list-style: outside none none;
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
}
.head-statii-top-line ul li {
    display: inline-block;
}
.head-statii-top-line ul li a {
	color: #ffffff;
	font-family: Arial;
	height: 30px;
    line-height: 32px;
	display: block;
    font-size: 12px;
	padding: 0 15px 0 32px;
    text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-shadow: 0 -1px 0 #444;
}
.head-statii-top-line ul li a.shipping {
    background: #696969 url("../image/icon-header.png") no-repeat scroll 3px 10px;
}

.head-statii-top-line ul li a.pay {
    background: #696969 url("../image/icon-header.png") no-repeat scroll 3px -10px;
}
#search {
    float: right;
	margin-bottom: 0;
    padding: 0;
    position: relative;
}

.button-search {
    background: rgba(0, 0, 0, 0) url("../image/search.png") no-repeat scroll 0 -30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 26px;
    position: absolute;
    right: 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #60ac1c;
    width: 60px;
}
#search input {
    border: medium none;
    color: #898989;
	float: left;
    font-size: 14px;
    height: 38px;
    padding: 1px 0 1px 5%;
    width: 425px;
}
.lang-curr {
    float: right;
    padding-top: 8px;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}
#language, #currency {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    
    text-align: right;
}
#language {
	margin-right: 0px;
}
#currency {
	margin-right: 15px;
}
#language img {
    cursor: pointer;
    display: inline;
    margin-right: 10px;
}
#top .list-inline {
	margin: 0;
}
#cart.btn-group.btn-block {
    float: left;
    height: 50px;
    position: relative;
}
#cart.btn-group.btn-block button {
	background: none;
	border: 0 none;
    line-height: 27px;
    padding: 0;
    position: relative;
    text-align: right;
}
#cart.btn-group.btn-block button img {
	right: -10px;
    position: absolute;
    top: -22px;
}
#cart.btn-group.btn-block button span {
	font-weight: normal;
	color: #333;
    font-size: 14px;
}
#cart.btn-group.btn-block button .fa-shopping-cart {
	color: #666666;
    font-size: 58px;
	position: relative;
}
.top_line #cart {
	width: 46px;
}
.top_line #cart.btn-group.btn-block button .fa-shopping-cart {
    font-size: 30px;
	top: 10px;
}
.top_line a.dropdown-toggle > span {
	display: none;
}
.top_line .row > a.dropdown-toggle {
	text-align: center;
	line-height: 48px;
	position: relative;
	z-index: 10;
}
.top_line a.dropdown-toggle > .fa {
	font-size: 22px;
}
a.rcol.close {
	display: block;
    height: 26px;
    margin-right: -5px;
	text-align: center;
    width: 25px;
}
#top-links span,
#top-links .fa {
	font-size: 15px;
}
#top-links .fa.fa-bars {
	color: #eb0d24;
}
#top-links .fa {
	color: #4ac6dc;
}
#top-links .fa.fa-chevron-down {
	color: #777777;
    font-size: 9px;
    position: relative;
    right: -4px;
    top: -2px;
}
#menu .navbar-collapse {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#menu .navbar-collapse > div {
	padding: 0;
}
.container .articles .menu_button button {
	color: #555555;
}
.container .articles .menu_button button .fa {
	font-size: 13px;
}
.container .articles .menu_button button span + .fa {
	font-size: 10px;
    position: relative;
    right: -2px;
    top: -2px;
}
.menu_button .btn {
	padding: 7.5px 10px;
}
.pay_social h4 {
    color: #ffffff;
    font-size: 17px;
}
ul.list-unstyled > li {
	
}
ul.list-unstyled > li.column-1child {
	width: 97%;
}
ul.list-unstyled > li.column-2child {
	width: 45%;
}
ul.list-unstyled > li.column-3child {
	width: 31%;
}
ul.list-unstyled > li.column-4child {
	width: 24%;
}
ul.list-unstyled > li.column-5child {
	width: 18%;
}
.product .list-unstyled {
	margin-bottom: 5px;
}
.quickpay .list-unstyled {
	margin-top: 20px;
}
.product ul.list-unstyled > li {
	display: block;
	padding-bottom: 5px;
}
ul.list-unstyled > li a {
	float: none;
}
.product ul.list-unstyled > li a {
	float: none;
}
ul.list-unstyled > li > .third ul {
	padding-left: 0px;
}
ul.list-unstyled > li > .third ul li a {
	
}
.category.column_position {
	background: #fdfdfd;
	border: 1px solid #ececec;
}
.category.column_position h3 {
	color: #555555;
    font-family: "OpenSans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
	margin: 4px 0;
    padding: 12px 10px 12px 13px;
    text-transform: uppercase;
}
.category.column_position ul {
	background: #f8f8f8;
    border: 1px solid #999;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.category.column_position ul li {
	position: relative;
	padding: 0 10px;
}
.category.column_position > ul > li + li > a {
	border-top: 1px solid #d2d2ce;
}
.category.column_position > ul > li:hover + li > a {
	border-top: 0 none;
}
.category.column_position > ul > li:first-child > a,
.category.column_position > ul > li > ul > li:first-child + li > a,
.category.column_position > ul > li:hover + li > a {
	
}
.category.column_position > ul > li > ul > li:first-child {
	font-size: 10px;
}
.category.column_position ul.child_1 > li > a {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
}
.category.column_position ul.child_1 > li.child:hover > a {
	background: #f8f8f8;
	width: 271px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	z-index: 9;
}

.category.column_position ul li ul li:first-child + li {
	clear: both;
}
.category.column_position ul li ul.child_1 li {
	position: initial;
}

.category.column_position ul li:hover > ul {
	display: block;
	background: #ffffff;
	box-shadow: 0 0 3px #dddddd;
}
.category.column_position > ul > li > ul {
	background: #ffffff;
	border: 1px solid #00529f;
	display: none;
    left: 100%;
    min-width: 280px;
	padding: 10px 0;
    position: absolute;
	top: -39px;
	margin-left: -1px;	
	z-index: 8;
}
.category.column_position > ul > li > ul > li {
	max-width: 280px;
}
.category.column_position > ul > li:hover {
	background: #ffffff;
	border: 1px solid #00529f;
}
.category.column_position > ul > li.childr:hover {
	background: #ffffff;
	border-right: 0 none;
	z-index: 102;
	width: 105%;
	
}
.category.column_position > ul > li:first-child:hover {
	margin: -1px 0 0 -1px;
}
.category.column_position > ul > li:last-child:hover {
	margin: 0 0 -1px -1px;
}
.category.column_position > ul > li.childr:hover > a {
	background: #ffffff;
	width: 108%;
	z-index: 9;
}
.category.column_position > ul > li:hover > a {
	border-top: 0 none;
}
.category.column_position ul li ul span.image {
	float: left;
}
.category.column_position > ul > li > ul > li > ul.child_2 {
	border: 1px solid #999;
    bottom: 10px;
    display: none;
    left: 280px;
	padding: 10px 0;
    position: absolute;
    top: 10px;
	min-width: 260px;
	z-index: 8;
	
}
.category.column_position > ul > li > ul > li:hover > ul.child_2 {
	background: #f8f8f8;
	display: block;
}
.category.column_position ul a {
	border: 0 none;
	display: block;
	position: relative;
}
.category.column_position ul.child_2 a {
	border: 1px solid #f8f8f8;
}
.category.column_position ul.child_2 a:hover {
	background: #ffffff;
	border: 1px solid #999999;
	
}
.category.column_position ul .fa {
	color: #2bab1f;
    height: 23px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    width: 22px;
}
.category.column_position ul .fa {
	color: #898989;
	font-size: 9px;
	
}
.category.column_position > ul > li:hover > a .fa,
.category.column_position ul.child_1 > li:hover a .fa {
	display: none;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.icon-plus:before {
    content: "\f078";
    font-weight: normal;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}
.category.column_position ul a.category-button.detailed .icon-plus:before {
	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
}
#column-left {
    float: left;
}
#column-right {
	float: right;
}
#content .category.column_position,
#column-left .module-category.content_position,
#column-right .module-category.content_position {
	display: none;
}
.module-category.content_position {
	border-radius: 0 3px 3px;
	-webkit-border-radius: 0 3px 3px;
    -moz-border-radius: 0 3px 3px;
	padding-top: 15px;
}

.head_carousel {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-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-category-top {
	border: 1px solid #ececec;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto 15px;
    padding: 30px 0 15px;
    width: 98%;
}
.box-category-top > div {
    display: inline-table;
	text-align: center;
    width: 16%;
}
.box-category-top > div .image {
    margin-bottom: 10px;
}
.product-thumb {
	background: #ffffff;
	border: 1px solid #fff;
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 15px;
}
.owl-item .product-thumb {
	padding: 10px 15px 0;
}
.openstoremodule .owl-item .product-thumb {
	margin-bottom: 0;
}
.product-list {
	margin-bottom: 20px;
}
.product-list .product-thumb {
	overflow: auto;
	position: initial;
	margin-bottom: 0;
}
.product-list .product-thumb .image {
	margin-bottom: 0px;
}
.divshadow .product-thumb {
	border: 0 none;
	padding-bottom: 0;
}
.chevron a {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    min-width: 32px;
	overflow: hidden;
	transition: border 1s ease 0s;
	transition: color 1s ease 0s;
	
}
.chevron a:hover {
}
.chevron a + a {
	margin-left: 10px;
}
.chevron a + a {
	padding: 0 7px 0 0;
}
.product .chevron {
	margin-top: 0;
}
.product .chevron a {
	display: block;
}
.product-list .chevron a {
    padding: 0 7px 0 0;
}
.product-list .chevron a .fa {
	display: inline;
	padding: 6px 0 6px 6px;
}
.product-list .chevron a {
	background: #f5f5f5;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    line-height: 30px;
}
.product-list .chevron a + a {
	margin-left: 0px;
}
.product-price .chevron a {
	text-align: center;
}
.product-price .chevron a,
.product-price button {
	padding: 6px 12px;
}
.chevron {
	margin-top: 15px;
}
.product-price a.cheapering,
.product-price .chevron {
	float: left;
}
.product-price .chevron {
	margin: 0 15px 0 0;
}
.product-price a.cheapering {
	border: 0 none;
	margin: 0 5px 0 0;
}
.product-price a.cheapering > span,
.product-price .chevron a > span,
.product-price .button-group button span {
	display: none;
}
.product-thumb .image .chevron {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-thumb .image .chevron a:before {
	content: " ";
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
}
.product-thumb .image .chevron a {
	background: #6C6C6C;
	box-shadow: 1px 1px 2px #000;
	color: #ffffff;
	opacity: 0.80;
	padding: 2px 8px;
	width: 55%;
}
.product-thumb .image:hover .chevron {
	display: block;
}
.chevron a .fa {
    font-size: 15px;
    padding: 6px 6px 6px 0;
	position: relative;
	transition: color 1s ease 0s;
}
.product-price .chevron a .fa {
	padding: 0;
}
.chevron a + a .fa {
	padding: 6px 0 6px 7px;
}
.chevron a span {
	display: inline-block;
	font-size: 13px;
	white-space: nowrap;
}
.product-list .chevron a span,
.product-list .chevron a:hover + a span,
.product-list a.cheapering {
	max-width: none;
	display: inline;
}
.product-list .chevron a + a.cheapering .fa {
	padding: 12px 0 6px 7px;
}
.chevron.one a span {
	display: inline;
	padding-right: 6px;
}
.chevron a + a span {
	max-width: 200px;
	left: 0;
}
.chevron a:hover + a span {
	max-width: 0;
	transition: all 0.5s ease 0s;
}
.chevron a:hover span {
	max-width: 200px;
	left: 0;
}
.product-thumb .images-add,
.owl-item .images-add {
	
}
.product-thumb .images-add,
.owl-item .images-add {
	opacity: 1;
}
.product-thumb .images-add a img,
.owl-item .images-add a img {
	background: #ffffff;
    width: 40px;
}
.divshadow {
    color: #4f4f4f;
    position: absolute;
    text-align: left;
    top: 6%;
	z-index: 102;
	display: none;
}
.option-div {
	background: #ffffff;
	border: 2px solid #c4c4c4;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    padding: 0 10px 15px;
    z-index: 2;
	position: relative;
}
.option-div h3 i {
    border-top: 1px solid #ddd;
	box-shadow: 0 -1px 1px #fff,0 1px 1px #fff inset;
    display: inline-block;
    height: 2px;
    margin: 0 12px;
    padding-top: 12px;
    position: relative;
    top: 8px;
    width: 40px;
}
.option-div h4 i {
	border-top: 1px solid #c0c0c0;
    display: inline-block;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.option-div h4 strong {
	background: #ffffff;
	padding: 0 10px;
}
.option-div h4 {
	position: absolute;
	top: -10px;
	left: 5px;
}
.option-div .form-group img {
	float: left;
	margin-right: 15px;
}
.option-div .form-group img + span {
	color: #666666;
	line-height: 20px;
}
.option-div .header-popup {
	background: #ffffff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 1px #333;
    color: #666666;
    font-size: 13px;
    left: -10px;
    padding: 7px 7px 7px 15px;
    position: absolute;
    top: 10px;
	border-radius: 5px;
}
.divshadow .close {
	background: #dddddd;
	height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
	z-index: 9;
	line-height: 32px;
}
.divshadow .close .fa {
	font-size: 18px;
}
.divshadow .close:hover .fa {
	color: #000000;
}
.option-div hr {
	margin: 10px 0;
}
.option-div .images-add {
    position: absolute;
    left: 15px;
	top: -15px;
	z-index: 2;
}
.option-div .images-add a {
	display: block;
	padding: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 12px;
}
.option-div .option select {
	margin-bottom: 15px;
}
.option-div .image {
	text-align: center;
}
.option-div .image > a {
	display: block;
	text-align: center;
}
.option-div .image > a > img {
	display: inline-block;
}
.product-list .option-div {
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	box-shadow: 0 0 0 #ffffff;
	border: 0 none;
	position: initial;
}
#content .product-thumb.boundary:hover {
	border-radius: 0 10px 10px 0;
	box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25);
}
#content .product-thumb:hover > .rating {
	display: none;
}
.caption h4 {
	font-size: 16px;
	text-align: center;
}
.product-price .caption h4 {
	text-align: left;
	margin: 0;
}
.product-list .caption h4 {
	text-align: left;
	 margin-bottom: 5px;
}
.price_block {
	display: block;
	margin: 10px 0;
	text-align: left;
}
.caption h4 + p,
.caption h4 + span + p {
	color: #999999;
    font-size: 11px;
	text-align: justify;
	margin-bottom: 15px;
}
.caption h4 + p:hover,
.caption h4 + span + p:hover {
	color: #666666;
	display: block;
}
.description_hover {
	display: none;
}
#content .product-thumb .rating, #content .owl-item .rating {
    margin: 0 0 10px 0;
    position: relative;
    text-align: left;
}
.product-thumb .image .rating {
	border: 1px solid #aaa;
    left: 2px;
    padding: 1px 10px 2px;
    position: absolute;
    top: 40px;
}
.product-thumb .caption h4 a {
	font-weight: normal;
	color: #000000;
}
.product-price .product-thumb .caption h4 a {
	display: block;
	margin-bottom: 10px;
}
.product-price .product-thumb .price-new,
.product-price .product-thumb .price-old {
	display: block;
    line-height: 24px;
    margin: 0;
}
.product-thumb .wishlist,
.owl-item .wishlist {
    float: right;
	margin-left: 10px;
}
.product-thumb .compare,
.owl-item .compare {
    float: right;
}
.wishlist button, .compare button {
	background: none;
	border: 0 none;
}
.icon-wishlist:before {
    content: "\f005";
	color: #535353;
    font-size: 15px;
}
.icon-compare:before {
    content: "\f080";
	color: #535353;
    font-size: 15px;
}
#content .product-thumb .rating img, #content .owl-item .rating img {
    margin-top: 2px;
}
.icon {
    color: #2e2e2e;
}
#content .product-thumb.none-hover:hover .caption > .description_no_hover,
#content .product-thumb.none-hover:hover .caption > .rating,
#content .product-thumb.none-hover:hover .caption > .wishlist,
#content .product-thumb.none-hover:hover .caption > .compare {
	display: block;
}
#content .product-thumb.none-hover:hover .caption > .price-cart {
	display: inline-table;
}
.price-cart {
	display: inline-table;
    margin: 15px 0;
    overflow: auto;
}
.product-layout:not(.product-price) .product-thumb .price-cart,
.owl-item .product-thumb .price-cart {
	width: 100%;
}
.price-cart.width {
	width: 100%;
}
.product-grid .price-cart {
	width: 100%;
}
.product-thumb .price, .owl-item .price {
    line-height: 30px;
    vertical-align: middle;
}
.product-thumb .price.spec, .owl-item .price.spec {
    color: #ec005c;
}
.product-thumb .price, .owl-item .price {
	display: table-cell;
}
.product-list .product-thumb .price {
	float: left;
	margin: 5px 0;
}
.product-price .product-thumb .price {
	float: left;
    margin: 0;
}
.product-thumb:hover .image,
.product-thumb:hover .caption .images-add,
.product-thumb:hover .caption h4 a {
	z-index: 2;
}


.sticker-thumb {
	position: absolute;
    left: 5px;
	top: 2px;
	text-align: left;
}
.sticker-thumb > div {
	margin-bottom: 10px;
}
.product-price .sticker-thumb {
	display: none;
}
.product-price .sticker-thumb > div {
	margin: 0;
}
.product-price .sticker-thumb span {
	font-size: 13px;
    padding: 0 6px;
}
.stiker-module-special,
.stiker-module-popular,
.stiker-module-new {
	display: block;
	font-size: 15px;
}
.stiker-module-special .trapezium10,
.stiker-module-popular .trapezium10,
.stiker-module-new .trapezium10,
.stiker-popular-product  .trapezium10,
.stiker-new-product  .trapezium10,
.stiker-special-product  .trapezium10 {
	border-radius: 7px 0;
	padding: 1px 10px 2px;
	text-transform: lowercase;
	z-index: 1;
	color: #ffffff;
}
.stiker-module-special .trapezium10 {
    color: #ffffff;
}
.stiker-module-popular .trapezium10 {
    color: #ffffff;
}
.stiker-module-new .trapezium10 {
    color: #ffffff;
}

.stiker-product {
    position: absolute;
    right: -1px;
    top: 15px;
}
.stiker-product > div {
	margin-bottom: 15px;
}

.noquantityselect,
.noquantityselectchek {
    border: 1px solid #D4D4D4;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-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,
.noselectchek,
.noquantityselect {
	border: 1px solid #ddd;
}
.yesselect,
.yesselectchek {
    border: 1px solid #2e85bc;
}
.option-div .options .option input.none, .quick-view-product-info .tab-contents .options .option input.none {
    display: none;
}
.error {
	color: #ff0000;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
.product-list .options .option select {
	width: 35%;
}
.owl-pagination {
    background: #FFFFFF;
    padding: 8px 13px 0;
    text-align: right;
	position: initial;
}
.openstoremodule .owl-pagination {
	text-align: center;
}
.carous .owl-pagination {
	right: -2px;
	top: 11px;
	position: absolute;
}
.featured-header_content_bottom + div + .owl-controls .owl-pagination,
.featured-header_content_top + div + .owl-controls .owl-pagination,
.bestseller-header_content_bottom + div + .owl-controls .owl-pagination,
.bestseller-header_content_top + div + .owl-controls .owl-pagination,
.latest-header_content_bottom + div + .owl-controls .owl-pagination,
.latest-header_content_top + div + .owl-controls .owl-pagination,
.special-header_content_bottom + div + .owl-controls .owl-pagination,
.special-header_content_top + div + .owl-controls .owl-pagination,
.reviews-header_content_top + div + .owl-controls .owl-pagination {
	background: #ffffff;
    padding-top: 0;
    position: absolute;
    right: -2px;
    top: 4px;
    z-index: 1;
}
.owl-carousel .owl-buttons .owl-next {
    right: 10px;
}
.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}
.owl-next.disabled:hover,
.owl-prev.disabled:hover {
    
}
.owl-carousel .owl-buttons div {
	background: #dddddd;
    border-radius: 32px;
    height: 45px;
    opacity: 0.7;
    text-align: center;
    width: 45px;
	position: absolute;
	top: 40%;
	cursor: pointer;
}
.owl-carousel.manufacturer-banner .owl-buttons div {
	top: 5%;
}
.owl-carousel.manufacturer-banner .owl-item > div {
	padding: 5px;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-prev {
	left: 0px;
}
.owl-carousel.manufacturer-banner .owl-buttons .owl-next {
	right: 0px;
}
.divshadow .owl-carousel .owl-buttons div {
	top: 45%;
}
.module .owl-carousel .owl-buttons div i,
.owl-carousel .owl-buttons div i {
	color: #ffffff;
    font-size: 27px;
    font-weight: normal;
    line-height: 47px;
}
.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
}
.divshadow .owl-carousel .owl-buttons .owl-prev {
	left: 15px;
}
.divshadow .owl-carousel .owl-buttons .owl-next {
	right: 15px;
}
.owl-prev.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px 1px;
}
 .owl-next.disabled {
	background: url("../image/next-prev.png") no-repeat scroll -37px -38px;
}
.owl-prev:hover {
    opacity: 1;
}
.owl-prev.disabled:hover {
    
}
.owl-theme .owl-controlls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;
    height: 32px;
    width: 25px;
}
.review-comment-str {
    background: #f4f4f4;
    height: 16px;
    margin-bottom: -8px;
    margin-left: 41px;
    width: 16px;
	transform: rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.review-list {
    background: #f4f4f4;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}
.review-list .author {
    float: left;
    margin-bottom: 10px;
}
.review-list .author_name,
.review-list .rating {
	display: inline-block;
}
.avatar {
    float: left;
    margin-right: 13px;
}
.avatar img {
    width: 50px;
}
.filter {
	margin-top: 10px;
	overflow: auto;
}
.filter p {
	margin: 8px 0 10px;
}
.filter a#compare-total {
	background: #1ca9b8;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px;
    padding: 7px 15px;
    text-decoration: none;
}
.filter .col-md-2 {
	width: auto;
}
.filter-sort {
	float: right;
}
.divshadow .product-list .product-thumb > div {
	background: none;
	min-height: auto;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.divshadow .product-list .product-thumb > div + div {
	
}
.block_list_grid {
    background: url("../image/catshow.png") no-repeat scroll left top;
    margin-top: 6px;
    overflow: auto;
}
.block_list_grid .btn-group {
	color: #555555;
    display: inline-block;
    float: right;
    font-weight: normal;
    line-height: 24px;
    margin-right: 7px;
    padding: 8px 0 6px;
}
.block_list_grid button {
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.clearboth {
	clear: left;
}
.overflow {
	overflow: auto;
}
.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;
	-webkit-border-radius: 13px;
    -moz-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;
}
.view-images {
    background: url("../image/preview.png") no-repeat scroll left 0;
    display: block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 35px;
    z-index: 101;
}
.view-images img {
    opacity: 0;
}
.thumbnails .image-additional ul li {
	display: inline-block;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.thumbnails .image-additional u li {
	border: 0 none;
}
.thumbnails li img {
    max-width: 92%;
}
.thumbnails .image-additional {
    position: relative;
	text-align: center;
}
.product .thumbnails .image-additional {
	width: 100%;
}
.thumbnails .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;
}
.thumbnails .image-additional img {
    border: 1px solid #eeeeee;
    padding: 4px;
}
span.listicon {
	background: url("../image/bullet_tiny.png") no-repeat scroll left 50%;
    color: #555555;
    line-height: 18px;
    padding-left: 11px;
}
#product {
	margin-top: 0px;
	overflow: auto;
	padding-bottom: 15px;
}
.form-group .radio label {
	font-weight: normal;
}
.none {
	display: none;
}
.product .radio, .product .checkbox,
.option-div .radio, .option-div .checkbox {
	display: inline-table;
	margin: 0 5px 5px 0;
	padding-left: 0px;
	margin-right: 5px;
}
select.form-control {
    min-width: 190px;
}
#column-left + #column-right + #content .product hr {
	clear: both;
}
.price h2 {
	color: #f60587;
	display: inline-block;
    margin: 0 10px 3px 0;
}
.list-unstyled.price {
	margin-bottom: 15px;
	overflow: auto;
}
.cart-box-bottom {
    margin: 18px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
}
.cart_block {
	clear: both;
}
#product .cart_block {
    overflow: auto;
}
.cart_block button {
	float: left;
    padding: 6.5px 25px;
	margin-right: 15px;
    width: auto;
}
.product .cart_block button {
	margin-right: 0;
}
.cart-box-bottom .quantity-input {
    float: left;
	margin: 0 15px 0 0;
}
.cart_block .quantity-input {
	padding-bottom: 15px;
}
.cart_block .quantity-input .minus1, .cart_block .quantity-input .plus1 {
	line-height: 25px;
}
.cart-box-bottom .quantity-input .minus1 {
    height: 34px;
    width: 36px;
}
.cart-box-bottom .quantity-input input {
    float: left;
    height: 34px;
    text-align: center;
}
#product .cart-box-bottom .quantity-input input {
    width: 50px;
}
.cart-box-bottom .quantity-input .plus1 {
    height: 34px;
    width: 36px;
}
.cart-box-bottom button.btn-primary {
    float: left;
	width: auto;
}
button.btn.button-wishlists,
button.btn.button-compares {
	background: none;
	border: 0 none;
	color: #636363;
	font-weight: normal;
	margin-top: 15px;
	padding: 0;
}
.textor {
    clear: left;
    padding: 20px 0 0;
	width: 40px;
}
.product .tab-content {
	float: left;
	margin-top: -1px;
    padding: 15px 15px 0;
    width: 100%;
}
#top-links {
	line-height: 37px;
    margin-top: 0;
    padding: 0;
}
#top-links .pull-left .btn {
	padding: 0px;
}
#top-links .pull-left .dropdown-menu .btn {
	padding: 5px 12px;
}
#top-links #language,
#top-links #currency {
	margin: 0;
    position: relative;
    top: -5px;
}
#top-links .dropdown-menu {
	border-radius: 0 0 4px 4px;
    border-top: 0 none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.176);
    margin-top: 4px;
    min-width: 200px;
    padding-top: 10px;
}
#top-links .nopadding .dropdown-menu {
	min-width: 120px;
}
#top-links #currency .dropdown-menu {
    right: 0;
}
#top-links .mobile {
	display: none;
}
#column-left + #column-left  + #content .product-layout.col-md-3 {
    display: inline-table;
    float: none;
	max-width: 290px;
	min-width: 250px;
}
.product .col-md-4 {
	padding-right: 15px;
}
.product {
	margin-bottom: 10px;
	text-align: left;
}
.product .addthis_toolbox {
	oveflow: auto;
}
#column-left + #content .product .nav.nav-tabs,
#column-left + #column-right + #content .product .nav.nav-tabs {
	float: none;
}
#cart .pull-right strong.but {
	background: #808080;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #ffffff;
	padding: 5px;
}
#cart .pull-right strong.but:hover {
	background: #5e5e5e;
}
#cart p.text-right {
	padding: 0;
}
.tabs-a {
	
}
.cat-slide-info {
    background: url("../image/bgset.png") repeat-x scroll 0 -554px;
    height: 40px;
}
.cat-slide-info .thide {
    background: url("../image/catslideinfo.png") no-repeat scroll 0 0;
	display: block;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    top: 12px;
    width: 222px;
}
#content .column_position,
#column-left .content_position,
#column-right .content_position {
	display: none;
}
#column-left h3,
#column-right h3 {
	padding: 0;
	margin-top: 0;
}
.container #product h3 {
    margin-top: 5px;
    padding: 0;
}
.container .category h3 {
	background: none;
}
.relative {
	position: relative;
}
.box {
	margin: 10px 0;
}
.relative .owl-carousel,
.relative .owl-carousel .owl-wrapper {
	position: initial;
}
#content .owl-carousel.reviews .owl-item > div .name {
    margin-bottom: 10px;
	text-align: left;
}
.owl-carousel.reviews .owl-item > div .name a {
	font-size: 16px;
	margin-top: 0;
}
.owl-carousel.reviews .owl-item > div .image {
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
.owl-carousel.reviews .owl-item > div .review {
    text-align: justify;
	font-size: 14px;
	min-height: 60px;
}
#content  .owl-carousel.reviews .owl-item > div .rating {
    margin-bottom: 10px;
    text-align: left;
}
#column-left .owl-carousel.reviews .owl-item > div .rating,
#column-right .owl-carousel.reviews .owl-item > div .rating {
    bottom: 0;
    left: 10px;
    position: absolute;
    right: auto;
}
.owl-carousel.reviews .owl-item > div .podrobnee {
    bottom: 0;
    position: absolute;
    right: 5%;
}
.owl-carousel.reviews .owl-item > div {
	margin-left: auto;
    margin-right: auto;
	overflow: auto;
    padding: 10px 0 30px;
    position: relative;
    width: 90%;
}
#content.none .manufacturer {
    margin: 0 auto 1%;
}
.manufacturer {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    margin: 0px auto 15px;
    overflow: auto;
    padding: 5px 0 5px 13px;
    position: relative;
}
#column-left .manufacturer,
#column-right .manufacturer {
    padding: 5px 0 5px 8px;
}
a.manuf-link {
    float: left;
    margin-right: 20px;
    padding: 5px 0;
}
.list-manuf {
    float: left;
    padding: 5px 0;
}
.list-manuf a {
    display: inline-block;
    text-decoration: underline;
}
.list-manuf a {
    border-right: 1px solid #c7c7c7;
    margin-right: 3px;
    padding-right: 8px;
	margin-bottom: 5px;
}
.list-manuf a:last-of-type {
	border: 0 none;
}
#column-left .manufacturer .list-manuf a, #column-right .manufacturer .list-manuf a {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 9px;
    padding: 4px;
    text-decoration: none;
}
.product-thumb.tabrelated .caption {
	margin-bottom: 10px;
}
.product-thumb.tabrelated .caption p {
	text-align: justify;
}
.product-thumb.tabrelated .compare,
.product-thumb.tabrelated .wishlist {
	float: left;
	margin-top: 9px;
}
#accordion .panel .checkbox {
	clear: both;
}
.paddin {
	padding: 0 5px;
}
.bg-container {
    margin: 0 auto;
    min-height: 53px;
    text-align: right;
}
.navbar_category .btn-navbar {
	background-image: linear-gradient(to bottom, #777777, #666666);
	background: -moz-linear-gradient(top,  #777777 0%, #666666 100%);
	background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#666666',GradientType=0 );
	min-height: 40px;
	outline: 0 none;
}
.navbar_category .btn-navbar:hover {
    background-image: linear-gradient(to bottom, #666666, #777777);
	background: -moz-linear-gradient(top,  #666666 0%, #777777 100%);
	background: -webkit-linear-gradient(top,  #666666 0%,#777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 );
}
.navbar_category .btn-navbar {
	float: none;
	padding: 0;
	width: 100%;
	border-radius: 3px 3px 0 0;
	text-shadow: 2px 1px 0px #333;
}
.navbar_category .btn-navbar span {
	color: #ffffff;
	font-size: 17px;
	float: left;
    line-height: 30px;
    text-transform: uppercase;
}
.navbar_category .nav > li > a {
	color: #000000;
	text-shadow: 0 0 0 #ffffff;
	padding: 7px 15px;
	overflow: auto;
}
.navbar_category .btn-navbar .fa {
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin: 8px 13px 0 0;
}
.navbar_category .nav > li > a .fa-angle-right {
	float: right;
}
.navbar_category .nav > li:hover > a .fa-angle-right {
	font-size: 18px;
}
.navbar_category .dropdown-menu {
	left: 100%;
    top: -2px;
}
.navbar_category .btn-navbar {
	height: 42px;
}
.navbar_category .btn-navbar.collapsed {
	
}
.category {
	padding: 0;
	position: relative;
	margin-bottom: 0;
}
.nav > li {
	text-align: left;
}
.category .nav > li {
	position: relative;
}
.category .nav > li:hover {
	
}
.category .nav > li + li {
	
}
@media (max-width: 767px) {
	.category .dropdown-menu {
		position: absolute;
		right: auto;
		left: 100%;
		top: 0;
		border-radius: 0 0 4px;
		margin: 0;
		box-shadow: 1px 1px 1px #999;
		border-left: 0 none;
	}
}
@media only screen and (min-width: 768px) {
	.category .nav > li:hover > .dropdown-menu {
		display: table;
	}
}
.category ul.list-unstyled > li {
	padding-top: 8px;
    padding-bottom: 8px;
}
.category ul.list-unstyled > li > a {
	border: 0 none;
    color: #EB0D24;
    font-size: 16px;
    line-height: 19px;
    padding: 0 5px 10px;
	display: block;
}
.category > .nav > li > a {
    color: #777777;
    font-size: 16px;
}
.category .nav > li:hover {
	background: #ffffff;
}
.category .nav > li:hover > a {
	border-right: 1px solid #ffffff;
}
.category ul.podcategory {
	list-style-type: none;
	padding: 0 0 10px 0;
}
.category ul.podcategory li {
	display: inline-block;
}
.category ul.podcategory li  a {
	color: #777777;
	border: 0 none;
	padding: 0 12px;
	text-decoration: underline;
}
.category > .nav > li > a .fa {
	float: right;
    font-size: 9px;
    margin-top: 6px;
	transition: 0s all;
}
.category > .nav > li:hover > a .fa {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.category .nav.nav-tabs {
	margin-bottom: 0;
}
.category .nav.nav-tabs > li > a,
.category .nav.nav-tabs > li.active > a {
	background: none;
	border: 0 none;
	border-radius: 0;
}
.category > .nav.nav-tabs > li.active > a {
	border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dddddd;
    box-shadow: 0 0 0 #fff;
    margin: 2px 0 0;
}
.category .nav.nav-tabs > li {
	background: none;
}
.category .list-unstyled {
    padding-left: 10px;
}
.category .image_category_menu {
	float: left;
	margin: 0 10px 0 0;
}
.category .category-collapse {
	background: #ffffff;
	position: absolute;
    width: 100%;
	box-shadow: 3px 3px 6px #aaa;
}
.header_block .category .category-collapse {
	z-index: 99;
}
.category .category-collapse:hover {
    z-index: 106;
}
.collapse-hidden {
	display: none !important;
}
.collapse-hidden.collapse.in {
	display: block !important;
}
.category .close_category {
	cursor: pointer;
    display: none;
    height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 2px;
    width: 25px;
}
.category .in + .close_category {
	display: block;
}
.category-collapse .dropdown-inner {
    display: table;
}
.category-collapse .dropdown-inner ul {
    display: table-cell;
	vertical-align: top;
}
.category-collapse .dropdown-inner ul.podcategory {
	background: none;
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    display: block;
    position: initial;
}
@media only screen and (max-width: 767px) {
	.category-collapse .dropdown-inner ul.podcategory {
		display: none;
	}
}
.category-collapse .dropdown-inner ul.list-unstyled {
	min-width: 283px;
}
@media only screen and (min-width: 768px) {
	.category-collapse .dropdown-inner ul.list-unstyled:nth-child(2n) {
		background: #f8f8f8;
		border-radius: 8px;
		box-shadow: 0 1px 2px #666 inset;
	}
}
.category .close_category .fa-times {
	margin-top: 5px;
	font-size: 20px;
}
.button-group button + button {
	background: none;
	color: #696969;
	float: right;
	padding: 7px 10px;
}
.caption {
	margin-bottom: 5px;
}
.image_category_child {
	display: inline-block;
}
.categorycarousel .owl-carousel {
	position: relative;
}
.categorycarousel .tabled ul li {
	display: inline-block;
    margin-bottom: 10px;
    width: 24%;
}
.categorycarousel ul.breadcrumb {
	border: 0 none;
}
.categorycarousel ul.breadcrumb > li:after {
	height: 9px;
	top: 5px;
	width: 9px;
}
.categorycarousel ul.breadcrumb > li:first-of-type {
	padding-left: 0;
}

/* Tabs */
.nav-tabs > li > a {
	outline: 0 none;
}
.nav-tabs.categorycarousel > li > a {
    border: 1px solid #ddd;
    padding: 5px 9px;
    text-transform: uppercase;
}
.nav-tabs > li {
	margin-right: -2px;
}
.nav.nav-tabs.categorycarousel {
	text-align: center;
	margin: 5px auto 5px;
	z-index: 2;
}
ul.nav.nav-tabs.categorycarousel > li + li {
	margin-left: 15px;
}
.nav-tabs > li .fa {
	color: #777777;
    font-size: 9px;
    position: relative;
    top: -2px;
}
.nav-tabs > li .fa-home {
	font-size: 16px;
	color: #23a1d1;
	top: 0;
}
.nav-tabs > li.active .fa-home {
	color: #eb0d24;
	
}
.nav-tabs > li .after-fa {
	color: #23a1d1;
    font-size: 9px;
    position: relative;
    top: -1px;
}
.nav-tabs > li.active .after-fa {
	color: #eb0d24;
}
.nav-tabs > li button {
	padding: 0 12px;
}
.nav-tabs > li button + button {
	border-left: 1px solid #dddddd;
}
.nav-tabs > li .btn-link:focus,
.nav-tabs > li .btn-link {
	color: #23a1d1;
	outline: 0 none;
	text-transform: uppercase;
}
.nav-tabs > li > a:hover {
	border-color: #ffffff;
}
.nav-tabs > li a span {
	border-left: 1px solid #dddddd;
	padding-left: 12px;
}
.manufacturer-banner .owl-item a {
	display: block;
}
.manufacturer-banner .owl-item + .owl-item a {
	border-left: 1px solid #eaeaea;
}
.tab-content .active + .active {
	visibility: hidden;
	height: 0;
	width: 100%;
}
#search button.search,
.select-wrap button.sorting {
	background: #ffffff;
	border: 0 none;
	box-shadow: 0 0 0 #fff;
    color: #cccccc;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    padding: 0 22px 0 11px;
}
#search button.search .fa {
	position: absolute;
    right: 8px;
	font-size: 10px;
	top: 13px;
}
#search .input-wrap {
	float: left;
    padding-right: 35px;
    position: relative;
}
#search .dropdown-menu {
	min-width: 200px;
    padding: 10px;
    width: auto;
}
/* quick search */
#quick_search_results {
    margin: 0px;
    padding: 0 5px 5px 5px;
    position: absolute;
    top: 34px;
    left: 0px;
    background: #FFFFFF;
    z-index: 9;
    min-width: 260px;
	list-style: none;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	width: 100%;
}
#quick_search_results li {
	border-top: solid 1px #FFFFFF;
	text-align: left;
}
#quick_search_results  a {
	display: block;
	padding: 5px;
}
#quick_search_results li + li {
	border-top: solid 1px #CCCCCC;
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #444444;
    text-decoration: none;
	display: block;
}
#quick_search_results img {
	margin-right: 15px;
}
#quick_search_results li:hover {
    background-color: #E2E2E2;
}
#quick_search_results .lisves {
    background-color: #E2E2E2;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}
.dropdown-menu > li > a {
	font-size: 16px;
	padding: 5px;
	color: #6e6e6e;
}
#menu .dropdown-menu.manuf {
	padding: 10px 2% 10px 5%;
}
.dropdown-menu.manuf > li {
	
}
.dropdown-menu.manuf > li > a {
	padding: 5px;
}
.dropdown-menu.manuf > li > a > img {
	margin-right: 10px;
}
.welcome_header {
	position: absolute;
    right: 15px;
    top: 3px;
}
.bg-header .social a:before {
	clear: both;
}
.bg-header .social .social_h {
	display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.bg-header .social a + a {
	margin-left: 10px;
}
.bg-header .social a img {
	
}
.bg-header .social a img {
	width: 26px;
	-webkit-transition: width left top 0.3s;
    transition: width left top 0.3s;
	border-radius: 3px;
    box-shadow: 0 0 0 3px rgb(254, 254, 254), 0 1px 3px 3px rgb(210, 210, 210);
}
.bg-header .social a:hover img {
	
}
.bg-header .social a span {
	color: #696969;
}
.visible {
	display: block !important;
}
.login-menu.modal.in {
	z-index: 1050;
}
.login-menu.hide {
    display: block !important;
}

.bg-header .phone .fa {
	color: #666666;
    font-size: 21px;
}
.bg-header .phone .fa.fa-chevron-down {
	font-size: 11px;
    margin: 0 0 0 7px;
    position: relative;
    top: -4px;
}
.bg-header .phone button,
.bg-header .social,
.contacts-right-header {
	color: #d60000;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
	text-align: right;
}
.bg-header .social {
	margin-top: 15px;
}
.bg-header .phone button {
	margin-top: 35px;
}
.bg-header .phone .btn:focus {
	outline: 0 none;
}
.bg-header .social .fa {
	color: #696969;
	font-size: 20px;
}
.bg-header .contacts-left-header + .contacts-right-header {
	padding-right: 30px;
    padding-top: 15px;
    text-align: right;
}
.dropdown-menu {
	padding: 9px 13px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.37);
}
.phone_block .dropdown-menu li {
	font-size: 15px;
	padding: 5px 10px;
}
.phone_block .dropdown-menu ul {
	padding-left: 0;
}
.phone_block .dropdown-menu li img {
	width: 17px;
	margin-right: 15px;
}
.phone_block .dropdown-menu {
    left: 0;
    min-width: 250px;
    padding: 15px;
    right: auto;
    top: 75px;
}
#search .dropdown-menu {
	right: auto;
	left: 0;
}
.list-inline > li.mon {
	display: none;
}
.tabletting {
	display: none;
	float: right;
}
.header #welcome .dropdown-menu,
.header .contacts-left-header .dropdown-menu {
	bottom: auto;
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 25%;
    width: 330px;
}
.modal-bg {
	background: #000000;
	opacity: 0;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
	-webkit-transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	    -ms-transition: opacity .5s ease-in-out;
	     -o-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}
.modal-bg.show {
	opacity: 0.60;
}
.modal-bg.opacity {
	opacity: 0.1;
}
.input-group .form-control,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 0;
}
.input-group .form-control {
	min-height: 38px;
}
.container .articles {
	position: relative;
	padding: 9px 30px 9px 4px;
	width: 100%;
	z-index: 1;
}
.container .articles ul {
    overflow: hidden;
    white-space: nowrap;
	padding-left: 0;
}
.container .articles ul li {
	display: inline-block;
    white-space: nowrap;
	line-height: 40px;
}
.container .articles ul li.more_articles > a {
	position: absolute;
	right: 12px;
	top: 12px;
}
.container .articles ul li.more_articles .dropdown-menu {
	left: auto;
    padding: 5px;
    right: 0;
    top: 45px;
}
.container .articles ul.dropdown-menu li {
	display: block;
    float: none;
    width: 100%;
}
.container .articles ul.dropdown-menu li a {
	padding: 5px 10px;
}
.container .articles ul li a {
	color: #666666;
    font-size: 13px;
    line-height: 25px;
    padding: 0 12px;
    text-transform: uppercase;
	text-decoration: underline;
	border-left: 1px solid #dddddd;
}
.container .articles ul li:first-of-type a {
	border-left: 0 none;
}
.container .articles ul li.more_articles a {
	border-left: 0 none;
}
.container .articles ul.dropdown-menu li a {
	border-left: 0 none;
}
.container.articles ul li + li {
    border-left: 1px solid #d1d2d3;
}
.container .articles .menu_button button {
	color: #555555;
	font-size: 12px;
}
.container .articles .menu_button {
    float: right;
    position: relative;
    text-align: right;
}
.nav-tabs.categorycarousel > li {
	float: none;
	display: inline-block;
}
.owl-item > .item > a > img.img-responsive {
	margin: 0 auto;
}
.maps .container {
	position: relative;
	margin-bottom: 0;
}
.maps .gradient {
	height: 320px;
	position: absolute;
    width: 15%;
    z-index: 1;
}
.maps .gradient.left {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
    left: 15px;
}
.maps .gradient.right {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
    right: 15px;
}
.bottom-pay {
	
}
.bottom-pay .container {
	padding: 0 40px;
	position: relative;
}
.owl-carousel.footer-pay {
	position: initial;
}
.footer-pay .owl-item > div {
	padding: 10px 0;
	text-align: center;
}

.footer-pay .owl-item > div img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.footer-pay .owl-item > div img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.footer-right {
	min-height: 130px;
    padding-bottom: 32px;
    position: relative;
}
#search_footer #search button.search,
#search_footer #search .select-wrap {
	display: none;
}
#search_footer #search {
	margin: 0 0 15px;
    width: 100%;
}
.phone:focus {
	outline: 0 none;
}
.phone_block {
	display: block;
	position: relative;
	text-align: center;
}

/* Select */
.custom-select {
	max-width: 230px;
	height: 33px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	position: relative;
	background: #ffffff;
}
#product .custom-select {
	width: 170px
}
.custom-select .fa {
	font-size: 10px;
    position: absolute;
    right: 7px;
    top: 9px;
}
.custom-select select {
	height: 30px;
	background: transparent;
	background: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	font: 12px Arial;
	color: #4f4f4f;
	padding: 6px 8px;
}
.custom-select:hover {
	background-color: #fff;
}
.custom-select select option {
	color: #4f4f4f;
    padding: 4px 12px;
}
.divshadow .tab-related .product-thumb .rating {
	margin: 15px 0;
}
.divshadow .price-cart {
	margin: 0;
}
.divshadow .tab-related:hover {
	opacity: 1;
}
.divshadow .tab-related {
	opacity: 0.8;
}
.minus1,
.plus1 {
	background: #eeeeee;
	border: 1px solid #dddddd;
    color: #8a8a8a;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
	cursor: pointer;
}
.minus1:hover, .plus1:hover {
	background: #f7f7f7;
}
.quantity-input .form-control {
	border-radius: 0;
	border: 1px solid #dddddd;
	float: left;
	margin: 0 -1px;
	padding: 5px 15px;
	height: 35px;
	width: auto;
	text-align: center;
	box-shadow: 0 0 0 #fff;
}
.quantity-input .form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.quantity-input .fa {
    font-size: 14px;
    text-shadow: 0 2px 1px #fff;
}
.divshadow .options {
	
}
.load:after {
	background: url('../image/loading.gif') center center no-repeat;
}
.product-thumb.load:after {
	z-index: 3;
}
.load > div {
	opacity: 0.5;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.divcart {
    position: absolute;
}
.divcart.show {
	z-index: 103;
}
.divcart.show .dropdown-menu {
	display: block;
	padding: 20px 30px 10px;
    position: relative;
    width: 100%;
}
.divcart.show .dropdown-menu .closecart {
	position: absolute;
    right: 4px;
    top: 4px;
	text-align: center;
}
.divcart.show .dropdown-menu .closecart .fa {
	color: #999;
	font-size: 17px;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 25px;
}
.table.no-border > tbody > tr > td {
	border: 0 none;
}
.divcart.show .dropdown-menu strong {
	font-weight: normal;
}
.divcart.show .dropdown-menu p.text-right {
	padding-left: 0;
	padding-right: 0;
}
.clearboth {
	clear: both;
}
h3.clearboth {
	padding-top: 15px;
}
.quickpay h2 {
	margin-top: 5px;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-prev {
	left: 0;
}
.divshadow .quickpay .owl-carousel .owl-buttons .owl-next {
	right: 0;
}
.option-div .options + hr {
	margin-top: 0;
}
p.price {
	color: #f60587;
    font-size: 18px;
}
.price-old {
	text-decoration: line-through;
	margin-left: 5px;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
label span.append {
	background: #ffffff;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    right: 3px;
    top: -14px;
}
.option-div ul.list-unstyled > li {
	display: block;
	padding-bottom: 0;
}
.option-div ul.list-unstyled > li + li {
	color: #cccccc;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes winking {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}
@keyframes winking {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}
.winking {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.option-div.cheapering h3 {
	margin-top: 0;
	padding: 0;
}
.option-div.cheapering {
	margin: 0 auto;
    position: relative;
    width: 630px;
}
.option-div.callbacking {
    margin: 0 auto;
    position: relative;
    width: 450px;
}
.option-div .description {
	color: #777777;
	display: block;
}
.cheapering textarea.form-control {
    min-height: 107px;
}
.form-control:focus {
    border-color: #aaaaaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    outline: 0 none;
}
.option-div .description:hover {
	color: #444444;
}
.option-div.cheapering .image {
	margin-bottom: 15px;
}
a.cheapering {
    display: inline-block;
}
#column-left a.cheapering,
#column-right a.cheapering {
	margin-bottom: 10px;
}
#column-left .rating,
#column-right .rating {
	margin-bottom: 8px;
}
a.cheapering .fa {
	font-size: 11px;
	margin-right: 10px;
}
.product-price a.cheapering .fa {
	margin: 0;
}
.red {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.red a {
	color: #a94442;
}
.relative.module {
	padding: 0 15px 25px;
}
.relative.module .owl-item {
	padding: 10px 10px 15px;
}
.relative.module .owl-item > .product-thumb {
	margin-bottom: 0;
}
.module .owl-carousel .owl-buttons div {
	top: 45%;
}
.bottom-pay {
	padding-bottom: 30px;
}
.bottom-pay .container {
	margin-bottom: 0;
	
}
#top_banner,
.container,
.bottom-pay,
.footer-niz {
	background: #fff;
}
footer .container,
.subsc .container {
	background: none;
}
.product-list .price-cart {
    display: block;
    margin-bottom: 10px;
    overflow: visible;
	min-height: 35px;
}
.product-list .chevron {
	float: left;
    margin-right: 15px;
    margin-top: 0;
}
.product-list .grid,
.product-grid .list,
.product-list .price-cart.grid {
	display: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f8f8f8;
    border-color: #fd4d00;
    color: #777777;
    cursor: default;
    z-index: 2;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid #aaaaaa;
    border-radius: 6px;
    color: #000000;
    margin-right: 5px;
    padding: 2px 10px;
}
.pagination > li > a.no-active {
	opacity: 0.3;
	cursor: default;
}
.price-cart.list .price {
	display: inline-block;
}
.sort label {
	line-height: 30px;
}
.select-sort .fa {
	font-size: 10px;
    position: absolute;
    right: 6px;
    top: 13px;
}
.sort .btn-group button {
	background: #eeeeee;
	border: 1px solid #bbbbbb;
	color: #666666;
	padding: 7px 12px;
	line-height: 22px;
}
.list-category ul {
	list-style-type: none;
	padding-left: 0;
}
.list-category ul li {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.list-category ul li a {
	display: block;
    padding: 10px 10px 5px;
    text-align: center;
}
.list-category ul li a img {
	display: block;
    margin: 0 auto 10px;
	opacity: 0.90;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform: scale(0.8, 0.8);
}
.list-category ul li:hover a img {
	opacity: 1;
	transform: scale(1.0, 1.0);
}
.list-category ul li a span {
	
}
.content_position.reviews {
	margin: 0 0 30px;
}
#button-voucher + label {
	display: none;
}
.table-bordered > div {
	display: inline-table;
	min-height: 35px;
}
.option-div .clearfix {
	paddind-bottom: 25px;
}
.well {
    background: #fdfdfd;
}
.subscribe {
	padding: 20px;
	min-height: 370px;
}
.subscribe h2 {
	margin-top: 0;
}
.subscribe .form-inline {
	padding: 0 15px 0 0;
}
.subscribe .form-inline .form-control {
	width: 100%;
}
#content .news .owl-item > div .image {
	float: left;
	margin-top: 4px;
}
#content .news .owl-item > div .name {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
	margin-bottom: 5px;
}
#content .news .owl-item > div .descrip {
	text-align: justify;
	display: block;
	font-size: 11px;
}
.all_news {
	font-size: 16px;
	margin-bottom: 5px;
}
.dating {
    color: #898989;
	display: block;
    font-size: 12px;
	margin-bottom: 5px;
}
.bold {
	font-weight: bold;
}
.newspage {
	overflow: auto;
}
.newspage .image {
	float: left;
}
.newspage {
	margin-top: 30px;
}
.newspage:last-of-type {
	margin-bottom: 30px;
}
.newspage .text_news {
	display: block;
	text-align: justify;
}
.newspage .more_news {
	cursor: pointer;
    display: block;
    padding: 8px 0;
}
.image.newspage {
	float: left;
	margin: 5px 0 15px;
}
.newspage .name {
    color: #000;
    font-size: 14px;
    font-style: italic;
}
.option-div h2,
.option-div h3,
.option-div h4 {
	margin-top: 10px;
	padding: 0;
}
.option-div > h3 {
	background: #f5f5f5;
	font-size: 18px;
    line-height: 32px;
	height: 35px;
    margin: 0 -10px;
}
.option-div h4 {
	position: relative;
}
.option-div.cheapering h3,
.option-div.cheapering h4 {
	margin-top: 15px;
}
#column-left .reviews .image,
#column-right .reviews .image {
	float: left;
	margin: 0 10px 10px 0; 
}
#column-left .reviews > div,
#column-right .reviews > div {
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
#column-left .reviews > div .podrobnee,
#column-right .reviews > div .podrobnee {
	text-align: right;
}
.module .owl-carousel .owl-buttons div {
	opacity: 0.7;
}
.slideshow .owl-item > div {
	padding-bottom: 0;
	width: 100%;
}
@media only screen and (max-width: 1680px) {
	.slideshow .owl-item > div .img-responsive {
		width: 100%;
	}
}
.title_banner {
    background: #ffffff;
    border-color: #eee #ddd;
    border-style: solid;
    border-width: 3px;
    left: 10px;
    padding: 4px 14px;
    position: absolute;
    top: 20px;
}
.reviews .name {
	margin-bottom: 10px;
}
.news .owl-item > div .image {
	float: left;
}
.option-div .alert {
	margin-bottom: 7px;
}
.product-thumb .rating {
	margin-bottom: 10px;
}
.product-thumb .rating .reviews_icon:hover + div .fa-stack {
	
}
.product-thumb .rating .fa-stack {
	
}
.option-div .nav-tabs {
	margin-bottom: 0;
}
.option-div .nav-tabs > li {
    margin-bottom: 15px;
}
.option-div .nav-tabs > li {
	margin: 20px 0;
}
.subscribe .fa {
    font-size: 20px;
}
.container,
.bottom-line-footer .container {
    max-width: 1280px;
}

.category.column_position ul.child_1 > li:hover > a {
    border: 1px solid #999999;
}
.category.column_position ul.child_1 > li.child:hover > a {
    border-right: 0 none;
}
.category.column_position ul li ul span.image {
    margin-bottom: 3px;
}
.line-height {
	font-size: 12px;
    line-height: 24px;
}
.sort .input-group-btn {
	width: auto;
}
.btn-border {
	border: 1px solid #bbbbbb;
}
.btn-border-turquoise {
    border: 1px solid #4ac6dc;
    color: #EB0D24;
}
.btn-border-top {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.btn-bg {
	background: #eb0d24;
	color: #ffffff;
}
.btn-gray {
	background: #f5f5f5;
	color: #666666;
}
.btn-black {
	background: #696969;
	color: #ffffff;
}
.img-thumbnail-option {
	margin-left: -15px;
}
.person p {
	margin-bottom: 0;
}
.zachita {
	position: absolute;
	left: 0;
}
.text_zachita.check {
	display: block;
	padding-left: 20px;
	position: relative;
}
.text_p.red {
	color: #a94442;
}
.text_p a {
	color: #D13C5E;
}
.checkbox.person {
	padding-left: 20px;
}
.checkbox.person.text_person {
	padding-left: 15px;
}
.checkbox.person label {
	padding-left: 0;
}
.option-div .checkbox.person input[type="checkbox"]:checked + label {
	border: 0 none;
}
.header-contact button {
    font-size: 21px;
    padding-bottom: 0;
    padding-right: 30px;
    position: relative;
}
.header-contact a.openrecall {
	padding-top: 0;
	text-decoration: underline;
}
.header-contact .fa {
	color: #eb0d24;
    font-size: 18px;
    margin-right: 5px;
}
.header-contact .fa.fa-chevron-down {
	color: #898989;
    font-size: 11px;
    margin: 0;
    position: absolute;
    right: 7px;
    top: 10px;
	left: auto;
}
#cart.btn-group.btn-block button span#cart-total {
	background: #eb0d24;
    border-radius: 45px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    height: 31px;
    line-height: 29px;
    position: absolute;
    right: -22px;
    text-align: center;
    top: 0;
    width: 30px;
}
.top_line #cart {
	z-index: 8;
}
.top_line #cart.btn-group.btn-block button span#cart-total {
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    right: -11px;
    width: 20px;
}
.phone-header {
	position: relative;
	
	float: right;
}
.top_line .phone-header {
    z-index: 10;
	margin-right: -15px;
}
.top_line .slid + div .phone-header {
	z-index: 8;
}
.phone-header button {
	padding-left: 60px;
}
.header-contact a.openrecall {
    margin-left: 50px;
}
.phone-header .fa {
	font-size: 55px;
    left: 0;
    position: absolute;
    top: 2px;
}
.top_line .phone-header button {
	position: relative;
	padding-bottom: 0;
}
.top_line .phone-header .fa-phone-square {
	font-size: 42px;
	top: -10px;
}
.top_search {
	margin-top: 5px;
	cursor: pointer;
}
.top_search #search {
	width: 0px;
	-webkit-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-moz-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-o-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	transition:  width 1s ease-in-out, opacity 1s ease-in-out;
	opacity: 0;
}
.top_search .fa-search {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    font-size: 23px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    width: 35px;
	position: relative;
	z-index: 10;
	left: 0px;
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition:  left 1s ease-in-out;
}
.top_search.slid .fa-search {
	border: 1px solid #ffffff;
	position: relative;
	left: -45px;
	z-index: 10;
	background: #ffffff;
}
.top_search #search {
	padding-left: 34px;
	position: absolute;
	top: 0;
	background: #ffffff;
	z-index: 9;
	left: -4px;
}
.top_search.slid #search {
	opacity: 1;
	width: 102%;
}
.top_line .phone-header .fa-chevron-down {
    color: #666;
    font-size: 9px;
    left: auto;
    right: 0;
}
.phone-header .btn {
	padding-top: 0;
}
.top_line .phone-header .btn {
	padding-bottom: 0;
	padding-left: 50px;
}
.header-contact {
	padding-top: 20px;
}
.header_block #wishlist-total {
	display: block;
	padding: 10px;
	background: #EB0D24;
	color: #ffffff;
	border: 0 none;
}
.row-sm-left {
	margin-left: -15px;
}
.category .nav.nav-tabs.more_description {
	margin-bottom: 10px;
}

.category hr {
	margin: 5px 0;
}
.hide_template {
	display: none;
	padding: 10px 0 0;
}
ul.manuf_template li {
	float: left;
}
.category ul.list-unstyled.manuf_template > li {
	margin-right: 10px;
}
.category ul.list-unstyled.manuf_template > li > a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.owl-wrapper-outer {
    box-shadow: 0 0 0 0 #fff;
	border: 0 none;
}
.nav-tabs.categorycarousel > li.active > a, .nav-tabs.categorycarousel > li.active > a:focus, .nav-tabs.categorycarousel > li.active > a:hover {
    border: 1px solid #999;
    border-radius: 3px 0;
	background: #eb0d24;
	color: #ffffff;
	text-transform: uppercase;
	border: 0 none;
}
.nav-tabs.categorycarousel > li > a {
	-webkit-transform: skew(-7deg);
	   -moz-transform: skew(-7deg);
	     -o-transform: skew(-7deg);
			transform: skew(-7deg);
}
.nav-tabs > li.active > a:hover {
	cursor: default;
}
.options .radio input[type="radio"] {
	display: none;
}
.radio input[type="radio"] + label,
.option input[type="radio"] + label,
.option input[type="checkbox"] + label {
	border-radius: 2px;
	padding: 4px 10px;
	min-height: 20px;
	margin: 0;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	position: relative;
	background: #ffffff;
}
.options .option input[type="radio"]:checked + label,
.options .radio input[type="radio"]:checked + label,
.options input[type="checkbox"]:checked + label {
	border: 1px solid #fd4d00;
}
#option_filter .option input[type="radio"]:checked + label,
#option_filter .radio input[type="radio"]:checked + label {
	border: 0 none;
}
.checkbox, .radio {
    display: inline-table;
	margin-right: 10px;
}
span.append {
    display: block;
    font-size: 9px;
    margin-top: -1px;
	text-align: center;
}
.owl-carousel .owl-buttons div {
	background: #808080;
    border-radius: 0;
    height: 80px;
    width: 40px;
}
.owl-carousel .owl-buttons div i {
	margin: 15px 0 0;
}
.owl-carousel .owl-buttons {
	opacity: 0;
	filter: alpha(opacity=50);
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-buttons {
	opacity: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 6px;
}
.header_popup {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-top {
	margin-top: 15px;
}
.padding-bottom {
	padding-bottom: 15px;
}
#review_popup a .fa,
.add_reviews a .fa {
	color: #777777;
}
.hidden_template {
	display: none;
}
.text-underline {
	text-decoration: underline;
}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
	font-size: 15px;
	color: #888888;
}
.form-control {
	box-shadow: 0 0 0 #ffffff;
}
.trapezium {
	-webkit-transform: skew(-2deg);
	   -moz-transform: skew(-2deg);
	     -o-transform: skew(-2deg);
			transform: skew(-2deg);
}
.trapezium10 {
	-webkit-transform: skew(-10deg);
	   -moz-transform: skew(-10deg);
	     -o-transform: skew(-10deg);
			transform: skew(-10deg);
	border-radius: 7px 0;
}
.product-layout:not(.product-price):not(.no_image) .product-thumb:after {
	-webkit-transform: skew(-1deg);
	   -moz-transform: skew(-1deg);
	     -o-transform: skew(-1deg);
			transform: skew(-1deg);
	border-radius: 0;
    box-shadow: -1px -1px 1px #e1e1e1 inset;
    padding: 5px 15px 15px;
	z-index: 0;
}
.product-layout .product-thumb.load:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.line-border {
	margin: 0 auto;
	display: block;
}
.line-border {
	border-top: 1px dashed #333333;
    position: absolute;
    top: 50%;
    width: 100%;
	z-index: 1;
}
.white {
	background: #ffffff;
}
.margin-center {
	margin-left: auto;
	margin-right: auto;
}
.top-pagination .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	padding-right: 0;
	padding-top: 9px;
	background: #ffffff;
	z-index: 2;
}
.categorycarousel .owl-controls .owl-buttons .owl-prev, .categorycarousel .owl-controls .owl-buttons .owl-next {
	top: 35%;
}
.carous .owl-controls .owl-buttons .owl-prev, .carous .owl-controls .owl-buttons .owl-next {
    top: 45%;
}
.redcolor {
	color: #eb0d24;
}
.input-group > h3 > span {
    background: #696969;
	color: #ffffff;
    border-radius: 3px 0;
    padding: 6px 15px 8px;
	display: block;
	-webkit-transform: skew(-7deg);
	   -moz-transform: skew(-7deg);
	     -o-transform: skew(-7deg);
			transform: skew(-7deg);
	text-shadow: 2px 1px 0px #333;
	box-shadow: 4px 3px 5px #bbb;
}
.input-group > h3:after {
	
}

.product-thumb .image img{
    color: red;
    position: relative;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.product-layout:not(.product-price):not(.no_image) .product-thumb .image img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0em;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.8), rgba(255,255,255,.0)) no-repeat -2em 0%;
    background-size: 2em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
	z-index:3;
}
.product-thumb .image img.blink_on:after{
    transition: 1.5s linear;
    background-position: 130% 0%;
}
.categorycarousel .owl-carousel .owl-item > div,
#column-left .reviews > div, #column-right .reviews > div {
	box-shadow: -1px -1px 1px #e1e1e1 inset;
    border-radius: 2px;
    padding: 5px 15px 15px;
}
button + button:not(.button-compares) {
	margin-left: 15px;
}
.border-block {
	border: 1px solid #dddddd;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px);
}
.btn-white {
	background: #f1f1f1;
}
.btn-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.hide_description {
	display: none;
}
.more_description {
	background: #f5f5f5;
	cursor: pointer;
	padding: 3px 0;
}
.svernut {
	display: none;
}
.stock_price {
	border-radius: 3px;
	font-size: 13px;
    margin-right: 10px;
    padding: 0 6px 2px;
    text-transform: lowercase;
}
.artikul_price {
	font-size: 13px;
}
.sort .btn-group button.active-view {
	background: #696969;
}
.sort .btn-group button.active-view .fa {
	color: #ffffff;
	text-shadow: 0 0 0 #696969;
}
@media screen and (min-width: 558px) and (max-width: 767px) {
	.product-grid.col-xs-12 {
		width: 50%;
	}
}
@media screen and (max-width: 397px) {
	.list-category .col-xs-6 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
	   -moz-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;
		-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		color: #fff;
	}
	.category-collapse .dropdown-inner ul.list-unstyled {
		min-width: none;
		display: block;
	}
	.category-collapse .dropdown-inner {
		display: block;
	}
	.category-collapse .dropdown-inner ul {
		display: none;
	}
	.category ul.list-unstyled > li {
		padding: 0;
	}
	.category ul.list-unstyled + ul > li {
		border-top: 1px solid #dddddd;
	}
	.category ul.list-unstyled > li + li {
		border-top: 1px solid #dddddd;
	}
	.phone-header {
		float: none;
		margin: 0 auto;
	}
	.row-xs-left {
		margin-left: -15px;
	}
}
.open > .dropdown-menu {
	display: block;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none;
	outline: 0 none;
}
.text-danger {
    color: #eb0d24;
}
.top_line {
    background: #ffffff;
	border-bottom: 2px solid #777;
	box-shadow: 0 0 7px #ddd;
	min-height: 35px;
	left: 0;
    position: fixed;
    right: 0;
    transition: all 0.3s ease 0s;
	opacity: 0;
	top: 0;
	padding-top: 8px;
	z-index: 999;
	display: none;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top_line.show {
	opacity: 1;
}
.navbar-category-collapse-top {
	display: none;
}
@media screen and (max-width: 599px) {
	.sort > .col-xs-7 {
		margin-bottom: 20px;
		width: 100%;
	}
	.sort > .col-xs-2,
	.sort > .col-xs-3 {
		width: 50%;
	}
	.sort .select-sort {
		float: left !important;
	}
	.top_mobile_block {
		width: 100%;
	}
}
@media screen and (max-width: 497px) {
	.col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	.col-xm-12 {
	  width: 100%;
	}
	.col-xm-11 {
	  width: 91.66666667%;
	}
	.col-xm-10 {
	  width: 83.33333333%;
	}
	.col-xm-9 {
	  width: 75%;
	}
	.col-xm-8 {
	  width: 66.66666667%;
	}
	.col-xm-7 {
	  width: 58.33333333%;
	}
	.col-xm-6 {
	  width: 50%;
	}
	.col-xm-5 {
	  width: 41.66666667%;
	}
	.col-xm-4 {
	  width: 33.33333333%;
	}
	.col-xm-3 {
	  width: 25%;
	}
	.col-xm-2 {
	  width: 16.66666667%;
	}
	.col-xm-1 {
	  width: 8.33333333%;
	}
	.hidden-xm {
		display: none !important;
	}
	.visible-xm {
		display: block !important;
		float: left;
	}
	.top_search {
		position: initial;
	}
	.col-xm-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
}
.breadcrumb .printing {
	cursor: pointer;
}
.margin-right {
	margin-right: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.addthis {
	border: 1px solid #ddd;
    border-radius: 3px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-color: #bbbbbb #bbbbbb transparent;
}
.carous .nav-tabs, .carous .nav-tabs > li.active > a, .carous .nav-tabs > li.active > a:focus, .carous .nav-tabs > li.active > a:hover {
	border: 0 none;
}
.carous .nav > li > a:focus, .carous .nav > li > a:hover {
	background: none;
}
.carous .nav-tabs > li > a {
	padding: 0 10px 0 0px;
}
#option-select {
	padding-top: 15px;
	padding-bottom: 15px;
}
.sku {
	line-height: 38px;
}
.product .price {
	margin: 10px 0;
	min-height: 60px;
}
.btn-warning-bg {
	background: #eb0d24;
	color: #ffffff;
}
.btn-warning-border {
	border: 1px solid #eb0d24;
}
.btn-no-bg {
	background: #ffffff;
}
.btn-danger {
	background: #eb0d24;
	color: #ffffff;
}
.bg-gray {
	background: #3b3b3b;
}
.padding {
	padding-top: 7px;
	padding-bottom: 7px;
}
.padding2x {
	padding-top: 20px;
	padding-bottom: 20px;
}
.color-white,
a.color-white:hover {
	color: #ffffff;
}
.footer_head {
	font-size: 15px;
	text-shadow: 0 1px 0px #fff;
	margin-bottom: 5px;
}
span.footer-size {
	font-size: 12px;
}
.border-radius {
	border-radius: 3px;
}
.btn.text {
	padding-left: 0;
	padding-right: 0;
	text-shadow: 1px 1px 0 #fff;
}
.btn.text-nowrap {
	white-space: normal;
}
.nav-tabs.categorycarousel {
	border: 0 none;
}
.btn:active {
	box-shadow: 0 0 0 #fff;
}
.category .dropdown-menu > li > a {
	background: none;
}
.redcolor {
	color: #eb0d24;
}
.graycolor {
	color: #dddddd;
}
.openstoremodule .owl-item .caption h4 a {
	color: #666;
	font-size: 14px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next {
	height: 40px;
	width: 30px;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev,
.owl-carousel.openstoremodule .owl-buttons .owl-next,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next {
    top: 38%;
}
.owl-carousel.openstoremodule .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule .owl-buttons .owl-next i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-prev i,
.owl-carousel.openstoremodule2 .owl-buttons .owl-next i {
	font-size: 23px;
	margin: -2px 0 0;
}
.border {
	border: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}
.border-left {
	border-left: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.img-width {
	width: 100%;
}
.openstoremodule.owl-carousel,
.openstoremodule2.owl-carousel,
.openstoremodule2 .product-thumb {
	margin-bottom: 0;
}
.padding0 {
	padding-left: 0;
	padding-right: 0;
}
.openstoremodule .owl-wrapper-outer,
.openstoremodule2 .owl-wrapper-outer {
	border-radius: 0;
}
.caption span.gray {
	font-size: 12px;
}
.openstoremodule {
	position: relative;
}
.openstoremodule .title-banner,
.openstoremodule2 .title-banner {
	background: #fff;
	position: absolute;
	opacity: 0.74;
    padding: 10px;
}
.openstoremodule .title-banner {
    bottom: 35px;
    left: 50%;
    margin: 0 auto 0 -35%;
    text-align: center;
    width: 70%;
}
.openstoremodule2 .title-banner {
    top: 15px;
    left: 15px;
    text-align: left;
}
.openstoremodule h3 {
	margin-top: 5px;
}
.box-shadow {
	box-shadow: 0 4px 7px #bbb;
    position: relative;
    z-index: 9;
}
.footer_viewed {
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.footer_fixed .bg-gray {
	background: #eeeeee;
}
.footer_fixed .bg-gray > .container,
.footer_fixed .bg-gray > .container > .owl-carousel {
	background: none;
}
.span-price-old {
	text-decoration: line-through;
}
#carousel_viewed {
	margin-bottom: 0;
	padding: 20px 0;
}
#carousel_viewed .btn-white {
	background: #ffffff;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
#carousel_viewed .btn-white a,
#carousel_viewed .btn-white img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
#carousel_viewed .owl-controls .owl-buttons .owl-prev,
#carousel_viewed .owl-controls .owl-buttons .owl-next,
.reviews .owl-controls .owl-buttons .owl-prev,
.reviews .owl-controls .owl-buttons .owl-next,
.news .owl-controls .owl-buttons .owl-prev,
.news .owl-controls .owl-buttons .owl-next {
	top: 28%;
}
.descrip {
	display: block;
    font-size: 12px;
    padding: 0 15px;
    text-align: justify;
}
#logo img,
#logo img:focus {
	outline: 0 none;
}
.product .rating {
	padding-bottom: 10px;
}
.product .cart_block .quantity-input .minus1, .product .cart_block .quantity-input .plus1 {
    line-height: 32px;
}
.product-list a.cheapering {
	position: relative;
    top: 7px;
}
#option_filter .text_more_group a strong {
	font-weight: normal;
}

.btn {
    font-size: 15px;
}
.reviews .owl-item > div .name {
	text-align: left;
}
.reviews .rating {
	margin-bottom: 15px;
}
.slideshow .owl-controls .owl-buttons .owl-prev,
.slideshow .owl-controls .owl-buttons .owl-next {
    top: 32%;
}
#home_filter .btn-border {
    box-shadow: 2px 3px 2px #bbb;
}
.filter .text_more_group a {
    color: #000;
	text-decoration: underline;
}
a.addthis_button_tweet {
	margin-right: 20px;
}
@media (max-width: 466px) {
	.top-pagination .owl-controls .owl-pagination {
		top: 42px;
	}
}
@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;
}
header .phone-header .fa {
    top: -10px;
}
.header-contact {
	padding: 25px 0;
}
.phone-header {
	line-height: 43px;
}
}
.top_line .phone-header .openrecall {
	display: none;
}
body:not([class*="product-category-"]):not([class*="product-product-"]) .breadcrumb {
	display: none;
}
.breadcrumb + .breadcrumb {
	display: none;
}
#home_filter.options .option input[type="radio"]:checked + label,
#home_filter.options .radio input[type="radio"]:checked + label,
#home_filter.options input[type="checkbox"]:checked + label {
    border: 0 none;
}
@media (max-width: 767px) {
	.header-contact {
		left: 50%;
		margin-left: -125px;
		margin-top: 25px;
		position: relative;
		width: 300px;
	}
}
#tab-description img {
	max-width: 100%;
}
.quickblock {
	display: none;
}
#cart > .dropdown-menu,
#cart.open > .dropdown-menu {
	display: none;
}
.quantity-input-cart {
	position: relative;
}
.quantity-input-cart span {
	background: #efefef;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 14px;
    padding: 9px 9px;
    position: absolute;
	cursor: pointer;
}
.quantity-input-cart span .fa {
	font-size: 10px;
}
.quantity-input-cart {
	
}
.quantity-input-cart .minus-cart {
	top: 0;
	border-radius: 3px 0 0 3px;
	left: 0;
}
.quantity-input-cart .plus-cart {
    top: 0;
	border-radius: 0 3px 3px 0;
	right: 0;
}
.quantity-input-cart input {
	border-radius: 3px;
    height: 34px;
    text-align: center;
}
.padding-top {
	padding-top: 15px;
}
.divcart ul.list-unstyled > li > .row:nth-child(2n+1) {
	background: #f9f9f9;
}
.openrecall.hiden {
	visibility: hidden;
}
@media (min-width: 767px) {
	.top_line .phone-header .btn {
		line-height: 38px;
	}
	.top_line .phone-header .fa-phone-square {
		top: 0;
	}
	.top_line .phone-header .fa-chevron-down {
		top: 13px;
	}
}
.btn-absolute {
	font-size: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}
.top_search.slid .fa-search {
	z-index: 11;
}
.top_search #search {
	z-index: -1;
}
.top_search.slid #search {
    z-index: 10;
}


#modal-agree table{
	max-width: 100%;
}

@media (min-width: 800px) {
	#modal-agree .modal-dialog {
		width: 800px;
	}	
}

