@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic');
/* global styles */
body {
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	background-attachment: fixed;
}


h1 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
a {
	color: #333;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	color: #1a2578;
}
img{
	max-width: 100%;
}
#top img{
	max-width: none;
}
.red-link,
.red-links a{
	color: #3c468c;
}
.fa {

}
i.required {
	color: #4ECFA1;
}
.inline-block{
	display: inline-block;
	vertical-align: middle;
}
.hr-margin-5{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* override bootstrap styles */



.breadcrumb {
	background: none;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 0;
}

.breadcrumb > li{
	display: inline;
}
.btn-link{
	color: #333;
}

.pagination-wrapper{
	margin-bottom: 30px;
	margin-top: 10px;
}

.pagination-wrapper .col-sm-6.text-left{
	width:auto;
	float:none;
	text-align: left;
}
.pagination-wrapper .col-sm-6.text-right{
	width:auto;
	float:none;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
}

.pagination{
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
}
.pagination>li>a,

.pagination>li>span{
	color: #888;

}
label{
	font-weight: normal;
}
.required > label:before{
	content: "* ";
	color: #f00;
}


#show-modules-col-left > .hid-icon,
#show-modules-col-left.open > .show-icon,
#show-modules-col-right > .hid-icon,
#show-modules-col-right.open > .show-icon{
	display: none;
}

#show-modules-col-left > .show-icon,
#show-modules-col-left.open > .hid-icon,
#show-modules-col-right > .show-icon,
#show-modules-col-right.open > .hid-icon{
	display: inline-block;
}

.col-show-button{
	margin-bottom: 20px;
}
.common-home .col-show-button{
	display: none!important;
}

.image-radio{
	display: inline-block;
}
.image-radio input{
	display: none;
}
.image-radio img{
	cursor: pointer;
}

.image-radio input:checked +img{
	border-color: #444;
	background-color: #444;
}

@media (min-width: 768px) {
	.image-radio img{
		max-width: 39px;
	}
}
@media (min-width: 992px) {
	.image-radio img{
		max-width: 41px;
	}
}
@media (min-width: 1200px) {
	.image-radio img{
		max-width: 44px;
	}
}

.dropdown-menu .divider {
	margin: 5px 0;
}


/* new helper classes */
@media (max-width: 767px) {
	.text-right-xs{
		text-align: right;
	}
	.text-left-xs{
		text-align: left;
	}
	.text-center-xs{
		text-align: center;
	}
	.dropdown-menu.pull-left-xs{
		left: 0;
		right: auto;
	}
	.hid-col-left,
	.hid-col-right{
		/* display: none; */
	}
	.hid-col-left.show,
	.hid-col-rigth.show{
		display: block;
	}
	.common-home .hid-col-left,
	.common-home .hid-col-right{
		display: block;
	}
}
@media (min-width: 768px) {
	.text-right-sm{
		text-align: right;
	}
	.text-left-sm{
		text-align: left;
	}
	.text-center-sm{
		text-align: center;
	}
}
@media (min-width: 992px) {
	.text-right-md{
		text-align: right;
	}
	.text-left-md{
		text-align: left;
	}
	.text-center-md{
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.text-right-lg{
		text-align: right;
	}
	.text-left-lg{
		text-align: left;
	}
	.text-center-lg{
		text-align: center;
	}
}

.visible-xs-inline{
	display: none;
}
@media (max-width: 768px) {
	.visible-xs-inline{
		display: inline;
	}
}

.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align:middle;
}

.caretalt{
	transition: transform ease 0.2s;
}
.open .caretalt{
	transform: rotate(-180deg);
	transition: transform ease 0.2s;
}

.product-status{
	font-size: 14px;
	line-height: 50px;
}
.product-status.red{
	color: #ff0000;
}

.product-status.green{
	color: #8b2d30;
}

.alert-alt {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-info-alt {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-success-alt {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-danger-alt {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-warning-alt {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

/* top line*/
#top {
	background: #1a2578;
	font-size: 0;
	border-bottom: none;
	padding-top: 9px;
	padding-bottom: 10px;
	box-shadow: 0 01px 5px rgba(0,0,0,.1);
}
#top .btn-group{
	margin: 0 3px;
}
#top .pull-left > div:first-child .btn-group{
	margin-left: 0;
}
#top .pull-right > div:last-child .btn-group{
	margin-right: 0;
}
#top .btn{
	background: none;
	color: #fff;
	line-height: 26px;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
#top .btn:hover{
	/*background: #fff;*/
	/*border-color: #ccc;*/
}
#top .btn a{
	text-decoration: none;
	color: #fff;
}
#top .btn img{
	vertical-align: baseline;
}
#top .btn .badge{
	/*	border-radius: 4px;*/
	background: none;
	color:#fff;
	font-size: 14px;
}

#top .btn .caretalt{
	color: #fff;
}

#top .btn .icon, #top .btn .icon{
	color: #ffffff;
}
#top .btn:hover span:nth-child(2){
	border-bottom: 1px solid #fbfbfb;
}
#top .dropdown-menu{
	z-index: 1012;
	min-width: 100%;
	background: #1a2578;
}
#top .dropdown-menu > li > a{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12px;
	background: #1a2578;
}#top .dropdown-menu > li > a i{
	 color: #ffffff;
	}
#top .dropdown-menu > li > a:hover{
	/* background: #34701e; */
	color: #ffffff;
	font-weight: 600;
}

@media (max-width: 768px) {
	#top .btn-group{

		margin-left: 2px;
		margin-right: 2px;
	}
	#top .btn{
		padding-left: 4px;
		padding-right: 4px;

	}
}

.dropdown-menu-icon{
	font-size: 14px;
	text-align: center;
	color: #777;
}
a:hover .dropdown-menu-icon{
	color: #4ECFA1;
}

.list-group-icon{
	font-size: 14px;
	width: 20px;
	text-align: center;
	color: #777;
}
a:hover .list-group-icon{
	color: #4ECFA1;
}

.card-icon{
	line-height: 42px;
	width: 50px;
	text-align: center;
	font-size: 42px;
	color: #aaa;
}
.well:hover .card-icon{
	color: #4ECFA1;
}

.input-group-addon .fa{
	width: 18px;
	text-align: center;
}

/* logo */
#logo {
	padding: 25px 0;
	position: relative;
}
#logo img{
	margin-left: auto;
	margin-right: auto;
	margin-left: 0;
}
@media (max-width: 992px) {
	#logo {
		padding: 10px 0; /* заменено */
	}
	#logo img{
		margin-left: auto;
	}
}

/* phone */
#phone {
	padding: 10px 0;
	position: relative;
	min-height: 36px;
}
@media (min-width: 992px) {
	#phone {
		margin-left: -10px;
	}
}
#phone .phone {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	display: inline-block;
	min-height: 36px;

}
#phone .main-phone {
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}
#phone .main-phone span{
	vertical-align: middle;
}
#phone .phone .icon{
	color: #7c1316;
	font-size: 18px;
	vertical-align: middle;
}
#phone .hint{
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #aaa;
	margin-right: 10px;
	margin-left: 10px;
}
#phone .allcontacts{
	min-width: 100%;
	margin-top: 7px;
	z-index: 1012;
}
#phone .fu{
	width: 16px;
	text-align: center;
	padding: 1px 0;
}
#phone .max16{
	max-width: 16px;
}
#phone .schedule{
	padding: 0 20px;
}

.two-small-phones{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	font-size: 14px;
}

@media (max-width: 992px) { /* заменено */
	h1 {
		margin: 20px 0;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
	}
	.product-page .panel-body{
		padding: 0;
	}
	body #photo-wrap{
		position: static;
		top: 5px;
	}
	#phone{
		text-align: right;/* заменено */
	}
	#phone .main-phone{  /* заменено */
		width: 40px; /* заменено */
		height: 40px; /* заменено */
		border-radius: 5px; /* заменено */
		text-align: center; /* заменено */
		background: linear-gradient(-90deg, rgb(33 46 122) 0%, rgb(26 37 120) 100%); /* заменено */
		display: block; /* заменено */
		margin-left: 0; /* заменено */
		margin-right: 0; /* заменено */
	}  /* заменено */

	body .box-product .product-item .price, body .box-product .product-item .price-old{
		font-size: 16px;
		min-height: 44px;
	}

	div.mc{
		text-align: center;
	}

	#phone .main-phone .icon{
		color: #fff;
		margin: auto;
		vertical-align: middle;
		line-height: 40px;
		width: 40px;
		font-size: 22px;
	}
}  /* заменено */
@media (min-width: 992px) {
	#phone {
		padding: 30px 0;
	}
}

/* header menu */
header{
	background: #fff;
	margin-bottom: 30px;
}
#header-menu{
	/*padding: 10px 0 20px 0;*/
}
#header-menu .btn{
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
#header-menu .btn span{
	/*border-bottom: 1px solid #ddd;*/
	font-size: 13px
}
#header-menu .btn:before {
	content: " ";
	position: absolute;
	width: 2px;
	height: 2px;
	border-bottom: 2px dotted;
	top: 3px;
	bottom: 0;
	margin: auto;
	right: -1px;
	border-color: #ffffff;
}
#header-menu .btn:after {
	content: " ";
	position: absolute;
	width: 2px;
	height: 2px;
	border-bottom: 2px dotted;
	top: 3px;
	bottom: 0;
	margin: auto;
	right: -1px;
	border-color: #ffffff;
}
#header-menu .btn:last-child::after{
	content: none;
}

#header-menu > .btn:hover > span{
	border-bottom: 1px solid #ffffff;
}
#header-menu i{
	color: #ccc;
}
@media (min-width: 992px) {
	#header-menu {
		/*padding: 33px 0 33px 0;*/
	}
}

/* search */
#search {
	position: relative;
	margin-bottom: 20px;
	z-index: 999;
}
#search .btn{
	padding-top: 14px;
	padding-bottom: 14px;
	transition: all .3s ease;
}
#change_category{
	background-color: transparent;
	color: #434d90;
	font-size: 14px;
	line-height: 20px;
	border-right-width: 0px;
	border-color: #364089;
}
#change_category .category-name{
	display: inline-block;
	vertical-align: bottom;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#search .btn .caret{
	color: #4ECFA1;
}
#search-button{
	background-color: transparent;
	color: #414a8f;
	text-shadow: none;
	border-color: #3f488e;
	padding-left: 20px;
	padding-right: 20px;
	transition: background-color 0.3ms ease;
}
#search-button:hover{
	background-color: #3d478d;
}
#search-button:hover i{
	color: #fff;
}
#search .form-control{
	height: 50px;
	background: #fff;
	border-color: #1a2578;
	box-shadow: none;
}

/* cart */
#cart {
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	z-index: 999;
}

#cart  > .btn{
	background: none;
	color: #333333;
	border-radius: 5px;
	padding: 4px 15px 4px 10px;
	line-height: 32px;
	font-size: 15px;
	border: none;
	height: 50px;
	padding-left: 55px;
}
#cart > .btn::before{
	content: " ";
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(153,178,255);
	background-image: url("/catalog/view/theme/coloring/image/cart.svg");
	background: url(/catalog/view/theme/coloring/image/cart.svg), linear-gradient(-90deg, rgb(97 105 162) 0%, rgb(53 63 136) 100%);
	background-position: center;
	background-repeat: no-repeat;
}

#cart:hover > .btn::before{
	background-color: #59619d;
	background-image: url("/catalog/view/theme/coloring/image/cart.svg");
	background-position: center;
	background-repeat: no-repeat;
}

#cart > .btn:active{
	box-shadow: none;
}

#cart > .btn > .fa{
	line-height: 32px;
	float: right;
	color: #fff;
}
#cart > .btn #cart-total{
	display: block;
	color: #ddd;
	text-align: left;
	margin-left: 5px;
	margin-right: 15px;

}
#cart > .btn #cart-total b{
	color: #7c1316;
}
#cart .products, #cart .prices{
	line-height: 32px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 991px) {
	.content-wrapper{
		padding-top: 100px;
	}
	header{
		padding-top: 10px;
		position: fixed;
		z-index: 1000;
		width: 100%;
		-webkit-box-shadow: 0px 0px 5px 0px rgb(230, 230, 230);
		-moz-box-shadow: 0px 0px 5px 0px rgb(230, 230, 230);
		box-shadow: 0px 0px 5px 0px rgb(230, 230, 230);
	}
	#menu-list{
		height: calc(100vh - 81px);
		overflow: scroll;
		width: 100%;
	}

	.menu-box{
		height: 0; /* заменено */
	}
	#cart > .btn::before{
		width: 40px;
		height: 40px;
	}
	.cart-box{ /* заменено */
		text-align: right; /* заменено */
		padding-right: 15px;
	} /* заменено */
	/* заменено */
	.logo-line .phone{
		text-align: right;
	}
	#cart{ /* заменено */
		width: 50px; /* заменено */
		margin: 10px 0; /* заменено */
		text-align: right; /* заменено */
	} /* заменено */
	#cart > button.btn{  /* заменено */
		width: 50px;  /* заменено */
		padding: 0;
	}  /* заменено */
	#cart > button.btn #cart-total{  /* заменено */
		position: absolute;  /* заменено */
		top: -8px;
		right: 0;
		background: #ab5757;
		border-radius: 18px;
		height: 25px;
		width: 25px;
		margin: 0;
		color: #000000;
	}  /* заменено */

	#cart button #cart-total .products b{
		width: 25px;
		line-height: 25px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		position: absolute
	}

} /* заменено */
@media (min-width: 992px) {
	#cart .products, #cart .prices{
		line-height: 16px;
		font-size: 13px;
		display: block;
		color: #1a1a1a;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

/* menu */
#menu {
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: none;
	z-index: 1009;
}
#menu a{
	text-decoration: none;
}
#menu .btn-menu{
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
	border-radius: 5px;
	padding: 10px 17px 10px 13px;
	z-index: 1001;
	background-image: -moz-linear-gradient( 180deg, rgb(98, 204, 18) 0%, rgb(167, 224, 156) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(26 37 120) 0%, rgb(26 37 120) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(98, 204, 18) 0%, rgb(167, 224, 156) 100%);
	border: none;
	min-height: 50px;
}

#open-menu{
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	border-radius: 5px;
	z-index: 1001;
	background-image: -moz-linear-gradient( 180deg, rgb(98, 204, 18) 0%, rgb(167, 224, 156) 100%);
	background-image: -webkit-linear-gradient(180deg, #1a2578 0%, #1a2578 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(98, 204, 18) 0%, rgb(167, 224, 156) 100%);
	border: none;
	min-height: 40px;
	width: 40px;
	font-size: 25px;
	margin: 10px 0;
}
#open-menu:active, #open-menu:hover, #open-menu:focus{
	background: rgb(134 21 21);
}

#menu:active{
	box-shadow: none;
}
.common-home.open-hm #menu:active{
	box-shadow: none;
}
.common-home.open-hm .btn-menu:active{
	box-shadow: none;
}

#menu.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu.open .btn-menu{
	border-radius: 6px 6px 1px 1px;

}

#menu .btn-menu > .fa{
	float: right;
	line-height: 20px;
}



#menu #menu-list{
	width: 100%;
	border-radius: 0px 0px 4px 4px;
	padding: 0;
	margin: -1px 0 0 0;
	border: 1px solid #1a2578;
	padding-bottom: 10px;
}
#menu #menu-list .arrow{
	color: #aaa;
	line-height: 20px;
	float: right;
	transition: all 0.1s ease;
}
#menu #menu-list  > li.hover > .with-child .arrow{
	color: #4ECFA1;
	transform: translate(2px);
	transition: all 0.1s ease;
}
#menu #menu-list .count{
	font-size: 0.75em;
	color: #ccc;
	margin-left: 3px;
}
#menu #menu-list .livel-down {
	color: #ddd;
	margin-right: 5px;
}
#menu #menu-list > li{
	padding: 0;
}
#menu #menu-list > li.nofullheight{
	position:relative;
}
#menu #menu-list > li + li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li > a{
	padding: 10px 20px 10px 13px;
	white-space: normal;
	font-size: 13px;
}
#menu #menu-list > li > a > span.with-image{
	display: block;
	margin-left:30px;
}
#menu #menu-list  > li:hover > a{color: #7f191c;position: relative;z-index: 1009;}
#menu #menu-list  > li.hover > a{
	background: #f5f5f5;
	color: #7f181b;
	position: relative;
	z-index: 1009;
}

#menu #menu-list  > li > a >.icon{
	margin: -2px 13px -2px 0px;
	float:left;
}

#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li > a .hover-icon{


}
#menu #menu-list  > li.hover > a .peace-icon.with-hover,
#menu #menu-list  > li > a .hover-icon{
	display:none
}
#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li.hover > a .hover-icon{
	display:block
}

#menu .dropdown-menu>li>a:hover,
#menu .dropdown-menu>li>a:focus {
	background: none;
}



#menu #menu-list > li:first-child > a{
	padding-top: 10px;
}
#menu-home-helper {
	display: none;
}
#menu #menu-list:hover{
	display: block;
}
#menu #menu-list > li  a .arrow{
	display: none;
}
#menu #menu-list > li .with-child{
	position:relative;
	margin-right: 39px;
	clear: none;
}
#menu #menu-list > li .with-child .mobilink{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.desktop #menu #menu-list > li .with-child .mobilink{
	display: block!important;
}
#menu #menu-list > li .toggle-child{
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child.open{
	background: #f5f5f5;
}
#menu #menu-list > li:first-child .toggle-child{
	padding: 10px 0 8px;
}
#menu #menu-list > li .toggle-child .fa{
	float: none;
}
#menu #menu-list > li .toggle-child .minus{
	display: none;
}
#menu #menu-list > li .toggle-child.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child.open .plus{
	display: none;
}
#menu #menu-list > li .with-child2{
	margin-right: 40px;
	clear: none;
}
#menu #menu-list > li .toggle-child2{
	display: block;
	float: right;
	width: 38px;
	padding: 11px 0 10px;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child2.open{
	background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa{
	float: none;
}
#menu #menu-list > li .toggle-child2 .minus{
	display: none;
}
#menu #menu-list > li .toggle-child2.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child2.open .plus{
	display: none;
}
#menu #menu-list > li .child-box {
	padding: 0;
	display: none;
}
#menu #menu-list > li .child-box-cell{
	padding: 0;
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box .h5 {
	margin: 0;
}
#menu #menu-list > li .child-box .h5 a{
	display: block;
	padding: 8px 20px;
	line-height: 1.42857143;
}


#menu #menu-list > li .child-box .h5 a > .icon{
	display:none;
}


#menu #menu-list > li .child-box-cell .child2-box{
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	display: none;
	font-size: 13px;
}
#menu #menu-list > li .child-box-cell .child2-box li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a{
	display: block;
	padding: 8px 20px 8px 35px;
	line-height: 1.42857143;
	color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover{
	color: #8e3235;
}


@media (min-width: 992px) {

	#menu #menu-list  > li.hover > .with-child:after{
		content: "";
		position: absolute;
		right: 0;
		top:  0;
		height: 100%;
		width: 10px;
		background: #fff;
		z-index: 1009;
	}
	#menu #menu-list  > li.hover > .with-child{
		background: linear-gradient(to right, #f5f5f5 70%, #fff 90%);
	}


	#menu-list + #menuMask{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		background: #000;
		visibility: hidden;
		z-index: 1038;
		opacity: 0;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}
	#menu-list:hover + #menuMask{
		visibility: visible;
		opacity: 0.5;
		height: 100%;
		width: 100%;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}
	#menu-list:hover{
		z-index: 1039;
	}
	#menu:hover{
		z-index: 1039;
	}
	#menu:hover > .btn-menu{
		z-index: 1039;
	}
	#menu-list:hover #menu-list{
		z-index: 1039;
	}


	.blured .content-wrapper,
	.blured footer,
	.blured header #top,
	.blured header .logo-line,
	.blured header .search-box,
	.blured header .cart-box{
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}


	#menu #menu-list > li   a .arrow{
		display: block;
	}
	#menu #menu-list > li  .toggle-child{
		display: none;
	}
	#menu #menu-list > li  .toggle-child2{
		display: none;
	}
	#menu #menu-list > li  .with-child{
		margin-right: 0;
	}
	#menu #menu-list > li  .with-child2{
		margin-right: 0;
	}
	#menu #menu-list > li .child2-box{
		display: block;
	}
	#menu #menu-list > li  .child-box{
		display: none;
		background: #fff;
		position: absolute;
		left: 100%;
		top: -5px;
		min-height: 100%;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 5px 0 25px;
		margin-top: -1px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0,0,0,0.4);
		box-sizing: content-box;
		z-index: 1008;
		overflow:hidden
	}

	.desktop #menu #menu-list > li  .child-box{

		padding: 5px 0;}



	#menu .see-all-categories{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		line-height:24px;
		font-size:12px;
		border-top:1px solid #eee;
		background:#f5f5f5;
		text-align:center;
	}
	#menu .see-all-categories a{
		display: block;
	}

	.desktop #menu .see-all-categories{
		display: none;
	}


	#menu #menu-list > li.hover > .child-box{
		display: block;
	}
	#menu #menu-list > li .child-box >.row{
		padding: 4px 20px;
	}
	#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .h5{
		margin: 8px 0;
	}
	#menu #menu-list > li .child-box .h5 a{
		display: inline;
		padding: 0;
		font-weight: 600;
		line-height: 1.42857143;
		font-size: 13px;
	}
	#menu #menu-list > li .child-box .h5 a:hover{
		background: none;
		color: #8f1a1a;
	}



	#menu #menu-list > li .child-box .h5 a > .icon{
		margin: -2px 10px -2px 0;
		float:left;
	}

	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{


	}
	#menu #menu-list  > li .child-box .h5 a:hover >  .peace-icon.with-hover,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{
		display:none
	}
	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a:hover >  .hover-icon{
		display:block
	}



	#menu #menu-list > li .child-box-cell .child2-box{
		padding: 0 0 10px 10px;
		margin: 0;
		list-style: none;
		display: block;
	}
	#menu #menu-list > li .child-box-cell .child2-box li{
		border-top: none;
	}
	#menu #menu-list > li .child-box-cell .child2-box a{
		display: inline;
		padding: 0;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box  a:hover{
		background: none;
	}
	.common-home.open-hm #menu #menu-list{
		display: block;
	}
	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}
	.common-home.open-hm #menu .btn-menu{
		border-radius: 5px 5px 1px 1px;
	}
	.box-col-3{width: 331.2%;}
	.box-col-2{width: 220%;}
	.box-col-1{width: 110%;}
}
@media (min-width: 1200px) {
	.box-col-3{width: 325.4%;}
}


/* main layouts */
#content {
	min-height: 400px;
}
#column-left{

}
#column-right{

}

/* buttons */
button.btn{
	background: #fff;
}
.btn-addtocart:first-child .fa-fw{
	font-size: 15px;
}
.btn-addtocart:first-child{
	padding: 5px 20px;
	max-width: 116px;
	border-radius: 5px;
	background: -moz-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	background: -webkit-linear-gradient(90deg, rgb(142 52 55) 0%, rgb(132 33 36) 100%);
	background: -ms-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	border: none;
	font-weight: bold;
	font-size: 13px;
}


.btn-addtocart:first-child:hover{
	background: -moz-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
	background: -webkit-linear-gradient(90deg, rgb(124 19 22) 0%, rgb(137 43 45) 100%);
	background: -ms-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}

.btn-addtocart:hover, .btn-addtocart:active, .btn-addtocart.active, .open>.dropdown-toggle.btn-addtocart{
	color: #fff;
	background-color: #fff;
	border-color: #6dc112;
}

.btn-addtocart:hover .fa, .btn-addtocart:active .fa, .btn-addtocart.active .fa, .open>.dropdown-toggle.btn-addtocart .fa{
	color: #a94442 !important;
}
.btn-wc{
	text-align: left;
}


/* box product */
.box-product{
	margin-bottom: 35px;
}
.box-product .panel-sl{
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px 5px 0 0;
	padding: 8px 60px 8px 10px;
	margin: 0;
}

.box-product .panel-heading{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.box-product .panel-body{
	padding: 0;
}
.box-product .product-item, .product-grid .product-thumb{
	position: relative;
	text-align: left;
	padding: 25px 0;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 30px;
}
.box-product .product-item .image, .product-layout .image{
	position: relative;
	padding: 0px 0px;
	margin: 0 15px 10px;
	min-height: 190px;
}
.box-product .product-item .image img, .product-layout .image img{
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.box-product .product-item .image .sticker {
	position: absolute;
	background: #ff0000;
	top: -30px;
	color: #fff;
	padding: 4px 10px 4px;
	opacity: 0.9;
	cursor: default;
	transition: padding ease 0.3s;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
}


.box-product .product-item:hover .image .sticker{
	opacity: 1;

}
.box-product .product-item   .countdown{
	position: absolute;
	left: 15px;
	bottom: 15px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	opacity: 1;
	background: #eee;
	color: #000;
	white-space: nowrap;
	transition: all ease 0.3s;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.box-product .product-item:hover   .countdown{

	transition: all ease 0.3s;
}
.box-product .product-item   .countdown  .fa{

}
.box-product .product-item:hover   .countdown  .fa{

}
.box-product .product-item   .countdown > span{



}
.box-product .product-item:hover   .countdown > span{


}
.box-product .product-item:hover   .countdown > span{
	max-width: 200px;
	transition: max-width ease 0.3s;
}
.box-product .product-item .caption{
	padding: 0 15px 15px;
}
.box-product .product-item  .name{
	position: relative;
	overflow: hidden;
	height: 36px;
	margin: 0 0 10px 0;
}
.box-product .product-item  .name a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.box-product .product-item  .name a:hover{
	color: #1a2578;
	text-decoration: none;
}
.box-product .product-item .price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.box-product .product-item  .price-old{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: line-through;
}
.box-product .product-item  .price-new{
	color: #ff0000;
}
.box-product .product-item  .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
.box-product .product-item .buttons{
	padding: 0 15px;
}
.box-product .product-item .buttons .dropup, .product-thumb .buttons .dropup{
	width: 100%;
	display: flex;
}
body .box-product .product-item .buttons .dropup button, body .product-thumb .buttons .dropup button{
	height: 40px;
	border-radius: 5px;
	width: 40px;
	max-width: 40px;
	border: 1px solid #f1f1f1;
	display: block;
	margin-left: 10px;
	padding: 0;
	color: #cccccc;
}


body .box-product .product-item .buttons .dropup button .fa{
	color: #cccccc;
}

body .box-product .product-item .buttons .dropup button:first-child, body .product-thumb .buttons .dropup button:first-child{
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	max-width: none;
	max-height: 100%;
	color: #fff;
	border: none;
	flex: 1;
	margin-left: 0px;
}

.box-product .product-item:hover, .product-grid .product-thumb:hover{
	border-color: #1a2578;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

/*.box-product .product-item:hover .btn-addtocart{
	background-color: #d9534f;
	color: #fff;
	border-color: #d43f3a;
}*/
/*.box-product .product-item:hover .btn-addtocart:hover,.box-product .product-item:hover .btn-addtocart:active,.box-product .product-item:hover .btn-addtocart.active{
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}*/
.box-product .product-item .addtocart-additional > li a{
	padding-left: 10px;
	padding-right: 15px;
}
.box-product .product-item .addtocart-additional{
	min-width: 100%;
}
.box-product-nocarousel .panel-body{
	padding: 0 10px;
}
.product-item-nocarousel{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px;
}
@media (min-width: 1200px) {
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{

		width: 20%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(5n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(5n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 25%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(4n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (min-width: 992px ) and (max-width: 1200px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 25%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(4n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(4n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 33.3333333333%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(3n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (min-width: 768px ) and (max-width: 992px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 33.33333%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(3n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(3n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
}
@media (min-width: 480px ) and (max-width: 768px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 50%;
		float: left;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(2n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (max-width: 480px ){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
	.col-md-9 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
	.col-md-6 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
}
#column-left .product-item-nocarousel,
#column-right .product-item-nocarousel,
#home_position_1 .product-item-nocarousel,
#home_position_4 .product-item-nocarousel{
	border-right: none;
	width: 100%;
}
form > .buttons{
	margin-bottom: 20px;
}




/* product page */
.inline-info{
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
	color: #4ECFA1;
}
.inline-info b{
	font-weight: normal;
	color: #333;
}
.inline-info-right{
	display: inline-block;
	font-size: 13px;
}
.stars{
	display: inline-block;
	color: #ccc;
	font-size: 14px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
.stars .active{
	color: #ffc000;
}
@media (min-width: 992px) {
	.inline-info-right{
		float: right;
	}
}
.prod-rat{
	font-size: 0;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
}
.prod-rat *{
	margin: 0;
}
.prod-rat input{
	display: none;
}
.prod-rat label .fa{
	font-size: 28px;
	padding: 2px 4px 2px 0;
	cursor: pointer;
}
.rat-star.active{
	color: #d9534f!important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.rat-star.checked{
	color: #d9534f;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.thumbnails {
	background: #fff;
	margin-bottom: 20px;
}
.thumbnails .main-image-wrapper{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 15px;
}
.thumbnails .main-image{
	display: inline-block;

}
.images-additional {
	text-align: left;
	font-size: 0;
	margin-left: -15px;
}
.images-additional .thumbnail{
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
	border-color: #f1f1f1;
}

body a.thumbnail:hover, body a.thumbnail:focus, body a.thumbnail.active{
	border-color: #6dc112;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}


.stickers-box{
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
}
.stickers-box .sticker-row{
	margin-bottom: 10px;
}
.stickers-box .sticker{
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
	opacity: 0.9;
	background: #ccc;
	position: relative;
}
.stickers-box .sticker:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-bottom: 30px solid transparent;
	border-left: 10px solid #ccc;
}
.stickers-box .sticker:hover{
	opacity: 1;
}

#product{
	background: #fff;
}
#product .price .priceBig{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}
#product .price .priceBig .price-old{
	font-size: 24px;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 10px;
}
#product .price .priceBig span.price-new{
	color: #ff0000;
}
#product .price .price-old{
	color: #4ECFA1;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

#product .addcart{
	margin-bottom: 30px;
}
#product .price .tax,
#product .price .points{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
}
#product .radio-checbox-options{
	display: inline-block;

}
#product .radio-checbox-options input{
	display: none;

}
#product .radio-checbox-options label {
	padding: 3px 5px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-weight: normal;
	cursor: pointer;
}
#product .radio-checbox-options label:hover {
	background: #f5f5f5;
	border: 1px solid #aaa;
}
#product .radio-checbox-options label .option-price{
	padding: 0 3px;
	font-size: 12px;
	display: inline-block;
	background: #eee;
	border-radius: 3px;
}
#product .radio-checbox-options label:hover .option-price{
	background: #fff;
}
#product .radio-checbox-options input:checked + label {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
#product .radio-checbox-options input:checked + label .option-price{
	background: rgba(255,255,255,.3);
}
.quantity-plus-minus{
	padding: 0;
	background: #fff;
}
.quantity-plus-minus .btn{
	display: block;
	padding: 0;
	border-radius: 0;
	line-height: 14px;
	background: #eee;
	width: 25px;
	text-align: center;
	border-top-color: #fff;
	border-left-color: #fff;
}
.quantity-plus-minus .btn:first-child{
	border-radius: 4px 0 0 0;
	border-bottom-color: #ccc;
}
.quantity-plus-minus .btn:last-child{
	border-radius: 0 0 0 4px;
}
@media (max-width: 992px) {
	.quantity{
		margin-bottom: 10px;
	}
}
.related-products{
	border-color: #C7E0CC;
	margin-top: 30px; /* заменено */
	border: none; /* заменено */
	background: none;
	box-shadow: none;
}
body .nav-tabs{
	border-color: #C7E0CC;
}

.product-page .panel-heading{
	background: none;  /* заменено */
	font-size: 20px;  /* заменено */
	text-align: left;  /* заменено */
	border: none;
	font-weight: bold;
}

body .nav-tabs>li.active>a, body .nav-tabs>li.active>a:hover, body .nav-tabs>li.active>a:focus{
	border-color: #39428a;
}

.box-product.related-products .panel-heading{ /* заменено */
	background: none;  /* заменено */
	font-size: 20px;  /* заменено */
	text-align: left;  /* заменено */
	border: none;
}  /* заменено */

.product-tabs > li > a{
	background: #f9f7f7;
	margin-right: 10px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #C7E0CC;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
}
.product-tabs > li > a:hover{
	border-color: transparent;
	border-bottom: 1px solid #C7E0CC;
	background: #f9f7f7;
}
.product-tabs > li.active > a{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-color: #374189;
	border-bottom: 0px;
}
.product-tabs > li.active > a:after{
	content: "";
	position: absolute;
	background: inherit;
	width: 100%;
	height: 10px;
	top: 100%;
	left: 0;
}
.product-tabs i{
	*color: #4ECFA1;
}
.tab-content{
	padding: 15px;
	margin: 0 -15px;
	border-radius: 5px;
	background: #fff;
}
.capcha{
	padding: 0;
	overflow: hidden;
}
.capcha img{
	margin: -2px -1px -1px -1px;
}

.bsic-capcha-wrapper{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.bsic-capcha-wrapper img{
	margin: -1px -1px -2px -1px; display: block; max-width: none;

}
#category-column-left #column-left{
	width: 100%;
	padding: 0;
}
#photo-wrap{
	position: sticky;
	top: 5px;
}

.info-additional{
	margin-bottom: 40px;
}

.info-additional .point{
	line-height: 2;
}
.addtocart-group{
	width:100%;
}
.addtocart-group #button-cart:hover{
	transition: all ease 0.3s;
	background: -moz-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
	background: -webkit-linear-gradient(90deg, rgb(126 22 25) 0%, rgb(165 93 96) 100%);
	background: -ms-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}
.addtocart-group #button-cart{
	padding: 15px 20px;
	max-width: 220px;
	border-radius: 5px;
	background: -moz-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	background: -webkit-linear-gradient(90deg, rgb(132 34 37) 0%, rgb(127 25 28) 100%);
	background: -ms-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	border: none;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.addtocart-group #button-cart i{
	margin-left: 10px;
}
body #product .addtocart-group .sm-btn{
	width: 58px;
	height: 58px;
	border: 1px solid #f1f1f1;
	margin-left: 15px;
	color: #cccccc;
	font-size: 20px;
	border-radius: 5px;
	transition: background-color .2s ease;
	background-color: #fff;
}
body #product .addtocart-group .sm-btn:hover{
	background: -moz-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	background: -webkit-linear-gradient(90deg, rgb(137 43 46) 0%, rgb(155 74 77) 100%);
	background: -ms-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	color: #fff;
}


#product #column-right{
	width:100%;
	padding:0;
}

/* modules styles */
.filter-item{
	padding: 2px 5px;
	margin: 0 ;
}
.filter-name{
	margin: 0 0 0 20px;
}
.filter-total{
	font-size: 0.8em;
	color: #bbb;
	vertical-align: bottom;
}
.filter-item:hover{
	background: #f5f5f5;
}
.module-filter input[type="checkbox"]{
	display: none;
}
.module-filter input[type="checkbox"] + label{
	font-weight: 400;
	cursor: pointer;
	display: block;
	margin: 0;
	line-height: 20px;
}
.module-filter input[type="checkbox"] + label .check-icon{
	display: block;
	float: left;
	line-height: 20px;
	width: 20px;
	color: #ccc ;
}
.module-filter .filter-item:hover .check-icon{

	color: #4ECFA1 ;
}
.module-filter input[type="checkbox"] + label .check{
	display: none;
}
.module-filter input[type="checkbox"]:checked + label .check{
	display: inline-block;
	color: #4ECFA1;
}
.module-filter input[type="checkbox"]:checked + label .uncheck{
	display: none;
}

#modal-cart .modal-footer .btn-default, #modal-qview .modal-footer .btn-default {
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 12px;
	padding: 12px;
	background: #303030;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(51,51,51) 100%);
}

#modal-qview .modal-footer #modal-input-quantity{
	height: 41px;
	border-color: #f1f1f1;
	box-shadow: none;
}

.btn-default:hover{
	background: #303030;
	color:#fff;
}
.modal .btn-danger:hover{
	background: -moz-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
	background: -webkit-linear-gradient(90deg, rgb(169 68 66) 0%, rgb(169 68 66) 100%);
	background: -ms-linear-gradient(  90deg, rgb(102, 205, 35) 0%, rgb(165, 223, 152) 100%);
}
.modal .btn-danger {
	color: #fff;
	border: none;
	font-weight: bold;
	font-size: 13px;
	padding: 12px;
	background-image: -moz-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(169 68 66) 0%, rgb(169 68 66) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
}


.filter-toggle {
	cursor: pointer;
	color: #aaa;
}
.filter-toggle:hover {
	color: #337ab7 ;
}
.filter-toggle .on{
	display: block;
	line-height: 20px;
}
.filter-toggle .off{
	display: none;
}
.filter-toggle.collapsed .on{
	display: none;
}
.filter-toggle.collapsed .off{
	display: block;
	line-height: 20px;
}




.custom-blocks{  /* заменено */
	margin-bottom: 35px; /* заменено */
}
.custom-blocks .custom-block{
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
	position: relative;
}
.custom-block .image{  /* заменено */
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.custom-block  a,
.custom-block  a:hover{
	text-decoration: none;
	color: inherit;
}
.custom-block .text .title{
	margin: 20px 0 10px 0;
	height: 50px;
	overflow: hidden;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.custom-block .description{
	display: none;
}
.custom-block:hover .description{  /* заменено */
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(  90deg, rgb(102, 205, 35, 0.8) 0%, rgb(165, 223, 152, 0.8) 100%);
	background: -webkit-linear-gradient(90deg, #d9534f 0%, #337ab785 100%);
	background: -ms-linear-gradient(  90deg, rgb(102, 205, 35, 0.8) 0%, rgb(165, 223, 152, 0.8) 100%);
}
#fix {  /* заменено */
	width: 0;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
}

.custom-block:hover .description p{  /* заменено */
	overflow-wrap: break-word;
	vertical-align: middle;
	display: inline-block;
	width: 99%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	z-index: 1;
}
.custom-block .text p{  /* заменено */
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	height: 36px;
	overflow: hidden;
}

.btn-group.open .dropdown-toggle,.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle{
	box-shadow: none;
}

.subcategory{
	padding:10px 7px;
	border-color: #C7E0CC;

}
.subcategory:hover{
	border-color: #333d87;
	transition: all .2s ease-in-out;
}
.subcategory:hover a{
	text-decoration: none;
	color: #3c468c;
	transition: all .3s ease;
}
.subcategory .image{
	text-align: center;
	height: 120px;
	margin-bottom: 10px;
}
.subcategory .no-image{
	font-size: 28px;
	line-height: 120px;
	width: 120px;
	text-align: center;
	color: #ddd
}
.subcategory .name-wrapper{
	text-align: center;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}
.subcategory p{

}




.short-attr-table{
	width: 100%;
}
.short-attr-table td{
	vertical-align: top;
	overflow: hidden;

}
.short-attr-table .left{
	width: 65%;

}
.short-attr-table .left span{
	margin-right: 7px;

}

.short-attr-table .right{
	width: 35%;
}
.short-attr-table .right span{
	margin-left: 7px;
	display: inline-block;

}
.short-attr-table .left:after{
	content: "";
	display: inline-block;
	width: 100%;
	margin-right: -100%;
	border-bottom: 1px dotted #ccc;
	vertical-align: baseline;
}


.list-group-item{
	border-left-color: #C7E0CC;
	border-right-color: #C7E0CC;
}
.list-group-item:first-child{
	border-top-color: #C7E0CC;
}
.list-group-item:last-child{
	border-bottom-color: #C7E0CC;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background: #6dc113;
	color: #fff;
	border-color: #6dc113;
}

.products-filter{
	margin-bottom:20px;
}

.products-filter #sort-button{
	position:static;
}
.products-filter #sort-button .btn{
	max-width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-color: #ffffff;
	border-radius: 5px;
	margin-right: 10px;
	color: #666666;
	padding: 9px 15px;
	transition: background-color 0.3s ease;
}
.products-filter #limit-button button{
	border-color: #C7E0CC;
	border-radius: 5px;
	color: #666666;
	padding: 9px 15px;
	transition: all 0.3s ease;
}
.products-filter #limit-button button i, .products-filter #sort-button .btn i{
	color: #861717;
	transition: all 0.3s ease;
}
.products-filter #limit-button button:hover, .products-filter #limit-button button[aria-expanded=true], .products-filter #sort-button .btn:hover, .products-filter #sort-button .btn[aria-expanded=true]{
	background: #861717;
	color: #fff;
}
.products-filter #limit-button button:hover i, .products-filter #limit-button button[aria-expanded=true] i,.products-filter #sort-button .btn:hover i, .products-filter #sort-button .btn[aria-expanded=true] i{
	color: #fff;
}
.products-filter #sort-button .dropdown-menu{
	min-width:100%;
}

.dropdown-menu{
	border: none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}


.product-layout .image {
	padding: 0 5px;
}
.product-layout .caption h4 > a{
	font-size: 16px;

}
body .box-product .product-item .buttons .dropup button .fa-shopping-basket, body .product-thumb .buttons .dropup button .fa-shopping-basket{
	color: #fff !important;
}

body .box-product .product-item .buttons .dropup button .fa-rocket, body .product-thumb .buttons .dropup button .fa-rocket{
	font-size: 17px;
}
/*.product-layout:hover .btn-addtocart{
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	transition: all 0.2s ease;
	transition: all .2s ease-in-out;
}
.product-layout:hover .btn-addtocart:hover, .product-layout:hover .btn-addtocart:active, .product-layout:hover .btn-addtocart.active, .product-layout:hover .open>.dropdown-toggle.btn-addtocart{
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}*/

.product-grid .product-thumb{
	position: relative;
}




.product-grid .stickers-box{
	position: absolute;
	top: 10px;
	left: -1px;
	text-align: left;
}
.product-grid .stickers-box .sticker-row{
	margin-bottom: 10px;
}
.product-grid .stickers-box .sticker{
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
	opacity: 0.9;
    z-index:1;
	position: relative;
}
.product-grid .stickers-box .sticker:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-bottom: 30px solid transparent;

}
.product-grid .stickers-box .sticker:hover{
	opacity: 1;
}





.product-grid  .description{
	display: none;
}

.product-grid  .caption .name{

	margin: 0 0 7px 0;
	position: relative;
	height: 40px;
	overflow: hidden;
}

.product-grid  .caption .name a{
	display: block;
	font-size: 14px;
	line-height: 20px;
}


.product-layout .caption .price{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

.product-layout  .caption .price .price-old{
	text-decoration: line-through;
	margin-right: 7px;
}
.product-layout  .caption .price .price-new{
	font-weight: 600;
	color: #ff0000;
}

.product-layout  .caption .price .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}


.product-layout  .caption .rating{
	color: #ddd;
	font-size: 12px;
}
.product-layout  .caption .rating .active{
	color: #ffc000;
}


.product-list  .caption .name{

	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.product-list  .caption .name a{
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.product-list .caption .name a:hover, .product-grid .caption .name a:hover{
	text-decoration: none;
}



@media (min-width: 992px){
	.product-list .image {
		float: left;
		margin-right: 20px;
	}
	.product-list .image img{
		max-width: 200px;
	}
	.product-layout .product-thumb:hover {
		border-color: #1a2578;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
		transition: all .2s ease-in-out;
	}

	.product-layout .product-thumb:hover .image:after{
		content: none;
		background-color: #6dc112;
		opacity: 0.19;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
.slideshow{
	/* box-shadow: 0 2px 5px rgba(0,0,0,.4); */
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}

@media (min-width: 1200px) {
	.common-home .slideshow .nivoSlider{
		left: auto;
		margin-left: 0;
		width: auto;
	}
}
.slideshow .nivo-controlNav{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 12px;
	z-index: 999;
	text-align: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1;
}
@media (min-width: 992px) {
	.slideshow .nivo-controlNav{

		text-align: center;

	}
}
.slideshow .nivo-controlNav .nivo-control{
	background: #fff;
	border: 2px solid #891414;
	margin: 3px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border-radius: 50%;
	text-decoration: none;
}
.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active{
	background: #901a1a;
	/* border: 1px solid #aaa; */
	color: #fff;
	text-decoration: none;
}

.slideshow .nivo-slice[name="0"]{
	border-radius: 6px;
}


.banner{
	margin-bottom: 20px;
}


.footer-box {
	/*background: #fff;*/
	position: relative;
	z-index: 2;
	/*border: 1px solid #ddd;
	border-radius: 6px;
	  box-shadow: 0 3px 10px rgba(0,0,0,.1);
	padding: 30px 30px 20px 30px;*/
	margin-bottom: 45px;
	margin-top: 35px;
}
#footer-map + .container > .footer-box{
	margin-top: 0;
}

.footer-box h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 47px;
	/* color: black; */
}
.footer-box h5 span{
	vertical-align: bottom;
	color: #000000;
	/*border-bottom: 1px solid #ddd;*/
}

.footer-box hr{
	border-color: #eee;
}

.footer-box li{
	margin: 7px 0;
}
.footer-box li a{
	color: #626262;
	font-size: 13px;
}

.footer-box .glyphicon,
.footer-box .fa  {
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
	color: #d9534f;
	margin-right: 10px;
}
.footer-box .row div.col-sm-6{
	*position: initial;
}

.footer-box .row div.col-sm-6:last-child:after{
	content: none;
}
.footer-box .row div.col-sm-6:after{
	content: " ";
	height: 100%;
	width: 1px;
	background: #a94442;
	position: absolute;
	top: 20px;
	right: 10px;
}

.pay-icons{
	padding: 0;
	line-height: 77px;
	margin: 0;
}

.pay-icons li{
	display: inline-block;
	opacity: 0.75;
	vertical-align: middle;
}
.pay-icons li:hover{
	opacity: 1;
}



#footer-map {
	background: #fff /* url('../image/bg.png') 50% 50px no-repeat */;
	background-attachment: fixed;
	position: relative;
}

#footer-map .close-map{
	position: absolute;
	top: 47px;
	right: 10px;
	display: none;
}
#footer-map .close-map button{

}
#footer-map .close-map .btn-contacts{
	width: 200px;
}


#footer-map .map-toogle{
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -71px;
	height: 45px;
	border-radius: 5px;
	/* border: 1px solid #bbb; */
	padding: 5px;
	/* left: 0; */
}
#footer-map .map-toogle:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	z-index:3;
}
#footer-map .map-toogle a{
	font-size: 14px;
	z-index: 4;
	position: relative;
	display: block;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	background: #235213;
	color: #fff;
	opacity: 1;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	padding: 0 8px;
	font-weight: bold;
}

#footer-map .map-toogle a:hover{
	text-decoration: none;
}
#footer-map .map-content{
	position: relative;
	height: 185px;
	overflow: hidden;
	opacity: 1;
}
.map-open{
	overflow: hidden;
}
.map-open #footer-map .map-content{
	height: 100vh;
	z-index: 9999;
}
.map-open #footer-map .map-content iframe{
	height: 100vh;
}

#footer-map .map-content > ymaps{
	width: auto!important;
	height: 100%!important;
}
#footer-map .ymaps-2-1-29-copyrights-pane{
	display: none;
}
#footer-map .ymaps-2-1-29-controls-pane{
	opacity: 0;
}


.map-open{
	overflow: hidden;
}
.map-open #footer-map .container{
	width: 100%;
	padding: 0;
}
.map-open #footer-map .close-map{
	display: block;
}
.map-open #footer-map .glass{
	visibility: hidden;
}
.map-open #footer-map .ymaps-2-1-29-controls-pane{
	opacity: 1;
}



#scroll-top-button{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: rgba(0,0,0,.2);
	z-index: 1049;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #1a2578;
	border-radius: 5px;
	transition: background-color .3s ease;
}
#scroll-top-button:hover{
	color: rgba(0,0,0,.3);
	background-color: #000;
}
#scroll-top-button .fa{
	font-size: 30px;
	margin: auto;
	right: 0;
	left: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	top: 3px;
	color: #fff;
}
.map-open #scroll-top-button{
	display: none!important;
}




.modal{
	text-align: center;
}
@media screen and (min-width: 768px){
	.modal:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	body.modal-open > header,
	body.modal-open > footer,
	body.modal-open > .content-wrapper{
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}
}
.modal .modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle
}
.modal .modal-header .close{
	margin: 0;
	height: 25px;
	width: 25px;
	outline: none;
}
.modal-title {
	font-weight: 600;
	color: #333333;
}.modal-title i{
	 color: #a84341;
	}

#modal-cart .well{
	background: #fff;
	box-shadow: none;
}
#modal-cart .well .img-thumbnail{
	border: none;
}

.popup-quantity span button{
	background-image: -moz-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	background-image: -webkit-linear-gradient(90deg, #a94442 0%, #a94442 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(70, 181, 31) 0%, rgb(115, 208, 17) 100%);
	font-size: 15px;
	border: none;
	font-weight: bold;
	color: #fff;
	width: 30px;
	padding: 5px;
}

.modal .modal-load-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 100%;
	color: #ccc;
	border-radius: 6px;
	z-index: 9999;
}
.modal .modal-load-mask > div{
	display: table;
	width: 100%;
	height: 100%;
}
.modal .modal-load-mask > div > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}




body .modal-header, body .modal-footer{
	border-color: #f1f1f1;
}

#modal-cart .products{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border-color: #f1f1f1;
}
#modal-cart .alert{
	padding: 10px 15px;
	margin-bottom: 15px;
}
#modal-cart .product{
	padding: 10px 0;
}
#modal-cart .product + .product{
	border-top: 1px solid #e5e5e5;
}
#modal-cart .cartCell{
	white-space: nowrap;
}
#modal-cart .cartCell:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: 0;
}
#modal-cart .cartCellContent{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
}

#modal-cart .cartCellContent i.fa{
	color: #d9d9d9;
}
#modal-cart .product .image{
	float: left;
	width: 60px;
}
#modal-cart .product .name{
	margin-left: 75px;
}

#modal-cart .pquantity .form-control {
	text-align: center;
	height: 32px;
	border-color: #f1f1f1;
	box-shadow: none;
	border-left: none;
}
#modal-cart .popupTotal{
	color: #333;
}
#modal-cart .popupTotal:hover{
	text-decoration: none;
}
#modal-cart .popupTotal:focus{
	text-decoration: none;
}
#modal-cart .popupTotal .fa-angle-down{
	transform: rotate(-180deg);
	transition: transform ease 0.2s;
}
#modal-cart .popupTotal.collapsed .fa-angle-down{
	transform: none;
	transition: transform ease 0.2s;
}
#modal-cart #total-more table{
	margin-top:10px;
	margin-bottom: 0;
}
#modal-cart .cartMask{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(245,245,245,1);
	color: #ccc;
	z-index: 9999;
	border-radius: 4px;
}
#modal-cart .cartMask.white{
	background: rgba(255,255,255,1);
}
#modal-cart .cartMask > div{
	display: table;
	width: 100%;
	height: 100%;
}
#modal-cart .cartMask > div > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 767px){
	#modal-cart .modal-dialog{
		width: calc(100% - 20px);
	}
	#modal-cart .btn-col-2, #modal-cart .btn-col-3{
		margin-top: 10px;
	}
	#modal-cart .pquantity {
		max-width: 100px;
	}
	#modal-cart .pprice {
		text-align: center;
	}
}



.middle-45px-parent{
	white-space: nowrap;
}
.middle-45px-parent:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	white-space: normal;
}
.middle-45px{
	display: inline-block;
	vertical-align: middle;
}


#modal-qview .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}

#modal-qview hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
#modal-qview hr.first{
	margin-top: 15px;
	margin-bottom: 15px;
}
#modal-qview hr.second{
	margin-top: 15px;
	margin-bottom: 10px;
}

#modal-qview .thumb {
	margin-bottom: 10px;
}
#modal-qview .img-thumbnail{cursor:pointer}
#modal-qview .img-thumbnail.active{border-color: #2e6da4;}


@media screen and (max-width: 992px){
	#modal-qview .modal-footer .btn{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#modal-qview .modal-footer .text-center .btn, #modal-qview .modal-footer .text-right .btn{
		margin-top: 10px;
	}
}

#modal-qview .price{
	font-size: 30px;
}
#modal-qview .price .price-old{
	color: #4ECFA1;
	text-decoration: line-through;
	font-size:16px;

}
#modal-qview .price .tax{
	color: #777;
	font-size: 14px;
	font-weight: 300;
}

#modal-qview .points{

}

#modal-qview .discounts{


}

#modal-qview .review .stars{
	font-size: 20px;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
#modal-qview .review .stars .active{
	color: #F5A33F;
}

#modal-qview .options .cr{
	margin: 3px 2px 3px 0;
}

@media (max-width: 992px) {
	.sm-xs-center{
		text-align: center;
	}
	.sm-xs-center .text-right{
		text-align: center;
	}
}


#modal-callback .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}
@media screen and (max-width: 768px){
	#modal-callback .modal-dialog{
		width: calc(100% - 20px);
	}
}

#modal-fastorder .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}
#modal-fastorder .image{
	margin-bottom:17px;
	cursor:pointer
}
#modal-fastorder .price{
	line-height:34px;
	font-size:18px;
}
#modal-fastorder .price-old{
	color: #000;
	font-size: 16px;
	text-decoration: line-through;
	font-weight: bold;
}

footer{
	background: #e7ebff;
	margin-top: 50px;
}

/* NEW */
header a.btn-callback{
	color: #7c1316;
	font-size: 13px;
	border-bottom: 1px solid;
}
header a.btn-callback:hover{
	text-decoration: none;
}

.row-flex {
	display: flex;
	flex-flow: row wrap;
}

body .product-carousel{
}
body .product-carousel .owl-item{
	border: none;
}

.product-item:hover .image a:nth-child(2):after{ /* заменено */
	content: " ";
	background-color: #6dc112;
	opacity: 0.19;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product-item:hover .image .quick-view, .product-thumb:hover .image .quick-view{
	display: block;
}
.product-item .image .quick-view, .product-thumb .image .quick-view{
	width: 35%;
	height: 30%;
	background: #38428a;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	display: none;
	border-radius: 5px;
	z-index: 1;
}

.product-item .image .quick-view span, .product-thumb .image .quick-view span{
	height: 49px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product-item:hover .image .quick-view:hover, .product-thumb:hover .image .quick-view:hover{
	text-decoration: none;
}

footer .end{
	background-color: #e7ebff;
}

footer .end p{
	color: #000000;
	font-size: 12px;
	margin: 30px 0;
}

.curlang{
	padding: 30px 0;
}

.curlang button span{
	font-size: 15px;
}


.curlang button span.caretalt{
	color: #6dc112;
}

.curlang .dropdown-menu{
	min-width: 77px;
}

header .worktime p .fa{
	color: #7c1316;
	font-size: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
header .worktime p span{
	line-height: 1;
	vertical-align: middle;
}
header .worktime p{
	font-size: 15px;
	line-height: 36px;
	display: block;
	text-align: center;
	padding: 30px 0;
	margin: 0;
}

body .breadcrumb>li+li:before {
	content: "|";
	padding-right: 7px;
}
body .breadcrumb li a{
	color: #862427;
	border-bottom: 1px solid #832023;
}

body .breadcrumb li :hover{
	text-decoration: none;
}
.a-name{
	width: 100%;
	margin-top: 10px;
}
.product-layout .caption{
	padding:15px;
	padding-bottom: 0;
}

.caption .stock{
	font-size: 12px;
	line-height: 17px;
}

.caption .stock#true{
	color: #8b2e31;
}
.caption .stock#false{
	color: #ff0000;
}
#sm-comments{
	color: #999999;
	margin-left: 7px;
}
#sm-comments i{
	margin-right: 7px;
}
#sm-comments a{
	color: inherit;
}

.raiting a:hover{
	text-decoration: none;
	color: #821f22;
}

.raiting a:hover #sm-comments{
	color: #832023;
}

button#grid-view, button#list-view{
	background: #fff;
	border: 1px solid #c7e0cc;
	padding: 9px 10px;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: none;
	color: #ccc;
}
button#grid-view:hover, button#list-view:hover{
	color: #861717;
}

button#grid-view:focus, button#list-view:focus{
	box-shadow: none;
	outline: none;
}
button#grid-view.active, button.active#list-view{
	border-color: #861717;
	color: #861717;
}

@media (max-width: 768px) {
	#header-menu{
		text-align: center;
	}
	#account-bar{
		text-align: left;
	}
	.worktime{
		float: left;
	}
	header button{
		background: transparent;
	}
	.footer-box .row div.col-sm-6:after{
		content: "";
	}
	.addtocart-group #button-cart{
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	body #product .addtocart-group .sm-btn{
		margin-left: 0;
		margin-right: 15px;
	}
	body .box-product .product-item .buttons .dropup button:first-child, body .product-thumb .buttons .dropup button:first-child{
		background: -moz-linear-gradient( 90deg, rgb(135 22 22) 0%, rgb(135 22 22) 100%);
		background: -webkit-linear-gradient(90deg, rgb(135 22 22) 0%, rgb(135 22 22) 100%);
		background: -ms-linear-gradient( 90deg, rgb(135 22 22) 0%, rgb(135 22 22) 100%);
	}
	body .box-product .product-item .buttons .dropup button, body .product-thumb .buttons .dropup button{
		background: #fff;
	}
	.custom-block .text .title {
    margin: 20px 0 10px 0;
    height: 70px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}
}

.product-page #review table{
	background: #fff;
	border: none;
}
.product-page .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border: none;
}
.product-page .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border: none;
}

.review-caption .review-text {
    text-align: center;
    margin-top: 20px;
    height: 160px;
    overflow: hidden;
}

/* Поиск + языки на мобильном */
#selafomove #search .form-control{
	background: #fff;
	border-radius: 4px 0 0 4px;
	height: 51px;
}
#selafomove #search #search-button{
	height: 51px;
}

#selafomove .curlang{
	padding: 0;
}

#selafomove .curlang .inline-block, #selafomove .curlang .pull-left, #selafomove .curlang .btn-group, #selafomove .curlang button{
	width: 100%;
}

#selafomove .curlang button{
	background: #fff;
	padding: 14px 10px;
	border: 1px solid #4ECFA1;
	color: #4c9317
}
@media (max-width: 768px) {
    .header__languages {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #1a2578; /* Сохраняем фон */
        padding: 10px; /* Добавляем внутренние отступы */
    }

    .header__select {
        display: flex;
        flex-direction: column; /* Выравниваем кнопки по вертикали */
        align-items: center; /* Центрируем содержимое */
    }

    .language-option {
        margin: 5px 0; /* Добавляем отступы между кнопками */
        font-size: 14px; /* Уменьшаем размер шрифта, если нужно */
    }

    .separator {
        display: none; /* Убираем разделитель на мобильных устройствах */
    }
}

.header__select {
    display: flex
;
    align-items: center;
}

.language-option {
    padding: 5px 10px;
}
.language-option.active a {
    font-weight: bold;
    color: #fff700;
}

.language-option a {
    color: white;
    text-decoration: none;
}


