@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.unstyled, .pagination ul, .breadcrumb, .page-numbers, .pager, .nav-pills, .payment_methods, .woocommerce-error, .slides, .flexslider, f
.jp-controls, .jp-toggles, .related-posts_list, .nav-tabs { padding:0; }
.unstyled li, .pagination ul li, .breadcrumb li, .page-numbers li, .pager li, .nav-pills li, .payment_methods li, .woocommerce-error li, .slides li, .flexslider li, f
.jp-controls li, .jp-toggles li, .related-posts_list li, .nav-tabs li {
	padding:0;
	background:none;
}
.filterable-portfolio li, .chzn-results li { background:none; }
.order_details li {
	background:none;
	padding-left:0;
	padding-bottom:0;
}
.sidebar .unstyled li { padding:0 0 30px 0; }
.single-pager.pager {
	margin:0;
	border:none;
	padding:10px 0 20px 0;
}
.single-pager.pager li { padding:10px 0; }
header.header {
	padding:0;
	background:url(images/tail-top.jpg) 0 0 repeat;
	border-bottom:1px solid #919090;
	margin-bottom:47px;
}
@media (max-width: 767px) {
	header.header {
		padding:0 0 5px;
		border-bottom:none;
	}
}
.header_shadow {
	background:url(images/shadow_header.png) 0 0 repeat-x;
	position:relative;
}
.header_shadow:after, .header_shadow:before {
	display:block;
	content:"";
	position:absolute;
	width:100%;
	z-index:1;
	background:url(images/shadow_header.png) 0 0 repeat-x;
	top:0;
	bottom:0;
}
.header_shadow:after {
	left:-100%;
	right:100%;
}
.header_shadow:before {
	right:-100%;
	left:100%;
}
#back-top span {
	background-color:#48AF46;
	-webkit-border-radius:620px;
	-moz-border-radius:620px;
	border-radius:620px;
}
#back-top span:hover { background-color:#333745; }
.logo { margin:52px 0 0 0; }
@media (max-width: 767px) {
	.logo { margin:20px 0 0 0; }
}
.logo h1, .logo h2 {
	background:none !important;
	padding:0 !important;
	text-transform:uppercase !important;
}
.logo h1 .logo_link, .logo h2 .logo_link { color:#48AF46; }
.logo h1 .logo_link:hover, .logo h2 .logo_link:hover { color:#48AF46; }
.logo_tagline {
	margin:0;
	padding:8px 0 0 0;
	font-size:11px;
}
@media (max-width: 767px) {
	.logo, .logo.pull-left {
		float:none;
		width:100%;
		text-align:center;
		padding:0 10px;
		max-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.nav_menu {
	position:relative;
	padding:0 0 6px 0;
	margin:7px 0 0 0;
	background-color:#424242;
	background-image:-moz-linear-gradient(top,#424242,#424242);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#424242));
	background-image:-webkit-linear-gradient(top,#424242,#424242);
	background-image:-o-linear-gradient(top,#424242,#424242);
	background-image:linear-gradient(to bottom,#424242,#424242);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff424242', GradientType=0);
	filter:none;
	top:33px;
}
.nav_menu:after {
	display:block;
	content:"";
	height:6px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48AF46,#6B9266);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48AF46),to(#6B9266));
	background-image:-webkit-linear-gradient(top,#48AF46,#6B9266);
	background-image:-o-linear-gradient(top,#48AF46,#6B9266);
	background-image:linear-gradient(to bottom,#48AF46,#6B9266);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48AF46', endColorstr='#ff6B9266', GradientType=0);
	filter:none;
}
@media (max-width: 767px) {
	.nav_menu {
		padding:0;
		background:none;
		top:0;
	}
	.nav_menu:after { display:none; }
}
.nav_menu .select-menu {
	background:#48AF46;
	color:#fff;
	border:1px solid #fff;
}
.nav__primary {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.nav__primary { padding:0 10px; }
}
.nav__primary .sf-menu {
	float:none;
	width:100%;
	position:relative;
}
.nav__primary .sf-menu a {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.nav__primary .sf-menu > li {
	margin:0;
	background:none;
	border:none;
	font-weight:600;
	width:143px;
	background:url(images/divider_1.jpg) right 0 repeat-y;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu > li { width:100px; }
}
.nav__primary .sf-menu > li > a {
	padding:15px 0 17px;
	display:block;
	border:none;
	background:none;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav__primary .sf-menu > li > a:after {
	display:block;
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:100%;
	top:0;
	background-color:#4EA844;
	background-image:-moz-linear-gradient(top,#4EA944,#6B9266);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4EA944),to(#6B9266));
	background-image:-webkit-linear-gradient(top,#4EA944,#6B9266);
	background-image:-o-linear-gradient(top,#4EA944,#6B9266);
	background-image:linear-gradient(to bottom,#4EA944,#6B9266);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4EA944', endColorstr='#ff6B9266', GradientType=0);
	filter:none;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav__primary .sf-menu > li > a:hover, .nav__primary .sf-menu > li.sfHover > a, .nav__primary .sf-menu > li.current-menu-item > a, .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	color:#fff;
}
.nav__primary .sf-menu > li > a:hover:after, .nav__primary .sf-menu > li.sfHover > a:after, .nav__primary .sf-menu > li.current-menu-item > a:after, .nav__primary .sf-menu > li.current_page_item > a:after { bottom:0; }
.nav__primary .sf-menu ul {
	background:#424242;
	padding:0;
	width:220px;
}
.nav__primary .sf-menu ul li {
	border:none;
	background:none;
}
.nav__primary .sf-menu ul li a {
	padding:10px 10px 10px 16px;
	font-size:12px;
	line-height:20px;
	color:#f95900;
	font-weight:normal;
	border:none;
	text-align:left;
	text-decoration:none;
	font-style:normal;
}
.nav__primary .sf-menu ul > li > a:hover, .nav__primary .sf-menu ul > li.sfHover > a, .nav__primary .sf-menu ul > li.current-menu-item > a, .nav__primary .sf-menu ul > li.current_page_item > a {
	color:#333745;
	background:#f9f9f9;
}
.nav__primary .sf-menu ul > li:hover ul, .nav__primary .sf-menu ul > li.sfHover ul {
	left:220px;
	top:-1px;
}
.nav__primary .sf-menu .sf-sub-indicator {
	background:none;
	width:auto;
	height:auto;
	position:absolute;
	right:3px;
	top:50%;
	margin:-10px 0 0 0;
	width:14px;
	height:20px;
}
.nav__primary .sf-menu .sf-sub-indicator:after {
	content:"\f107";
	font-family:FontAwesome;
	text-indent:0;
	position:absolute;
	left:0;
	top:0;
	line-height:20px;
	font-size:14px;
}
.nav__primary .sf-menu ul .sf-sub-indicator { right:-3px; }
.nav__primary .sf-menu ul .sf-sub-indicator:after { content:"\f105"; }
@media (max-width: 767px) {
	.header #search-header {
		float:none;
		text-align:center;
		padding:0 0 10px 0;
	}
}
.header #search-header input#search-form_is { margin-bottom:0; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
#searchform input { vertical-align:top; }
.error404-holder_num { color:#f95900; }
.panel.entry-content { overflow:visible; }
.share-buttons li { min-height:30px; }
.share-buttons li iframe { max-width:none; }
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
.dropcap {
	border-radius:4px;
	color:#fff;
	background:#f95900;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:30px;
	line-height:44px;
}
@media (max-width: 767px) {
	.posts-grid.team > li:after {
		clear:both;
		width:100%;
		display:block;
		content:"";
	}
}
.posts-grid.team > li .featured-thumbnail {
	float:none;
	margin:0 0 10px 0;
}
.posts-grid.team > li .featured-thumbnail img { background:#fff; }
@media (max-width: 767px) {
	.posts-grid.team > li .featured-thumbnail {
		float:left;
		margin:0 20px 20px 0;
		max-width:50%;
	}
}
@media (max-width: 400px) {
	.posts-grid.team > li .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
		max-width:100%;
	}
}
@media (max-width: 767px) {
	.posts-grid.team > li .clear { clear:none; }
}
footer.footer {
	border:none;
	background-color:#1f1f1f;
	background-image:-moz-linear-gradient(top,#222222,#1a1a1a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#1a1a1a));
	background-image:-webkit-linear-gradient(top,#222222,#1a1a1a);
	background-image:-o-linear-gradient(top,#222222,#1a1a1a);
	background-image:linear-gradient(to bottom,#222222,#1a1a1a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff1a1a1a', GradientType=0);
	filter:none;
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	color:#797979;
	padding:45px 0 0 0;
}
footer.footer h3 {
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
footer.footer a:hover { text-decoration:none; }
footer.footer ul { margin:0; }
footer.footer ul li {
	list-style-type:none;
	font-size:12px;
	line-height:22px;
}
footer.footer ul li a { color:#797979; }
footer.footer ul li a:hover { color:#48AF46; }
footer.footer .vcard { font-weight:normal; }
footer.footer .vcard strong { font-weight:normal; }
footer.footer .vcard strong .meta_format { display:inline-block; }
footer.footer .vcard span.tel {
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	color:#48AF46;
	font-family:'Open Sans', sans-serif;
	padding:8px 0 0 0;
}
footer.footer .vcard span.tel a:hover { color:#fff; }
footer.footer .copyright {
	padding-top:58px;
	font-size:11px;
	line-height:22px;
}
footer.footer .copyright a:hover { color:#fff; }
footer.footer .footer-nav .menu li.current-menu-item a, footer.footer .footer-nav .menu li a:hover {
	color:#48AF46;
	text-decoration:none;
}
@media (max-width: 767px) {
	footer.footer { padding:10px; }
}
body.home { background:url(images/bg_body.jpg) center 0 no-repeat; }
body.home #motopress-main.main-holder .content-holder { padding-bottom:0; }
body { background-position:232px center; }
body #motopress-main.main-holder { overflow:hidden; }
body #motopress-main.main-holder a:hover { text-decoration:none; }
body #motopress-main.main-holder h2 {
	font-weight:600;
	display:block;
	padding:16px 30px 20px 30px;
	background-color:#f1f1f1;
	background-image:-moz-linear-gradient(top,#ffffff,#dbdbdb);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dbdbdb));
	background-image:-webkit-linear-gradient(top,#ffffff,#dbdbdb);
	background-image:-o-linear-gradient(top,#ffffff,#dbdbdb);
	background-image:linear-gradient(to bottom,#ffffff,#dbdbdb);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdbdbdb', GradientType=0);
	text-transform:uppercase;
	margin:15px 0 31px;
}
body #motopress-main.main-holder .search_cart { margin:58px 0 0 0; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .search_cart { margin:15px 0 0 0; }
}
body #motopress-main.main-holder #sidebar ul li {
	padding-bottom:10px;
	text-transform:uppercase;
	list-style:none;
}
body #motopress-main.main-holder #sidebar ul li:first-child .comments-custom_txt { border-top:none; }
body #motopress-main.main-holder #sidebar .post-list time, body #motopress-main.main-holder #sidebar .post-list span.post-list_comment { color:#48AF46; }
body #motopress-main.main-holder #sidebar .post-list time { display:block; }
body #motopress-main.main-holder #sidebar .post-list span.post-list_comment { display:block; }
body #motopress-main.main-holder .search-form__h {
	display:block;
	float:right;
	width:277px;
	overflow:hidden;
	margin:0 28px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .search-form__h { margin:10px 0 0 0; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .search-form__h { margin:0 10px 0 0; }
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .search-form__h {
		width:100%;
		float:none;
		margin:10px 0 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 10px;
	}
}
body #motopress-main.main-holder .search-form__h form {
	padding:0;
	border:1px solid #d9d9d9;
}
body #motopress-main.main-holder .search-form__h .search-form_it {
	border:none;
	font-size:12px;
	line-height:20px;
	height:45px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:;
	padding:12px 10px 12px;
	width:229px;
	float:left;
	background:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .search-form__h .search-form_it {
		float:none;
		width:100%;
		padding-right:50px;
		padding:5px 50px 5px 10px;
		height:31px;
	}
}
body #motopress-main.main-holder .search-form__h .btn-primary {
	width:46px;
	height:46px;
	background:url(images/btn-search.jpg) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	padding:0;
	margin:-1px 0;
	text-indent:-1000px;
	filter:none;
	overflow:hidden;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
	position:relative;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .search-form__h .btn-primary {
		float:none;
		position:absolute;
		right:0;
		top:0;
		height:32px;
		width:32px;
		-webkit-background-size:100%;
		-moz-background-size:100%;
		-o-background-size:100%;
		background-size:100%;
	}
}
body #motopress-main.main-holder .search-form__h .btn-primary:hover {
	background:url(images/btn-search.jpg) 0 bottom no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
body #motopress-main.main-holder .search-form__h .btn-primary:visited, body #motopress-main.main-holder .search-form__h .btn-primary:focus {
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background:url(images/btn-search.jpg) 0 bottom no-repeat transparent;
	box-shadow:none;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .search-form__h { display:block !important; }
}
body #motopress-main.main-holder .advanced_categories {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
body #motopress-main.main-holder .advanced_categories_item {
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:18px;
}
body #motopress-main.main-holder .advanced_categories_item_inner { padding:10px; }
body #motopress-main.main-holder .advanced_categories_item_inner figure {
	margin:0;
	text-align:center;
}
body #motopress-main.main-holder .advanced_categories.cols_1 .advanced_categories_item { width:100%; }
body #motopress-main.main-holder .advanced_categories.cols_2 .advanced_categories_item { width:50%; }
body #motopress-main.main-holder .advanced_categories.cols_3 .advanced_categories_item { width:33.3%; }
body #motopress-main.main-holder .advanced_categories.cols_4 .advanced_categories_item { width:25%; }
body #motopress-main.main-holder .advanced_categories.cols_5 .advanced_categories_item { width:20%; }
body #motopress-main.main-holder .advanced_categories.cols_6 .advanced_categories_item { width:16.5%; }
body #motopress-main.main-holder .shop-nav {
	background-color:#383838;
	background-image:-moz-linear-gradient(top,#3a3a3a,#353535);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3a3a3a),to(#353535));
	background-image:-webkit-linear-gradient(top,#3a3a3a,#353535);
	background-image:-o-linear-gradient(top,#3a3a3a,#353535);
	background-image:linear-gradient(to bottom,#3a3a3a,#353535);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3a3a', endColorstr='#ff353535', GradientType=0);
	filter:none;
	position:relative;
	z-index:1;
}
body #motopress-main.main-holder .shop-nav:after, body #motopress-main.main-holder .shop-nav:before {
	display:block;
	position:absolute;
	content:"";
	width:100%;
	z-index:-1;
	top:0;
	bottom:0;
	background-color:#383838;
	background-image:-moz-linear-gradient(top,#3a3a3a,#353535);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3a3a3a),to(#353535));
	background-image:-webkit-linear-gradient(top,#3a3a3a,#353535);
	background-image:-o-linear-gradient(top,#3a3a3a,#353535);
	background-image:linear-gradient(to bottom,#3a3a3a,#353535);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3a3a', endColorstr='#ff353535', GradientType=0);
	filter:none;
}
body #motopress-main.main-holder .shop-nav:after {
	left:100%;
	right:-100%;
}
body #motopress-main.main-holder .shop-nav:before {
	right:100%;
	left:-100%;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav:after, body #motopress-main.main-holder .shop-nav:before { display:none; }
}
body #motopress-main.main-holder .shop-nav ul {
	padding:0;
	margin:0;
	*zoom:1;
}
body #motopress-main.main-holder .shop-nav ul:before, body #motopress-main.main-holder .shop-nav ul:after {
	display:table;
	content:"";
	line-height:0;
}
body #motopress-main.main-holder .shop-nav ul:after { clear:both; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav ul { text-align:center; }
}
body #motopress-main.main-holder .shop-nav ul li {
	background:url(images/divider.jpg) right 0 repeat-y;
	font-size:11px;
	line-height:14px;
	width:86px;
	padding:0;
	float:left;
	list-style:none;
}
body #motopress-main.main-holder .shop-nav ul li:first-child:after {
	display:block;
	content:"";
	position:absolute;
	background:url(images/divider.jpg) 0 0 repeat-y;
	width:2px;
	height:39px;
	left:0;
	top:0;
	bottom:0;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav ul li:first-child:after { display:none; }
}
body #motopress-main.main-holder .shop-nav ul li >a {
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:12px 0 13px;
	text-align:center;
	position:relative;
	z-index:1;
}
body #motopress-main.main-holder .shop-nav ul li >a:after {
	display:block;
	content:"";
	left:0;
	right:100%;
	top:0;
	bottom:0;
	position:absolute;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	background:#48AF46;
}
body #motopress-main.main-holder .shop-nav ul li a:hover, body #motopress-main.main-holder .shop-nav ul li.current-menu-item > a, body #motopress-main.main-holder .shop-nav ul li.current_page_item > a {
	color:#fff;
	text-decoration:none;
}
body #motopress-main.main-holder .shop-nav ul li a:hover:after, body #motopress-main.main-holder .shop-nav ul li.current-menu-item > a:after, body #motopress-main.main-holder .shop-nav ul li.current_page_item > a:after { right:0; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav ul li {
		text-align:center;
		padding:12px 0 13px;
		background:none;
		width:auto;
		margin:0 2px;
		float:none;
		display:inline-block;
	}
	body #motopress-main.main-holder .shop-nav ul li a:hover, body #motopress-main.main-holder .shop-nav ul li.current-menu-item > a, body #motopress-main.main-holder .shop-nav ul li.current_page_item > a {
		color:#48AF46;
		text-decoration:none;
	}
	body #motopress-main.main-holder .shop-nav ul li a:hover:after, body #motopress-main.main-holder .shop-nav ul li.current-menu-item > a:after, body #motopress-main.main-holder .shop-nav ul li.current_page_item > a:after { display:none; }
	body #motopress-main.main-holder .shop-nav ul li >a { padding:0; }
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .shop-nav ul li {
		display:inline-block;
		width:auto;
		float:none;
		background:none;
		margin:0 2px;
	}
}
body #motopress-main.main-holder .cart-holder {
	position:relative;
	z-index:10;
	padding:0;
	text-align:right;
	float:right;
	margin:0 15px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .cart-holder { margin:0 0 0 10px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cart-holder {
		float:left;
		margin:0 0 0 10px;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .cart-holder {
		float:none;
		text-align:left;
		width:100%;
		margin:0 0 0 10px;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
	display:none;
	position:absolute;
	width:210px;
	padding:10px;
	right:0;
	top:100%;
	background:#fff;
	border:1px solid #d9d9d9;
	border-radius:0;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-align:left;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
		right:auto;
		left:0;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .button { margin-bottom:3px; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list {
	margin:0;
	padding:0;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li {
	list-style:none;
	background:none;
	padding:10px 0;
	overflow:hidden;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li img, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li img {
	float:left;
	margin:5px 10px 0 0;
	background:#fbfbfb;
	border:1px solid #aaa;
	border-radius:4px;
	width:50px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li a:hover img, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li a:hover img { border:1px solid #f95900; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .quantity, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .quantity {
	display:block;
	overflow:hidden;
	margin:0 0 0 60px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation {
	overflow:hidden;
	border:none;
	padding:0;
	margin:0 0 0 60px;
	font-size:10.8px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation dt, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation dt { float:left; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation dd, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation dd {
	margin:0 0 0 4px;
	float:left;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .total {
	margin:0;
	padding:5px 0 15px;
	text-align:right;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .buttons {
	margin:0;
	text-align:center;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .empty {
	text-align:center;
	display:block;
}
body #motopress-main.main-holder .cart-holder h3 {
	cursor:pointer;
	display:inline-block;
	font-size:18px;
	line-height:42px;
	padding:0 25px 0 8px;
	height:46px;
	margin:0;
	color:#6e6e6e;
	background:#fff;
	border:1px solid #d9d9d9;
	margin-left:46px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .cart-holder h3:before {
	font-family:FontAwesome;
	font-weight:normal;
	display:block;
	position:absolute;
	left:-46px;
	content:"\f07a";
	color:#fff;
	text-align:center;
	font-size:38px;
	line-height:41px;
	height:45px;
	width:46px;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#f95300);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#f95300));
	background-image:-webkit-linear-gradient(top,#48A846,#f95300);
	background-image:-o-linear-gradient(top,#48A846,#f95300);
	background-image:linear-gradient(to bottom,#48A846,#f95300);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#fff95300', GradientType=0);
	filter:none;
	margin:0 6px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .cart-holder h3:hover { color:#333745; }
body #motopress-main.main-holder .content-holder .page-title { display:none; }
body #motopress-main.main-holder .content-holder a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
body #motopress-main.main-holder .content-holder .slider {
	margin:0;
	overflow:visible;
}
body #motopress-main.main-holder .content-holder .camera_wrap { float:none; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_thumbs {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_thumbs_cont { background:none; }
@media (min-width: 1170px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption { top:50px !important; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption { display:none !important; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption {
	position:absolute;
	width:335px;
	right:104px;
	top:20px;
	bottom:auto !important;
	background:none;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div { background:none; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption h2 {
	font-size:100px;
	line-height:100px;
	color:#f95900;
	margin:0 0 0 0;
	padding:0;
	border-bottom:none;
	text-transform:uppercase;
	font-weight:600;
	background:none;
	filter:none;
	font-family:'Open Sans', sans-serif;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption h3 {
	font-size:40px;
	line-height:40px;
	font-weight:300;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	color:#9c9c9c;
	letter-spacing:12px;
	margin:-10px 0 25px 0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption p {
	color:#999999;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 18px 0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption span {
	font-size:30px;
	line-height:30px;
	display:block;
	font-weight:normal;
	color:#cccccc;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin:0 0 6px 0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption span strong {
	font-weight:600;
	color:#f95900;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption em {
	display:block;
	font-size:15px;
	line-height:18px;
	color:#1f1f1f;
	font-style:normal;
	font-family:'Open Sans', sans-serif;
	color:#cccccc;
	font-weight:300;
	margin:0 0 34px 0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption a {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
	padding:8px 13px 9px;
	margin:0 0 0 4px;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	filter:none;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption a:hover {
	background-color:#3c3c3c;
	background-image:-moz-linear-gradient(top,#424242,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#333333));
	background-image:-webkit-linear-gradient(top,#424242,#333333);
	background-image:-o-linear-gradient(top,#424242,#333333);
	background-image:linear-gradient(to bottom,#424242,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff333333', GradientType=0);
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption h2 {
		font-size:40px;
		line-height:40px;
	}
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption h3 {
		font-size:20px;
		line-height:20px;
		margin-top:0;
	}
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption span {
		font-size:15px;
		line-height:20px;
	}
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption p { margin-bottom:5px; }
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption em { margin-bottom:10px; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag {
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding-right:11px;
	background-color:#b6b6b6;
	background-image:-moz-linear-gradient(top,#bfbfbf,#a9a9a9);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#bfbfbf),to(#a9a9a9));
	background-image:-webkit-linear-gradient(top,#bfbfbf,#a9a9a9);
	background-image:-o-linear-gradient(top,#bfbfbf,#a9a9a9);
	background-image:linear-gradient(to bottom,#bfbfbf,#a9a9a9);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfbfbf', endColorstr='#ffa9a9a9', GradientType=0);
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul { text-align:right; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul li {
	float:none;
	display:inline-block;
	margin:10px 2px 11px;
	padding:0;
	width:12px;
	height:12px;
	background:none;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul li >span {
	display:block;
	background:#fff;
	width:12px;
	height:12px;
	position:static;
	-webkit-border-radius:620px;
	-moz-border-radius:620px;
	border-radius:620px;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul li >span >span { display:none; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul li:hover >span { background:#fa6400; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_pag ul.camera_pag_ul li.cameracurrent >span { background:#fa6400; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_prev, body #motopress-main.main-holder .content-holder .camera_wrap .camera_next, body #motopress-main.main-holder .content-holder .camera_wrap .camera_commands {
	top:50%;
	position:absolute;
	display:block;
	height:74px;
	width:39px;
	margin-top:-37px;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_prev >span, body #motopress-main.main-holder .content-holder .camera_wrap .camera_next >span, body #motopress-main.main-holder .content-holder .camera_wrap .camera_commands >span { background:none; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_prev:hover, body #motopress-main.main-holder .content-holder .camera_wrap .camera_next:hover, body #motopress-main.main-holder .content-holder .camera_wrap .camera_commands:hover { background-position:0 0; }
body #motopress-main.main-holder .content-holder .camera_wrap .camera_prev {
	background:url(images/slider_nav_prev.jpg) 0 bottom no-repeat;
	left:0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_next {
	background:url(images/slider_nav_next.jpg) 0 bottom no-repeat;
	right:0;
}
body #motopress-main.main-holder .content-holder .banners {
	margin:0 -15px 0;
	overflow:hidden;
	padding:31px 0 18px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0 -10px 15px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0 0 15px; }
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap {
	display:block;
	float:left;
	margin:0 15px;
	position:relative;
	z-index:1;
	font-family:;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	width:212px;
	height:165px;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap:hover .btn.btn-link {
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	text-decoration:none;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap:hover .btn.btn-link:after { bottom:0; }
body #motopress-main.main-holder .content-holder .banners .banner-wrap h5 {
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	margin:36px 0 0 25px;
	font-family:'Open Sans', sans-serif;
	position:relative;
	z-index:-1;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap p {
	font-size:20px;
	line-height:20px;
	font-weight:300;
	color:#c8c8c8;
	text-transform:uppercase;
	margin:0 0 0 22px;
	letter-spacing:2px;
	font-family:'Open Sans', sans-serif;
	position:relative;
	z-index:-1;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .banner-btn {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link {
	display:block;
	bottom:0;
	text-align:left;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:10px 25px 17px;
	font-size:15px !important;
	line-height:25px !important;
	height:51px;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	border:none;
	position:relative;
	z-index:1;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link:before {
	display:block;
	content:"\f054";
	font-family:FontAwesome;
	font-size:19px;
	line-height:20px;
	color:#fff;
	position:absolute;
	right:15px;
	top:15px;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link:after {
	display:block;
	content:'';
	background-color:#868686;
	background-image:-moz-linear-gradient(top,#a5a5a5,#585858);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#a5a5a5),to(#585858));
	background-image:-webkit-linear-gradient(top,#a5a5a5,#585858);
	background-image:-o-linear-gradient(top,#a5a5a5,#585858);
	background-image:linear-gradient(to bottom,#a5a5a5,#585858);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5a5a5', endColorstr='#ff585858', GradientType=0);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	z-index:-1;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .featured-thumbnail {
	padding:0;
	background:none;
	margin:0;
	float:none;
	border:none;
	position:static;
	z-index:2;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap .featured-thumbnail span {
	float:none;
	padding:0;
	background:none;
	border:none;
	position:absolute;
	display:block;
	width:100%;
	left:0;
	top:0;
	z-index:-1;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:270px;
		height:210px;
		padding:0;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap h5 {
		font-size:45px;
		line-height:45px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap p {
		font-size:30px;
		line-height:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		margin:0 10px;
		width:166px;
		height:129px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap h5 {
		font-size:20px;
		line-height:20px;
		margin-top:20px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link {
		padding:7px 10px 8px;
		height:39px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link:before { top:10px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		margin:0 5px;
		width:23%;
		height:8em;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap h5 {
		font-size:12px;
		line-height:12px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap p {
		font-size:8px;
		line-height:12px;
		margin-bottom:5px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link {
		padding:5px 4px 5px;
		font-size:10px !important;
		line-height:21px !important;
		height:31px;
	}
	body #motopress-main.main-holder .content-holder .banners .banner-wrap .btn.btn-link:before {
		top:10px;
		font-size:12px;
		line-height:15px;
	}
}
@media (max-width: 550px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:270px;
		float:none;
		margin:0 auto 10px;
	}
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap { width:100%; }
}
body #motopress-main.main-holder .content-holder div.product .onsale {
	right:inherit;
	left:9px;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product .onsale { left:10px; }
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails {
	display:block;
	margin:0;
	text-align:center;
	padding-top:0;
	font-size:0;
	line-height:0;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a {
	width:auto;
	max-width:90px;
	margin:0 1px 2px;
	float:none;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a img { margin:0; }
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a:hover img { box-shadow:none; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity { margin-bottom:10px; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity .qty { margin-bottom:0px; }
body #motopress-main.main-holder .content-holder div.product .summary h1:first-letter { text-transform:uppercase; }
body #motopress-main.main-holder .content-holder div.product .summary .share-buttons {
	border-top:1px solid #d9d9d9;
	margin:15px 0 0 0;
	padding:15px 0 15px;
}
body #motopress-main.main-holder .content-holder div.product div .tabs {
	padding:0 0 0 8px;
	margin:0;
	background:none;
	position:relative;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs:before, body #motopress-main.main-holder .content-holder div.product div .tabs:after {
	border:none;
	box-shadow:none;
	display:none;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active {
	background:none;
	border-bottom:none;
	top:0px;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a {
	color:#fff;
	background:#f95900;
	border:1px solid #c64700;
	cursor:default;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li {
	margin:0 1px 0 0;
	padding:0;
	background:none;
	border:none;
	box-shadow:none;
	font-size:inherit;
	position:relative;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a {
	text-shadow:none;
	color:inherit;
	padding:8px 15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:#eee;
	border-radius:4px 4px 0 0;
	border:1px solid #d9d9d9;
	margin:0 0 -1px 0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a:hover {
	color:#fff;
	background:#f95900;
	border:1px solid #c64700;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:before, body #motopress-main.main-holder .content-holder div.product div .tabs li:after {
	border:none;
	box-shadow:none;
	display:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel {
	padding:15px;
	background:#fdfdfd;
	border:1px solid #d9d9d9;
	border-radius:4px;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
}
body #motopress-main.main-holder .content-holder div.product div.panel h2 {
	padding:0;
	background:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment_container img { margin-top:6px; }
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment-text {
	border:none;
	padding-top:0;
}
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li p.meta { font-size:12px; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product div.panel #reviews .star-rating { float:right; }
	body #motopress-main.main-holder .content-holder div.product div.panel #reviews .commentlist .star-rating { float:left; }
	body #motopress-main.main-holder .content-holder div.product div.panel #reviews h2, body #motopress-main.main-holder .content-holder div.product div.panel #reviews .meta { clear:both !important; }
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td {
	background:none;
	color:#000000;
	text-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td label { padding-top:7px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs { padding:0 0 0 0px; }
	body #motopress-main.main-holder .content-holder div.product div .tabs:before, body #motopress-main.main-holder .content-holder div.product div .tabs:after {
		border:none;
		box-shadow:none;
		display:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li {
		display:block;
		box-shadow:none;
		margin-bottom:-2px;
		z-index:10 !important;
		border-radius:0;
		margin:0 0px;
		top:0px;
		float:none;
		border-bottom:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:before, body #motopress-main.main-holder .content-holder div.product div .tabs li:after {
		border:none;
		box-shadow:none;
		display:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		display:block;
		padding-bottom:.5em;
		float:none;
	}
	body #motopress-main.main-holder .content-holder div.product div.images, body #motopress-main.main-holder .content-holder div.product div.summary {
		float:none;
		width:100%;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product >a img, body #motopress-main.main-holder .content-holder div.product div.images >a img, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:none;
	border:1px solid #aaa;
	border-radius:4px;
	box-shadow:0 0 0 rgba(0,0,0,0);
	padding:10px 15px 0 15px;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder .content-holder ul.products li.product >:hover h3, body #motopress-main.main-holder .content-holder ul.products li.product >:hover strong, body #motopress-main.main-holder .content-holder div.product div.images >:hover h3, body #motopress-main.main-holder .content-holder div.product div.images >:hover strong, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >:hover h3, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >:hover strong { color:#333745; }
body #motopress-main.main-holder .content-holder div.product div.images {
	width:300px;
	margin-bottom:2em;
	margin-right:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product div.images { width:200px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:48%;
		margin-right:0;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div.images { width:100%; }
}
body #motopress-main.main-holder .content-holder div.product .summary {
	float:right;
	width:300px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:450px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:256px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:48%; }
}
body #motopress-main.main-holder .content-holder div.product .summary:after {
	clear:both;
	content:"";
	direction:block;
	width:100%;
}
body #motopress-main.main-holder .content-holder div.product .summary .price { text-align:left !important; }
body #motopress-main.main-holder .content-holder div.product .summary .cart {
	float:left;
	width:60%;
}
body #motopress-main.main-holder .content-holder div.product .summary .cart .button { margin:-2px 0 0 0; }
body #motopress-main.main-holder .content-holder div.product .summary .cart.variations_form {
	float:none;
	width:100%;
}
body #motopress-main.main-holder .content-holder div.product .summary .single_variation_wrap:after {
	clear:both;
	content:"";
	width:100%;
	display:block;
}
body #motopress-main.main-holder .content-holder div.product .summary .single_variation { padding:0 0 10px 0; }
body #motopress-main.main-holder .content-holder div.product .summary .single_variation .stock { max-width:70%; }
body #motopress-main.main-holder .content-holder div.product .summary .stock {
	float:right;
	max-width:40%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#fff;
	background:#f95900;
	border-radius:3px;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	border:none;
}
body #motopress-main.main-holder .content-holder div.product .summary .stock.out-of-stock { background:#9d261d; }
body #motopress-main.main-holder .content-holder div.product .summary .product_meta { clear:both; }
body #motopress-main.main-holder .content-holder div.product #tabs { padding:0; }
body #motopress-main.main-holder .content-holder ul.products li.product >a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
	color:#363636;
	font-size:19px;
	line-height:24px;
	float:none;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a .price del, body #motopress-main.main-holder .content-holder ul.products li.product >a .price span.from, body #motopress-main.main-holder .content-holder div.product .summary .price del, body #motopress-main.main-holder .content-holder div.product .summary .price span.from {
	font-size:12px;
	display:inline-block;
	text-transform:lowercase;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a .price ins, body #motopress-main.main-holder .content-holder div.product .summary .price ins { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product >a .price .from, body #motopress-main.main-holder .content-holder div.product .summary .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a:hover { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product >a:hover .price { color:#333745; }
body #motopress-main.main-holder .content-holder .featured_products .products ul, body #motopress-main.main-holder .content-holder .featured_products ul.products { margin:0 0 0 -20px; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul, body #motopress-main.main-holder .content-holder .featured_products ul.products { margin:25px 0 0 -30px !important; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul, body #motopress-main.main-holder .content-holder .featured_products ul.products { margin-left:-20px; }
}
body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
	width:220px;
	padding:0;
	margin:0 0 20px 20px;
}
body #motopress-main.main-holder .content-holder .featured_products .products ul li.product .onsale, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product .onsale { right:-8px; }
body #motopress-main.main-holder .content-holder .featured_products .products ul li.product img, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product img { border:none; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
		width:270px;
		margin:0 0 32px 30px;
	}
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product .btn, body #motopress-main.main-holder .content-holder .featured_products .products ul li.product .button, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product .btn, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product .button { margin-bottom:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
		width:164px;
		min-height:263px;
		margin-left:22px;
		padding:0 3px 20px 3px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
		width:45%;
		margin:0 10px 20px;
		border:none;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
		width:100%;
		margin:0 0 25px 0;
		display:block;
		float:none;
	}
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product .onsale, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product .onsale { right:9px; }
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .featured_products .products ul li.product, body #motopress-main.main-holder .content-holder .featured_products ul.products li.product {
		width:100%;
		margin-left:0;
		display:block;
	}
}
body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products {
	float:none !important;
	margin:25px 0 0 -20px !important;
	list-style:none;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin:25px 0 0 -30px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:-20px !important; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:-1% !important; }
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:0 !important; }
}
body #motopress-main.main-holder .content-holder .products ul li.first, body #motopress-main.main-holder .content-holder ul.products li.first { clear:both; }
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
	float:left;
	width:193px;
	margin:0 0 30px 20px;
	position:relative;
	vertical-align:top;
	background:url(images/bg_li_product.jpg) 0 0 repeat-x #fff;
	border:1px solid #d9d9d9;
	padding:10px 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .content-holder .products ul li.product a.added_to_cart, body #motopress-main.main-holder .content-holder ul.products li.product a.added_to_cart { display:none; }
body #motopress-main.main-holder .content-holder .products ul li.product >a, body #motopress-main.main-holder .content-holder ul.products li.product >a {
	padding:10px 20px 0;
	display:block;
	overflow:hidden;
}
body #motopress-main.main-holder .content-holder .products ul li.product >a img, body #motopress-main.main-holder .content-holder ul.products li.product >a img { border:none; }
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap {
	border-top:1px solid #d9d9d9;
	position:relative;
	padding:11px 20px 17px;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top,#f6f6f6,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f6f6f6),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#f6f6f6,#ffffff);
	background-image:-o-linear-gradient(top,#f6f6f6,#ffffff);
	background-image:linear-gradient(to bottom,#f6f6f6,#ffffff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffffffff', GradientType=0);
	filter:none;
	text-align:left;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap { text-align:right; }
}
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap:before, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap:before {
	display:block;
	position:relative;
	content:"";
	width:100%;
	height:1px;
	background:#fff;
	top:-11px;
	right:-20px;
	left:-20px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price {
	float:none;
	color:#363636;
	font-size:19px;
	line-height:24px;
	margin:0;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price {
		float:left;
		margin:9px 0 0 0;
	}
}
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price del, body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price span.from, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price del, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price span.from {
	font-size:12px;
	display:inline-block;
	text-transform:lowercase;
}
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price ins, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price ins { text-decoration:none; }
body #motopress-main.main-holder .content-holder .products ul li.product .prod-inner-wrap .price .from, body #motopress-main.main-holder .content-holder ul.products li.product .prod-inner-wrap .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .btn, body #motopress-main.main-holder .content-holder .products ul li.product .button, body #motopress-main.main-holder .content-holder ul.products li.product .btn, body #motopress-main.main-holder .content-holder ul.products li.product .button {
	vertical-align:top;
	margin:2px 0 0 0;
}
body #motopress-main.main-holder .content-holder .products ul li.product .btn, body #motopress-main.main-holder .content-holder ul.products li.product .btn { margin-left:-3px; }
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .btn, body #motopress-main.main-holder .content-holder ul.products li.product .btn {
		padding-right:10px;
		padding-left:10px;
	}
}
body #motopress-main.main-holder .content-holder .products ul li.product .button, body #motopress-main.main-holder .content-holder ul.products li.product .button {
	font-family:FontAwesome;
	background-color:#3c3c3c;
	background-image:-moz-linear-gradient(top,#424242,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#333333));
	background-image:-webkit-linear-gradient(top,#424242,#333333);
	background-image:-o-linear-gradient(top,#424242,#333333);
	background-image:linear-gradient(to bottom,#424242,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff333333', GradientType=0);
	color:#cccccc;
	filter:none;
	width:34px;
	height:35px;
	padding:0;
}
body #motopress-main.main-holder .content-holder .products ul li.product .button:after, body #motopress-main.main-holder .content-holder ul.products li.product .button:after {
	display:block;
	position:absolute;
	content:"\f07a";
	font-size:20px;
	line-height:34px;
	color:#fff;
	left:0;
	width:100%;
	text-align:center;
	z-index:2;
}
body #motopress-main.main-holder .content-holder .products ul li.product .button b, body #motopress-main.main-holder .content-holder ul.products li.product .button b {
	position:absolute;
	display:inline-block;
	font-size:11px;
	line-height:15px;
	color:#fff !important;
	background:#f95900;
	padding:10px 5px;
	min-width:80px;
	max-width:95px;
	visibility:hidden;
	text-indent:0;
	opacity:0;
	top:-70px;
	text-shadow:none;
	right:0;
	left:auto;
	text-align:center;
	margin-left:-45px;
	border-radius:4px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	pointer-events:none;
	font-family:Arial, Helvetica, sans-serif;
}
body #motopress-main.main-holder .content-holder .products ul li.product .button b:after, body #motopress-main.main-holder .content-holder ul.products li.product .button b:after {
	position:absolute;
	content:"";
	bottom:-6px;
	right:10px;
	border-top:7px solid #f95900;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:0 solid transparent;
}
body #motopress-main.main-holder .content-holder .products ul li.product .button:hover, body #motopress-main.main-holder .content-holder ul.products li.product .button:hover {
	background-color:#6b6b6b;
	background-image:-moz-linear-gradient(top,#767676,#5b5b5b);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#767676),to(#5b5b5b));
	background-image:-webkit-linear-gradient(top,#767676,#5b5b5b);
	background-image:-o-linear-gradient(top,#767676,#5b5b5b);
	background-image:linear-gradient(to bottom,#767676,#5b5b5b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff767676', endColorstr='#ff5b5b5b', GradientType=0);
}
body #motopress-main.main-holder .content-holder .products ul li.product .button:hover b, body #motopress-main.main-holder .content-holder ul.products li.product .button:hover b {
	visibility:visible;
	opacity:1;
	top:-45px;
}
body #motopress-main.main-holder .content-holder .products ul li.product h3, body #motopress-main.main-holder .content-holder .products ul li.product strong, body #motopress-main.main-holder .content-holder ul.products li.product h3, body #motopress-main.main-holder .content-holder ul.products li.product strong {
	font-size:12px;
	line-height:24px;
	color:#f95900;
	padding:0;
	margin:20px 0 0 0;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .short_desc, body #motopress-main.main-holder .content-holder ul.products li.product .short_desc {
	padding:0 20px 10px;
	margin:0 0 16px 0;
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating {
	position:absolute;
	top:0;
	opacity:0;
	visibility:hidden;
	left:10px;
	background:#fff;
	border:6px solid #fff;
	box-shadow:0 0 0 2px #f95900;
	border-radius:4px;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating .rate_content, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating .rate_content { right:-7px; }
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating:hover .rate_content, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating:hover .rate_content { top:-52px; }
body #motopress-main.main-holder .content-holder .products ul li.product a:hover .star-rating, body #motopress-main.main-holder .content-holder ul.products li.product a:hover .star-rating {
	top:10px;
	visibility:visible;
	opacity:1;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:236px;
		margin-left:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:145px;
		margin-left:20px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:31%;
		margin-left:2%;
	}
}
@media (max-width: 520px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:47%;
		margin:0 1% 20px;
		display:inline-block;
		vertical-align:top;
		float:none;
	}
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:100%;
		margin:0 0 20px 0;
		display:block;
	}
}
body #motopress-main.main-holder .content-holder .onsale {
	position:absolute;
	min-height:32px;
	min-width:100px;
	padding:4px;
	font-size:20px;
	text-align:center;
	line-height:32px;
	top:-14px;
	right:-5px;
	margin:0;
	color:#fff;
	font-weight:normal;
	text-shadow:0 -1px 0 #333745;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#48AF46;
	text-shadow:none;
	border:0 transparent solid;
	-webkit-transform:skew(30deg,0);
	-moz-transform:skew(30deg,0);
	-ms-transform:skewX(30deg) skewY(0);
	-o-transform:skew(30deg,0);
	transform:skew(30deg,0);
	-webkit-backface-visibility:hidden;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
body #motopress-main.main-holder .content-holder .onsale b {
	font-weight:normal;
	display:block;
	-webkit-transform:skew(-30deg,0);
	-moz-transform:skew(-30deg,0);
	-ms-transform:skewX(-30deg) skewY(0);
	-o-transform:skew(-30deg,0);
	transform:skew(-30deg,0);
	-webkit-backface-visibility:hidden;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder .onsale { right:8px; }
}
body #motopress-main.main-holder .content-holder .related.products { padding-top:15px; }
body #motopress-main.main-holder .content-holder .related .products ul li.product.first, body #motopress-main.main-holder .content-holder .related ul.products li.product.first { clear:none !important; }
body #motopress-main.main-holder .content-holder .related .products ul li.product .onsale, body #motopress-main.main-holder .content-holder .related ul.products li.product .onsale { left:7px; }
body #motopress-main.main-holder .content-holder .breadcrumb > .active { color:#999 !important; }
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] {
	padding:8px 15px;
	margin:0 0 18px !important;
	list-style:none;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:0 1px 0 #fff;
	font-size:12px;
	color:#999 !important;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a { color:#f95900; }
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:hover, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:hover { color:#333745; }
body #motopress-main.main-holder .content-holder .woocommerce-ordering select.orderby { margin:0 0 15px 0; }
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder .order_details li {
		float:none;
		display:block;
		padding:0 0 10px 0;
		margin:0;
		border:none;
	}
}
body #motopress-main.main-holder a.button, body #motopress-main.main-holder button.button, body #motopress-main.main-holder input.button, body #motopress-main.main-holder #respond input#submit, body #motopress-main.main-holder #content input.button, body #motopress-main.main-holder input[type="submit"], body #motopress-main.main-holder input[type="reset"], body #motopress-main.main-holder .button-alt {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 26px 6px;
	margin-bottom:0;
	font-size:11px !important;
	line-height:24px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	border:none;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:auto;
	text-transform:uppercase;
	color:#fff;
	text-shadow:none;
	height:35px;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder a.button:first-child, body #motopress-main.main-holder button.button:first-child, body #motopress-main.main-holder input.button:first-child, body #motopress-main.main-holder #respond input#submit:first-child, body #motopress-main.main-holder #content input.button:first-child, body #motopress-main.main-holder input[type="submit"]:first-child, body #motopress-main.main-holder input[type="reset"]:first-child, body #motopress-main.main-holder .button-alt:first-child { *margin-left:0; }
body #motopress-main.main-holder a.button:hover, body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder button.button:hover, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder input.button:hover, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder #respond input#submit:hover, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #content input.button:hover, body #motopress-main.main-holder #content input.button:focus, body #motopress-main.main-holder input[type="submit"]:hover, body #motopress-main.main-holder input[type="submit"]:focus, body #motopress-main.main-holder input[type="reset"]:hover, body #motopress-main.main-holder input[type="reset"]:focus, body #motopress-main.main-holder .button-alt:hover, body #motopress-main.main-holder .button-alt:focus {
	color:#fff;
	text-decoration:none;
	background-color:#3c3c3c;
	background-image:-moz-linear-gradient(top,#424242,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#333333));
	background-image:-webkit-linear-gradient(top,#424242,#333333);
	background-image:-o-linear-gradient(top,#424242,#333333);
	background-image:linear-gradient(to bottom,#424242,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff333333', GradientType=0);
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #content input.button:focus, body #motopress-main.main-holder input[type="submit"]:focus, body #motopress-main.main-holder input[type="reset"]:focus, body #motopress-main.main-holder .button-alt:focus { text-decoration:none; }
body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #content input.button.active, body #motopress-main.main-holder #content input.button:active, body #motopress-main.main-holder input[type="submit"].active, body #motopress-main.main-holder input[type="submit"]:active, body #motopress-main.main-holder input[type="reset"].active, body #motopress-main.main-holder input[type="reset"]:active, body #motopress-main.main-holder .button-alt.active, body #motopress-main.main-holder .button-alt:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
body #motopress-main.main-holder a.button.disabled, body #motopress-main.main-holder a.button[disabled], body #motopress-main.main-holder button.button.disabled, body #motopress-main.main-holder button.button[disabled], body #motopress-main.main-holder input.button.disabled, body #motopress-main.main-holder input.button[disabled], body #motopress-main.main-holder #respond input#submit.disabled, body #motopress-main.main-holder #respond input#submit[disabled], body #motopress-main.main-holder #content input.button.disabled, body #motopress-main.main-holder #content input.button[disabled], body #motopress-main.main-holder input[type="submit"].disabled, body #motopress-main.main-holder input[type="submit"][disabled], body #motopress-main.main-holder input[type="reset"].disabled, body #motopress-main.main-holder input[type="reset"][disabled], body #motopress-main.main-holder .button-alt.disabled, body #motopress-main.main-holder .button-alt[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder textarea, body #motopress-main.main-holder input[type="text"], body #motopress-main.main-holder input[type="password"], body #motopress-main.main-holder input[type="datetime"], body #motopress-main.main-holder input[type="datetime-local"], body #motopress-main.main-holder input[type="date"], body #motopress-main.main-holder input[type="month"], body #motopress-main.main-holder input[type="time"], body #motopress-main.main-holder input[type="week"], body #motopress-main.main-holder input[type="number"], body #motopress-main.main-holder input[type="email"], body #motopress-main.main-holder input[type="url"], body #motopress-main.main-holder input[type="search"], body #motopress-main.main-holder input[type="tel"], body #motopress-main.main-holder input[type="color"], body #motopress-main.main-holder .uneditable-input {
	height:25px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
body #motopress-main.main-holder textarea:focus, body #motopress-main.main-holder input[type="text"]:focus, body #motopress-main.main-holder input[type="password"]:focus, body #motopress-main.main-holder input[type="datetime"]:focus, body #motopress-main.main-holder input[type="datetime-local"]:focus, body #motopress-main.main-holder input[type="date"]:focus, body #motopress-main.main-holder input[type="month"]:focus, body #motopress-main.main-holder input[type="time"]:focus, body #motopress-main.main-holder input[type="week"]:focus, body #motopress-main.main-holder input[type="number"]:focus, body #motopress-main.main-holder input[type="email"]:focus, body #motopress-main.main-holder input[type="url"]:focus, body #motopress-main.main-holder input[type="search"]:focus, body #motopress-main.main-holder input[type="tel"]:focus, body #motopress-main.main-holder input[type="color"]:focus, body #motopress-main.main-holder .uneditable-input:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:1px solid #48AF46;
}
body #motopress-main.main-holder .wpcf7-form p.field input { height:30px !important; }
body #motopress-main.main-holder .wpcf7-form textarea { height:200px !important; }
body #motopress-main.main-holder #calendar_wrap caption { color:#48AF46; }
body #motopress-main.main-holder #calendar_wrap thead th { color:#48AF46; }
body #motopress-main.main-holder .product_list_widget {
	padding:10px 0;
	margin:0;
}
body #motopress-main.main-holder .product_list_widget li {
	padding:0 0 15px 0;
	overflow:visible;
	list-style:none;
	margin:0;
}
body #motopress-main.main-holder .product_list_widget li:after {
	content:"";
	clear:both;
	width:100%;
	display:block;
}
body #motopress-main.main-holder .product_list_widget li .star-rating { margin:-3px 0 3px 72px; }
body #motopress-main.main-holder .product_list_widget li img {
	width:60px;
	float:left;
	margin:0 10px 0 0;
	height:auto;
	border:1px solid #aaa;
	background:#fbfbfb;
	border-radius:4px;
	box-shadow:none;
}
body #motopress-main.main-holder .product_list_widget li a {
	display:block;
	margin:0 0 5px 0;
}
body #motopress-main.main-holder .product_list_widget li a:hover img { border:1px solid #f95900; }
body #motopress-main.main-holder .product_list_widget li ins {
	text-decoration:none;
	font-weight:bold;
}
body #motopress-main.main-holder .price_slider {
	position:relative;
	background:#eee;
	box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	border-radius:10px;
	height:8px;
	margin:20px 8px;
}
body #motopress-main.main-holder .price_slider .ui-slider-range {
	background:#f95900;
	background-color:#fd6c1b;
	background-image:-moz-linear-gradient(top,#ff782d,#f95900);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff782d),to(#f95900));
	background-image:-webkit-linear-gradient(top,#ff782d,#f95900);
	background-image:-o-linear-gradient(top,#ff782d,#f95900);
	background-image:linear-gradient(to bottom,#ff782d,#f95900);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff782d', endColorstr='#fff95900', GradientType=0);
	height:8px;
	border-radius:10px;
	position:absolute;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle {
	width:14px;
	height:14px;
	background:#f95900;
	border:1px solid #bc4300;
	border-radius:8px;
	position:absolute;
	top:-4px;
	margin:0 0 0 -8px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2), 0 -1px 3px #c64700 inset, 0 1px 3px #ff782d inset;
	cursor:default;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#933500;
	border-radius:3px;
	left:4px;
	top:4px;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover {
	background:#ff782d;
	border:1px solid #e55200;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover:after { background:#bc4300; }
body #motopress-main.main-holder div[id*="price_filter"] form { text-align:center; }
body #motopress-main.main-holder div[id*="price_filter"] form .button {
	display:block;
	margin:4px auto;
	width:auto;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul { margin:0; }
body #motopress-main.main-holder div[id*="layered_nav"] ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	position:relative;
	list-style:none;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li a {
	background:#e2e2e2;
	font-size:14px;
	display:block;
	padding:5px 34px 5px 15px;
	border-radius:14px;
	text-decoration:none !important;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li a:hover { background:#eaeaea; }
body #motopress-main.main-holder div[id*="layered_nav"] ul li .count {
	position:absolute;
	background:#fff;
	right:1px;
	top:1px;
	width:26px;
	height:26px;
	line-height:26px;
	border-radius:13px;
	text-align:center;
	font-weight:bold;
	cursor:default;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li.chosen a { background:#c9c9c9; }
body #motopress-main.main-holder div[id*="layered_nav_filters"].chosen a { padding:5px 15px; }
body #motopress-main.main-holder .sidebar ul.cart_list {
	list-style:none outside;
	padding:0;
	margin:0;
}
body #motopress-main.main-holder .sidebar ul.cart_list li {
	padding:4px 0;
	margin:0;
	list-style:none;
	overflow:visible !important;
	background:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li:before { display:none; }
body #motopress-main.main-holder .sidebar ul.cart_list li:after {
	display:block;
	width:100%;
	content:"";
	clear:both;
}
body #motopress-main.main-holder .sidebar ul.cart_list li .variation {
	overflow:hidden;
	border:none;
	padding:0;
	font-size:10.8px;
}
body #motopress-main.main-holder .sidebar ul.cart_list li .variation dt { float:left; }
body #motopress-main.main-holder .sidebar ul.cart_list li .variation dd {
	margin:0 0 0 4px;
	float:left;
}
body #motopress-main.main-holder .sidebar ul.cart_list li span {
	width:60px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	list-style:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a {
	display:block;
	font-weight:bold;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a img {
	height:auto;
	float:right;
	width:45px;
	display:block;
	margin:0 0 8px;
	border:1px solid #aaa;
	background:#fbfbfb;
	border-radius:4px;
	box-shadow:none;
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a:hover img { border:1px solid #f95900; }
body #motopress-main.main-holder #content form .form-row input.input-text, body #motopress-main.main-holder #content form .form-row textarea, body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #content .chzn-container input[type="text"], body #motopress-main.main-holder #container form .form-row input.input-text, body #motopress-main.main-holder #container form .form-row textarea, body #motopress-main.main-holder #container form select, body #motopress-main.main-holder #container .chzn-container input[type="text"] {
	height:30px;
	padding:6px;
	line-height:16px;
	max-height:200px;
	max-width:100%;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	background:#fff;
}
body #motopress-main.main-holder #content form .form-row textarea, body #motopress-main.main-holder #container form .form-row textarea { height:100px; }
body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #container form select { padding:4px 5px; }
body #motopress-main.main-holder #content .page td.product-thumbnail img { max-width:70px; }
body #motopress-main.main-holder #content .page .shop_table {
	border-radius:4px;
	border:1px solid #ddd;
}
body #motopress-main.main-holder #content .page .shop_table tr th {
	background:#f5f5f5;
	padding:6px;
}
body #motopress-main.main-holder #content .page .shop_table tr td {
	border-top:1px solid #ddd;
	padding:6px;
}
body #motopress-main.main-holder #content .page .shop_table tr:last-child th:first-child { border-radius:0 0 4px 0; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child th:last-child { border-radius:0 0 0 4px; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child tr:first-child { border-radius:0 0 4px 0; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child tr:last-child { border-radius:0 0 0 4px; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child th:first-child { border-radius:4px 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child th:last-child { border-radius:0 4px 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child tr:first-child { border-radius:4px 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child tr:last-child { border-radius:0 4px 0 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child th:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child th:first-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child th:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child th:last-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child tr:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child tr:first-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child tr:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child tr:last-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child th:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child th:first-child { border-radius:0 0 0 4px; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child th:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child th:last-child { border-radius:0 0 0 4px; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child tr:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child tr:last-child { border-radius:0 0 4px 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child tr:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child tr:first-child { border-radius:0 0 4px 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals:after {
	clear:both;
	content:"";
	width:100%;
	display:block;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
	float:left;
	margin-top:11px;
	text-align:left;
	width:47%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals h2 { margin:0 0 24px 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table {
	border-radius:4px;
	border:1px solid #ddd;
	width:90%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr td {
	padding:3px 15px;
	border:none;
	border-top:1px solid #ddd;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr th {
	padding:10px;
	border:none;
	border-top:1px solid #ddd;
	background:#f5f5f5;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child td { border-top:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th { border-top:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:last-child th:first-child { border-radius:0 0 0 4px; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th:last-child { border-radius:0 4px 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th:first-child { border-radius:4px 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child tr:first-child { border-radius:4px 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child tr:last-child { border-radius:0 4px 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table>tbody>tr>td { text-align:right; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table { width:100%; }
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
	float:right;
	margin-top:0;
	text-align:left;
	padding:15px;
	background:#eee;
	border:1px solid #d9d9d9;
	border-radius:4px;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 { margin:0; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a { display:block; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:hover, body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:active, body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:focus { text-decoration:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a span { display:none; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
		float:none;
		width:100%;
	}
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .shipping-calculator-form { padding-top:15px; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .col2-set + p { text-align:center; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .shipping_select { margin:0 3px 0 0; }
body #motopress-main.main-holder #content .page table.cart dl dt { background:none; }
body #motopress-main.main-holder #content .page table.cart .quantity input[type="button"] { width:25px; }
body #motopress-main.main-holder #content .page a.remove {
	background:none;
	font-size:30px;
	text-indent:0;
	line-height:28px;
	height:auto;
	width:28px;
	overflow:hidden;
}
body #motopress-main.main-holder #content .page a.remove:hover {
	background-position:0 -16px;
	text-decoration:none;
	color:#9d261d;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder #content .page form table.cart .actions .button + .button { margin-top:4px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder #content .page form table.cart .actions .button + .button { margin-top:4px; }
}
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form table.cart .actions { text-align:center; }
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon {
		float:none;
		text-align:center;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon #coupon_code {
		float:none;
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0 0 4px 0;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon input.button {
		margin:0 5px 5px;
		vertical-align:middle;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions input.button, body #motopress-main.main-holder #content .page form table.cart .actions .checkout-button {
		float:none !important;
		display:inline-block;
		vertical-align:top;
		margin:4px 2px 0;
	}
	body #motopress-main.main-holder #content .page form table.cart thead tr th.product-thumbnail, body #motopress-main.main-holder #content .page form table.cart thead tr th.product-price { display:none; }
	body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-thumbnail, body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-price { display:none; }
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page form table.cart .buttons_added { margin:0; }
	body #motopress-main.main-holder #content .page form table.cart input#coupon_code {
		margin-bottom:10px;
		width:55px;
	}
	body #motopress-main.main-holder #content .page form table.cart input.checkout-button {
		clear:both;
		display:block;
		margin-bottom:10px;
		margin-left:0;
	}
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page .col2-set .col-2 {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page .col2-set .col-1 {
		float:none;
		width:100%;
		padding:3px 0;
	}
}
body #motopress-main.main-holder #content .page .col2-set .col-2 h3 { float:none; }
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling {
	float:right;
	line-height:inherit;
	position:relative;
	font-size:11px;
	right:0;
}
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling label {
	font-size:inherit;
	padding:0;
}
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling .input-checkbox { margin-right:0; }
body #motopress-main.main-holder #content .page .lost_password { margin-left:15px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form .form-row {
		padding:3px 0px;
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page #payment .form-row {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 10px;
	}
	body #motopress-main.main-holder #content .page #payment .form-row div.payment_message:after {
		top:-6px;
		left:79%;
	}
}
body #motopress-main.main-holder #content .page td.product-quantity { min-width:inherit; }
body #motopress-main.main-holder #content .page div#payment { background:none; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods { border:none; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods input[id^="payment_method_"] {
	float:left;
	margin:3px 4px 0 0 !important;
}
body #motopress-main.main-holder #content .page div#payment div.form-row { border:none; }
body #motopress-main.main-holder #content .page div#payment div.payment_message:after { display:none; }
body #motopress-main.main-holder #content .col2-set.addresses .address h3 {
	float:left;
	margin:0 0 15px 0;
}
body #motopress-main.main-holder .order-actions .button { margin:2px; }
body .cart-collaterals .shipping_calculator button.button {
	max-width:225px;
	width:auto !important;
	margin:0 0 0 4px;
}
body .cart-collaterals .cart_totals h2, body .cart-collaterals .shipping_calculator h2 {
	text-align:left;
	margin:0;
	margin-left:10px;
}
body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button, body .navigation a, body .button-alt, body #submit, body #respond form .form-submit input#submit {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 26px 6px;
	margin-bottom:0;
	font-size:11px !important;
	line-height:24px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	border:none;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:auto;
	text-transform:uppercase;
	color:#fff;
	text-shadow:none;
	height:35px;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body a.button:first-child, body button.button:first-child, body input.button:first-child, body #respond input#submit:first-child, body #content input.button:first-child, body .navigation a:first-child, body .button-alt:first-child, body #submit:first-child, body #respond form .form-submit input#submit:first-child { *margin-left:0; }
body a.button:hover, body a.button:focus, body button.button:hover, body button.button:focus, body input.button:hover, body input.button:focus, body #respond input#submit:hover, body #respond input#submit:focus, body #content input.button:hover, body #content input.button:focus, body .navigation a:hover, body .navigation a:focus, body .button-alt:hover, body .button-alt:focus, body #submit:hover, body #submit:focus, body #respond form .form-submit input#submit:hover, body #respond form .form-submit input#submit:focus {
	color:#fff;
	text-decoration:none;
	background-color:#3c3c3c;
	background-image:-moz-linear-gradient(top,#424242,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#333333));
	background-image:-webkit-linear-gradient(top,#424242,#333333);
	background-image:-o-linear-gradient(top,#424242,#333333);
	background-image:linear-gradient(to bottom,#424242,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff333333', GradientType=0);
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
body a.button:focus, body button.button:focus, body input.button:focus, body #respond input#submit:focus, body #content input.button:focus, body .navigation a:focus, body .button-alt:focus, body #submit:focus, body #respond form .form-submit input#submit:focus { text-decoration:none; }
body a.button.active, body a.button:active, body button.button.active, body button.button:active, body input.button.active, body input.button:active, body #respond input#submit.active, body #respond input#submit:active, body #content input.button.active, body #content input.button:active, body .navigation a.active, body .navigation a:active, body .button-alt.active, body .button-alt:active, body #submit.active, body #submit:active, body #respond form .form-submit input#submit.active, body #respond form .form-submit input#submit:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
body a.button.disabled, body a.button[disabled], body button.button.disabled, body button.button[disabled], body input.button.disabled, body input.button[disabled], body #respond input#submit.disabled, body #respond input#submit[disabled], body #content input.button.disabled, body #content input.button[disabled], body .navigation a.disabled, body .navigation a[disabled], body .button-alt.disabled, body .button-alt[disabled], body #submit.disabled, body #submit[disabled], body #respond form .form-submit input#submit.disabled, body #respond form .form-submit input#submit[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #commentform label { display:inline-block; }
body #commentform input[type="text"] {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:30px;
	padding:5px 6px;
}
body #fancybox-outer #respond, body #fancybox-content #respond { color:#000; }
body #fancybox-outer #respond h3, body #fancybox-content #respond h3 { color:inherit; }
@media (max-width: 580px) {
	body .ppt, body .pp_details { width:90% !important; }
	body .pp_pic_holder {
		max-width:580px;
		width:95% !important;
		left:2% !important;
	}
	body .pp_pic_holder .pp_content {
		width:100% !important;
		height:auto !important;
	}
	body #pp_full_res img {
		width:100% !important;
		height:auto !important;
	}
	body .pp_hoverContainer {
		width:100% !important;
		height:100% !important;
	}
	body a.pp_close { right:-30px !important; }
}
body .pp_description { display:none !important; }
body .pp_fade { position:relative; }
body div.pp_overlay { width:100% !important; }
body .comment-form-comment textarea#comment {
	width:100%;
	max-width:500px;
	min-width:auto;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body .reviewer { display:inline-block; }
body .woocommerce a.button.added:before, body .woocommerce button.button.added:before, body .woocommerce input.button.added:before, body .woocommerce #respond input#submit.added:before, body .woocommerce #content input.button.added:before, body .woocommerce-page a.button.added:before, body .woocommerce-page button.button.added:before, body .woocommerce-page input.button.added:before, body .woocommerce-page #respond input#submit.added:before, body .woocommerce-page #content input.button.added:before {
	background:none;
	font-family:FontAwesome;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	content:"\f00c";
	color:#f95900;
	top:3px;
	padding:4px;
	border:1px solid #f95900;
	width:20px;
	height:20px;
	line-height:20px;
	background:#fff;
	border-radius:15px;
	right:-32px;
	top:50%;
	margin-top:-15px;
	z-index:90;
}
@media (max-width: 767px) {
	body .woocommerce a.button.added:before, body .woocommerce button.button.added:before, body .woocommerce input.button.added:before, body .woocommerce #respond input#submit.added:before, body .woocommerce #content input.button.added:before, body .woocommerce-page a.button.added:before, body .woocommerce-page button.button.added:before, body .woocommerce-page input.button.added:before, body .woocommerce-page #respond input#submit.added:before, body .woocommerce-page #content input.button.added:before { display:none !important; }
}
body div.pp_default .pp_content, body div.light_rounded .pp_content { padding:0 0 10px 0; }
body .woocommerce-message, body div.jigoshop_message {
	border-radius:4px;
	padding:15px 45px;
	background:#eee;
	border:1px solid #d9d9d9;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#f95900;
	margin:0 0 15px 0;
}
@media (max-width: 480px) {
	body .woocommerce-message, body div.jigoshop_message { padding:15px 45px 15px 10px; }
}
body .woocommerce-message:before, body div.jigoshop_message:before {
	position:absolute;
	left:10px;
	color:#f95900;
	font-family:FontAwesome;
	content:"\f00c";
	font-size:20px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
}
@media (max-width: 480px) {
	body .woocommerce-message:before, body div.jigoshop_message:before { display:none; }
}
body .woocommerce-message a.button, body div.jigoshop_message a.button {
	margin:-17px 0 0 0 !important;
	float:none !important;
	position:absolute;
	top:50%;
	right:7px;
	width:34px !important;
	height:34px !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
	border-radius:17px !important;
	overflow:hidden;
	position:absolute;
	text-indent:-99px;
	background:none !important;
}
body .woocommerce-message a.button:before, body div.jigoshop_message a.button:before {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	line-height:30px;
	text-align:center;
	font-size:18px !important;
	background:#fff;
	color:#f95900;
	cursor:pointer;
	text-indent:-2px;
	font-family:FontAwesome;
	color:#f95900;
	content:"\f07a";
	border:2px solid #f95900 !important;
	border-radius:17px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
body .woocommerce-message a.button:active, body .woocommerce-message a.button:focus, body div.jigoshop_message a.button:active, body div.jigoshop_message a.button:focus {
	margin:-17px 0 0 0 !important;
	top:50%;
}
body .woocommerce-message a.button:hover:before, body div.jigoshop_message a.button:hover:before { color:#333745; }
body .woocommerce-message:before {
	top:50%;
	margin-top:-15px;
}
body div.jigoshop_message:before {
	top:50%;
	margin-top:-9px;
}
body .woocommerce-info {
	border-radius:4px;
	padding:10px 10px 10px 45px;
	background:#eee;
	border:1px solid #d9d9d9;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
}
body .woocommerce-info:before {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-19px;
	color:#f95900;
	font-family:FontAwesome;
	content:"\f05a";
	font-size:24px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	font-style:normal;
}
body .woocommerce-error, body div.jigoshop_error {
	border-radius:4px;
	padding:15px 15px 15px 55px;
	background:#eee;
	border:1px solid #d9d9d9;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
	color:#9d261d;
}
body .woocommerce-error:before, body div.jigoshop_error:before {
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-14px;
	color:#9d261d;
	font-family:FontAwesome;
	content:"\f071";
	font-size:30px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	font-style:normal;
}
body .woocommerce-error { padding:15px 15px 15px 65px; }
body .woocommerce-error:before { margin-top:-22px; }
body mark {
	font-weight:bold;
	background:none;
	color:#f95900;
}
div[id^="jigoshop_product_search-"] input[type="text"] {
	margin:2px 5px 2px 0;
	vertical-align:middle;
}
div[id^="jigoshop_product_search-"] input#searchsubmit {
	margin:2px 0 !important;
	vertical-align:middle;
}
#respond #commentform textarea {
	max-width:100%;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-width:0;
}
.pp_inline #reply-title { margin-right:10px; }
.pp_inline #respond { padding:15px; }
body.has_shop .star-rating {
	font-size:16px;
	width:5.3em;
	font-family:'star';
	height:1em;
	line-height:1em;
	position:relative;
	margin:2px auto;
}
body.has_shop .star-rating:before {
	color:#DFDBDF;
	content:"sssss";
	float:left;
	left:0;
	position:absolute;
	top:0;
}
body.has_shop .star-rating .rate_content { display:none; }
body.has_shop .star-rating span {
	float:left;
	left:0;
	padding-top:1.5em;
	position:absolute;
	top:0;
	overflow:hidden;
	height:0;
}
body.has_shop .star-rating span:before {
	content:"SSSSS";
	left:0;
	position:absolute;
	top:0;
}
body.has_shop .comment-text .star-rating, body.has_shop .product_list_widget .star-rating { font-size:14px; }
body.has_shop .product_list_widget .star-rating { margin:2px 0; }
body.has_shop .star-rating span:before, body.has_shop .star-rating:before { color:#f95900; }
body.has_shop .star-rating .rate_content { display:none; }
@media (max-width: 480px) {
	body.has_shop .star-rating .rate_content { display:none !important; }
}
body.has_shop div[id^='top-rated-'] .star-rating, body.has_shop .hreview-aggregate .star-rating, body.has_shop .products .product .star-rating, body.has_shop div[itemprop="aggregateRating"] .star-rating {
	position:relative;
	overflow:visible;
}
body.has_shop div[id^='top-rated-'] .star-rating span, body.has_shop .hreview-aggregate .star-rating span, body.has_shop .products .product .star-rating span, body.has_shop div[itemprop="aggregateRating"] .star-rating span {
	height:0;
	overflow:hidden;
	cursor:default;
}
body.has_shop div[id^='top-rated-'] .star-rating .rate_content, body.has_shop .hreview-aggregate .star-rating .rate_content, body.has_shop .products .product .star-rating .rate_content, body.has_shop div[itemprop="aggregateRating"] .star-rating .rate_content {
	position:absolute;
	display:block;
	font-size:11px;
	line-height:15px;
	color:#fff;
	background:#f95900;
	padding:10px 5px;
	width:110px;
	visibility:hidden;
	opacity:0;
	top:-70px;
	right:0;
	text-align:center;
	margin-left:-45px;
	border-radius:4px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	pointer-events:none;
	font-family:Arial, Helvetica, sans-serif;
}
body.has_shop div[id^='top-rated-'] .star-rating .rate_content:after, body.has_shop .hreview-aggregate .star-rating .rate_content:after, body.has_shop .products .product .star-rating .rate_content:after, body.has_shop div[itemprop="aggregateRating"] .star-rating .rate_content:after {
	position:absolute;
	content:"";
	bottom:-6px;
	right:10px;
	border-top:7px solid #f95900;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:0 solid transparent;
}
body.has_shop div[id^='top-rated-'] .star-rating:hover .rate_content, body.has_shop .hreview-aggregate .star-rating:hover .rate_content, body.has_shop .products .product .star-rating:hover .rate_content, body.has_shop div[itemprop="aggregateRating"] .star-rating:hover .rate_content {
	visibility:visible;
	opacity:1;
	top:-45px;
}
body.has_shop .stars a[class*='star-'] {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
body.has_shop.has_jigoshop .star-rating {
	font-size:16px;
	width:80px !important;
	margin:2px auto;
	padding:0 !important;
	position:relative;
}
body.has_shop.has_jigoshop .star-rating:before { display:none; }
body.has_shop.has_jigoshop .star-rating span:before { display:none; }
body.has_shop.has_jigoshop .star-rating ins { text-decoration:none; }
@media (max-width: 767px) {
	body.has_shop.has_jigoshop .star-rating table.shop_table td { padding:6px 5px; }
}
body.has_shop.has_jigoshop .star-rating td.product-thumbnail img, body.has_shop.has_jigoshop .star-rating th.product-thumbnail img { max-width:90px; }
@media (min-width: 768px) and (max-width: 979px) {
	body.has_shop.has_jigoshop .star-rating td.product-thumbnail, body.has_shop.has_jigoshop .star-rating th.product-thumbnail { display:none; }
}
body.has_shop.has_jigoshop .star-rating #order_review .shop_table td, body.has_shop.has_jigoshop .star-rating #order_review .shop_table th { padding:5px !important; }
body.has_shop.has_jigoshop .star-rating #order_review .shop_table .product-name {
	font-size:11px;
	list-style:16px;
}
body.has_shop.has_jigoshop #motopress-main.main-holder .price_slider_amount { text-align:center; }
body.has_shop.has_jigoshop a.button, body.has_shop.has_jigoshop button.button, body.has_shop.has_jigoshop input.button, body.has_shop.has_jigoshop #review_form #submit { float:none; }
body.has_shop.has_jigoshop .login a.button, body.has_shop.has_jigoshop .login button.button, body.has_shop.has_jigoshop .login input.button, body.has_shop.has_jigoshop .login #review_form #submit { margin:0; }
body.has_shop.has_jigoshop .navigation { overflow:hidden; }
body.has_shop.has_jigoshop .navigation .nav-next { float:right; }
body.has_shop.has_jigoshop .navigation .nav-previous { float:left; }
body.has_shop.has_woocommerce form.checkout_coupon .form-row {
	float:none;
	display:inline-block;
	vertical-align:middle;
}
body.jigoshop .quantity input.qty {
	height:14px;
	text-align:center;
	padding:7px 5px;
}
body.jigoshop .quantity input[type="button"] {
	height:30px;
	text-align:center;
	width:17px !important;
}
body.jigoshop .quantity input.plus, body.jigoshop .quantity input.minus {
	border-radius:0;
	background-color:#d8d8d8;
	background-image:-moz-linear-gradient(top,#e0e0e0,#ccc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0e0e0),to(#ccc));
	background-image:-webkit-linear-gradient(top,#e0e0e0,#ccc);
	background-image:-o-linear-gradient(top,#e0e0e0,#ccc);
	background-image:linear-gradient(to bottom,#e0e0e0,#ccc);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffcccccc', GradientType=0);
	padding:4px 5px;
	width:24px;
	border:1px solid #ccc;
	font-size:14px;
}
body.jigoshop .quantity input.plus:hover, body.jigoshop .quantity input.minus:hover {
	background-color:#d4d4d4;
	background-image:-moz-linear-gradient(top,#ccc,#e0e0e0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ccc),to(#e0e0e0));
	background-image:-webkit-linear-gradient(top,#ccc,#e0e0e0);
	background-image:-o-linear-gradient(top,#ccc,#e0e0e0);
	background-image:linear-gradient(to bottom,#ccc,#e0e0e0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffe0e0e0', GradientType=0);
}
body.jigoshop .quantity input.qty {
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
}
body.jigoshop .summary .cart { clear:none; }
body.jigoshop .nobr.alignright {
	float:none;
	margin:0;
}
body.jigoshop .nobr.alignright .button { margin:2px !important; }
body.jigoshop table.my_account_orders th, body.jigoshop table.my_account_orders td { vertical-align:middle; }
body.jigoshop table.my_account_orders th address, body.jigoshop table.my_account_orders td address { margin:0; }
body.jigoshop .addresses .title h3 {
	float:left !important;
	margin:0 0 20px 0;
}
body.jigoshop .addresses .title .edit { float:right; }
body.jigoshop a.pp_close { right:5px; }
body.jigoshop .info {
	border-radius:4px;
	padding:10px 10px 10px 45px;
	background:#eee;
	border:1px solid #d9d9d9;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
	margin:0 0 10px 0;
}
body.jigoshop .info a { color:#f95900; }
body.jigoshop .info a:hover { color:#333745; }
body.jigoshop .info:before {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-14px;
	color:#f95900;
	font-family:FontAwesome;
	content:"\f05a";
	font-size:24px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	font-style:normal;
}
body.jigoshop table.shop_attributes { width:100%; }
body .info {
	background:none;
	box-shadow:none;
	padding:0;
	border:none;
	color:#000000;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 26px 6px;
	margin-bottom:0;
	font-size:11px !important;
	line-height:24px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
	border:none;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:auto;
	text-transform:uppercase;
	color:#fff;
	text-shadow:none;
	height:35px;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn:first-child { *margin-left:0; }
.btn:hover, .btn:focus {
	color:#fff;
	text-decoration:none;
	background-color:#3c3c3c;
	background-image:-moz-linear-gradient(top,#424242,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#424242),to(#333333));
	background-image:-webkit-linear-gradient(top,#424242,#333333);
	background-image:-o-linear-gradient(top,#424242,#333333);
	background-image:linear-gradient(to bottom,#424242,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff333333', GradientType=0);
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
.btn:focus { text-decoration:none; }
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-large {
	padding:11px 19px;
	font-size:15px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top:4px; }
.btn-small {
	padding:2px 10px;
	font-size:10.2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top:0; }
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top:-1px; }
.btn-mini {
	padding:0 6px;
	font-size:9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-block + .btn-block { margin-top:5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width:100%; }
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color:rgba(255,255,255,0.75); }
.btn-primary {
	background-color:#48AF46;
	background-image:-moz-linear-gradient(top,#48A846,#48A646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#48A846),to(#48A646));
	background-image:-webkit-linear-gradient(top,#48A846,#48A646);
	background-image:-o-linear-gradient(top,#48A846,#48A646);
	background-image:linear-gradient(to bottom,#48A846,#48A646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48A846', endColorstr='#ff48A646', GradientType=0);
}
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#fd862b;
	background-image:-moz-linear-gradient(top,#ff9748,#48AF46);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff9748),to(#48AF46));
	background-image:-webkit-linear-gradient(top,#ff9748,#48AF46);
	background-image:-o-linear-gradient(top,#ff9748,#48AF46);
	background-image:linear-gradient(to bottom,#ff9748,#48AF46);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9647', endColorstr='#fffa6c00', GradientType=0);
	border-color:#48AF46 #48AF46 #ae4b00;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#48AF46;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#48AF46;
	*background-color:#e16100;
}
.btn-warning:active, .btn-warning.active { background-color:#c75600 \9; }
.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#bd362f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
	*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active { background-color:#942a25 \9; }
.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
	*background-color:#499249;
}
.btn-success:active, .btn-success.active { background-color:#408140 \9; }
.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#2f96b4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
	*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active { background-color:#24748c \9; }
.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#7a7a7a;
	background-image:-moz-linear-gradient(top,#444,#cccccc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#cccccc));
	background-image:-webkit-linear-gradient(top,#444,#cccccc);
	background-image:-o-linear-gradient(top,#444,#cccccc);
	background-image:linear-gradient(to bottom,#444,#cccccc);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ffcccccc', GradientType=0);
	border-color:#cccccc #cccccc #a6a6a6;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#cccccc;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#cccccc;
	*background-color:#bfbfbf;
}
.btn-inverse:active, .btn-inverse.active { background-color:#b3b3b3 \9; }
button.btn, input[type="submit"].btn {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding:0;
	border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top:7px;
	*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top:1px;
	*padding-bottom:1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#f95900;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-link:hover, .btn-link:focus {
	color:#333745;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#6e6e6e;
	text-decoration:none;
}
