ARMOR ALL SMARTPHONE MOUNT. Armor All Smartphone MountARLAMH31001BLK. Expertly crafted and tested to top-grade, OE-specific standards, Armor All Smartphone Mount provides high quality performance without the high level price.
Features / Benefits
Evan Fischer Auto Parts Ebay Store
:root {
--ef-white:#fff;
--ef-black:#000000;
--ef-blue: #1F3E56;
--ef-orange: #D8490F;
--ef-orange-tint-100: #FFF7F2;
--ef-grey-tint-100: #F1F1F1;
--ef-grey-tint-200: #E5E5E5;
--ef-grey-tint-300: #D9D9D9;
--ef-blue-tint-100: #37719D;
}
html {
padding: 0;
}
body {
font-family: \"Nunito Sans\", Arial, Helvetica, Sans-serif;
color: var(--ef-black);
margin: 0;
}
#main__wrap {
width: 100%;
}
.container__wrap {
max-width: 1248px;
/*max-width: 1130px*/
margin: 0 auto;
}
/*** Header ***/
header {
margin: 30px 0 50px;
padding: 0 0 20px 0;
border-bottom: 1px solid #dddddd;
}
.header__wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
}
.header__wrap div span {
display: block;
font-style: italic;
}
.header__wrap img.logo {
max-width: 280px;
width: 90%;
}
.header__wrap img.tagline {
max-width: 520px;
width: 100%;
}
.menu__list-link span {
display: block;
}
.logo__desc img {
position: relative;
text-align: center;
margin: 0 auto 0 auto;
align-items: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
top: 35%;
}
/***Menu & Banner***/
.menu__main-list img {
display: block;
margin: 0 auto;
max-width: 440px;
width: 100%;
}
.menu__main-list ul.usps-list {
list-style: none;
display: flex;
padding: 0;
margin: 0;
justify-content:space-between;
}
.content__banner-border__line {
position: relative;
border: 5px #ff8137 solid;
height: auto;
width: 60%;
z-index: 1000;
border-radius: 2px;
margin: 0 auto;
bottom: 120px;
z-index: 1;
}
ul.header__list {
display: flex;
align-items: flex-start;
text-align: center;
justify-content: center;
padding: 0;
margin: 0;
position: relative;
z-index: 1000;
}
ul.header__list li {
display: inline-block;
padding: 0 40px;
}
a.menu__list-link {
font-size: 16px;
text-decoration: none;
color: #445063;
pointer-events: none;
font-weight: lighter;
font-style: italic;
}
a.menu__list-link img {
max-width: 155px;
}
a.desc__link {
color: #113679;
text-decoration: none;
}
a.desc__link:hover {
color: #184699;
}
.desc__highlight {
color: #113679;
}
.link__desc {
line-height: 18px;
}
#content__banner {
width: 55%;
}
#content__right {
padding: 0 0 0 40px;
}
.content__image img {
width: 100%;
}
/******css slider*******/
.container__slider {
max-width: 1130px;
margin: 0 auto 35px auto;
}
.slider {
position: relative;
max-width: 100%;
max-height: auto;
margin: 0 auto;
}
.slider:hover .slider__radiobox-label--prev,
.slider:hover .slider__radiobox-label--next {
opacity: 1;
}
.slider:hover .slider__radiobox-label--prev {
left: 4%;
}
.slider:hover .slider__radiobox-label--next {
right: 4%;
}
.slider--full {
width: 1130px;
height: 380px;
}
.slider--fixed {
width: 600px;
height: 400px;
}
.slider--proportional {
width: 960px;
height: auto;
}
.slider__inner {
position: relative;
margin: 0 auto;
overflow: hidden;
background: #fff;
}
.slider--full .slider__inner {
width: 100%;
height: 100%;
}
.slider--fixed .slider__inner {
width: 100%;
height: 100%;
}
.slider--proportional .slider__inner {
width: 100%;
height: 0;
}
.slider--proportional--4x3 .slider__inner {
padding-top: 75%;
}
.slider--proportional--5x4 .slider__inner {
padding-top: 80%;
}
.slider--proportional--16x9 .slider__inner {
padding-top: 56.25%;
}
.slider__radiobox-label {
display: block;
position: absolute;
z-index: 2;
cursor: pointer;
}
.slider__radiobox-label--item {
bottom: 6%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 6px;
border-radius: 50%;
background: var(--ef-black);
opacity: 0.2;
transition: opacity 0.2s;
}
.slider__radiobox-label--item:hover {
/* opacity: 0.8; */
background: var(--ef-orange);
}
.slider__radiobox-label--item:hover {
/* opacity: 0.8; */
background: var(--ef-orange);
}
.slider__radiobox-label--prev, .slider__radiobox-label--next {
display: none;
top: 50%;
/* height: 0;
border: 18px solid var(--ef-orange);
border-top-color: transparent;
border-bottom-color: transparent;
opacity: 0; */
width: 30px;
height: 45px;
transition: left 0.2s, right 0.2s, opacity 0.2s;
}
.slider__radiobox-label--prev, .slider__radiobox-label--next:hover {
opacity: 0.5
}
.slider__radiobox-label--prev {
left: -6%;
/* border-left: 0;
border-right-width: 17px; */
background: url(//ebay.carpartswholesale.com/images/template_8/scroll-left-sm.png) scroll no-repeat 0 0 transparent;
}
.slider__radiobox-label--next {
right: -6%;
/* border-right: 0;
border-left-width: 17px; */
background: url(//ebay.carpartswholesale.com/images/template_8/scroll-right-sm.png) scroll no-repeat 0 0 transparent;
}
.slider__radiobox {
display: none;
}
/***end of css slider***/
.container__slider-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*** Bottom Content ***/
h1 {
color: var(--ef-blue);
font-size: 32px;
line-height: 2.2rem;
margin: 0;
}
h2.heading {
font-size: 24px;
color: var(--ef-orange);
text-transform: capitalize;
margin: 0;
padding: 30px 0 0;
width: 100%;
position: relative;
clear: both;
}
h2.heading span {
background: var(--ef-white);
position: relative;
}
h2.heading span:nth-child(1) {
padding: 0 5px 0 10px;
top: 5px;
}
h2.heading span:nth-child(2) {
padding: 0 10px 0 0;
}
h3 {
font-size: 20px;
color: var(--ef-blue);
text-transform: capitalize;
}
h4 {
margin: 0;
font-size: 16px;
text-transform: uppercase;
}
h5 {
font-size: 15px;
}
.content__center {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.5rem;
font-weight: 400;
}
p.desc__list { margin-bottom: 40px; }
p.desc__list a {
font-size: 16px;
font-weight: 300;
color: var(--ef-blue-tint-100);
text-decoration-line: underline;
text-decoration-thickness: 0.8px;
text-underline-offset: 5px;
}
p.desc__list span {
padding: 0 8px;
}
ul.content__list {
padding: 0 0 0 2rem;
}
ul.content__list li {
font-size: 16px;
line-height: 20px;
}
.content__wrap {
background: none scroll no-repeat 0 0 var(--ef-white);
}
#content__top {
display: flex;
}
#content__bottom {
padding: 40px 0;
}
.content__table-wrap {
display: flex;
margin: 0 0 45px 0;
}
.content__table-list {
width: 100%;
}
#content__bottom table {
border-collapse: collapse;
overflow: hidden;
width: 100%;
}
#content__bottom table tr td:nth-child(1) {
font-weight: bold;
}
#content__bottom table tr td:nth-child(2) {
width: 70%;
}
#content__bottom table tr:nth-child(odd) {
background: none no-repeat 0 0 scroll var(--ef-grey-tint-100);
}
#content__bottom table tr {
width: 100%;
display: inline-table;
}
#content__bottom table tr td {
font-size: 16px;
padding: 8px 16px;
}
.item__list {
display: flex;
}
.items__list--content:nth-child(2) {
padding: 0 0 0 15px;
}
.items__list--content h5 {
margin: 15px 0 0 0;
}
.items__list--content ul {
font-size: 16px;
margin: 0 0 15px 0;
}
.items__list--content ul li {
line-height: 1.275rem;
margin: 0 0 8px 0;
}
/*** MEDIA QUERIES ***/
@media screen and (max-width: 1279px) {
.container__wrap {
margin: 0 40px;
}
.slider--full {
height: 340px;
}
}
@media screen and (max-width: 1124px) {
ul.header__list li {
padding: 0 10px;
}
.content__banner-border__line {
width: 50%;
}
}
@media screen and (max-width: 1047px) {
.logo__desc {
width: 55%;
}
#content__middle {
display: flex;
}
#content__middle .content__image {
width: 50%;
margin-right: 20px;
height: auto;
}
#content__middle .content__wrap {
width: 50%;
}
#content__middle .content__image img {
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
ul.header__list li:nth-child(1) {
-webkit-transform-style: inherit !important;
-moz-transform-style: inherit !important;
transform-style: inherit !important;
}
}
@media screen and (max-width: 992px) {
header { margin: 20px 0 0; }
.container__wrap { margin: 0 20px; }
#content__top { display: block; }
.content__image { display: block; }
#content__banner { width: auto; }
#content__right { padding: 40px 0 0; }
#content__bottom { padding: 0; }
.menu__main-list img { max-width: 140px; }
.menu__main-list {margin: -20px;}
.menu__main-list ul.usps-list {
display: block;
text-align: center;
}
.menu__main-list {margin: -8px;}
.menu__main-list ul.usps-list li {
display: inline-block;
margin: 0 8px;
}
.header__wrap img.tagline {
display: none;
}
.header__wrap {
display: flex;
justify-content: center;
}
.slider__radiobox-label--prev {
left: -8%;
}
.slider__radiobox-label--next {
right: -8%;
}
#content__banner h1 {
margin: 2rem 0 0;
}
}
@media screen and (max-width: 835px) {
#content__bottom table tr td {
padding: 6px;
}
}
@media screen and (max-width: 767px) {
/*******slider*******/
.slider__slide {
background-size: cover;
}
.slider--full {
height: 300px;
}
/***end of slider***/
.item__list {
display: block;
}
.items__list--content:nth-child(2) {
padding: 0;
}
h1 {
line-height: 2.1rem;
}
h2.heading {
font-size: 22px;
}
.slider__radiobox-label--prev {
left: -10%;
}
.slider__radiobox-label--next {
right: -10%;
}
}
@media screen and (max-width: 580px) {
.container__slider {
margin: 20px auto 40px;
}
.slider--full {
height: 220px;
}
.logo__desc {
width: 100%;
}
.logo__desc img {
max-width:50%;
height: auto;
}
ul.header__list {
justify-content: center;
grid-template-columns: center;
}
ul.header__list li img {
width: 100%;
}
#content__bottom {
display: block;
}
#content__bottom .content__image {
width: 97%;
margin: 0 auto 35px auto;
}
#content__bottom .content__wrap {
width: auto;
}
.content__table-list tr {
display: flex;
flex-wrap: wrap;
padding: 0;
width: 100%;
}
#content__bottom table tr:nth-child(2n+1) {
/*
background: transparent;
*/
border-top: none;
border-bottom: none;
padding: 0;
}
.content__table-list tr td {
width: 47%;
}
.menu__main-list ul.usps-list {
display: flex;
}
.slider__radiobox-label--prev {
right: -30px;
background-size: 80% auto;
}
.slider__radiobox-label--next {
right: -30px;
background-size: 80% auto;
}
.slider__slide {
background-size: 100% auto;
}
}
@media screen and (max-width: 480px) {
ul.header__list {
justify-content: center;
}
ul.header__list li {
padding: 0 5px;
}
.content__banner-border__line {
bottom: 110px;
border: 3px #ff8137 solid;
}
.content__table-list tr td {
width: 46%;
}
}
@media screen and (max-width: 360px) {
.content__banner-border__line {
bottom: 110px;
border: 2px #ff8137 solid;
width: 100%;
}
.content__table-list tr td {
width: 46%;
}
}
@media screen and (max-width: 340px) {
.content__table-list tr td {
width: 45%;
}
}
@media screen and (max-width: 319px) {
.content__table-list tr td {
width: 100%;
}
.content__table-list tr td:nth-child(-n+2) {
background: transparent;
border-top: none;
border-bottom: none;
}
.content__table-list tr td:nth-child(odd) {
border-top: 1px solid var(--ef-grey-tint-200);
border-bottom: 1px solid var(--ef-grey-tint-200);
width: 100%;
}
.content__table-list tr td:nth-child(1), .content__table-list tr td:nth-child(3) {
background: none no-repeat 0 0 scroll var(--ef-grey-tint-100);
border-top: 1px solid var(--ef-grey-tint-200);
border-bottom: 1px solid var(--ef-grey-tint-200);
}
}
.slider__slides {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 600%;
height: 100%;
overflow-y: hidden;
transition: margin-left 0.4s;
}
.slider__slide {
display: block;
float: left;
position: relative;
width: 16.666666666666668%;
height: 100%;
background: no-repeat 50% 50%;
background-size: cover;
}
.slider__radiobox-label--item--6 {
margin-left: -1px;
}
.slider__radiobox-label--item--5 {
margin-left: -21px;
}
.slider__radiobox-label--item--4 {
margin-left: -41px;
}
.slider__radiobox-label--item--3 {
margin-left: -61px;
}
.slider__radiobox-label--item--2 {
margin-left: -81px;
}
.slider__radiobox-label--item--1 {
margin-left: -101px;
}
.slider__radiobox--1:checked ~ .slider__slides {
margin-left: 0%;
}
.slider__radiobox--1:checked + .slider__radiobox-label--item--1 {
opacity: 1;
}
.slider__radiobox--1:checked ~ .slider__radiobox-label--next--2 {
display: block;
}
.slider__radiobox--2:checked ~ .slider__slides {
margin-left: -100%;
}
.slider__radiobox--2:checked + .slider__radiobox-label--item--2 {
opacity: 1;
}
.slider__radiobox--2:checked ~ .slider__radiobox-label--prev--1 {
display: block;
}
.slider__radiobox--2:checked ~ .slider__radiobox-label--next--3 {
display: block;
}
.slider__radiobox--3:checked ~ .slider__slides {
margin-left: -200%;
}
.slider__radiobox--3:checked + .slider__radiobox-label--item--3 {
opacity: 1;
}
.slider__radiobox--3:checked ~ .slider__radiobox-label--prev--2 {
display: block;
}
.slider__radiobox--3:checked ~ .slider__radiobox-label--next--4 {
display: block;
}
.slider__radiobox--4:checked ~ .slider__slides {
margin-left: -300%;
}
.slider__radiobox--4:checked + .slider__radiobox-label--item--4 {
opacity: 1;
}
.slider__radiobox--4:checked ~ .slider__radiobox-label--prev--3 {
display: block;
}
.slider__radiobox--4:checked ~ .slider__radiobox-label--next--5 {
display: block;
}
.slider__radiobox--5:checked ~ .slider__slides {
margin-left: -400%;
}
.slider__radiobox--5:checked + .slider__radiobox-label--item--5 {
opacity: 1;
}
.slider__radiobox--5:checked ~ .slider__radiobox-label--prev--4 {
display: block;
}
.slider__radiobox--5:checked ~ .slider__radiobox-label--next--6 {
display: block;
}
.slider__radiobox--6:checked ~ .slider__slides {
margin-left: -500%;
}
.slider__radiobox--6:checked + .slider__radiobox-label--item--6 {
opacity: 1;
}
.slider__radiobox--6:checked ~ .slider__radiobox-label--prev--5 {
display: block;
}
Armor All AMH3-1001-BLK Smartphone Mount
Description
Terms of Use | Warranty Coverage Policy
Armor All Smartphone Mount
ARLAMH31001BLK
ARMOR ALL SMARTPHONE MOUNT
Expertly crafted and tested to top-grade, OE-specific standards, Armor All Smartphone Mount provides high quality performance without the high level price. Its OE-standard design provides the right fit and the right solution to your vehicle needs.
- Holds Phone Securely
- Turns 360 Degrees
- Ideal For Hands-Free Calls/Directions
- Cord Clip For Charging Cable
Armor All offers top-quality replacement parts for the automotive aftermarket.
Brand New in the Box -
Fit and Quality Guaranteed!
Anticipated Ship Out Time |
1-2 business days |
Quantity Sold |
Sold Individually |
Product Fit |
Universal |
Prop 65 Warning |
WARNING: This product can expose you to chemical which is known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov. |
Additional Promotions |
Carpartscom Essentials |