body {
	font-family: "Rajdhani", Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: #01335a /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #002745 /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Rajdhani", Arial, sans-serif /*{headers-font-family}*/;
	color: #333333 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color:  /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 30px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 28px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: #002745 /*{btn-primary-bg-colour}*/;
	border-color: #002745 /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #002745 /*{btn-primary-bg-colour-hover}*/;
	border-color: #002745 /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #5cb85c /*{btn-success-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #47a447 /*{btn-success-bg-colour-hover}*/;
	border-color: #398439 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color: #f5f5f5 /*{breadcrumb-background-colour}*/;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #002745 /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #002745 /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #ffffff /*{pagination-text-colour-hover}*/;
	background-color: #002745 /*{pagination-bg-colour-hover}*/;
	border-color: #002745 /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #002745 /*{pagination-bg-colour-active}*/;
	border-color: #002745 /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}
.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
	background-color: transparent /*{navbar-default-bg-colour}*/;
	border-color: transparent /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: #fff /*{navbar-default-link-colour}*/;
}
.navigation-list li a {
	color: #777777 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff /*{navbar-default-link-colour-hover}*/;
	background-color: #01335a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff /*{navbar-default-link-colour-active}*/;
	background-color: #01335a /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
	border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
	border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #777777 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #002745 /*{dropdown-menu-bg}*/;
	border-color: #002745 /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #fff /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff /*{dropdown-menu-link-colour-hover}*/;
	background-color: #01335a /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #002745 /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}


/*------------- Edited by ErDAHR ---------------------*/
/*---------- Header ---------*/

.topheader-section {
	background-color: #002745;
}
.topheader-section .contact-info .navbar-nav > li > a {
	padding: 0;
	background-color: transparent;
	padding: 11.5px 5px;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
}
.topheader-section .contact-info .navbar-nav > li > a:not(:hover) > i {
	color: #fff;
}
.topheader-section .contact-info .navbar-nav > li > a > i {
	font-size: 18px;
}
.topheader-section .contact-info .navbar-nav > li.call-section {
	font-size: 18px;
	padding: 7px 15px;
	/* line-height: 1; */
	border-left: 1px solid #808080;
	margin-left: 10px;
	color: #808080;
}
.topheader-section .informationmenu .nav > li > a {
	padding: 10.6px 12px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.topheader-section .informationmenu .nav > li:hover > a { 
	background-color: #e3e3e3;
    color: #000;
}
.topheader-section .contact-info .navbar-nav > li.call-section > span {
	padding: 0 5px;
	font-weight: 600;
}
.logo-section {
	background-color: #01335a;
}
.logo-section .header-search {
	margin: 30px auto;
	width: 387px;
	height: 48px;
	padding: 8px;
	background-color: #fff;
	display: inline-block;
	max-width: 100%;
}
.logo-section .header-search #name_search, .logo-section .header-search .btn {
	height: 32px;
	border: none;
	box-shadow: none;
}
.logo-section .header-search .btn {
	border-left: 1px solid #efefef;
	padding: 0 15px;
	vertical-align: middle;
	background-color: transparent;
}
.logo-section #header-cart {
	vertical-align: top;
	margin: 30px 0 30px 23px;
	width: 141px;
	display: inline-block;
	height: 48px;
}
.logo-section #header-cart a > img {
	float: left;
}
.logo-section #header-cart > a {
	float: left;
}
.logo-section #header-cart a > span.cart-items {
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	left: 16px;
	top: 0px;
	text-align: center;
	width: 25px;
}
.logo-section #header-cart a > span.hidden-sm {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: auto;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	float: left;
	padding-left: 15px;
	margin-top: 5px;
}
.logo-section #header-cart a > span.cart_grand_total {
	font-size: 20px;
	color: #0080c4;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	text-align: left;
	float: left;
	padding-left: 15px;
}
.logo-section #header-cart #cartcontents {
	color: #fff;
}
.logo-section img.logo {
	margin: 11px auto;
}
.mainmenu-section {
	background-color: #002745;
}
.mainmenu-section .navbar.navbar-default {
	margin: 0 auto;
	border: none;
}
.mainmenu-section .navbar.navbar-default .collapse {
	padding: 0;
}
.mainmenu-section .navbar.navbar-default .collapse .nav > li > a {
	padding: 16px 14px;
	/* text-transform: uppercase; */
	font-size: 14px;
	font-weight: 500;
}
.mainmenu-section .navbar.navbar-default .collapse .nav > li:hover > a { background-color: #01335a; }
.partsfinder-section {
	padding: 20px 0;
	background-color: #2f363c;
	width: 100%;
	color: #fff;
}
.partsfinder-section select {
	height: 38px;
	border-radius: 0;
	border: none;
}
.partsfinder-section .find-heading {
	line-height: 38px;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 0;
}



/*-------------- Footer ------------*/
.services-section {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 60px 0;
	border-top: 2px solid #e8e8e8;
}
.services-section .nav { margin: 0 -37px; }
.services-section .nav li {
	padding: 0 50px;
	text-align: center;
	border-right: 2px solid #e8e8e8;
}
.services-section .nav li:last-child {
	border-right: 0px solid #e8e8e8;
}
.services-section .service-image img {
	display: inline-block;
}
.services-section .service-desc > p {
	font-size: 18px;
	font-weight: 600;
	color: #2a2e32;
	line-height: 1;
	margin-top: 15px;
	text-transform: uppercase;
}
.services-section li:first-child .service-desc > p {
	max-width: 145px;
}
.services-section li:nth-child(2) .service-desc > p {
	max-width: 115px;
}
.services-section li:nth-child(3) .service-desc > p {
	max-width: 188px;
}
.services-section li:nth-child(4) .service-desc > p {
	max-width: 93px;
}
.services-section li:last-child .service-desc > p {
	max-width: 165px;
}
.wrapper-footer {
	background-color: #2f363c;
	color: #fff;
	padding: 50px 0 30px;
}
footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
}
footer .nav-pills > li > a {
	padding: 2px 15px;
	color: #fff;
	font-weight: 500;
	background-color: transparent;
	transition: all 1s;
}
footer .nav-pills > li > a:hover {
	background-color: transparent;
	letter-spacing: 2px;
	transition: all 1s;
}
footer .fcontact-part .nav li {
	padding: 0 15px 10px;
}
footer .fcontact-part .nav li > div {
	display: table-cell;
	vertical-align: top;
}
footer .fcontact-part .nav li > div.icon {
	width: 30px;
	text-align: center;
}
footer .fcontact-part .nav li > div > i {
	color: #0080c4;
	font-size: 20px;
	padding-top: 2px;
}
footer .fcontact-part .nav li > div.content span {
	font-weight: 400;
	width: 100%;
	display: inline-block;
}
footer .fcontact-part .nav li > div.content {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
footer .btn, .partsfinder-section .btn {
	background-color: #0080c4;
	border-radius: 0;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	width: 122px;
	padding: 12px 0px;
	line-height: 1;
	display: inline-block;
	height: 38px;
}
footer .btn:hover, .partsfinder-section .btn:hover {
	background-color: #01335a;
	color: #fff;
}
footer hr {
	margin-top: 45px;
	border-color: #3f4448;
	margin-bottom: 30px;
}
footer .copyright-section p.copyright {
	padding-top: 5px;
	font-weight: 500;
	color: #fff;
}
footer .copyright-section .img-responsive {
	display: inline-block;
}
footer .copyright-section > div:last-child {
	text-align: right;
}


/*-------- homepage ------*/

.cat-thumbnail {
	margin-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.cat-thumbnail img { transition: all 1s; transform: scale(1); }
.cat-thumbnail:hover img { transition: all 1s; transform: scale(1.2); }
.cat-thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 18px;
}
.cat-thumbnail .caption .headline {
	background: rgba(255,255,255,0.5);
	padding: 0px;
	height: 70px;
	vertical-align: middle;
	display: table;
	width: 100%;
	margin: 0 auto;
}
.cat-thumbnail .caption .headline a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #2a2e32;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px;
	text-decoration: none;
}
.section-heading {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 55px 0 30px;
	padding-bottom: 40px;
	background-image: url('../images/section-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.section-heading h3 {
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	font-size: 40px;
	color: #2a2e32;
	font-weight: 700;
	line-height: 1;
}
.products-section .wrapper-thumbnail .thumbnail {
	border: none;
	margin-bottom: 30px;
	padding: 0;
}
.products-section .wrapper-thumbnail .thumbnail .thumbnail-image {
	border: 1px solid #e1e1e1;
}

.wrapper-thumbnail .thumbnail .caption {
	text-align: center;
	padding: 15px 5px 5px;
}
.wrapper-thumbnail .thumbnail .caption h3 a {
	color: #2a2e32;
	font-size: 15px;
	font-weight: 500;
}
.wrapper-thumbnail .thumbnail .caption .sku{
	color: #2a2e32;
	font-size: 15px;
	font-weight: 500;
	min-height: 43px;
}
.wrapper-thumbnail .thumbnail .caption .price {
	color: #013259;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.wrapper-thumbnail .thumbnail .caption .btn {
	border-radius: 0;
	width: 131px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	height: 40px;
	padding: 10px 0;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0;
	background-color: #01335a;
}
.wrapper-thumbnail .thumbnail .caption .btn:hover { background-color: #002745; color: #fff; }
.wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle {
	width: 40px;
	border: 1px solid #01335a;
	color: #01335a;
	font-size: 22px;
	padding: 3px 0;
	line-height: 36px;
	margin-left: 5px;
	background-color: #fff;
}
.wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle:hover, .wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle:focus, .wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle:active {
	background-color: #01335a;
	color: #fff;
}
.welcome-section {
	background-color: #e8e8e8;
	margin-top: 15px;
	padding: 57px 0 45px;
}
.welcome-section .heading > p {
    text-align: left;
    text-transform: uppercase;
    color: #01335a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.welcome-section .heading > h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #2a2e32;
	font-size: 40px;
}
.heading-bgline {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
	background-image: url('../images/section-bg.png');
	background-position: center left;
	background-repeat: no-repeat;
}


/* footer_banner css */


.banner-img {
    background-image: url('../images/footer_banner.webp');
    max-width: 100%;
    background-size: cover;
    background-position: center;
    text-align: left;
}

.footer_banner_img p {
    color: #fff;
}

.banner_title h1 {
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.banner_desc {
    font-size: 21px;
	font-weight: 500;
	
}

.banner_button {
    margin-top: 75px;
    height: auto;
}
.banner_button .pvd_button a{
background-color: #e40012;
padding: 10px 15px;
color: #fff;
font-size: 18px;
font-weight: 600;
border-radius: 3px;
text-decoration: none;
}

.footer_banner_img {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 50%;
}

.footer_banner .pvd_banner {
    padding-bottom: 23px;
    padding-top: 50px;
    padding-left: 50px;
}

.banner_sign {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}

.footer_banner .heading {
    float: left;
}

.footer_banner #homepage-content p {
    text-align: left;
    color: #01335a;
    font-size: 15px;
    font-weight: 600;
}

.footer_banner .heading h1 {
    color: #01335a;
}

.pvd_button .fa-arrow-right {
    padding-left: 5px;
    font-size: 13px;
    align-content: center;
}

.footer_banner .banner_sign a.btn {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    text-decoration: revert;
}

.footer_banner .welocme_manu{
padding-right: 40px !important;
}


@media only screen and (max-width: 1200px) {
.footer_banner .heading h1 {
    font-size: 25px;
}

.footer_banner .pvd_banner {
    padding-bottom: 25px;
    padding-top: 64px;
    padding-left: 60px;
}
}

@media only screen and (max-width: 991px) {
.footer_banner_img {
    position: unset;
    width: 100%;
}

.footer_banner .heading {
    float: unset;
}

.welcome-section .heading > p {
    text-align: center;
}

.heading-bgline {
    background-position: center;
}

.footer_banner .welocme_manu {
    padding-right: 15px !important;
}

.banner_button {
    margin-top: 40px;
    height: auto;
	text-align: center;
}

.footer_banner_img p {
    text-align: center;
}

.footer_banner .pvd_banner {
    padding-bottom: 25px;
    padding-top: 40px;
    padding-left: 0px;
}

.banner_title h1 {
    text-align: center;
}

.banner_desc {
    text-align: center;
}

.footer_banner #homepage-content p {
    text-align: center;
}
}

@media only screen and (max-width: 576px) {
.banner_title h1 {
    font-size: 40px;
}

.footer_banner .pvd_banner {
    padding-bottom: 25px;
    padding-top: 35px;
    padding-left: 0px;
}

}
/*--------------------- Product page -------
---------*/
.breadcrumb {
	padding: 0;
	background: transparent;
	margin: 30px 0 25px;
}
.breadcrumb > .active, .breadcrumb a {
	color: #2a2e32;
	font-weight: 500; 
}
.breadcrumb li:last-child a {
	color: #01335a;
}
.breadcrumb > li + li::before {
	color: #2a2e32;
	padding: 0 6px 0 10px;
}
#n_product div.main-image, .palt_images a.fancybox {
	border: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
}
.palt_images > div {
	padding: 0 5px;
}
.palt_images {
	margin: 10px -5px 0;
}
#n_product .wrapper-product-title h1 {
	font-size: 26px;
	font-weight: 700;
	color: #2a2e32;
	margin-top: -7px;
	margin-bottom: 10px !important;
}
.productrrp {
	font-size: 18px;
	font-weight: 600;
	color: #353d44;
}
.productpricetext {
	color: #0080c4;
	display: inline-block;
	line-height: 1;
	font-size: 26px;
	font-weight: 700;
}
.pinfo_stock {
	display: inline-block;
	padding-left: 10px;
}
.pstock-info.text-success {
	color: #70c911;
	font-size: 17px;
	font-weight: 600;
}
.pstock-info {
	font-size: 14px;
}
.pinfo_sku {
	font-size: 16px;
	font-weight: 500;
	color: #01335a;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
#n_product .extra-options hr {
	border-color: #e1e3e3;
}
#n_product #main-content .extra-options div.pinfo_hsection {
	color: #2a2e32;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 5px;
	width: 100%;
}
#n_product .extra-options .buying-options input, #n_product .extra-options .buying-options select, #n_product .extra-options .buying-options .btn {
	border-radius: 0;
	height: 46px;
}
#n_product .extra-options .buying-options input.qty {
	border-color: #e6e6e6;
	width: 140px;
	background-color: #f7f7f7;
	color: #2a2e32;
	font-weight: 600;
	font-size: 16px;
}

	#n_product .extra-options .buying-options .col-sm-12{
		padding: 0 5px;
	}
#n_product .extra-options #shipbox .col-xs-12 {
	width: auto;
	padding: 0 5px;
}
#n_product .extra-options .buying-options, #n_product .extra-options #shipbox {
	padding: 0 10px;
}
#n_product .extra-options .buying-options .btn.addtocart, #n_product .extra-options .buying-options .btn.wishlist_toggle {
	width: 190px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0;
	background-color: #01335a;
	border-color: #01335a;
}
#n_product .extra-options .buying-options .btn.wishlist_toggle { width: 180px; border-color: #353d44; background-color: #353d44; }
#n_product .extra-options .buying-options .btn.addtocart:hover, #n_product .extra-options .buying-options .btn.wishlist_toggle:hover { border-color: #333; background-color: #333; }
#n_product #main-content .extra-options #shipbox div.pinfo_hsection {
	margin-top: 25px;
}
#n_product .extra-options #shipbox .col-xs-12:not(.pinfo_hsection) { width: 130px; }
#n_product .extra-options #shipbox input, #n_product .extra-options #shipbox select { border-radius: 0; height: 46px; background-color: #f7f7f7; border-color: #e6e6e6; text-align: left; padding: 0 15px; font-size: 14px; font-weight: 600; color: #333; line-height: 46px; }
#n_product .extra-options #shipbox .btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0;
	background-color: #353d44;
	border-color: #353d44;
	height: 46px;
	border-radius: 0;
}
#n_product .extra-options #shipbox .btn:hover {
	background-color: #196db6;
	border-color: #196db6;
}
#n_product #main-content .extra-options .pinfo_share .pinfo_hsection p, #n_product #main-content .extra-options .pinfo_share .pinfo_hsection ul {
	margin: 0;
	display: inline-block;
	width: auto;
	min-height: unset;
	vertical-align: middle;
}
#n_product #main-content .extra-options .pinfo_share .pinfo_hsection ul li {
	float: left;
	padding: 0 2px;
}
#n_product #main-content .extra-options .pinfo_share .pinfo_hsection ul li a {
	padding: 0;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	color: #01335a;
	text-align: center;
}
#n_product #main-content .extra-options .pinfo_share .pinfo_hsection ul li a:hover { background-color: #01335a; color: #fff; }
#n_product .extra-options #shipbox {
	margin-bottom: 5px;
	display: inline-block;
}
#n_category .wrapper-thumbnail .thumbnail .caption .btn.btn-loads {
	width: 120px;
	background-color: #196db6;
}
#n_product .tabbable .nav-tabs>li>a {
	border: 2px solid rgba(1, 51, 90, 0.23);
	margin-bottom: 0;
	border-bottom: none;
	border-radius: 0;
	margin-right: 5px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px 10px 0px 0px;
}
#n_product .tabbable .nav-tabs>li>a:hover,
#n_product .tabbable .nav-tabs>li.active>a {
	color: #fff;
	background-color: #0080C4;
	border-color: #0080C4;
}
.tab-content {
	border: 1px solid #ffffff;
	padding: 20px;
}
.tab-content #compatibility #change-me {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.tab-content #compatibility #change-me::before {
	content: '\f105';
	font-size: 14px;
	font-weight: 600;
	width: 15px;
	display: inline-block;
	font-family: "FontAwesome";
}
/* .tabbable .tab-content #compatibility {
	max-height: 250px;
	overflow: scroll;
	width: 100%;
} */

/*--------------------- Category Page ---------------------------*/
#left-sidebar .panel-default > .panel-heading {
  background-color: #01335a;
  border-color: #01335a;
}
#left-sidebar .panel-default > .panel-heading .panel-title, #left-sidebar .panel-default > .panel-heading .panel-title a:hover, #left-sidebar .panel-default > .panel-heading .panel-title a:focus {
  color: #fff;
}
#left-sidebar .panel.panel-default, .viewby > .btn {
  border-color: #01335a;
}
#left-sidebar .panel .panel-heading + .list-group .list-group-item:first-child {
  margin-bottom: 0;
}
.viewby > .btn.active {
  background-color: #01335a;
  border-color: #01335a;
  color: #fff;
}
.thumb_list .dah_allproducts .panel.panel-default:hover {
  box-shadow: 0 0 6px #01335a;
}
.thumb_list .dah_allproducts .panel.panel-default {
  border-color: #e6e6e6;
}
.thumb_list .dah_allproducts .panel.panel-default .panel-footer {
  background-color: #e6e6e6;
}
.thumb_list .dah_allproducts .panel.panel-default .panel-footer .buying-options .btn {
  background-color: #000;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  padding-top: 13px;
  text-align: center;
  text-transform: uppercase;
  width: 151px;
  margin-bottom: 0;
}
.thumb_list .dah_allproducts .panel.panel-default .panel-footer .buying-options .btn:hover, .thumb_list .dah_allproducts .panel.panel-default .panel-footer .buying-options .btn:focus { background-color: #19a7e1; }
.thumb_list .dah_allproducts .panel .panel-body .price.lead {
  font-size: 20px;
  color: #19a7e1;
  font-weight: 600;
}
.thumb_list .dah_allproducts .panel .panel-body .col-xs-6 > h3 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.thumb_list .dah_allproducts .panel .panel-body .col-xs-6 > h3 a:hover, .thumb_list .dah_allproducts .panel .panel-body .col-xs-6 > h3 a:focus { color: #01335a; }
body#n_category article .thumbnail .caption form .btn, body#n_content article .thumbnail .caption form .btn {
  width: 120px;
}
body#n_category article .thumbnail .caption form .btn.wishlist_toggle, body#n_content article .thumbnail .caption form .btn.wishlist_toggle {
  width: 38px;
}

/*--------------- Login page --------------------*/

#n_customer .btn-success {
  background-color: rgb(25, 109, 182);;
  border-color: rgb(25, 109, 182);;
}
#n_customer .btn-success:hover {
  background-color: #fff;
  border-color: rgb(25, 109, 182);;
  color: rgb(25, 109, 182);;
}


/*------------- Products page ---------------------*/

.dah-productsborder {
  border: 1px solid #196db6;
  float: left;
  text-align: center;
  width: 100%;
}
.dah-productsborder .cwrapper-category-name {
  background-color: #196db6;
  float: left;
  margin: 0 auto;
  width: 100%;
}
.dah-productsborder .cwrapper-category-name > a, .dah-productsborder .cwrapper-category-name > a:hover, .dah-productsborder .cwrapper-category-name > a:focus {
  color: #fff;
  float: left;
  font-size: 18px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
}
.dah-productsborder:hover {
  box-shadow: 0 0 6px #196db6;
}
.category-thumbnail {
  margin-bottom: 15px;
}

 
/*----------------- Cart Page --------------------*/

.dah_continueshopping {
  border-color: #dbdbdb;
  border-width: 2px;
}
.dah_updatecart {
  background-color: #196db6;
  border-color: #196db6;
  border-width: 1px;
}
.btn-stack .dah_updatecart {
	border-width: 2px;
}
.dah_updatecart:hover {
  color: #196db6;
  background-color: #fff;
  border-color: #196db6;
}
.wrapper-header.mobile-view {
	display: none;
}

.sm_popup .pop_branding {
	color: #fff !important;
}

.cartshippanel {
	border-color: #002745;
}
.cartshippanel > .panel-heading {
	border-color: #002745;
	background-color: #002745;
}
.cartshippanel .panel-title {
	color: #fff;
}
.cartTable .dah_wh-item .stockicon {
	height: 14px;
	width: 14px;
}
.cartTable .dah_wh-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cartTable .dah_wh-item:not(:first-child) {
	margin-left: 15px;
}
/*-------- Checkout disable -----------*/
.successaddmessage .footer .right {
	display: none;
}

.successaddmessage .footer .left {
	width: 100%;
}

#cartcontents .thumb_cart .btn-success {
	display: none;
}

#cartcontents .thumb_cart button.viewcart,
.successaddmessage .footer .left button.npopup-view {
	float: right;
}
/*================================= Responsive code =========================================*/

/*----------- small desktop ------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.topheader-section .informationmenu #header-cart {
	width: 140px;
}
.wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle {
	width: 35px;
	margin-left: 2px;
}
.wrapper-thumbnail .thumbnail .caption .btn {
	width: 110px;
}
#n_product .extra-options .buying-options input.qty {
	width: 100px;
}
#n_product .extra-options #shipbox .col-xs-12:not(.pinfo_hsection) {
	width: 116px;
}
.logo-section .wrapper-logo {
	width: 34%;
	padding-top: 22px;
}
.logo-section .wrapper-logo + div {
	width: 66%;
}
.mainmenu-section .navbar.navbar-default .collapse .nav > li > a {
	padding: 16px 6px;
	font-size:13px;
}
.part-finder-title {
	padding: 0;
}

}

/*----------- tablet ------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo-section .wrapper-logo {
	width: 34%;
	padding-top: 22px;
}
.logo-section .wrapper-logo + div {
	width: 66%;
}
.logo-section .header-search {
	width: 297px;

}
span.hidden-sm {
    display: block !IMPORTANT;
}
.mainmenu-section .navbar.navbar-default .collapse .nav > li > a {
	font-size: 12px;
	padding: 16px 5px;
}
.wrapper-thumbnail .thumbnail .caption .btn {
	max-width: 100%;
}
#n_product .extra-options #shipbox .col-xs-12:not(.pinfo_hsection) {
	width: 50%;
	margin-bottom: 10px;
}
#n_product .extra-options .buying-options .btn.wishlist_toggle {
	width: 125px;
}
#n_product .extra-options .buying-options .btn.addtocart {
	width: 155px;
}
#n_product .extra-options .buying-options input.qty {
	width: 45px;
}
footer .fcontact-part {
	padding: 0;
}
.services-section .service-desc > p {
	font-size: 14px;
}
.services-section .nav li {
	padding: 0 8px;
}
#n_product .tabbable {
	margin-top: 50px;	
}
.topheader-section .informationmenu .nav > li > a {
	padding: 10.6px 9px;
}



}
@media only screen and (min-width: 768px) {
	#n_product .extra-options .buying-options .col-sm-12{
		width: auto;
	}
}

/*----------- mobile ------------*/
@media only screen and (max-width: 767px) {
.logo-section .header-search {
	float: none;
	margin-top: 25px;
}
.search-section {
	background: #01325A;
}
.mainmenu-section {
	background-color: #01325A;
}
.wrapper-header.mobile-view ul.navigation-list li:first-child a.nToggleMenu {
	margin-top: 0px;
	float: left;
	align-content: center;
}
.services-home-section.services-section {
    display: none;
}
/* .main-banner {
    display: none;
} */
.category-section .shop-popular-catg {
    padding-top: 25px;
    display: block!important;
    text-align: center;
}
.category-section .shop-popular-catg h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #2a2e32;
    padding-bottom: 15px;
}
.partsfinder-section {
    padding: 13px 0;
    background-color: #2f363c;
    width: 100%;
    color: #fff;
}
.site-logo {
    margin-top: 6px;
}
.partsfinder-section .find-your-vehicle .part-finder-title p.find-heading {
    text-align: left;
    float: left;
    line-height: normal;
}
.partsfinder-section .find-your-vehicle .part-finder-title:before {
    content: "\f107";
    color: #fff;
    font-size: 20px;
    font-family: fontawesome;
    left: 3px;
    position: absolute;
    top: -2px;
}
.partsfinder-section .find-your-vehicle .part-finder-title {
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.partsfinder-section .find-your-vehicle .part-finder-title .car-icon {
    float: right;
}
.partsfinder-section .find-your-vehicle .part-finder-title .car-icon i.fa.fa-car {
    font-size: 20px;
    color: #ffffff;
}
.wrapper-product-finder {
    padding-top: 12px;
}
.wrapper-header.mobile-view {
	display: block;
}
.wrapper-header {
	display: none;
}
.wrapper-header.mobile-view ul.navigation-list li {
    width: 33.3%;
    float: left;
    text-align: left;
}
header .burger-menu .dropdown-menu > li > a.dropdown-toggle {
	color: #fff;
}
.wrapper-header.mobile-view ul.navigation-list {
    float: left;
    width: 100%;
    position: relative;
}
.wrapper-header.mobile-view ul.navigation-list li .add-to-cart-btn span.item-count {
    position: absolute;
    top: 0;
    background: #0080c4;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    text-align: center;
    right: -13px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.wrapper-header.mobile-view ul.navigation-list li:last-child {
    text-align: right;
}
.wrapper-header.mobile-view ul.navigation-list li .phn-cont-info {
    float: left;
    width: 100%;
}
.wrapper-header.mobile-view ul.navigation-list li .add-to-cart-btn {
    display: inline-block;
    position: relative;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.wrapper-header.mobile-view ul.navigation-list li .my-acct-login {
    float: right;
	margin-right: 20px;
}
.logo-section .col-xs-12.col-sm-6.text-right {
	text-align: center !important;
}
.wrapper-header.mobile-view ul.navigation-list li .phn-cont-info a {
    font-size: 16px;
    text-align: right;
    float: right;
}
.partcat-section > div {
	width: 50%;
	height: 100%;
	display: inline-table;
	vertical-align: middle;
}
.partsfinder-section .find-heading { text-align: center; }
.part-select {
	margin-bottom: 15px;
}
.header-search .input-group input#name_search {
    min-height: 37px;
}
.header-search {
    margin-bottom: 10px;
    margin-top: 10px;
}
.wrapper-header.mobile-view ul.navigation-list li span.icon {
    width: 35px;
}
.wrap-select-inline {
	padding: 0 15px;
}
.wrap-select-inline .compat-btn {
	width: 100%;
}
.mainmenu-section .navbar.navbar-default .nMobileNav a {
	color: #fff;
}
footer .col-sm-6.text-right {
	text-align: center !important;margin-top: 15px;
}
footer .img-responsive {
	display: inline-block;
	text-align: center !important;
	float: none;
}
.wrapper-footer .nav li > div {
	display: inline-block;
}
.wrapper-footer .col-xs-12.col-sm-4:first-child .nav li {
	text-align: center !important;
	display: inline-block;
}
.wrapper-footer h4 { margin-top: 30px; }
.wrapper-product-title {
	margin-top: 35px;
}
#n_product .tabbable .nav-tabs > li > a, #n_product .tabbable .nav-tabs > li {
	width: 100%;
	float: left;
	margin: 0 auto;
}
#n_product .tabbable {
	margin-top: 50px;	
}
#n_product .extra-options #shipbox .col-xs-12:not(.pinfo_hsection) {
	width: 25%;
}
.service-desc {
	display: inline-block;
}
.services-section .nav li { border-right-width: 0;  }
footer .copyright-section > div:last-child {
	text-align: center;
}
.services-section .nav li:last-child {
	width: 100%;
}
footer .fcontact-part .nav li {
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}	
footer .fcontact-part .nav li > div.icon {
	width: 100%;
	text-align: center;
}
footer .fcontact-part .nav li > div {
	display: inline-block;
	vertical-align: top;
}
.category-thumbnail {
	margin-bottom: 15px;
	display: inline-block;
	width: 50%;
}

}
@media only screen and (max-width: 530px) { 
    .bg-light.text-center.py-2 strong{
        font-size:9px;
    }
}
@media only screen and (max-width: 500px) {
.sort_container > div:first-child {
	padding-right: 0;
}
.sort_container .control-label.col-xs-2 {
	padding-top: 7px;
}
/* #n_product .extra-options .buying-options .col-xs-12, #n_product .extra-options #shipbox .col-xs-12 {
	width: 100%;
	padding: 0 5px;
} */
/* #n_product .extra-options .buying-options input.qty, #n_product .extra-options .buying-options .btn.addtocart,#n_product .extra-options .buying-options .btn.wishlist_toggle  {
	width: 100%;
} */

.sm_popup {
	width: 90% !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
}
.category-thumbnail {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
#n_product .extra-options #shipbox .col-xs-12:not(.pinfo_hsection) {
	width: 50%;
	margin-bottom: 10px;
}
.logo-section .header-search {
	max-width: 100%;
}
.services-section .nav li {
	width: 100%;
	float: left;
	margin: 15px 0;
	border-right-width: 2px;
}
.partcat-section > div {
	width: 50%;
	display: inline-table;
	vertical-align: middle;
	padding: 0 5px;
}
.partcat-section {
	padding: 0 5px;
}
.partcat-section .cat-thumbnail {
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	height: 100%;
	height: 211px;
}
.partcat-section .cat-thumbnail img {
	width: 100%;
	height: 100%;
}
.partcat-section .cat-thumbnail .caption .headline {
	background: #01335AC4;
	padding: 0px;
	height: 60px;
}
.partcat-section .cat-thumbnail .caption .headline a {
	color: #fff;
	font-size: 19px;
}
.partcat-section .cat-thumbnail .caption {
    padding: 0;
}
.section-heading h3 {
    font-size: 34px;
}
.products-section .wrapper-thumbnail {
    float: left;
    width: 50%;
}
.section-heading {
    margin: 35px 0 30px;
    padding-bottom: 20px;
}
.products-section .col-xs-12 article:nth-child(odd) {
    padding: 0 5px;
}
.products-section {
    padding: 0 5px;
}
.products-section .col-xs-12 article:nth-child(even) {
    padding: 0 5px;
}
.services-section .nav li {
	border-right: none;
}
.services-section .nav {
    margin: 0;
}
}
@media only screen and (max-width: 479px) {
.wrapper-header.mobile-view ul.navigation-list li:nth-child(2) {
    width: 38.5%;
}
.wrapper-header.mobile-view ul.navigation-list li:first-child {
    width: 28%;
}
.partcat-section .cat-thumbnail {
	height: 180px;
}
}
@media only screen and (max-width: 400px) {
.partcat-section .cat-thumbnail {
	height: 160px;
}
.partcat-section .cat-thumbnail .caption .headline a {
    font-size: 17px;
}
.wrapper-header.mobile-view ul.navigation-list li:nth-child(2) {
    padding-right: 4px!important;
}

.wrapper-header.mobile-view ul.navigation-list li:nth-child(2) {
    width: 46.5%;
}
.wrapper-header.mobile-view ul.navigation-list li:first-child {
    width: 20%;
}
.wrapper-thumbnail .thumbnail .caption .btn {
    width: auto;
    padding: 10px 11px;
}
}
@media only screen and (max-width: 375px) {
.partcat-section .cat-thumbnail .caption .headline a {
    font-size: 15px;
}
.wrapper-header.mobile-view ul.navigation-list li .phn-cont-info a {
    font-size: 14px;
}
.wrapper-header.mobile-view ul.navigation-list li span.icon {
    font-size: 24px;
}
.wrapper-thumbnail .thumbnail .caption .btn {
    font-size: 14px;
}
}
@media only screen and (max-width: 359px) {
.partcat-section .cat-thumbnail {
	height: 135px;
}
.wrapper-thumbnail .thumbnail .caption .btn {
    font-size: 15px;
    padding: 10px 7px;
}
.wrapper-thumbnail .thumbnail .caption .btn.wishlist_toggle {
    margin-left: 3px;
}
}
footer .fcontact-part {
    padding-right: 0;
}
#n_product .extra-options #shipbox .col-xs-12:nth-child(2) {
    width: 100%;
}
.thumbnail .product-image {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wrapper-thumbnail .thumbnail-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}



.services-home-section .nav {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.services-home-section li .service-desc > p {
	max-width: 100% !important;
	min-height: 2em;
}
.services-home-section .nav li {
	padding: 0 15px;
}
.services-home-section .service-image img {
	width: 50px;
}
.services-home-section.services-section {
padding: 30px 0 0;
}

a.click-phone{color: #fff;}


header.wrapper-header.sticky-header .partsfinder-section {
    display: none;
}
header.wrapper-header.sticky-header {
	
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
	
	
}

/*****Menu Split Style******/
.custom-split-menu .dropdown-menu.li1 .custom-li-first {
	float: left !important;
	width: 50% !important;
}
.custom-split-menu .dropdown-menu.li1 {
	min-width: 400px !important;
}
@media (max-width: 1024px) {
    .custom-split-menu .dropdown-menu.li1 {
        left: -105px !important;
    }
    body {
        overflow-x: hidden !important;
    }
}
@media (max-width: 480px){
 div#myModal .modal-dialog {
    width: 100%;
    padding: 0 15px;
}
div#myModal h4.modal-title {
    line-height: 24px;
    padding-right: 20px;
}
}
/*****Menu Split Style End*******/
.blocing.displaynone{
    display:block !important;
}
.fa.fa-plus-square.dropicons.blocing.displaynone {
	transition: .5s;
	transform: rotate(-180deg) !important;
}
.fa.fa-plus-square.dropicons.blocing.displaynone:before {
	content:"\f146";
}
.mobile-view ul.nav li.dropdown i {
    position: absolute;
    right: 12px;
    color: #fff;
    top: 16px;
}
/***pop-up newsletter *****/
#popup_newsletter .input-group {
    width: 100%;
}
#popup_newsletter input.btn.btn-primary {
    width: 100%;
    margin-top:20px;
    background-color: #000;
    border: 0;
    height: 50px;
    font-size: 20px;
    border-radius: 4px;
}

#popup_newsletter .modal-dialog, .success-news .modal-dialog
{
    max-width: 494px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
  -ms-transform: translate(-50%, -50%)!important;
}
#popup_newsletter .modal-dialog p {
    margin: 15px 0px 20px;
}
#header-cart {
    z-index: 1000!important;
}

#popup_newsletter input.form-control 
{
    box-shadow: none;
}

.success-news {
    background: rgba(0,0,0,0.3);
}
.success-news h3 {
    text-align: center;
}
.success-news a {
    width: auto;
    margin-top: 20px;
    background-color: #000;
    border: 0;
    font-size: 20px;
    border-radius: 4px;
    display: table;
    text-align: center;
    color: #fff;
    padding: 5px 10px 10px;
    margin: 20px auto 0;
    line-height: 1.1;
}
p.AVANSERnumber-C {
    display: none;
}
p.AVANSERnumber-B {
    display: none;
}

.wrapper-footer .input-group .input-group-btn .btn.btn-default {
	width: auto;
	height: 34px;
	font-size: 13px;
	padding: 12px 20px;
	border-radius: 0px 4px 4px 0px;
}
footer .fcontact-part .nav li > div.content a {
	color: #FFF;
}
@media all and (max-width: 767px){
    .wrapper-footer .input-group{
        max-width: 300px;
        margin: 0 auto;
    }
}

.cstm-pag hr{
margin-top : 5px !important;
margin-bottom : 15px !important;
border-top : 1px solid rgba(0,0,0,0.15) !important;
}

.contents-more{display:none;}
.read-mores {
	font-family: arial,helvetica,sans-serif;
	color: #333 !important;
	font-size: 16px;
	font-weight: 600;
}

 #main-content .contnt-blocks a font {
    color: #01335A !important;
} 

#left-sidebar .panel-title {
    color: #333 !important;
}

#left-sidebar .panel-title>a:hover {
    color: #333 !important;
    text-decoration: none;
}

@media (min-width: 1200px){
    header.wrapper-header.desktop-version .partsfinder-section {
        height: 78px;
        float: left;
    }
    header.wrapper-header.desktop-version .topheader-section {
        height: 41px;
    }
       
    
    header.wrapper-header.desktop-version .partsfinder-section .partfinder-fields > div,
    header.wrapper-header.desktop-version .partsfinder-section .wrapper-product-finder,
    header.wrapper-header.desktop-version .mainmenu-section,
    header.wrapper-header.desktop-version .logo-section {
        width: 100%;
        float: left;
    }
    #n_home .main-banner {
        aspect-ratio: 1600/449;
        width: 100%;
        float: left;
    }
}

/* body .algolia-overlay {
	z-index: 0;
} */

.pd-search-open:before {
    z-index: 0 !important;
}

.wrapper-header {
	z-index: 99;
	position: relative;
}

.wrapper-header:after {
    content: "";
    display: block;
    clear: both;
}
.nav-up{
	/* display: none;
	transition:all 0.5s ; */
	height: 0;
	overflow: hidden;
	background-color: #dedede;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.5s linear;
}
.topheader-section{
	transition:all 0.5s ;
}
#n_product .addtocartbottom .btn{
    width: 168px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0;
    background-color: #01335a;
    border-color: #fff;
	float: right;
}
#n_product .addtocartbottom .btn:hover{
    border-color: #fff;
    background-color: #333;
}
#n_product .addtocartbottom {
    background: #01335a;
    border-top: 1px solid #01335a;
    padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 121212;
}
.mvp_img img{
	margin: 0 auto;
}
.mvp_img .carousel-indicators .active {
    background-color: #777777;
}
.mvp_img .carousel-indicators li {
    border: 1px solid #777777;
	/* margin: 0 5px; */
}
.mvp_img{
	margin-bottom: 15px;
}
.mvp_img .carousel-indicators{
	bottom: -50px;
}
.containt-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 767px){
#n_product .addtocartbottom .btn {
    width: calc(100% - 89px);
	margin-right: auto !important;
	margin-left: 0;
}  
.mobile-view ul.nav li.dropdown i {
    right: 15px;
}
/* .mainmenu-section .navbar.navbar-default .collapse {
    padding: 0;
	height: 54vh;
	overflow: hidden;
    overflow-y: scroll;
	
} */
.category_sidebar{
	display: none;
}
span.back_btn {
    position: absolute;
    color: #fff;
    right: 50px;
    top: 15px;
	display: none;
}
.rotatecls span.back_btn {
    display: block;
}
.navbar-collapse.collapse.navbar-responsive-collapse::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.hidden_mvp{
	display: none !important;
}
/* .containt-right{
	display: unset !important;
} */
#n_product .addtocartbottom .btn{
	float: none !important;
}
.addtocartbottom form{
	padding: 0 15px;
	flex: 1;
}
.containt-right {
    flex: 0 0 100%;
}
#left-sidebar{
	display: none;
}
}

.containt-right p {
    font-size: 22px;
    font-weight: 700;
	margin-bottom: 0;
	margin-right: 20px;
	
}
.containt-left a {
	color: #fff;
}
.containt-left{
	display: flex;
	align-items: center;
}
.containt-right p span{
	margin-right: 10px;
}
.mvpwasprice{
	font-weight: 400 !important;
}
.addtocartbottom .price{
	line-height: 1;
}
span.mvpwasprice {
    font-size: 16px;
}

.mvp_main{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1212221;
}
body#n_checkout {
	padding-top: 114px;
}
@media only screen and  (min-width: 1200px){
	body{padding-top: 213px;}
	/* body#n_checkout {
		padding-top: 170px;
	} */

	.productpage-imgslider .pvd_subimage .slick-next {
		bottom: -15px !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
	body {
		padding-top: 205px;
	}
	/* body#n_checkout {
		padding-top: 160px;
	} */

	.productpage-imgslider .pvd_subimage .slick-list.draggable {
		max-height: 328px !important;
	}
	
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	body {
		padding-top: 300px;
	}
	/* body#n_checkout {
		padding-top: 212px;
	} */

	.productpage-imgslider .pvd_subimage .slick-arrow .fa {
		padding: 2px 6px !important;
	}
	.productpage-imgslider .pvd_subimage .slick-list.draggable {
		max-height: 248px !important;  
	}
}
@media only screen and (max-width: 767px){
	header.wrapper-header.mobile-view.test {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1221;
	}
	body{
		padding-top: 99.55px;
	}
}
@media only screen and (max-width: 575.98px){
body {
    padding-top: 200.55px;
}
}
@media only screen and (max-width: 425.98px){
	body {
		padding-top: 203.55px;
	}
	}

.mvp_nav{
	margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.load-search{
	margin-bottom: 20px;
}

.mvp_loadicon{
	margin-bottom: 20px;
}
.mvp_ulfilter{
	padding: 0 15px;
	/* display: none */
}

/* .open > .mvp_ulfilter {
    display: block;
} */

ul#cat-filter .filter > a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
ul#cat-filter .filter-remove > a:before {
    content: '\F14A\0020';
    font-family: FontAwesome;
	color: #ff3510;
}
ul#cat-filter li > a[aria-expanded=false]::after {
    content: '\f105';
    font-family: FontAwesome;
	float: right;
}
ul#cat-filter li > a[aria-expanded=true]::after {
    content: '\f107';
    font-family: FontAwesome;
	float: right;
}
ul#cat-filter li > a{
	border-top-width: 0px;
}
.search_btn{
	padding: 10px 15px;
} 
ul#cat-filter li > a:last-child{
	border: 0 !important;
}

ul#cat-filter .list-group-item{
	border: 0 !important;
}
ul#cat-filter {
    border-top: 1px solid #ddd;
}
.mvp_search{
	background-color:#ff3510;
	border: #ff3510;
}

.blogs-sect .row {
	display: flex;
	flex-wrap: wrap;
}
.blogs-sect .blog-sections img {
    width: 100%;
    height: auto;
}
.blogs-sect .row article{
	padding-bottom: 30px;
}
.blogs-sect .blog-sections .mvp_blog{
	display: flex;
	align-items: center;
}
.blog-sections h4 {
    height: 60px;
    overflow: hidden;
}

.blogs-sect .mvp_desctext {
	height: 80px;
	overflow: hidden;
}
#map-plug {display:none;}
 
#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}
span.review-profile-image {
    float: left;
        padding: 0px 15px 0px 0px;
}
span.review-profile-image img {
    width: 40px;
}
.modal-backdrop.in{display:none;}
.review-item {
    border-bottom: solid 1px rgba(190,190,190,.35);
    margin: 5px auto;
    display: block;
    width: 100%;
    padding: 15px 0px;
}
 
@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}
 
@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}
 
.review-meta, .review-stars {text-align:left; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height: 1.55;
    text-align: left;
    max-width: 72em;
    margin: auto;}
 
 
 
.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}
 
.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
}
 
.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

.label-container {
    display: inline-block;
    width: 100%;
}
.label-container>.row-custom {
    display: flex;
    align-items: center;
	margin: 4px 0;
    width: 100%;
}
.label-container .wh-name {
    min-width: 125px;
    transform: translateY(5px);
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}


div#popup_sub_container {
    left: 0 !important;
    /*height: 556px !important;*/
}
#header-cart ul.dropdown-menu {
    overflow-y: auto;
    max-height: 70vh;
}
.thumb_cart ul .right a {
    color: #fff;
}
#header-cart ul.dropdown-menu::-webkit-scrollbar {
  width: 3px;
  
}
#header-cart ul.dropdown-menu::-webkit-scrollbar-track {
  background: #002745 ; 
}
#header-cart ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c7c1c1; 
    border-radius: 20px;
}
.nkg_al {
    background-color: #E40012;
    text-align: center;
	    padding: 20px 0;
}
.nkg_al p.nkg_text_ano {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
	    line-height: 1.1;
		padding: 0 15px;
}

.gif {
  position: absolute;
  width: 100%;
left: 0;
  -webkit-animation: fadeslideUp 20s infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeslideUp 20s infinite; /* Fx 5+ */
  -o-animation: fadeslideUp 20s infinite; /* Opera 12+ */
  animation: fadeslideUp 20s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}


#g2 {
    animation-delay: -15s;
    -webkit-animation-delay: -15s;
}

#g3 {
    animation-delay: -10s;
    -webkit-animation-delay: -10s;
}

#g4 {
    animation-delay: -5s;
    -webkit-animation-delay: -5s;
}


@-webkit-keyframes fadeslideUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
}

@-moz-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@-o-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%); 
      -ms-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
}

@media ( max-width:991.98px) {
#header-cart ul.dropdown-menu {
 max-height: 70vh;
}
}
@media ( max-width:576px) {
.nkg_al {
    padding: 25px 0;
}

#_jstl__buying_options_r .btn-stack .col-xs-4 {
    width: 50%;
}

#_jstl__buying_options_r .mvp_wishlist .product-wishlist {
    margin-top: 5px;
}

}
/* Start PDP Stock status */
.dah_wh-item {
	display: flex;
	align-items: center;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 700;
	flex-direction: column;
}
.dah_wh-item>* {
	order: 2;
}
.dah_wh-item .text-sucess {
	color: #70AD47;
}
.dah_wh-item .text-danger {
	color: #C00000;
}
.dah_wh-item .text-warning {
	color: #FFC000;
}
.dah_wh-item .text-dark {
	color: #E7E6E6;
}
/* .dah_wh-item .stockicon {
	margin-right: 10px;
	order: 1;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: linear-gradient(#E7E6E6 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #E7E6E6 40%, #E7E6E6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #E7E6E6 80%, #E7E6E6 100%);
} */

span.stockicon.stock-ins.NSW {
	background-image: url('../images/NSW.png');
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
span.stockicon.stock-ins.QLD {
	background-image: url('../images/QLD.png');
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
span.stockicon.stock-ins.VIC {
	background-image: url('../images/VIC.png');
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}


/* .dah_wh-item .stockicon.stock-los {
	background-image: linear-gradient(#E7E6E6 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #E7E6E6 40%, #E7E6E6 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #C00000 80%, #C00000 100%);
} */

/* .dah_wh-item .stockicon.stock-lis {
	background-image: linear-gradient(#E7E6E6 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #FFC000 40%, #FFC000 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #FFC000 80%, #FFC000 100%);
} */

/* .dah_wh-item .stockicon.stock-ins {
	background-image: linear-gradient(#70AD47 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #70AD47 40%, #70AD47 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #70AD47 80%, #70AD47 100%);
} */
/* Ended PDP Stock status */
.search_left-sidebar {
    margin-top: 27px;
}
.products_alt_images {
	margin: 0 -5px;
}
.mvp_img_thumb_list{
	padding: 0 5px !important;
}
.products_alt_images a {
	border: 2px solid transparent;
	border-radius: 4px;

}
.slick-current a {
	border-color: #01335a !important;
	border-radius: 4px;
}
a.mvp_controll {
	position: absolute;
	top: 50%;
	z-index: 121211;
	color: #2f363c !important;
	font-size: 20px;
}
a.mvp_controll.next {
	right: 0;
}
/* section#homepageCarousel .carousel-inner {
	width: 450px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 10px;
} */
.stockicon {
	order: 1;
}
.dah_wh-row{
	display: flex;
	justify-content: space-between;
}
.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

div#_jstl__images_r a:focus {
	outline: none !important;
	outline-offset: -2px;
}
.slider-for .slick-list.draggable {
	max-width: 450px;
	margin: 0 auto;
}
div#_jstl__images_r a.fancybox.embed-responsive-item {
	border: 2px solid #ddd !important;
}
.slider-for.slick-initialized.slick-slider {
	margin-bottom: 15px;
}
.slick-next {
	right: 0px;
}
.slick-prev {
	left: 0px;
}
.slick-prev,
.slick-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: #656565 !important;
	/* Change color as needed */
	background-color: transparent !important;
	/* Change background color as needed */
	border: none;
	/* Adjust height as needed */
	font-size: 20px !important;
	/* Adjust font size as needed */
	cursor: pointer !important;
	z-index: 1 !important;
}

.slick-prev {
	left: 0px !important;
	/* Adjust left position as needed */
}

.slick-next {
	right: 0px !important;
	/* Adjust right position as needed */
}


.pdp_qty {
	position: relative;
}
.mvp_qtywrap a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mvp_qtywrap .qty-opr.qty_minus {
	right: 20px;
}
.mvp_qtywrap .qty-opr.qty_plus {
	left: 20px;
}
.position-relative.mvp_qtywrap {
	width: 55px;
	height: 46px;
}
#n_product .extra-options .buying-options input.qty {
	width: 100% !important;
	text-align: center !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.pdp_qty {
	position: relative;
	display: flex;
	
}
.pdp_qty a {
	width: 55px;
	height: 46px;
	background-color: #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mvp_thub {
	display: flex;
	align-items: center;
	height: 68px;
	padding: 0 10px;
	background: #f2f2f2;
}
.mmcaption h5.headline {
	font-size: 20px;
	font-weight: 600;
}
.mvp_thub a.image.pull-left {
	width: 32px;
	margin-right: 10px;
	flex: 0 0 32px;
}
.mmcaption h5.headline a {
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 700;
}
.mvp_col-adw{
	padding: 0 5px;
}
#mvp_upsp{
	margin-top: 15px;
}
span.mvpbadge-success {
	width: 100%;
	/* flex: 0 0 66px; */
	display: inline-block;
	height: 24px;
	background: #5CB85C26;
	font-size: 16px;
	font-weight: 600;
	color: #5CB85C;
	padding: 2px 8px 2px 8px;
	border-radius: 4px;
	margin-left: 5px;
}
.pdf-dawnload{
	display: flex;
	justify-content: space-between;
}
.pdf-dawnload .text {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
/* .btn_section{
width: 217px;
height: 46px;
padding: 20px;
gap: 4px;
border-radius: 2px;
border: 1px solid #000;

} */
.btn_section a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.btn_section {
	width: 217px;
	height: 46px;
	padding: 0 10px;
	gap: 4px;
	border-radius: 2px;
	border: 1px solid #5C636A;
	display: flex;
	align-items: center;
}
.payicon {
	margin-top: 10px;
	margin-bottom: 20px;
}
.upsp-header .mvp_thub {
	display: flex;
	align-items: center;
	height: 56px;
	padding: 0 10px;
	background: #fff;
}
body#n_product div#accordion h4.panel-title a[aria-expanded="false"]:after {
	content: "\f107";
	font-family: 'FontAwesome';
	float: right;
	font-weight: 600;
	font-size: 22px;
}
body#n_product div#accordion h4.panel-title a[aria-expanded="true"]:after {
	content: "\f106";
	font-family: 'FontAwesome';
	float: right;
	font-weight: 600;
	font-size: 22px;
}

body#n_product div#accordion h4.panel-title a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.col-xs-12.col-md-5.mvphead-5 {
    width: 36% ;
}


div#accordion {
	margin-top: 20px;
}
div#accordion .panel-heading {
	padding: 15px 0px !important;
	
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
div#accordion .panel{
	border: none;
	border-top:1px solid #ddd !important;
}
.panel-default>.panel-heading{
	background-color: #fff !important;
}
.mvptabmenu {
	background-image: url('../images/bgtab.jpg');
}
.mvptabmenu {
	background-image: url('../images/bgtab.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
body#n_product .nav-tabs {
	border-bottom: none !important;
	margin-left: 15px;
}
body#n_product .tab-content {
	border: 1px solid #ffffff;
	padding: 20px;
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
	border-radius: 10px;
	/* overscroll-behavior: contain;  */
}
body#n_product .tabbable {
	margin-bottom: 58px;
	margin-top: 58px;
}

.tab-content * {
	color: #fff !important;
}
.tabbable {
	max-width: 850px;
	margin: 0 auto;
}
.mvp_boder {
	border-radius: 10px;
	overflow: hidden;
}
.Certifications {
	background-color: #dcf2ff;
}
h1.mvp-hedding {
	font-size: 40px;
	color: #0080C4;
}
h1.mvp-hedding span{
	color: #2A2E32 !important;
}
h1.mvp-hedding {
	font-size: 40px;
	color: #0080C4;
	margin-top: 60px !important;
	/* padding-bottom: 40px; */
	margin-bottom: 0;
	font-weight: 700;
}
p.hboder-1 {
	width: 180px;
	height: 3px;
	display: inline-block;
	background-image: linear-gradient(to right, rgba(228, 0, 18, 0.5), rgba(228, 0, 18, 1));
	margin: 0;
}
p.hboder-2 {
	width: 60px;
	height: 3px;
	display: inline-block;
	background-image: linear-gradient(to right, rgba(228, 0, 18, 0.5), rgba(228, 0, 18, 1));
	margin: 0;
}
a.image.img-responsive {
	width: 96px;
	height: 96px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
div#mvp_Certifi {
	margin-bottom: 80px;
}
.mvpthumbnail p {
	color: rgba(42, 46, 50, 1);
	font-size: 18px;
}
.mvp_right-br{
	border-right: 1px solid rgba(1, 51, 90, 1);
}
#mvp_Certifi .mvp_right-br:last-child {
	border-right: none !important;
}
body#n_product .products-section {
	background: #dcf2ff;
	padding-bottom: 40px;
}
.services-section {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 0px 0px 60px;
	border-top: 2px solid #e8e8e8;
}

.mb-0{
	margin-bottom: 0px;
}
.qty_bllow .mvp_thub {
	border: none;
	border-radius: 0;
}
.mvp_relate_product .slick-dots {
	display: none !important;
}

.nkg_store_f img {
    max-width: 120px;
}
.nkg_promo > p.pinfo_price {
    margin: 0;
}
.productpromo.nkg_promo {
    display: flex;
    flex-direction: column;
}
.pinfo_price {
    font-size: 16px;
    font-weight: 500;
    color: #01335a;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#n_product .extra-options .buying-options .btn.addtocart,
	#n_product .extra-options .buying-options .btn.wishlist_toggle {
		width: 140px !important;
	}
	.slider-for .slick-list.draggable {
		max-width: 370px;
		margin: 0 auto;
	}
	.services-section .nav li {
		padding: 0 19px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.mvp_col-adw {
		width: 100% !important;
	}
	.upsp-header .row {
		flex-direction: column;
	}
	.qty_bllow .mvp_col-adw{
		width: 100% !important;
	}
	.qty_bllow .row {
		flex-direction: column !important;
	}
	#n_product .extra-options .buying-options .btn.wishlist_toggle {
		width: 100%;
	}
	#_jstl__buying_options_r .mvp_wishlist {
		width: 100% !important;
	}
	#n_product .extra-options .buying-options .btn.addtocart {
		width: 180px;
	}
	.mvp_mmmm{
		margin-top: 15px;
	}
	.payicon {
		flex-direction: column;
		align-items: center;
	}
	#mvp_Certifi .mvp_right-br {
		margin-bottom: 30px;
	}
	#mvp_Certifi .mvp_right-br:nth-child(2){
		border-right: none !important;
	}
	div#mvp_Certifi {
		margin-bottom: 50px;
	}


	.services-home-section.services-section ul.nav.navbar-nav li.homepage-usps {
		width: 24% !important;
	}
}
@media only screen and (max-width: 767px){
	.dah_wh-row {
		justify-content: flex-start !important;
		margin: 0 !important;
	}
	.nkg_store_f img {
    margin-bottom: 20px;
	}
	.mvp_mmmm {
		margin-top: 25px;
	}
	.mvp_mmmm .dah_wh-item {
		margin-right: 15px;
	}
	.slick-prev {
		left: 0px !important;
	}
	.slick-next {
		right: 0px !important;
	}
	.pinfo_sku {
		display: none;
	}
	#mvp_Certifi .mvpthumbnail {
		text-align: center;
	}
	#mvp_Certifi .row {
		margin: 0;
	}
	#mvp_Certifi .mvpthumbnail .image.img-responsive {
		margin: 0 auto;
	}
	#mvp_Certifi .mvp_right-br {
		border-right: none !important;
		margin-bottom: 20px;
	}
	h1.mvp-hedding {
		font-size: 32px;
	}
	body#n_product .nav-tabs {
		border-bottom: none !important;
		margin-left: 0px;
	}
	.mvp_bootmen{
		padding: 0 15px;
	}
	.mvpmonedesk{
		display: none !important;
	}
	.panel{
		box-shadow: none !important;
	}
	
	/* #mvp_Certifi  {
		height: 58px;
		overflow: hidden;
	} */
	.mvp-share .pinfo_hsection {
		margin-top: 0px !important;
		padding: 15px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.slider-for .slick-list.draggable {
		max-width: 100%;
		/* margin: 0 auto; */
	}
	.mvp_stas {
		display: none;
	}
	#n_product .stockicon {
		display: none !important;
	}
	.mvp_whsts{
		display: none !important;
	}
	.mvp_mmmm .dah_wh-item a {
		border-radius: 50px !important;
		padding: 0 11px;
		height: 23px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10px;
	}

	.mvphead-5 {
		width: 200px !important;
		flex: 0 0 200px;
	}
	.mvp_rowheng{
		display: flex;
	}
	.nav.navbar-nav.mvp_btupsp {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.services-section .nav li {
		flex: 0 0 50%;
		padding: 0 15px !important;
	}
	.mvp_btupsp .service-item {
		margin-bottom: 10px;
	}
	.mvp_btupsp li:last-child {
		flex: 0 0 auto;
	}
	.services-section {
		padding: 0px 0px 40px;
	}
	h1.mvp-hedding {
		font-size: 32px;
		margin-top: 40px !important;
		padding: 0 15px;
	}
	body#n_product .products-section {
		padding-bottom: 0px;
	}
	div#mvp_Certifi {
		margin-bottom: 25px;
	}
	.breadcrumb li:last-child a {
		display: inline-block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100px;
		position: relative;
		top: 6px;
	}
	
	.mvp_rowheng {
		display: flex;
		flex-direction: row !important;
	}
}
@media only screen and (min-width: 768px){
	.mobpinfo_sku{
		display: none !important;
	}
	.mvp_bootmen{
		display: none !important;
	}
	.mvp_col-adw {
		width: 50%;
	}
}

#n_product .slick-next::before {
	display: none !important;
}
#n_product .slick-next::before {
	display: none !important;
}
.mvp_cartification .mmdesc {
	height: 80px;
	overflow: hidden;
}
@media only screen and (max-width: 576px) {
	.mvphupsp{
		flex-wrap: wrap !important;
	}
	.col-md-6.col-lg-4.mvp_col-adw {
		flex: 0 50%;
	}
	.qty_bllow .row {
		flex-wrap: wrap;
	}

	.qty_bllow .mvp_col-adw {
		flex: 0 0 100% !important;
	}
	.payicon{
		flex-wrap: wrap !important;
	}
	.pdf-dawnload {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
	}
	#_jstl__buying_options_r .mvp_wishlist {
		width: 100% !important;
	}
	#n_product .extra-options .buying-options .btn.wishlist_toggle {
		width: 100%;
	}
	.product-wishlist a {
		background: #fff !important;
		color: #333 !important;
	}
	.product-wishlist a:hover{
		background: #333 !important;
		color: #fff !important;
	}
	.pdf-dawnload .text {
		margin-right: 15px;
	}
	.col-xs-12.col-md-4.mvp_wishlist {
		margin-top: 10px;
	}
	.qty_bllow .mvp_thub {
		padding-left: 70px;
	}
	.mmcaption h5.headline a {
		font-size: 18px;
		font-weight: 700;
	}
}
.slick-prev::before {
	content: '' !important;
}

.slick-next:before {
	content: '' !important;
	display: none !important;
}


.products-section .mvp_relate_product .wrapper-thumbnail .thumbnail .thumbnail-image {
    border: 0;
}

@media  (max-width: 1200px) {

	.topheader-section .contact-info .navbar-nav > li.call-section {
		padding: 7px 7px;
	}

	.topheader-section .informationmenu .nav > li > a {
		padding: 10.6px 7px;
	}

	.col-xs-12.col-md-7.mvp_mmmm {
		width: 100%;
	}

	.row.mvp_rowheng .mvphead-5 {
		width: 100% !important;
		padding-right: 0px;
		margin-bottom: 10px;
	}

	.pdp_qty a {
		width: 50px;
	}
}

@media  (max-width: 992px) {
.mvp_main ul.navbar-nav.nav {
    float: none !important;
    display: flex;
    justify-content: center;
}

.mvp_main .contact-info {
	width: 100%;
}

.mvp_main .informationmenu {
	width: 100%;
}

.mvp_main ul.navbar-nav.nav {
    float: none !important;
    display: flex;
    justify-content: center;
}

.mvp_main .topheader-section .contact-info .navbar-nav > li.call-section {
    margin-left: 7px;
}

.row.mvp_rowheng .mvphead-5 {
    width: 100% !important;
    padding-right: 0px;
}
}

@media (max-width: 767px){

	.mvp_bootmen .panel-heading {
		background-color: #0080C4 !IMPORTANT;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.mvp_bootmen .panel.panel-default {
		border-top: 0 !important;
		border-radius: 10px;
	}
	.mvp_bootmen .panel-heading h4.panel-title {
		color: #fff !IMPORTANT;
		padding: 0 15px;
	}
	.mvp_bootmen .panel-heading h4.panel-title a {
		color: #fff;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mvp_bootmen .panel-collapse .panel-body {
		border-top: 0 !important;
	}

.navbar-default .navbar-nav > li > a {
	color: #fff !important;
}	
}

.geo-map{
	margin-bottom: 30px !important;
}
.lead {
	font-size: 16px !important;
}
.geo-map address p {
	font-size: 16px;
}
.geo-map {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
.map-img {
	margin-bottom: 20px;
}
.geo-map {
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 13px;
}
}
