body {

	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	line-height: 20px;
	width: 100%;
	padding-top: 10px;
	font-family: "Segoe UI" !important;
}
img {
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
}
body.common-home
{
	background: #F8EED5;
	font-family: "Segoe UI";
}
:focus {outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #ED6D3B;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {

	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 {

	border-radius: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {

}
.input-group .input-group-addon {

	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ED6D3B;
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links .list-inline {
	margin-left: 15px;
}
#top-links .list-inline a
{
	font-size:18px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 auto 15px auto;
	display: table;
}
/* search */
#search {
	position: relative;
	width: 100%;
}
#searches
{
	border: 1px solid orange;
}
#search .btn-search-custom
{
	position: absolute;
	right: 0;
	top: 1px;
	background: transparent;
	z-index: 999;

}
#searchmodel {

	background: rgba(255,255,255,0.9);
}
#searchmodel .modal-dialog {
	top: 30%;
	bottom: 50%;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#searchmodel .close-search {
	font-size:35px;
	color:black;
}
/* cart */
#cart {
	width:auto;
}
#cart > .btn {
	font-size: 18px;

	color: black;
}
#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;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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-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-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	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: #229ac8;
}
@media (min-width: 995px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 994px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content min-height:600px; */
#content {
	min-height: 100vh;
}
/* footer */
footer {


	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.common-home .breadcrumb
{
	display: none;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 auto 10px auto;
	padding: 8px 0;
	border: none;
	display: table;

	background-color:transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb a
{
	font-size:1.7rem;
	color:#ED6D3B;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;

}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: -5px;
	width: 15px;
	height: 15px;
	border-right: 1px solid #E27D55;
	border-bottom: 1px solid #E27D55;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 5.5px 12px;
	font-size: 1.5rem;
	border:none;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #fff;
	background-color:  #D9941E;;
	border-color: #D9941E;;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	background-color: #834A32; !important;
	border:none;
	border-radius:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.btn-primary {
	color: #ffffff;
	background-color: #D9941E;

	background-repeat: repeat-x;
	border:none;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ED6D3B;
	border:none;
}
.btn-primary:focus {
	color: #fff;
	background-color: #ED6D3B;
	border:none;
}
.btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #D9941E !important;
	color: black !important;
	padding: 2px !important;
	border:none !important;
}
.btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #D9941E;
	border:none;
	border-radius:0;

}

.btn-green {
	color: #fff;
	background-color:  #008900;
	border-color: #D9941E;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 5px;
	-webkit-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	-moz-box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	box-shadow: -5px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	font-size: 27px;


}
.btn-green:active:hover, .btn-green.active:hover, .open>.dropdown-toggle.btn-green:hover, .btn-green:active:focus, .btn-green.active:focus, .open>.dropdown-toggle.btn-green:focus, .btn-green:active.focus, .btn-green.active.focus, .open>.dropdown-toggle.btn-green.focus {
	background-color: #008900; !important;
	border:none;
	border-radius:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.btn-green {
	color: #ffffff;
	background-color: #008900;

	background-repeat: repeat-x;
	border:none;
}
.btn-green:hover {
	color: #fff;
	background-color: #008900;
	border:none;
}
.btn-green:focus {
	color: #fff;
	background-color: #008900;
	border:none;
}
.btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	background-color: #008900 !important;
	color: black !important;
	padding: 2px !important;
	border:none !important;
}
.btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	background-color: #008900;
	border:none;
	border-radius:0;

}




.btn-warning {
	color: #ffffff;
	background-color:#ED6D3B;

	background-repeat: repeat-x;
	border:none;
}
.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;
	background-color: #da4f49;
	background-repeat: repeat-x;
	border:none;
}
.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;
	background-color: #5bb75b;
	border:none;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	border:none;
}
.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;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border:none;
	color: black;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: black;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	bottom:0;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {

	margin-bottom: 0px;



}
.product-thumb a
{



}
.product-thumb img
{

}
.custom-category
{
	text-align: center;
	height: 400px;
}
.custom-category a
{
	color:#E27D55;
	font-style: italic;
	font-size:2.2rem;
}
.custom-category .image
{
	-webkit-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	-moz-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	height:300px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.custom-category-wall
{
	text-align: center;
	margin-bottom: 40px;
}
.custom-category-wall a
{
	color:#D9941E;
	font-style: italic;
	font-size:2.2rem;
	-webkit-transition: background-color 300ms linear, color 1s linear;
	-moz-transition: background-color 300ms linear, color 1s linear;
	-o-transition: background-color 300ms linear, color 1s linear;
	-ms-transition: background-color 300ms linear, color 1s linear;
	transition: background-color 300ms linear, color 1s linear;
}
.custom-category-wall a:hover, .custom-category-wall a:focus
{
	color:#ED6D3B;

	font-style: italic;
	font-size:2.2rem;
	-webkit-transition: background-color 300ms linear, color 1s linear;
	-moz-transition: background-color 300ms linear, color 1s linear;
	-o-transition: background-color 300ms linear, color 1s linear;
	-ms-transition: background-color 300ms linear, color 1s linear;
	transition: background-color 300ms linear, color 1s linear;
}
.custom-category-wall .image
{
	-webkit-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	-moz-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	height:auto;
}
.custom-category-wall img {
	overflow: hidden;
	height: 176px;
	width: 100%;
}
.product-thumb .news-caption
{
	min-height: auto !important;
}
.product-thumb .news-caption p
{
	line-height: 16px !important;
	font-size: 16px;
}
.text-right
{
	text-align: right;
}
.news-detail-title
{
	color:#ED6D3B;
}
.description-custom-news
{
	font-size:18px;
}
.date-news
{
	font-size:18px;
}
.news-thumb {
	/* margin-bottom: 40px; */
	/* overflow: auto; */
	display: inline-block;
	/*height: 100%;*/
	margin-top:10px;
	overflow: hidden;
	/* padding-bottom: 54px; */
}
.date_post
{
	color:#777777;
}
.news-caption h4
{
	margin-top: 0;
	margin-bottom: 15px;
}
.news-caption h4 a
{
	color:#E27D55;
	text-decoration: underline;
}
.news-caption h4 a:hover,.news-caption h4 a:focus
{
	color:#E27D55;
	text-decoration: none;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {

	text-align: center;


}



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

.product-grid .image a
{
	position: relative;

	z-index: 999;
}
.product-grid .image a:hover
{
	position: relative;
background: rgba(0,0,0,.4);
	z-index: 999;
}
.image img:hover{

}

.product-thumb .image
{
	overflow:hidden;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.heading-news
{
	text-align: center;
	background-color: #ED6D3B;
	line-height: 50px;
	height:50px;
	width:100%;
	color:white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:2rem;

}
.heading-news a,.heading-news a:hover, .heading-news a:focus
{
	text-align: center;
	background-color: #ED6D3B;
	line-height: 50px;
	height:50px;
	width:100%;
	color:white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:2rem;

}
.btn-orange-theme
{
	text-align: center;
	background-color: #ED6D3B;
	line-height: 35px;
	height:50px;
	width:100%;
	color:white;
	border-radius: 0px;
	font-size:2rem;
	border:none;
}
.orange
{
	color: #ED6D3B;
}
.btn-orange-theme:hover
{

	color:white;
}
.btn-orange-theme:focus
{

	color:white;

}
.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.product-thumb .image img:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 995px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;

}
.product-thumb .caption p
{
	line-height: 10px;
	color:black;
}
p.status-nal
{
	color:black !important;
}
.product-list .product-thumb .caption {
	margin-left: 0px;
}
.images-thumb
{
	width: 100px;
}
.product-images
{
	width:640px;
	max-width:100%;

}
.sberbanner-product
{
	position: absolute;
	right: 10%;
}
@media (max-width:1601px)
{
	.product-grid
	{
		padding: 0;
	}
	.btn {
		padding: 5.5px 12px;
		font-size: 14px;
		border: none;
		border-radius: 0px;
	}
}
@media (max-width:1367px)
{
	.product-grid
	{
		width: 33.33333333%;
	}
	.product-images
	{
		width:450px;
	}
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 994px) {
.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: #ED6D3B;
}
.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: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #ED6D3B;
	color: white;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ED6D3B;
}
.product-thumb .button-group button:hover {
	color: white;
	background-color:#ED6D3B;
	text-decoration: none;
	cursor: pointer;
}
.navbar-toggle
{
	margin-left: 10px;
}
.btn-cart-product
{
	background-color: #f0f0f0;
	color:black;
	padding:2px;

	border:3px solid #ED6D3B;
}
.btn-cart-product:hover, .btn-cart-product:focus, .btn-cart-product:link
{
	background-color: #f0f0f0;
	color:black;
	padding:2px;

	border:3px solid #ED6D3B;
}
.product-custom
{
	height: 470px;
}
.btn-cart-product i
{
	font-size:2rem;
	top: 2px;
	position: relative;
}
.btn-cart-product span
{
	top:0px;
	position: relative;
}
.btn-cart-product:hover,  .btn-cart-product:focus
{
	background-color: #f0f0f0;
	color:black;
	border:3px solid #ED6D3B;
}
.btn-custom-cart
{
	background-color:transparent;
	border: none;
	color:black;
	border-radius: 0px;
	top:0px;
	box-shadow: none;
}
.btn-custom-cart i
{
	font-size:1.5rem;
}
.table-wrap-color table {
	overflow: auto;
	height: 100px;

}

.table-wrap-color table thead th {
	position: sticky;
	top: 50px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background: rgb(237,190,59);
	background: linear-gradient(0deg, rgba(237,190,59,1) 0%, rgba(237,109,59,1) 35%, rgba(237,190,59,1) 100%);

}
.table-wrap-color table thead tr
{
	position: sticky;
	top: 50px;
	background: rgb(237,190,59);
	background: linear-gradient(0deg, rgba(237,190,59,1) 0%, rgba(237,109,59,1) 35%, rgba(237,190,59,1) 100%);
}
.table-wrap-color table {width: 100%; border-collapse: collapse;}
.table-wrap-color table thead tr {
	color: #ffffff;
	font-weight: bold;
	background: rgb(237,190,59);
	background: linear-gradient(0deg, rgba(237,190,59,1) 0%, rgba(237,109,59,1) 35%, rgba(237,190,59,1) 100%);
}
.table-wrap-color table thead tr td {border: 1px solid #01ab73; text-align: center;}
.table-wrap-color table tbody tr td {border: 1px solid #e8e9eb;}
.table-wrap-color table thead tr th
{
	text-transform: uppercase;
}
.table-wrap-color table tbody tr.cat-table
{
	background: #f4f4f4;
}
.table-wrap-color table tbody tr.subcat-table
{
	background: #f4f4f4;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 994px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
	.header-phone
	{
		text-align: center;
	}
	.btn-custom-cart
	{
		background-color:transparent;
		border: none;
		color:black;
		border-radius: 0px;
		top:7px;
		box-shadow: none;
	}
	.table-wrap table {
		border: 0;
	}
	.table-wrap table thead {
		display: none;
	}
	.table-wrap table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	.table-wrap table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
	}
	.table-wrap table td:last-child {
		border-bottom: 0;
	}
	.table-wrap table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}
.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;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.owl-carousel {
	margin: 10px 0 5px;

	direction: ltr !important;
	z-index: 1;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {

	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {

	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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;
}
.navbar-custom-footer
{
	background-color:#4F4F4F;
	border:none;
}
.navbar-custom-header {
	background-color: #fff;
	margin: 0px auto 0 auto;
	display: table;
	border: 4px solid #FFBB40;
	border-radius: 25px;
	line-height: 85px;
	height: 80px;
	padding-top: 10px;
	position: relative;
	top: 0px;
	z-index: 99;
}
.navbar-custom-header .navbar-nav>li>a {
	color: black;
	text-transform: uppercase;
	font-size: 17px;

	background-color: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.navbar-custom-header .navbar-nav>li>a:focus,.navbar-custom-header .navbar-nav>li>a:hover{
	color:black;
	background-color:transparent;
	border-bottom: 4px solid #FFBB40 ;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}
.navbar-custom-header .navbar-nav>.active>a,.navbar-custom-header .navbar-nav>.active>a:focus,.navbar-custom-header .navbar-nav>.active>a:hover
{
	color:black;
	background-color:transparent;

}
.navbar-nav>li::before
{

}
.navbar-nav li:hover::before
{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
.navbar-custom-footer .navbar-nav>li>a {
	color:white;
	text-decoration: underline;
	font-size:1.6rem;
}
.navbar-custom-footer .navbar-nav>li>a:focus,.navbar-custom-footer .navbar-nav>li>a:hover
{
	color:white;
	background-color:transparent
}
.navbar-custom-footer .navbar-nav>.active>a,.navbar-custom-footer .navbar-nav>.active>a:focus,.navbar-custom-footer .navbar-nav>.active>a:hover
{
	color:white;
	background-color:#4F4F4F;

}
.btn-search-custom
{
	color: #777;
	text-shadow: none;
	background-color: white;
	background-image: none;
	background-repeat: repeat-x;
	border:none;
}
.custom-bg
{
	background-color:#F3F2F0;
}

.phone-header, .phone-header i
{
	font-size:1.5rem;
}
.phone-header-container
{
	margin: 40px auto 20px auto;
	display: table;
}
.message-form a
{
	color:#ED6D3B;
}
.navbar-brand
{

}
.navbar-custom-footer
{

}
.navbar-custom-footer .navbar-nav {
	float: none;
	text-align: center;
}
.navbar-custom-footer .navbar-nav li {
	float: none;
	display: inline-block;
}
footer
{
	width:100%;
	height:140px;
	display: table;

	margin-top: 0px;
}
.col-copyrate
{
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 0;
	color:white;
}

@media (max-width:767px)
{
	.col-copyrate
	{
		width: 100%;
		display: inline-block;
		text-align: center;
		position: relative;
		top: 0px;
	}
}
.navbar-header
{
	margin: 0 auto 0 auto;
	display: table;

}
.logo-footer img
{
	margin: 10px auto 15px auto;
	display: table;
	height: 140px;
}
.copywebidei
{
	text-align: center;
	color:white;
	margin-top: 15px;
	font-size:1.8rem;
}
.copywebidei a,.copywebidei a:hover, .copywebidei a:focus
{
	color:white;
}
.title-catalog{
	text-align: center;
	background-color: #ED6D3B;
	line-height: 50px;
	height: 50px;
	width: 100%;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2rem;
	cursor:pointer;

}
.list-group a.parent-category.active, .list-group a.parent-category.active:hover, .list-group a.parent-category:hover
{
	 border: none;
	color:white;
	background: #ED6D3B;
	text-shadow: none;

}
.catalog-toggle
{
	-webkit-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	-moz-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
	padding: 12px 20px 5px 20px;
	border-radius: 0px;
}
.catalog-toggle a.parent-category
{
	text-align: center;
	margin: 4px 0 4px 0;
	background:#f5f5f5;
	border-radius: 0px;
}
.list-group a.parent-category {
	border: none;
	color: black;
	padding: 8px 12px;
}
.list-group a.parent-category .active
{
	border: none;
	color:white;
}
.list-group a.child-category
{
	border:none;
}
.list-group a:hover
{
	border: none;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.catalog-toggle a:hover
{
	color:#ED6D3B;
}
.catalog-toggle a.active
{

	background: #eeeeee;
 border: none;
color:#ED6D3B;
text-shadow: none;

}
.owl-item-custom
{
width:100%;
height: 585px;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: top center;
	position: relative;
}

.owl-item-custom a
{
	width:100%;
	height: 100%;
	position: absolute;
}
#logo
{
	width:250px;
}
.right_block
{
	position: relative;
	top: 20px;
	float: right;
	right: 30px;
}
.scrollToTop {
	font-weight: 700;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #404040;
	margin: 5px;
	border-radius: 40px;
	text-align: center;
	line-height: 24px;
	border: 3px solid #333;
	box-shadow: 0px 1px 1px #333;
	z-index: 10;
}

.scrollToTop:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent #fff;
}

.scrollToTop b {
	position: absolute;
	white-space: nowrap;
	left: -6px;
	bottom: -30px;
	color: #666;
	font-size: 12px;
	z-index: 10;
	font-weight: 700;

}

@media (min-width:995px) {
	.mobile-v {
		display: none !important;
	}

	.desktop-v {

	}

	#cart > .btn {
		font-size: 16px;
		margin-top: 5px;
		color: white;
	}
}

.caption-custom
{
text-align: center;
}
.custom-addon-theme
{
background-color: #ED6D3B;
color:white;
}
.block-row
{
width:100%;
padding: 20px;
display: inline-block;
}
.block-row h3
{
font-style:italic;
text-align: center;
	font-size: 2.2rem;
	text-transform: uppercase;
	color:red;
}
.message-form
{
margin-top: 10px;
}
.dop-panel-cart
{
margin-top: 0px;
}
.navbar-custom-header .navbar-toggle
{
border-color: #834A32;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #834A32;
}
.cat_container
{
margin-top: 30px;
}
.slider-show
{
-webkit-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
-moz-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
}
.tabs-container
{
-webkit-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
-moz-box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
box-shadow: 6px 15px 19px -8px rgba(0,0,0,0.7);
padding: 20px;
}
.tabs-container li a
{
border-radius: 0px 0px 0 0;
color:#DA501A;
text-decoration: underline;

}
.tabs-container li.active a
{
background: #F3F2F0;
text-decoration: none;
}
.mail-header
{

text-align: center;
}
.mail-header a, .mail-header a:hover, .mail-header a:focus
{
font-size:1.7rem;
color:#DA501A;
}
.alert-product
{
	position: fixed;
	z-index: 999;
	width:100%;
	top: 50px;
}
.alert-product a
{
	color:red;
}
.btnread
{

}
.btnread a
{
	background: #ED6D3B;
	padding: 10px;
	color:white;
}

.container-info
{
	display: table;
	margin: 0 auto;
	width:80%;
	position: relative;
	left: 5%;
}
.category-container
{
	height: 100vh;
}
@media (max-width: 1600px) {
	.owl-item-custom {
		width: 100%;
		height: 443px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		position: relative;
	}
	#logo img {
		width: 131px;
		margin: 0 auto;
		display:table;
	}
}

@media (max-width: 1368px)
{
	#column-left
	{
		width:20%;
	}
	#content
	{
		width: 100%;
	}
	.col-md-3 {

		padding: 3px;
	}
	.right_block {
		position: relative;
		top: 40px;
		float: right;
		right: 0px;
		width: 80%;
	}
	.owl-item-custom {
		width: 100%;
		height: 443px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		position: relative;
	}

}


@media (max-width: 994px)
{
	#column-left
	{
		width:100%;
	}
	.col-md-3 {
		width:100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#content
	{
		width: 100%;
	}
}
#tmd_payment_method
 {
	display: none;
 }
.addorder
{
	background: orangered;
}
.custom-icon-bg
{
	color:white;
	font-size:18px;
	border-radius: 50px;
	padding: 15px;
	margin: 10px;
	background-color:#ED6D3B ;
}
#cart li
{
	width: 100%;
	display: inline-table;
	background: #eee;
}
.open>.dropdown-menu
{

}
.callback-btn
{
	color:black;
	margin-top: 20px;
}
.callback-btn:hover, .callback-btn:focus
{
	color:red;
}
.mail-header a
{
	color:black;
}
.mail-header a:hover, .mail-header a:focus
{
	color:red;
}
#ozakaze
{
	position: relative;
}
#ozakaze .owl-controls .owl-buttons .owl-prev
{
	top:11px;
	opacity:1;
	left:43%;
}
#ozakaze .owl-controls .owl-buttons .owl-next
 {
	 top:11px;
	 opacity:1;
	 right:43%;
 }
#ozakaze .owl-carousel .owl-buttons div:hover, #ozakaze .owl-carousel .owl-buttons div
{
	opacity:1;
}
.title-product-modal
{
	font-size:18px;
}
#dostavkaoplata
{
	position: relative;
}
#dostavkaoplata .owl-controls .owl-buttons .owl-prev
{
	top:11px;
	opacity:1;
	left:43%;
}
#dostavkaoplata .owl-controls .owl-buttons .owl-next
{
	top:11px;
	opacity:1;
	right:43%;
}
#dostavkaoplata .owl-carousel .owl-buttons div:hover, #ozakaze .owl-carousel .owl-buttons div
{
	opacity:1;
}
@media (max-width:460px)
{
	#ozakaze .owl-controls .owl-buttons .owl-prev
	{
		top:11px;
		opacity:1;
		left:0;
	}
	#ozakaze .owl-controls .owl-buttons .owl-next
	{
		top:11px;
		opacity:1;
		right:0;
	}
	.title-product
	{
		font-size:18px;
	}
	.orange-mobile
	{
		margin-left: 20px;
	}
	#dostavkaoplata .owl-controls .owl-buttons .owl-prev
	{
		top:11px;
		opacity:1;
		left:0;
	}
	#dostavkaoplata .owl-controls .owl-buttons .owl-next
	{
		top:11px;
		opacity:1;
		right:0;
	}
}



.follow-us {
	margin: 1px auto 20px auto;
	text-align: center;

	bottom: 0;

}

.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #444;
	cursor: auto;
}

.follow-us .social ul {
	margin-left: -50px;
}

.follow-us .social li {
	display: inline-block;
	margin: 0 5px;
	background-color: #5F5F5F;
	text-indent: 0;
	color: #fff;
	border-radius: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 46px;
}

.follow-us .social li:hover {
	background-color: #d76703;
}

.follow-us .social a {
	width: 40px;
	height: 40px;
	font-size: 0;
	display: block;
	position: relative;
	z-index: 0;
}

.follow-us .social a:before {
}

.follow-us .social a:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('../images/facebook.png') no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	background-size: 20px;
}

.follow-us .social .facebook a {
	background-position: 0 0;
	background-size: 20px;
}





.follow-us .social .youtube a:before {
	background: url('../image/youtube.png') no-repeat;
	background-size: 20px;
}


.follow-us .social .instagram a:before {
	background: url('../image/instagram.png') no-repeat;
	background-size: 20px;
}
.follow-us .social .vk a:before {
	background: url('../image/vk.png') no-repeat;
	background-size: 20px;
}
@media (max-width:767px)
{


	.follow-us .social li {
		margin: 0 0px 0 10px;
	}
}


.item-box .buttons {
	bottom: -112px;
	height: 112px;
	padding: 35px 10px;
}
.product .image
{
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	position: relative;
}
.product .image i
{
	display: none;


}
.product .image:hover i
{
	display: block;

	color:white;

	top: 50%;
	left: 50%;
	z-index: 999;
	position: absolute;
	font-size: 40px;
	vertical-align: middle;

}


/*ViewDetail*/


.product-thumb .image .qv-button-container {
	position:absolute;
	left:50%;
	right:0;
	top:50%;
	width:40px;
	height:40px;
	margin-top:-10px;
	opacity:0;
	border-radius: 25px;
	text-align:center;
	z-index:999;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;
}
.product-thumb:hover .image .qv-button-container {
	opacity:1;
	width:40px;
	height:40px;
	line-height:40px;
	background:#ED6D3B;
	border-radius: 25px;
	color:#fff;
	border:0;


	font-size:18px;
	padding:0;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;
}
.product-thumb .image .qv-button-container a {
	width:40px;
	height:40px;
	line-height:40px;
	background:#ED6D3B;
	border-radius: 25px;
	color:#fff;
	border:0;
	font-size:0;
	padding:0;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	transition: ease .3s all;

}
.product-thumb .image .qv-button-container  a:hover {
	background:#999;
	border-radius: 25px;
	content: "\f00e";
}
.product-thumb .image .qv-button-container  a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 25px;
	border-radius: 25px;
	content: "\f00e";
}
.qv-button-container span
{
	margin-left: 5px;

}

/*ViewDetail*/




.item-box .buttons {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 30px 0;
	opacity: 0.95;
	transition: all 0.4s ease;
}
.input-quantity-label
{
	position: relative;
}

.input-quantity-label label
{
	position: absolute;
	right: 152px;
	top: 7px;
	z-index: 4;
	color: black;
}
.input-quantity-label input[type='number']
{

	width: 100%;
	font-size: 18px;

	text-align: center;

}
.input-quantity-label input[type='text']
{

	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;

}
.click_popover
{
	cursor: pointer;
}
.btn-cart-product-detail
{
	width: 300px;
	padding:10px;
}
@media (max-width: 994px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}

	.cat-s li:first-child
	{
		display:none;
	}

}

.image-news
{
	margin: 20px auto 20px auto;
	display: table;
}
.button-news,.button-news:hover,.button-news:focus
{
	border:1px solid #ED6D3B;
	background-color: #ED6D3B;
	color:white;
	padding: 10px;
	margin: 0 auto;
	display: table;
	font-size:18px;
	font-weight: normal;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media (min-width: 767px) {
	.navbar-nav .dropdown-menu .caret {
		transform: rotate(-90deg);
	}
}
.img-responsive1
{

	max-width: 100%;
	height: auto;
}
/*Mobile only*/
@media (max-width:994px) {
	.mobile-v {

	}
	.product-custom {
		height:auto;
	}
	.desktop-v {
		display: none;
	}

	.lk-resp button {
		color: white;

		background: none;
		margin-top: 7.5px;
	}

	.lk-resp button:focus, .lk-resp button:hover {
		background: transparent;
	}

	#cart > .btn {
		font-size: 16px;
	}

	#cart .dropdown-menu {
		background-color: #fff;
		padding: 0px;
		width: 100%;

	}

	#cart .dropdown-menu table {
		background-color: #eee;
	}

	#cart.open > .btn {
		background-image: none;
		background-color: transparent;
		border: none;
		color: #666;
		box-shadow: none;
		text-shadow: none;
	}

	#cart span, #cart i {
		color: white;
	}

	.owl-item-custom {
		height: 100%;
	}
}
@media (max-width:768px) {
	.nav-li-phone li
	{
		list-style-type:none;

	}
		#logo {
			margin: 0 auto 15px auto;
			display: table;
			width: 170px;

			position: relative;
		}
		.nav-li-phone
		{
			margin-left: 20px;
			position: relative;
		}

		.col-mobile
		{
			width:25%;
		}
		.col-mobile-col
		{
			width:75%;
			line-height: 24px;
		}
		.product-thumb .image .qv-button-container a {
			width:40px;
			height:40px;
			line-height:40px;
			background:#ED6D3B;
			border-radius:2px;
			color:#fff;
			border:0;
			font-family: 'FontAwesome';
			display: inline-block;
			font-size: 25px;
			content: "\f00e";
			padding:0;
			-webkit-transition: ease .3s all;
			-moz-transition: ease .3s all;
			transition: ease .3s all;


		}
		.input-quantity-label {
			position: relative;
			left:0px;
		}
		.slide-show-mobile img
		{
			width:100%;
		}
	.input-quantity-label input[type='number'] {
		padding-left: 54px;
		width: 100%;
		padding-right: 0;
	}

		.slide-show-mobile .thumbnails {
			overflow:hidden;
			clear: both;
			width: 100%;
			list-style: none;
			padding: 0;
			margin: 0;
		}
	.breadcrumb > li {
		text-shadow: 0 1px 0 #FFF;
		padding: 0 7px 0 10px;
		position: relative;
	}
	.owl-item-custom {
		width: 100%;
		height: auto;
	}
}
@media (max-width:740px) {
	.nav-li-phone {
		/* margin-left: 0px; */
		position: relative;
		float: right;
	}
}
@media (max-width:420px) {
	.nav-li-phone {
		/* margin-left: 0px; */
		position: relative;
		float: none;
	}
	.nav-li-phone li
	{
		list-style-type:none;

	}
	#logo {
		margin: 0 auto 15px auto;
		display: table;
		width: 170px;
	}

	.col-mobile
	{
		width:25%;
	}
	.col-mobile-col
	{
		width:75%;
	}
	.product-thumb .image .qv-button-container a {
		width:40px;
		height:40px;
		line-height:40px;
		background:#ED6D3B;
		border-radius:2px;
		color:#fff;
		border:0;
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 25px;
		content: "\f00e";
		padding:0;
		-webkit-transition: ease .3s all;
		-moz-transition: ease .3s all;
		transition: ease .3s all;


	}
	.input-quantity-label {
		position: relative;
		left:0px;
	}
	.slide-show-mobile img
	{
		width:100%;
	}


	.slide-show-mobile .thumbnails {
		overflow:hidden;
		clear: both;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}
}
@media (max-width:380px) {
	.nav-li-phone li
	{
		list-style-type:none;

	}
	#logo {
		margin: 0 auto 15px auto;
		display: table;
		width: 170px;
	}
	#logo img {
		max-width:50%;
		width:50%;
		display: table;
	}
	.nav-li-phone
	{
		width:225px;
	}
	.col-mobile
	{
		width:25%;
	}
	.col-mobile-col
	{
		width:75%;
	}
	.product-thumb .image .qv-button-container a {
		width:40px;
		height:40px;
		line-height:40px;
		background:#ED6D3B;
		border-radius:2px;
		color:#fff;
		border:0;
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 25px;
		content: "\f00e";
		padding:0;
		-webkit-transition: ease .3s all;
		-moz-transition: ease .3s all;
		transition: ease .3s all;


	}
	.input-quantity-label {
		position: relative;
		left:0px;
	}
	.slide-show-mobile img
	{
		width:100%;
	}


	.slide-show-mobile .thumbnails {
		overflow:hidden;
		clear: both;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.input-quantity-label input[type='number'] {
		padding-left: 54px;
		width: 100px;
		padding-right: 0;
	}

}
@media (max-width:360px) {
	.nav-li-phone li
	{
		list-style-type:none;

	}
	#logo {
		margin: 0 auto 15px auto;
		display: table;
		width: 310px;
	}
	#logo img {
		max-width:50%;
		width:50%;
	}
	.col-mobile
	{
		width:25%;
	}
	.col-mobile-col
	{
		width:75%;
	}
	.product-thumb .image .qv-button-container a {
		width:40px;
		height:40px;
		line-height:40px;
		background:#ED6D3B;
		border-radius:2px;
		color:#fff;
		border:0;
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 25px;
		content: "\f00e";
		padding:0;
		-webkit-transition: ease .3s all;
		-moz-transition: ease .3s all;
		transition: ease .3s all;


	}
	.input-quantity-label {
		position: relative;
		left:0px;
	}
	.slide-show-mobile img
	{
		width:100%;
	}


	.slide-show-mobile .thumbnails {
		overflow:hidden;
		clear: both;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.input-quantity-label input[type='number'] {
		padding-left: 54px;
		width: 100px;
		padding-right: 0;
	}
}
@media (max-width:330px)
{
	#cart > .btn {
		font-size: 15px;
	}
	.lk-resp button {
		color: white;
		background: none;
		margin-top: 7.5px;
		font-size: 15px;
	}
	.navbar-header
	{
		display:flex;
	}
	#logo {
		margin: 0 auto 15px auto;
		display: table;
		width: 170px;
		left: 20px;
		z-index: 99;
		position: relative;
	}
	.nav-li-phone
	{

		margin-left: -13px;
		width: 225px;
		position: relative;
	}
	.mobile-custom-css-order
	{
		margin-left: -27px;
	}
	.lk-resp
	{

	}
	.breadcrumb a {
		font-size: 1.3rem;
		color: #ED6D3B;
		text-transform: lowercase;
	}
	.input-quantity-label .input-group .input-group-addon {
		height: 30px;
		font-size: 13px;
	}
	.input-quantity-label {
		position: relative;
		left: -30px;
		display: table;
	}
	.input-quantity-label label {
		position: absolute;
		left: 128px;
		top: 7px;
		z-index: 9;
		color: black;
	}
	.input-quantity-label input[type='number'] {
		padding-left: 54px;
		width: 76px;
		padding-right: 0;
	}
}


/* + и - добавляем */

.my_quantity {
	position: relative;
}
.quant {
	background: none !important;
display: inline;
text-align: center;
	font-size:20px ;

}
.my_minus {
	padding: 0px 6px 1px 8px;
	left: 2px;
	top:-2px;
	line-height: 12px;
}
.my_plus {
	padding: 0px 6px 1px 6px;
	right:2px;
	line-height: 17px;
}
.my_minus, .my_plus {
	position: absolute;
	border:1px solid #f0f0f0;
	border-radius: 50px;
	height: 20px;
	font-weight: bolder;
	font-size: 23px;
	width: 20px;
	padding: 1px;
	background: #ED6D3B;
	color:white;
text-align: center;
	top: 7px;
	margin-top: 0;
	z-index: 99;
	vertical-align: middle;
	box-shadow: none;

	cursor: pointer;
/* border: 1px solid black;*/
}
.dropdown-backdrop {
    position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.navbar-custom-m {
	float: none;
	display: table;
	margin: 0 auto;
}
.container-main-landing
{
	margin: 0 auto;
	display: table;
	width:80%;
}
.item-wrap-image
{



}
.btn-price-svg
{
	margin-bottom: 20px;

}
.btn-price-svg button
{
	border: none;


	display:flex;

	background: transparent;
}
.btn-price-svg button span
{
	border:3px solid #D9941E;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out

}
.btn-price-svg button:hover span
{

	border:3px solid  #ED6D3B;

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
.btn-price-svg button:hover .right-btn
{
	background-color: #834A32;
}
.btn-price-svg .left-btn
{
	background: white;
	color: #834A32;
	padding:13px 10px 10px 10px;
	width:200px;
	font-size: 26px;
	font-weight: normal;
	height:60px;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;

	-webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}
.btn-price-svg .right-btn
{
	background: #D9941E;
	color:white;
	width:130px;
	height:60px;
	font-size: 26px;
	padding:13px 10px 10px 10px;
	position:relative;
	left:-10px;
	font-weight: normal;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;

	-webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}

.container-price-info {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-price-page-svg
{
	margin-bottom: 20px;

}
.btn-price-page-svg button
{
	border: none;


	display:flex;

	background: transparent;
}
.btn-price-page-svg button span
{
	border:3px solid #D9941E;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out

}
.btn-price-page-svg button:hover span
{

	border:3px solid  #ED6D3B;

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
.btn-price-page-svg button:hover .right-btn
{
	background-color: #834A32;
}
.btn-price-page-svg .left-btn
{
	background: white;
	color: #834A32;
	padding:13px 10px 10px 10px;
	width:600px;
	font-size: 26px;
	font-weight: normal;
	height:60px;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;

	-webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}
.btn-price-page-svg .left-btn img
{
	position: relative;
	top: -5px;
}
.btn-price-page-svg .right-btn
{
	background: #D9941E;
	color:white;
	width:200px;
	height:60px;
	font-size: 26px;
	padding:10px 10px 10px 10px;
	position:relative;
	left:-10px;
	font-weight: normal;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;

	-webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}
header
{
	margin-bottom: 10px;
}
#content

{
	position: relative;
}
.title-section-catalog
{
	margin-top: 18px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	font-style: italic;
	color:#834A32;
}
.title-section-product-description
{
	margin-top: 18px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	font-style: italic;
	color:#834A32;
}
.title-section-product-description li.active
{
	color:#834A32;
}
.catalog-section
{
	position: relative;
	height: 100vh;
}
.catalog-bg {
	position: relative;
	background-repeat: no-repeat;
	height: 1200px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-image: url(/image/bg_catalog2.jpg)
}
.catalog-section-bg {
	background-image: url(/image/bg_catalog1.jpg);
	height: 1920px;
	width: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	/* position: absolute; */
	top: 10px;
}
#logo img
{

	width: 160px;
	margin: 0 auto;
}
#logo span
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.address-header
{
	display: table;
	margin: 0px auto 0 auto;
	padding-bottom: 20px;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.btn-price-svg
{
	width: 360px;
	margin: 10px auto;
	left: 20px;
	position: relative;
}
.site-opt
{
	margin: 22px auto;
	display: table;
	font-size:30px;
	font-style:italic;
	color: #ed6d3b;
	font-weight: bolder;

}
.address-strok
{
	font-size: 23px;
	float: left;
	width: 275px;
	position: relative;
	top: 3px;
	line-height: 33px;
	left: 10px;

}
.address-header img
{
	position: relative;
	top: 20px;
}
.icon-svg-home img
{
	float: left;
	font-size: 10px;
	width: 40px;
}

.icon-svg-email img
{
	float: left;
	font-size: 10px;
	width: 40px;
}
.email-text
{
	position: relative;
	font-size: 19px;
	top: 8px;
	left:10px;
	display: flex;

}
.mail-header
{
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.mail-header a
{
	position: relative;
	top:12px;
}
.perehod-site-section
{
	background:#FFF59C ;
	display: inline-block;
	padding-top: 30px;
	width: 100%;
	padding-bottom: 30px;
}
.container-perehod
{
	margin:0 auto;
	display: table;
	width: 80%;
}
.footer-section {
	position: relative;
	background-image: url(/image/bg_footer.jpg);
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	background-origin: border-box;
	background-position: center top;
}
.footer-lowecase-cont {

	margin: 0 auto;
	display: table;
	position: absolute;
	bottom: 1%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}
.phone-header
{
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}
.icon-svg-phone img
{
	float: left;
	font-size: 10px;
	width: 35px;
}
.phone-text-cont
{
	float: left;
	position: relative;
	left:10px;
	text-align:right;
}
.phone-header a, .phone-header a:hover, .phone-header a:focus {
	font-size: 19px;
	color: black;
}
.col-text-perehod
{
	font-size:30px;
}
.col-text-perehod
{

	position: relative;
}
.col-text-perehod p
{

	margin-top: 27px;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.col-img-perehod
{
	display: flex;
	width: 40%;
	margin: 0 auto;
}
.col-img-perehod button
{

	position: relative;
}
.col-img-perehod img {

	width: 200px;
}
.owl-category-image img
{
	display: block;
	width: auto !important;
	height: 100%;
}
.title-news-section
{

	color: #834A32;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
	margin-top: 0;
	padding-top: 30px;

}

.news-section
{
	background: #EBE8B6;
	height: 800px;
	padding-top: 20px;
	padding-bottom: 60px;
}
.container-news {

	margin: 40px auto;
	width: 70%;
	border-radius: 50px;
	height: calc(80vh - 100px);
	padding: 10px;

}
.description-news
{
	font-size:18px;
	margin-top: 15px;
	line-height: 22px;
}
.url-news
{
	font-size:17px;
	margin-top: 10px;
}
.col-text-perehod a
{

	color: #834A32;
	text-decoration: underline;

	font-weight: bold;
}
.thumb-news
{
	margin: 0 auto;
	display: table;
}

.title-info-section
{
	color: #834A32;
	font-size: 40px;

	padding-bottom: 15px;
	font-style: italic;
	font-weight: bold;
}
.info-section
{
	background: #F8EED5;
	height: 100vh;
	padding-top: 112px;
	padding-bottom: 15px;
}
.menu
{
	width:100%;
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 80px;
}
.menu-bar
{
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	display: table;
	text-align:center;

}
.menu-bar li
{
	list-style-type: none;
	margin: 10px 15px;
	display: inline;
	float: left;
}
.menu-bar li a, .menu-bar li a:focus, .menu-bar li a:hover, .menu-bar li:link
{
	color:white;
	text-transform: uppercase;
	font-size:30px;
}
.social-title-footer
{
	color:white;
	text-transform: uppercase;
	font-size:25px;
}
.list-menu-group a, list-menu-group a:hover, list-menu-group a:focus
{
	background: #F8EED5 !important;
	font-size:22px;
	margin: 33px 0 14px 0;
}
.container-info .list-menu-group
{
	line-height: 55px;
}
.list-menu-group i
{
	font-size: 50px;
	margin-right: 10px;
	position: relative;
	top: 4px;
	color: #E27D55;
	text-align: left;
	float: left;


}
.informator-cont
{
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 999;
}
.informator-block
{
	padding:15px;
	background: white;
	border: 2px solid #FFBB40;
	text-align: center;
	border-radius:50%;
	font-size:20px;
}
.information_url
{
	margin-top: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #E27D55;
	text-align: center;
	text-decoration: underline;
}



@media (max-width:1024px)
{
	.owl-item-custom {
		width: 100%;
		height: 332px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		position: relative;
	}
	.container-info {
		display: table;
		margin: 0 auto;
		width: auto;
	}
	.btn-price-svg {
		width: auto;
		margin: 0px auto;
	}
}
@media (max-width:994px)
{
	.navbar-custom-header {
		background-color: #fff;
		margin: 0px auto 0 auto;
		display: table;
		border: 2px solid #FFBB40;
		border-radius: 25px;
		line-height: 85px;
		width:100%;
		height: 80px;
		position: relative;
		top: 0px;
		z-index: 99;

	}

	.footer-section {
		position: relative;
		background-image: url(/image/bg_footer.jpg);
		height: 846px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;

		background-origin: border-box;
		background-position: center top;
	}
}
@media (max-width:1367px)
{

	.address-strok {
		font-size: 18px;
		float: left;
		width: 77%;
		position: relative;
		top: 3px;
		left: 10px;
		display: flex;
	}
	.col-text-perehod {
		font-size: 25px;
	}
}




.contacts-detail{



	margin-top: -12px;
}
.contacts-detail p{

}
.contacts-detail ul{
	padding: 0;

	margin: 0;
	list-style-type: none;
	margin-top: 34px;
}
.contacts-detail ul li{
	margin-bottom: 37px;

}
.contacts-detail ul li + li{
	margin-bottom: 28px;

}
.contacts-detail ul li figure{
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 80px;
	float: left;
	background-color: #ED6D3B;
	position: relative;
	margin-right: 15px;
}
.contacts-detail ul li figure img{
	position: absolute;

	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contacts-detail ul li .cont-type{
	color: #ED6D3B;

	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	display: block;
	padding-top: 2px;
	margin-bottom: 11px;
}
.contacts-detail ul li .cont-addr{
	line-height: 18px;
	color: black;
	font-size: 18px;
	display: flex;
}
@media (max-width:813px)
{
	.contacts-detail ul li .cont-addr{
		line-height: 18px;
		color: black;
		font-size: 18px;
		display: block;
		word-break: break-all;
		overflow-wrap: normal;
	}
}
.contacts-detail ul li span{
	font-size: 14px;
	color: black;
	display: block;
	line-height: 23px;
	overflow: hidden;
}
.contacts-detail ul li a{
	font-size: 18px;
	color: black;
	border-bottom: 1px solid rgba(148, 164, 165, 0.4);
	transition: .15s ease;
}
.contacts-detail ul li a:hover{
	border-color: transparent;
}
.about-ohot
{
	position: absolute;
	z-index: 99;
}
.block-about
{
	z-index: 9999;
	position: relative;
	/*background: rgba(255,255,255,.8);
	border: 1px solid #ed6d3b;*/
	margin: 30px auto;
	display: table;
	padding: 10px;
}
.carousel-animate .carousel-indicators > li {
	margin: 0 2px;
	background-color: #fff;
	border-color: rgb(58,36,83);
	opacity: .7;
}
.carousel-animate .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.carousel-animate .hero {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.btn.btn-lg {
	padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #fff;
	background-color: #694198;
	border-color: rgb(67,41,97);
	outline: none;
	margin: 20px auto;
}
@media screen and (max-width: 640px) {
	.hero h1 {
		font-size: 2em;
	}
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;

}
.carousel-bg .carousel-inner .item {
	background-color: transparent;
	background-size: contain;
	background-repeat:no-repeat ;
	background-position: center;
	min-height: 640px;
}


.carousel-control.left {
	background-image: none;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}


.slide-banner-1
{
	font-size:20px;
	top:10%;
}
.slide-banner-1-h
{
	margin: 0 auto;
	display: table;
	font-size: 45px;
}
.slide-banner-1-span
{
	font-size: 25px;
	color: #ed6d3b;
}
.slide-banner-1-d
{
	font-size: 45px;
	line-height: 70px
}



.slide-banner-2
{
	left: 7.5%;
	right: auto;
	width: 44%;
	top: 7%;
}
.slide-banner-2-h
{
	margin: 0 auto;
	display: table;
}
.slide-banner-2-span
{
	font-size: 35px;
	color: #ed6d3b;
}
.slide-banner-2-d
{
	font-size: 35px;
	line-height: 65px;
}


.slide-banner-3
{
	top:10%;

}
.slide-banner-3 p
{
	line-height: 65px;
}
.akcii-banner-3
{
	font-size:35px;
}
.skidki-banner-3
{
	font-size:35px;
}
.rasprodazha-banner-3
{
	font-size:35px;
}
.btn-slide-banner-3
{

	bottom: 60px;
	font-size: 25px;
	left: 37%;
	width: 300px;
	padding: 15px;
	background-color: red;
	border:3px solid white;
	margin-top: 18px;
}

.btn-news
{
	margin: 0 auto;
	display: table;
	height: 70px;
	width: 250px;
	line-height: 34px;
	font-size: 34px;

	background-color: #D9941E;
	border:3px solid white;
	border-radius: 50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-news:hover, .btn-news:link, .btn-news:focus
{
	background-color: #834A32;
	border:3px solid white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-banner{
	margin: 25px auto;
	display: table;
	height: 80px;
	width: 320px;
	line-height: 34px;
	font-size: 34px;
	margin-top: 0px;
	background-color: #D9941E;
	border: 3px solid white;
	border-radius: 50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-banner:hover, .btn-banner:focus, btn-banner:link
{
	background-color: #ED6D3B;
	border:3px solid white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btn-custom-b{
	margin: 25px auto;
	display: table;
	height: 80px;
	width: 320px;
	line-height: 22px;
	font-size: 34px;
	margin-top: 0px;
	background-color: #D9941E;
	border: 3px solid white;
	border-radius: 50px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	color:white;
}
.btn-custom-b:hover, .btn-custom-b:focus, btn-custom-b:link
{
	background-color: #834A32;
	border:3px solid white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.productcarusel
{
	background: transparent;
}
.productcarusel img
{
	width:350px !important;
	height: 350px !important;
}
.section-about
{
	height: 100vh;
}
.new_product-section
{
	height: 100vh;
	background: white;
}
.new_product-section .carousel-bg .carousel-inner .item
{
	background-color: transparent;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	min-height: 45vh;
}
.arrow{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow span{
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 5px solid #834A32;
	border-right: 5px solid #834A32;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
.arrow span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow span:nth-child(3){
	animation-delay: -0.4s;
}
@keyframes animate {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px,-20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px,20px);
	}
}





.arrow1 {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow1 span{
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 5px solid #834A32;
	border-right: 5px solid #834A32;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
.arrow1 span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow1 span:nth-child(3){
	animation-delay: -0.4s;
}


.arrow_about {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow_about span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #834A32;
	border-right: 5px solid #834A32;
	transform: rotate(45deg);
	margin: -10px;
	animation: about 2s infinite;
}
.arrow_about span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow_about span:nth-child(3){
	animation-delay: -0.4s;
}
.arrow-container {
	margin: 0 auto 94px auto;
	display: table;
	position: relative;
	top:-5px;
}

@keyframes about {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px,-20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px,20px);
	}
}

.arrow_price_info {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow_price_info span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #834A32;
	border-right: 5px solid #834A32;
	transform: rotate(45deg);
	margin: -10px;
	animation: price_info 2s infinite;
}
.arrow_price_info span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow_price_info span:nth-child(3){
	animation-delay: -0.4s;
}
.arrow-container-price-info {
	margin: 0 auto 94px auto;
	display: table;
	position: relative;
	top:10px;
}

@keyframes price_info {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px,-20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px,20px);
	}
}

.arrow_chats {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrow_chats span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #834A32;
	border-right: 5px solid #834A32;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate_chats 2s infinite;
}
.arrow_chats span:nth-child(2){
	animation-delay: -0.2s;
}
.arrow_chats span:nth-child(3){
	animation-delay: -0.4s;
}


@keyframes animate_chats {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px,-20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px,20px);
	}
}
.arrow-position
{
	position: absolute;
	top:40px
}
.arrow-position1
{
	position: absolute;
	top:6px
}
.arrow-right span {
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #834A32;
	border-right: 5px solid #834A32;

	margin: -2px;
	animation: arrow-right 1s infinite;
	float: right;
}

.arrow-right span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-right span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-right {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}
.arrow-left span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #834A32;
	border-left: 5px solid #834A32;

	margin: -2px;
	animation: arrow-left 1s infinite;
	float: left;
}

.arrow-left span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-left span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-left {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}


.arrow-right-banner span {
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;

	margin: -2px;
	animation: arrow-right 1s infinite;
	float: right;
}

.arrow-right-banner span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-right-banner span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-right-banner {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}
.arrow-left-banner span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;

	margin: -2px;
	animation: arrow-left 1s infinite;
	float: left;
}

.arrow-left-banner span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-left-banner span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-left-banner {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}


.btn-caption {
	position: relative;
}
.btn-custom-caption
{
	position: relative;
	margin: 0 auto;
	display: table;
}
@media (max-width: 1600px)
{
	.carousel-bg .carousel-inner .item {
		background-color: transparent;
		background-size: contain;
		background-repeat:no-repeat;
		background-position: center;
		min-height: 533px;
	}
	.navbar-custom-header {
		background-color: #fff;
		margin: 0px auto 0 auto;
		display: table;
		border: 2px solid #FFBB40;
		border-radius: 25px;
		line-height: 85px;
		height: 80px;
		padding-top: 10px;
		position: relative;
		top: 0px;
		z-index: 99;
	}
	.menu-bar li a, .menu-bar li a:focus, .menu-bar li a:hover, .menu-bar li:link {
		color: white;
		text-transform: uppercase;
		font-size: 2.2rem;
	}
}
@media (max-width: 1440px)
{
	.carousel-bg .carousel-inner .item {
		background-color: transparent;
		background-size: contain;
		background-repeat:no-repeat;
		background-position: center;
		min-height: 533px;
	}
	.navbar-custom-header {
		background-color: #fff;
		margin: 0px auto 0 auto;
		display: table;
		border: 2px solid #FFBB40;
		border-radius: 25px;
		line-height: 85px;
		height: 80px;
		padding-top: 10px;
		position: relative;
		top: 0px;
		z-index: 99;
	}
	.menu-bar li a, .menu-bar li a:focus, .menu-bar li a:hover, .menu-bar li:link {
		color: white;
		text-transform: uppercase;
		font-size: 23px;
	}

}
@media (max-width: 1367px)
{
	.carousel-bg .carousel-inner .item {
		background-color: transparent;
		background-size: contain;
		background-repeat:no-repeat;
		background-position: center;
		min-height: 55vh;
	}
	.new_product-section .carousel-bg .carousel-inner .item
	{
		background-color: transparent;
		background-size: contain;
		background-repeat:no-repeat;
		background-position: center;
		min-height: 45vh;
	}
	.navbar-custom-header {
		background-color: #fff;
		margin: 0px auto 0 auto;
		display: table;
		border: 2px solid #FFBB40;
		border-radius: 25px;
		line-height: 85px;
		height: 80px;
		padding-top: 10px;
		position: relative;
		top: 0px;
		z-index: 99;
	}
	.menu-bar li a, .menu-bar li a:focus, .menu-bar li a:hover, .menu-bar li:link {
		color: white;
		text-transform: uppercase;
		font-size: 23px;
	}
	.header
	{
		height: 100vh;
	}
	.new_product-section
	{
		height: 140vh;
		background: white;
	}
	.productcarusel img
	{
		width:240px !important;
		height: 240px !important;
	}
	.col-text-perehod p {
		margin-top: 27px;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.menu-bar li {
		list-style-type: none;
		margin: 10px 15px;
		display: inline;
		float: none;
		line-height: 41px;
	}
}

@media (max-width: 1280px)
{
	#column-left
	{
		width:20%;
	}

	#content
	{
		width: 100%;
	}
	.right_block {
		position: relative;
		top: 40px;
		float: right;
		 right: 0px;
		width: 80%;
	}
	.col-img-perehod {
		display: flex;
		width: 42%;
		margin: 0 auto;
	}
	.owl-item-custom {
		width: 100%;
		height: 430px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		position: relative;
	}
	.carousel-bg .carousel-inner .item {
		background-color: transparent;
		background-size: contain;
		background-repeat:no-repeat;
		background-position: center;
		min-height: 470px;
	}
	.navbar-custom-header {
		background-color: #fff;
		margin: 0px auto 0 auto;
		display: table;
		border: 2px solid #FFBB40;
		border-radius: 25px;
		line-height: 85px;
		height: 80px;
		padding-top: 10px;
		position: relative;
		top: 0px;
		z-index: 99;
	}
	.menu-bar li a, .menu-bar li a:focus, .menu-bar li a:hover, .menu-bar li:link {
		color: white;
		text-transform: uppercase;
		font-size: 21px;
	}
}
@media (max-width:994px)
{
	.header
	{
		height: auto;
	}
	.menu-bar li {
		list-style-type: none;
		margin: 10px 15px;
		display: inline;
		float: none;
		line-height: 41px;
	}
	.menu-bar {
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		padding-left: 15px;
		display: table;
		text-align: center;
	}

}


.productcarusel .owl-theme .owl-controls .owl-buttons div
{
	color:#ED6D3B;
}

@media (max-width:1920px)
{

}
@media (max-width:1610px)
{

}
@media (max-width:1367px)
{

}






/* placeholders */
.bazz-widget ::-webkit-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget ::-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget :-ms-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :placeholder-shown {color: #FFFFFF !important;font-style: normal !important;}
/* /placeholders */

.bazz-widget {
	box-sizing: border-box;
	position: fixed !important;
	font-family: helvetica, sans-serif !important;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	transition: width 0.5s;
	background-color: white;
	border:2px solid #FFBB40;
	text-align: right;
	line-height: 1;
	z-index: 9997;
}
.bazz-widget * {
	box-sizing: border-box;
}
.bazz-widget.opened {
}
.bazz-widget-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	left: -10px;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
	background: url('../images/bazz-close-button.png') no-repeat center center;

	background-size: 22px;
	font-size: 0px;
	z-index: 9998;
}
.bazz-widget.opened .bazz-widget-close {
	display: block;
}
.bazz-widget-form {
	display: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 65px;
	transition: margin 0.3s ease-in-out;
	/*padding-top: 13px;*/
	position: relative;
}
.bazz-widget.opened .bazz-widget-form {
	/*display: block;*/
}
.bazz-widget-form label {
	display: inline-block;
	width: 32%;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 16px;
	font-weight: normal;
	margin: 0 !important;
}
.bazz-widget-form label .bazz_time {
	position: static;
}
.bazz-widget-form label.countdown {
	width: 25%;
	margin-left: 2%;
}
.bazz-widget-form input {
	display: inline-block !important;
	width: 32% !important;
	text-align: left;
	vertical-align: middle !important;
	height: 30px !important;
	border-radius: 20px !important;
	padding: 0 !important;
	color: #FFFFFF !important;
	font-family: helvetica,sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	margin: 0 !important;
}
.bazz-widget-form input[type="tel"] {
	background: transparent !important;
	border: 1px solid #FFFFFF;
	padding-left: 6px !important;
	padding-right: 6px !important;
}
.bazz-widget-form input[type="tel"]:focus,
.bazz-widget-form input[type="text"]:focus {
	border-color: #FFFFFF;
}
.bazz-widget-form-submit {
	width: 25%;
	margin-left: 2%;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-family: helvetica,sans-serif !important;
	font-size: 16px;
	border-radius: 20px;
	height: 30px;
	color: #FFFFFF !important;
	display: inline-block;
	text-decoration: none !important;
	vertical-align: middle;
	line-height: 28px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	position: static;
}
.bazz-widget-form input[hidden] {
	display: none !important;
}
.bazz-widget .bazz-widget-button {

	border: none;
	text-align: center;
	border-radius: 50%;
	position: relative;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}
.bazz-widget i {
	font-style: normal;
	font-family: helvetica,sans-serif !important;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bazz-widget.opened .bazz-widget-button,
.bazz-widget.opened .bazz-widget-inner-circle,
.bazz-widget.opened .bazz-widget-inner-border{
	display: none;
}
.bazz-widget i:first-child {
	background: url('/image/catalog/logo_v3.png') no-repeat center center;
	background-size: contain;
	height: 125px;
	width:  125px;
}
.bazz-widget i:last-child {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	color: #D9941E;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 54px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bazz-widget-inner-circle {
	width:125px;
	height: 125px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	opacity: 0.3;
	z-index: 1;
	transition: all 1s ease-in-out;
}
.bazz-widget-inner-border {
	width: 125px;
	height: 125px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	z-index: 1;
	opacity: 1;
}
.bazz-widget-your-name {
	color: #FFFFFF !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #fff;
	line-height: 1.2;
	height: auto;
	width: auto;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	position: static;
}
.bazz-widget-form-top,
.bazz-widget-form-bottom {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: margin 0.3s ease-in-out;
	position: relative;
}
.bazz-widget-form-top.overflow {
	margin-top: -65px;
}
.bazz-widget-form-bottom {

}
.bazz-widget-form-bottom label {
	width: 45%;
	vertical-align: middle;
}
.bazz-widget-form-bottom input {
	width: 40%;
	vertical-align: middle;
	padding: 0 6px !important;
	background: transparent !important;
	border: 1px solid #FFFFFF;
}
.bazz-widget-name-close {
	width: 34px;
	height: 34px;
	display: inline-block;
	background: url('../images/ok.png') no-repeat center center;
	background-size: 24px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	vertical-align: middle;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	position: static;
}
.bazz-widget-form-info {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 9px;
	text-align: center;
	width: 100%;
	line-height: 1;
	padding-bottom: 2px;
	color: #666 !important;
}
@media only screen and (max-width : 575px) {
	.bazz-widget {
		display: none;
	}
}



.title-heading
{
	margin-top: 18px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	font-style: italic;
	color: #834A32;
}
.orange-title
{
	color:#ED6D3B;
}
.orange-list li strong
{
	color:#ED6D3B;
	font-size:18px;
}
.orange-list p strong
{
	color:#ED6D3B;
	font-size:16px;
}
.orange-list li
{
	color:black;
	font-size:16px;

}
.caption-custom
{

}

.table-custom-orange .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: 1px solid #ED6D3B;
}
.table-custom-orange .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ED6D3B;
}
.thumb_zoom {
	display: inherit;

}
.xzoom-thumbs
{
	margin-top: 0px;
	display: table;
}
.xzoom-thumbs .xcont {
	margin-top: 0px;
}
#slider3 {
	position:relative;
	margin-top:40px;
	width:93px;
	height:256px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	margin-bottom:40px;
}
.swiper-slide img
{
    	border: 1px solid gray;
}
.btn-width-300 {
	width: 300px;
}
.btn-height-40 {
	height: 40px;
}
.row-product-cont {
	width: 90%;
	margin: 0 auto;
	display: table;
}
.flex {
	display: flex;
}
.xzoom-preview {
	z-index: 999;
}
.media-custom-product
{
	margin: 0;
}
.follow-us-product {
	margin: 10px 6px;
	text-align: left;

	bottom: 0;

}
.pagination
{
	margin-top: 15px;

}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #D9941E !important;
	border-color: #D9941E !important;
}
.click-tovars {
	margin: 0 auto;
	font-size: 23px;
	display: table;
}
.xzoom-source img, .xzoom-preview img, .xzoom-lens img
{
	background: #fff;
}



.arrow-right-price span {
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #834A32;
	border-right: 5px solid #834A32;
	margin: -2px;
	animation: arrow-right 1s infinite;
	float: right;
}

.arrow-right-price span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-right-price span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-right-price {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}
.arrow-left-price span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #834A32;
	border-left: 5px solid #834A32;
	margin: -2px;
	animation: arrow-left 1s infinite;
	float: left;
}

.arrow-left-price span:nth-child(2){
	animation-delay: -0.1s;
}
.arrow-left-price span:nth-child(3){
	animation-delay: -0.2s;
}
@keyframes arrow-left-price {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-0px,-0px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(0px,0px);
	}
}
.bazz-widget {
	bottom: 10px;
	right: 10px;
	left: auto !important;
}

.bazz-widget, .bazz-widget-close, .bazz-widget-form-submit, .bazz-widget-button, .bazz-widget-name-close, .bazz-widget-inner-circle {
	background-color: white;

}

.bazz-widget-inner-border, .bazz-widget-form-submit, .bazz-widget-name-close {
	border-color: #FFBB40;
}
.bazz-widget-form-top .countdown {
	color: #FFBB40;
}


/*-----Поиск------*/
.search-icon {
	font-size: 18px;
}

/*Партнеры */
.partner-icon-container {
	position: fixed;
	bottom:130px;
	z-index: 999;
	right:45px;
	display: none;
}
.partner-icon-ul{
	display: inline;
	float: left;
}
.partner-icon-ul li {
	list-style-type: none;
	margin: 5px;
}
@media (max-width: 460px) {
	.partner-icon-container {
		position: fixed;
		bottom: 0;
		z-index: 999;
		right: 6px;
		display: block;
	}
}
.partner-icon-ul-footer {
	margin: 0 auto;
	display: table;
	position: relative;
	left: -26px;
}
.partner-icon-ul-footer li
{
	float: left;
	list-style-type: none;
	margin: 5px;

}
