<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	color:#4A4A4A;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hr_hidden { width:100%; height:0; background:none; border:none; }
/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/



/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, p {
}
.page_loading {
	width:100%;
	height:100%;
	position:fixed;
	cursor:wait;
	overflow:hidden;
	background:#f7f7f7 url(images/loading_big.gif)  no-repeat center center;
	top:0;
	left:0;
	z-index:11000 !important;
}
.loading_div{
	margin-top:65px;
	width:100%;
	height:100%;
	position:fixed;
	background:url(images/loading_text.png)  no-repeat center center;
}
.loading_make_transform {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.loading_scale {
	/*-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
h1 {
	font-size: 80px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-size: 44px;
	position: relative;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
p.lead {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.page_error_404 {
	width:100%;
	height:400px;
	background:url(images/error_404.png) no-repeat center center;
	margin:80px 0;
}
.page_error_404 h4 {
	text-align:center;
	color:#999;
	font-weight:bold;
}
.page_up_butt {
	width:50px;
	height:50px;
	background:url(images/top.png) no-repeat;
	position:fixed;
	right:5%;
	top:90%;
	z-index:1001;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor:pointer;
	display:none;
}
.page_up_butt:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
@font-face {
  font-family: 'bpg';
  src: url('css/fonts/bpg/BPGExtraSquare.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpg/BPGExtraSquare.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpg/BPGExtraSquare.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpg/BPGExtraSquare.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpg/BPGExtraSquare.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'bpgextra';
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/bpgextra/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/bpgextra/BPGExtraSquareMtavruli.svg#svgFontName') format('svg'); /* Legacy iOS */
}






/*--------------------------------------------------------
/* SHORTCODES
--------------------------------------------------------*/
.page {
	width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
}
body {
	background:#FFF url(images/mbg.jpg) no-repeat center top;
	background-attachment: fixed;
	font-size:14px;
	font-family:"bpg";
}
#main_container {
	width:100%;
	height:auto;
	min-height:100%;
}
.nicescroll-rails {
	width:7px !important;
	background:url(images/scroll_bg.png) repeat;
}
.nicescroll-rails div {
	width:7px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border:none !important;
	background:#1A1A1A !important;
}






/*--------------------------------------------------------
/* LINKS
--------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:link, a:visited {
	color:#ed5a24;
}
a:hover {
	color:#BC3C0D;
}
a:active  {
	color:#ed5a24;
}
a img {
	border:none;
}






/*--------------------------------------------------------
/* HEADER
--------------------------------------------------------*/
header {
	width: 100%;
	min-width: 1200px;
	height: 140px;
	background: #FFF;
}
#logo {
	padding: 10px;
	float: left;
}
.header_up {
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background: #ed5a24;
	color: #FFF;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.header_up p {
	display: inline-block;
	padding: 7px 25px 0 10px;
}
.header_up p i {
	vertical-align: middle;
	margin-right: 5px;
}
.header_up p a {
	color: #FFF;
}
.socs {
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
}
.socs i {
	width: 40px;
	height: 32px;
	text-align: center;
	font-size: 22px;
	padding-top: 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #FFF;
}
.socs .fa-facebook:hover {
	background: #3b5998;
}
.socs .fa-twitter:hover {
	background: #1da1f2;
}
.socs .fa-youtube:hover {
	background: #cd201f;
}

.langs {
	float: right;
	height: 40px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.langs:hover {
	background: #F76B37;
}
.langs p {
	padding: 8px 10px;
}
.langs_list {
	width: 100%;
	height: 0;
	background: #ed5a24;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 400;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.langs:hover .langs_list {
	height: 50px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.langs_list li {
	padding: 2px 5px;
	list-style: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.langs_list li:hover {
	background: #FFF;
	color: #ed5a24;
}

.search {
	width: 875px;
	height: 40px;
	margin: 30px 10px 0 0;
	float: right;
	position: relative;
}
.search:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 240px;
	top: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search_act:before {
	width: 410px;
}
.search_span {
	display: block;
}
.search:after {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 240px;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search_act:after {
	width: 410px;
}
.search p {
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #999;
	text-align: center;
	padding: 8px 0 9px 0;
	cursor: pointer;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search p:hover {
	color: #ed5a24;
}
.search p i {
	font-size: 20px;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.search input[type=search] {
	width: 875px;
	height: 40px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 0 215px 0 250px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #555;
}
.search .select {
	width: 220px;
	height: 38px;
	background: #FFF;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.search input[type=submit] {
	width: 220px;
	height: 40px;
	background: #ed5a24;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.search input[type=submit]:hover {
	background: #E5531D;
}
.select_l1 {
	width: 250px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #e0e0e0;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 15px;
	top: 40px;
	z-index: 300;
	background: #FFF;
	display: none;
}
.select_l1 li {
	list-style: none;
	font-family: 'bpgextra';
	text-transform: uppercase;
	border-bottom: 1px solid #f5f5f5;
	font-size: 12px;
	padding: 3px;
	color: #777;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	cursor: pointer;
}
.select_l1 li:hover {
	color: #ed5a24;
}
.select_l1 li:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.select_l1 li:hover:before {
	width: 100%;
}
.select_l2 {
	width: 250px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #ed5a24;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 310;
	background: #FFF;
	display: none;
}
.select_l3 {
	width: 250px;
	height: auto;
	padding: 10px;
	border-left: 1px solid #ed5a24;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 320;
	background: #FFF;
	display: none;
}



.nav_container {
	width: 100%;
	min-width: 1200px;
	height: 665px;
	background: #f3f3f3 url(images/bgp.png) repeat;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: -1;
}
.nav_container_other {
	width: 100%;
	min-width: 1200px;
	height: 141px;
	background: #f3f3f3 url(images/bgp.png) repeat;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: -1;
}
nav {
	width: 1180px;
	height: 40px;
	padding: 10px;
	margin: 20px 0;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
nav .fa-home {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #FFF;
	background: #ed5a24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
nav ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0px;
}
nav ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'bpgextra';
	text-transform: uppercase;
	padding: 5px 12px;
	color: #777;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.my_cabinet_btn {
	font-family: 'bpgextra';
	text-transform: uppercase;
	padding: 5px 12px;
}
.my_cabinet_btn i {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #ed5a24;
	color: #ed5a24;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin: 0 8px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; 
}
.my_cabinet_btn:hover i {
	background: #ed5a24;
	color: #FFF;
}
nav ul li:hover {
	color: #ed5a24;
}
.nav_act {
	color: #ed5a24;
}
nav ul li:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
nav ul li:hover:before {
	width: 100%;
	left: 0;
}
.nav_act:before {
	width: 100%;
	left: 0;
}

.navigation_menu {
	width: 270px;
	height: 530px;
	margin: 0;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.navigation_menu_other {
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}
.m_left_container {
	width: 270px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.m_container {
	width: 904px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

.sort_title_p {
	color: #ed5a24;
	padding: 25px 0 5px 5px;
	border-bottom: 1px solid #ed5a24;
}
.sort_items {
	color: #777;
}
.sort_items p {
	padding: 0 5px;
}
.sort_items i {
	font-size: 20px;
	margin: 0 3px;
	color: #999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.sort_items i:hover {
	color: #555;
}
.sort_arrow_act {
	color: #ed5a24 !important;
}
.sort_items span {
	width: 210px;
	display: inline-block;
	vertical-align: middle;
}
.sort_items input[type=text] {
	width: 50px;
	padding: 3px;
	text-align: center;
	border: 1px solid #AAA;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sort_items input[type=text]:focus {
	border: 1px solid #ed5a24;
}
.sort_items input[type=submit] {
	width: 27px;
	height: 27px;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: #ed5a24 url(images/filtr.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sort_items input[type=submit]:hover {
	background: #CD4817 url(images/filtr.png) no-repeat center center;
}

.cat_title {
	width: auto;
	height: 30px;
	font-size: 15px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #777;
	padding: 10px 0 0 0;
}
.cat_title span {
	color: #777;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cat_title span:hover {
	color: #ed5a24;
}
.cat_title i {
	padding: 0 10px;
	color: #ed5a24;
}
.cat_title_single {
	height: auto;
	font-size: 12px;
	color: #999;
	padding: 0;
}
.cat_title_single i {
	color: #BBBBBB;
}
.cat_title_single a {
	color: #999;
}
.cat_title_single a:hover {
	color: #ed5a24;
}



.single_title {
	width: auto;
	height: 35px;
	font-size: 19px;
	line-height: 18px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #ed5a24;
	padding: 5px 0 0 0;
	position: relative;
}
.single_title_span {
	width: 70%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.single_title img {
	height: 15px;
}
.single_title_price {
	float: right;
	padding-right: 10px;
	padding-top: 8px;
}
.single_left_container {
	width: 450px;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
}
.gakidvashia {
	position: absolute;
	top: -16px;
	right: 10px;
	font-size: 12.5px;
	border-bottom: 1px solid #CCC;
	padding: 0 10px 2px 10px;
	text-align: right;
	color: #929292;
}
.gakid {
	border-bottom: 1px solid #F00;
}
#img_01 {
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#gal1 {
	width: auto;
	height: auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#gal1 img {
	border: 1px solid #FFF;
}
#gal1 .active img {
	border: 1px solid #ed5a24 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.s_container {
	color: #777;
	min-height: 550px;
}
.s_container ul,
.s_container ol {
	padding: 0 20px;
}


.navigation_menu_title {
	padding: 10px 20px;
	background: #ed5a24;
	color: #FFF;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.navigation_menu .nm_1 {
	width: 270px;
	height: 470px;
	margin: 10px 0;
}
.navigation_menu .nm_1 li {
	list-style: none;
	padding: 5px 15px;
	color: #777;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation_menu .nm_1 li span {
	color: #777;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation_menu .nm_1 li:hover {
	color: #ed5a24;
}
.navigation_menu .nm_1 li:hover span {
	color: #ed5a24;
}
.navigation_menu .nm_1 li:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 2%;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation_menu .nm_1 li:hover:before {
	width: 96%;
}
.navigation_menu .nm_1 li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: -2px;
}
.navigation_menu .nm_1 li span {
	width: 230px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.nm_2 {
	width: 270px;
	height: auto;
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 100;
	background: #FFF;
	border-left: 1px solid #ed5a24;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 7px rgba(0,0,0,.4);
	box-shadow: 0 0 7px rgba(0,0,0,.4);
	padding: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.nm_3 {
	width: 270px;
	height: auto;
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 100;
	background: #FFF;
	border-left: 1px solid #ed5a24;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 7px rgba(0,0,0,.4);
	box-shadow: 0 0 7px rgba(0,0,0,.4);
	padding: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}



.slider {
	width: 100%;
	height: 530px;
	margin-bottom: 50px;
}
.bx-loading {
	display: none;
}
.slider .bx-prev {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_left.png) no-repeat center center;
	top: auto !important;
	bottom: -29px;
}
.slider .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.slider .bx-next {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_right.png) no-repeat center center;
	top: auto !important;
	bottom: -29px;
	left: 26px;
}
.slider .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.slider .bx-wrapper .bx-pager {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	left: 55px;
}


.last_added .bx-prev {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_left.png) no-repeat center center;
	top: -1px !important;
}
.last_added .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.last_added .bx-next {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_right.png) no-repeat center center;
	top: -1px !important;
	left: 26px;
}
.last_added .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.last_added .bx-wrapper .bx-pager {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	left: 55px;
	top: -10px !important; 
}



.m_blocks .bx-prev {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_left_white.png) no-repeat center center;
	top: 255px !important;
	left: auto !important;
	right: -140px;
}
.m_blocks .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.m_blocks .bx-next {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_right_white.png) no-repeat center center;
	top: 255px !important;
	left: auto !important;
	right: -175px;
}
.m_blocks .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}


.m_blocks_2 .bx-prev {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_left_white.png) no-repeat center center;
	top: 255px !important;
	left: -183px !important;
}
.m_blocks_2 .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.m_blocks_2 .bx-next {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_right_white.png) no-repeat center center;
	top: 255px !important;
	left: -148px !important;
}
.m_blocks_2 .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}


.partners .bx-prev {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_left.png) no-repeat center center;
	top: -55px !important;
	left: 330px;
}
.partners .bx-prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.partners .bx-next {
	width: 24px !important;
	height: 24px !important;
	background: url(css/default/arrow_right.png) no-repeat center center;
	top: -55px !important;
	right: 330px;
}
.partners .bx-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}



.video_blog {
	width: 100%;
	height: auto;
	position: relative;
}
.video_blog .bx-wrapper {
	width: 890px;
	height: 500px;
	display: inline-block;
	vertical-align: top;
}
.video_blog:after {
	width: 890px;
	height: 500px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	pointer-events: none;
}
.video_blog iframe {
	width: 890px !important;
	height: 500px !important;
}
.video_blog #bx-pager {
	width: 290px;
	height: 500px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	border-left: 5px solid #ed5a24;
	overflow: auto;
}
.video_blog #bx-pager p {
	padding: 5px 10px;
	border-bottom: 1px solid #E7E7E7;
	color: #777;
	font-family: 'bpgextra';
	text-transform: uppercase;
	position: relative;
}
.video_blog #bx-pager i {
	color: #C9C9C9;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.video_blog #bx-pager .active i {
	color: #ed5a24;
}
.video_blog #bx-pager p:before {
	width: 0;
	height: 1px;
	background: #ed5a24;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.video_blog #bx-pager .active p:before {
	width: 100%;
}

.m_blog_item {
	width: 50%;
	height: 300px;
	float: left;
	border-top: 1px solid #ed5a24;
	border-bottom: 1px solid #ed5a24;
}
.m_blog_item_img {
	width: 50%;
	height: 300px;
	float: left;
	background: #ed5a24;
	position: relative;
}
.m_blog_item_img img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.m_blog_item:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}
.m_blog_item_info {
	width: 50%;
	height: 300px;
	float: right;
	color: #777;
}
.m_blog_item_info_text {
	padding: 10px 20px;
}
.m_blog_item_info_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #ed5a24;
	padding: 20px 20px 10px 20px;
	margin: 0;
}
.m_blog_item_more {
	width: 120px;
	position: absolute;
	left: 100px;
	top: 145px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	z-index: 110;
	margin: -55px 0 0 -60px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.m_blog_item:hover .m_blog_item_more {
	left: 150px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.m_blog_item_more i {
	font-size: 70px;
	display: block;
	padding: 10px 0;
}

.bx-wrapper .bx-viewport {
	background: none !important;
	border: none !important;
	left: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.video_gallery {
	width: 400px;
	height: auto;
	padding: 10px;
	border: 1px solid #D0D0D0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #777;
	margin: 10px;
}
.video_gallery:hover {
	border: 1px solid #ed5a24;
}
.video_gallery iframe {
	width: 400px !important;
}

.slider_item {
	position: relative;
}
.slider_item_info {
	width: 50%;
	height: auto;
	min-height: 350px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 100;
}

.slider_item_info {
	line-height: 25px;
	font-size: 15px;
	color: #555;
}
.slider_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #ed5a24;
}
.slider_more {
	padding: 5px 40px;
	margin: 40px 0 0 0;
	background: #ed5a24;
	color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.bx-wrapper .bx-pager {
	padding: 0 !important;
	text-align: left !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #A2A2A2 !important;
	-webkit-border-radius: 40px !important;
	-moz-border-radius: 40px !important;
	border-radius: 40px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 30px !important;
	background: #ed5a24 !important;
}



.m_cats_container {
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.categories_main_item {
	width: 12.5%;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
	margin: -15px -1px 20px 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: #FFF;
}
.categories_main_item:hover {
	padding: 10px 0 30px 0;
}
.categories_main_item:before {
	width: 1px;
	height: 0;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.categories_main_item:hover:before {
	height: 100%;
}
.categories_main_item:after {
	width: 1px;
	height: 0;
	content: '';
	background: #ed5a24;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.categories_main_item:hover:after {
	height: 100%;
}
.categories_main_item p:after {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.categories_main_item:hover p:after {
	width: 100%;
	left: 0;
}
.categories_main_item img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.categories_main_item p {
	text-align: center;
	font-size: 15px;
	color: #ed5a24;
	font-family: 'bpgextra';
	text-transform: uppercase;
	height: 50px;
}



.gallery_item {
	width: 260px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 7px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #f5f5f5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.gallery_item:hover {
	border: 1px solid #ed5a24;
}
.gallery_item img {
	z-index: 80;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery_item:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}
.gallery_item i {
	font-size: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	margin: -35px 0 0 -30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #ed5a24;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}
.gallery_item:hover i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}




.blog_item {
	width: 820px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #ECECEC;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #777;
	position: relative;
}
.blog_item:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 1%;
	bottom: -1px;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog_item:hover:before {
	width: 98%;
}
.blog_item img {
	width: 300px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 90;
}
.blog_item:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	opacity: .25;
}
.blog_item_info {
	width: 490px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 25px;
}

.blog_item_info_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 16px;
	color: #ed5a24;
}

.blog_item_more {
	width: 120px;
	position: absolute;
	left: 100px;
	top: 126px;
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #ed5a24;
	text-align: center;
	z-index: 110;
	margin: -55px 0 0 -60px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.blog_item:hover .blog_item_more {
	left: 165px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.blog_item_more i {
	font-size: 70px;
	display: block;
	padding: 10px 0;
}

.single_b_img {
	width: 340px;
	height: 255px;
	float: left;
	margin: 5px 20px 20px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.single_b_img:hover {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.single_b_img img {
	width: 340px;
	height: 255px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}





.day_product {
	width: 280px;
	height: auto;
	padding: 10px 0;
	border: 1px solid #ed5a24;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
}
.day_product_title {
	width: 240px;
	height: auto;
	padding: 8px;
	background: #ed5a24;
	color: #FFF;
	margin: 15px 0 25px 0;
	font-family: 'bpgextra';
	text-transform: uppercase;
	-webkit-border-top-right-radius: 40px;
	-moz-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.day_product .product_item {
	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.last_added_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	color: #777;
	font-size: 15px;
	padding: 34px 0 10px 10px;
	position: relative;
}

.last_added {
	width: 900px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.m_blocks {
	width: 900px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}





.product_item {
	width: 280px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 12px 8px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.product_item:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 200;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product_item:hover:before {
	width: 90%;
	left: 5%;
}
.product_item:after {
	width: 0;
	height: 2px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 200;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product_item:hover:after {
	width: 90%;
	left: 5%;
}
.product_item:hover {
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
}
.product_item_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.product_item:hover .product_item_img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.product_item_cat {
	font-size: 12px;
	color: #999;
	padding: 10px;
}
.product_item_title {
	padding: 0 10px;
	color: #555;
	margin: 0;
	line-height: 16px;
}
.product_item_price {
	font-size: 18px;
	color: #ed5a24;
	padding: 10px;
}
.product_item_price img {
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
}
.product_item_price_sale {
	color: #ABABAB;
	text-decoration: line-through;
	padding: 0 10px;
}
.top_product {
	width: 34px;
	height: 34px;
	background: #ed5a24;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
}
.bx_slider_wrapper .bx-wrapper .bx-viewport {
	padding: 10px 0 20px 5px !important;
}
.bx_slider_wrapper .bx-wrapper .bx-pager {
	top: -17px;
	bottom: auto !important;
}

.m_blocks .bx_slider_wrapper .bx-wrapper .bx-pager {
	width: 230px;
	left: 930px;
	top: 200px !important;
	text-align: center !important;
}
.m_blocks .bx_slider_wrapper .bx-wrapper .bx-pager a {
	border: 1px solid #FFF;
	background: none !important;
}
.m_blocks_2 .bx_slider_wrapper .bx-wrapper .bx-pager {
	left: -270px !important;
}

.bx_slider_wrapper .bx-wrapper {
	max-width: 900px !important;
}


.bx_slider_wrapper .product_item {
	margin: 6px !important;
}


.m_block_name {
	width: 270px;
	height: 326px;
	background: #ed5a24;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.m_block_name_2 {
	width: 229px;
	height: 285px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px;
}
.m_block_name_2 p {
	font-family: 'bpgextra';
	text-transform: uppercase;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	padding: 100px 10px 0 10px;
}



.partners {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 30px 0;
}
.partners .bx-viewport {
	height: auto !important;
}
.partners img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}
.partners img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.partners .bx-wrapper .bx-pager {
	text-align: center !important;
}
.partners_title {
	font-family: 'bpgextra';
	text-transform: uppercase;
	width: 500px;
	height: auto;
	display: block;
	margin: 20px auto 40px auto;
	border-bottom: 1px solid #ed5a24;
	text-align: center;
	color: #ed5a24;
	font-size: 16px;
	padding: 10px;
}
.partners .bx-wrapper .bx-pager {
	bottom: auto !important;
	top: -30px !important;
}








/*--------------------------------------------------------
/* PAGINATION
--------------------------------------------------------*/
.pagination {
	width:100%;
	height:auto;
	border-top: 1px solid #ed5a24;
	margin:50px 0;
}
.pagination a {
	width:40px;
	height:33px;
	background:#EBEBEB;
	color:#111;
	display:inline-block;
	vertical-align:middle;
	margin:15px 5px;
	font-size:18px;
	text-align:center;
	padding-top:7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination a:hover {
	background:#ed5a24;
	color: #FFF;
}
.pagination p {
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#ed5a24;
}
.pagi_active {
	background:#ed5a24 !important;
	color: #FFF !important;
}

.not_found {
	color: #AAA;
	font-family: 'bpgextra';
	text-transform: uppercase;
	text-align: center;
	padding: 180px 0;
	font-size: 16px;
}





/*--------------------------------------------------------
/* FOOTER
--------------------------------------------------------*/
footer {
	width:100%;
	min-width: 1200px;
	height:auto;
	overflow:hidden;
	clear:both;
	background:#FFF;
	font-family: 'bpgextra';
	text-transform:uppercase;
	margin:30px 0 0 0;
	border-top: 1px solid #ed5a24;
}
footer img {
	float: none !important;
	padding: 20px 0 0 0;
	display: inline-block;
	vertical-align: middle;
}
footer ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 25px;
}
footer ul li {
	display: inline-block;
	vertical-align: middle;
	color: #777;
	padding: 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
footer ul li:hover {
	color: #ed5a24;
}
footer ul li:before {
	width: 0;
	height: 1px;
	content: '';
	background: #ed5a24;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer ul li:hover:before {
	width: 100%;
	left: 0;
}
.footer_copyright {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: #f5f5f5;
	padding: 10px;
	color: #999;
	border-top: 1px solid #D1D1D1;
	font-size: 12px;
}
.footer_copyright span {
	float: right;
}
.header_i.fa-facebook:hover { background:#3b5998; }
.header_i.fa-twitter:hover { background:#1da1f2; }
.header_i.fa-google-plus:hover { background:#dd4b39; }
.header_i.fa-youtube:hover { background:#cd201f; }
.header_i.fa-envelope:hover { background:#fbd232; }













/*--------------------------------------------------------
/* CONTACT
--------------------------------------------------------*/
.cont_info {
	width:340px;
	height:auto;
	margin:20px 0 0 0;
	display:inline-block;
	vertical-align:top;
	padding:12px;
	font-size:15px;
	color:#777;
	font-family: 'bpgextra';
	text-transform:uppercase;
}
.cont_info span {
	width:95px;
	display:inline-block;
	font-weight:bold;
}
.single_arrows_bg_contact {
	height:550px;
}
.contact_form {
	width:440px;
	height:384px;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #EBEBEB;
	padding-right: 0 !important;
}
.filials_item {
	width: 430px;
	height: auto;
	border: 1px solid #EBEBEB;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 7px 15px 7px;
	color: #888;
	font-family: 'bpgextra';
	text-transform: uppercase;
}
.filials_item p {
	font-size: 12px;
	margin: 5px 15px;
	padding: 5px 0;
	border-bottom: 1px solid #EBEBEB;
}
.filials_item i {
	padding-right: 5px;
}
.filials_item_title {
	text-align: center;
	color: #555;
	padding: 10px 0 !important;
	margin: 0;
	font-size: 14px !important;
	border: none !important;
}
.filials_item_map {
	width: 410px;
	height: 230px;
	margin: 10px 0 0 10px;
}
.filials_item_map iframe {
	width: 100% !important;
	height: 100% !important;
}
.carer {
	text-align:center;
}
.carer div {
	margin:0 15px;
}
.contact_form_input3 {
	width:400px;
    -ms-transform: skewX(-6deg);
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
	border:1px solid #337ab7;
	margin:5px 0 5px 10px;
	overflow:hidden;
}
.contact_form_input input {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.contact_form_input2 input {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.contact_form_input3 textarea {
    -ms-transform: skewX(6deg);
    -webkit-transform: skewX(6deg);
    transform: skewX(6deg);
}
.contact_form input[type=text] {
	width:400px;
	height:auto;
	padding:9px 12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contact_form textarea {
	width:400px;
	height:92px;
	padding:12px;
	margin:5px 0;
	font-size:15px;
	border:1px solid #C9C9C9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contact_form input[type=text]:focus, .contact_form textarea:focus {
	border:1px solid #ed5a24;
}
.contact_form_input4 {
	width:150px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
	border:1px solid #337ab7;
	background:#337ab7;
	margin:5px 0 5px 12px;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact_form_input4 input, .contact_form_input4 img {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.contact_form input[type=submit] {
	width:150px;
	height:42px;
	border:none;
	padding:9px;
	background:#ed5a24;
	color:#FFF;
	font-size:15px;
	text-align:center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor:pointer;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.contact_form_input4:hover {
}
.contact_form input[type=submit]:hover {
	background:#CD4411;
}
.contact_info .fa-facebook { color:#3b5998; }
.contact_info .fa-twitter { color:#4099ff; }
.contact_info .fa-linkedin { color:#0e76a8; }
.contact_info .fa-google-plus { color:#d34836; }

.loading_gif {
	position:absolute;
	height:30px;
	margin:6px 0 0 5px;
	display:none;
}
.contact_error_email {
	width:100%;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;
	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.message_sent {
	width:100%;
	text-align:center;
	background:#00D411;
	color:#FFF;
	padding:7px 0;
	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contact_error_text {
	width:100%;
	text-align:center;
	background:#D40003;
	color:#FFF;
	padding:7px 0;

	margin:10px 0;
	display:none;
	font-family: 'bpgextra';
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.google_map {
	width:100%;
	height:380px;
	overflow:hidden;
	border:1px solid #ed5a24;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.google_map div {
	width:900px;
	height:300px;
    -ms-transform: skewX(26deg);
    -webkit-transform: skewX(26deg);
    transform: skewX(26deg);
	margin:0 0 0 -100px;
}
.google_map iframe {
	width:100% !important;
	height:100% !important;
}





.page_title {
	color: #ed5a24;
	text-align: center;
	padding: 0 0 15px 0;
	font-family: "bpgextra";
	font-size: 18px;
	margin: 0 0 30px 0;
}
.login_not_enter {
	font-size: 12px;
	color: #D50003;
	display: none;
	font-family: "bpgextra";
}
.inout_title {
	font-size: 12px;
	color: #888;
	padding: 0 10px;
	margin-bottom: 5px;
	font-family: "bpgextra";
}

.my_acoount input[type=text],
.my_acoount input[type=password] {
	width: 440px;
	height: 46px;
	border: 1px solid #DDD;
	padding: 0 10px;
	color: #555;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.my_acoount input[type=text]:focus,
.my_acoount input[type=password]:focus,
.my_acoount textarea:focus {
	border: 1px solid #999;
	background: #f7f7f7;
}
.my_acoount .select {
	width: 100%;
	height: 46px;
	border: 1px solid #DDD;
	margin-bottom: 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.my_acoount .select select {
	width: 100%;
	height: 44px;
	background: none;
	border: none;
	padding: 0 10px;
	color: #777;
	font-family: "bpgextra";
}
.my_acoount .select:before {
	width: 34px;
	height: 100%;
	content: '';
	background: #FFF url(images/arrow.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.date_show {
	width: 100%;
	height: auto;
	display: none;
}
.my_acoount textarea {
	width: 440px;
	height: auto;
	border: 1px solid #DDD;
	padding: 10px;
	color: #555;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.must_red {
	border: 1px solid #CD0003 !important;
}
.js_recovery, .js_login {
	border: none;
	background: none;
	color: #777;
	padding: 0;
	float: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: "bpgextra";
}
.js_recovery:hover,
.js_login:hover {
	color: #333;
}
.login_submit {
	width: 100%;
	height: 46px;
	clear: both;
	background: #ed5a24;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.login_submit:hover {
	background: #dd511e;
}
.login_submit_2 {
	background: none;
	border: 1px solid #AAA;
}
.login_submit_2:hover {
	background: #ed5a24;
	border: 1px solid #ed5a24;
	color: #FFF;
}
.login_submit input {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-family: "bpgextra";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.login_submit_2 input {
	color: #555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.login_submit_2:hover input {
	color: #FFF;
}
.lds-ellipsis {
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 3px;
	margin-left: -32px;
	display: none;
}
.login_form_2,
.login_form_3,
.register_container {
	display: none;
}
.recovery_success {
	text-align: center;
	color: #1CA80B;
	padding: 30px 0;
}
.login_or {
	margin: 40px 0;
	width: 100%;
	height: 30px;
	position: relative;
}
.login_or:before {
	width: 100%;
	height: 1px;
	content: '';
	background: #AAA;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.login_or span {
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #555;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 11;
	margin: 0 0 0 -40px;
	background: #FFF;
	font-size: 16px;
	font-family: "bpgextra";
}
.recover_pass_btn {
	width: auto;
	height: auto;
	display: inline-block;
	cursor: pointer;
	border: none;
	background: none;
	color: #777;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 5px 0;
	margin: 5px 0 15px 0;
	float: right;
	font-family: "bpgextra";
}
.recover_pass_btn:hover {
	color: #ed5a24;
}

.my_acoount {
	width: 460px;
	height: auto;
	margin: 0 auto;
}

.my_cabinet_nav {
	width: 100%;
	height: auto;
	padding: 5px 5px;
	font-family: "bpgextra";
}
.my_cabinet_nav p {
	margin: 0;
	padding: 8px;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	color: #777;
}
.my_cabinet_nav a {
	color: #777;
	font-size: 14px;
	padding: 5px;
	margin: 0 10px;
}
.my_cabinet_nav a:hover {
	color: #ed5a24;
}
.my_cabinet_nav a.active {
	color: #ed5a24;
}
.param_val {
	color: #555;
	padding-left: 10px;
	font-family: 'bpg';
	text-transform: none;
}

.part_quantity {
	margin: 15px 0 0 5px;
	font-size: 12px;
	color: #999;
	font-family: 'bpgextra';
}
.cart_btn {
	background: none;
	font-family: 'bpgextra';
	color: #ed5a24;
	border: 1px solid #ed5a24;
	font-size: 14px;
	margin: 5px 0 25px 0;
	padding: 10px 20px;
	line-height: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.cart_btn:hover {
	color: #555;
}
.js_remove_from_cart {
	border: 1px solid #eb6565;
	color: #db5959;
}
.js_remove_from_cart:hover {
	background: #FFCCCC;
	color: #ad3232;
}
.js_add_to_cart:hover {
	background: #ed5a24;
	color: #FFF;
}
.cart_btn_remove {
	display: none;
}
.js_remove_from_cart .cart_btn_add {
	display: none;
}
.js_remove_from_cart .cart_btn_remove {
	display: block;
}
.cart_add_btn_wrapper_align {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DDD;
	margin: 0 0 15px 0;
}
.cart_add_btn_wrapper {
	width: auto;
	height: auto;
	display: inline-block;
	text-align: left;
}


.param_val {
	color: #555;
	padding-left: 10px;
	font-family: 'bpg';
	text-transform: none;
}
.cart_row {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: auto;
	padding: 8px 10px;
	border-bottom: 1px solid #DDD;
	color: #777;
	font-size: 12px;
}
.cart_row.cart_row_red {
	background: #FFD6D7 !important;
}
.cart_row.cart_row_red .cart_row_title {
	color: #A60004 !important;
}
.cart_row_title {
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}
@media screen and (max-width: 760px) {
	.cart_row_title {
		width: 100%;
		margin: 0;
		padding-bottom: 10px;
	}
}
.cart_row_title span {
	font-size: 10px;
	color: #999;
	display: block;
}
.cart_row_quantity {
	width: 110px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.cart_empty {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 120px 0;
	font-size: 12px;
	color: #999;
	display: none;
	font-family: "bpgextra";
}
.cart_main_wrapper {
	width: 100%;
	height: auto;
	font-family: "bpgextra";
	margin: 15px 0;
}
.quantity_wrapper {
	width: 102px;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.quantity_wrapper input {
	width: 40px;
	height: 28px;
	border: 1px solid #DDD;
	text-align: center;
	float: left;
	pointer-events:none;
	padding: 0;
}
.quantity_wrapper button {
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	background: #DDD;
	float: left;
	color: #777;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.quantity_wrapper button:hover {
	background: #CCC;
}
.quantity_wrapper button.deactive {
	pointer-events:none;
	background: #EEE;
	color: #AAA;
}
.error_cart_q {
	width: 100%;
	height: auto;
	background: #FFD6D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	margin: 15px 0;
	color: #8F0002;
	font-size: 11px;
	display: none;
}
.error_cart_q p {
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.error_cart_q button {
	width: 20px;
	height: 20px;
	background: #D4292C;
	color: #FFF;
	border: none;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;	
	text-align: center;
	cursor: pointer;
}
.cart_row_sum {
	width: 90px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #777;
	text-align: right;
	line-height: 30px;
	margin-right: -4px;
}
.cart_row_sum img {
	height: 14px;
}
.cart_row_times {
	width: 70px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-right: -4px;
}
.cart_row_times button {
	width: 40px;
	height: 30px;
	background: #E1E1E1;
	border: none;
	color: #E05052;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 0;
}
.cart_row_times button:hover {
	color: #FFF;
	background: #E05052;
}
.sum_row {
	width: 100%;
	height: auto;
	text-align: right;
}
.sum_row_title {
	width: auto;
	height: auto;
	display: inline-block;
	line-height: 30px;
	color: #555;
}
.sum_row .cart_row_sum {
	width: 145px;
	margin: 0 80px 0 0;
}
.cart_login {
	font-size: 12px;
	text-align: center;
	padding: 50px 0;
	color: #999;
	font-family: 'bpgextra';
	text-transform: none;
}
@media screen and (max-width: 760px) {
	.sum_row {
		text-align: left;
	}
	.sum_row_title {
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 225px);
		padding: 0 0 0 10px;
		font-size: 12px;
	}
	.sum_row .cart_row_sum {
		margin: 0 70px 0 0;
	}
}

.pay_method {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #888;
	padding: 30px 0 5px 10px;
}
.cart_shiping_address {
	width: 400px;
	height: auto;
	padding: 10px;
	border: 1px solid #CCC;
	background: #f0f0f0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media screen and (max-width: 760px) {
	.cart_shiping_address {
		width: 300px;
	}
}
.cart_shiping_address:focus {
	background: #FFF;
}

.pay_method_btn {
	width: auto;
	height: auto;
	border: none;
	color: #777;
	font-size: 12px;
	padding: 8px 15px;
	background: #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 8px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	font-family: "bpgextra";
}
.pay_method_btn:hover {
	background: #CFCFCF;
	color: #555;
}
.pay_method_btn.active {
	background: #ed5a24 !important;
	color: #FFF !important;
}
.pay_btn {
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 15px 0 0 0;
	border-top: 1px solid #DDD;
	text-align: right;
}
.pay_btn button {
	border: none;
	background: #ed5a24;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding: 8px 15px;
	cursor: pointer;
	pointer-events:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: "bpgextra";
}
.pay_btn button.active {
	pointer-events:inherit;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.pay_btn button:hover {
	background: #d34e1e;
}


.d-none {
	display: none;
}
.d-block {
	display: block;
}


.order_wrapper {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: auto;
	padding: 0 0 10px 0;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 10px;
	background: #FFF;
	color: #555;
	font-size: 12px;
	overflow: hidden;
	font-family: "bpgextra";
}
.order_info_title {
	font-size: 12px;
	color: #888;
	margin-bottom: 2px;
}
.order_border_bottom {
	padding-left: 15px;
}
.order_info {
	font-size: 12.5px;
	margin-bottom: 15px;
}
.order_info img {
	height: 12px;
}
.order_info span {
	font-size: 12px;
}
.order_info a {
	font-size: 11px;
	color: #555;
	background: #f0f0f0;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 5px;
}
.order_info a:hover {
	background: #BEFFAE;
	color: #197B01;
}
.order_part_wrapper {
	width: 100%;
	height: auto;
	padding-left: 15px;
	margin: 5px 0;
}
.order_part_wrapper img {
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}
.order_part_title {
	width: -moz-calc(100% - 115px);
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 10px 0 0 10px;
}
.order_part_title span {
	display: block;
	color: #888;
	font-size: 11px;
}
.order_part_title span:last-child {
	margin-top: 8px;
	font-size: 10px;
}
.oder_info_col {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.order_border_bottom {
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	background: #fcfcfc;
	padding-top: 15px;
}


.select_color {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 5px 0 15px 0;
	position: relative;
}
.select_color select {
	font-size: 12px;
	font-family: "bpgextra";
	color: #555;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: none;
	padding: 8px 25px 8px 15px;
}
.select_color::before {
	width: 18px;
	height: -moz-calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	background: #FFF url(images/arrow.png) no-repeat center center;
	content: '';
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 0;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	pointer-events:none;
}


.choose_title {
	width: 100%;
	text-align: center;
	color: #777;
	margin: 45px 0 25px 0;
	font-family: 'bpgextra';
}

.my_acount_col_6 {
	width: -moz-calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
	height: auto;
	padding: 0 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
}
.my_acount_col_6 textarea {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}

.in_cart_ok {
	background: #f2ffed;
	color: #0aa111;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'bpgextra';
	display: none;
}</pre></body></html>