
@font-face
{
	font-family: 'proximanowa-regular';
	src: url("./fonts/ProximaNova/proximanova-reg-webfont.eot");
	src: url("./fonts/ProximaNova/proximanova-reg-webfontd41d.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova/proximanova-reg-webfont.woff2") format("woff2"), url("./fonts/ProximaNova/proximanova-reg-webfont.woff") format("woff"), url("./fonts/ProximaNova/proximanova-reg-webfont.ttf") format("truetype");
}
@font-face
{
	font-family: 'proximanowa-bold';
	src: url("./fonts/ProximaNova/proximanova-bold-webfont.eot");
	src: url("./fonts/ProximaNova/proximanova-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova/proximanova-bold-webfont.woff2") format("woff2"), url("./fonts/ProximaNova/proximanova-bold-webfont.woff") format("woff"), url("./fonts/ProximaNova/proximanova-bold-webfont.ttf") format("truetype");
}

@font-face
{
	font-family: 'proximanowa-semi-bold';
	src: url('./fonts/ProximaNova/subset-ProximaNova-Semibold.eot');
	src: url('./fonts/ProximaNova/subset-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/ProximaNova/subset-ProximaNova-Semibold.woff') format('woff'),
	url('./fonts/ProximaNova/subset-ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'proximanowa-regular';
	/*	font-weight: 400;*/
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	color: #333333;
	text-transform: uppercase;
}
/* default font size */
.fa
{
	font-size: 14px;
}
h3, .h3
{
	font: 18px 'proximanowa-bold';
}
label
{
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control
{
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover
{
	font-size: 12px;
}
.input-group .input-group-addon
{
	font-size: 12px;
	height: 30px;
}
a:hover
{
	text-decoration: none;
}
a
{
	color: #333333;
}
/* 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: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
	padding: 7px 0px 6px 0;
	/*margin: 0 0 20px 0;*/
	/*	min-height: 40px;*/
}
header
{
	/*padding: 19px 0 19px;*/
	padding: 10px 0 6px;
	background: #fff;
}
#top .container
{
	padding: 0 20px;
}
#top #currency .currency-select
{
	text-align: left;
}
#top #currency .currency-select:hover
{
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a
{
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover
{
	color: #444;
}
#top-links .dropdown-menu a
{
	text-shadow: none;
}
#top-links .dropdown-menu a:hover
{
	color: #FFF;
}
#top .btn-link strong
{
	font-size: 14px;
	line-height: 14px;
}
#top-links
{
	padding-top: 6px;
}
#top-links a + a
{
	margin-left: 15px;
}
/* logo */
#logo
{
	margin: 5px 0 10px 0;
}
#logo a
{
	display: table-cell;
}
/* search */

#search .icon_group
{
	height: 48px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font: 16px 'proximanowa-semi-bold';
}
#search i
{
	cursor: pointer;
	font-size: 17px;
	/*color: #fff;*/
	margin-left: 11px;
}
#search .input-lg
{
	height: 36px;
	width: 70%;
	float: left;
	line-height: 20px;
	padding: 0 10px;
	background: transparent;
	border: none;
	color: #c8955c;
	box-shadow: none;
	z-index: 6 !important;
	font: 16px 'proximanowa-semi-bold';
}
#search .input-lg::-webkit-input-placeholder
{
	color: #c8955c;
}
#search .input-lg::-moz-placeholder
{
	color: #c8955c;
}
/* Firefox 19+ */
#search .input-lg:-moz-placeholder
{
	color: #fff;
}
/* Firefox 18- */
#search .input-lg:-ms-input-placeholder
{
	color: #fff;
}
#search .btn-lg
{
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart
{
	margin-bottom: 10px;
	cursor: pointer;
}
#cart > .btn
{
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn
{
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover
{
	color: #444;
}
#cart .dropdown-menu
{
	background: #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: #c8955c;
	min-height: 48px;
	margin-bottom: 0;
	border-radius: 0;
}
#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;
}

/* footer */
footer
{
	/*margin-top: 30px;*/
	padding-top: 30px;
	background-color: #fff;
	color: #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.w100
{
	width: 100% !important;
}
footer hr
{
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a
{
	color: #999999;
	font-size: 16px;
}
footer a:hover
{
	color: #53b278;
}
footer h5, footer .h5
{
	font: 16px 'proximanowa-bold';
	color: #333333;
	text-transform: uppercase;
}
/* alert */
.alert
{
	margin-top: 15px;
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb
{
	margin: 6px 0 6px 0;
	padding: 8px 0;
	background: none;
	overflow: hidden;
}
.breadcrumb i
{
	font-size: 15px;
}
.breadcrumb > li
{
	width: auto;
	text-shadow: 0 1px 0 #FFF;
	padding: 0 13px;
	position: relative;
	white-space: nowrap;
}
.mobile-header-menu-acc
{
	display: none;
}
.accout_wrap
{
	position: relative;
}
.breadcrumb > li + li:before
{
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child:after
{
	content: none;
}
.breadcrumb > li:last-child > a
{

	color: #333333;
}
.breadcrumb > li > a
{
	color: #c8955c;
}
.breadcrumb > li:after
{
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #c8955c;
	border-bottom: 1px solid #c8955c;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination
{
	margin: 0;
}
/* buttons */
.buttons
{
	margin: 1em 0;
}
.btn
{
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs
{
	font-size: 9px;
}
.btn-sm
{
	font-size: 10.2px;
}
.btn-lg
{
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover
{
	font-size: 12px;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]
{
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]
{
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]
{
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]
{
	background-image: none;
	background-color: #df5c39;
}
.btn-link
{
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled]
{
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]
{
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a
{
	border: 1px solid #dae2ed;
	color: #333333;
	padding: 10px 15px;
	font-size: 16px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover
{
	color: #444444;
	background: #ddf0e4;
	border: 1px solid #dae2ed;
}
/* carousel */
.carousel-caption
{
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before
{
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before
{
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb
{
	/*margin-bottom: 20px;*/
}
.product-thumb .image
{
	text-align: center;
	margin: 16px 0 18px;
}
.product-thumb .image a
{
	display: block;
}

.product-thumb .image img
{
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image
{
	float: none;
}
.product-thumb h4, .product-thumb .h4
{
	font: 18px 'proximanowa-bold';
	text-align: center;
}
@media (min-width: 767px)
{
	.product-list .product-thumb .image
	{
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4, .product-thumb .h4
{
	font-weight: bold;
	display: table-cell;
	width: 1%;
	text-align: center;
	height: 28px;
	vertical-align: middle;
}
/*.product-thumb .caption
{
	padding: 0 20px;
}*/
.product-list .product-thumb .caption
{
	margin-left: 230px;
}
@media (max-width: 1200px)
{
	.product-grid .product-thumb .caption
	{
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px)
{
	.product-list .product-thumb .caption
	{
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption
	{
		min-height: 0;
	}
}
.product-thumb .rating
{
	padding-bottom: 10px;
}
.rating .fa-stack
{
	font-size: 8px;
}
.rating .fa-star-o
{
	color: #999;
	font-size: 15px;
}
.rating .fa-star
{
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o
{
	color: #E69500;
}
h2.price
{
	margin: 0;
}
.product-thumb .price
{
	color: #ff8f00;
	font: 22px 'proximanowa-semi-bold';
	text-align: center;
}
.product-thumb .price-new
{
	font-weight: 600;
	width: 50%;
	text-align: right;
	display: inline-block;
}
.product-thumb .price-old
{
	color: #999999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 18px;

}
.product-thumb .price-tax
{
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group
{
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group
{
	border-left: 1px solid #ddd;
}
@media (max-width: 768px)
{
	.product-list .product-thumb .button-group
	{
		border-left: none;
	}
}
.product-thumb .button-group button
{
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button
{
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover
{
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px)
{
	.product-thumb .button-group button, .product-thumb .button-group button + button
	{
		width: 33.33%;
	}
}
@media (max-width: 767px)
{
	.product-thumb .button-group button, .product-thumb .button-group button + button
	{
		width: 33.33%;
	}
}
.thumbnails
{
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*.thumbnails > li
{
	margin-left: 20px;
}
.thumbnails
{
	margin-left: -30px;
}*/
.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: 12px;
}

@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)
	{
		clear: left;
	}
}
@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)
	{
	clear: left;
	}*/
}
/*@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;
}
#part
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	display: none;
	z-index: 2000;
	background: rgba(95, 97, 112, 0.6)
}

#partcont
{
	position: relative;
	font-size: 16px;
	line-height: 22px;
	width: 40%;
	min-width: 230px;
	max-height: 500px;
	height: auto;
	margin: 10% auto 0 auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	background: #fff;
	padding: 20px;

	overflow: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#loading-mask
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 96%;
	background: url('../images/ajax_round.gif') no-repeat center center;
	z-index: 100;
	opacity: 0.7;
}

#partcont .heading
{
	font-size: 14px;
}
#partcont .heading #cart-total
{
	font-size: 18px;
	float: left;
	margin: 10px 0;
}


#partcont .empty
{
	font-size: 18px;
	line-height: 40px;
	margin: 40px 0;
}
#partcont > i
{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
/*#partcont:before {
content: "\f00d";
color: #fff;
position: absolute;
top:3px;
right:3px;
width: 16px;
height: 16px;
cursor: pointer;
}*/

.imagesd
{
	position: relative;
}

.iconer
{
	position: absolute;
	left: 0;
	top: 0;
	width: 119px;
	height: 119px;
	z-index: 5;
	background-image: url(../image/added.png);
	background-repeat: no-repeat;
}

.en
{
	background-image: url(../image/addeden.png)!important;
}
.uk
{
	background-image: url(../image/adduk.png)!important;
}
.testbutton
{
	background: #252525;
	color: #fff!important;
	font-size: 11px;
	padding: 12px 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	text-transform: uppercase
}
.testbutton:hover
{
	color: #N?N?N? !important;
	background: #FF5100;
	text-decoration: none!important;
}


.mcartdiv
{
	width: 100%;
	height: 100%;
}

.mcartdivatem
{
	font-size: 16px;
	font-weight: normal;
}

.mcartdivatem a, .mcartdivatem a:visited
{
	color: #FF5100;
	text-decoration: underline;
}

.mcartdivatem a:hover
{
	text-decoration: none;
}

.mcartok
{
	width: 100%;
	text-align: left;
	font: 26px 'proximanowa-bold';
}

.mcarti
{
	float: left;
	width: 35%;
}

.mcartimage
{
	max-width: 210px;
}

.mcartproductname
{
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
	line-height: 16px;
	color: #9B9CA5;
}

.mcartright
{
	float: right;
	width: 55%;
	font-size: 12px;
	color: #4D4A4A;
	text-align: left;
}

.mcarthr
{
	width: 100%;
	height: 70px;
	border-bottom: 1px dotted #f0f0f0;
}

.mini-cart-info table
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td
{
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
}
.mini-cart-info .image
{
	width: 1px;
}
.mini-cart-info .image img
{
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 18px;
	border: 1px solid transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
	-webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
	box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
}
.mini-cart-info .name
{
}
.mini-cart-info .name a
{
	color: #444;
	font-size: 12px;
	text-decoration: underline;
}
.mini-cart-info .name a:hover
{
	text-decoration: none;
}
.mini-cart-info .quantity
{
	display: none;
}
.mini-cart-info .remove
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.mini-cart-info td.total
{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.mini-cart-info .remove img
{
	cursor: pointer;
}
.mini-cart-total
{
	text-align: right;
	font-size: 18px;
}
.mini-cart-total table
{
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td
{
	color: #000;
	padding: 4px;
	font-size: 14px;
}

#partcont .checkout a
{

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	background: #0a1821;
	padding: 6px 14px;
	text-decoration: none;
	display: inline-block;

}
#partcont .checkout a:hover
{
	background: #ff5100;
	text-decoration: none;
}
@media only screen and (min-width: 1681px) and (max-width:1920px)
{
	#partcont
	{
		margin: 12% auto 0 auto;
		width: 35%;
	}
}
@media only screen and (min-width: 1367px) and (max-width:1680px)
{
	#partcont
	{
		margin: 20% auto 0 auto;
	}
}
@media only screen and (min-width: 1280px) and (max-width:1366px)
{
	#partcont
	{
		margin: 6% auto 0 auto;
	}
}
@media only screen and (min-width: 1063px) and (max-width:1279px)
{
	.mcartimage
	{
		width: 180px;
	}
	#partcont
	{
		margin: 12% auto 0 auto;
	}
}
@media only screen and (min-width: 977px) and (max-width:1062px)
{
	.mcartimage
	{
		width: 160px;
	}
	.mcartok
	{
		margin-bottom: 20px;
	}
	#partcont
	{
		margin: 12% auto 0 auto;
		width: 60%;
	}
	.mcarthr
	{
		height: 40px;
	}
	.mcartright
	{
		font-size: 16px;
	}
}
@media only screen and (min-width: 320px) and (max-width:976px)
{
	#partcont
	{
		max-height: 350px;
	}
	.mcartimage
	{
		display: none;
	}
	.mcartok
	{
		margin-bottom: 40px;
	}
	.mcartright
	{
		float: none;
		width: 100%;
	}
	.mcarti
	{
		display: none;
	}
	#partcont
	{
		margin: 20% auto 0 auto;
	}
	#part
	{
		position: fixed;
	}
	.mcarthr
	{
		height: 40px;
	}
	#partcont .checkout a
	{
		font-size: 14px;
	}
	.mini-cart-total td
	{
		font-size: 14px;
	}
}
@media only screen and (min-width: 320px) and (max-width:809px)
{
	#partcont
	{
		max-height: 470px;
		width: 80%;
	}
	.price-cart
	{
		font-size: 12px;
	}
	#partcont .checkout a
	{
		font-size: 12px;
	}
	.mini-cart-total td
	{
		font-size: 12px;
	}
	#partcont .checkout a:last-child
	{
		clear: both;
		margin-top: 4px;
	}
}
@media only screen and (min-width: 480px) and (max-width:767px)
{
	#partcont
	{
		max-height: 100%;
		margin: 10px auto;
	}
}

.own-production__link
{
	text-decoration: none;
	color: #333333;
}
#top_menu li a
{
	color: #333333;


}
#top_menu
{
	margin-bottom: 0;
}
#top_menu li
{
	display: inline-block;
	list-style: none;
	margin-left: 14px;
	position: relative;

}
#top_menu li a:before
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background: #ff8f00;
	transition: width .3s ease-in-out , left .3s ease-in-out;
	left: 50%;
	bottom: -7px;
}
.own-production__link:before
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 50%;
	background: #ff8f00;
	transition: width .3s ease-in-out , left .3s ease-in-out;
	left: 0;
	bottom: -9px;
}
.own-production__link:after
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 50%;
	background-color: #ff8f00;
	transition: width .3s ease-in-out;
	left: 50%;
	bottom: -9px;
}
.own-production__link.current
{
	display: block;
}
#top_menu  li a:after
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background-color: #ff8f00;
	transition: width .3s ease-in-out;
	left: 50%;
	bottom: -7px;
}
#top_menu li a:hover
{
	text-decoration: none;
}
#top_menu li a:hover:before
{
	width: 50%;
	left: 0;

}
#top_menu li a:hover:after
{
	width: 50%;
}
.own-production__link
{
	position: relative;
	text-decoration: none;
	color: #333333;
	display: none;
}
ul
{
	padding-left: 0;
	margin-bottom: 0;
}
.d_inline
{
	display: inline-block;
}
#acc_links li a, .languages li aa, .languages li span
{

	font-family: 'proximanowa-semi-bold';
}
#acc_links li
{
	list-style: none;
	display: inline-block;
	margin-right: 8px;
}
.languages li.active
{
	opacity: 1;
}
.languages li
{
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	opacity: 0.4;
}
.pad_l0
{
	padding-left: 0;
}
.pad_r0
{
	padding-right: 0;
}
#head_graf_work, #cart
{
	margin-top: 18px;

}

#head_graf_work > div, #cart .cart_text > div
{

	font-size: 16px;
	color: #999999;
}
.greyColor
{
	font-size: 14px ;
	color: #999999;
}
#head_graf_work span, #cart .cart_text span
{
	color: #333;
	font: 16px 'proximanowa-semi-bold';
	text-transform: uppercase;
}
.section_phone_block .phones_icons .phone_icon i
{
	vertical-align: sub;
}
.section_phone_block .phones_icons .phone_icon.active
{
	background: #53b278;
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.section_phone_block .phones_icons .phone_icon
{
	display: inline-block;
	font-size: 18px;
	width: 18px;
	height: 18px;
	background: #bec0c5;
	border-radius: 50%;
	margin-right: 12px;
	color: #fff;
}
.section_phone_block .phone i
{
	font-size: 25px;
}
.section_phone_block .phone
{
	letter-spacing: 1px;
	cursor: pointer;
}
.section_phone_block .phones_number sub
{
	bottom: 1px;
	font-size: 60%;
	padding-right: 2px;
}
.section_phone_block .phones_number
{
	font-size: 26px;
	color: #333333;
	/*	background: #53b278;*/
	padding: 6px 24px;
	border-radius: 21px;
	display: inline-block;
	margin-top: 12px;
	position: relative;
}
.call_phone_text
{
	color: #292d3f;
	font-size: 16px;
	border-bottom: 1px dashed;
	display: inline-block;
	margin-top: 5px;
}
.section_phone_block .phones_number:after
{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/*.section_phone_block .phones_number:after
{
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #53b278;
border-width: 7px;
margin-left: -64px;
}*/
#cart
{
	margin-left: 15px;
}
#cart .cart_info
{
	background: url(../images/basket.png) no-repeat center center;
	width: 83px;
	height: 47px;
	vertical-align: top;
	margin: 10px 21px 0 0;
}
#cart #count_product
{
	font: 12px 'proximanowa-bold';
	color: #fff;
	background: #ff8f00;
	border-radius: 50%;
	display: inline;
	padding: .5em .8em .5em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	float: right;
}
#powered
{
	color: #999999;
	font-size: 16px;
	padding: 25px 0;
	border-top: 1px solid #e8e8e8;
	margin-top: 25px;
}
.text-categories i
{
	font-size: 21px;
}
.text-categories a:hover
{
	color: #fff;
}
.text-categories a
{
	color: #fff;
}
.text-categories
{
	color: #fff;
	text-transform: uppercase;
	font: 16px 'proximanowa-semi-bold';
	background: #946039;
	padding: 14px 22px;
}
#main_menu ul li a:hover
{

}
#main_menu ul li a
{
	color: #fff;
}
#main_menu ul li
{
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
#main_menu ul
{
	text-transform: uppercase;
	font: 16px 'proximanowa-semi-bold';
	padding: 14px 22px;
}
#main_menu ul li a:before
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background: #292d3f;
	transition: width .3s ease-in-out , left .3s ease-in-out;
	left: 50%;
	bottom: -15px;
}
#main_menu ul li a:after
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background-color: #292d3f;
	transition: width .3s ease-in-out;
	left: 50%;
	bottom: -15px;
}
#main_menu ul li a:hover:after
{
	width: 50%;
}
#main_menu ul li a:hover:before
{
	width: 50%;
	left: 0;
}
.categories_menu > ul > li a
{
	display: block;
	padding: 10px 22px;
	font-size: 16px;
}
.categories_menu > ul > li
{
	border-bottom: 1px solid #e9eaeb;
	list-style: none;
}
.categories_menu > ul > li:last-child
{
	border-bottom: none;
}
.categories_menu
{
	color: #fff;
	border-radius: 0 0 10px 10px;
	font: 18px 'proximanowa-semi-bold';
	background: #fff;
	/*box-shadow: 0px 1px 8px 0px #e4e4e4;*/
	z-index: 20;
	position: relative;
	/* padding: 14px 22px;*/
}
.iScrollVerticalScrollbar
{
	z-index: 19 !important;
}
.fon
{
	position: fixed;
	z-index: 19;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	display: none;
	bottom: 0;
	opacity: .4;
}
.categories_menu > ul > li.active .block_link_menu a
{
	color: #c8955c;
}
.categories_menu > ul > li.active
{
	box-shadow: 1px 1px 12px 2px #00000030;
	position: static;

}
.menu-inside-category
{
	display: none;
}
.menu-inside__link i
{
	margin-top: 4px;
}
.categories_menu > ul > li.active .block_link_menu:after
{
	content: '';
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 40px;
	z-index: 3;
}
#categories-wrap-menu-header.active
{
	box-shadow: 1px 2px 13px 0px #00000030;
}
.menu-inside-category.active
{
	background: #efefef;
	/* border: 2px solid #d8d8d8; */
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	padding: 25px 25px 25px 32px;
	position: absolute;
	left: -2px;
	top: 0;
	width: 1200px;
	/*min-height: 100%;*/
	min-height: 320px;
	box-shadow: 1px 2px 13px 0px #00000030;
	position: absolute;
	left: 295px;
	top: 0;
	bottom: 0;
	width: 954px;
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	z-index: 2;
}
.relative
{
	position: relative;
}
.menu-inside-category a
{
	padding: 10px 0 0 !important;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
	font-size: 14px !important;
}
.menu-inside-category.active a:before
{
	/*content: "\f054";*/
	content: none;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	padding-right: 10px;

}
.menu-inside-category.active a:hover:before
{
	display: inline-block;
}
.menu-inside-category.active a:hover
{
	color: #c8955c;

}
.category_img_insite img
{
	width: 300px;
	float: right;
	position: absolute;
	right: 30px;
	top: 6px;

}
.slideshow_banners .owl-wrapper-outer
{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.slideshow_banners
{
	background: none !important;
}
.banner_section
{
	margin-top: 21px;
	padding-left: 8px;
}
.owl-controls .owl-page.active span
{
	background: #292d3f !important;
}
.owl-controls .owl-page span
{
	display: block;
	width: 40px !important;
	height: 5px !important;
	background: #c8955c99 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.banner_section .owl-pagination
{
	text-align: left !important;
	bottom: 50px !important;
	top: initial !important;
	position: absolute !important;
	left: 50px !important;
}
.banner_btn
{
	border: 1px solid #333333;
	text-transform: uppercase;
	font: 16px 'proximanowa-bold';
	color: #333333;
	padding: 10px 40px;
	display: inline;
	border-radius: 6px;
	position: relative;
	bottom: 135px;
	left: 50px;
}
#utp_home
{
	background: #fff;
	margin-bottom: 30px;
	padding: 35px 0 20px;
	box-shadow: 0px 1px 8px 0px #e4e4e4;
}
#utp_home .item .title_item,.advantages .item .title_item
{
	color: #333333;
	font: 16px 'proximanowa-bold';
	text-transform: uppercase;
	margin-bottom: 5px;
}
#utp_home .item .desc_item,.advantages .item .desc_item
{
	color: #999999;
	font-size: 16px;
}
#utp_home .item .img_item,.advantages .item .img_item
{
	display: inline-flex;
	vertical-align: top;
	margin-right: 14px;
	align-items: center;
	justify-content: center;

}
.advantages .items
{
	margin-top: 35px;
}
#utp_home .item .section_text_utp, .advantages .item .section_text_utp
{
	display: inline-block;
	width: 67%;
	text-align: left;
}
.advantages
{
	margin: 38px 0 53px;
}
.advantages .item
{

	margin-bottom: 20px;
}
svg:not(:root)
{
	overflow: hidden;
}
#utp_home svg,.advantages svg
{
	width: 74px;
	height: 74px;
}
#utp_home  svg use, .advantages  svg use
{
	fill: #c8955c;
	width: 100%;
	height: 100%;
	max-height: 100%;

}
section.block:before
{
	content: '';
	border-bottom: 1px solid #ccc;
	width: 100%;
	background: #ccc;
	position: absolute;
	top: 16px;
	z-index: -1;
}
section.block
{
	margin: 80px 0;
}
section.block .head
{
	color: #333333;
	text-align: center;
	font: 26px 'proximanowa-bold';
	display: inline-block;
	text-transform: none;
	background: #f8f8f8;
	padding: 0 21px;
}
.section_head_top
{
	margin-bottom: 40px;
}
#productsPurpose .item .img
{

}
#productsPurpose .item .name, #blogPosts .item .name
{
	text-transform: uppercase;
	font: 18px 'proximanowa-bold';
	text-align: center;
	margin-top: 27px;
}
#productsPurpose .item:nth-child(5n)
{
	/*	border-right: 1px solid #e6e7e5;
	border-bottom: 1px solid #e6e7e5;*/
}
#productsPurpose .item:nth-child(5n+1)
{
	/*	border-right: 1px solid #e6e7e5;
	border-bottom: 1px solid #e6e7e5;*/
	border-left: none;
}
#productsPurpose .item:nth-child(5n+1)
{
	clear: both;
}
#productsPurpose .item:hover a
{
	color: #53b278;
}
#productsPurpose .item:hover
{
	box-shadow: 0px 2px 20px 10px #e4e1e1;
	z-index: 3;
}
#productsPurpose .item
{
	width: 20%;
	float: left;
	background: #fff;
	padding: 20px;
	border-right: 1px solid #e6e7e5;

	border-bottom: 1px solid #e6e7e5;
	max-height: 300px;
	min-height: 300px;
}
#blogPosts .item .name
{
	text-align: left;
	margin-top: 19px;
}
#blogPosts .item .img
{
	background: #fff;
	border: 1px solid #e6e7e5;
}
#blogPosts .item .post_date
{
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}
a:hover
{
	color: #c8955c;
}
#productsPurpose .items
{
	border-top: 1px solid #e6e7e5;
	border-left: 1px solid #e6e7e5;
}
.owl-carousel
{
	margin-bottom: 0 !important;
}
section.block .small_head
{
	font: 18px 'proximanowa-regular';
	display: block;
	margin-top: 5px;
}
#services .item:nth-child(4n+1)
{
	clear: both;
}
#services .item .item_section
{
	margin-bottom: 45px;
}
#services .item .name
{
	text-transform: uppercase;
	font: 18px 'proximanowa-bold';
	text-align: center;
	margin-top: 17px;
}
.head-title-tabs
{
	border-top: 1px solid #ccc;
	padding-top: 40px;
}
.htabs li h3, .htabs li .h3
{
	color: #333333;
	font-size: 26px;
	position: relative;
	padding: 0 18px;
}

.htabs li a.selected
{
	font: 26px 'proximanowa-bold';
	text-decoration: none;
}
.htabs li
{

	display: inline-block;
	list-style: none;
	margin-right: 40px;
}
.block-without-head:before
{
	border-bottom: none !important;
}
.htabs li h3:before, .htabs li .h3:before
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background: #292d3f;
	transition: width .3s ease-in-out , left .3s ease-in-out;
	left: 50%;
	bottom: -11px;
}
.htabs li h3:after, .htabs li .h3:after
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background-color: #292d3f;
	transition: width .3s ease-in-out;
	left: 50%;
	bottom: -11px;
}
.htabs li h3:hover:before,.htabs li a.selected h3:before, .htabs li .h3:hover:before,.htabs li a.selected .h3:before
{
	width: 50%;
	left: 0;
}
.htabs li h3:hover:after,.htabs li a.selected h3:after, .htabs li .h3:hover:after,.htabs li a.selected .h3:after
{
	width: 50%;
}
.item_product-box
{
	/*height: 480px;*/
	height: 425px;
	background: #fff;
	position: relative;
	padding: 20px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.item_product-box:hover .product_delail-link
{
	border-color: #c8955c;
	background: #c8955c;
	color: #fff;
}
.item_product-box:hover
{
	box-shadow: 0px 2px 20px 10px #e4e1e1;
	z-index: 3;
}
.pre-price
{
	color: #999999;
	font-size: 16px;
	font-family: 'proximanowa-regular';
}
.product_delail-link
{
	color: #333333;
	text-transform: uppercase;
	border: 1px solid #333333;
	border-radius: 5px;
	font: 16px 'proximanowa-bold';
	padding: 10px 30px;
	transition: .4s;
}
.product_delail-block
{
	margin-top: 27px;
}
.box-product
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.channel-category-right .list-wrap
{
	list-style: none;
	min-width: 460px;
	/*height: 210px;*/
	overflow: hidden;
}
.channel-category-right .list-wrap .item
{
	float: left;
	width: 16.666666666666666%;
	transition: width .5s;
	background-color: #fff;
}

.channel-category-right
{
	border-top: 1px solid #dae2ed;
	/*border-right: 1px solid #dae2ed;*/
}
.channel-category-right .list-wrap .item .item-wrapper
{
	height: 209px;
	overflow: hidden;
	border-left: 1px solid #dae2ed;
	border-bottom: 1px solid #dae2ed;
}
.channel-category-right .list-wrap .item .title
{
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	width: 140px;
	/*overflow: hidden;*/
	margin: 15px;
}
.channel-category-right .list-wrap .item .item-wrapper .title a
{
	position: relative;
	z-index: 2;
}
.channel-category-right .list-wrap .item .box
{
	margin: 20px auto 0 auto;
	width: 140px;
}

.channel-category-right .list-wrap .item .box .img-wrapper
{
	position: relative;
}
.channel-category-right .list-wrap .item .box .img-wrapper
{
	width: 100%;
	height: 100px;
}
.channel-category-right .list-wrap .item .box .links
{
	margin-left: 190px;
	overflow: hidden;
	display: none;
}
.channel-category-right .list-wrap .item .box .links .links-item
{
	height: 92px;
	overflow: hidden;
}
.channel-category-right .list-wrap .item .box .links .view-more:before
{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	font-size: 10px;
	margin-right: 5px;
}
.channel-category-right .list-wrap .item .box .links .view-more
{
	/*width: 103px;*/
	overflow: hidden;
	color: #333;
	margin-top: 10px;
	font-family: 'proximanowa-bold';
	text-transform: uppercase;
	display: block;

}
.channel-category-right .list-wrap .item .box .links .links-item a
{
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.section-valign .section-valign-ctn
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.channel-category-right .list-wrap .item .box .img-wrapper img
{
	max-width: 118px;
	max-height: 118px;
}
.channel-category-right .list-wrap .item .box .img-wrapper
{
	position: relative;
}
.channel-category-right .list-wrap .item .box .img-wrapper
{
	width: 100%;
	height: 100px;
}

.channel-category-right .list-wrap .expand .box
{
	width: auto;
	margin: 12px;
}

.channel-category-right .list-wrap .expand .title
{
	font: 22px 'proximanowa-bold';
	width: auto;
}
.channel-category-right .list-wrap .expand .box .links
{
	display: block;
}
.section-valign
{
	display: table;
	overflow: hidden;
	height: 100%;
}
.channel-category-right .list-wrap .expand
{
	width: 33.333333333333333%;
	box-shadow: 2px 4px 4px 0 #e9eef5;
}
.channel-category-right .list-wrap .expand .box .img-wrapper img
{
	max-width: 146px;
	max-height: 146px;
	margin-top: -8px;
}
.channel-category-right .list-wrap .expand .box .img-wrapper
{
	width: 146px;
	height: 146px;
}
.section-info-product:after
{
	clear: both;
}
.section-info-product
{
	background: #fff;
	border: 1px solid #e6e7e5;
	padding: 10px;
	max-width: 100%;
}
.section-info-product h1
{
	color: #333333;
	font: 22px 'proximanowa-semi-bold';
	text-transform: uppercase;
	margin-top: 0;
	white-space: normal;
}

.section-info-product .list-unstyled label
{
	margin-bottom: 0;
	color: #999999;
	font-size: 13px;
}
.section-info-product .list-unstyled li
{
	color: #333333;
	font-weight: 600;
}
.section-info-product #text_model
{
	text-transform: uppercase;
	color: #999999;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.section-info-product .discount-section
{
	margin: 14px 0 20px;
}
.section-info-product .discount-section .discount-item.active
{
	background: #c8955c;
	color: #fff;
}
.section-info-product .discount-section .discount-item
{
	background: #e9e9e9;
	color: #999999;
	padding: 10px 17px;
	margin: 0 2px 2px 0;
	width: 49.4%;
}
.section-info-product .discount-section .discount-item .item-price
{
	font: 22px 'proximanowa-semi-bold';
}
.section-info-product .discount-section .discount-item .item-quantity
{
	font-size: 16px;
}
.if_cheaper
{
	height: 67px;
	line-height: 44px;
}

.if_cheaper a
{
	color: #333333;
	font: 14px 'proximanowa-bold';
	text-decoration: underline;
}
.video_popup i
{
	position: absolute;
	font-size: 30px;
	text-align: center;
	width: 86%;
	color: #292d3f;
	top: 14px;
}
a.video_popup.active, a.video_popup:focus, a.video_popup:hover,a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover
{
	border-color: #337ab7;
}
a.video_popup.active img, a.video_popup:focus img, a.video_popup:hover img,a.thumbnail.active img, a.thumbnail:focus img, a.thumbnail:hover img
{
	opacity: 1;
}
.video_popup a>img, .video_popup>img
{
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.video_popup
{
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.thumbnail img,.video_popup img
{
	opacity: 0.4;
}
.image_big img
{
	opacity: 1;
}
.thumbnail,.video_popup
{
	border-radius: 0;

}
.image_big
{
	width: 380px;
	height: 380px;
}
.quantity-block
{
	border: 1px solid #e6e7e5;
	text-align: center;
	font-size: 16px;

}
.quantity-block .quantity-operator
{
	/*display: inline-block;*/
	cursor: pointer;
	width: 22px;
	padding: 8px 0;
	float: left;
}
.quantity-block input
{
	border: none;
	box-shadow: none;
	display: inline-block;
	width: auto;
	padding: 6px;
	text-align: center;
	font-size: 16px !important;

}
.info_content
{
	margin-bottom: 30px;
}
#product .price_block
{
	margin-left: 14px;
	padding-left: 14px;
	height: 41px;
	display: table-cell;
	vertical-align: middle;
}
#product .price_block #old_price
{
	text-decoration: line-through;
	font-size: 14px;
	position: relative;
	bottom: 5px;
}
#product .price_block .price_text
{

	color: #ff7f00;
	font: 22px 'proximanowa-semi-bold';
}
#product #button-cart
{
	background: #ff7f00;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	font: 16px 'proximanowa-bold';
	padding: 11px;
	border-radius: 5px;
	width: 100%;
	transition: .4s;
}
#product #button-wishlist
{
	background: #fff;
	color: #ff7f00;
	font-size: 16px;
	padding: 8px 9px;
	width: 100%;
	line-height: 26px;
    border: none;
    	box-shadow: none;
}
#product #button_one_click:hover
{
	text-decoration: underline;
}
#product .form-group
{
	margin-bottom: 24px;
}
#product #button_one_click
{
	width: 100%;
	margin-top: 5px;
	background: none;
	border: none;
	box-shadow: none;
	color: #ff7f00;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#product_color-wrapper
{
	border: 1px solid #e6e7e5;
	padding: 25px 17px;
}
#product_color-wrapper .product_color_item:first-child
{
	padding-left: 0;
}
#product_color-wrapper .product_color_item
{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}
#product_color-wrapper .product_color_item .image{
	    padding: 4px;
}
#product_color-wrapper .product_color_item .image.active{
	border: 1px solid #ccc;

}
.item_product_in_category .product_delail-link:focus, .item_product_in_category .product_delail-link:active
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.print_in_item a.btn-print_in_item i
{
	content: '';
	height: 33px;
	width: 29px;
	background: url(../images/print_item.svg) no-repeat;
	color: #000;
	top: 12px;
	position: relative;
	display: inline-block;
}
.print_in_item a.btn-print_in_item
{
	border: 1px solid #333333;
	padding: 11px 19px 11px 7px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 16px;
}
.print_in_item a.btn-print_in_item2
{
	border: 1px solid #333333;
	padding: 10px 19px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	text-shadow: -1px 1px 2px #000;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	    margin-top: 15px;
}
.print_in_item a.btn-print_in_item2:before, .print_in_item a.btn-print_in_item2:after
{
	content: '';
	/*	 padding: 11px 19px;*/
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	
	z-index: -1
}

.print_in_item a.btn-print_in_item2:before
{
left: 0;
border-radius: 5px 0 0 5px;
	background: rgba(0,174,239,1);
	background: -moz-linear-gradient(top, rgba(0,174,239,1) 0%, rgba(0,175,239,1) 50%, rgba(236,0,142,1) 51%, rgba(236,0,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,174,239,1)), color-stop(50%, rgba(0,175,239,1)), color-stop(51%, rgba(236,0,142,1)), color-stop(100%, rgba(236,0,140,1)));
	background: -webkit-linear-gradient(top, rgba(0,174,239,1) 0%, rgba(0,175,239,1) 50%, rgba(236,0,142,1) 51%, rgba(236,0,140,1) 100%);
	background: -o-linear-gradient(top, rgba(0,174,239,1) 0%, rgba(0,175,239,1) 50%, rgba(236,0,142,1) 51%, rgba(236,0,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,174,239,1) 0%, rgba(0,175,239,1) 50%, rgba(236,0,142,1) 51%, rgba(236,0,140,1) 100%);
	background: linear-gradient(to bottom, rgba(0,174,239,1) 0%, rgba(0,175,239,1) 50%, rgba(236,0,142,1) 51%, rgba(236,0,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#ec008c', GradientType=0 );

}

.print_in_item a.btn-print_in_item2:after
{
	right: 0;
	border-radius: 0 5px 5px 0;
	background: rgba(255,242,0,1);
	background: -moz-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,0,1)), color-stop(50%, rgba(255,242,0,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(99%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#000000', GradientType=0 );
}
.print_in_item
{
	/*display: inline-block;
	text-align: center;*/
	font-family: 'proximanowa-bold';
	/*	float: right;*/
	margin-top: 15px;
	    padding: 11px 0;
}
.soc_icons a img{
	    width: 28px;
}
.soc_icons{
	margin: 10px 0;
}
.tabs-content-product .nav-tabs
{
	margin-bottom: 10px;
	margin-top: 60px;
	border: none;
}
.tabs-content-product .nav-tabs li
{
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}
.tabs-content-product .nav-tabs li a
{
	color: #333333;
	font-size: 22px;
	position: relative;
	padding: 0 18px;
	background: none;
	border: none;
}
.product-price-wrap
{
	margin-top: 25px;
}
.tabs-content-product .nav-tabs li a.selected
{
	font: 22px 'proximanowa-bold';
	text-decoration: none;
}
.tabs-content-product .nav-tabs li a:hover:before, .tabs-content-product .nav-tabs li.active a:before
{
	width: 50%;
	left: 0;
}
.tabs-content-product .nav-tabs li a:hover:after, .tabs-content-product .nav-tabs li.active a:after
{
	width: 50%;
}
.tabs-content-product .nav-tabs li a:hover, .tabs-content-product .nav-tabs li a:focus
{
	background: none;
	border: none;
}
.tabs-content-product .nav-tabs li a:after
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background-color: #292d3f;
	transition: width .3s ease-in-out;
	left: 50%;
	bottom: -10px;
}
.tabs-content-product .nav-tabs li a:before
{
	display: block;
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background: #292d3f;
	transition: width .3s ease-in-out , left .3s ease-in-out;
	left: 50%;
	bottom: -10px;
}
.tabs-content-product .tab-content
{

	border: 1px solid #e8e9e7;
	background: #fff;
	padding: 40px;
}
.tabs-content-product .head-group-attributes, .tabs-content-product .head-tab
{
	font: 22px 'proximanowa-bold';
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 15px;
}
#tab-specification table tr:nth-child(odd)
{
	background: #f8f8f8;
}
#tab-specification table td
{
	border: none;
	border-right: 1px dashed #cfcfd3;
}
#tab-specification table
{
	border: 1px dashed #cfcfd3;
}
.tabs-content-product #tab-specification table td.name_attribute
{
	color: #999999;
	padding: 8px 16px;
	font-size: 18px;
	width: 40%;
}
.tabs-content-product #tab-specification table td.value_attribute
{
	padding: 8px 16px;
	font: 18px 'proximanowa-semi-bold';
}

.tabs-content-product #tab-description
{
	font-size: 18px;
	line-height: 26px;
}
.tabs-content-product .tab-review
{
	position: relative;
}
.tabs-content-product .tab-review label
{
	background: #ff8f00;
	border-radius: 9px 9px 9px 0;
	padding: 2px 8px;
	color: #fff;
	position: absolute;
	font: 12px 'proximanowa-bold';
	top: -9px;
	right: -7px;
}
#raiting_star
{
	display: inline-block;
}
#raiting
{
	position: relative;
	height: 16px;
	cursor: pointer;
	width: 83px;
	float: left;
	margin: 0 10px;
}
#raiting_blank, #raiting_votes, #raiting_hover
{
	height: 16px;
	position: absolute;
}
#raiting_blank
{
	background: url(../images/ratings.png);
	width: 83px;
}
#raiting_hover
{
	background: url(../images/ratings.png) 0 -32px;
	display: none;
}
#raiting_votes
{
	background: url(../images/ratings.png) 0 -16px;
}
.right_wrap_product
{
	width: 44.66666667%;
}
.left_wrap_product
{
	width: 55.33333333%;
}
#heading_reviews
{
	border-bottom: 1px solid #e8e9e8;
	margin-bottom: 35px;
}
#heading_reviews a
{

	text-align: right;
	display: block;
	font-family: 'proximanowa-bold';
}
#heading_reviews h4
{
	font: 22px 'proximanowa-bold';
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
}
#form-review input[type=text], #form-review textarea
{

	background: #f8f8f8;
	color: #999999;
	font-size: 16px;
	padding: 8px 16px;
	height: auto;
	box-shadow: none;
	border-color: #e6e7e5;
}
.greenBtn
{
	background: #c8955c;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	font: 16px 'proximanowa-bold';
	padding: 11px 0;
	border-radius: 5px;
	transition: .4s;
	width: 220px;
}
.review .name
{
	font: 18px 'proximanowa-bold';
	margin-right: 16px;
}
#tab-delivery a.greenBtn
{
	width: 20%
}
.review .date_added
{
	color: #999999;
	margin-right: 16px;
	font-size: 16px;
	position: relative;
	top: 2px;

}
.review
{
	margin-bottom: 31px;
}
.review .description
{
	font-size: 18px;
	margin-top: 10px;
}
.label_rating
{
	font-size: 16px;
	color: #999999;
}
#content_bottom
{
	margin-top: 65px;
}
#form-review h2, #form-review .h2
{

	font: 22px 'proximanowa-bold';
	text-transform: uppercase;
	border-bottom: 1px solid #e8e9e8;
	margin-bottom: 27px;
	padding-bottom: 5px;
}
.item_wrap_right .wrap_head
{
	font: 18px 'proximanowa-bold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.item_wrap_right .item
{
	background: #fff;
	border: 1px solid #e6e7e5;
	padding: 16px;
}
.item_wrap_right .item .name_product
{
	font: 18px 'proximanowa-bold';
	text-transform: uppercase;
}
.item_wrap_right .owl-pagination
{
	top: 10px;
}
.item_wrap_right
{
	margin-top: 64px;
}
h1
{
	font: 22px 'proximanowa-bold';
	margin-top: 0;
}
.category_wrap label
{
	color: #999999;
	font-size: 16px;
	margin-right: 26px;
	position: relative;
	top: 7px;
}
.item_product_in_category .product-thumb h4
{
	text-align: left;
}
.item_product_in_category .price
{
	text-align: left;
	margin-bottom: 0;
}
.item_product_in_category .discounts
{
	color: #999999;
	font-size: 16px;
	margin-top: 18px;
}

.item_product_in_category .product_delail-block
{
	display: none;
}
.item_product_in_category .code_product span
{
	color: #333333;
	display: block;
	font-size: 16px;
}
.item_product_in_category .code_product
{
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 17px;
}
.item_product_in_category .image
{
	text-align: center;
	margin: 33px 0 18px;
}
.item_product_in_category:hover
{
	box-shadow: none;
}
.item_product_in_category:hover .holder
{
	height: auto;
	background: #fff;

	box-shadow: 0px 2px 20px 10px #e4e1e1;
}
.item_product_in_category:hover .product_delail-block
{
	display: block;
}
.item_product_in_category
{
	padding: 0;
}
.item_product_in_category .holder
{
	padding: 20px;
	height: 450px;
}

.item_product_in_category #button-wishlist
{
	background: #fff;
	border: 1px solid #c8955c;
	border-radius: 5px;
	color: #c8955c;
	font-size: 16px;
	padding: 8px 9px;
	width: 100%;
}
.item_product_in_category .product_delail-link
{
	display: block;
	text-align: center;
	transition: .4s;
}
select.form-control
{
	font-size: 16px;
}
.item_product_in_category .item_attribute span
{
	color: #333333;
}
.item_product_in_category .attributes_product
{
	margin-top: 8px;
}
.item_product_in_category .item_attribute
{
	color: #999999;
	font-size: 16px;
}
.item_product_in_categor .product-thumb
{
	margin-bottom: 8px;
}
.bottom-section_pagination
{
	margin-top: 30px;
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #c8955c;
	border-color: #c8955c;
}
.pagination>li>a, .pagination>li>span
{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border: none;
	font: 16px 'proximanowa-bold';
}
.pagination>li>a, .pagination>li>span
{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 10px;
	min-width: 33px;
	height: 33px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.items_product
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.slojnosti_catatog .head
{
	font: 22px 'proximanowa-semi-bold';
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slojnosti_catatog
{
	background: #fff;
	border: 1px solid #eaeaea;
	margin-top: 35px;
	padding: 26px;
	padding: 35px 25px 25px;
}
.slojnosti_catatog .pre_text
{
	color: #999999;
	font-size: 16px;
}
.whiteBtn
{
	background: #fff;
	color: #333333;
	border: 1px solid  #333333;
	transition: .4s;
	width: 220px;
}
#call_me_block
{
	margin-top: 10px;
}
.d_inline_block
{
	display: inline-block;
}
.other-phones
{
	font-size: 16px;
	margin-left: 14px;
	cursor: pointer;
	border-bottom: 1px dashed #333;

}
.block-phones-wrap span
{
	font-size: 16px;
}
.block-phones-wrap
{
	font-size: 26px;
	margin-top: 18px;
}
.description_category
{
	color: #999999;
	font-size: 16px;
	margin-top: 38px;
}
.block_top_category_options
{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.select
{
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.select ul
{
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	max-height: 250px;
	overflow: auto;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.select ul li:hover
{
	color: #53b278;
	background: #f8f8f8;
}
.select ul li a
{
	display: block;
}
.select ul li
{
	padding: 7px;
	margin: 0 0;
}
.s-hidden
{
	visibility: hidden;
	padding-right: 10px;
}
.styledSelect
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 6px;
	border: 1px solid #e6e7e5;
	color: #333;
}
.styledSelect:after
{
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 13px;
	right: 9px;
}
.styledSelect:active, .styledSelect.active
{
	background-color: #eee;
}
.mfilter-heading
{
	cursor: pointer;
	background: #fff !important;
	font-size: 14px !important;
	color: #333 !important;
	background: none !important;

}
.text-categories
{
	cursor: pointer;
	z-index: 99;
	position: relative;
}
#categories-wrap-menu-header
{
	display: none;
	position: absolute;
	top: 49px;
}
#product #button-cart:hover, .product_delail-link:hover
{
	background: #e67606 !important;
}
.item_product_in_category #button-wishlist:hover
{
	background: #c8955c;
	color: #fff;
}


.whiteBtn:active, .whiteBtn:focus
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.whiteBtn:hover a
{
	color: #fff;
}
.whiteBtn:hover
{
	background: #c8955c;
	border-color: #c8955c;
	color: #fff;
}
.not_margin
{
	margin: 0 !important;
}
.green_consult_block
{
	background: #c8955c;
	padding: 20px 0;
	margin-bottom: 30px;
	color: #fff;
}
.green_consult_block .head
{
	font: 28px 'proximanowa-semi-bold';
	text-align: center;

	text-transform: uppercase;
	margin-bottom: 10px;
}
.green_consult_block .description
{
	font-size: 16px;
	text-align: center;
}
.orrangeBtn:hover
{
	border-color: #ff8f00;
	background: #fff;
	color: #ff8f00;
}

.greenBtn:hover
{
	background: #a97b49 !important;
	color: #fff;
}
.orrangeBtn
{
	transition: .4s;
	background: #ff8f00;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;

	border-radius: 6px;
	font-size: 16px;
	padding: 8px 42px;
	margin-top: 16px;
}
.services_list
{
	background: #fff;
	border: 1px solid #e6e7e5;

}
.services_list .service-item.active
{
	background: #c8955c5e;
}
.services_list .service-item:hover
{
	background: #c8955c5e;
}
.services_list .service-item:last-child
{
	border-bottom: none;
}
.services_list .service-item a
{
	font-size: 18px;
	display: block;
	padding: 11px 15px;
}
.services_list .service-item
{
	border-bottom: 1px solid #e6e7e5;
}
.mini-head
{
	font: 18px 'proximanowa-bold';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.description h2
{
	font: 22px 'proximanowa-bold';
	text-transform: uppercase;
	margin-top: 0;
}
.service-desc, .article-description
{
	background: #fff;
	padding: 35px;
	border: 1px solid #e6e7e5;
	margin-top: 20px;
	font-size: 18px;
	line-height: normal;
}
.description table
{
	border: 1px dashed #cfcfd3;
}
.description table tr:nth-child(odd)
{
	background: #f8f8f8;
}
.description table td
{
	border: none;
	border-right: 1px dashed #cfcfd3;
}
.description table tr td:first-child
{
	color: #999999;
	padding: 8px 16px;
	font-size: 18px;
	width: 50%;
}
.known_service.greenBtn
{
	margin-bottom: 15px;
}
#consult_to_services-block-single
{
	margin-top: 25px;
}
.blogPosts-wrap .name
{
	text-align: left !important;
}
#blogPosts .category_blog
{
	margin-top: 10px;
}
#blogPosts .category_blog a:hover
{
	background: #53b278;
	border-color: #53b278;
	color: #fff;
}
#blogPosts .category_blog a
{
	border: 1px solid #6b6a6a;
	font-size: 13px;
	transition: .4s;
	padding: 2px 13px;
	border-radius: 6px;
	display: inline-block;
	margin: 2px;
}
.article-sub-title
{
	font-size: 14px;
	border-bottom: none !important;
}
.article-info
{
	border-bottom: none !important;
	padding: 0 !important;
}
.products_related .product-layout
{
	border: 1px solid #eaeaea;
}
.products_related .owl-carousel .owl-wrapper-outer
{
	/*overflow: visible; */
	z-index: 1;
	/*overflow-x: hidden; */
}
#blogPosts .item_section
{
	margin-bottom: 40px;
}
.label_block.hit-sale
{
	background: #c8955c;
}
.label_block
{
	color: #fff;
	font: 12px 'proximanowa-bold';
	line-height: 20px;

	border-radius: 9px 9px 9px 0;
	padding: 0px 8px;
	text-transform: uppercase;
	margin-bottom: 3px;
	/* position: absolute;
	top: 17px;
	right: 5px;*/
}
.item_labels
{
	position: absolute;
	right: 11px;
	top: 17px;

}
.article-description .categories .category_link
{
	color: #6b6a6a;
	border: 1px solid #53b278;
	border-radius: 5px;
	padding: 2px 8px;
	margin-right: 6px;
	display: inline-block;
}
#blogPosts .items .item:nth-child(4n+1)
{
	clear: both;
}
.at-icon-wrapper svg
{
	top: 0 !important;
	width: 28px !important;
	height: 36px !important;
	padding-left: 8px;
}
.at-icon-wrapper
{
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
}
.addlink_item:hover
{
	border-color: #53b278;
}
.addlink_item a
{
	font-size: 16px;

}
.addlink_item a img
{
	margin-right: 4px;
}
.addlink_item
{
	border: 1px solid #e6e7e5;
	background: #fff;
	border-radius: 5px;
	padding: 4px 15px;
	margin-right: 7px;
}
.bloaddlink-wrap
{
	margin-bottom: 25px;
}
.visible-search
{
	position: absolute !important;
	z-index: 999999999999 !important;
	background: #53b278 !important;
	height: 45px !important;
	color: #fff !important;
	width: 89% !important;
	display: block !important;
}
.mobile-item
{
	display: none;
}
.phones_number.phone
{
	display: none;
}
.phones_number.phone.phone_one
{
	display: inline-block;
}
.add_z_index
{
	z-index: 22;
}
#search button
{
	display: none;
}
.g-hidden
{
	display: none;
}
.border_red
{
	border: 1px solid red !important;
}
#modal_box .mfp-close
{
	color: #000;
}
#modal_box
{
	background: #fff;
	position: relative;
	padding: 3em;
	width: auto;
	margin: 20px auto;
	max-width: 420px;
	border-radius: 8px;
}
#modal_box h6
{
	color: #333333;
	font: 26px 'proximanowa-bold';
	text-transform: none;
	margin-top: 0;
}
#modal_box input[type=text]
{
	/*color: #999999;*/
	border: 1px solid #e6e7e5;
	background: #f8f8f8;
	font-size: 16px;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
}
#modal_box .tel_text
{
	color: #999999;
	font-size: 16px;
}
.label_block.action
{
	background: #ff8f00;
}
.label_block.new
{
	background: #489b68;
}
.label_block.markdown
{
	background: #da1f06;
}
.label_block.not_exist
{
	background: #b7b7b7;
}
.not-exist_product_call
{
	background: #b7b7b7;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: block;
	transition: .4s;
	text-align: center;
}
.not-exist_product_call:hover
{

	color: #fff;
	background: #a09f9f;
}
.accout_wrap #content label
{
	font-size: 16px;
}
.accout_wrap #content .value_acc
{
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}
.accout_wrap .head_inner
{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	line-height: inherit;
	color: #333;
}
.accout_wrap .head_inner a
{

}
.accout_wrap .head_inner .head
{
	font-size: 21px;
	display: inline-block;
}
.accout_wrap #content input[type=text], .accout_wrap #content input[type=email], .accout_wrap #content input[type=tel], .accout_wrap #content input[type=password],textarea
{

	color: #999999;
	border: 1px solid #e6e7e5;
	background: #fff;
	font-size: 16px;
	padding: 8px;
	border-radius: 4px;
	height: auto;
}
.accout_wrap #content
{
	background: #fff;
	border: 1px solid #dae2ed;
	padding: 20px;
	font-size: 16px;
}
.btn.btn-primary:hover
{
	background: #90693e !important;
	color: #fff;
}

.btn.btn-primary
{
	background: #c8955c;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	font: 16px 'proximanowa-bold';
	padding: 10px 20px;
	border-radius: 5px;
	transition: .4s;
}
.btn.btn-info
{
	background: #df5c39;
	padding: 10px 20px;
	font: 16px 'proximanowa-bold';
	transition: .4s;
	border: none;
	box-shadow: none;
	border-radius: 6px;
	text-transform: uppercase;
}
.btn.btn-info:hover
{
	background: #dc512c;
}
.btn.btn-danger
{
	background: #da4f49;
	padding: 10px 20px;
	font: 16px 'proximanowa-bold';
	transition: .4s;
	border: none;
	box-shadow: none;
	border-radius: 6px;
	text-transform: uppercase;
}
.btn.btn-danger:hover
{
	background: #c9302c;
}
.btn.btn-default
{
	background: #fff;
	color: #333333;
	border: 1px solid #333333;
	transition: .4s;
	border-radius: 6px;
	text-transform: uppercase;
	font: 16px 'proximanowa-bold';
	padding: 10px 20px;
}
.btn.btn-default:hover
{
	background: #53b278;
	border-color: #53b278;
	color: #fff;
}
.account_menu a.active
{
	background: #bae0c9;
}
#cartProducts
{
	background: #fff;

	box-shadow: 0px 0px 12px 2px #b1afaf;
	position: absolute;
	z-index: 250;
	width: 84%;
	top: 97px;
	left: 49px;
	border-radius: 6px;
	/*display: none;*/


}


/*.arrow_box {
position: relative;
background: #88b7d5;
border: 4px solid #c2e1f5;
}*/
/*#cartProducts:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}*/
#cartProducts .text-cart-product
{
	font-size: 16px;
	margin-bottom: 10px;
}
#cart_in
{
	padding: 20px;
	border-bottom: 1px solid #999999;
}
#cartProducts .in_basket
{
	padding: 20px;
	font-size: 16px;
}
/*#cartProducts:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #ffffff;
border-width: 14px;
margin-left: -23px;
}*/



#cartProducts:before, #cartProducts:after
{
	content: '';
	margin-left: -20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 25px;
	height: 25px;
	bottom: 192px;
	background: #fff;
	position: absolute;
	left: 50%;
	box-shadow: -4px -4px 6px 0px #b1afaf4d;
}
#cartProducts:before
{
	/*  box-shadow: 0px 0px 12px 2px #e8e8e8;
	z-index:-1;*/
}
#cartProducts .in_basket a span
{
	position: relative;
	top: 6px;
}
#cartProducts .in_basket .cart_info
{
	background: url(../images/basket.png) no-repeat center center;
	width: 38px;
	height: 32px;
	vertical-align: top;
	margin: 0px 10px 0 0;
	background-size: contain;

}
.miniCart-container
{
	padding: 0;
}
.miniCart-container .product-container .remove_product
{
	vertical-align: middle;
	display: inline-block;

}
.miniCart-container .product-container i
{
	color: #e48585;
}
.miniCart-container .product-container
{
	width: 100%;
	display: block;
	text-align: left;
}
.miniCart-container .product-container .productImage
{
	padding: 0 15px;
}
.watch_allProduct
{
	color: #999999;
	font-size: 14px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #999999;
	margin-bottom: 22px;
}
.continue-buy
{
	top: 9px;
}
.miniCart-container .product-container .quantity-block
{
	width: 82px;
	margin-right: 27px;
}
.miniCart-container .product-container .item_total
{
	color: #000;
	font-family: 'proximanowa-bold';
}
.product_name-wrap
{
	vertical-align: middle;
	display: inline-block;
	margin-left: -0.26em;
	padding: 0 15px;
	width: 250px;
	padding: 0 15px;
}
.d_inline-vertical
{
	vertical-align: middle;
	display: inline-block;
}
.productName
{
	font-size: 14px;
	color: #999999;
}
.w-auto
{
	width: auto !important;
}
#input-quantity
{
	width: 35px;
	padding: 0;
}
.left_wrap_product #raiting
{
	display: inline-block;
	float: none;
}
.tooltip.bottom .tooltip-inner
{
	max-width: 237px;
	padding: 6px 26px;
	color: #999999;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	font-size: 13px;
	border: 1px solid #e4e4e4;
	box-shadow: 1px -1px 13px 0px #e4e4e4;
	position: relative;
}
.tooltip.bottom .tooltip-inner:after,.tooltip.bottom .tooltip-inner:before
{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip.bottom .tooltip-arrow
{
	display: none;
}
.tooltip.bottom.tooltip-inner:after
{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}
.tooltip.bottom .tooltip-inner:before
{
	border-color: rgba(196, 196, 196, 0);
	border-bottom-color: #e6e6e6;
	border-width: 13px;
	margin-left: -13px;
}
.tooltip.bottom
{
	padding: 5px 0;
	margin-top: 13px;
}
#category_list .item:hover .title a
{
	color: #fff;
}
#category_list .item:hover
{
	background-color: #c8955c;
}
#category_list .item:hover .box .btn
{
	background: #ff8f00;
	color: #ffffff;
	border-color: transparent;
}
#category_list .item
{
	float: left;
	/*  width: 16.666666666666666%;*/
	transition: width .5s;
	background-color: #fff;
}
#category_list .item .item-wrapper
{
	height: 260px;
	overflow: hidden;
	border-left: 1px solid #dae2ed;
	border-bottom: 1px solid #dae2ed;
}
#category_list .item .item-wrapper .box .btn
{
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
#category_list .item .title
{
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	width: 140px;
	/*overflow: hidden;*/
	margin: 15px;
}
.category_wrap
{
	margin-bottom: 30px;
}
#category_list
{
	list-style: none;
	margin-bottom: 30px;
	/*    min-width: 460px;*/
	/*    height: 210px;
	overflow: hidden;*/
}
#category_list .item .item-wrapper .title a
{
	position: relative;
	z-index: 2;
}
#category_list .item .box .img-wrapper img
{
	max-width: 118px;
	max-height: 118px;
}
#category_list .item .box .img-wrapper
{
	width: 100%;
	height: 100px;
}
#category_list .item .box
{
	margin: 20px auto 0 auto;
	width: 140px;
}
.category_block_wrap
{
	margin: 20px 0 !important;
}
.phones-inner_list > div > div:last-child
{
	margin-bottom: 0;
}
.phones-inner_list > div > div ,.phones-mobile_block > div > div
{
	font-size: 22px;
	margin-bottom: 10px;
}
.phones-inner_list
{
	position: absolute;
	top: 82px;
	display: none;
	left: 54px;
	z-index: 8;
	background: #fff;
	padding: 15px 21px;
	box-shadow: 1px 3px 20px 1px #46464657;
}
svg:not(:root)
{
	overflow: hidden;
	position: relative;
	top: 5px;
}

.slojnosti_block_catalog .phones-inner_list
{
	top: 72px;
	left: 121px;
}
.slojnosti_block_catalog .block-phones-wrap sub
{
	font-size: 16px;
	bottom: 0;
}
.search-wrapper .search_inner
{
	line-height: 40px;
	text-align: right;
	padding: 0 11px;
}
.search-wrapper
{
	background: #fff;
	color: #c8955c;
	height: 36px;
	margin-top: 6px;
	width: 18%;
	float: right;
}

.search-wrapper.opened
{
	width: 98.49%;
	float: none;
	position: absolute;
}
.item_product_in_category.out-of-stock:hover
{
	opacity: 1

}
.item_product_in_category.out-of-stock:hover img
{

	filter: url(data:image/svg+xml;
	utf8,&
	lt;
	svg
	xmlns='
	http: //www.w3.org/2000/svg'&gt;&lt;f…0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&
	lt;/
	filter&
	gt;&
	lt;/
	svg&
	gt;#
	grayscale);
	filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.out-of-stock
{
	opacity: 0.6

}
.out-of-stock img
{
	filter: url(data:image/svg+xml;
	utf8,&
	lt;
	svg
	xmlns='
	http: //www.w3.org/2000/svg'&gt;&lt;f…333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&
	lt;/
	filter&
	gt;&
	lt;/
	svg&
	gt;#
	grayscale);
	filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

}
.product__count-list .product__button-increase, .product__count-list .product__button-decrease
{
	display: inline-block;
	width: 29px;
	height: 29px;
	border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
	text-indent: -3000px;
	color: transparent;
	vertical-align: top;
	cursor: pointer;
	background: #fff;
}
.product__count-list .product__button-increase:before, .product__count-list .product__button-decrease:before
{
	content: '';
	position: absolute;
	width: 19px;
	border-top: 1px solid #CCC;
	top: 50%;
	left: 50%;
	margin-left: -9.5px;
	margin-top: -0.5px;
}
.product__count-list .product__button-increase:hover:before, .product__count-list .product__button-decrease:hover:before
{
	border-top-color: #fff;
}
.product__count-list .product__button-increase:hover:after
{
	border-left-color: #fff;
}
.product__count-list input
{
	font-size: 12px;
	border: 1px solid #CCC;
	height: 29px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	/*  border: none;*/
	box-shadow: none;
	border-radius: 0;
	/*  background: none;*/
	font-size: 15px;
	text-transform: none;
	line-height: 1;
	width: auto;
}
.product__count-list .product__button-increase:hover, .product__count-list .product__button-decrease:hover
{
	background-color: #ccc;
}
.product__count-list .product__button-increase:after
{
	content: '';
	position: absolute;
	height: 19px;
	border-left: 1px solid #CCC;
	top: 50%;
	left: 50%;
	margin-top: -9.5px;
	margin-left: -0.5px;
}
.product__count-list
{
	width: 109px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.product__button-remove
{
	display: inline-block;
	vertical-align: middle;
	background: url('../images/close2.png') no-repeat center center;
	background-size: 100% auto;
	width: 11px;
	height: 11px;
	cursor: pointer;
	border: none;
	box-shadow: none;
	border-radius: 0;

}
.breadcrumb > li:first-child
{
	padding: 0 13px 0 0;

}
.right_wrap_product .item_labels
{
	right: 30px;

}
span[data-text] span
{
	display: inline-block;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span[data-text]:after, span[data-text]:before
{
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity .3s,visibility .3s;
	-o-transition: opacity .3s,visibility .3s;
	-webkit-transition: opacity .3s,visibility .3s;
	transition: opacity .3s,visibility .3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	z-index: 1;
	top: 25px;
}
span[data-text]:before
{
	content: '';
	left: 23px;
	margin: 11px 0 0 0;
	width: 10px;
	height: 10px;
	border-left: 2px solid #f4f3f5;
	border-top: 2px solid #f4f3f5;
	background: #fff;
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
	z-index: 2;
}
span[data-text]:after
{
	content: attr(data-text);
	width: 278px;
	padding: 15px 19px;
	border: 2px solid #f4f3f5;
	background-color: #fff;
	white-space: normal;
	left: 0;
	color: #333333;
	font-size: 13px;
	line-height: 1.7;
	margin: 17px 0 0 0;
}
span[data-text]
{
	position: relative;
	cursor: default;
	display: block;
	text-align: center;
}
.own-production__link:hover
{
	color: #333333;
}
.own_production-wrap a.current:hover span[data-text]:after,.own_production-wrap a.current:hover span[data-text]:before
{
	visibility: visible;
	opacity: 1;
}
#d_quickcheckout .panel-title
{
	font-weight: bold;
}
.cart-label
{
	font-weight: 700 !important;
	font-size: 15px  !important;
}
#login_view .btn, #qc_confirm_order
{
	background-color: #c8955c !important;
	color: #fff;
	text-transform: none;
	text-align: center;
	border: none !important;
	font: 16px 'proximanowa-bold' !important;
	padding: 12px 20px !important;
	border-radius: 5px;
	box-shadow: none !important;
	transition: .4s;
	background-image: none !important;
}
#login_view .btn-default
{
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #dddddd !important;
	background-image: none !important;
	background-repeat: none !important;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
#qc_confirm_order
{
	text-transform: uppercase !important;
}
#login_view .btn:hover,#qc_confirm_order:hover
{
	background: #9c7447 !important;
	color: #fff !important;
}
.radio input
{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio__text
{
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
	font-size: 14px;
}
.radio__text:before
{
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.radio__text:after
{
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c8955c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
}
.radio input:checked + .radio__text:after
{
	opacity: 1;
}
.flex
{
	display: flex!important;
}
.flex
{
	flex-wrap: wrap;
	justify-content: center;
}
.flex
{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.greenText
{
	color: #53b278;
}
.redText
{
	color: #ff0000;
}
.products_block
{

	margin-bottom: 25px;
}
.products_block .product_inner
{
	margin-bottom: 15px;
}
.products_block .product_inner .img
{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.price_wrapper
{
	padding: 0;
}
.price-old
{
	color: #777776;
	font-size: 16px;
	text-decoration: line-through;
}
.mardown_block span
{
	color: #da1f06;
	font-weight: 700;
}
.mardown_block
{
	border: 1px solid #da1f06;
	padding: 13px;
	margin-top: 10px;
}
.mardown_block.in_catalog
{

	display: inline-block;
	border: none;
	/*margin-top: 18px;*/
}
.item_product_in_category.out-of-stock .not_in_stock
{
	margin-top: 7px;
}
.numbers_company .item .text
{
	width: 75%;
	margin-top: 7px;
}
.contact_description
{
	padding: 35px 70px;
}
.numbers_company .item
{
	margin-bottom: 20px;
}
.numbers_company .num
{
	color: #c8955c;
	font: 32px 'proximanowa-bold';
}
.contact_description .block
{
	margin-bottom: 25px;
}
.contact_description .title
{
	font-weight: 700;
}
#contactMap
{
	height: 510px;
	z-index: 5;
}
.items_loyalti
{
	margin-top: 45px;
}
.items_loyalti .img
{
	height: 95px;

}
.items_loyalti .text
{
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}
.items_loyalti .name
{
	color: #c8955c;
	text-transform: uppercase;
	font: 22px 'proximanowa-bold';
	margin-bottom: 20px;
}
.mb50
{
	margin-bottom: 50px;
}
.cheaper_modal
{
	max-width: 610px !important;
}
#modal_box .after_text
{
	color: #999999;
	font-size: 13px;
	display: inline-block;
	position: relative;
	bottom: 9px;

}
#d_quickcheckout .form-control
{
	font-size: 14px !important;
}
.accout_wrap, .cart_wrap, .error_wrap
{
	margin-bottom: 30px;
}
.qc-product-qantity
{
	min-width: 25px;
	max-width: 42px;
	width: 25px;
}
.text-label-checkout
{
	text-align: right;
}
.mobile-cart
{
	display: none;
}
.products_table
{
	width: 100%;
}
.products_table .item-product .img
{
	width: 15%;
	text-align: center;
	padding: 10px;

}
.products_table .heading div:first-child
{
	margin: 0;
	border-left: none;
}
.products_table .heading
{
	display: table;
	width: 100%;
	border: 1px solid #dae2ed;
}
.products_table .heading div
{
	display: table-cell;
	padding: 10px;
	width: 15%;
	border-left: 1px solid #dae2ed;
	text-align: center;
}
.products_table .item-product
{
	display: table;
	width: 100%;
	border: 1px solid #dae2ed;
}
.products_table .item-product .img, .products_table .item-product .product__column
{
	display: table-cell;
	vertical-align: middle;

}
.products_table .item-product .product__column > div
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 15%;
}
#productsPurpose img, #blogPosts img
{
	margin: 0 auto;
}
#slideshow0
{
	margin-bottom: 25px !important;
}
.button-call_modal
{
	width: 100%;
}
#shipping_method_list  .text-danger{
	display: none;
}
#shipping_method_list .has-error .text-danger{
	display: block;
}
.quantity_error{
	    color: red;
    font-size: 16px;
    font-weight: 700;
    display: none;
}
.quantity_error.mini_cart{
	    font-size: 11.7px;;
}
.contact_description .description .links .heading{
	color: #489b68;
	font: 28px 'proximanowa-bold';
	text-transform: uppercase;
	    margin-bottom: 15px;
}

.contact_description .description .inner_description .heading{
		color: #489b68;
	font: 28px 'proximanowa-bold';
	text-transform: uppercase;
	margin: 60px 0 30px;
}
.contact_description .description .inner_description .item{
	    margin-bottom: 40px;
}
.contact_description .description .links .list-links a{
	display: block;
	    text-decoration: underline;
    margin-bottom: 3px;
}
.contact_description .description .inner_description .text_outer {
	    padding-left: 25px;
    float: left;
    width: 90%;
}
.contact_description .description .inner_description .img{
	width: 110px;
    float: left;
}
.contact_description .description .inner_description .text_outer .name{
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10px;
	font: 20px 'proximanowa-bold';
	
}
.contact_description .description .inner_description .text_outer .text_inner span{
	color: #ce0300;
	font-weight: 700;
}
.cart_desctop .text-danger,.cart_wrap .alert-danger{
	color: #f50904;
    font-weight: 700;
}
.mt10{
	margin-top: 10px;
}
.section-info-product .right_wrap_product .model-product span{
	color: #000;
	font-size: 14px;
}
.section-info-product .right_wrap_product .model-product{
	position: absolute;
    background: #e5e5e5;
    padding: 5px;
    text-transform: uppercase;
    color: #9b9b9b;
    font-size: 11px;
	
}

.discount-item-v.active:after {
    opacity: 1;
}

.discount-item-v:before{
    content: '';
     display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  	 width: 16px;
    height: 16px;
    border: 1px solid #e6e7e5;
    border-radius: 50%;
    background: #fff;
}

.discount-item-v:after {
   content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7f00;
    opacity: 0;
    transition: .2s;
}
.discount-item-v{
	margin-bottom: 5px;
}
.discount-item-v > div{
	display: inline-block;
}
.discount-item-v .item-quantity{
	margin-left: 20px;
}
#homeSlider_page img{
	
	margin: 0 auto;
}
.delivery-product-block .inner-block .heading{
	text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px;
    font: 18px 'proximanowa-bold';
}
.delivery-product-block .inner-block .item {
	margin-bottom:12px;
}
.delivery-product-block .inner-block .item .name{
	text-transform: uppercase;
	  font-weight: 800;
}
.delivery-product-block .inner-block{
	
	margin-bottom: 25px
}
.flex-column{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: center; */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.delivery-product-block{
	
	    background: #fbfbfb;
    border: 1px solid #e6e7e5;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    padding: 15px 28px;
    height: 100%;
}
.delivery-product-block .inner-block .item .descr{
	color: #999999;
	
}
.flex{
	display: flex;
}
.tab-h2{
	    font-size: 20px;
    margin-top: 0;
    text-transform: none;
}
#bottom-scroll {
    background: url('/image/bottom-scroll.png?v=1.0') no-repeat;
    background-size: 60px;
    position: fixed;
    bottom: 27px;
    right: 50px;
    height: 60px;
    width: 60px;
    display: none;
}
#bottom-scroll a {
    width: 60px;
    height: 60px;
    display: block;
}