#body-wrapper {
   
}
ul {
	list-style:none;
}

.row1{
    padding-top: 10px;
    padding-bottom: 10px;
}

.background {
background:#fff;
}
.body-wrapper-input {
    padding: 10px 16px;
    border-radius: 2px 0 0 2px;
    border: 1px solid #ccc;
    outline: 0 none;
    font-size: 15px;
    color:#000;
}
select.form-control {
	height: 3.5rem !important;
	border: 1px solid #aaa;
	border-radius: 0px;
	margin-bottom:5px;
}
.contact_us_product_expert .col-4 {
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 98%;
	}
	
}



	select.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required.border.border-light {
		border: 1px solid #a7001a;
	}



	.body-wrapper-button {
		background-color: #333;
		border: 1px solid #333;
		border-radius: 0 2px 2px 0;
		color: #fff;
		padding: 10px 0;
		height: 43px;
		cursor: pointer;
	}
.body-wrapper-button svg{
    color:#fff;
}



.btn-danger {
	background-color: #a7001a;
}
.cart-button {
	background-color: #333;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);*/
	padding: 10px;
	text-align: center;
	height: 41px;
	border-radius: 3px;
	font-weight: 500;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
#js-show-cart {
	display: flex;
}
.cart-svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 3px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 3px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 0px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #fff;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color:#000;
    text-decoration: none;
}

.links:hover {
    color: #888888;
    text-decoration:none;
}

.profile-links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li{
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav{
    display: block;
    font-size:30px;
    color:#000;
}
.smallnav img{
    width:160px;
}
ul.smallnav{
    display: inline;
    margin:0px;
    padding:0px;
}
 ul.smallnav li{
    display: inline;
    font-size:18px;
}

.smallsearch{
    margin-left: 0px;
    margin-top: 15px;
}

.menu{
    cursor: pointer;
}

.signin_cart {
    position: absolute ;
    top: -46px;
    width:137px;
    right:0px;
}
header{
    background-color: #f4f4f4;
}
.categories ul.topmenu {
	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*overflow-x: auto;
    overflow-y: hidden;
	white-space: nowrap;*/
	position: relative;
	/*z-index: 99;*/
}
	.categories ul.topmenu > li {
		float: left;
		padding: 16px 0px;
		/*white-space: nowrap;*/
		border-right: 1px #eee solid;
		text-align:center;
	}

ul#myTopmenu:hover span.text-dark {
	color: #666666ad !important;
	cursor: pointer;
}

ul#myTopmenu:hover li:hover span.text-dark {
	color: #343a40 !important
}
li.CatDiv.open span.text-dark, ul#myTopmenu:hover li.CatDiv.open span.text-dark {
	color: #0071bc !important;
	
}
.text-light-gray {
	color: #555454; /*#ccc;*/
}
.search {
	color: #000 !important;
}
.products
{
    margin-top:10px;
    background-color: #f4f4f4;
    padding:10px 0px;
}
.product_box
{
    margin:10px 0px;

}
.product-search .item 
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px #ddd solid;
}
.product-search .alert-default
{
    border-radius:0px;
    background:gray;
    color:#fff;
    text-align:center;

width: 100%;
}
.flow-root
{
    display:flow-root;
}
.product-search p
{
    color:#7ed6a5;
    margin-bottom: 0px;
}
.product-search h4
{
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.product-search i
{
    color:#888888;
}
.rating .star-content {
    overflow: hidden;
}
.rating .star-content {
    text-transform: uppercase;
}
.rating .star-content {
    color: 
    #a9a9a9;
}
.rating .star-content {
    font-size: 1.1rem;
}
.rating .star-content {
    vertical-align: top;
}
.star {
    overflow: hidden;
    margin-top: -.75pt;
    margin-right: .0625pc;
    margin-bottom: .0625pc;
    margin-left: .0625pc;
    height: .208333333in;
    width: .114583333in;
    float: left;
    position: relative;
}
.star::after, #block_price_filter span.jslider.jslider_plastic .jslider-bg i.f {
    left: 0;
}
.star::after {
    top: 0;
    position: absolute;
    content: url("../images/star1.png");

}
.star::after, .back-to-top a {
    display: inline-block;
}  
.no-star::after {
    content: url("../images/star.png") !important;
}
footer
{
    height:100px;
    border:1px #f4f4f4 solid;
}
.largenav
{
    padding-left:0px;
}
@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav{
        display: none;
    }
    .smallsearch{
        margin: 0px;
    }
    .signin_cart {
        position: relative;
        top: -0px;
    }

}
@media screen and (max-width: 768px) {
	.sticky {
		position: -webkit-sticky;
		/*position: sticky;
		top: 0;*/
	}
}
	/*Sidenav*/
	/*.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		background-color: #555;
		overflow-x: hidden;
		transition: 0.5s;
		box-shadow: 0 4px 8px -3px #555454;
		padding-top: 0px;
	}

		.sidenav a {
			padding: 8px 8px 8px 32px;
			text-decoration: none;
			font-size: 25px;
			color: #818181;
			display: block;
			transition: 0.3s
		}

		.sidenav .closebtn {
			position: absolute;
			top: -10px;
			right: 5px;
			font-size: 36px;
			margin-left: 50px;
			color: #fff;
		}

	@media screen and (max-height: 450px) {
		.sidenav a {
			font-size: 18px;
		}
	}

	.sidenav-heading-box {
		background-color: #a7001a;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 270px;
	}

	.sidenav-heading {
		font-size: 18px;
		color: #fff;
	}*/

	.cat-loading {
		display: none;
		position: absolute;
		right: -24px;
		top: 1px;
		height: 15px
	}

	.top-parent-category {
		padding-top: 15px;
		margin: 0;
		position: relative;
	}

		.top-parent-category > li {
			background-position: 50% 0;
			background-repeat: no-repeat;
			box-sizing: border-box;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 100%;
			letter-spacing: normal;
			margin: 0; /* position:relative; */
			text-align: left;
			vertical-align: top;
			padding-left: 20px;
			padding-right: 20px;
		}

			.top-parent-category > li > a {
				font-size: 14px;
				font-weight: 500;
				line-height: 1;
				padding: 20px 0;
				position: relative;
			}

	.top-child-category > li {
		width: 100%;
		margin: -1px 0 0;
		box-sizing: border-box;
		display: inline-block;
		float: left;
		list-style: none;
		width: 20%;
		overflow: visible;
	}
.top-child-category a img{
	display:block;
	margin:0 auto;
}
#CategoryListingV3 .wrap {
	padding: 0 25px 15px
}

	.top-child-category > li .submenu-info a {
		position: relative;
		overflow: hidden;
		padding: 0;
		background: url(/images/top-menu-border.svg) 0 bottom repeat-x;
		height: 100%;
		display: block;
		white-space: nowrap;
		padding: 10px 10px 30px 0;
	}

		.top-child-category > li .submenu-info a img {
			width: 18%;
			float: left
		}

	.top-cat-info {
		float: left;
		width: 80%;
		padding-left: 16px
	}

	.top-child-category {
		padding: 0;
		margin: 0;
		overflow: visible;
	}

		.top-child-category .kewywords {
			color: #9a9a9a;
			font-size: 12px;
			font-weight: 400;
			left: 0;
			line-height: 13px;
			overflow: hidden;
			padding: 0;
			right: 0;
			text-overflow: ellipsis;
			top: 192px;
			white-space: nowrap
		}

	#subCatDiv {
		background: #fff;
		position: relative;
		/* display:none; */
		position: absolute;
		overflow: visible;
		max-width: 1735px;
		z-index: 99;
		top: 55px;
		left: 0px;
		border-bottom: 15px solid #333;
		box-shadow: 2px 17px 20px 0px #666;
		/* background-color: white; */
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.2s linear;
	}


	.sub-cat-close {
		font-size: 22px;
		cursor: pointer;
		opacity: .8;
		position: absolute;
		right: 20px;
		top: 10px;
		width: 21px;
		z-index: 20
	}

.CatDiv .wrap {
	padding: 20px 25px !important
}

	.cat-title {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #f4f4f4;
		font-weight: 700;
		color: #333;
		font-size: 30px;
		text-transform: uppercase;
		cursor:pointer;
	}

		.cat-title span {
			padding-left: 8px;
			color: #9f9f9f;
			font-weight: 400
		}

.CatDiv.open > .SubCatDiv {
	opacity: 1 !important;
	visibility: visible !important;
}

/*.CatDiv:hover > .SubCatDiv {
	opacity: 1 !important;
	visibility: visible !important;
}*/
.SubCatDiv .closemenu {
	position: absolute;
	right: 24px;
	top: 21px;
	color: #222;
	font-size: 13px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #f8f9fa;
	background: #ddd;
	z-index: 9;
}
	.submenu-info {
		position: relative;
		overflow: visible;
		padding-right: 12px;
	}

		.submenu-info:hover > #subCatDiv {
			display: block !important;
		}

		.submenu-info #subCatDiv {
			left: 100%;
			z-index: 99999999999;
			overflow: visible;
			top: 0px;
			border: 1px solid #ccc !important;
		}

.ng-not-empty {
	border: 1px solid #ddd !important;
}

	.MMYResultsPage #Category-SmartFitPartFinder {
		margin-top: 0
	}

	.MMYResultsPage .search-bg {
		/*background: #f4f4f4;*/
		/*padding-top: 30px*/
	}

	.MMYResultsPage .search-links li {
		float: left;
		height: auto;
		width: 163px;
		cursor: pointer
	}

	.MMYResultsPage .search-links {
		margin: 20px 0 0;
		overflow: hidden;
		padding: 10px 0 0px;
	}

	.MMYResultsPage .search-img {
		background: #fff;
		margin: auto;
		width: 80%
	}

		.MMYResultsPage .search-img > img {
			display: block;
			padding: 5px;
			width: 100%;
		}

	.MMYResultsPage .search-links li:nth-child(1) .search-img > img {
		left: 53px
	}

	.MMYResultsPage .search-links li:nth-child(2) .search-img > img {
		left: 51px
	}

	.MMYResultsPage .search-links li:nth-child(3) .search-img > img {
		left: 39px
	}

	.MMYResultsPage .search-links li:nth-child(4) .search-img > img {
		left: 33px
	}

	.MMYResultsPage .search-links li:nth-child(5) .search-img > img {
		left: 38px
	}

	.MMYResultsPage .search-links li:nth-child(6) .search-img > img {
		left: 45px
	}

	.MMYResultsPage .search-links li:nth-child(7) .search-img > img {
		left: 40px
	}

	.MMYResultsPage .search-links li:nth-child(7) {
		margin-right: 0
	}

	.MMYResultsPage .search-name {
		color: #6e6e6e;
		/*font-family: "Agency FB";*/
		font-size: 13px;
		text-transform: uppercase
	}

	.mmycategory-list {
		margin: 0px !important;
	}

		.mmycategory-list h2 {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: #585858;
			/*  font-family: "Agency FB";  */
			/*margin: 1px 0 20px 30px; */
			/* padding: 30px 70px 0; */
			/*  text-transform: uppercase;  */
		}

	.mmycategory-listing.home-exterior .imagewrap img {
		/*margin-bottom: 8px;*/
		width: 90%;
	}

	.mmycategory-listing.home-exterior .namewrap ul li {
		padding: 5px 10px;
		width: 100%;
	}

	.mmycategory-listing.home-exterior .imagewrap ul li {
		float: left;
		height: 205px;
		padding: 0 0 25px;
		text-align: center;
		width: 17%;
	}

	.mmycategory-listing.home-exterior .view-more {
		margin-top: 15px;
	}

		.mmycategory-listing.home-exterior .view-more a {
			background: #c7c7c7 none repeat scroll 0 0;
			border-radius: 5px;
			color: #fff !important;
			font-size: 18px;
			font-weight: bold;
			padding: 14px 25px;
			text-transform: uppercase;
		}

	span.mmycategory-total, span.mmycategory-mmy {
		padding: 0 0px 0 15px;
		border-left: 2px solid #1885ca;
		display: inline-block;
		color: #1885ca;
		margin: 0 0px 0 15px;
		font-size: 15px;
		font-weight: normal;
	}

	.mmycategory-list h2 a, .mmycategory-list h2 a:visited {
		color: white;
		display: block
	}

	.mmycategory-list ul {
		padding: 0 0 1em 4px;
		background: #fff;
		overflow: hidden;
		margin: 0 0 2em
	}

	.mmycategory-list li {
		float: left;
		margin: 0 12px
	}

	.mmycategory-list img {
		display: block;
		margin: 15px auto;
		width: 100%;
	}

	.mmycategory-list h3 {
		padding: .5em 0;
		text-align: center;
		color: #333;
		display: block;
		font-size: 14px;
		font-weight: 400;
	}

	.mmycategory-list a:hover h3 {
		color: #f7931e
	}

	.home-exterior {
		margin-top: 35px;
		overflow: hidden;
		width: 100%
	}

	.home-hr {
		color: #999;
		margin: 30px 0
	}

	.home-exterior .home-exterior-title {
		margin: 0 0 25px;
		padding: 0;
		width: 100%
	}

	.home-exterior ul {
		margin: 0;
		padding: 0;
		width: 100%
	}

	.home-exterior .imagewrap {
		padding-left: 0
	}

		.home-exterior .imagewrap ul li {
			float: left;
			padding: 0 0 25px;
			text-align: center;
			width: 20%
		}

		.home-exterior .imagewrap img {
			margin-bottom: 8px;
			padding: 10px;
			width: 80%
		}

	.home-exterior .namewrap ul {
		background: #f2f2f2;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
		padding: 20px
	}

	.seach-item {
		padding-bottom: 20px;
	}

	.home-exterior .namewrap {
		padding-right: 0
	}

		.home-exterior .namewrap ul li {
			padding: 5px 10px
		}

			.home-exterior .namewrap ul li a {
				color: #0a6fb3
			}

	.imagewrap .popularcategories-thumb a span {
		display: block
	}

	.imagewrap a h3 {
		display: block;
		font-size: 14px;
		font-weight: 400
	}

	.bv-rating-stars-off {
		color: #acacac !important;
	}

	.bv-rating-stars-on {
		color: #cb2027 !important;
		margin-top: -1em !important;
	}

	.bv-rating-stars {
		position: relative !important;
		line-height: 1em !important;
		height: 1em !important;
		font-size: 30px !important;
		cursor: pointer !important;
		display: block !important;
		overflow: hidden !important;
		vertical-align: middle !important;
		-webkit-font-smoothing: antialiased !important;
		font-family: bvcustom,times new roman !important;
		text-decoration: none !important;
		word-wrap: normal !important;
	}

	.bv-rating-stars-container:after {
		content: "" !important;
		display: table !important;
	}

	.bv-rating-stars-container {
		zoom: 1 !important;
		display: inline-block !important;
		vertical-align: middle !important;
		-webkit-font-smoothing: antialiased !important;
		overflow: hidden !important;
		font-family: bvcustom,times new roman !important;
		text-decoration: none !important;
		word-wrap: normal !important;
	}

	.bv-rating-ratio-number {
		position: relative !important;
	}

	.bv-cleanslate .bv-core-container-239 .bv-stars-container dd {
		display: inline-block !important;
		vertical-align: middle !important;
		padding-right: 5px !important;
	}




	.ng-hide {
		display: none;
	}

	.category-result {
		clear: both;
		overflow: hidden;
		padding: 5px 0px;
	}

	.rec-title {
		background: #efefef;
		display: block !important;
		padding: 5px 15px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.category-result img {
	}

	.category-result .ItemName {
		color: #c4c4c4;
		font-size: 13px;
		line-height: 40px;
	}

	.cattitle {
		font-size: 13px;
		margin: 10px 0;
	}

	.category-result .col-md-3 {
		padding-right: 0px;
	}

	.category-result ul {
		margin: 0;
		padding: 0;
	}

	.category-result li {
		width: 177px;
		float: left;
		padding-right: 5px;
	}

	.category-result .col-md-9 {
		padding-right: 0px;
	}

	.prodtitle, .varititle {
		background: #efefef;
		display: block !important;
		padding: 5px 15px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.variant-result, .product-result, .category-result {
		min-height: 80px;
	}

		.product-result ul, .variant-result ul {
			padding: 0px;
			margin: 0px;
		}

		.product-result li, .variant-result li {
			margin: 5px 10px;
			border-bottom: 1px solid #c9c9c9;
			padding: 5px;
		}

			.product-result li a, .variant-result li a {
				color: #808080;
				font-size: 13px;
			}

		.product-result .pull-right.text-right.ng-binding, .variant-result .pull-right.text-right.ng-binding {
			color: #b8b8b8;
			font-size: 13px;
		}
.Mobilesubmenu-info a img {
	display: block;
	margin: 0 auto;
}
.flyaway {
	position: absolute;
	top: -1000px;
}

/*Loading*/
.mmycontainter {
	position:relative;
}
.cssloadingbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	vertical-align: middle;
	left: 0;
	background: #dee2e678;
	border-radius: 5px;
}
.cssloading {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	top: 33%;
}

	.cssloading div {
		display: inline-block;
		position: absolute;
		left: 8px;
		width: 16px;
		background: #fff;
		animation: cssloading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	}

		.cssloading div:nth-child(1) {
			left: 8px;
			animation-delay: -0.24s;
		}

		.cssloading div:nth-child(2) {
			left: 32px;
			animation-delay: -0.12s;
		}

		.cssloading div:nth-child(3) {
			left: 56px;
			animation-delay: 0;
		}
.minicart-item-image-wrap {
	margin-right:10px;
}
.balloon {
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 5;
}
.balloon_flag {
	background: #0071bc;
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	width: 110px;
	z-index: 999;
	text-align: center;
	font-size: .75rem;
}
.product-gc .saleprice {
	font-weight: 700;
	font-size: 1rem;
	color: #b00;
}
.product-gc .normalprice {
	color: #aaa;
	/* display: none; */
	text-decoration: line-through;
	padding-left: 5px;
	color: #626262;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 12px;
}
.checkout-page .btn-default {
	background: #e5e5e5;
}
@keyframes cssloading {
	0% {
		top: 8px;
		height: 64px;
	}

	50%, 100% {
		top: 24px;
		height: 32px;
	}
}
/*Popup search*/
.fly-away {
	position: absolute;
	top: -1000px;
}
.search-cover {
	cursor: pointer;
	left: auto;
	line-height: 40px;
	padding: 0 75px 0 20px;
	position: absolute;
	right: auto;
	width: 100%;
	height: 45px;
}

/*Left Mini cart*/
.cartwrap .cartoverlay, search .cartoverlay {
	transition-duration: 1s;
	transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 52;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	background: #ddd;
}

.cartwrap.cartopen .cartoverlay, search .cartoverlay {
	opacity: 0.97;
}
.cartwrap.cartclose .cartoverlay {
	opacity: 0;
	display: none;	
}
.leftcart {
	transition-duration: .3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}
.cartwrap.cartclose .leftcart {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 53;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: calc(64vw + 10px);
	height: -webkit-fill-available;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 16vh;
	pointer-events: none;
	background: rgb(255, 255, 255);
	transform: translate3d(1330px, 0, 0);
	-webkit-transform: translate3d(500px, 0, 0);
	-moz-transform: translate3d(500px, 0, 0);
	-o-transform: translate3d(500px, 0, 0);
	-ms-transform: translate3d(500px, 0, 0);
	opacity: 1;
}

.cartwrap.cartopen .leftcart {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 53;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	/*width: calc(84vw + 10px);*/
	height: -webkit-fill-available;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 16vh;
	pointer-events: all;
	background: rgb(255, 255, 255);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}
.emptycart {
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3px;
	font-family: ProximaNova-Semibold, "Helvetica Neue", Verdana, Arial, sans-serif;
}
.minicart-body {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 18px 0px 0px;
}
.minicart-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.03) 4px -10px 12px;
	pointer-events: all;
	padding: 20px 0px 20px;
	opacity: 1;
	bottom: 0px;
	border-top:4px solid #ddd;
	text-transform:uppercase;
}


#cart_total_button,
#topheader {
	transition: all .5s ease 0s;
	top: -160px;
}


	#cart_total_button.sticky,
	#topheader.sticky {
		width: 100%;
		width: -moz-available;
		width: -webkit-fill-available;
		position: sticky;
		top: 0;
		z-index: 3;
	}

/*#cart_total_button {
	top: 80px !important;
}
*/

		#topheader.sticky .row.row2 {
			padding-top:8px
		}
		#topheader.sticky #menuCTA1 {
			font-size: 25px !important;
		}


	#topheader.sticky .partsengineLogo {
		max-width: 60%;
	}
@media all and (min-width: 1025px) {
	#topheader.sticky .partsengineLogo {
		max-width: 90% !important;
	}
}

	#topheader.sticky #searchboxupm {
		height: 38px;
	}

	#topheader.sticky #searchgoupm {
		padding: 0 !important;
		height: 38px;
	}

	#topheader.sticky .cart-button {
		height: 38px;
		padding: 7px;
	}
	/*
button#minicart-close-button {
	position: absolute;
	top: 4px;
	right: 5px;
	padding: 0 10px;
}
*/

	@media screen and (min-width: 992px) {
		.btAlkC {
			padding: 20px 10px 0px;
		}
	}

	@media (max-width: 767px) {
		header #searchboxupm {
			display: none;
		}


		header .cart-button {
			padding: 10px 3px;
		}

		header #searchgoupm {
			width: 100% !important;
			max-width: 100%;
			display: block;
			margin: 0;
			padding: 0;
			border-radius: 4px;
			flex: none;
		}

		#topheader.sticky .cart-button {
			padding: 10px 3px;
		}

		.item-number {
			background-color: #0071bc;
			padding: 4px 7px;
			position: absolute;
			color: #fff;
			top: -5px;
			border-radius: 10px;
			right: 19px;
			margin-left: 0px;
		}

		header #searchgoupm.body-wrapper-button {
			background-color: transparent;
			border: none;
			border-radius: 0 2px 2px 0;
			color: #333;
		}

		.cart-button svg path {
			fill: #333 !important;
		}

		.cart-button {
			background-color: transparent;
		}

		.cart-svg {
			display: inline-block;
			width: 20px;
			height: 20px;
			vertical-align: middle;
			margin-right: 8px;
			margin-top: 0;
		}

		#searchgoupm i {
			font-size: 22px;
		}
	}

	@media (min-width: 768px) {
		.cartwrap.cartclose .leftcart {
			width: 460px;
			padding-bottom: 0px;
		}

		.cartwrap.cartopen .leftcart {
			width: 460px;
			padding-bottom: 0px;
		}

		.minicart-body {
			padding: 40px 10px 0px;
		}
	}

	@media (max-width: 376px) {


		#js-show-cart {
			display: flex;
			text-align: center;
		}

		.cart-svg {
			display: block;
			margin: 3px auto;
		}
	}

	.var-des-title {
		color: #0071bc;
	}

	.instock-hint {
		padding: 5px 0px;
		color: green;
		font-weight: normal;
		text-transform: capitalize;
	}

	.outstock-hint {
		padding: 5px 0px;
		color: #0071bc;
		font-weight: normal;
		text-transform: capitalize;
	}

	.added-to-cart {
		opacity: .8;
		position: fixed;
		bottom: 10px;
		right: 20px;
		z-index: 999999999;
	}

	.cart-svg {
		margin-right: 0px;
		margin-top: -3px;
	}

	.hunplus .cart-svg {
		margin-right: 0;
		margin-top: 2px;
		float: left;
		width: 12px;
	}

	.hunplus .item-number {
		float: right;
	}

	@media (min-width: 1650px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl {
			max-width: 1600px !important;
		}

		#subCatDiv {
			max-width: 1595px !important;
		}
	}

	@media (max-width: 1400px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl {
			max-width: 1340px !important;
		}

		#subCatDiv {
			max-width: 1335px !important;
		}
	}
	/* PAYBRIGHT STLYING OVERRIDE */
	.paybright-widget-container a {
		text-decoration: underline !important;
		font-size: 0.8rem;
		color: #0071bc !important;
		opacity: 1.0 !important;
	}