/* --------------------------------------------
	World Micro Theme CSS Override
-------------------------------------------- */
* {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body {
	font-family: 'Ubuntu', sans-serif;
	// font-size: 12px;
	font-size: 14px;
	color: #888888;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
	cursor: pointer;
}
header.header {
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
header.header .top-holder {
	margin-bottom: 0px;
}
header.header .top-holder,
header.header .top-holder:after, header.header .top-holder:before {
	background: transparent;
	border: 0;
}
.slider .camera_caption >div {
	background: rgba( 0,0,0, 0.5 );
	padding: 40px 60px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.logo {
	margin-bottom: 35px;
	max-width: 300px;
}
.logo_tagline {
	display: none;
}
footer.footer {
	padding: 30px 0;
	border: none;
	background: #333;
}
footer.footer nav.footer-nav ul.menu li:before {
	background: #38bdff;
}
.btn {
	background: #28adef;
}
body #motopress-main.main-holder .shop-nav ul li {
	text-transform: none;
	font-size: 13px;
}
.shop-nav {
	float: right;
	padding: 4px 0 0 0;
	margin-right: -9px;
	color: #1471c2;
}
.shop-nav li {
	padding: 0 10px !important;
}
.shop-nav a {
	color: #28adef !important;
}
.shop-nav .menu-item-type-custom a {
	color: #888 !important;
}
.shop-nav a:hover {
	color: #1471c2 !important;
}
.nav__primary {
	display: inline-block;
}
.nav-separator {
	display: inline-block;
	width: 1.5px;
	height: 18px;
	background: #ccc;
	overflow: hidden;
	position: relative;
	top: 5px;
	margin-left: 7px;
	margin-right: 6px;
}
.social-links {
	display: inline-block;
	text-align: right;
	padding-right: 4px !important;
}
.social-links li {
	display: inline-block;
	padding: 0 5px !important;
}
.social-links li a {
	font-size: 13px !important;
	display: inline-block;
	height: 16px;
	width: 16px;
	font: normal normal normal 14px/1 FontAwesome;
}
.social-links li a.twitter:before {
	content: "\f099";
}
.social-links li a.facebook:before {
	content: "\f09a";
}
.social-links li a.youtube:before {
	content: "\f167";
}
.social-links li a.linkedin:before {
	content: "\f08c";
}
.social-links li a.pinterest:before {
	content: "\f0d2";
}
.social-links li a.google:before {
	content: "\f0d5";
}
.menu-holder {
	padding: 0px 0px 10px 30px;
	background: #2f2f2f;
	-webkit-border-radius: 5px 10px 0 0;
	border-radius: 5px 10px 0 0;
}
.cart-holder {
	display: inline-block;
	background: #1471c2;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.cart-holder h3 {
	text-transform: none !important;
	font-size: 14px !important;
	height: 60px;
	display: block;
	padding: 0px 20px 0 !important;
	background: #19caaf;
	font-size: 15px !important;
	line-height: 12px !important;
	color: #ffffff !important;
	position: relative;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
body #motopress-main.main-holder .cart-holder h3:before {
	color: #fff;
    font-size: 28px;
    margin: 6px 14px 0 0px !important;
    position: relative;
    top: 12px;
    font-family: FontAwesome;
    font-weight: normal;
    display: inline-block;
    content: " ";
    font-size: 14px;
    color: #1471c2;
    margin: 0 10px 0 0;
    height: 29px;
    width: 40px;
    background-image: url(/wp-content/themes/theme50439/images/nav-sprite-global_bluebeacon-2x_optimized._CB281044790_.png);
    background-size: 350px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: -10px -340px;
}
.menu-holder {
	height: 60px;
	padding: 0;
}
.menu-holder #topnav {
	margin: 20px 0 0 35px;
}
#topnav li:before {
	display: none;
}
#topnav li {
	margin-left: 35px;
}
#topnav li a {
	text-transform: inherit;
}
#topnav li:after {
	top: -20px;
}
#topnav li .sub-menu {
	margin-top: 20px;
}

body #motopress-main.main-holder .slider-widget >div ul li a { color:#8b8b8b; }
body #motopress-main.main-holder .slider-widget >div ul li a:hover { color:#1471c2; }
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:relative;
	display:block;
	padding:0px 10px;
	color:#8b8b8b;
	z-index:1;
}
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content:'';
	position:absolute;
	width:0;
	height:100%;
	top:0;
	left:0;
	background:#1471c2;
	z-index:-1;
}
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:hover { color:#fff; }
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:hover:before { width:100%; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li { margin:0 20px 0; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li { margin:0 20px 0 30px; }
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a {
	font:12px/18px 'Open Sans', sans-serif;
	color:#5a5a5a;
	text-transform:uppercase;
	margin-bottom:5px;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a:hover { color:#1471c2; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li img { margin-right:25px; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating {
	position:relative;
	top:0px;
	margin:0 0 5px 85px !important;
	font-size:12px;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating:before { color:#38bdff; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating span:before { color:#f5791f; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li del .amount {
	font-size:12px;
	line-height:20px;
	color:#6c6c6c;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .amount {
	display:block;
	font:normal 15px/20px 'Open Sans', sans-serif;
	color:#e74c3c;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a img {
		display:block;
		float:none;
		margin:0 0 15px;
	}
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating { margin:0 0 5px 0 !important; }
}
body #motopress-main.main-holder .slider-widget >div { margin-bottom:33px; }
body #motopress-main.main-holder .slider-widget >div ul {
	margin:-33px 0 0 !important;
	padding: 0;
	// padding:19px 0 18px;
	background: #f2f2f2;
	color: #2f2f2f;
	border: none;
}
body #motopress-main.main-holder .slider-widget >div ul li {
	list-style:none;
	color:#8b8b8b;
	// font-size:14px;
	line-height:20px;
	padding: 7px 10px 7px;
	margin: 0 !important;
	border-top: 1px solid #dedede;
	cursor: pointer;
}
body #motopress-main.main-holder .slider-widget >div ul li:last-child {
	// border-bottom: 0;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .slider-widget >div ul li { margin:0 20px 15px 20px; }
}
body #motopress-main.main-holder .slider-widget >div ul li a {
    font-weight: 400;
    letter-spacing: -0.5px;
	color:#8b8b8b;
}
body #motopress-main.main-holder .slider-widget >div ul li a:hover { color:#1471c2; }
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:relative;
	display:block;
	padding:3px 10px;
	color:#8b8b8b;
	z-index:1;
	cursor: pointer;
    font-weight: 400;
    letter-spacing: -0.5px;
}
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content:'';
	position:absolute;
	width:0;
	height:100%;
	top:0;
	left:0;
	background:#1471c2;
	z-index:-1;
}
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:hover { color:#fff; }
body #motopress-main.main-holder .slider-widget >div ul.product-categories li a:hover:before { width:100%; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li { margin:0 20px 0; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li { margin:0 20px 0 30px; }
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a {
	font:12px/18px 'Open Sans', sans-serif;
	color:#5a5a5a;
	text-transform:uppercase;
	margin-bottom:5px;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a:hover { color:#1471c2; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li img { margin-right:25px; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating {
	position:relative;
	top:0px;
	margin:0 0 5px 85px !important;
	font-size:12px;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating:before { color:#38bdff; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating span:before { color:#f5791f; }
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li del .amount {
	font-size:12px;
	line-height:20px;
	color:#6c6c6c;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .amount {
	display:block;
	font:normal 15px/20px 'Open Sans', sans-serif;
	color:#e74c3c;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li a img {
		display:block;
		float:none;
		margin:0 0 15px;
	}
	body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating { margin:0 0 5px 0 !important; }
}

#brands_a_z > h3,
.brands_index {
	display: none !important;
}
body #motopress-main.main-holder .slider-widget > div #brands_a_z ul.brands {
	border-top: 0;
}
.products-list-sidebar {
	margin-top: -80px !important;
	z-index: 100;
}
header.header {
	background: transparent !important;
}
body:after {
	content: "";
	display: block;
	background: #f2f2f2;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 184px;
	z-index: 0;
}
@media ( max-width: 1199px ) {
	body:after {
		height: 175px;
	}
	.cart-holder {
		height: 60px !important;
	}
	.cart-holder h3 {
		color: transparent !important;
		width: 50px;
	}
}
.main-holder.slider-widget {
	position: relative !important;
	overflow: inherit !important;
}
.main-holder {
	position: relative !important;
}
.products-list-sidebar h3:before,
.products-list-sidebar h2:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f0c9";
	display: inline-block;
	margin: 17px 18px 0 2px;
	position: relative;
	top: 2px;
}
.products-list-sidebar h3,
.products-list-sidebar h2 {
	text-transform: none !important;
	height: 60px;
	display: block;
	padding: 0px 20px 0 !important;
	background: #1471c2;
	font-size: 19px !important;
	line-height: 22px !important;
	color: #ffffff !important;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#brands_a_z {
	// margin-top: -33px;
	width: 270px; overflow-x: hidden;
}
body #motopress-main.main-holder .slider-widget >div ul.brands {
	// padding:  10px 15px 20px 15px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.best-sellers-simple h3,
.best-sellers-simple h2 {
	margin-bottom: 67px;
}
#post-203 h3,
.best-sellers-simple h3,
.manufacturer-list-simple h3,
.best-sellers-simple h2,
.manufacturer-list-simple h2 {
	background: #f2f2f2;
	color: #555;
	padding: 15px 5px 15px 20px;
	// font-weight: bold;
	font-size: 17px;
	text-transform: inherit;
}
.best-sellers-simple ul li,
.manufacturer-list-simple ul li {
	border: 0 !important;
	padding: 11px 5px 11px 20px !important;
	border-bottom: 1px solid #dedede !important;
}
.best-sellers-simple ul li,
.manufacturer-list-simple ul:last-child li {
	border: 0 !important;
}
body #motopress-main.main-holder .slider-widget >div.best-sellers-simple ul {
	background: transparent;
}
body #motopress-main.main-holder .slider-widget >div.best-sellers-simple ul li {
	margin-bottom: 32px !important;
	background: #f2f2f2;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .amount {
	color: #1471c2;
}
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating span:before,
body #motopress-main.main-holder .slider-widget >div ul.product_list_widget li .star-rating span:before {
	color: #38bdff;
}
.content-holder > .container > .row > .span12 > .row > .span12 > .slider-block > .row > .slider-widget {
	position: absolute;
}
.best-sellers-simple del,
.best-sellers-simple ins {
	display: inline-block;
}
#topnav li .sub-menu li a:hover {
	color: #38bdff;
}
#topnav li .sub-menu li a {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-form {
	float: left;
}
.phone-container {
	float: right;
	margin-top: 14px;
	text-align: right;
}
.phone-icon {
	display: inline-block;
	margin-right: 8px;
	// color: #1471c2;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75eaff+0,1b6ec1+53,1640a3+77,0c0a49+93 */
background: rgb(117,234,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(117,234,255,1) 0%, rgba(27,110,193,1) 53%, rgba(22,64,163,1) 77%, rgba(12,10,73,1) 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(117,234,255,1) 0%,rgba(27,110,193,1) 53%,rgba(22,64,163,1) 77%,rgba(12,10,73,1) 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(117,234,255,1) 0%,rgba(27,110,193,1) 53%,rgba(22,64,163,1) 77%,rgba(12,10,73,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75eaff', endColorstr='#0c0a49',GradientType=0 ); /* IE6-9 */



  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.phone-number {
	display: inline-block;
	font-size: 23px;
	color: #333;
}
.phone-icon:before {
	font: normal normal normal 35px/1 FontAwesome;
	content: "\f095";
}
.search-form {
	margin-top: 13px !important;
}
.search-form,
.search-form form {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 !important;
}
.search-form .search-input {
	padding-right: 100px;
}
.content-half-form input.search-form_it,
.header #search-header input.search-form_it {
	display: block;
	width: 100%;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    border: 1px solid #e7e7e7;
	font-size: 16px;
	padding: 8px 12px 6px;
	color: #555;
}
.content-half-form input.search-form_it {
	padding: 10px 12px 9px 13px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}
.content-half-form {
	margin-right: 0;
	width: 49%;
	float: left !important;
	margin-bottom: 40px;
}
.search-set .search-container:first-child {
	position: relative;
	left: -0.2%;
}
.search-set .search-container:last-child {
	position: relative;
	left: 1.9%;
}
.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.content-half-form #search-form_is,
.header #search-header #search-form_is {
	width: 80px !important;
	height: 34px !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;
	font: normal 14px/20px Open Sans !important;
    text-transform: none !important;
    padding: 0 0px 1px;
}
.content-half-form #search-form_is {
	height: 39px !important;
}
body #motopress-main.main-holder .content-half-form #search-form_is {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;
	position:relative;
	height:32px;
	width:32px;
	padding:0;
	margin:0 0 0 -4px;
	text-shadow:none;
	color:#fff;
	border:none;
	background:#1471c2 !important;
}
.content-half-form #search-form_is:hover {
	color:#fff;
	background:#38bdff !important;
}
.product.has-default-attributes.has-children>.images {
	opacity: 1;
}

body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products {
    margin: 0 0 0 -10px !important;
}
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
    width: 167px;
    margin-left: 10px;
    min-height: 184px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products {
	    margin: 0 0 0 -20px !important;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
	    width: 205px;
	    margin-left: 17px;
	    min-height: 184px;
	}
}
@media (max-width: 979px) {
	.home.page .products li:last-child {
		display: none;
	}
}
/* .woocommerce div.product div.images img {
	// display: none !important;
}*/

ul.products li.product .price,
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .add_to_cart_button {
	position: absolute;
	bottom: 12px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .add_to_cart_button {
	right: 15px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .btn {
	display: none;
}
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
	padding: 12px;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] {
	position: absolute;
	top: -20px;
	background: #f2f2f2;
	color: #aaa !important;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 8px 0px 9px;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a,
body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a {
	margin: 0;
	color: #28adef;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:first-child,
body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:first-child {
	margin: 0 0 0 15px;
	color: #28adef;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:after,
body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:after {
	content: '/';
	color: #ccc;
	display: inline-block;
	margin: 0 13px;
}
.title-section {
	margin-top: 40px;
	margin-left: -3px;
}
.breadcrumb__t {
	position: relative;
	left: 0px;
}
#content {
	padding-top: 10px;
}
.breadcrumb__t .divider {
	display: none;
}
.brands_a_z-container {
	width: 540px;
	overflow-x: hidden;
}
#brands_a_z {
	width: 270px;
	height: 257px;
	overflow-x: hidden;
	// overflow-x: hidden;
	overflow-y: scroll;
    margin-top: 0 !important;
}
#brands_a_z::-webkit-scrollbar {
    width: 5px;
    height: 5px
}
#brands_a_z::-webkit-scrollbar-button {
    background: #ccc;
    height:0;
}
#brands_a_z::-webkit-scrollbar-track-piece {
    background: #eee;
}
#brands_a_z::-webkit-scrollbar-thumb {
    background: #ccc;
}

#brands_a_z .brands {
	width: 270px;
}
.manufacturer-list-simple {
	position: relative;
}
.manufacturer-list-simple:before {
	position: absolute;
	top: 95px;
	right: 12px;
	opacity: 0.5;
	content: '\f077';
	font-size: 19px !important;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.manufacturer-list-simple:after {
	position: absolute;
	bottom: 10px;
	right: 12px;
	opacity: 0.5;
	content: '\f078';
	font-size: 19px !important;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-ms-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.manufacturer-list-simple.top:before {
	opacity: 0;
}
.manufacturer-list-simple.bottom:after {
	opacity: 0;
}
#sidebar {
	overflow: inherit;
	padding-top: inherit;
}
#sidebar h3 {
    margin-bottom: 33px;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
	float: right;
	text-align: right;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals h2 {
	margin: 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	// margin: 0 0 20px 0;
}
.woocommerce .cart_totals table.shop_table {
	// text-align: right;
	float: right;
	margin-bottom: 20px;
	width: 100% !important;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals h2,
h3 {
	padding: 10px 20px 9px;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr td {
	padding: 10px 15px;
}
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, .btn-primary, .btn-primary:hover {
	padding: 10px 20px;
	font-size: 15px;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background: #38bdff;
}
body #motopress-main.main-holder a.button:before, body #motopress-main.main-holder button.button:before, body #motopress-main.main-holder input.button:before, body #motopress-main.main-holder #respond input#submit:before, body #motopress-main.main-holder #content input.button:before, body #motopress-main.main-holder input[type="submit"]:before, body #motopress-main.main-holder input[type="reset"]:before, body #motopress-main.main-holder .button-alt:before, btn-primary:before, btn-primary:hover:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
	background: #1471c2;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}
.btn:hover:before {
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}
#back-top-wrapper a span {
	background-color: #1471c2;
}
.shop_table.cart {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.shop_table.cart th:first-child,
.shop_table.cart td:first-child {
	border-left: 1px solid #ddd;
}
.shop_table.cart th:last-child,
.shop_table.cart td:last-child {
	border-right: 1px solid #ddd;
}
body #motopress-main.main-holder #content .page form table.cart .actions {
	border: 0;
	border-top: 1px solid #ddd;
	padding: 10px 0 0px;
}
body #motopress-main.main-holder #content .page form table.cart .actions > * {
	position: relative;
	left: 3px;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 8px;
}
.woocommerce-message .wc-forward {
	display: none !important;
}
body .content-holder .woocommerce-message:before {
	top: 30px;
	padding-left: 3px;
}
.tax-exempt-id,
.tax-exempt-checkbox label {
	position: relative;
	top: -8px;
}
.tax-exempt-checkbox label input {
	position: relative;
	top: 8px;
}
.woocommerce-shipping-fields h3 {
	margin-bottom: 17px;
}
.woocommerce-billing-fields h3 {
	margin-bottom: 15px;
}

footer.footer-site, .copyright{ color: rgba(255,255,255,0.7) !important;background-color: rgba(34,34,34,1) !important;background-position: top left;background-size: 100%;}
footer.footer-site h5,  footer.footer-site .site-text{ color: rgba(255,255,255,1) !important;}
footer.footer-site h5:after{ color: rgba(42,172,241,1) !important;}
.pagination .current, .pagination a:hover{ background-color: #1e73be;}
.mvt-header-background-image{ background-image: url(http://www.worldmicro.com/wp-content/uploads/2015/11/HeaderImage1a.fw_.png);background-size: 100%;height: 200px;}
 .header-site, .header-site.header-sticky { background-color: rgba(255, 255, 255, 1); }
 .footer-site { background-color: #222222; }
 .title-container { background-color: #ffffff; }
  input[type="button"],    input[type="submit"],    button,    .button,    .form-submit input[type="submit"],    .invert input[type="button"],    .invert input[type="submit"],    .invert button,    .invert .button,    .invert .form-submit input[type="submit"]{ background-color: #1e73be; color: #FFFFFF; }
  input[type="button"]:hover,    input[type="submit"]:hover,    button:hover,    .button:hover,    .form-submit input[type="submit"]:hover,    .invert input[type="button"]:hover,    .invert input[type="submit"]:hover,    .invert button:hover,    .invert .button:hover,    .invert .form-submit input[type="submit"]:hover{ background-color: #629dd2; color: #FFFFFF; }
.copy a:not(.button),  .story a:not(.button){ color: #1e73be;border-bottom-color: #1e73be;}
.copy a:not(.button):hover,  .story a:not(.button):hover{ color: #629dd2;border-bottom-color: #629dd2;}
 .footer-site { background-position: top left;}

footer#footer h5 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

footer#footer h5:after {
    width: 40px;
    height: 1rem;
    content: "";
    margin-top: 0.3rem;
    display: block;
    border-top-style: solid;
    border-top-width: 2px;
}

.footer-site .row {
	padding-top: 0;
	padding-bottom: 0;
}

footer#footer {
    padding: 0px;
}

footer#footer .widget-container-1 {
margin-bottom: 0;
padding: 70px 60px 70px 0px;
}

footer#footer .layers-masonry-column.column {
	margin-bottom: 0;
}


footer#footer .widget-container-2 {
margin-bottom: 0;
padding: 70px 0px 70px 60px;
}

.span-8{width: 66%;}

.section-nav-title {
    text-transform: none;
}

.footer-site .widget-container-1.span-4 .widget li a {
	color: #ccc;
	font-weight: normal;
	font-family: Oxygen, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-site .widget-container-1.span-4 .widget li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
}
.footer-site .widget-container-1.span-4 .widget ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    margin-bottom: 8px;
    font-size: 15px;
}
.mvt-second {
    border-left: 1px solid rgba(255, 255, 255, .1);
    font-family: Oxygen, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
}
.footer-site.invert .section-nav-title {
    color: rgba(255,255,255,0.55);
}
footer#footer h5 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.row.copyright {
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#footer .social-links li a {
	color: #fff;
}
#footer .copyright > div {
	padding: 30px 0 10px;
	margin-left: 25px;
}
#footer .copyright > div.span16 {
	padding: 30px 20px 10px 0;
}
#footer h5:after {
	position: relative;
	top: 10px;
}
#footer h5 {
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: Questrial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
#footer .t-right {
	float: right;
	margin-right: 15px;
}
.global-part-search {
	margin-top: 30px;
	padding: 10px 10px 0 10px;
}
.global-part-search h3 {
	margin: 0px;
	font-size: 17px;
}
.global-part-search h5 {
	margin: 10px 10px;
	margin-top: 20px;
	font-size: 13px;
}
.global-part-search .form-field {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
.global-part-search .form-field label {
	display: none;
}
.global-part-search .form-field input {
	-webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding: 8px 12px 6px;
    color: #555;
    letter-spacing: -0.25px;
}
.global-part-search .form-field.field-email {
	margin-right: 20px;
}
.search-form {
	float: inherit;
}
.no-results p,
.no-results .search-form {
	display: none;
}
.no-results:after {
	content: 'Your search resulted in no matches .. Please fill out the global part search below:'
}
.certifications span {
	display: inline-block;
	margin-left: 23px;
	margin-bottom: 80px;
}
.certifications span img {
	max-width: 172px;
}
.certifications span:first-child {
	margin-left: 0px;
}
.camera_caption .heading {
	background: none;
	margin: 0 0 15px;
	padding: 0;
	color: #fff !important;
	font-size: 36px !important;
	font-family: Questrial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-weight: 700;
	text-transform: none !important;
}
.slider .camera_caption > div {
	background: rgba( 0,0,0, 0.45 );
}
.slider .cameraContents .cameraContent:nth-child(2) .camera_caption > div {
	background: rgba( 0,0,0, 0.7 );
}
.camera_wrap {
	height: 361px !important;
}
.rfq_checkout_form, .rfq_checkout_form td {
	border: 0 !important;
}
body #motopress-main.main-holder #content .page .shop_table.rfq_checkout_form {
	margin-bottom: 0;
}
body #motopress-main.main-holder #content .page .shop_table.rfq_checkout_form tr td {
	padding-right: 0;
}
body #motopress-main.main-holder #content .page .shop_table.rfq_checkout_form tr td h2 {
	margin-bottom: 0;
}
body #motopress-main.main-holder #content .page .shop_table.rfq_checkout_form tr td #message {
	padding: 10px 12px;
	width: 95%;
	display: block;
}
.rfq_checkout_form .required {
	font-size: 10px !important;
	margin-left: 4px;
	font-weight: normal;
}
.rfq_checkout_form textarea,
.rfq_checkout_form input {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	padding: 7px 10px;
	font-size: 14px;
	display: block;
}
.rfq_checkout_form #address,
.rfq_checkout_form #address2,
.rfq_checkout_form #company {
	width: 95%;
}
.rfq_button {
	padding: 7px 20px 8px 20px !important;
	margin: 0 !important;
}
.products > li.product > div > form {
	margin: 0;
	text-align: center;
}
.gpls_rfq_set_div > #link_to_rfq_page_button,
.gpls_rfq_set_div > button {
	position: relative;
	left: -26px !important;
}
.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	opacity: 0
}
.variations_form.cart br {
	display: none;
}
.link_to_rfq_page_link, .link_to_rfq_page_link:hover {
	padding: 10px 20px;
    font-size: 15px;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #38bdff;
    color: #fff;
    box-shadow: none;
    display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 20px 8px 20px !important;
    margin: 0 !important;
}
#rfqform .cart_totals table {
	border: 0 !important;
	margin: 4px 0 0;
}
.woocommerce a.remove {
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-ms-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}
.woocommerce a.remove:hover {
	color: #900 !important;
}
body #motopress-main.main-holder #content .page #rfqform .shop_table tr th {
	background: transparent;
	border: 0;
	padding-bottom: 0;
}
td.create-account {
	display: none;
}
.yit-wcan-parent-terms {
	padding: 10px 14px 10px 19px !important;
}
.yit-wcan-parent-terms .count {
	float: right;
    margin-right: 5px;
    color: #1471c2;
}
.yith-wcbr-brands-list {
	margin-top: 34px;
}
.yith-wcbr-brands-list h3 {
    text-align: left;
}
.yith-wcbr-brands-list li > a {
	margin-left: 9px;
	margin-right: 5px;
}

.single-product .main-holder.slider-widget.sidebar.span3 {
    top: 0;
	position: relative;
}
.filter-by-manufacturer h3,
.single-product .main-holder.slider-widget.sidebar.span3 .widget.best-sellers-simple h3:first-child,
.single-product .main-holder.slider-widget.sidebar.span3 .widget.manufacturer-list-simple h3:first-child,
.tax-product_cat .main-holder.slider-widget.sidebar.span3 .widget.best-sellers-simple h3:first-child,
.tax-product_cat .main-holder.slider-widget.sidebar.span3 .widget.manufacturer-list-simple h3:first-child,
.tax-product_brand  .main-holder.slider-widget.sidebar.span3 .widget.best-sellers-simple h3:first-child,
.tax-product_brand  .main-holder.slider-widget.sidebar.span3 .widget.manufacturer-list-simple h3:first-child {
	background: #1471c2;
    color: #fff;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 17px;
}
.certifications span img {
    max-width: 122px;
    margin-right: 26px;
}
.certifications span:last-child img {
    margin-right: 0px;
}

/* Product Category Sidebar - Submenu Flyout CSS */
#brands_a_z ul.brands ul.children,
body #motopress-main.main-holder .slider-widget >div ul.children {
    margin-top: 7px !important;
    margin-left: 20px !important;
    border: 0;
    border-radius: 4px;
    width: 230px;
}
#brands_a_z ul.brands ul.children, body #motopress-main.main-holder .slider-widget >div ul.children li {
    padding-left: 0;
}
#brands_a_z ul.brands ul.children, body #motopress-main.main-holder .slider-widget >div ul.children li a {
    padding-left: 5px;
}
/* Base CSS */
.products-list-sidebar ul li,
.products-list-sidebar ul ul { list-style: none; margin: 0; padding: 0; border: 0; }
.products-list-sidebar ul { position: relative; z-index: 397; }
.products-list-sidebar ul li { min-height: 1px; line-height: 1em; vertical-align: middle; }
.products-list-sidebar ul li:hover { position: relative; z-index: 399; cursor: default; }
.products-list-sidebar ul ul { visibility: hidden; position: initial; display:none; top: 100%; left: 0; z-index: 398; width: 100%; }
.products-list-sidebar ul ul ul { top: 0px; left: 99%; }
.products-list-sidebar ul li:hover > ul { visibility: visible;  }
.products-list-sidebar ul ul { top: -10px; left: 99.9%; }

.products-list-sidebar ul,
.products-list-sidebar ul ul ul,
.products-list-sidebar ul li,
.products-list-sidebar ul li a,
.products-list-sidebar ul li:hover,
.products-list-sidebar ul li:hover > ul,
.products-list-sidebar ul ul {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.products-list-sidebar ul li.active ul, .products-list-sidebar ul li.active li {
    display: block;
    visibility: visible;
}
.slider-widget.sidebar {
    z-index: 1001;
}

.brand-preview {
	border: 1px solid #ececec;
	border-radius: 6px;
}
.brand-preview a {
	display: block;
}
.brand-preview a img {
    padding: 10px;
/*  width: auto;
    height: 70px;
    max-width: 100%; */
    display: block;
    max-width: 150px;
    max-height: 70px;
    width: auto;
    height: auto;
}
.brand-preview .brand-name {
	color: #888;
	font-weight: bold;
	padding: 0 10px;
}
.brand-preview .brand-url {
	padding: 0 10px;
	display: none;
}
.brand-preview .brand-desc {
	padding: 5px 10px 0;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #999;
}
.brand-preview .brand-desc p {
	margin: 0 0 13px;
}
.widget .brand-thumbnails li, .brand-thumbnails li {
	margin: 0 1.6% 2% 0;
}
.no-products {
	display: none;
}
.breadcrumb li:nth-child(3) a {
	margin-left: 0 !important;
}
#topnav li {
    margin-left: 29px;
}
.products-list-sidebar #brands_a_z {
	height: 625px;
}

.summary.entry-summary form.cart br {
	display: none;
}
.gpls_rfq_set_div {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}
.gpls_rfq_set_div button {
	margin: -3px 0 0 28px !important;
}
#brands_a_z {
	height: 644px;
}
.manufacturer-list-simple h2 {
    background: #1471c2;
    color: #fff;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 17px;
}
.brand-preview a {
	height: 178px;
	margin-top: 3px;
}

.brands_a_z-container {
width: 270px;
overflow-y:auto;
}
.brands_a_z-container:hover {
width: 270px;
}

.page-footer-widget {
	clear: left;
	margin-top: 30px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .btn {
	display: block !important;
    font-size: 15px;
border-radius: 3px !important;
    background: #38bdff;
position: absolute;
bottom: 12px;
right: 15px;
}
li.product > div > form {
	display: none;
}
form > .single_add_to_cart_button,
body #motopress-main.main-holder .content-holder .products ul li.product .add_to_cart_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 .products ul li.product .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .add_to_cart_button {
	display: none !important;
}
.single-product #link_to_rfq_page_button {
	position: relative;
    top: -8px;
    left: -3px !important;
}

.archive.tax-product_cat .page-footer-widget,
.archive.tax-product_cat .woocommerce-pagination,
.archive.tax-product_cat .woocommerce-ordering,
.archive.tax-product_cat .woocommerce-result-count,
.archive.tax-product_cat .yit-wcan-container {
	display: none;
}

.archive.tax-product_brand .span8 > .row > .span9 > .title-section {
	display: none;
}
.archive.tax-product_brand .span8 > .row > .span9 > .title-section.override {
	display: block;
}
.archive.tax-product_brand .brand-thumbnails {
	display: none;
}
.archive.tax-product_brand #content {
	padding-top: 0;
	padding-left: 3px;
}
.archive.tax-product_brand .brand-thumbnails {
	display: none;
}
.archive.tax-product_brand #content h1 {
	color: #1471c2;
}
.archive.tax-product_brand .brand-image {
	width: 35%;
	float: right;
	position: relative;
	top: -10px;
	margin: 12px 2px 40px 60px;
}
.search-results .post_wrapper {
	margin-bottom: 0;
}
.search-results figure {
    float: right;
    position: relative;
    top: -34px;
    right: -19px;
}
.search-results figure img {
    transition: all ease-in-out .2s;
    padding: 0;
    width: 50% !important;
    float: right;
    margin-left: 10px;
	height: auto !important;
    display: block;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-results article {
	border: 1px solid #f1edea;
    background: #fff;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    float: left;
    width: 48%;
    padding: 12px;
}
.search-results h2 {
	padding: 0;
	margin-bottom: 10px !important;
	background: none;
	font-size: 20px;
	font-weight: bold;
}
.search-results h2 a {
	text-transform: uppercase;
    color: #494d56;
    padding: 0;
    font-style: normal;
	display: block;
    background: none;
    font-weight: bold;
    letter-spacing: -0.25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.search-results .post_content {
	padding-bottom: 0;
}
.search-results .post_content .excerpt p {
	height: 54px;
	overflow: hidden;
}
.search-results .global-part-search,
.search-results .pagination {
	clear: both;
	padding-top: 26px;
}
.search-results .title-header {
	padding: 0 0 10px 3px;
	color: #1471c2;
}
.products-list-sidebar ul li.active>a {
    font-weight: bold!important;
}
body.home #motopress-main.main-holder .content-holder ul.products li.product {
	min-height: 214px;
}
.search-set {
	clear: both;
}
.rfq_checkout_form {
	width: 100% !important;
}
.rfq_checkout_form input[type=text] {
	width: 90%;
}
.rfq_checkout_form {
	position: relative;
	top: 15px;
	left: 10px;
}
.rfq_checkout_form h2 {
	position: relative;
	top: -15px;
	left: -10px;
}
.shop_table .product-quantity,
.shop_table .product-name {
	padding-bottom: 6px !important;
}
.page-footer-widget #left {
	float: left;
	width: 50%;
}
.page-footer-widget #right {
	float: right;
	width: 50%;
}
.page-footer-widget .wpcf7-form-control-wrap input {
	width: 90%;
}
.page-footer-widget .wpcf7-form-control-wrap textarea {
	width: 96.5%;
}
.page-footer-widget .wpcf7-form-control-wrap {
	margin-top: 5px;
}
.page-footer-widget form {
	position: relative;
	top: -10px;
	left: 10px;
}
.product-categories {
    overflow-y: scroll;
    /* height: 575px; */
    height: 905px;
}
#brands_a_z {
    height: 473px;
}
body.home .manufacturer-list-simple:after {
	bottom: 45px;
	z-index: 9999;
}
body.home .manufacturer-list-simple .textwidget {
	position: relative;
	top: -33px;
}

.product-categories::-webkit-scrollbar {
    width: 5px;
    height: 5px
}
.product-categories::-webkit-scrollbar-button {
    background: #ccc;
    height:0;
}
.product-categories::-webkit-scrollbar-track-piece {
    background: #eee;
}
.product-categories::-webkit-scrollbar-thumb {
    background: #ccc;
}
.link_to_rfq_page_link {
	position: relative;
	top: 4px;
}
.camera_overlayer {
	display: none !important;
}
.camera_wrap {
    height: 411px !important;
    margin-bottom: 10px !important;
}
.camera_pag {
	position: relative;
    z-index: 99999999;
    top: -55px;
    opacity: 0.75;
}
.vc_custom_1484232365801 h3 {
	position: relative;
	top: -6px;
}
.vc_custom_1484232365801 h3 strong {
	color: #787777 !important;
    font-size: 14.5px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 30px;
    display: block;
    letter-spacing: -0.25px;
}

.slider .camera_wrap .camera_pag li {
    background: #ccc;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	height: 11px;
	width: 11px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	height: 11px;
	width: 11px;
	left: 0;
	top: 0;
}
.slider .camera_wrap .camera_pag li.cameracurrent span, .slider .camera_wrap .camera_pag li:hover span {
	background: #38bdff;
}
body.home .content-holder .span9 {
	position: relative;
	top: -20px;
}
body.home .motopress-wrapper.content-holder {
	padding-bottom: 30px;
}
.page-footer-widget.rfq-form {
	display: block !important;
}

@media only screen and (max-width: 480px)
{
    .content-holder > .container > .row > .span12 > .row > .span12 > .slider-block > .row > .slider-widget { position: relative; }
    body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product { width: 100%; }
    .footer-site .mvt-second {width: 100%; padding-left: 10px !important; }
    .certifications span:first-child { margin-left: 23px; }
    .brands_a_z-container, #brands_a_z, #brands_a_z .brands { width: 100%; }
    .camera_wrap { height: 220px !important; }
    /*.menu-holder, .sidebar { display: none; }*/
    .home .menu-holder, .home .sidebar { display: block; }
    .widget .brand-thumbnails li, .brand-thumbnails li { display: block; width: 100% !important; }
    body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] { position: relative; top: 0; }
    body #motopress-main.main-holder #content .page form table.cart tbody tr th.product-thumbnail, body #motopress-main.main-holder #content .page form table.cart tbody tr th.product-price { display: none; }
    .rfq_checkout_form, .rfq_checkout_form h2 { top: 0; left: 0; }
    .rfq_proceed-to-checkout { display: block; width: 100%; float: none; padding-right: 20px; }
    .rfq_proceed-to-checkout>button { display: block; float: none; }
    .certifications { margin-left: -15px; margin-right: -15px; }


	.sf-menu { display: block; }
	#topnav { margin: 0 !important;     background-color: #000; height: 120px; float: initial; }
	#topnav li { padding: 10px; text-align: center; box-sizing: border-box; display: inline-block; width: 50%; margin-left: 0; }
	body #motopress-main.main-holder .cart-holder { float: initial; display: block; }
	.title-section { margin-top: 110px; }
	body #motopress-main.main-holder .cart-holder { text-align: left; }
	body #motopress-main.main-holder .cart-holder h3 { color: #fff !important; width: auto !important; }



}






@media( max-width: 767px ) {

.menu-holder1,
.manufacturer-list-simple h2,
.manufacturer-list-simple:before,
.manufacturer-list-simple:after {
	display: none !important;
}

.slicknav_btn {
	position: absolute !important;
    top: 24px;
    left: 7px;
	background-color: transparent !important;
}
.slicknav_menu {
    font-size: 16px;
    background: #4c4c4c;
    padding: 5px;
	z-index: 100;
	left: -20px;
	width: 100%;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #999 !important;
    width: 1.425em !important;
    height: .15em !important;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .288em !important;
}
.slicknav_nav {
	padding-top: 55px !important;
	padding-bottom: 15px !important;
}

.top-holder {
    position: absolute !important;
    height: 42px;
    top: -11px;
    z-index: 9999;
    left: -20px;
    right: -20px;
    margin-right: -40px;
}

.phone-container {
	position: absolute;
	top: -185px;
	right: 0;
	z-index: 10;
	width: 200px;
}
.shop-nav {
	height: 37px;
}
.shop-nav select {
	position: absolute;
	top: 0px;
	left: 0;
}

header > .container > .row > .span12 > .row > .span6 {
	position: relative;
	top: 3px;
}
header > .container > .row > .span12 > .row > .span3 {
	position: relative;
	top: 5px;
}
.logo {
	position: relative;
	top: 7px;
}
header > .container > .row > .span12 > .row {
    padding-top: 60px !important;
}
body.home header > .container > .row > .span12 > .row {
    padding-bottom: 60px !important;
}

.slider-widget,
header > .container > .row > .span12 > .row:last-child {
    display: none;
}
header.header {
    margin-bottom: 0px;
}
body:after {
    height: 205px;
}

}