/* ===== +AIRBRUSH PARTS FINDER+ ===== */
@media screen and ( max-width: 48em ) {

	html.no-scroll {
		overflow: hidden !important;
	}

	html.no-scroll .apf-image-tooltip__overlay {
		background: rgba(0, 0, 0, 0.7);
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
	}
}

/* Added from iwata.css */

#js-CTGY_AIRBRUSH_PARTS_FINDER main .wrap,
#js-CTGY_AIRBRUSH_PARTS_FINDER_2 main .wrap,
#js-CTGY_AIRBRUSH_PARTS_FINDER_3 main .wrap {
	max-width: none;
}

.main-content .apf-header {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.apf-header h2 {
	font-size: 1.375rem;
	margin-bottom: 2.5rem;
	padding: 0 1.25rem;
	text-align: center;
}

.apf-header__col-right {
	background: #F4F4F4;
}

.apf-form {
	position: relative;
}

.apf-input[ type="text" ] {
	border: none;
	color: #585858;
	font-size: 1.125rem;
	font-weight: 700;
	height: 5.625rem;
	line-height: 5.625rem;
	padding: 0 5rem 0 1.25rem;
}

.apf-input[ type="text" ]::-webkit-input-placeholder,
.apf-input[ type="text" ]::-moz-placeholder,
.apf-input[ type="text" ]:-ms-input-placeholder,
.apf-input[ type="text" ]:-moz-placeholder,
.apf-input[ type="text" ]::placeholder {
	font-size: 1.125rem;
	font-weight: 700;
}

.apf-input[ type="text" ]::-webkit-input-placeholder {
	color: #B7B7B7;
}

.apf-input[ type="text" ]::-moz-placeholder {
	color: #B7B7B7;
}

.apf-input[ type="text" ]:-ms-input-placeholder {
	color: #B7B7B7;
}

.apf-input[ type="text" ]:-moz-placeholder {
	color: #B7B7B7;
}

.apf-input[ type="text" ]::placeholder {
	color: #B7B7B7;
}

.apf-submit {
	background: none;
	border: none;
	padding: 0.625rem 1.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.apf-content {
	padding: 3.125rem 0 0;
}

.apf-selected-airbrush {
	margin-bottom: 2.5rem;
	text-align: center;
}

.apf-selected-airbrush span {
	display: block;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.apf-selected-airbrush span.apf-product-title {
	margin-top: 0.625rem;
}

.apf-selected-airbrush__form {
	display: flex;
	flex-flow: row nowrap;
	margin: 1.25rem auto 0;
	max-width: 24rem;
}

.apf-selected-airbrush__form select {
	-webkit-appearance: none;
	appearance: none;
	background: url("../svg/select-caret.svg") no-repeat;
	background-position: 90% 50%;
	background-size: 0.4375rem 0.3125rem;
	border: none;
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1.875rem 0 0.9375rem;
}

.apf-item-mode--list .apf-image-scroll,
.apf-item-mode--image .apf-list-wrapper {
	display: none;
}

.apf-image-list__toggle {
	border-bottom: solid 0.0625rem #DEDEDE;
	padding-bottom: 1.25rem;
	text-align: center;
}

.apf-parts-list__desktop> a,
.apf-image-list__toggle> a {
	color: #C2C2C2;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	overflow: hidden;
	padding-bottom: 0.3125rem;
}

.apf-parts-list__desktop> a .link-text,
.apf-image-list__toggle> a .link-text {
	display: inline-block;
	overflow: hidden;
	padding: 0 0.3125rem;
	position: relative;
	z-index: 1;
}

.apf-parts-list__desktop> a .underlined,
.apf-image-list__toggle> a .underlined {
	left: -100%;
}

.apf-parts-list__desktop> a.active,
.apf-item-mode--list .apf-list__tab,
.apf-item-mode--image .apf-image__tab {
	color: #000000;
}

.apf-parts-list__desktop> a.active .underlined,
.apf-item-mode--list .apf-list__tab .underlined,
.apf-item-mode--image .apf-image__tab .underlined {
	background: #F7EC23;
	bottom: 0;
	height: 0.625rem;
	left: 0;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.2, 0.5, 0.5, 1);
	width: 100%;
	z-index: -1;
}

.apf-image-list__toggle .pipe,
.apf-parts-list__desktop .pipe {
	background: #DEDEDE;
	display: inline-block;
	height: 1.875rem;
	margin: 0 1.875rem;
	padding: 0;
	position: relative;
	top: -0.25rem;
	width: 0.0625rem;
}

.apf-list-wrapper {
	margin: auto;
	max-width: 31.25rem;
	padding: 2.5rem;
}

.apf-list-wrapper ul,
.apf-parts-list__desktop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.apf-list-wrapper ul li {
	display: flex;
	flex-flow: row nowrap;
}

.apf-list-wrapper ul li:not(:last-child) {
	margin-bottom: 1.875rem;
}

.apf-list-wrapper .listed-view__left {
	color: #585858;
	font-size: 0.9375rem;
	margin-right: 1.875rem;
}

.apf-list-wrapper .listed-view__right {
	display: flex;
	flex: 1 1 auto;
	flex-flow: column nowrap;
}

.apf-list-wrapper .prod-code {
	color: #C2C2C2;
	font-size: 0.625rem;
	font-weight: 700;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}

.apf-list-wrapper .prod-name {
	font-size: 0.9375rem;
	font-weight: 500;
}

.apf-list-wrapper .prod-price {
	display: inline-block;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.apf-parts-list__desktop li {
	margin-bottom: 1rem;
}

.apf-parts-list__desktop li span {
	color: #585858;
	display: inline-block;
	font-size: 0.9375rem;
	margin-right: 1.875rem;
}

.apf-parts-list__desktop li a {
	color: #C2C2C2;
	font-size: 0.75rem;
	font-weight: 600;
}

.apf-parts-list__desktop li a:hover {
	color: #000000;
}

.apf-item-mode--list h3,
.apf-item-mode--image > div.column {
	text-align: center;
}

.apf-image-scroll {
	border: solid 0.0625rem #DEDEDE;
	overflow: scroll;
	position: relative;
}

.apf-image-wrapper {
	display: inline-block;
	padding: 2.5rem 0;
	position: relative;
}

.apf-image-wrapper .apf-image__tap {
	display: block;
	font-size: 0.75rem;
	padding-left: 1.25rem;
	text-align: left;
}

.apf-image-wrapper .apf-image__pinch {
	color: #C2C2C2;
	display: block;
	font-size: 0.625rem;
	padding-left: 1.25rem;
	text-align: left;
}

.apf-image__img-wrapper {
	display: inline-block;
	position: relative;
}

.apf-image__img {
	max-width: none;
}

.apf-image-tooltip__close {
	color: #C2C2C2;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 600;
	height: auto;
	line-height: 1;
	position: absolute;
	right: 1.75rem;
	top: 1.5625rem;
	transition: all 0.5s cubic-bezier(0.2, 0.5, 0.5, 1);
	width: auto;
}

.apf-image-tooltip__close:hover {
	color: #000000;
}

.apf-image-tooltip .prod-code {
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	margin-bottom: 0.125rem;
	text-transform: uppercase;
}

.apf-image-tooltip .prod-name {
	color: #000000;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025rem;
	margin-bottom: 0.625rem;
}

.apf-image-tooltip .prod-details {
	margin-top: 2.5rem;
}

.apf-image-tooltip .btn-border-thin {
	border-bottom: solid 0.0625rem #DAD9D9;
	font-size: 0.625rem;
}

.apf-image-tooltip .btn-plus {
	float: right;
}

.apf-parts-list__download {
	align-items: center;
	border-top: solid 0.0625rem #DEDEDE;
	display: flex;
	flex-flow: column nowrap;
	padding: 2.5rem 0 0 !important;
}

.apf-parts-list__download .sub-heading {
	margin-bottom: 1.5625rem;
}

.apf-parts-list__download .parts-guide {
	margin-bottom: 1.875rem;
}

.apf-parts-list__download a {
	background: #F4F4F4;
	color: #000000;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 500;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	width: 12.5rem;
}

.apf-parts-list__download .link-text {
	position: relative;
	z-index: 1;
}

.apf-parts-list__download .link-text .underlined {
	background: #000000;
	bottom: -0.5rem;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.5s cubic-bezier(0.2, 0.5, 0.5, 1);
	width: 100%;
	z-index: -1;
}

.apf-parts-list__download a:hover {
	background: #F7EC23;
}

.apf-image-tooltip .message {
	background: none;
	border: none;
	border-radius: 0;
	color: #000000;
	flex-basis: 100%;
	font-weight: 600;
	margin: 0.5rem 0 0;
	max-width: 100%;
	order: 3;
	padding: 0;
}

.sub-nav,
.apf-downloads__desktop {
	display: none;
}

.map-an-image__container {
	border: 0.0625rem solid #CCCCCC;
	display: inline-block;
	margin: 1.875rem 0;
	position: relative;
}

.apf-image__dot {
	background: #000000;
	border: 0.5625rem solid #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: block;
	height: 1.5625rem;
	margin: -0.625rem 0 0 -0.625rem;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.2, 0.5, 0.5, 1);
	width: 1.5625rem;
}

.apf-image__dot:hover,
.apf-image__dot.active {
	transform: scale(1.2);
}

.apf-image__dot.active {
	border-color: #F7EC23;
}

.apf-image__dot--existing {
	opacity: 0.75;
}

.apf-image__dot--existing:hover {
	opacity: 1;
}

.apf-product-title {
	font-size: 20.25rem;
	margin-bottom: 2.5rem;
	text-align: center;
}

.apf-form-container {
	display: flex;
	flex-direction: column;
}

.apf-image-tooltip {
	background: #FFFFFF;
	box-shadow: 0 0 3.125rem -0.3125rem rgba(0, 0, 0, 0.25);
	max-width: 20.625rem;
	padding: 3.75rem 1.875rem 3.4375rem;
	position: absolute;
	text-align: left;
	width: 90%;
	z-index: 2;
}

.apf-image-tooltip__not-picutred {
	position: relative;
}

.apf-image-tooltip .prod-price {
	display: block;
	margin-bottom: 1rem;
}

.apf-image-tooltip form {
	border: 0.125rem solid #000000;
	margin-bottom: 0;
}

.apf-image-tooltip .add-to-cart-wrap {
	background: none;
	border: none;
	margin-bottom: 0;
}

.apf-image-tooltip .add-to-cart-wrap .increase-decrease-input {
	background: none;
	border: none;
	border-radius: 0;
	border-right: 0.125rem solid #000000;
	color: #000000;
	font-size: 0.75rem;
	font-weight: 700;
	height: 4.375rem;
	width: 4.0625rem;
}

.apf-image-tooltip .add-to-cart {
	border: none;
	height: 100%;
	line-height: 100%;
}

.apf-image-tooltip__desktop {
	display: none;
}

.apf-image-tooltip__mobile {
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.apf-search-results {
	background: #FFFFFF;
	box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
	left: 0;
	position: absolute;
	top: 5.625rem;
	width: 100%;
	z-index: 2;
}

.apf-search-results > div,
.main-content .content-item .apf-search-results__result {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	padding-left: 1.875rem !important;
	padding-right: 1.875rem !important;
}

.apf-search-results > div:first-child,
.main-content .content-item .apf-search-results__result:first-child {
	margin-top: 1.875rem;
}

.apf-search-results > div:last-child,
.main-content .content-item .apf-search-results__result:last-child {
	margin-bottom: 1.875rem;
}

[ ng-click ] {
	cursor: pointer;
}

.apf-parts-list__desktop li a.active {
	color: #000000;
}
@media screen and ( min-width: 1020.25rem ) {
	
	.apf-product-title {
		font-size: 2rem;
	}

	.apf-image-tooltip {
		width: 100%;
	}

	.apf-image-tooltip__mobile {
		display: none;
	}

	.apf-image-tooltip__desktop {
		display: block;
		overflow: auto;
	}
}

@media screen and ( min-width: 60em ) {

	.apf-search-results {
		left: 1.25rem;
		width: 25rem;
	}

	.apf-parts-list__desktop > .row {
		margin-top: 1.875rem;
	}

	.apf-selected-airbrush span {
		display: inline-block;
	}

	.apf-selected-airbrush span.apf-product-title {
		margin-top: 0;
	}

	/* Added from iwata.css */

	.apf-parts-list__download {
		display: none;
	}

	.apf-downloads__desktop {
		display: block;
		margin-top: 1.875rem;
	}

	.apf-downloads__desktop .sub-heading:first-child {
		margin-right: 0.625rem;
	}

	.apf-downloads__desktop .sub-heading:nth-child(3) {
		margin-left: 1.5625rem;
		margin-right: 1.5625rem;
	}

	.apf-downloads__desktop a {
		color: #000000;
		display: inline-block;
		font-size: 0.625rem;
		font-weight: 500;
		text-align: center;
	}

	.apf-downloads__desktop .link-text {
		position: relative;
		z-index: 1;
	}

	.apf-downloads__desktop .link-text .underlined {
		background: #000000;
		bottom: -0.5rem;
		height: 0.125rem;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: -1;
	}

	.ctgy_airbrush_parts_finder .main-content .main-content-row,
	.ctgy_airbrush_parts_finder_2 .main-content .main-content-row,
	.ctgy_airbrush_parts_finder_3 .main-content .main-content-row {
		padding-top: 0;
	}

	.apf-header {
		background: #F4F4F4;
		height: 100%;
	}

	.apf-header-wrapper {
		display: flex;
		flex-flow: row nowrap;
		height: 7.8125rem;
		margin: 0 auto;
		max-width: 100rem;
	}

	.apf-header__col-left,
	.apf-header__col-right {
		align-items: center;
		display: flex;
		flex-flow: row nowrap;
	}

	.apf-header__col-left {
		border-right: solid 0.0625rem #DEDEDE;
		flex-basis: 45%;
		padding: 0 1.25rem !important;
	}

	.apf-header h2 {
		margin-bottom: 0;
		text-align: left;
	}

	.apf-header__col-right {
		flex-basis: 55%;
		justify-content: center;
	}

	.apf-form {
		flex-basis: 100%;
	}

	.apf-content {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100rem;
		padding-top: 5rem;
	}

	.apf-selected-airbrush {
		text-align: left;
	}

	.apf-selected-airbrush__form {
		background-image: -webkit-linear-gradient(#000000 100%, transparent 100%);
		background-image: -o-linear-gradient(#000000 100%, transparent 100%);
		background-image: linear-gradient(#000000 100%, transparent 100%);
		background-position: 0 100%;
		background-repeat: repeat-x;
		background-size: 0.0625rem 0.125rem;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 1.375rem;
	}

	.apf-selected-airbrush__form select {
		font-size: 1.125rem;
		letter-spacing: 0.025rem;
		padding: 0;
	}

	.apf-selected-airbrush__form select:first-child {
		background-position: 80% 50%;
		border-right: solid 0.0625rem #DEDEDE;
		padding-right: 3.4375rem;
	}

	.apf-selected-airbrush__form select:last-child {
		background-position: 100% 50%;
		margin-left: 1.25rem;
		padding-right: 0.9375rem;
	}

	.apf-parts-list {
		padding-bottom: 1.875rem;
		padding-top: 2.5rem;
	}

	.row .apf-parts-list__list.pictured {
		width: 100%;
	}

	.row .apf-parts-list__list.pictured ul {
		align-content: flex-start;
		display: flex;
		flex-flow: column wrap;
		max-height: 25rem;
	}

	.row .apf-parts-list__list.pictured ul li {
		max-width: 25rem;
	}
}

@media screen and ( min-width: 80em ) {

	.apf-search-results {
		left: 4.375rem;
	}

	.apf-header h2 {
		font-size: 2.1875rem;
	}

	/* Added from iwata.css */

	.apf-input[ type="text" ] {
		padding-left: 4.375rem;
		padding-right: 8.75rem;
	}

	.apf-submit {
		right: 2.8125rem;
	}

	.apf-parts-list {
		padding-bottom: 0;
	}

	.row .apf-parts-list__list {
		width: 75%;
	}

	.row .apf-parts-list__form {
		width: 25%;
	}

	.row .apf-parts-list__list ul {
		align-content: flex-start;
		display: flex;
		flex-flow: column wrap;
		max-height: 25rem;
	}

	.row .apf-parts-list__list ul li {
		max-width: 25rem;
	}

	.row .apf-parts-list__list.pictured ul {
		max-height: 12.5rem;
	}
}

@media screen and ( min-width: 84.375em ) {

	.apf-selected-airbrush {
		margin-bottom: 0;
	}

	.apf-image-scroll {
		border: none;
		overflow: visible;
	}

	.apf-image-wrapper .apf-image__pinch {
		display: none;
	}
}

@media screen and ( min-width: 125rem ) {

	.row .apf-parts-list__desktop {
		width: 80%;
	}
}

@media screen and ( min-width: 105em ) {

	.apf-image-tooltip .prod-price {
		margin-bottom: 1.5625rem;
	}

	.apf-image-tooltip form {
		margin-top: 1.5625rem;
	}

	/* Added from iwata.css */

	.apf-header__col-left {
		padding: 0 1.25rem 0 3.75rem !important;
	}
}
