@charset "utf-8";
/* CSS Document */
.head .container {
	max-width: 1170px;
}
.container {
	max-width: inherit;
}
/*Beta Parts Banner*/
.betaBanner {
	width: 100%;
	height: 28px;
	background-color: #f88146;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding-top:7px;
	font-size: 14px;
}
span.hide {
	display:none;
}
/* new parts site header */
.newParts {
	text-align: left;
	background-image: url("/parts/images/home_head_bg.jpg");
	background-position-x: right;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-size: 35%;
	display: inline-block;
	}
/* banner/slider */
.banner {
	width:100%;
	text-align: center;
	position: relative;
	background-color: #e1e2e3;
	padding:20px;
	box-sizing: border-box;
}
.banner-img {
	width:100%;
	max-width: 1570px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
.banner-container {
	width:100%;
	text-align: center;
	overflow: hidden;
}
.banner-container .text-block {
	display: none;
	box-sizing: border-box;
}
.banner-container .text-block.active {
	display: block;
}
ul.banner-menu {
	padding: 0 2%;
    list-style: none;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
ul.banner-menu li {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	vertical-align: top;
	background-color: white;
	color: #4a4a4a;
	box-sizing: border-box;
	text-transform: uppercase;
	margin:0 auto 3px auto;
	font-weight: bold;
}
ul.banner-menu li.active {
	background-color: #d46027;
	color:white;
	font-weight: bold;
	border:none;
}
ul.banner-menu li a {
	color:#4a4a4a;
}
ul.banner-menu li.active a,
ul.banner-menu li:hover a  {
	color:white;
}
ul.banner-menu li .arrow {
	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-bottom: 10px solid #aaa8a3;
	display: none;
	top:-10px;
	left: calc(50% - 10px);
	position: absolute;
}
.text-block .content {
	position: relative;
}
/* Slide 1 */
h1 {
	font-size: 30px;
	line-height: 30px;
	margin:20px 0;
	padding:0 0 20px 0;
	border-bottom: solid 1px #d2d2d2;
	color:#4a4a4a;
}
.slide-1.text-block .secondary-text {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 32px;
}
ul.three-ways {
	list-style: none;
	margin:0;
	padding:0;
}
.three-ways li {
	display: inline-block;
	width:30%;
}
.three-ways li img {
	display: block;
	margin:0 auto;
}
.three-ways li:nth-of-type(1) img {
	width:100%;
	max-width: 106px;
}
.three-ways li:nth-of-type(2) {
	margin: 0 0 0 3%;
}
.three-ways li:nth-of-type(2) img {
	width:100%;
	max-width: 133px;
	margin:0 auto 35px auto;
}
.three-ways li:nth-of-type(3) img {
	width:100%;
	max-width: 53px;
}
.three-ways li span {
	font-weight: bold;
	text-transform: uppercase;
}
/* End slide 1 */
/* Slide 2 */
.slide-2.text-block img:nth-of-type(1), .slide-2.text-block img:nth-of-type(3){
	width:45%;
}
.slide-2.text-block img:nth-of-type(1) {
	max-width: 191px;
	margin:275px 20px 20px 0;
}
.slide-2.text-block img:nth-of-type(2){
	position: absolute;
	top:235px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slide-2.text-block img:nth-of-type(3) {
	max-width: 192px;
	margin:275px 0 20px 0;
}
.slide-2.text-block .btn {
	display: block;
	clear: both;
	max-width: 140px;
	margin:0 auto;
	font-size:18px;
}
/* End slide 2 */
/* Slide 3 */
.slide-3.text-block img:first-child {
	width:100%;
	max-width: 427px;
	margin:20px 0 0 0;
}
.slide-3.text-block img:nth-of-type(2){
	margin:20px 0;
}
.slide-3.text-block .btn {
	font-size:18px;
	margin:20px 0 0 0;
}
/* End slide 3 */
/* Slide 4 */
.slide-4.text-block img:nth-of-type(1) {
	width:45%;
	max-width: 156px;
	margin: 0 20px 0 0;
}
.slide-4.text-block img:nth-of-type(2) {
	width:45%;
	max-width: 155px;
}
.slide-4.text-block .primary-text {
	font-weight: bold;
}
.slide-4.text-block .primary-text, .slide-4.text-block .secondary-text {
	font-size:27px;
	line-height: 32px;
}
.slide-4.text-block .secondary-text {
	font-weight: lighter;
}
/* End slide 4 */
/* End banner/slider */
.content-container {
	text-align: center;
	padding:0 10px;
}
.banner-container,
.content-container,
.request-a-part {
	max-width: 1210px;
}
.request-a-part input[type="email"],
.request-a-part input[type="number"],
.request-a-part input[type="search"],
.request-a-part input[type="text"],
.request-a-part input[type="tel"],
.request-a-part input[type="url"],
.request-a-part input[type="password"],
.request-a-part textarea {
	line-height: unset;
	height: unset;
	border-radius: unset;
}
.content-container strong {
	font-size: 18px;
	text-transform: uppercase;
}
strong.have-questions {
	display: block;
}
.troubleshooting, .need-a-battery {
	padding:10px;
	box-sizing: border-box;
	border: solid 1px #e1e2e3;
}
.troubleshooting strong {
	display: block;
	border-bottom: solid 1px #e1e2e3;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	line-height: 18px;
}
.troubleshooting-guides {
	list-style: none;
	margin: 0;
	padding: 0;
}
.troubleshooting-guides img {
	display: block;
	margin:0 auto 5px auto;
}
.troubleshooting-guides li {
	display: inline-block;
}
.troubleshooting-guides li:nth-of-type(2){
	margin:0 20px;
}
.need-a-battery {
	margin:20px 0 0 0;
}
.need-a-battery .positioner, .need-a-battery img:first-child {
	display: inline-block;
}
.need-a-battery .positioner {
	vertical-align: top;
	margin:8px 10px 0 0;
}
.battery-two, .battery-three {
	display: none;
}
.content-container.bottom {
	margin:0;
}
.headline {
	padding:20px;
	box-sizing: border-box;
	font-size:24px;
	background-color: #e1e2e3;
	text-align: center;
	margin:20px 0;
}
.owl-carousel {
	margin:40px 0;
}
.owl-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    height: 62px;
    overflow: hidden;
    display: none;
    pointer-events: none;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: 0;
    pointer-events: auto;
}
.owl-carousel .owl-controls .owl-prev {
    left: 5px;
}
.owl-carousel .owl-controls .owl-next {
    right: 5px;
}
.owl-carousel .owl-controls .owl-next img {
    margin-top: -53px;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    display: inline-block;
}
.owl-item a {
	display: block;
	width:145px;
	margin: 0 auto;
	text-align: center;
	color:#4a4a4a;
	text-decoration: none;
	font-size: 12px;
}
.popular .owl-item a strong {
	margin:0 0 5px 0;
}
.categories .owl-item a strong {
	margin:10px 0 0 0;
}
.owl-item a strong {
	font-size: 14px;
	line-height: 14px;
	display: block;
	border-top:solid 1px #e1e2e3;
	padding:10px 0 0 0;
}
.owl-item img {
    width: 145px;
}
.categories .owl-item img {
    max-width: 143px;
    height: 143px;
}
.owl-prev:before, .owl-next:before {
	content:'';
	display:inline-block;
	height:60px;
	width:60px;
	background-repeat: no-repeat;
    background-image: url('./../../images/icon/arrow-down-orange.svg');
	background-size: 60px;
    cursor: pointer;
}
.owl-prev:before {
	transform: rotate(90deg)
}
.owl-next:before {
	transform: rotate(-90deg)
}
.owl-carousel:last-of-type {
    padding-bottom: 40px;
    margin-bottom: 0;
}
/* Form area */
.request-a-part {
	background-color: #e1e2e3;
	overflow: auto;
}
.request-a-part input:not(#addservice, [type=checkbox]),
.request-a-part textarea,
.request-a-part select {
    width: 100%;
    padding: 10px;
    border: solid 1px #aaa8a3;
	border-radius: 0;
    outline: none;
	font-family: 'Montserrat', sans-serif;
}
.request-a-part input:not(#addservice),
.request-a-part textarea {
    box-sizing: border-box;
}
.request-a-part select {
	width:calc(100% - 22px);
}
.form-headline {
	font-size:30px;
	line-height: 34px;
	display: block;
	border-bottom: solid 1px #c8c8c8;
	padding:0 0 15px 0;
	margin:20px 0;
}
.steps {
	margin:0 0 20px 0;
	padding:0;
	list-style: none;
}
.steps li:nth-of-type(2){
	margin:20px 0;
}
.steps li span {
	color:#101010;
	font-weight:bold;
	font-size:16px;
}
.memo {
	font-size:12px;
	line-height: 14px;
	font-weight: lighter;
	font-style: italic;
	display: block;
}
.memo:before {
	content:"*";
	color: #d46027;
	display: inline-block;
	margin:0 5px 0 0;
}
.part-form {
	background-color:white;
	padding:10px 10px 19px 10px;
	margin:20px 0;
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.part-form .tab {
	padding:20px;
	box-sizing: border-box;
	width:50%;
	background-color: #e1e2e3;
	font-size:18px;
	line-height: 18px;
	min-height: 95px;
	display: flex;
	-ms-flex: 1;
	align-items: center;
}
.part-form .tab span {
	display: block;
}
.part-form .tab:nth-of-type(1) {
	float:left;
	width:100%;
	align-items: baseline;
	min-height: 65px;
}
.part-form .spin-purchase-label{
	padding-left: 20px;
	padding-right: 10px;
    font-size: 18px;
    color: rgb(133 129 120);
    text-align: left;
    line-height: 24px;
}
.flex-fix.required {
	align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.flex-fix.required select{
	width: 20%;
	min-width: 60px;
}
.part-form .tab:nth-of-type(2) {
	float:right;
}
.part-form .tab.active {
	color:white;
	background-color: #d46027;
	position: relative;
}
.part-form .tab.active:before {
	content: '';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d46027;
	display: inline-block;
	position: absolute;
	top:100%;
	left:20%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
.i-know {
	margin:30px 0 0 0;
	clear: both;
	text-align: left;
}
.i-know ol {
	margin:0;
	padding:0;
	counter-reset: list-counter;
	list-style: none;
}
.i-know ol li:first-child {
	margin:0;
}
.i-know ol li {
	position: relative;
	padding:0 0 0 41px;
	margin:15px 0 0 0;
}
.i-know ol li:before {
	content: counter(list-counter);
	counter-increment: list-counter;
	padding:6px 13px;
	background-color: #e1e2e3;
	color: white;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left:0;
	top:0;
	box-sizing: border-box;
	height: 37px;
}
.required {
	position: relative;
}
.request-a-part .required input:not(#addservice) {
	padding-left:20px;
}
select {
	border:solid 1px #e1e2e3;
}
.brand-select {
	margin: 10px 0 0 0;
	display: block;
}
.brand-select:before {
	content: "*";
    color: #d46027;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
}
.required:before {
	content: "*";
    color: #d46027;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 11px;
}
#manipulateLink{
	display: flex;
}
#addLink,#removeLink {
	margin: 20px 0 0 0;
	padding:0 0 0 50px;
	position: relative;
}
.hide{
	display: none;
}
#addLink:before {
	content: "+";
	padding:6px 13px;
	background-color: #d46027;
	color: white;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left:0;
	top:-9px;
	box-sizing: border-box;
}
#removeLink:before {
	content: "-";
	padding:6px 13px;
	background-color: #d46027;
	color: white;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	left:0;
	top:-9px;
	margin-left: 10px;
	box-sizing: border-box;
}
.i-need {
	display: none;
	text-align: left;
	margin:30px 0 0 0;
}

.part-number,.description {
	margin:10px 0 0 0;
}
.i-need p {
	line-height: normal;
}
.fields {
	margin:15px 0 10px 0;
}
.fields .required input {
	margin:0;
}
.fields input, .fields textarea {
	margin:15px 0 0 0;
}
.fields textarea {
	margin:15px 0 0 0;
}
.i-need .memo {
	font-size:14px;
}
.left-column ul.errors {
	margin:0;
	padding:0;
	color: var(--error-color);
	background-color: var(--error-bg-color);
	font-weight: bold;
	padding:20px 20px 20px 40px;
}
.left-column ul.errors li {
	margin-bottom: 5px;
}
.left-column .input-checkbox label {
	font-size: 12px;
	padding-left:16px;
}
.left-column .input-checkbox{
	margin:20px 0 0 0;
	position: relative;
}
.left-column .input-checkbox.return-pol:before {
	content: "*";
	display: inline-block;
	color: #d46027;
	position: absolute;
	left:29px;
	top:3px;
}
.contact-info {
	margin:20px 0;
	overflow: hidden;
}
.contact-info strong {
	display: block;
	border-bottom: solid 1px #c8c8c8;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	line-height: 18px;
}
#partsFormSubmit {
	float: right;
    height: unset;
    line-height: unset;
}
.errors-pop {
	display: none;
}
div.content-container .errors-pop {
    margin: 15px 0 0 0;
    padding: 5px;
    background: var(--error-bg-color);
    color: var(--error-color);
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    width: 200px;
    box-shadow: 0 3px 4px #D6D6D6;
    display: none;
    font-weight: normal;
    border: 2px solid var(--error-border-color);
    text-align: left;
    clear: both;
}
div.content-container .errors-pop:before, .errors-pop:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--error-border-color);
}
@media screen and (min-width:750px){
	/* Slide 1 */
	.three-ways li:nth-of-type(3) img {
		margin: 0 auto 25px auto;
	}
	/* End slide 1
	/* Slide 2 */
	.slide-2.text-block .btn {
		margin:0 auto;
	}
	/* End slide 2 */
	/* Slide 3 */
	.slide-3.text-block img:first-child, .slide-3.text-block img:nth-of-type(2) {
		display: block;
	}
	.slide-3.text-block img:first-child {
		margin:20px auto 0 auto;
	}
	.slide-3.text-block img:nth-of-type(2){
		margin:20px auto;
	}
	.slide-3.text-block .btn {
		display: block;
		max-width: 140px;
		margin:20px auto 0 auto;
	}
	/* End slide 3 */
	.content-container {
		margin-top:0;
	}
}

@media screen and (min-width:1024px){
	/*Beta Parts Site Banner*/
	.betaBanner {
		width: 100%;
		height: 34px;
		background-color: #f88146;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		padding-top:7px;
		font-size:19px;
	}
	span.hide {
	display:contents;
}
	/* Banner/slider */
	.banner-container .text-block {
		position:absolute;
		right:0;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		width:70%;
		padding:0 20px;
		box-sizing: border-box;
	}
	.banner {
		min-height: 350px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		overflow: hidden;
	}
	.banner-img {
		flex-shrink: 0;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		display: inline;
	}
	ul.banner-menu {
		display: inline-block;
		width:31%;
		position: absolute;
		left:0;
		top:48%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner-container {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		left:50%;
		top:0;
		min-height: 344px;
	}
	ul.banner-menu li {
    	font-size: 18px;
		cursor: pointer;
		margin: 0 0 3px 0;
		width:100%;
		padding:15px;
		box-sizing: border-box;
	}
	ul.banner-menu li:hover {
		background-color: #f88146;
		color:white;
		font-weight: bold;
	}
	ul.banner-menu li .arrow {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #d46027;
		right: -20px;
		top: calc(50% - 10px);
		left: auto;
	}
	ul.banner-menu li:hover .arrow {
		border-left-color: #f88146;
	}
	ul.banner-menu li.active .arrow {
		display: inline-block;
	}
	ul.banner-menu li:nth-of-type(odd), ul.banner-menu li:nth-of-type(even){
		float:none;
	}
	.text-block .content {
		width:100%;
		overflow: hidden;
	}
	/* Slide-1 */
	h1 {
		font-size:42px;
	}
	.slide-1.text-block .primary-text {
		line-height: 24px;
		margin-bottom:0px;
	}
	.slide-1.text-block .secondary-text {
		margin:24px 40px 0 0;
		display: inline-block;
		font-size:30px;
		line-height: 36px;
		width:134px;
		vertical-align: top;
	}
	.three-ways {
		display: inline-block;
		width:65%;
	}
	.three-ways li {
		width:31.7%;
	}
	/* End slide-1 */
	/* Slide-2 */
	.slide-2.text-block img:nth-of-type(1) {
		margin:0;
		width:100%;
	}
	.slide-2.text-block img:nth-of-type(2) {
		position: relative;
		top:inherit;
		left:inherit;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;
	}
	.slide-2.text-block img:nth-of-type(3) {
		margin:0;
		width:100%;
	}
	.slide-2.text-block .btn {
		display: inline-block;
		max-width: inherit;
	}
	/* End slide-2 */
	/* Slide-3 */
	.slide-3.text-block img:first-child {
		margin:0 auto 30px auto;
	}
	.slide-3.text-block img:nth-of-type(2), .slide-3.text-block img:nth-of-type(3) {
		display: inline;
	}
	.slide-3.text-block img:nth-of-type(2) {
		margin:0 20px 0 0;
	}
	.slide-3.text-block img:nth-of-type(3) {
		margin:0 0 0 20px;
	}
	/* End slide-3 */
	/* Slide-4 */
	.slide-4.text-block img:nth-of-type(1) {
		margin:0 0 0 20px;
		float:left;
	}
	.slide-4.text-block img:nth-of-type(2) {
		float: right;
		margin:0 20px 0 0;
	}
	.slide-4.text-block .primary-text, .slide-4.text-block .secondary-text {
		font-size:30px;
		line-height: 36px;
	}
	/* End slide-4 */
	.content-container.top {
		overflow: hidden;
		margin: 20px 1% 0 1%;
	}
	strong.have-questions {
		display: inline;
	}
	.troubleshooting {
		width:48%;
		float:right;
	}
	.troubleshooting strong {
		display: inline-block;
		border-right: solid 1px #e1e2e3;
		margin: 15px 3% 7px 0;
		width: 44%;
		border-bottom: none;
	}
	.troubleshooting-guides {
		display: inline-block;
		vertical-align: middle;
		margin:-20px 0 0 0;
	}
	.troubleshooting-guides li:nth-of-type(2) {
		margin:0 10px;
	}
	.need-a-battery {
		width:48%;
		float:left;
		margin:0;
	}
	.need-a-battery .positioner {
		border-right: solid 1px #e1e2e3;
		margin: 15px 3% 0 0;
		width:40%;
	}
	.battery-two, .battery-three {
		display: inline-block;
	}
	.need-a-battery img {
		vertical-align: middle;
	}
	.battery-two {
		margin:0 20px;
	}
	.content-container.bottom {
		margin:50px auto 0 auto;
	}
	.headline {
		text-align: left;
	}
	.request-a-part {
		margin:50px auto 0 auto;
	}
	.request-a-part .content-container {
		text-align: left;
	}
	.steps li {
		display: inline-block;
		width:22%;
	}
	.steps li:nth-of-type(2){
		margin:0 50px;
	}
	.memo, .left-column .input-checkbox label {
		font-size:14px;
	}
	.left-column {
		width:55%;
		float:left;
		margin:0 0 20px 0;
	}
	.part-form .tab {
		text-align: center;
	}
	.contact-info {
		width:40%;
		float:right;
		margin-right: 15px;
		margin-top: 0;
	}
	form.partsRequestForm {
		overflow: hidden;
	}
	/* Part request form */
	.part-form .tab {
		font-size:24px;
		line-height: 24px;
		cursor: pointer;
	}
	/* End form */
}
@media screen and (min-width:1025px){
	.content-container.top {
		margin:20px auto 0 auto;
	}
}
@media screen and (min-width:1280px){
	/* Slide 2 */
	.slide-2.text-block img:nth-of-type(2) {
		margin:0 30px;
	}
	/* End slide 2 */
	/* Slide 4 */
	.slide-4.text-block img:nth-of-type(1) {
		margin:0 0 0 100px;
	}
	.slide-4.text-block img:nth-of-type(2) {
		margin:0 100px 0 0;
	}
	/* End slide 4 */
}
#requestPartBtn {
	display:inline-block;
}
#serial {
	min-width:140px;
}
.flex-fix {
	display:flex;
    align-items: flex-end;
}
.flex-fix > #field-wrapper {
	flex-grow: 1;
}
.flex-fix > div > a {
	height:41px;
}
@media screen and (max-width:360px){
	.flex-fix > div > a {
		font-size: 0.91em;
	}
	.part-form .spin-purchase-label {
		font-size: 14px;
	}
}
@media screen and (max-width:590px){
	.flex-fix > div {
		width:100%;
	}
	.flex-fix > div > a {
		width: calc(100% - 20px);
	}
	.flex-fix {
		flex-direction: column;
	}
}
@media screen and (max-width:630px){
	.flex-fix > div > a {
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (min-width:1024px) and (max-width:1130px){
	.flex-fix > div > a {
		padding-left:13px;
		padding-right:13px;
		font-size: 0.91em;
	}
}