body{ 
	font-family: "Open Sans", "Verdana", sans-serif;
}
.fa{
	font-size: 14px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#pertnerinbtn{
    margin-top: 15px;
    margin-right: 7px;
}
/* category wall*/
.categoryWall a.categoryName {
	bottom: 13px;
	text-decoration: none;
	position: absolute;
	left: 15px;
	color: #f1f4f6;
	/* font-size: initial; */
	max-width: 66%;
	text-shadow: 1px 1px 2px #090909;
	line-height: 1.2;
}
.categoryName {
	text-shadow: -1px 1px 6px #008200;
}
.categoryWall >div {
	margin-bottom: 20px;
}
 
.news {
	margin-bottom:10px;
	padding-bottom: 15px;
	border-bottom:1px solid #eee; 
	position: relative;
}

.news span {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media max-width: 767px {
    .nav.navbar-nav {
        width: calc(100% - 252px);
        display: inline-block;
    }
}
.nav.navbar-nav >li{
	text-transform: uppercase;
	height: 46px;
}
.nav.navbar-nav >li:last-child{
	/* float: right; */
}
.nav.navbar-nav >li:first-child{
	/* width: 46px; */
}
.nav.navbar-nav >li.gap{
	width:2px;
    background-color: white;	
}
.nav.navbar-nav >li:hover{
	background: url(/image/templates/menu-bg-h.png);
}
.nav.navbar-nav >li:first-child:hover, .nav.navbar-nav >li:first-child:active{
	/* background: url(/image/templates/home-h.png); */
}
.navbar-collapse {
	padding:0;
}
#cart>.btn, .nav.navbar-nav{ 
	background: url(/image/templates/menu-bg.png);
	/* height: 46px; */
}
.navbar-collapse  .btn{
}
/* cart */
#cart {
	/* margin-bottom: 10px; */
}
#cart > .btn {
	/* font-size: 12px; */
	line-height: 18px;
	/* color: #FFF; */
	float:right;
	padding:0;
	border: 1px;
}
#cart > .btn:hover {
    background: url(/image/templates/menu-bg-h.png);
}
#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: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart-total {
	font-size: 14px;
}
#cart-total, .navbar-nav>li>a  {
	color: #565656;
	font-family: "Open Sans";
}
.nav>li>a:hover, .nav>li>a:focus{
	background: none;
    /* color: white; */	
}
@media (min-width: 1200px) {
    #top {
        margin: 20px;
        color: #939393;
    }
}
#top span{
	font-family: verdana, sans-serif;
	font-size: 11px;
	z-index: 101;
	position: relative;
}

span.skype_c2c_text_span {
    font-family: "Open Sans" !important;
    font-weight: bold !important;
}

img.skype_c2c_logo_img {
    display: none !important;
}
#cart>button i:before{
	content:"";
}
#cart>button i{
	background:url(/image/templates/cart.png);
	display: inline-block;
    width: 29px;
    height: 46px;
	vertical-align: middle;
}
#cart{
	width: 230px;
	float: right;
	height: 46px;
}
@media (max-width: 1119px) {
    #cart {
        width: 165px;
    }
}
#search .btn-sm {
	padding: 7px 10px;
}

.dropdown-menu {
	min-width: 100%;
}
.branch {
	background:url(/image/templates/vetka-top.png); 
	position:fixed;
	width:143px;height:64px;
    top: 0px;
    left: calc((100% - 1160px) / 2 - 70px);
    z-index: 1;
}
.footer {
	background:url(/image/templates/footer-bg.png);
    background-repeat-y: no-repeat;
	/*height: 191px;*/
	margin-top: 15px;
}
table.categories {
    border-collapse: separate;
    border-spacing: 2px;
}
table.categories a {
	text-transform: uppercase;
}
table.categories tr th, .letters_filter span{
    vertical-align: top;
    background: #85a96a;
    border-spacing: 8px;
    color: white;
    font-size: 14px;
    padding: 5px;
}
table.categories tr td {
    vertical-align: top;
    color: #097f00;
    background: #f8f8f8;
    font-size: 14px;
    padding: 5px;
}
.product-thumb {
    border: 1px solid #ddd;
    overflow: auto;
    margin-bottom: 20px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	max-width: 94%;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* product list */
.product-list .product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	text-align: left;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 300px;*/
    position: relative;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
    margin:5px 0 10px;
    font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:enabled:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button:disabled {
	color: #BBB;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	outline: none;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.product-thumb i{
	line-height:38px;
}
.tab-content>.tab-pane {
    padding: 10px 0;
    text-align: justify;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/* border: 1px solid #cccccc; */
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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;
	outline: none !important;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	outline: none !important;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/* background-color: #229ac8; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	/* border-color: #1f90bb #1f90bb #145e7a; */
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	/* background-color: #1f90bb; */
	/* background-position: 0 -15px; */
	outline: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); 
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c); 
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
td {
	min-width: 37px;
}
/* top login */ 

.Enter { top: 34px; right: 169px; background: url(/image/templates/enter-img.png) no-repeat; width: 76px; height: 30px; padding-left: 28px; }
#partnerin {top: 4px; left: -17px;z-index: 100;}
.EnterBlock {/* top: 19px; */ /* right: 63px; */ width: 224px; height: 223px; background: url(/image/templates/enter-bg.png);position: absolute;}

div#subscribe {
    top: 3px;
    left: -17px;
    z-index: 102;
}

.subscribe {
    top: 4px;
    left: -17px;
    position: absolute;
    z-index: 102;
}

.EBInner { width: 218px; /* height: 217px; */ background: white; margin: 3px; position: relative;}
.EBInvalid input[type="text"] { background: #FFD1E1; }
.EBInvalid input[type="password"] { background: #FFD1E1; }
.EBInner input[type="text"],.EBInner input[type="email"],.EBInner input[type="password"]{ width: 180px; border: 1px solid #d3d3d3; }
.EBClose { right: 8px; top: 8px; position: absolute; background: url(/image/templates/w-close.png); width: 20px; height: 20px;cursor: pointer;}
.EBEnter { width: 67px; height: 26px; line-height: 26px; background: url(/image/templates/enter-but.png); right: 15px; top: 140px; position: absolute; text-align: center; font-size: 13px; color: #848484; cursor: pointer; }

.EBEnter:hover { background: url(/image/templates/enter-but-h.png);}
.EBClose:hover { background: url(/image/templates/w-close-h.png); }
.EBText { top: 56px; left: 17px; position: absolute;}
#modal_form .EBText { top: 6px;}
.EBText div { color: black; font-size: 12px; margin-top: 2px;}
div.EBCheck { color: #525252; margin-top: 15px; }
.EBRegd .EBText { margin-top: 10px; line-height: 20px;}

/* back call */
#backCall {top: 26px; left: 60px;position: absolute;z-index: 100;}
#backCallbtn, #subscribeBtn{
	background: url(/image/templates/call-back.png);
	width: 110px; 
	top: 165px;
}
#backCallbtn:hover, #subscribeBtn:hover{
	background: url(/image/templates/call-back-h.png);
}

@media (min-width: 1200px){ 
	.col-lg-3_12 { 
		width: 25%;
	}
}
@media (min-width: 1200px){
	.col-lg-4_12 {
		width: 33.33333333%;
	}
}

label {
    font-weight: normal; 
    margin: auto auto;
}
.form-control {
    /* height: 31px; */
}
.backCall{
    width: 100%;
    display: inline-block;
    text-align: center;
}
#logo {
    margin-top: 26px;
}

.waited, .in-stock, .out-of-stock {
    font-weight: bold;
    font-size: 15px;
    font-family: arial;
    color: green;
}
.waited {
    color: darkorange;
}
.out-of-stock {
    color: red;
}
/* menu */
@media (max-width: 768px) {
    #menu {
        background: url(/image/templates/menu-bg.png);
    }

        #menu #min-menu {
            float: left;
            padding-left: 15px;
            font-size: 16px;
            font-weight: 700;
            line-height: 40px;
            color: #565656;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        }

        #menu .btn-navbar {
            font-size: 15px;
            font-stretch: expanded;
            color: #FFF;
            padding: 2px 10px;
            float: right;
            background-color: #85A96B;
            background-image: linear-gradient(to bottom, #ADC8A7, #85A96B);
            background-repeat: repeat-x;
            border-color: #1f90bb #1f90bb #145e7a;
        }
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #85A96B;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#search button, #search button:focus {
    font-size: 15px;
    line-height: 18px;
    padding: 13px 17px;
    text-shadow: 0 1px 0 #FFF;
    background: linear-gradient(to top, #FF6E03, #FFD90E);
    border: #FFFF00 solid 1px;
}
    #search button:hover {
        background: linear-gradient(to top, #FFCE00, #FFFF00);
    }
div#search {
    border-color: rgb(55, 173, 46);
    border-width: 7px;
    border-style: solid;
    border-radius: 7px;
}

#search * {
    outline: none;
}
#search input {
    border: none;
}
.navbar-nav {
    margin: 0;
}
#main-menu-navbar{
    background: url(/image/templates/menu-bg.png);
    /* margin-right: 12px;  */
}
a {
    cursor: pointer;
}
#modal_form {
	width: 224px; 
	height: 224px; /* �a����� �o���� ���� ������o�a�� */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #FFF;
	position: fixed; /* ��o�� o��o ���o � �����o� �o�� � ���o� ����� */
	top: 45%; /* o�����a�� ������ 45%, o��a����� 5% �o������ ������ */
	left: 50%; /* �o�o���a ���a�a ����a */
	margin-top: -112px;
	margin-left: -112px; /* ��� ��� �a��� �����o��� css, o�����a�� ����o � ����� ����� �o�o���� ������ � ���o�� �oo����������o =) */
	display: none; /* � o����o� �o��o���� o��a �� �o���o ���� */
	opacity: 0; /* �o��o���� ��o��a��o ��� a�����o�a��� */
	z-index: 301; /* o��o �o���o ���� �a��o��� �o����� ��o� */
	/*padding: 20px 10px;*/
}
#subscribeBtnModal {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 110px;
}
/* ��o��a �a����� ��� ��� ��o � �a���) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: -50px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* �o��o��a */
#overlay {
	z-index:300; /* �o��o��a �o���a ���� ���� ��o�� �������o� �a��a, �o ���� ��o� �o�a���o�o o��a */
	position:fixed; /* �����a ��������a�� ���� �a�� */
	background-color:#000; /* ����a� */
	opacity:0.8; /* �o ����o�o ��o��a��a */
	-moz-opacity:0.8; /* ���� ������������ ��� ������ ��������� */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* �a����o� �o ���� ���a� */
	top:0; /* ������ � ����a 0, o���a������� ��o����a! */
	left:0;
	cursor:pointer;
	display:none; /* � o����o� �o��o���� � ���) */
}
@media (min-width: 481px){
    div.product-grid div.form-group,  #tab-related div.form-group{
        position: absolute;
        bottom: -15px;
        width: calc(100% - 40px);
    }
}
div.product-list div.form-group {
    float: none;
}
div.product-list div.description .pull-left {
    width: 28.57142857%;
}
.product-thumb p {
    margin: 0;
}
.caption .description {
    /*max-height: 100px;*/
    text-overflow: clip;
    overflow: hidden;
}
.product-thumb .caption label{
    width: 100%;
}
.product-thumb .caption label span{
    float: right;
}
.flag {
    border: 1px solid grey;
}
.thumb-parameters tbody>tr>td:first-child {
    font-weight: bold;
    padding-right: 4px;
}
.categoryWall .img-responsive {
    box-shadow: 6px 8px 20px 0px rgb(238, 238, 238);
    border: 1px dotted #008200;
}
.row {
    margin-top: 10px;
}
