@import url("style.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);
.unstyled, .pagination ul, .breadcrumb, .page-numbers, .pager, .nav-pills, .payment_methods, .woocommerce-error, .slides, .flexslider, .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, .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-color: #555 }
@media (max-width: 767px) {
	header.header {
		/* padding:0 10px 10px; */
		margin:0 -10px;
	}
}
.menu_shop_widget {
	background:#383838;
	border-bottom:1px solid #292929;
	position:relative;
	z-index:1;
	padding:0 0 1px 0;
}
@media (max-width: 767px) {
	.menu_shop_widget { text-align:center; }
}
.menu_shop_widget:after, .menu_shop_widget:before {
	display:block;
	position:absolute;
	content:'';
	top:0;
	bottom:-1px;
	width:100%;
	background:#383838;
	border-bottom:1px solid #292929;
	z-index:-1;
}
.menu_shop_widget:after {
	right:100%;
	left:-100%;
}
.menu_shop_widget:before {
	left:100%;
	right:-100%;
}
.header-sidebar .textwidget {
	font-size:14px;
	line-height:20px;
	color:#a5a4a4;
	padding:10px 0 0 0;
}
.header-sidebar .textwidget span {
	display:inline-block;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	padding-left:22px;
	background:url(images/phone.png) 0 0 no-repeat;
	position:relative;
	top:3px;
}
.logo { margin:18px 0 0 0; }
.logo h1, .logo h2 { text-transform:uppercase; }
.logo h1 .logo_link, .logo h2 .logo_link {
	color:#fff;
	text-decoration:none;
}
@media (max-width: 420px) {
	.logo h1 .logo_link, .logo h2 .logo_link {
		font-size:30px !important;
		line-height:30px !important;
	}
}
.logo h1 .logo_link:hover, .logo h2 .logo_link:hover {
	color:#fff;
	text-decoration:none;
}
.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__primary {
	/*margin:15px 0 0 0;*/
	margin:0px;
	padding:0;
	border:1px solid #484848;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background-color:#7d4339;

/*
	background-image:-moz-linear-gradient(top,#87493f,#6f3b31);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#87493f),to(#6f3b31));
	background-image:-webkit-linear-gradient(top,#87493f,#6f3b31);
	background-image:-o-linear-gradient(top,#87493f,#6f3b31);
	background-image:linear-gradient(to bottom,#87493f,#6f3b31);
*/

	background-image:-moz-linear-gradient(top,#858585,#adadad);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#858585),to(#adadad));
	background-image:-webkit-linear-gradient(top,#858585,#adadad);
	background-image:-o-linear-gradient(top,#858585,#adadad);
	background-image:linear-gradient(to bottom,#858585,#adadad);

	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87493f', endColorstr='#ff6f3b31', GradientType=0);
	filter:none;
}
@media (max-width: 767px) {
	.nav__primary {
		padding:0 10px;
		background:none;
		border:none;
		/*margin-top:10px;*/
		margin-top:0px;
	}
}
.nav__primary .sf-menu { float:left; }
.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;
}
.nav__primary .sf-menu > li:first-child a {
	-webkit-border-radius:6px 0 0 0;
	-moz-border-radius:6px 0 0 0;
	border-radius:6px 0 0 0;
}
.nav__primary .sf-menu > li > a {
	/*padding:15px 20px 16px 19px;*/
	padding: 14.5px;
	border:none;
	border-right:1px solid #484848;
	background:none;
	/*font-weight:bold;*/
	text-transform:uppercase;
}
.nav__primary .sf-menu > li > a.sf-with-ul { padding-right:24px; }
.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 {
	color:#98D5D8;
	background:rgb(51,51,51);
	background:-moz-linear-gradient(180deg, rgba(51,51,51,1) 50%, rgba(68,68,68,1) 100%);
	background:-webkit-linear-gradient(180deg, rgba(51,51,51,1) 50%, rgba(68,68,68,1) 100%);
	background:linear-gradient(180deg, rgba(51,51,51,1) 50%, rgba(68,68,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#444444",GradientType=1);
	background-repeat:repeat-x;
	filter:none;
}
.nav__primary .sf-menu ul {
	background:#555;
	padding:0;
	width:238px;
	border:1px solid #484848;
}
.nav__primary .sf-menu ul li {
	border-top:1px solid #484848;
	background:none;
}
.nav__primary .sf-menu ul li:first-child { border:none; }
.nav__primary .sf-menu ul li a {
	padding:6px 10px 6px 18px;
	font-size:14px;
	line-height:20px;
	color:#fff;
	border:none;
	text-align:left;
	display:block;
	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:#98D5D8;
	background:#383838;
}
.nav__primary .sf-menu ul > li:hover ul, .nav__primary .sf-menu ul > li.sfHover ul {
	left:238px;
	top:-1px;
}

.nav__primary .sf-menu .sf-sub-indicator {
	background:none;
	width:auto;
	height:auto;
	position:absolute;
	right:3px;
	top:50%;
	margin:-8px 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:-5px; }
.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 (min-width: 768px) and (max-width: 979px)
{
	#sidebar ul.unstyled li figure.featured-thumbnail { float:none; }
	#sidebar ul.unstyled li figure.featured-thumbnail img { width:100%; }
}

#sidebar li.current-cat a {
	color:#dd3838;
	text-decoration:underline;
}

@media (max-width: 767px)
{
	#content.left { float:none !important; }

}

#searchform input { vertical-align:top; }
#searchform #s {
	width:100%;
	height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#searchform .btn-primary { padding:4px 18px 6px !important; }
.error404-holder_num { color:#333333; }
.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; }
}


#calendar_wrap caption { color:#dd3838; }
#calendar_wrap thead th { color:#dd3838; }
.dropcap {
	border-radius:620px;
	color:#fff;
	font-size:25px;
	line-height:50px;
	width:54px;
	height:54px;
	background-color:#ac5c50;
	background-image:-moz-linear-gradient(top,#b46356,#9f5246);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#b46356),to(#9f5246));
	background-image:-webkit-linear-gradient(top,#b46356,#9f5246);
	background-image:-o-linear-gradient(top,#b46356,#9f5246);
	background-image:linear-gradient(to bottom,#b46356,#9f5246);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ff9f5246', GradientType=0);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	margin-bottom:30px;
}

@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;
}

@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 {
	background:#2F2F2F;
	border:none;
	padding:40px 0 0 0;
}

@media (max-width: 767px)
{
	footer.footer
	{
		margin:0 -10px;
		padding:46px 10px 0 10px;
	}
}

footer.footer h3 {
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:0 0 70 0;
}
footer.footer .footer-nav .menu li.current-menu-item a, footer.footer .footer-nav .menu li a:hover {
	color:#dd3838;
	text-decoration:none;
}
footer.footer .textwidget {
	padding:8px 30px 66px 0;
	color:#c2c2c2;
	font-size:14px;
	line-height:20px;
}

@media (max-width: 979px)
{
	footer.footer .textwidget { padding-bottom:46px; }
}

footer.footer .textwidget p { margin-bottom:14px; }
footer.footer .textwidget a {
	display:inline-block;
	padding:4px 18px 7px;
	border:1px solid #292929;
	font-size:14px;
	line-height:20px;
	color:#fff;
	background-color:#5d5d5d;
	background-image:-moz-linear-gradient(top,#636363,#555555);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#636363),to(#555555));
	background-image:-webkit-linear-gradient(top,#636363,#555555);
	background-image:-o-linear-gradient(top,#636363,#555555);
	background-image:linear-gradient(to bottom,#636363,#555555);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636363', endColorstr='#ff555555', GradientType=0);
	filter:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
footer.footer .textwidget a:hover {
	text-decoration:none;
	background:#98D5D8;
}
footer.footer ul.product_list_widget { padding:3px 0 0 0; }
footer.footer ul.product_list_widget li { padding:0 0 24px 0 !important; }
footer.footer ul.product_list_widget li .star-rating { margin:0 0 10px 132px !important; }
footer.footer ul.product_list_widget li img {
	border:1px solid #292929 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:112px !important;
	height:112px !important;
	margin:6px 19px 0 0 !important;
}
footer.footer ul.product_list_widget li a {
	font-size:14px;
	line-height:20px;
	color:#dc8172;
}
footer.footer ul.product_list_widget li a:hover {
	color:#fff;
	text-decoration:none;
}
footer.footer ul.product_list_widget li .amount {
	font-size:19px;
	line-height:20px;
	display:inline-block;
	color:#98D5D8;
}
footer.footer ul.product_list_widget li span.from {
	font-size:19px;
	line-height:20px;
	color:#fff;
	width:100px;
	display:inline-block;
}
footer.footer ul.product_list_widget li span.from+del {
	position:relative;
	top:0;
	padding-left:185px;
}

@media (min-width: 768px) and (max-width: 979px)
{
	footer.footer ul.product_list_widget li span.from+del { padding-left:50px; }
}


footer.footer ul.product_list_widget li span.from+del+ins {
	top:-42px;
	padding-left:185px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	footer.footer ul.product_list_widget li span.from+del+ins { padding-left:50px; }
}

footer.footer ul.product_list_widget li del, footer.footer ul.product_list_widget li ins {
	font-size:19px;
	line-height:20px;
	display:block;
}
footer.footer ul.product_list_widget li del {
	font-weight:300;
	color:#f9f1a5 !important;
}
footer.footer ul.product_list_widget li del .amount {
	color:#f9f1a5 !important;
	text-decoration:line-through;
}
footer.footer ul.product_list_widget li ins {
	color:#98D5D8;
	font-weight:bold;
	position:relative;
}
footer.footer .social.social__row li.social_li, footer.footer .social__list li.social_li {
	margin-bottom:0;
	display:block;
	float:left;
	margin-left:22px;
}
footer.footer .social.social__row li.social_li:first-child, footer.footer .social__list li.social_li:first-child { margin-left:0; }
footer.footer .social.social__row li.social_li:after, footer.footer .social__list li.social_li:after { display:none !important; }
footer.footer .social.social__row li.social_li:last-child a .social_ico:after, footer.footer .social__list li.social_li:last-child a .social_ico:after { content:"\f0d5"; }
footer.footer .social.social__row li.social_li a, footer.footer .social__list li.social_li a { float:none !important; }
footer.footer .social.social__row li.social_li a .social_ico, footer.footer .social__list li.social_li a .social_ico {
	position:relative;
	line-height:20px;
	display:inline-block;
}
footer.footer .social.social__row li.social_li a .social_ico img, footer.footer .social__list li.social_li a .social_ico img { display:none !important; }
footer.footer .social.social__row li.social_li a .social_ico:after, footer.footer .social__list li.social_li a .social_ico:after {
	display:block;
	position:relative;
	font-size:31px;
	line-height:31px;
	color:#939393;
	font-family:FontAwesome;
	opacity:1;
	filter:alpha(opacity=100);
}
footer.footer .social.social__row li.social_li a:hover .social_ico:after, footer.footer .social__list li.social_li a:hover .social_ico:after {
	color:#f9f1a5;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
footer.footer .social.social__row li.social_li a.social_link__facebook .social_ico:after, footer.footer .social__list li.social_li a.social_link__facebook .social_ico:after { content:"\f09a"; }
footer.footer .social.social__row li.social_li a.social_link__twitter .social_ico:after, footer.footer .social__list li.social_li a.social_link__twitter .social_ico:after { content:"\f099"; }
footer.footer .social.social__row li.social_li a.social_link__feed .social_ico:after, footer.footer .social__list li.social_li a.social_link__feed .social_ico:after { content:"\f09e"; }
footer.footer .social__list li.social_li .social_label {
	display:inline-block;
	padding-left:20px;
}
footer.footer .copyright {
	padding-top:9px;
	font-size:13px;
	line-height:17px;
	color:#777777;
	background:#383838;
	border-top:1px solid #292929;
	margin-top:26px;
	position:relative;
}
footer.footer .copyright:after, footer.footer .copyright:before {
	display:block;
	position:absolute;
	top:-1px;
	bottom:0;
	background:#383838;
	border-top:1px solid #292929;
	content:"";
	width:100%;
}
footer.footer .copyright:after {
	left:100%;
	right:-100%;
}
footer.footer .copyright:before {
	right:100%;
	left:-100%;
}
footer.footer .copyright a.site-name { color:#fff; }
footer.footer .copyright a.site-name:hover { color:#98D5D8; }
footer.footer .copyright a { color:#777777; }
footer.footer .copyright a:hover {
	color:#98D5D8;
	text-decoration:none;
}
#back-top-wrapper { bottom:60px; }
#back-top span {
	background-color:#98D5D8;
	-webkit-border-radius:620px;
	-moz-border-radius:620px;
	border-radius:620px;
}
#back-top span:hover { background-color:#333333; }
body.home #motopress-main.main-holder .content-holder { padding-bottom:0; }
body div.pp_woocommerce .pp_close {
	top:-20px;
	right:-20px;
}

@media (max-width: 767px)
{
	body { padding:0; }
}

body #motopress-main.main-holder { overflow:hidden; }

@media (max-width: 767px)
{
	body #motopress-main.main-holder { padding:0 10px; }
}
body #motopress-main.main-holder h1, body #motopress-main.main-holder h2 { text-transform:uppercase; }
body #motopress-main.main-holder h2 {
	/*background-color:#f8f8f8;*/
	/*background-image:-moz-linear-gradient(top,#fff,#eeeeee);*/
	/*background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eeeeee));*/
	/*background-image:-webkit-linear-gradient(top,#fff,#eeeeee);*/
	/*background-image:-o-linear-gradient(top,#fff,#eeeeee);*/
	/*background-image:linear-gradient(to bottom,#fff,#eeeeee);*/
	/*background-repeat:repeat-x;*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);*/
	/*border:1px solid #292929;*/
	/*padding:15px 10px 17px 19px;*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
body #motopress-main.main-holder .wpcf7-form p.field input { padding:2px 6px 6px; }
body #motopress-main.main-holder .select-menu { padding:2px 5px 5px 5px; }
body #motopress-main.main-holder .custom-list ul {
	margin:0;
	padding:0;
}
body #motopress-main.main-holder .custom-list ul li {
	float:none;
	display:block;
	padding:5px 0 5px 16px;
	margin:0;
	font-size:14px;
	line-height:20px;
	position:relative;
}
body #motopress-main.main-holder .custom-list ul li:before { display:none; }
body #motopress-main.main-holder .custom-list ul li:after {
	display:block;
	position:absolute;
	left:0;
	top:5px;
	font-size:19px;
	line-height:20px;
	color:#98D5D8;
	content:"\f105";
	font-family:FontAwesome;
}
body #motopress-main.main-holder .block_list {
	overflow:hidden;
	margin-left:-20px;
	margin-bottom:30px;
}
@media (min-width: 1200px)
{
	body #motopress-main.main-holder .block_list { margin-left:-30px; }
}

@media (max-width: 767px)
{
	body #motopress-main.main-holder .block_list { margin:0; }
}

body #motopress-main.main-holder .about_post li { overflow:hidden; }
body #motopress-main.main-holder .about_post li .featured-thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0;
	border:1px solid #292929;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:12px 20px 0 0;
}

@media (min-width: 1200px)
{
	body #motopress-main.main-holder .about_post li .featured-thumbnail { margin-right:30px; }
}
body #motopress-main.main-holder .about_post li h5 a { color:#98D5D8; }
body #motopress-main.main-holder .about_post li h5 a:hover {
	color:#333333;
	text-decoration:none;
}
body #motopress-main.main-holder .testimonials blockquote.testi-item_blockquote .clear { padding-bottom:10px; }
body #motopress-main.main-holder .testimonials .testi-item { padding-bottom:0; }
body #motopress-main.main-holder .testimonials .testi-item .testi-meta {
	padding:0 0 0 48px;
	color:#d29d52;
}
body #motopress-main.main-holder .testimonials .testi-item .testi-meta a { color:#333333; }
body #motopress-main.main-holder .testimonials .testi-item .testi-meta a:hover { color:#98D5D8; }
body #motopress-main.main-holder .testimonials .testi-item .user {
	font-size:14px;
	line-height:20px;
	color:#d29d52;
}
body #motopress-main.main-holder .testimonials .testi-item .info { color:#d29d52; }
body #motopress-main.main-holder .testimonials .testi-item blockquote {
	background:none;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	border-radius:none;
	padding:0;
	color:#777777;
	font-style:normal;
	padding-left:48px;
	font-style:14px;
	line-height:20px;
}
body #motopress-main.main-holder .testimonials .testi-item blockquote a { color:#777777; }
body #motopress-main.main-holder .testimonials .testi-item blockquote a:hover { color:#98D5D8; }
body #motopress-main.main-holder .testimonials .testi-item blockquote:before { display:none; }
body #motopress-main.main-holder .testimonials .testi-item blockquote:after {
	background:url(images/quotes.png) 0 0 no-repeat;
	width:28px;
	height:25px;
	left:0;
	top:0;
}
body #motopress-main.main-holder .quantity .plus, body #motopress-main.main-holder .quantity .minus { height:21px; }
body #motopress-main.main-holder .quantity input.qty { height:39px; }
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:14px;
	line-height:20px;
}
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 {
	text-align:right;
	float:none;
	padding:10px 0 0 0;
}
@media (max-width: 767px)
{
	body #motopress-main.main-holder .shop-nav { text-align:center; }
}
body #motopress-main.main-holder .shop-nav ul {
	display:inline-block;
	text-align:right;
	padding:0 0 0 0;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px)
{
	body #motopress-main.main-holder .shop-nav ul { padding:0; }
}
@media (max-width: 767px)
{
	body #motopress-main.main-holder .shop-nav ul { text-align:center; }
}
body #motopress-main.main-holder .shop-nav ul li {
	display:block;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:20px;
	margin:0;
	float:left;
}
body #motopress-main.main-holder .shop-nav ul li:first-child a {
	border-left:1px solid transparent;
	color:#f9f1a5;
}
body #motopress-main.main-holder .shop-nav ul li a {
	display:inline-block;
	text-decoration:none;
	/*padding:2px 11px 6px 10px;*/
	border:1px solid transparent;
	border-left:1px solid #545454;
	color:#fff;
	text-shadow:0 1px 1px #262626;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
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;
	background-color:#98d5d8;
	background-image:-moz-linear-gradient(top,#b46356,#a05346);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#b46356),to(#a05346));
	background-image:-webkit-linear-gradient(top,#b46356,#a05346);
	background-image:-o-linear-gradient(top,#b46356,#a05346);
	background-image:linear-gradient(to bottom,#b46356,#a05346);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ffa05346', GradientType=0);
	border:1px solid #292929;
}
body #motopress-main.main-holder .shop-nav ul li ul { display:none; }
body #motopress-main.main-holder .search_cart { padding-top:25px; }
body #motopress-main.main-holder .search-form__h {
	display:block;
	float:right;
	width:246px;
	overflow:hidden;
	margin:18px 0 0 0;
	border:1px solid #292929;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
}
@media (min-width: 1200px)
{
	body #motopress-main.main-holder .search-form__h { margin:60px 0 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 auto;
		float:none;
	}
}
body #motopress-main.main-holder .search-form__h form {
	padding:0;
	border:none;
	float:none;
	width:100%;
}
body #motopress-main.main-holder .search-form__h .search-form_it {
	border:none;
	font-size:14px;
	line-height:20px;
	height:38px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#383838;
	padding:5px 10px 6px 10px;
	width:171px;
	float:left;
	background:#dadada;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .search-form__h .btn-primary {
	border:none;
	border-left:1px solid #292929;
	cursor:pointer;
	float:right;
	padding:3px 0 8px;
	height:auto;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin:0;
	filter:none;
	overflow:hidden;
	box-shadow:none;
	font-size:14px;
	line-height:20px;
	width:74px;
	text-shadow:none;
	background-color:#6a7f3c;
	background-image:-moz-linear-gradient(top,#718740,#5f7236);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5f7236));
	background-image:-webkit-linear-gradient(top,#718740,#5f7236);
	background-image:-o-linear-gradient(top,#718740,#5f7236);
	background-image:linear-gradient(to bottom,#718740,#5f7236);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5f7236', GradientType=0);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: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 .search-form__h .btn-primary:hover {
	background:#fff;
	color:#000;
}
body #motopress-main.main-holder .search-form__h .btn-primary:visited, body #motopress-main.main-holder .search-form__h .btn-primary:focus {
	background:#fff;
	color:#000;
}
@media (max-width: 767px)
{
	body #motopress-main.main-holder .search-form__h { display:block; }
}
body #motopress-main.main-holder .cart-holder {
	position:relative;
	/*z-index:10;*/
	padding:0;
	float:right;
	width:249px;
	/*border:1px solid #292929;*/
	border:1px solid #6e6e6e;
	margin-left:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top: 35px;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cart-holder {
		float:none;
		margin:0 auto 10px;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
	display:none;
	position:absolute;
	width:170px;
	padding: 10px;
	left:0;
	top:100%;
	background:#fafafa;
	border:1px solid #ccc;
	border-radius:4px;
	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:50%;
		margin:0 -120px 0 0;
	}
}
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:#f5f5f5;
	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 #333333; }
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:12.6px;
}
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:block;
	font-size:16px;
	line-height:20px;
	padding:26px 40px 33px 79px;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:normal;
	color:#fff;
	filter:none;
	text-shadow:0 1px 1px #262626;
	position:relative;
}
body #motopress-main.main-holder .cart-holder h3:after {
	display:block;
	position:absolute;
	width:56px;
	height:48px;
	content:'';
	/*background:url(images/cart.png) 0 0 no-repeat;*/
	top:13px;
	left:13px;
}
body #motopress-main.main-holder .cart-holder h3:before {
	display:block;
	position:absolute;
	font-family:FontAwesome;
	content:"\f107";
	font-size:15px;
	line-height:15px;
	top:33px;
	right:18px;
	color:#fff;
}
body #motopress-main.main-holder .cart-holder h3:hover { color:#98D5D8; }
body #motopress-main.main-holder .content-holder {
	background:url(images/bg_content.png) 0 0 repeat-x;
	background-color:#f6f6f6;
	padding-bottom:30px;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder {
		margin:0 -10px;
		padding:0 10px 30px;
	}
}
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 a.product-thumbnail {
	height:268px;
	display:flex;
	align-items: center;
	justify-content: center;
	/* border-bottom: 1px solid #292929;
	margin-bottom:1rem; */
	padding:0.5rem;
}
body #motopress-main.main-holder .content-holder .slider { padding:15px 0 0 0; }
body #motopress-main.main-holder .content-holder .banner_slider {
	margin:20px 0 0 0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #292929;
	background:#383838 url(images/car.png) 7px 4px no-repeat;
	padding:6px 10px 6px 45px;
	font-size:20px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
body #motopress-main.main-holder .content-holder .banner_slider span {
	font-size:18px;
	line-height:20px;
	color:#f9f1a5;
	font-weight:normal;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .banner_slider {
		margin:33px 0 0 0;
		padding:12px 10px 15px 65px;
		font-size:30px;
		line-height:30px;
		background:#383838 url(images/car.png) 21px 17px no-repeat;
	}
	body #motopress-main.main-holder .content-holder .banner_slider span {
		font-size:21px;
		line-height:30px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banner_slider { margin-bottom:20px; }
}
body #motopress-main.main-holder .content-holder .camera_wrap {
	float:none;
	border:1px solid #292929;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #ffffff;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption {
	position:absolute;
	/*width:295px;*/
	width:auto;
	left:0;
	top:10px;
	bottom:auto !important;
	background:none;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption { top:48px; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div {
	background:none;
	padding:16px 0 0 49px;
}

@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div { padding-left:10px; }


}

@media (min-width: 1200px) {
	/*body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div { padding:56px 0 0 49px; }*/
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div { padding:23px 10px 46px 46px; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div >em {
	font-size:19px;
	line-height:20px;
	display:none;
	background:#f9f1a5;
	color:#383838;
	width:223px;
	position:absolute;
	left:0;
	top:2px;
	font-style:normal;
	padding:7px 0 10px;
	text-align:center;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div >em { display:block; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div >span {
	font-size:27px;
	line-height:31px;
	color:#98D5D8;
	display:block;
	margin:0 0 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div >span {
		font-size:20px;
		line-height:21px;
		padding-right:40px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div >span { padding-right:20px; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div p {
	font-size:14px;
	line-height:20px;
	color:#777777;
	margin-bottom:3px;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div p { display:none; }
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div strong {
	color:#383838;
	font-size:19px;
	line-height:20px;
	display:block;
	position:relative;
	font-weight:normal;
	padding:0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div strong span {
	font-size:34px;
	line-height:34px;
	color:#98D5D8;
	display:inline-block;
	font-weight:normal;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div strong em {
	font-style:normal;
	font-size:28px;
	line-height:31px;
	color:#777777;
	text-decoration:line-through;
	font-weight:300;
	display:inline-block;
	text-align:right;
	margin-left:80px;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div a {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #292929;
	background-color:#697f3c;
	background-image:-moz-linear-gradient(top,#718740,#5e7236);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5e7236));
	background-image:-webkit-linear-gradient(top,#718740,#5e7236);
	background-image:-o-linear-gradient(top,#718740,#5e7236);
	background-image:linear-gradient(to bottom,#718740,#5e7236);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5e7236', GradientType=0);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:13px 29px 14px;
	margin:36px 0 0 0;
}
body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption >div a:hover {
	background:#98D5D8;
	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:16px;
		line-height:1.2em;
	}
	body #motopress-main.main-holder .content-holder .camera_wrap .camera_caption p { display:none; }
}
body #motopress-main.main-holder .content-holder .banners { margin:0 -10px; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0 -15px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0 -1%; }
}
@media (max-width: 520px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0 -3%; }
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .banners { margin:0; }
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap {
	border:1px solid #292929;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	width:220px;
	margin:0 10px 20px;
	text-align:center;
	float:left;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:270px;
		margin:0 15px 30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap { width:166px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:22%;
		margin:0 1% 20px;
	}
}
@media (max-width: 520px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:44%;
		margin:0 3% 20px;
	}
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0 0 20px;
	}
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap figure.featured-thumbnail {
	margin:0;
	border-bottom:1px solid #292929;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap figure.featured-thumbnail a {
	border:none;
	float:none;
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap figure.featured-thumbnail a img { width:100%; }
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap a {
	font-size:15px !important;
	line-height:15px !important;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:13px 0 13px;
	display:block;
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap a span { color:#f9f1a5; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap a {
		font-size:16px !important;
		line-height:25px !important;
		padding:15px 0 15px;
		font-weight: normal;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .banners .banner-wrap a {
		font-size:11px;
		line-height:12px;
	}
}
body #motopress-main.main-holder .content-holder .banners .banner-wrap a:hover { text-decoration:none; }
body #motopress-main.main-holder .content-holder .banners .green a {
	background-color:#697e3c;
	background-image:-moz-linear-gradient(top,#718740,#5e7136);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5e7136));
	background-image:-webkit-linear-gradient(top,#718740,#5e7136);
	background-image:-o-linear-gradient(top,#718740,#5e7136);
	background-image:linear-gradient(to bottom,#718740,#5e7136);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5e7136', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .green a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .yellow a {
	background-color:#a58e60;
	background-image:-moz-linear-gradient(top,#ac9664,#9b815a);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ac9664),to(#9b815a));
	background-image:-webkit-linear-gradient(top,#ac9664,#9b815a);
	background-image:-o-linear-gradient(top,#ac9664,#9b815a);
	background-image:linear-gradient(to bottom,#ac9664,#9b815a);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac9664', endColorstr='#ff9b815a', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .yellow a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .red a {
	background-color:#ac5c50;
	background-image:-moz-linear-gradient(top,#b46356,#9f5246);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#b46356),to(#9f5246));
	background-image:-webkit-linear-gradient(top,#b46356,#9f5246);
	background-image:-o-linear-gradient(top,#b46356,#9f5246);
	background-image:linear-gradient(to bottom,#b46356,#9f5246);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ff9f5246', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .red a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .black a {
	background-color:#5d5d5d;
	background-image:-moz-linear-gradient(top,#636363,#545454);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#636363),to(#545454));
	background-image:-webkit-linear-gradient(top,#636363,#545454);
	background-image:-o-linear-gradient(top,#636363,#545454);
	background-image:linear-gradient(to bottom,#636363,#545454);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636363', endColorstr='#ff545454', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .black a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .blue a {
	background-color:#00ACE6;
	background-image:-moz-linear-gradient(top,#00ACE6,#0099CC);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#00ACE6),to(#0099CC));
	background-image:-webkit-linear-gradient(top,#00ACE6,#0099CC);
	background-image:-o-linear-gradient(top,#00ACE6,#0099CC);
	background-image:linear-gradient(to bottom,#00ACE6,#0099CC);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .blue a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .orange a {
	background-color:#FF9933;
	background-image:-moz-linear-gradient(top,#FF9933,#FF8F20);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#FF9933),to(#FF8F20));
	background-image:-webkit-linear-gradient(top,#FF9933,#FF8F20);
	background-image:-o-linear-gradient(top,#FF9933,#FF8F20);
	background-image:linear-gradient(to bottom,#FF9933,#FF8F20);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9933', endColorstr='#FF8F20', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .orange a:hover { background:#000; }

body #motopress-main.main-holder .content-holder .banners .teal a {
	background-color:#009999;
	background-image:-moz-linear-gradient(top,#009999,#009191);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#009999),to(#009191));
	background-image:-webkit-linear-gradient(top,#009999,#009191);
	background-image:-o-linear-gradient(top,#009999,#009191);
	background-image:linear-gradient(to bottom,#009999,#009191);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009999', endColorstr='#009191', GradientType=0);
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	transition:0.3s all ease;
}
body #motopress-main.main-holder .content-holder .banners .teal a:hover { background:#000; }



body #motopress-main.main-holder .content-holder div.product .onsale {
	right:inherit;
	left:9px;
}
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 #292929;
	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:#333333;
	border:1px solid #545454;
	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 #292929;
	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:#333333;
	border:1px solid #545454;
}
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 #292929;
	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 #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:#777777;
	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:#f5f5f5;
	border:1px solid #aaa;
	border-radius:4px;
	box-shadow:0 0 0 rgba(0,0,0,0);
	padding:0;
	-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 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:380px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:550px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:318px; }
}
@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.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:#333333;
	border-radius:4px;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	border:1px solid #292929;
}
body #motopress-main.main-holder .content-holder div.product .summary .stock.out-of-stock { background:#98D5D8; }
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:#333333;
	font-size:19px;
	line-height:20px;
	float:none;
	text-align:center;
	margin-bottom:7px;
}
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:19px;
	line-height:20px;
	display:inline-block;
	text-transform:lowercase;
	font-weight:normal;
	color:#777777;
}
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;
	color:#98D5D8;
}
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:19px;
	line-height:20px;
}
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:#98D5D8; }
body #motopress-main.main-holder .content-holder .featured_products { margin:-7px 0 0 0; }
@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:47%;
		margin-left:2%;
	}
}
@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:47%;
		margin:0 1% 20px;
		display:inline-block;
		vertical-align:top;
		float:none;
	}
}
@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;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin:5px 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:-2% !important; }
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:0; }
}
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:220px;
	margin:0 0 30px 20px;
	position:relative;
	text-align:center;
	vertical-align:top;
	/* border:1px solid #292929; */
	padding:0 0 18px 0 !important;
	/* -webkit-border-radius:6px;
	-moz-border-radius:6px; */
	/* border-radius:6px; */
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(images/bg_li.jpg) 0 bottom repeat-x #fff;
	box-shadow: 0 5px 10px #a0a0a077;
	transition:0.2s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
body #motopress-main.main-holder .content-holder .products ul li.product:hover, body #motopress-main.main-holder .content-holder ul.products li.product:hover {
	box-shadow: 0 5px 13px 3px #a0a0a0f0;
}
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 .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;
}
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder .products ul li.product .button, body #motopress-main.main-holder .content-holder ul.products li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .button {
	padding:10px 2rem;
	position:relative;
}
/* body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button:after, body #motopress-main.main-holder .content-holder .products ul li.product .button:after, body #motopress-main.main-holder .content-holder ul.products li.product .add_to_cart_button:after, body #motopress-main.main-holder .content-holder ul.products li.product .button:after {
	display:block;
	background:url(images/bgcart.png) 0 0 no-repeat;
	width:45px;
	height:43px;
	content:"";
	position:absolute;
	right:1px;
	top:0;
	border-left:1px solid #292929;
} */
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 {
	/*color:#666666;*/
	/*font-size:18px;*/
	line-height:25px;
	padding:0px 8px 0px 8px;
	font-style:normal;
	font-weight:normal;
	display:block;
}
body #motopress-main.main-holder .content-holder ul.products li.product h3 {
	height:50px;
	overflow:hidden;
}
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 25px 14px 25px;  }
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:relative;
	background:transparent;
	margin:0 auto;
	-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 img, body #motopress-main.main-holder .content-holder ul.products li.product a img {
	border:none;

	/*
	-webkit-box-shadow:inset 0 0 43px rgba(0,0,0,0.06);
	-moz-box-shadow:inset 0 0 43px rgba(0,0,0,0.06);
	box-shadow:inset 0 0 43px rgba(0,0,0,0.06);
	*/

	display:block;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;

	border:none;
	background:none;
	background-color:#ffffff;
}

@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:270px;
		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:166px;
		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: 480px) {
	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-left:0;
		display:block;
	}
}
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 *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] {
	padding:8px 15px;
	margin:0 0 20px !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:#333333; }
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:hover, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:hover { color:#98D5D8; }
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t {
	display:block;
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin:0 !important;
	background:none;
	padding:10px 0;
	text-shadow:none;
	font-size:14px;
	line-height:20px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t a {
	color:#98D5D8;
	text-decoration:none;
}
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t a:hover { color:#777777; }
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t.active { color:#a6a6a6; }
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t li {
	text-shadow:none;
	font-size:16px;
	line-height:20px;
	color:#a6a6a6;
}
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t li a {
	color:#73C6CA;
	text-decoration:none;
}
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t li a:hover { color:#777777; }
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t li.active { color:#777777; }
body #motopress-main.main-holder .content-holder .breadcrumb.breadcrumb__t li.divider {
	margin:0 8px;
	color:#777777;
}
body #motopress-main.main-holder .content-holder .onsale {
	height:auto;
	min-height:0;
	display:inline-block;
	position:absolute;
	padding:3px 7px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	text-shadow:none;
	text-transform:uppercase;
	top:9px;
	right:9px;
	margin:0;
	color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#98D5D8;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
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:6px 18px 12px;
	padding-top: 10px !important;
	margin-bottom:0;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#6a7f3c;
	background-image:-moz-linear-gradient(top,#718740,#5f7236);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5f7236));
	background-image:-webkit-linear-gradient(top,#718740,#5f7236);
	background-image:-o-linear-gradient(top,#718740,#5f7236);
	background-image:linear-gradient(to bottom,#718740,#5f7236);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5f7236', GradientType=0);
	border:1px solid #292929;
	color:#fff;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
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 {
	background-color:#98d5d8;
	background-image:-moz-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#98d5d8),to(#98d5d8));
	background-image:-webkit-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:-o-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:linear-gradient(to bottom,#98d5d8,#98d5d8);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ffa05346', GradientType=0);
	color:#fff;
	text-decoration:none;
	-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 .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:0 0 0 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:#f5f5f5;
	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 #333333; }
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:#333333;
	background-color:#424242;
	background-image:-moz-linear-gradient(top,#4d4d4d,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4d4d),to(#333333));
	background-image:-webkit-linear-gradient(top,#4d4d4d,#333333);
	background-image:-o-linear-gradient(top,#4d4d4d,#333333);
	background-image:linear-gradient(to bottom,#4d4d4d,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c4c', endColorstr='#ff333333', GradientType=0);
	height:8px;
	border-radius:10px;
	position:absolute;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle {
	width:14px;
	height:14px;
	background:#333333;
	border:1px solid #141414;
	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 #1a1a1a inset, 0 1px 3px #4d4d4d inset;
	cursor:default;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#000000;
	border-radius:3px;
	left:4px;
	top:4px;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover {
	background:#4d4d4d;
	border:1px solid #292929;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover:after { background:#141414; }
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:12.6px;
}
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:#f5f5f5;
	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 #333333; }
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:50%;
}
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 #292929;
	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:45%;
}
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:#98D5D8;
}
@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:6px 18px 12px;
	margin-bottom:0;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#6a7f3c;
	background-image:-moz-linear-gradient(top,#718740,#5f7236);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5f7236));
	background-image:-webkit-linear-gradient(top,#718740,#5f7236);
	background-image:-o-linear-gradient(top,#718740,#5f7236);
	background-image:linear-gradient(to bottom,#718740,#5f7236);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5f7236', GradientType=0);
	border:1px solid #292929;
	color:#fff;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
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 {
	background-color:#98d5d8;
	background-image:-moz-linear-gradient(top,#b46356,#a05346);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#b46356),to(#a05346));
	background-image:-webkit-linear-gradient(top,#b46356,#a05346);
	background-image:-o-linear-gradient(top,#b46356,#a05346);
	background-image:linear-gradient(to bottom,#b46356,#a05346);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ffa05346', GradientType=0);
	color:#fff;
	text-decoration:none;
	-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:#333333;
	top:3px;
	padding:4px;
	border:1px solid #333333;
	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 #292929;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#333333;
	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:#333333;
	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:#333333;
	cursor:pointer;
	text-indent:-2px;
	font-family:FontAwesome;
	color:#333333;
	content:"\f07a";
	border:2px solid #333333 !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:#98D5D8; }
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 #292929;
	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:#333333;
	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 #292929;
	box-shadow:0 2px 3px rgba(0,0,0,0.05);
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
	color:#98D5D8;
}
body .woocommerce-error:before, body div.jigoshop_error:before {
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-14px;
	color:#98D5D8;
	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:#333333;
}
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; }
table.cart td.actions .coupon .input-text { height:48px; }
body.has_shop .star-rating {
	font-size:13px;
	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:#d29d52; }
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:#333333;
	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:Open Sans;
}
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 #333333;
	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 .pp_gallery ul li {
	width:50px;
	height:auto;
}
body.has_shop .pp_gallery ul li img {
	width:100%;
	height:auto;
}
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 #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_jigoshop ins { text-decoration:none; }
@media (max-width: 767px) {
	body.has_shop.has_jigoshop table.shop_table td { padding:6px 5px; }
}
body.has_shop.has_jigoshop td.product-thumbnail img, body.has_shop.has_jigoshop th.product-thumbnail img { max-width:90px; }
@media (min-width: 768px) and (max-width: 979px) {
	body.has_shop.has_jigoshop td.product-thumbnail, body.has_shop.has_jigoshop th.product-thumbnail { display:none; }
}
body.has_shop.has_jigoshop #order_review .shop_table td, body.has_shop.has_jigoshop #order_review .shop_table th { padding:5px !important; }
body.has_shop.has_jigoshop #order_review .shop_table .product-name {
	font-size:11px;
	list-style:16px;
}
body.has_shop.has_jigoshop td.actions .button {
	margin-top:2px !important;
	margin-bottom:2px !important;
}
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 #292929;
	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:#333333; }
body.jigoshop .info a:hover { color:#98D5D8; }
body.jigoshop .info:before {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-14px;
	color:#333333;
	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:#777777;
}
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:6px 18px 8px;
	margin-bottom:0;
	font-size:14px !important;
	line-height:20px !important;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#6a7f3c;
	background-image:-moz-linear-gradient(top,#718740,#5f7236);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#718740),to(#5f7236));
	background-image:-webkit-linear-gradient(top,#718740,#5f7236);
	background-image:-o-linear-gradient(top,#718740,#5f7236);
	background-image:linear-gradient(to bottom,#718740,#5f7236);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff718740', endColorstr='#ff5f7236', GradientType=0);
	border:1px solid #292929;
	color:#fff;
	*border:0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn:first-child { *margin-left:0; }
.btn:hover, .btn:focus {
	background-color:#98d5d8;
	background-image:-moz-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#98d5d8),to(#98d5d8));
	background-image:-webkit-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:-o-linear-gradient(top,#98d5d8,#98d5d8);
	background-image:linear-gradient(to bottom,#98d5d8,#98d5d8);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb46356', endColorstr='#ffa05346', GradientType=0);
	color:#fff;
	text-decoration:none;
	-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:17.5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top:4px; }
.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-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:10.5px;
	-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 { height:auto !important; }
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f89406;
	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:#f89406;
	*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active { background-color:#c67605 \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:#3f3f3f;
	background-image:-moz-linear-gradient(top,#444,#383838);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#383838));
	background-image:-webkit-linear-gradient(top,#444,#383838);
	background-image:-o-linear-gradient(top,#444,#383838);
	background-image:linear-gradient(to bottom,#444,#383838);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff383838', GradientType=0);
	border-color:#383838 #383838 #121212;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#383838;
	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:#383838;
	*background-color:#2b2b2b;
}
.btn-inverse:active, .btn-inverse.active { background-color:#1f1f1f \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:#333333;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-link:hover, .btn-link:focus {
	color:#98D5D8;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#a5a4a4;
	text-decoration:none;
}

.price{
	font-size:20px;
	color:#738b41;
	font-weight: bold;
    letter-spacing: 1px;
}

/* IWS MODS */

.prod_cat_bread-crumb
{
	font-size: 18px;
	color: #333333;
	background-color: #f5f5f5;
    border-radius: 4px;
	padding: 5px 10px;
}

.prod_image_thumb
{
	padding:10px;
	background-color:#ffffff;
	display: inline;
	border-radius: 6px;
	border: 1px solid #292929;
}

.slider
{
    display: inline-table !important;
}

.tooltip.bottom
{
    margin-top: 13px !important;
	padding-left: 6px !important;
}


@media (min-width: 320px) and (max-width: 765px) {
.span6 { margin-top:8px; }
}

/* New Header */

.wavecom-header-flex {
  display: flex;
  flex-direction: column;
}
.wavecom-header-flex > div {
  display: flex;
  width: 100%;
}
.wavecom-header-flex .header-width {
  margin: auto;
  width: 100%;
	padding: 0 0 0.5rem 0;
}
.wavecom-header-flex .header-top {
  padding: 0.25rem 0;
  font-size: 0.8rem;
  background-color: #333;
}
.wavecom-header-flex .header-top > .header-width {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.wavecom-header-flex .header-top .header-contact-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-bottom: 0.25rem;
}
.wavecom-header-flex .header-top .header-contact-links a,
.wavecom-header-flex .header-top .header-contact-links a:visited {
  color: white;
	padding:0 0.125rem
}
.wavecom-header-flex .header-top .header-contact-links span {
  color: #b4e0e2;
  padding:0.1rem 0.1rem 0 0.25rem;
}
.wavecom-header-flex .header-top .header-about-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.wavecom-header-flex .header-top .header-about-links a, .wavecom-header-flex .header-top .header-about-links a:hover {
  color: #fff;
}
.wavecom-header-flex .header-top .header-about-links .cart-holder {
	margin: 0 !important;
	padding:0 !important;
	width: auto !important;
	border:0 !important;
}
.wavecom-header-flex .header-top .header-about-links .cart-holder a {
	color:#333;
}
.wavecom-header-flex .header-top .header-about-links .cart-holder h3 {
  color: white;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0;
}
.wavecom-header-flex .header-top .header-about-links .cart-holder h3::before {}
	.wavecom-header-flex .header-top .header-about-links .cart-holder h3::after {}
.wavecom-header-flex .header-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	margin-bottom:0.5rem;
}
.wavecom-header-flex .header-middle .header-logo {
  padding-top: 0.25rem;
}
.wavecom-header-flex .header-middle .header-logo a {
  margin: auto;
  display: flex;
}
.wavecom-header-flex .header-middle .header-logo img {
  height: 4rem;
  margin: auto;
}
.wavecom-header-flex .header-middle .header-logo p {
  color:#ddd;
	text-shadow:0 0 5px #000;
  font-size: 0.7rem;
  line-height: 1.4em;
  margin: 0;
	text-align:center;
}
.wavecom-header-flex .header-middle .header-logo p b {
	font-size:1rem;
	font-style:italic;
	color: #ff5151;
}
.wavecom-header-flex .header-middle .header-cart-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: #444;
  color: #ddd;
  transition: 0.2s ease-in;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container a:hover {
  text-decoration: none;
  color: #fff;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container a h3 {
  color: inherit;
  text-shadow: 0 1px 2px #000;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: middle;
  font-size: 1rem;
  line-height: 1.6em;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container a h3 .fa {
	margin:0.25rem 0.5rem 0 0;
}
.wavecom-header-flex .header-middle .header-cart-search .header-cart-container a h3 .cart-count {
  background: #78bf23;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6em;
}
.wavecom-header-flex .header-middle .header-cart-search .header-search-container form#search-header {
  margin: 0;
  padding: 0;
}
.wavecom-header-flex .header-middle .header-cart-search .header-search-container form#search-header .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wavecom-header-flex .header-middle .header-cart-search .header-search-container form#search-header .form-group input {
  display: flex;
}
.wavecom-header-flex .header-middle .header-cart-search .header-search-container form#search-header .form-group .header-search-input {
  margin: 0;
  padding: 0.5rem;
  border-radius: 0.25rem 0 0 0.25rem;
  border: 0;
}
.wavecom-header-flex .header-middle .header-cart-search .header-search-container form#search-header .form-group .btn {
  background: #78bf23;
  text-shadow: 0 1px 3px #000;
  border-radius: 0 0.25rem 0.25rem 0;
  border: 0;
  padding: 0.5rem 1rem;
}
.wavecom-header-flex .header-nav .navsticky {
	width:100%;
}
.wavecom-header-flex .header-nav .sticky {
	width:94vw;
}
.wavecom-header-flex .header-nav .sticky .nav__primary {
	box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
}
.wavecom-header-flex .header-nav .navsticky	.nav__primary {
	width:100%;
	margin:auto;
	max-width:25rem;
}

.wavecom-header-flex .header-nav .navsticky	.nav__primary .select-menu {
	font-family:sans-serif;
	background:white;
	border:0;
	height:auto;
	font-size:1rem;
	padding:0.5rem !important;
	border-radius:0.25rem;
	box-shadow: 0 0 3px #000000aa, 0 5px 15px #0000004d
}

@media only screen and (max-width: 479px) {
  .wavecom-header-flex .header-top {
    font-size: 0.7rem;
  }
  .wavecom-header-flex .header-top .header-about-links .cart-holder h3 {
    font-size: 0.7rem !important;
  }
  .wavecom-header-flex .header-middle .header-cart-search {
    margin-top: 0.5rem;
    flex-direction: column;
  }
  .wavecom-header-flex .header-middle .header-cart-search .header-cart-container {
    margin-bottom: 0.5rem;
  }
  .wavecom-header-flex .header-middle .header-cart-search .header-cart-container a {
    padding: 0.5rem 1rem;
  }

}
@media only screen and (min-width: 768px) {
  .wavecom-header-flex .header-width {
    width: 724px;
		padding:0;
  }
  .wavecom-header-flex .header-middle {
    flex-direction: row;
    justify-content: space-between;
		margin-bottom: 0.75rem;
  }
  .wavecom-header-flex .header-middle .header-logo {
    width: 50%;
    padding-top: 0.5rem;
  }
  .wavecom-header-flex .header-middle .header-logo a {
    margin: 0;
    display: flex;
  }
  .wavecom-header-flex .header-middle .header-logo img {
    height: 4rem;
    margin: 0;
  }
	.wavecom-header-flex .header-middle .header-logo p {
		text-align: left;
	}
  .wavecom-header-flex .header-middle .header-cart-search {
    width: 50%;
    align-items: flex-end;
    flex-direction: column;
  }
  .wavecom-header-flex .header-middle .header-cart-search .header-cart-container {
    margin-bottom: 0.5rem;
  }
  .wavecom-header-flex .header-nav .navsticky {
    width: 100%;
  }
	.wavecom-header-flex .header-nav .sticky {
		width: 724px;
		padding:none;
	}
	.wavecom-header-flex .header-nav .sticky .nav__primary {
		box-shadow:none;
	}
  .wavecom-header-flex .header-nav .navsticky .nav__primary {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
		max-width:none;
  }
	.wavecom-header-flex .header-nav .navsticky .nav__primary ul {
    width: 100%;
		/* background:rgb(119,119,119);
		background:-moz-linear-gradient(180deg, rgba(119,119,119,1) 0%, rgba(170,170,170,1) 100%);
		background:-webkit-linear-gradient(180deg, rgba(119,119,119,1) 0%, rgba(170,170,170,1) 100%);
		background:linear-gradient(180deg, rgba(119,119,119,1) 0%, rgba(170,170,170,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777",endColorstr="#aaaaaa",GradientType=1); */
		background: rgb(51,51,51);
background: -moz-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 50%, rgba(51,51,51,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 50%, rgba(51,51,51,1) 100%);
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 50%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li {
    flex-grow: 1;
		display: flex;
		align-items: stretch;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li > a {
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: 0.7rem;
    padding: 1rem 0;
    width: 100%;
		display: flex;
		justify-content: center;
		align-items:center;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown {
    background: #555;
    width: auto;
    min-width: 16em;
    display: flex;
    flex-direction: column;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown a {
    padding: 0.6rem 1rem;
		display:flex;
		justify-content:space-between;
		align-items: center;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown ul.submenu {
    width: auto;
    background: #555;
    min-width: 16em;
    display: flex;
    flex-direction: column;
    left: 100%;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown ul.submenu > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown ul.submenu > li a, .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown ul.submenu > li b {
    padding: 0.6rem 1rem;
  }
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li ul.product-category-dropdown li.dropdown ul.submenu > li b {
    color: #ddd;
		font-style:italic;
		cursor:default;
  }



/* old dropdown menus start*/


	.sf-menu, .sf-menu * {
		margin:0;
		padding:0;
		list-style:none;
	}
	.sf-menu { line-height:1.0; }
	.sf-menu ul {
		display:none;
		position:absolute;
		top:-999em;
		width:10em;
	}
	.sf-menu ul li { width:100%; }
	.sf-menu li:hover { visibility:inherit; }
	.sf-menu li {
		position:relative;
		float:left;
	}
	.sf-menu a {
		position:relative;
		display:block;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		top:100%;
		left:0;
		z-index:99;
	}
	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
		top:0;
		left:100%;
	}
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
		top:0;
		left:10em;
	}
	.sf-menu { float:right; }
	.sf-menu > li {
		background:#ddd;
		text-align:center;
	}
	.sf-menu > li > a {
		padding:10px 12px;
		border-top:1px solid #DDD;
		border-left:1px solid #fff;
		color:#13a;
		text-decoration:none;
	}
	.sf-menu li .desc {
		display:block;
		font-size:0.9em;
	}
	.sf-menu li li { background:#AABDE6; }
	.sf-menu li li a {
		padding:10px 12px;
		border-top:1px solid #DDD;
		border-left:1px solid #fff;
		color:#13a;
		text-decoration:none;
	}
	.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { background:#CFDEFF; }
	.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a { background:#CFDEFF; }
	.sf-menu a.sf-with-ul {
		padding-right:2.25em;
		min-width:1px;
	}
	.sf-sub-indicator {
		position:absolute;
		top:1.05em;
		right:.75em;
		display:block;
		overflow:hidden;
		width:10px;
		height:10px;
		background:url(../images/arrows-ffffff.png) no-repeat -10px -100px;
		text-indent:-999em;
	}
	a > .sf-sub-indicator { background-position:0 -100px; }
	a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:-10px -100px; }
	.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
	.sf-menu ul a > .sf-sub-indicator { background-position:0 0; }
	.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
	@media (max-width: 767px) {
		.sf-menu { display:none; }
	}
	.select-menu {
		display:none;
		border:1px solid #DDD;
		/*background-color:#e4e4e4;*/
		background-color: #C1E6E8;
		width:99%;
		height:40px;
		padding:5px;
		margin:0;
		cursor:pointer;
		outline:none;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		color:#000000;
	}



/* old dropdown menus end*/


}
@media only screen and (min-width: 980px) {
  .wavecom-header-flex .header-width {
    width: 940px;
  }
  .wavecom-header-flex > div {
    padding: 0 0.5rem;
  }
  .wavecom-header-flex .header-top .header-width {
    flex-direction: row;
  }
  .wavecom-header-flex .header-top .header-contact-links {
    width: 60%;
    text-align: left;
    justify-content: left;
    margin-bottom: 0;
  }
  .wavecom-header-flex .header-top .header-about-links {
    width: 40%;
    text-align: right;
    justify-content: right;
  }
  .wavecom-header-flex .header-middle .header-cart-search {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space between;
  }
  .wavecom-header-flex .header-middle .header-cart-search .header-cart-container {
    margin: 0;
  }
  .wavecom-header-flex .header-middle .header-cart-search .header-cart-container a {
    padding: 0.75rem 1rem;
  }
	.wavecom-header-flex .header-nav .sticky {
		width: 940px;
	}
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li a {
    font-size: 0.7rem;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wavecom-header-flex .header-width {
    width: 1170px;
  }
	.wavecom-header-flex .header-middle {
		 margin-bottom: 1rem;
	}
  .wavecom-header-flex .header-middle .header-logo img {
    height: 5rem;
  }
  .wavecom-header-flex .header-middle .header-logo p {
    font-size: 0.9rem;
  }
	.wavecom-header-flex .header-middle .header-logo p b {
		font-size: 1.2rem;
	}
	.wavecom-header-flex .header-nav .sticky {
		width: 1170px;
	}
  .wavecom-header-flex .header-nav .navsticky .nav__primary ul > li a {
    font-size: 0.8rem;
    padding: 1rem 0;
  }
}



.product-view .row * {
	box-sizing:border-box !important;
}

.product-view .flex {
  display: flex;
}
.product-view .row {
	margin-bottom:3rem;
	margin-left:0 !important;
}
.product-view .row > * {
	margin-left:0 !important;
}
.product-view #crumbs-top {
  flex-direction: row;
	margin-bottom:0;
	font-weight:bold;
}
.product-view #crumbs-top li, .product-view #crumbs-top li a {
	color:#aaaaaa !important;
	transition:0.2s ease !important;
	white-space: nowrap;
	line-height:1.4em !important;
	font-size:0.8rem;
}
.product-view #crumbs-top li a:hover {
	color:#3399ff !important;
}
.product-view #crumbs-top .breadcrumb.breadcrumb__t {
	border: 0 !important;
}
.product-view #image-description {
  flex-direction: column;
	box-shadow:0 5px 10px #a0a0a077;
}
.product-view #image-description > * {
	background:white;
}
.product-view #image-description #content {
	margin-left:0;
	padding:0 !important;
	display:flex;
	align-items: center;
	justify-content: center;
}
.product-view #image-description #sidebar {
  flex-direction: column;
	padding:0 0.5rem !important;
	margin-left:0;
	padding-left:calc(30px + 5vw);
	width:auto;
	justify-content: center;
}
.product-view #image-description #sidebar .product-information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
	padding-bottom:2rem;
	text-align:center;
}
.product-view #image-description #sidebar .product-information h1 {
	font-size:1.75rem;
	line-height:1.15em;
	margin:1rem auto 0;
	padding:0 1rem;
	text-transform: none !important;
}
.product-view #image-description #sidebar .product-information .short-description {
	margin: 1rem 0;
	padding: 0 1rem;
	color: #333;
}
.product-view #image-description #sidebar .product-information .price-box {
  color: #2354d9;
  font-size: 3rem;
	line-height: 1em;
	margin:0.5rem 0;
	display:flex;
	flex-direction: column;
	width:100%;
}
/* here */
.product-view #image-description #sidebar .product-information .price-box div p {
	text-shadow:0 1px 3px #770a;
}
.product-view #image-description #sidebar .product-information .price-box div sup {
  font-size: 1rem;
	vertical-align: super;
	padding-left:0.25em;
}
.product-view #image-description .special-sticker {
	background-color: #f8b906;
  color: #ffffff;
  padding: 1.5% 12%;
  width: fit-content;
  margin: 0.5rem auto 0;
	font-weight:bold;
	box-sizing:border-box;
	position: absolute;
	top: 5%;
	right: 0%;
	text-shadow:0 1px 3px #846100;

}
.product-view #image-description #sidebar .product-information .price-box div  form {
	width:13rem;
	margin:2rem auto 1rem;
}
.product-view #image-description #sidebar .product-information form {

}
.product-view #image-description #sidebar .product-information form button, .product-view #image-description #sidebar .product-information .button {
	border:0.125rem solid #2e54d9;
	max-width:13rem;
	transition:0.2s ease;
	background:none;
	color:#2e54d9;
	padding:16px 0 12px;
}
.product-view #image-description #sidebar .product-information form button:hover, .product-view #image-description #sidebar .product-information .button:hover {
	background:#2e54d9;
	color:white;
}

.product-view #image-description #sidebar .share-container {
	margin:2rem 0;
}
.product-view #image-description #sidebar  .form-header-title {
	padding:0;
	margin:0;
}

.product-view #long-description ul.tabs {
	padding:0 !important;
}
.product-view #long-description #tab-description {
	border:0;
	box-shadow:0 5px 10px #a0a0a077;
}
.product-view #long-description #tab-description > * {
	width:100%;
	max-width: 60rem;
	margin-left:auto;
	margin-right: auto;
}

.product-view #long-description #tab-description h2 {
	font-size: 1.5rem;
	line-height:1.1em;
	margin-bottom:0;
}

.product-view #long-description #tab-description p.description-categories strong:nth-of-type(2) {
	margin-left:1rem;
}

.product-view #long-description #tab-description .product-description {
	color:#333;
}

.product-view #downloads-contact {
	flex-direction:column;
}

.product-view #downloads-contact .span6 {
	width:100%;
}
.product-view #downloads-contact .flex {
	flex-wrap:wrap;
	align-content:flex-start;
	justify-content:space-evenly;
	margin-bottom:2rem;
}

.product-view #downloads-contact .product-downloads {
	margin: 0 0.5rem;
	width:100%;
	padding:1rem 1.5rem;
	background:white;
	box-shadow:0 5px 10px #a0a0a077;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	justify-content:space-evenly;
}

.product-view #downloads-contact .product-downloads h3 {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	padding:0;
}

.product-view #downloads-contact .product-downloads .product-download-file-container {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	border:1px solid #aaa;
	background:white;
	border-radius:0.25rem;
	text-align: center;
	padding:2rem 1rem 1.5rem 1rem;
	margin:0.5rem;
	width:25%;
	min-width:150px;
}
.product-view #downloads-contact .product-downloads .product-download-file-container h4 {
	margin:0;
	padding:1.5rem 0 0 0;
	font-size:1.1rem;
	letter-spacing: normal;
	text-transform: none;
	font-weight:bold;
	color:#333;
}
.product-view #downloads-contact .product-downloads .product-download-file-container .btn {
	width:100px;
	height:80px;
	margin:0 auto;
	display:flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	transition: 0.2s ease;
	padding:0.5rem 0 0 0;
	border:0.125rem solid #2e54d9;
	color:#2e54d9;
	background:none;
}
.product-view #downloads-contact .product-downloads .product-download-file-container .btn:hover {
	background: #2e54d9;
	color:white;
}
.product-view #downloads-contact .product-downloads .product-download-file-container .btn, .product-view #downloads-contact .product-download-file-container .btn:visited {
	color:white;
}
.product-view #downloads-contact .product-downloads .product-download-file-container .btn .btn-text {
	margin-top:0.25rem;
}

.product-view #downloads-contact .contact-form {
	margin: 0 0.5rem;
	padding:1rem 1.5rem;
	background:white;
	box-shadow:0 5px 10px #a0a0a077;
}

.product-view #downloads-contact .contact-form form {
	margin:0;
}

.product-view #downloads-contact .contact-form .form-header-title {
	/* margin:0.5rem 0; */
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	padding:0;
	margin: 0 !important;
	line-height:1.1em;
	}
}
.product-view #downloads-contact .contact-form .form-group {
	margin-bottom:0.5rem;
}
.product-view #downloads-contact .contact-form .form-group input {
	padding:1rem;
}
.product-view #downloads-contact .contact-form .form-group  input, .product-view #downloads-contact .contact-form .form-group  textarea {
	border:0;
	background:#f0f0f0;
	box-shadow:none;
	border-radius:0;
	margin:0.5rem 0;
	width:100%;
	box-sizing:border-box;
	box-shadow:0 2px 3px #a0a0a08f;
}
.product-view #downloads-contact .contact-form .form-captcha-container {
	display:flex;
	flex-direction: row;
	align-items:stretch;
}
.product-view #downloads-contact .contact-form .form-captcha-container .captcha-wrapper {
	width:50%;
	margin:0;

}
.product-view #downloads-contact .contact-form .form-captcha-container .captcha-wrapper .captcha {
	padding:0 !important;
}
.product-view #downloads-contact .contact-form .form-captcha-container .captcha-input {
	width:50%;
	margin:0;
	display:flex;
	align-items:stretch;
}
.product-view #downloads-contact .contact-form .form-captcha-container .captcha-input input {
	padding:28px 1rem;
}
.product-view #downloads-contact .contact-form button {
	width: 50%;
	margin:0px auto;
	display:flex;
	align-items:center;
	justify-content: center;
	padding:0.75rem;
	transition:0.2s ease;
	border:0.125rem solid #2e54d9;
	color:#2e54d9;
	background:none;
}
.product-view #downloads-contact .contact-form button:hover {
	background: #2e54d9;
	color:white;
}
.product-view #downloads-contact .contact-form button .btn-text {
	padding-right:0.5rem;
}

.product-view #accessories h3, .product-view #similar-items h3 {
	font-weight:bold;
	font-size:28px;
	line-height:1.2em;
	text-align:center;
	margin-bottom:1.5rem;
}

.product-view #accessories ul.products, .product-view #similar-items ul.products {
	margin:0 !important;
	display:flex !important;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.product-view #accessories ul.products li.product, .product-view #similar-items ul.products li.product {
	margin:0;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.product-view #accessories ul.products li.product, .product-view #similar-items ul.products li.product	{
	background:white !important;
	border-radius: 0 !important;
	box-shadow:0 5px 10px #a0a0a077;
	border:0 !important;
	transition:0.2s ease;
}
.product-view #accessories ul.products li.product:hover, .product-view #similar-items ul.products li.product:hover {
		box-shadow:0 5px 13px 3px #a0a0a0f0;
}
.product-view #accessories ul.products li.product a.product-thumbnail, .product-view #similar-items ul.products li.product a.product-thumbnail {
	border-radius: 0;
	padding:0.5rem;
	margin-bottom:0;
	flex-direction:column;
	height:25rem;
	border: 0 !important;
}

.product-view #accessories ul.products li.product a.product-thumbnail:hover .price .amount, .product-view #similar-items ul.products li.product a.product-thumbnail:hover .price .amount {
	color:#333;
}

.product-view #accessories ul.products li.product a.product-thumbnail img, .product-view #similar-items ul.products li.product a.product-thumbnail img	{
	padding:0 !important;
	border:0 !important;
	margin:0 !important;
}

.product-view #accessories ul.products li.product a.product-thumbnail h3, .product-view #similar-items ul.products li.product a.product-thumbnail h3 {
	font-weight:bold;
	padding:0.25rem 1rem;
	margin:0;
	color:#111;
	font-size:18px;
	line-height:1.2em;
	height:4.5rem;
}
.product-view #accessories ul.products li.product a.product-thumbnail .short_desc, .product-view #similar-items ul.products li.product a.product-thumbnail .short_desc {
	padding:0.25rem 0.5rem 0.75rem;
}
.product-view #accessories ul.products li.product a.product-thumbnail .short_desc p, .product-view #similar-items ul.products li.product a.product-thumbnail .short_desc p {
	font-weight:bold;
	font-style:italic;
	color:#aaa;
}

.product-view #accessories ul.products li.product a.product-thumbnail .price .amount, .product-view #similar-items ul.products li.product a.product-thumbnail .price .amount {
	color:#111;
	font-size:28px;
}

.product-view #accessories ul.products li.product .button, .product-view #similar-items ul.products li.product .button {
	transition:0.2s ease;
	border:0.125rem solid #2e54d9;
	color:#2e54d9;
	background:none;
}
.product-view #accessories ul.products li.product .button:hover, .product-view #similar-items ul.products li.product .button:hover {
	color:white;
	background:#2e54d9;
}

.product-view #accessories ul.products li.product .button:after, .product-view #similar-items ul.products li.product .button:after {
	border:0 !important;
	right:5px !important;
	top:2px !important;
}

.product-view #accessories ul.products li.product .special-sticker, .product-view #similar-items ul.products li.product .special-sticker {
	background-color: #f8b906;
  color: #ffffff;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  margin: 0.5rem auto 0;
	text-shadow:0 1px 3px #770a;
	font-weight:bold;
	position: absolute;
	top: 2.5%;
	right: 0%;
}
@media screen and (max-width:567px) {
	.product-view #accessories ul.products li.product, .product-view #similar-items ul.products li.product {
		width: 46% !important;
		margin: 0 2% 30px 2% !important;
	}
}

@media screen and (min-width:768px) {
	.product-view #image-description #sidebar .product-information {
		text-align:center;
		padding-bottom:0;
	}
	.product-view #image-description #sidebar .product-information .short-description {
		padding-left:0;
		margin:0.5rem 0 1rem;
	}
	.product-view #image-description #sidebar .product-information .price-box {
		/* padding-bottom:1rem; */
	}
	.product-view #image-description, .product-view #downloads-contact {
	  flex-direction: row;
	}
	.product-view #image-description #sidebar {
		padding:2rem 2rem 2rem calc(30px + 1rem);
		max-width:50%;
	}
	.product-view #downloads-contact .span6 {
		width:50%;
	}
	.product-view #downloads-contact .product-download-file-container {
		margin:1rem;
	}
	.product-view #accessories ul.products li.product, .product-view #similar-items ul.products li.product {
		width: 30% !important;
		margin: 0 1.5% 40px 1.5% !important;
	}
}

@media screen and (min-width:980px) {
	.product-view #image-description #sidebar .product-information {
		text-align:left;
	}
	.product-view #image-description #sidebar .product-information h1 {
		font-size: 2rem;
		padding-left:0;
		margin:1rem 0;
	}
	.product-view #image-description #sidebar .product-information .price-box {
		flex-direction:row;
	}
	.product-view #image-description #sidebar .product-information .price-box div form {
		width:8rem;
		margin:0 1rem 0 2rem;
	}
	.product-view #image-description #sidebar .product-information .price-box div form button {
		padding:0.5rem 1.5rem !important;
	}
	.product-view #accessories ul.products li.product, .product-view #similar-items ul.products li.product {
		width: 21% !important;
		margin: 0 2% 50px 2% !important;
	}
}

@media screen and (min-width:1200px) {
	.product-view #image-description #sidebar .product-information h1 {
		font-size: 2.5rem;
	}
	.product-view #image-description #sidebar .product-information .price-box div form {
		width:12rem;
		margin:0 1rem 0 3rem;
	}
	.product-view #image-description #sidebar .product-information .price-box div form button {
		padding:0.5rem 1.5rem !important;
	}
}
