@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300);

body {
	font: 14px "PT Sans", Helvetica, Arial, sans-serif;
	color: #333333;
	padding-top: 215px;
}

body#n_home {
	padding-top: 165px;
}

.wrapper-fixed-header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	backface-visibility: hidden;
}

@media(max-width:767px) {
	.wrapper-fixed-header {
		position: static;
	}

	.wrapper-navigation.sticky-menu {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}

	body,
	body#n_home {
		padding-top: 0;
	}

	.fixed-search {
		margin-bottom: 20px;
	}

	.visible-xs.navbar-nav.navbar-category {
	    max-height: 400px;
	    overflow: scroll;
	}
}

.wrapper-main-content,
.wrapper-tabbable {
	background: url('../img/tabbable-bg.jpg') no-repeat bottom center #ffffff;
	background-size: contain;
}

.wrapper-main-content {
	padding-bottom: 50px;
	/* padding-top: 88px; */
}

#n_home .wrapper-main-content {
	padding-bottom: 0;
	background: none !important;
}

#n_home .wrapper-tabbable {
	background-size: cover;
}
.wrapper-tabbable {
	padding: 50px 0 90px;
}
@media(max-width:767px) {
  #n_home .wrapper-tabbable {
	background: none !important;
	padding: 0;
}  
}

#n_customer .wrapper-main-content,
#n_customer_account .wrapper-main-content,


.payment-icon-mastercard {
	background-position: 0px -131px;
}

.checkout-ssl img {
	margin: 0 auto 20px;
	max-width: 150px;
	display: block;
}

hr {
	border-color: #e8e8e8;
}

.form-control,
.btn,
.btn-group .dropdown-menu .btn {
	border-radius: 0 !important;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.btn:hover,
.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.logo,
img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

.search-results-search .form-control {
	height: 45px;
}

.carousel-control.left,
.carousel-control.right {
	background-image:transparent !important;
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-default .navbar-collapse {
	padding: 0;
}

.navbar {
	min-height: inherit;
}

@media(max-width:767px) {
	.navbar-default .navbar-collapse {
		padding: 0 15px;
	}

	.viewby > a {
		padding: 6px 9px;
	}

	.form-horizontal .control-label {
		margin-top: 8px;
	}
}

@media (min-width: 768px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}

/* Start Header */
.wrapper-header {
	padding: 25px 0 28px;
    background: url('../img/header-bg.jpg') repeat-x;
	transition: padding 0.3s;
}

@media (min-width: 768px) {

	.sticky-header .wrapper-header {
	    padding: 5px 0;
	}
}

@media (max-width: 767px) {
	.wrapper-header {
		padding: 20px 0;
	}
}

.navbar-account {
    width: 100%;
    text-align: right;
}

.navbar-account > li {
    display: inline-block;
    float: none;
}

.navbar-account > li > a {
	padding: 0;
    font-size: 13px;
    color: #acb400;
}

.navbar-account > li:hover > a,
.navbar-account > li:focus > a,
.navbar-account > li > a:hover,
.navbar-account > li > a:focus {
	color: #34ada7;
	background: none;
}

.navbar-account > li > .dropdown-menu{
	z-index: 99999;
}

.dropdown-menu {
	border-radius: 0;
}

.phone {
	margin-bottom: 0;
    font-size: 29px;
    line-height: 29px;
    font-weight: 800;
    color: #34ada7;
    text-align: center;
    letter-spacing: 0.5px;
}

.phone > a:hover,
.phone > a:focus {
	color: #48e2da;
}

.email {
	margin-bottom: 0;
    font: 18px 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.email > a {
	color: #ffffff;
}

.header-search,
#header-cart {
	margin-top: 8px;
    float: right;
}

@media (max-width: 1199px) {
	.phone {
		font-size: 22px;
	    line-height: 22px;
	}

	.email {
	    font: 17px 'Source Sans Pro', sans-serif;
	    font-weight: 300;
	}

	.header-search,
	#header-cart {
		margin-top: 4px;
	}
}



@media (max-width: 767px) {
	.header-search {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.header-search {
    	width: 260px;
	}
}

.header-search .form-control,
.header-search .btn {
    margin: 0 !important;
    height: 40px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
}

.header-search .btn:active {
	color: #139d88;
	background: #ffffff !important;
}

.header-search .form-control {
    font-size: 14px;
    color: #b0b0b0;
}

.header-search .btn {
    padding: 0 15px;
    color: #139d88;
    background: #ffffff;
}

#header-cart {
	margin-left: 30px;
    padding: 7.5px 15px;
    background: #34ada7;
}

#header-cart > a {
	padding: 0;
    color: #ffffff;
    font-weight: 700;
}

#header-cart > a.dropdown-toggle {
	margin-left: 8px;
	color: #2c7a76;
	box-shadow: none;
}

.cart-items {
	margin: 0 3px;
    height: 25px;
    width: 25px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 26px !important;
    background: #1f3438;
    border-radius: 50%;
}

@media (max-width: 991px) {
	.header-search .form-control,
	.header-search .btn {
		height: 34px;
	}

	#header-cart {
	    padding: 6px 15px;
	}

	.cart-items {
		height: 22px;
	    width: 22px;
	    line-height: 24px !important;
	}
}

.wrapper-navigation {
	background: #0d1b1e;
}

#n_category .wrapper-navigation,
#n_product .wrapper-navigation,
#n_content .wrapper-navigation {
	margin-bottom: 0px;
}

.navbar.navbar-default {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}

.navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a {
	margin: 0;
    padding: 14px 10px 15px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    border-top: 1px solid #0d1b1e;
	transition: padding 0.3s;
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 14px 6px 15px;
	    font-size: 14px;
	}
}

.navbar-default .navbar-nav > li > a .fa {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a {
	color: #acb400;
	border-top-color: #acb400;
}

.navbar-default .panel {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
@media (max-width: 991px) {
	.navbar-account > li {
		margin-bottom: 10px !important;
	}

	.navbar-account > li.visible-xs {
		display: inline-block !important;
	    margin: 0 15px 0 0;
	}

	.phone {
	    font-size: 16px;
	    line-height: 16px;
	}

	.email {
	    font: 16px 'Source Sans Pro', sans-serif;
		line-height: 17px;
	    font-weight: 300;
	}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    margin-bottom: 15px;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column h4 {
    width: 100%;
    text-align: center;
 }
.partfinder-cls .d-none.d-md-flex.mb-0.text-nowrap.mr-md-3.part-fider-head-cls {
    margin-bottom: 15px !important;
}
.partfinder-cls #parts_finder .cstm-part-inner #compat_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    margin-bottom: 20px;
    margin-right: 15px !important;
    margin-top: 20px;
}

.partfinder-cls #parts_finder .cstm-part-inner #compat_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding: 10px 4px;
	    font-size: 11px;
	}
}

@media (max-width: 767px) {
	.navigation-list {
		margin-top: 8px;
	}

	.navigation-list li a {
		color: #ffffff;
	}

	.navigation-list > li:hover > a,
	.navigation-list > li:focus > a,
	.navigation-list > li > a:hover,
	.navigation-list > li > a:focus	{
		color: #acb400;
	}

	.navbar-default .navbar-nav > li > a {
	    padding: 10px 0;
	    font-size: 14px;
		border-top: none;
		border-bottom: 1px solid #0d1b1e;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:focus > a {
		color: #acb400;
		border-bottom-color: #acb400;
	}

	.collapse-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #ffffff;
	}

	.collapse-menu > li > a {
		padding: 10px 0 10px 25px;
		font-size: 13px;
		line-height: 13px;
		color: #ffffff;
		display: block;
		background: transparent;
		border-top: 1px solid #ffffff;
	}

	.collapse-menu > li:first-child > a {
		border-top: none;
	}

	.collapse-menu > li:hover > a,
	.collapse-menu > li:focus > a,
	.collapse-menu > li > a:hover,
	.collapse-menu > li > a:focus {
		color: #ffffff;
	    background: #34ada7;
	}

	.third-menu {
		border-bottom: none;
		display: none;
	}

	.third-menu > li > a {
		padding: 10px 0 10px 40px;
	}
}

.navbar-default .navbar-nav > li.dropdown-hover {
    /*position: static;*/
    position: relative;
}

.navbar-default .navbar-nav > li .second-category {
	padding: 30px 10px 15px;
    width: 100%;
	max-height: 500px;
    overflow: scroll;
}

.navbar-default .navbar-nav > li .second-category > .column {
	margin: 0;
    padding: 0 15px;
    width: 25%;
    float: left;
    list-style: none;
}

.navbar-default .navbar-nav > li .second-category > .column > li {
	margin-bottom: 20px;
}

.navbar-default .navbar-nav > li .second-category > .column > li > a {
	margin-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0d1b1e;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li .second-category > .column > li:hover > a,
.navbar-default .navbar-nav > li .second-category > .column > li:focus > a
.navbar-default .navbar-nav > li .second-category > .column > li > a:hover,
.navbar-default .navbar-nav > li .second-category > .column > li > a:focus,
.navbar-default .navbar-nav > li .second-category > .column > li > .third-category > li:hover > a,
.navbar-default .navbar-nav > li .second-category > .column > li > .third-category > li:focus > a
.navbar-default .navbar-nav > li .second-category > .column > li > .third-category > li > a:hover,
.navbar-default .navbar-nav > li .second-category > .column > li > .third-category > li > a:focus {
	color: #acb400;
}

.navbar-default .navbar-nav > li .second-category > .column > li > .third-category {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-default .navbar-nav > li .second-category > .column > li > .third-category > li > a {
	padding: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #0d1b1e;
    border-bottom: 1px solid #e8e8e8;
}
/* End Header */

/* Start Homepage */
.carousel-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.carousel-caption {
	left: auto;
    right: 15px;
    top: 28%;
    bottom: auto;
    padding: 0;
    margin: 0 auto;
    width: 400px;
    color: #ffffff;
    text-align: right;
    text-shadow: none;
}

.carousel-caption > h3 {
	margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel-caption > p {
	margin: 0 0 10px;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.carousel-caption > .btn {
	margin-top: 20px;
    padding: 9px 17px 8px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}

.carousel-caption > .btn .fa {
    margin-left: 25px;
    color: #2c7a76;
}

.carousel-control.left,
.carousel-control.right {
	display: none;
}

.carousel-indicators .active {
	background: #8ec42f;
	border-color: #8ec42f;
}

.carousel-indicators li {
	margin: 1px 3px;
	background: #ffffff;
}

@media (max-width: 1199px) {
	.carousel-caption > h3 {
		text-shadow: 1px 1px 1px #000000;
	}

	.carousel-caption {
		top: 20%;
	}
}

@media (max-width: 991px) {
	.carousel-caption {
		top: 18%;
		width: 550px;
	}

	.carousel-caption > h3 {
	    font-size: 28px;
		line-height: 35px;
	    font-weight: 700;
	}

	.carousel-caption > p {
	    font-size: 16px;
	    font-weight: 300;
	}

	.carousel-caption > .btn {
		margin-top: 15px;
	    padding: 8px 20px 7px;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		top: auto;
		bottom: 30px;
		left: 15px;
		right: 15px;
		width: auto;
		text-align: center;
	}

	.carousel-caption > h3 {
		margin: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.carousel-caption > .btn,
	.carousel-caption > p {
		display: none;
	}

	.carousel-indicators {
		bottom: 5px;
		top: auto;
		left: 15px;
		right: 15px;
		width: auto;
		margin: 0;
	}
}

@media (max-width: 500px) {
	.carousel-caption {
		bottom: 20px;
	}

	.carousel-caption > h3 {
		margin: 0;
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 350px) {
	.carousel-caption > h3 {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
	}
}

.thumbnail-category {
    margin-top: 30px;
}

.wrapper-thumbnail-category {
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.thumbnail-category > .image {
    position: relative;
    display: block;
}

.thumbnail-category > .image img {
    vertical-align: middle;
}

.thumbnail-category > .image .wrapper-headline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font: 0/0 a;
    margin: 0;
    background: rgba(13,27,30,0.5);
}

.thumbnail-category > .image:hover .wrapper-headline,
.thumbnail-category > .image:focus .wrapper-headline {
	background: rgba(52,173,167,0.5);
}

.thumbnail-category > .image .wrapper-headline::before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.thumbnail-category > .image .wrapper-headline > span {
    width: 100%;
	display: inline-block;
    vertical-align: middle;
    font: 35px "PT Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.thumbnail-category > .image .wrapper-headline > span::after,
#assurance.thumbnail-category > .image .wrapper-headline > span .headline::after {
    content: "";
    margin: 5px auto 0;
    display: block;
    width: 30px;
    height: 1px;
    background: #acb400;
}

#assurance.thumbnail-category > .image:hover .wrapper-headline,
#assurance.thumbnail-category > .image:focus .wrapper-headline {
	background: rgba(13,27,30,0.5);
}

@media (max-width: 991px) {
	.thumbnail-category > .image .wrapper-headline > span {
    	font: 27px "PT Sans", sans-serif;
	}
}

@media (max-width: 768px) {
	.thumbnail-category > .image .wrapper-headline > span {
		font: 35px "PT Sans", sans-serif;
	}
}

@media (max-width: 500px) {
	.thumbnail-category > .image .wrapper-headline > span {
		font: 30px "PT Sans", sans-serif;
	}
}

@media (max-width: 320px) {
	.thumbnail-category > .image .wrapper-headline > span {
		font: 25px "PT Sans", sans-serif;
	}
}

.no-gutter {
	margin: 0;
}

.no-gutter > div {
	padding: 0;
}

#assurance.thumbnail-category > .image .wrapper-headline .description {
    display: block;
}

#assurance.thumbnail-category > .image .wrapper-headline > span {
	width: auto;
    font: 30px "PT Sans", sans-serif;
    text-align: left;
}

#assurance.thumbnail-category > .image .wrapper-headline > span::after {
	display: none;
}

#assurance.thumbnail-category > .image .wrapper-headline {
    padding: 0 80px;
	text-align: center;
}

#assurance.thumbnail-category > .image .wrapper-headline > span .linktext,
#assurance.thumbnail-category > .image .wrapper-headline > span .headline {
    vertical-align: middle;
    display: inline-block;
}

#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
    width: 80px;
    height: 80px;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

#assurance.thumbnail-category > .image .wrapper-headline > span .headline {
    margin-left: 30px;
}

#assurance.thumbnail-category > .image .wrapper-headline > span .headline::after {
    margin: 5px 0 0;
}

@media (max-width: 1660px) {
	#assurance.thumbnail-category > .image .wrapper-headline {
		padding: 0 40px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span {
	    font: 26px "PT Sans", sans-serif;
	}
}


@media (max-width: 1350px) {
	#assurance.thumbnail-category > .image .wrapper-headline > span {
	    font: 24px "PT Sans", sans-serif;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
	    width: 70px;
	    height: 70px;
	    font-size: 28px;
	    line-height: 70px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .headline {
    	margin-left: 20px;
	}
}

@media (min-width:992px) and (max-width: 1199px) {
	#assurance.thumbnail-category > .image .wrapper-headline > span {
	    font: 22px "PT Sans", sans-serif;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
	    width: 60px;
	    height: 60px;
	    font-size: 26px;
	    line-height: 60px;
	}
}

@media (min-width:992px) and (max-width: 1120px) {
	#assurance.thumbnail-category > .image .wrapper-headline {
		padding: 0 20px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span {
	    font: 20px "PT Sans", sans-serif;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
	    width: 50px;
	    height: 50px;
	    font-size: 24px;
	    line-height: 50px;
	}
}

@media (min-width:768px) and (max-width: 991px) {
	#assurance.thumbnail-category > .image .wrapper-headline {
		padding: 0 10px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span {
		font: 18px "PT Sans", sans-serif;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
		width: 40px;
	    height: 40px;
	    font-size: 21px;
	    line-height: 40px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .headline {
		margin-left: 15px;
	}

}

@media (max-width: 500px) {
	#assurance.thumbnail-category > .image .wrapper-headline {
		padding: 0 20px;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span {
	    font: 20px "PT Sans", sans-serif;
	}

	#assurance.thumbnail-category > .image .wrapper-headline > span .linktext {
	    width: 50px;
	    height: 50px;
	    font-size: 24px;
	    line-height: 50px;
	}
}



.tabbable .nav-tabs {
	margin-bottom: 30px;
    border-bottom-color: #eeeeee;
}

#n_product .tabbable .nav-tabs {
    margin-bottom: 0;
}

.tabbable .nav-tabs > li {
    width: 25%;
}

#n_product .tabbable .nav-tabs > li {
	width: auto;
}

.tabbable .nav-tabs > li > a {
	padding: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #afafaf;
    text-transform: uppercase;
	text-align: center;
    border: none;
    border-radius: 0;
}

@media (max-width: 1199px) {
	.tabbable .nav-tabs > li > a {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.tabbable .nav-tabs > li > a {
		font-size: 20px;
	}

	.tabbable .nav-tabs > li {
		width: auto;
	}
}

#n_product .tabbable .nav-tabs > li > a {
	margin-right: 15px;
	font-size: 22px;
}

.tabbable .nav-tabs > li > a > span {
	display: inline-block;
    padding: 20px 15px;
    border-bottom: 1px solid #eeeeee;
}

#n_product .tabbable .nav-tabs > li > a > span {
	padding: 15px;
}

.tabbable .nav-tabs > li > a > span .fa {
	font-size: 22px;
    margin: 0 -2px;
}

@media (max-width: 991px) {
	.tabbable .nav-tabs > li > a > span {
		padding: 20px;
	}

	#n_product .tabbable .nav-tabs > li > a {
		margin-right: 10px;
	    font-size: 16px;
	}

	#n_product .tabbable .nav-tabs > li > a > span {
		padding: 10px;
	}

	.tabbable .nav-tabs > li > a > span .fa {
		font-size: 20px;
	}
}

.tabbable .nav-tabs > li:first-child > a {
	text-align: left;
}

.tabbable .nav-tabs > li:first-child > a > span {
	padding-left: 0 !important;
}

.tabbable .nav-tabs > li.active > a,
.tabbable .nav-tabs > li.active > a:hover,
.tabbable .nav-tabs > li.active > a:focus,
.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
	color: #34aba5;
	background: none;
    border: none;
}

.tabbable .nav-tabs > li.active > a > span,
.tabbable .nav-tabs > li.active > a:hover > span,
.tabbable .nav-tabs > li.active > a:focus > span,
.tabbable .nav-tabs > li > a:hover > span,
.tabbable .nav-tabs > li > a:focus > span {
	border-bottom-color: #34aba5;
}

.thumbnail {
    padding: 15px 15px 20px;
    border-radius: 0;
    border-color: #e8e8e8;
    margin-bottom: 20px;
}

.thumbnail .caption {
    padding: 15px 0 0;
}

.thumbnail .caption h3 {
	margin-bottom: 20px;
    font-size: inherit;
	height: 5.4em;
    line-height: normal;
}

.thumbnail.featured .caption h3 {
	margin-bottom: 10px;
}

.thumbnail .caption h3 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.thumbnail .caption .price,
.thumb_list .price {
	position: relative;
    font-size: 15px;
    color: #34ada7;
    height: auto;
}

.thumbnail.featured .caption .price,
.thumb_list .price {
	font-size: 20px;
}

.thumb_list .price {
	font-weight: 700;
}

.thumb_list .form-control.list-qty {
    margin-right: 20px;
    max-width: 80px;
    height: 40px;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}

.thumb_list .buying-options .btn {
    padding: 9px 35px;
    text-transform: uppercase;
    font-weight: 400;
}

.thumb_list .product-wishlist {
    text-align: left;
}

.thumb_list .product-wishlist .btn  {
    padding: 9px 20px;
    text-transform: uppercase;
}

}

@media (max-width: 767px) {
	.wrapper-mobile-list-price {
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.thumb_list .buying-options .btn {
		padding: 9px 15px;
	}

	.thumb_list .form-control.list-qty {
		max-width: 60px;
	}
}


@media (max-width: 400px) {
	.thumb_list .buying-options .btn {
		padding: 9px 10px;
	}

	.thumb_list .form-control.list-qty {
		max-width: 50px;
	    margin-right: 10px;
	}

	.thumb_list .product-wishlist .btn  {
		padding: 9px 12px;
	}
}

.thumbnail .thumbrrp,
.list-rrp {
	font-size: 16px;
	line-height: 17px;
	color: #0d1b1e;
	text-decoration: line-through;
}

.thumbnail.featured .thumbrrp {
	font-size: 14px;
}

.thumb_list h3 a {
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #000000;
}

.thumb_list h3 {
    margin: 5px 0 10px;
    font-size: inherit;
}

.free-shipping {
    padding: 2.5px 7px;
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #b4bc00;
}

.free-shipping span {
    font-size: 13px;
    display: block;
}

.free-shipping.full {
    position: relative;
    top: 0;
    right: 0;
	padding: 0;
	min-height: 20px;
	background: #ffffff;
}

.free-shipping.full > span {
    padding: 2.5px 7px;
    background: #b4bc00;
}

.free-shipping.full {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.free-shipping.full > span > span {
    font-size: inherit;
    display: initial;
}

.thumbsku {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: 700;
	height: 13px;
	display: block;
	overflow: hidden;
}

.thumbnail .buying-options .btn,
.wrapper-thumbnail-box .buying-options .btn {
    padding: 9px 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.wrapper-thumbnail-box .buying-options .btn {
    padding: 6.5px 10px;
    font-size: 12px;
}

.thumbnail .buying-options .with-wishlist {
    width: 75%;
    float: left;
}

.thumbnail .buying-options .product-wishlist {
    width: 25%;
    float: left;
}

.thumbnail.featured .buying-options .with-wishlist,
.wrapper-thumbnail-box .buying-options .with-wishlist {
    width: 80%;
    float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#right-sidebar .wrapper-thumbnail-box .buying-options .with-wishlist {
		width: 77%;
	}

	#right-sidebar .wrapper-thumbnail-box .buying-options .product-wishlist {
		width: 23%;
	}
}

.thumbnail.featured .buying-options .product-wishlist,
.wrapper-thumbnail-box .buying-options .product-wishlist {
    width: 20%;
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	#left-sidebar .wrapper-thumbnail-box .buying-options .with-wishlist {
		width: 75%;
	    font-size: 9px;
	    float: left;
	}

	#left-sidebar .wrapper-thumbnail-box .buying-options .product-wishlist {
		width: 25%;
	    float: left;
	}

	#left-sidebar .wrapper-thumbnail-box .buying-options .product-wishlist .btn {
		padding: 4px 0;
	}
}

.thumbnail .buying-options,
.wrapper-thumbnail-box .buying-options {
    overflow: hidden;
}

.wrapper-thumbnail-box {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.wrapper-thumbnail-box {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.wrapper-thumbnail-box > .row {
    margin: 0 -7.5px;
}

.wrapper-thumbnail-box > .row > div {
    padding: 0 7.5px;
}

.wrapper-thumbnail-box h5 {
    margin-top: 0;
}

.wrapper-thumbnail-box h5 a {
    font-size: 12px;
    color: #000000;
}

.wrapper-thumbnail-box .price {
    font-size: 12px;
    font-weight: 700;
    color: #34ada7;
}

.thumbnail-box {
    padding: 5px 15px;
}

#left-sidebar .browsing-history .list-group {
    padding: 15px 0;
}

.wrapper-brands {
	padding: 35px 0;
    background: url('../img/header-bg.jpg') repeat-x;
}

.thumbnail-brands > .image {
    background: #ffffff;
}

.thumbnail-brands > .image img {
    padding: 5px;
    /*background: #ffffff;*/
}

.wrapper-brands .slick-arrow {
    position: absolute;
    top: 33%;
    font-size: 28px;
    line-height: 28px;
    color: #34ada7;
	z-index: 9999;
}

.wrapper-brands .slick-arrow.prev {
    left: -30px;
}

.wrapper-brands .slick-arrow.next {
    right: -30px;
}

@media (max-width: 1199px) {
	.wrapper-brands .slick-arrow.prev {
	    left: -20px;
	}

	.wrapper-brands .slick-arrow.next {
	    right: -20px;
	}
}

@media (max-width: 991px) {
	.wrapper-brands .slick-arrow.prev {
	    left: -10px;
	}

	.wrapper-brands .slick-arrow.next {
	    right: -10px;
	}
}

@media (max-width: 767px) {
	.wrapper-brands .slick-arrow.prev {
	    left: -5px;
	}

	.wrapper-brands .slick-arrow.next {
	    right: -5px;
	}

	.wrapper-brands > .container {
		padding: 0 30px;
	}
}
/* End Homepage */

/* Start Category */
.wrapper-alt-image-1 hr {
	margin: 30px 0;
}

@media (max-width: 500px) {
	.wrapper-alt-image-1 hr {
		margin: 20px 0;
	}
}

.wrapper-alt-image-1 .thumbnail-category {
	margin-top: 0;
}

.wrapper-alt-image-1 .thumbnail-category > .image .wrapper-headline > span {
    font: 40px "PT Sans", sans-serif;
}

@media (max-width: 991px) {
	.wrapper-alt-image-1 .thumbnail-category > .image .wrapper-headline > span {
		font: 35px "PT Sans", sans-serif;
	}
}

@media (max-width: 767px) {
	.wrapper-alt-image-1 .thumbnail-category > .image .wrapper-headline > span {
		font: 30px "PT Sans", sans-serif;
	}
}

@media (max-width: 500px) {
	.wrapper-alt-image-1 .thumbnail-category > .image .wrapper-headline > span {
		font: 25px "PT Sans", sans-serif;
	}
}

.breadcrumb {
    padding: 0;
	margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 0;
}

.breadcrumb > li + li:before {
	content: "/";
    padding: 0 10px;
    color: #eeeeee;
}

.breadcrumb > li > a {
	font-size: 13px;
	color: #000000;
}

.breadcrumb > li:first-child > a {
	color: #34ada7;
}

.panel-default {
	border-radius: 0 !important;
    box-shadow: none;
    background: #f5f5f5;
    border-color: #e8e8e8;
}

.panel-default > .panel-heading {
    padding: 15px;
    color: #ffffff;
    background: #0d1b1e;
    border-color: #0d1b1e;
    border-radius: 0;
}

.panel-title {
    font-weight: 600;
    text-transform: uppercase;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
	font-size: inherit;
}

#left-sidebar .list-group h4 a,
#left-sidebar .list-group .h4 a {
	display: block;
    color: #0d1b1e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
	#left-sidebar .list-group h4 a,
	#left-sidebar .list-group .h4 a {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	#left-sidebar .list-group h4 a,
	#left-sidebar .list-group .h4 a {
		font-size: 14px;
	}
}

#left-sidebar .list-group h4 a span,
#left-sidebar .list-group .h4 a span {
    display: block;
    position: relative;
}

#left-sidebar .list-group h4 a span .fa,
#left-sidebar .list-group .h4 a span .fa {
    position: absolute;
    top: 0;
    right: 0;
}

#left-sidebar .list-group h4 a.collapsed span .fa::before,
#left-sidebar .list-group .h4 a.collapsed span .fa::before {
	content: "\f146";
}

#filters > li.list-group-item {
	padding: 20px 15px 10.5px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
}

#filters > li.list-group-item:first-child {
	padding-top: 11.5px;
}

.list-group-item {
	background: #f5f5f5;
	border: none;
}

#filters a.list-group-item {
    padding: 5px 15px;
    color: #000000;
}

#filters a.list-group-item:hover,
#filters a.list-group-item:focus {
	color: #34ada7;
}

#filters li.filter-remove a.list-group-item {
	color: #34ada7;
	font-weight: 700;
}

#left-sidebar .list-group {
    padding: 10px 0 20px;
}

#left-sidebar .list-group {
    padding: 10px 0;
}

#left-sidebar #filters {
	padding: 0 0 25px;
}

.sidebar-category .list-group > li > a {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.sidebar-category .list-group > li > a {
		font-size: 14px;
	}
}

.no-padding {
	padding-top: 0 !important;
    margin-bottom: 0 !important;
    border: none;
}

.sub-category {
	padding: 0;
    margin: -5px -15px 0;
    list-style: none;
}

.sub-category > li > a {
	margin: 5px 0;
    font-weight: 700;
    color: #000000;
    display: block;
}

.sub-category > li > a .fa {
	margin-right: 3px;
	color: #abb301;
}

.page-header {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}

.page-header > p {
	font-size: 16px;
	font-weight: 400;
}

.wrapper-pagination.text-center {
    margin: 10px 0 60px;
    padding: 15px 0 13px;
    background: #0d1b1e;
}

.wrapper-pagination .pagination {
    margin: 0;
}

.wrapper-pagination .pagination > li > a,
.wrapper-pagination .pagination > li > span {
	padding: 6px 13px;
    margin: 0 1px;
    color: #ffffff;
    background: #4b585b;
    border: none;
    border-radius: 0;
}

.wrapper-pagination .pagination > .active > a,
.wrapper-pagination .pagination > .active > span,
.wrapper-pagination .pagination > .active > a:hover,
.wrapper-pagination .pagination > .active > span:hover,
.wrapper-pagination .pagination > .active > a:focus,
.wrapper-pagination .pagination > .active > span:focus,
.wrapper-pagination .pagination > li > a:hover,
.wrapper-pagination .pagination > li > span:hover,
.wrapper-pagination .pagination > li > a:focus,
.wrapper-pagination .pagination > li > span:focus {
	background: #acb400;
}

.wrapper-sort-container {
    padding: 15px 20px;
    background: #0d1b1e;
}

@media (max-width: 500px) {
	.wrapper-sort-container {
		padding: 12px 12px;
	}
}

.viewby .btn {
    border: none;
    border-radius: 0;
    background: #4b585b;
}

.viewby .btn {
    border: none;
    border-radius: 0;
    background: #4b585b;
}

.wrapper-sort-container .btn-text,
.wrapper-sort-container .form-horizontal .control-label {
	color: #ffffff;
}

.sidebar-collapse {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* End Category */

/* Start Product */
.wrapper-product-header {
    padding: 40px 20px;
    background: #0d1b1e;
    color: #ffffff;
}

.product-name {
	margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 40px;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
	.product-name {
		font-size: 35px;
	}

	.product-name {
		font-size: 30px;
	}
}

@media (max-width: 500px) {
	.product-name {
		font-size: 26px;
	}
}

.wrapper-pricing {
    font-size: 14px;
    text-align: right;
}

@media (max-width: 991px) {
	.wrapper-pricing {
		text-align: left;
	}
}

.product-sku {
    font-weight: 700;
}

.product-review-star {
    font-size: 20px;
    color: #acb400;
}

.productpricetext,
.productpromo {
	margin: 0;
    font-size: 35px;
    font-weight: bold;
    color: #34ada7;
}

.productrrp,
.productsave,
.productwasprice {
	font-size: 16px;
	font-weight: 400;
}

.productrrp {
	color: #b4b4b4;
}

.productwasprice {
	color: #ffffff;
}

.productsave,
.productsavetext {
    color: #d9534f;
}

.productsavetext > span#sale-end {
    margin: 0 5px;
	text-align: right;
}

.productsavetext {
	margin-top: 5px;
    overflow: hidden;
    text-align: right;
}

@media (max-width: 991px) {
	.productsavetext,
	.productsavetext > span#sale-end {
		text-align: left;
	}
}

.productsavetext > span,
.productsavetext > div {
    display: inline-block;
}

.productrrp,
.productsave {
	margin-bottom: 5px;
    display: inline-block;
}

.wrapper-product-title .label {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: none;
    display: block;
    text-align: left;
}

@media (max-width: 991px) {
	.wrapper-pricing .label {
		text-align: left;
	}

	.wrapper-product-header {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	.wrapper-product-header {
		margin-top: 25px;
	}
}

.wrapper-product-header hr {
	border-color: #4b585b;
}

.extra-options .buying-options .qty {
    padding: 0;
    font-size: 18px;
    color: #afafaf;
    height: 50px;
	border: none;
}

.extra-options .buying-options .btn {
    padding: 13px 0 11px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
	text-transform: uppercase;
}

.extra-options .buying-options .product-wishlist .btn {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    background: none;
    border: none;
    text-transform: uppercase;
}

.extra-options .buying-options .product-wishlist .btn .fa {
    color: #34ada7;
}


@media (max-width: 991px) {
	.extra-options .buying-options .btn-stack .col-xs-12 + .col-xs-12 {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.extra-options .buying-options .btn-stack .col-xs-12 + .col-xs-12 {
		margin-top: 5px;
	}
}

#shipbox {
    padding: 25px 30px;
    border: none;
    background: #4b585b;
}

#shipbox > .panel-heading {
    border: none;
    background: #4b585b;
}

#shipbox > .panel-heading,
#shipbox > .panel-body,
#shipbox .text-muted {
    padding: 0;
	color: #ffffff;
}

#shipbox > .panel-heading {
    margin-bottom: 25px;
}

#shipbox > .panel-heading .panel-title > a.collapsed > .fa::before {
	content: "\f0fe";
}

.shipping-policy {
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    color: #acb400 !important;
    border-bottom: 1px solid #acb400;
}

.short-desc {
	margin-bottom: 30px;
}

#shipbox-body > .row {
    margin: 0 -10px;
}

#shipbox-body > .row > div {
    padding: 0 10px;
}

@media (max-width: 1199px) {
	#shipbox  {
		padding: 20px;
	}

	#shipbox-body > .row {
	    margin: 0 -5px;
	}

	#shipbox-body > .row > div {
	    padding: 0 5px;
	}
}

@media (max-width: 991px) {
	#shipbox-body > .row > div {
		margin-top: 5px;
	}

	#shipbox > .panel-heading {
		margin-bottom: 15px;
	}
}

#shipbox-body .form-control {
	height: 40px;
    border: none;
    border-radius: 0;
}

.wrapper-select {
	background: #ffffff;
	border: 1px solid #ffffff;
}

#shipbox-body .btn {
    padding: 11px 12px 9px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: #0d1b1e;
}

@media (max-width: 1199px) {
	#shipbox-body .btn {
		padding: 12px 10px 10px;
	    font-size: 13px;
	}
}

#shipbox-body .btn:hover,
#shipbox-body .btn:focus {
	background: #0d1b1e;
}

.alt-images {
	margin-top: 20px;
    padding: 0 30px;
}

.alt-images > .row {
    margin: 0 -7.5px;
}

.alt-images > .row .col-xs-3 {
    padding: 0 7.5px;
}

.alt-images .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    line-height: 87px;
    color: #ffffff;
    text-align: center;
    background: #afafaf;
}

@media (max-width: 767px) {
	.alt-images .slick-arrow {
		line-height: 162px;
	}
}

.alt-images .slick-arrow.prev {
    left: -22px;
}

.alt-images .slick-arrow.next {
    right: -23px;
}

.alt-images .fancybox {
    display: block;
    border: 1px solid #e8e8e8;
}

.slick-slide,
.slick-slide:focus,
.slick-slide:active,
.slick-slide:visited {
    outline: none !important;
}

#right-sidebar .panel-default {
    padding-bottom: 25px;
    border-color: #f5f5f5;
}

#right-sidebar .panel-default > .panel-heading {
    padding: 20px 20px 10px;
    font-size: 16px;
    color: #000000;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

#right-sidebar .thumbnail-box {
    padding: 5px 20px;
}

.move-top {
	margin-top: 50px;
}


@media (max-width: 767px) {
	#right-sidebar .thumbnail-box {
		float: left;
		width: 50%;
	}

	.move-top {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	#right-sidebar .thumbnail-box {
		float: none;
		width: 100%;
	}
}

.divider {
	margin: 30px 0 40px;
	border-color: #ffffff;
}

.btn-video {
	padding: 10.5px;
    margin-top: 30px;
    display: block;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #acb400;
}

.btn-video:focus,
.btn-video:hover {
	color: #ffffff;
	background: #818701;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-brand-image {
    margin: 0;
}

.product-brand-image img {
    display: block;
    margin: 0 auto;
    height: 80px;
    object-fit: contain;
}

.product-brand-image > a {
    display: block;
    background: #ffffff;
}

.zip-money {
    padding: 16px 15px;
    text-align: center;
    background: #4b585b;
}

.zip-money a {
    color: #acb400;
    border-bottom: 1px solid #acb400;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.zip-money a {
		margin-top: 5px;
		display: inline-block;
	}
}

.zip-money > p {
    margin-bottom: 7px;
}

.move-pricing-top {
	margin-top: 15px;
}

.brand-image img {
    width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.all-brand-name {
    margin: 10px 0px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.brand-image {
    margin: 10px 0;
}
/* End Product */

/* Start Footer */
.wrapper-footer {
    padding: 50px 0 30px;
    background: #0d1b1e;
}

.wrapper-footer h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.wrapper-footer h4,
	.footer-details > p {
		margin: 15px 0;
	}
}

.wrapper-footer .nav-pills > li > a {
    padding: 0 0 10px;
    color: #c9cfd0;
    border-radius: 0;
}

.wrapper-footer .nav-pills > li > a:hover,
.wrapper-footer .nav-pills > li > a:focus {
	color: #34ada7;
	background: none;
}

.wrapper-footer h4 + .nav.nav-pills.nav-stacked {
    margin-left: 0;
}

.footer-details > p {
    font-weight: 700;
    color: #ffffff;
}

.footer-details > p span {
    margin-top: -1px;
    color: #c9cfd0;
    font-weight: 400;
    display: block;
}

.list-social > li {
	margin-right: 10px;
	padding: 0;
	display: block;
	float: left;
}

@media (max-width: 991px) {
	.list-social > li {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
  .list-social > li {
	float: none;
	display: inline-block;
  }
}

.list-social {
	margin: 35px 0 0 0;
	overflow: hidden;
}

.list-social > li > a {
	font-size: 15px;
	line-height: 33px;
	color: #ffffff;
	width: 31px;
	height: 31px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #1f3438;
}

.list-social a:hover,
.list-social a:focus {
	background: #1fa18e;
	color: #ffffff;
}

.wrapper-footer .list-inline {
	margin-bottom: 0;
}

.wrapper-footer hr {
	margin: 30px 0 20px;
	border-color: #1f3438;
}

.wrapper-footer address {
    margin: 7px 0 0;
    text-align: right;
    color: #ffffff;
}

.wrapper-footer address a {
    display: block;
    color: #ffffff;
}

@media (max-width: 767px) {
	.wrapper-footer address {
		text-align: center;
	}
}
/* End Footer */

/*Megantic*/
@media (min-width: 768px) {
   #n_home>div.bg-light {
    position: relative;
    top: 22px;
}
#n_home #homepageCarousel {
    top: 20px;
} 
}

@media (min-width: 1200px) {
   #n_home>div.bg-light {
    position: relative;
    top: 35px;
}
#n_home #homepageCarousel {
    top: 30px;
} 
}

/*Clean H Tags*/

.meg-h3-home {
    font-size: inherit;
    height: 5.4em;
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
}

.thumbnail .caption .meg-h3-home a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.wrapper-footer .meg-h4-footer {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.wrapper-footer .meg-h4-footer, .footer-details > p {
    margin: 15px 0;
}
}

#left-sidebar .list-group .meg-h4-filter a {
    display: block;
    color: #0d1b1e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.wrapper-thumbnail-box .meg-h5 {
    margin-top: 0;
}
.wrapper-thumbnail-box .meg-h5 a {
    font-size: 12px;
    color: #000000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}
.dropdown-menu-horizontal {
    top: -8px;
    left: 99%;
}

#mobile-navbar i.fa-caret-right:before {
    content: "\f0da";
    padding: 0px 5px;
    position: relative;
    top: 1px;
}
.navbar-default .navbar-nav > li.dropdown-hover:hover i.fa-caret-down {
    color: #acb400
}
.navbar-nav > li:nth-child(5) > ul.dropdown-menu {
    column-count: 2;
}
.navbar-nav > li:nth-child(6) > ul.dropdown-menu {
    column-count: 3;
}
.navbar-nav > li:nth-child(5) > ul.dropdown-menu > li:nth-child(9) > ul.dropdown-menu{
        top: -286px;
}
.navbar-nav > li:nth-child(5) > ul.dropdown-menu > li:nth-child(10) > ul.dropdown-menu{
        top: -37px;
}


/*12 aug*/

/*.partfinder-cls {
    max-width: 270px;
    margin-left: auto;
    min-height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partfinder-cls button {
    background: transparent;
    border: none;
}

.partfinder-cls button {
    padding: 0;
    color: #000;
}

.partfinder-cls div#parts_finder {
    width: 100%;
}

.partfinder-cls button i.fa {
    padding: 0 10px 0 0;
}

.partfinder-cls button:hover {
    color: #000;
}

.partfinder-cls div#parts_finder .parts-finder-content {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.partfinder-cls div#parts_finder .parts-finder-content div {}

.partfinder-cls div#parts_finder .parts-finder-content div select {
    width: 100%;
    height: 32px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #999;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.partfinder-cls div#parts_finder .parts-finder-content div button.btn.btn-primary.btn-block.compat-btn {
    background: #0d1b1e;
    color: #fff;
    min-height: 32px;
}


.partfinder-cls div#parts_finder>button {
    padding: 14px 0;
}

.partfinder-cls .parts-finder-content {
    position: absolute;
    top: 100%;
    z-index:1;
}

.partfinder-cls {
    position: relative;
}

.partfinder-cls div#parts_finder>button {
    color: #000 !important;
}*/

/*aug 16*/
.wrapper-header {
    padding: 25px 0 28px !important;
}
.navbar-default .navbar-nav > li > a {
    padding: 14px 10px 15px;
}
body#n_home {
    padding-top: 163px;
}













.partfinder-cls .d-none.d-md-flex.mb-0.text-nowrap.mr-md-3.part-fider-head-cls {
	color: white;
	padding:0;
	
}
.partfinder-cls #compat_list {
	display: flex;
	background-color: #2f363c;
}



.partfinder-cls {
  padding: 20px 0;
  background-color: #2f363c;
  width: 100%;
  color: #fff;
  height: 78px;
  float: left;
}
.partfinder-cls #parts_finder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partfinder-cls .d-none.d-md-flex.mb-0.text-nowrap.mr-md-3.part-fider-head-cls {
  margin-bottom: 0 !important;
  line-height: normal;
  padding-bottom: 0;
  margin-right: 10px;
}
.partfinder-cls #parts_finder .cstm-part-inner #compat_list {
  display: flex;
  align-items: center;
}
.partfinder-cls #compat_list select {
    margin-right: 31px;
    width: 215px;
    border-radius: 0px;
    border: none;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.partfinder-cls #compat_list select:last-child {
  margin: 0;
}

@media (max-width: 1279px) {

}
@media (max-width: 1199px) {
#left-sidebar .list-group .meg-h4-filter a {
    font-size: 14px;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column h4 {
    font-size: 16px;
    margin-right: 15px;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    width: 190px !important;
    margin-right: 20px !important;
}
}
@media (max-width: 1023px) {
	body#n_home {
    padding-top: 158px;
}
.partfinder-cls .d-none.d-md-flex.mb-0.text-nowrap.mr-md-3.part-fider-head-cls {
    margin-left: 15px;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    width: 185px !important;
}
}

@media (max-width: 991px) {
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    width: 170px !important;
    margin-right: 15px !important;
}
.wrapper-fixed-header .partfinder-cls .parts-finder-content {
    width: 100%;
}
}
@media (max-width: 767px) {
.wrapper-fixed-header .partfinder-cls .parts-finder-content .flex-column .compatibility_list {
    width: 100% !important;
    margin: 0 0 20px !important;
}
.wrapper-fixed-header .partfinder-cls {
    height: 100%;
}
.partfinder-cls #parts_finder .cstm-part-inner #compat_list {
    padding: 0 15px;
}
.partfinder-cls .d-none.d-md-flex.mb-0.text-nowrap.mr-md-3.part-fider-head-cls {
    margin-bottom: 15px !important;
}
body#n_home {
    padding-top: 0;
}
}

#desktop-menu > li.dropdown > ul.dropdown-menu > li.menu-li.lv2-li {
    display: inline-block;
    width: 100%;
}
.wrapper-fixed-header {
    top: 28px;
}
#header_announcement {
    background: #2f363c;
    color: #34ada7; 
}
@media (min-width: 768px) {
#header_announcement {
    position: fixed!important;
    width: 100%;
    top: 0!important;
    background: #2f363c;
    color: #34ada7;
    padding: 5px;
    z-index: 100;
}
}
    /*Sales Ticker invisible on mobiles*/
    @media(max-width:767px) {
	#recent_sales_ticker {
		display: none!important;
}
}