Solar Powered Address Sign House Numbers Waterproof, 3 Lighting Modes LED Illuminated Address Wall Plaque with Stakes, Outdoor Wall Mounted & In Ground Address Number for Home Yard
$59.97
$23.99
Note: You have to register with RebateKey.com to be able to claim a coupon for Solar Powered Address Sign.
Product Description
.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper {
position: relative;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper {
position: absolute;
width: 50%;
height: 100%;
top: 0;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: 50%;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: auto;
right: 50%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background {
padding: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic {
padding-bottom: 10px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description {
line-height: 1.5em;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background {
background: rgba(255,255,255,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background {
background: rgba(0,0,0,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container {
display: table;
height: 100%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 0px;
padding-right: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 0px;
padding-left: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column {
display: table-cell;
vertical-align: middle;
}
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-5-comparison-table-scroller').execute(function(init){
if (init) {
return;
}
P.register('premium-module-5-comparison-table-scroller', function(){
return function() {
P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) {
function initCompTable(module) {
/**
* Premium comparison table: popover trigger module
*/
var comparisonName = $(module).data('comparison-name');
(function() {
var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');
$additionalInfo.each(function(i, trigger) {
return popover.create(trigger, $(trigger).data());
});
$additionalInfo.hover(
function() {
$(this).focus();
}
);
})();
/**
* Premium comparison table: adjust column width module
*/
(function() {
var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */
var MIN_WIDTH = 230;
var getWidth = function() {
return $(this).outerWidth();
}
/* cache selectors */
var
$container = $('.aplus-v2 .comparison-table #'+comparisonName),
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),
$columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),
$activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');
/* Formula for determining desired column width */
var calculatedColumnWidth = Math.floor(
($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS
);
var childWidths = $activeColumn.map(getWidth).get();
var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));
var minColumnWidth = $columns.innerWidth();
var calculatedPadding = $header.innerWidth() + maxChildWidth;
/* set the min-width of each column to the calulated width or minWidth */
$columns.css(
'min-width',
Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth
? calculatedColumnWidth
: minColumnWidth))
);
$activeColumn.css('width', maxChildWidth);
/* AUI RTL script automatically changes this to padding-right under RTL context */
$slider.css('padding-left', calculatedPadding);
/* show the component */
$container.removeClass('loading');
})();
/**
* Premium comparison table: top scroll bar
*/
(function() {
/* cache selectors */
var
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),
$scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),
$scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),
$scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),
$scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');
/* confirm fixed column exists and can add width to the total width of the scroll bar */
var fixedColumnWidth = $fixedColumn.innerWidth();
if ( fixedColumnWidth === null ) {
fixedColumnWidth = 0;
}
/* set width of scrollBar */
$scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());
/* connect scrolls together */
$scrollWrapperTop.scroll(function() {
$scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());
});
$scrollWrapperBottom.scroll(function() {
$scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());
});
})();
}
$('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {
initCompTable(module);
});
});
}
});
});
}));
/**
* Premium-module 5: Comparision table - scroller
*/
.aplus-v2 .premium-aplus-module-5 h1 {
padding-bottom: 30px;
}
/* position column-headers relative to this table */
.aplus-v2 .premium-aplus-module-5 .table-container {
position: relative;
opacity: 1;
}
.aplus-v2 .premium-aplus-module-5 .table-container.loading {
opacity: 0;
}
.aplus-v2 .premium-aplus-module-5 .table-slider {
overflow-x: scroll;
overflow-y: visible;
width: 100%;
}
/* left column headers are absolute positioned */
.aplus-v2 .premium-aplus-module-5 td.attribute {
position: absolute;
width: 300px;
top: auto;
left: 0;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute {
right: 0px;
left: auto;
}
.aplus-v2 .premium-aplus-module-5 td.active-item {
position: absolute;
top: auto;
left: 300px;
}
html[dir="rtl"] .premium-aplus-module-5 td.active-item {
left: auto;
right: 300px;
}
.aplus-v2 .premium-aplus-module-5 .attribute,
.aplus-v2 .premium-aplus-module-5 .active-item,
.aplus-v2 .premium-aplus-module-5 .description {
font-size: 16px;
font-family: arial;
line-height: 2.5em;
white-space:nowrap;
color: #000;
}
.aplus-v2 .premium-aplus-module-5 .attribute,
.aplus-v2 .premium-aplus-module-5 .active-item,
.aplus-v2 .premium-aplus-module-5 .description {
font-family: inherit;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute,
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.active-item {
background-color: #fff;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.attribute,
.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.active-item {
background-color: #f6f6f6;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even):last-child td.attribute {
border-bottom: #f6f6f6 solid 1px;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .comparison-metric-name {
outline-style: none;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {
content: "?";
display: inline-block;
font-size: 12px;
position: relative;
bottom: 5px;
}
.aplus-v2 .premium-aplus-module-5 td.attribute.empty {
height: 280px;
}
.aplus-v2 .premium-aplus-module-5 .header-img {
padding-top: 10px;
}
/* Prevent table borders from overlapping */
.aplus-v2 .premium-aplus-module-5 table {
border-collapse: separate;
}
/* Override default AUI .a-bordered table borders */
.aplus-v2 .premium-aplus-module-5 table.a-bordered td,
.aplus-v2 .premium-aplus-module-5 table.a-bordered th,
.aplus-v2 .premium-aplus-module-5 table.a-bordered {
border-width: 0;
border-color: #eaeaea;
border-style: solid;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td {
border-right-width: 1px;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td:last-child {
border-right-width: 0;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 table.a-bordered td:last-child {
border-right-width: 1px;
}
/* Active column should be surrounded in darker border. */
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.active {
border-color: #767676;
border-right-width: 1px;
border-left-width: 1px;
}
/* Top Active column needs border-top */
.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:first-child td.active {
border-top-width: 1px;
}
/* Bottom column column needs border-bottom */
.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:last-child td.active {
border-bottom-width: 1px;
}
/* Size the top scroller */
.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {
width: 100%;
height: 20px;
overflow-x: scroll;
overflow-y: visible;
}
.aplus-v2 .premium-aplus-module-5 .scroll-bar {
height: 1px;
}
/**
* Premium modules global styles
*/
.aplus-v2.desktop {
max-width: 1464px;
min-width: 800px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
/* Undo this for tech-specs because it breaks table layout */
.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: Arial, sans-serif; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: inherit; }
/* type */
.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }
.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }
/* spacing */
.aplus-v2 .aplus-container-1 { padding: 40px; }
.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }
.aplus-v2 .aplus-container-2 { padding: 80px; }
.aplus-v2 .aplus-container-3 { padding: 40px 0; }
/* Display */
.aplus-v2 .premium-aplus .aplus-display-table { display: table; }
.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }
.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }
/* Aplus display table with min-width 1000px and fill remaining space inside parent */
.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }
/**
* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.
*/
/**
* Premium-module 11: FAQs
*/
.aplus-v2 .premium-aplus-module-11 {
background: #fff;
position: relative;
}
.aplus-v2 .premium-aplus-module-11.aplus-secondary-color {
background: #000;
}
.aplus-v2 .premium-aplus-module-11 .aplus-question,
.aplus-v2 .premium-aplus-module-11 .aplus-answer {
display: block;
width: 100%;
margin: 0;
}
.aplus-v2 .premium-aplus-module-11 .aplus-question {
position: relative;
line-height: 25px;
padding-bottom: 10px;
}
.aplus-v2 .premium-aplus-module-11 .aplus-answer {
opacity: 0;
height: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.aplus-v2 .premium-aplus-module-11 .aplus-active .aplus-answer {
opacity: 1;
height: auto;
min-height: 20px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: opacity 0.1s linear 0.1s;
-moz-transition: opacity 0.1s linear 0.1s;
-ms-transition: opacity 0.1s linear 0.1s;
-o-transition: opacity 0.1s linear 0.1s;
transition: opacity 0.1s linear 0.1s;
}
.aplus-v2 .premium-aplus-module-11 .faq-block {
position: relative;
padding-left: 100px;
padding-top: 10px;
padding-bottom: 15px;
padding-right: 80px;
cursor: pointer;
background: #fff;
border: 2px solid #E6E6E6;
border-radius: 3px;
margin-bottom: 10px;
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
-ms-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
transition: background 0.1s linear;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-block {
padding-left: 80px;
padding-right: 100px;
}
.aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active {
padding-bottom: 35px;
}
.aplus-v2 .premium-aplus-module-11.aplus-secondary-color .faq-block {
border: none;
}
.aplus-v2 .premium-aplus-module-11 .faq-block::after,
.aplus-v2 .premium-aplus-module-11 .faq-block::before {
width: 80px;
line-height: 40px;
font-size: 25px;
text-align: center;
border-radius: 3px;
display: inline-block;
font-weight: 500;
top: 10px;
left: 10px;
}
.aplus-v2 .premium-aplus-module-11 .faq-block::after {
content: "Q";
background: #505050;
color: #fff;
position: absolute;
-webkit-transition: background 0.1s linear;
-moz-transition: background 0.1s linear;
-ms-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
transition: background 0.1s linear;
}
.aplus-v2 .premium-aplus-module-11 .faq-block::before {
content: "A";
background: #F5A623;
color: #fff;
position: absolute;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-block::after,
html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-block::before {
right: 10px;
}
.aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active::after {
background: #404040;
}
.aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active::before {
padding-top: 40px;
-webkit-transition: padding-top 0.1s linear;
-moz-transition: padding-top 0.1s linear;
-ms-transition: padding-top 0.1s linear;
-o-transition: padding-top 0.1s linear;
transition: padding-top 0.1s linear;
}
.aplus-v2 .premium-aplus-module-11 .faq-arrow {
position: absolute;
top: 25px;
right: 40px;
border: 10px solid transparent;
border-top-color: #505050;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-arrow {
right: auto;
left: 40px;
}
.aplus-v2 .premium-aplus-module-11 .aplus-active .faq-arrow {
top: 15px;
border-top-color: transparent;
border-bottom-color: #F5A623;
}
/**
* Premium-module 14: Carousel
*/
.aplus-v2 .premium-aplus-module-14 .aplus-carousel-container {
position: relative;
}
.aplus-v2 .premium-aplus-module-14 .aplus-carousel-element {
position: relative;
width: 100%;
}
.aplus-v2 .premium-aplus-module-14 .aplus-pagination-wrapper {
position: absolute;
top: 92%;
width: 100%;
}
.aplus-v2 .premium-aplus-module-14 .text-panel-container {
vertical-align: middle;
text-align: left;
width: 50%;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-14 .text-panel-container {
text-align: right;
}
.aplus-v2 .premium-aplus-module-14 .media-placeholder {
padding-bottom: 75%; /* Aspect ratio 4:3 for video and image */
}
.aplus-v2 .premium-aplus-module-14 .media-container {
position: absolute;
top: 0;
width: 50%;
height: 100%;
padding-bottom: 5%;
}
.aplus-v2 .premium-aplus.premium-aplus-module-14 .title {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-left {
margin-top: 17%;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-right {
margin-top: 17%;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-col {
height: 10%;
}
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-11-faq').execute(function(init) {
if (init) {
return;
}
P.register('premium-module-11-faq', function() {
return function() {
P.when('A', 'jQuery', 'ready').execute(function(A, $){
function initFaq(module) {
var MODULE_CLASS_NAME = 'premium-aplus-module-11';
var FAQ_CONTAINER_CLASS_NAME = 'faqs-container';
var FAQ_BLOCK_CLASS_NAME = 'faq-block';
var moduleId = $(module).data('faq-block');
var $faqBlocks = $('.aplus-v2 .' + MODULE_CLASS_NAME + ' .' + FAQ_CONTAINER_CLASS_NAME + '.' + moduleId + ' .' + FAQ_BLOCK_CLASS_NAME);
/* Using jQuery event namespace for preventing duplicate binding on twister refresh */
$faqBlocks.unbind('click.premiumAplusModule11ClickHandler').bind('click.premiumAplusModule11ClickHandler', function(e) {
if (!$(this).hasClass('aplus-active')) {
$faqBlocks.removeClass('aplus-active'); /* deactivate others */
}
$(this).toggleClass('aplus-active'); /* activate the clicked block */
});
}
$(".aplus-v2 .premium-aplus-module-11 .faqs-container").each(function(index, module) {
initFaq(module);
});
});
};
});
});
}));
/**
* Premium-module 12: Nav Carousel
*/
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-card {
position: relative;
width: 100%;
}
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container {
position: relative;
}
.aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper {
position: absolute;
top: 0;
width: 50%;
height: 100%;
}
.aplus-v2 .premium-aplus-module-12 .aplus-card-detail {
display: table;
width: 100%;
height: 100%
}
.aplus-v2 .premium-aplus-module-12 .card-description {
text-align: left;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description {
text-align: right;
}
.aplus-v2 .premium-aplus-module-12 .aplus-table-cell {
display: table-cell;
vertical-align: middle;
}
.aplus-v2 .premium-aplus-module-12 .aplus-text-background {
padding: 20px;
}
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color {
background: rgba(0, 0, 0, 0.5);
}
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item,
.aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item {
color: #fff;
}
.aplus-v2 .premium-aplus-module-12 .description {
padding-top: 20px;
}
/* nav */
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions {
position: absolute;
top: 20px;
width: 100%;
text-align: center;
}
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn {
display: inline-block;
margin: 7px 10px;
cursor: pointer;
border-radius: 30px;
border: 2px solid #000;
line-height: 2.5em;
min-width: 200px;
background-color: #fff;
white-space: nowrap;
color: #000;
}
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-index {
display: none;
}
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active {
border-color: #fff;
background-color: #000;
color: #fff;
}
/*
* Regimen template specific css
*/
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen {
text-align: left;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen {
text-align: right;
}
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen {
text-align: right;
top: 50%;
width: 250px;
right: 75px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen {
text-align: left;
top: 50%;
left: 75px;
right: auto;
}
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen {
display: inline-block;
margin: 10px 10px;
cursor: pointer;
border-radius: 30px;
border: 2px solid #000;
line-height: 2.5em;
width: 220px;
background-color: #fff;
white-space: nowrap;
}
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active {
border-color: #fff;
background-color: #000;
color: #fff;
}
.aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index {
display: inline-block;
margin-left: 6px;
width: 16px;
line-height: 26px;
color: #000;
text-align: center;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index {
margin-left: 0px;
margin-right: 6px;
}
.aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index {
color: #fff;
}
.aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #000;
opacity: 0.5;
text-align: center;
}
.aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline {
color: #fff;
line-height: 2em;
}
/**
* Premium-module 13: Carousel
*/
.aplus-v2 .premium-aplus-module-13 .aplus-carousel-container {
position: relative;
}
.aplus-v2 .premium-aplus-module-13 .aplus-carousel-element {
position: relative;
width: 100%;
}
.aplus-v2 .premium-aplus-module-13 .aplus-card-description-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.aplus-v2 .premium-aplus-module-13 .aplus-card-description {
display: table;
width: 50%;
height: 100%;
color: #fff;
}
.aplus-v2 .premium-aplus-module-13 .aplus-card-table-cell {
display: table-cell;
vertical-align: middle;
text-align: left;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-13 .aplus-card-table-cell {
text-align: right;
}
.aplus-v2 .premium-aplus-module-13 .aplus-text-background {
background: rgba(0, 0, 0, 0.5);
}
.aplus-v2 .premium-aplus-module-13 .aplus-text-background,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background h1,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background h5,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background ol,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background ul,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background ol .a-list-item,
.aplus-v2 .premium-aplus-module-13 .aplus-text-background ul .a-list-item {
color: #fff;
}
.aplus-v2 .premium-aplus-module-13 .aplus-card-body {
padding: 20px 40px 0 0;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-13 .aplus-card-body {
padding: 20px 0 0 40px;
}
.aplus-v2 .premium-aplus-module-13 .aplus-card-link-button {
text-align: center;
padding-top: 20px;
}
.aplus-v2 .premium-aplus-module-13 .aplus-pagination-wrapper {
position: absolute;
top: 92%;
width: 100%;
}
/**
* Premium-module 8: Hero Video module
*/
.aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video {
position: relative;
width: 100%;
}
.aplus-v2 .premium-aplus-module-8 .video-placeholder {
padding-bottom: 40.984%; /* Video or image required size 1464 : 600 = 40.9836 */
}
.aplus-v2 .premium-aplus-module-8 .video-container {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-12-nav-carousel').execute(function(init) {
if (init) {
return;
}
P.register('premium-module-12-nav-carousel', function(){
return function() {
P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) {
function initiateCarousel(module) {
var MODULE_ID = $(module).data('module-id');
/**
* Carousel button element classname
* @const
*/
var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID;
/**
* Carousel button element active classname
* @const
*/
var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active";
/**
* AUI name for aui carousel
* @const
*/
var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID;
/**
* Module class name
* @const
*/
var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12";
/**
* Carousel text container class name
* @const
*/
var TEXT_CONTAINER_CLASS_NAME = ".aplus-carousel-text-container-" + MODULE_ID;
/**
* Carousel text hidden class name
* @const
*/
var TEXT_CONTAINER_HIDDEN = "aplus-hidden";
function showCarouselText(oldIndex, newIndex) {
var oldClass = MODULE_CLASS_NAME + " " + TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex;
var newClass= MODULE_CLASS_NAME + " " + TEXT_CONTAINER_CLASS_NAME + "-" + newIndex;
$(oldClass).addClass(TEXT_CONTAINER_HIDDEN);
$(newClass).removeClass(TEXT_CONTAINER_HIDDEN);
}
/**
* Creates a CarouselButton class for provided carousel instance
* @param {object} carousel - AUI Carousel instance
* @returns {Class} - CarouselButton Class
*/
function CarouselButtonTemplate(carousel) {
/**
* Button for controlling the active slide
* @constructor
* @param {number} index - slide index
* @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation
*/
function CarouselButton(index, elem) {
var self = this;
this.index = index;
this.carousel = carousel;
/* create the button element */
this.elem = this.getElem(elem);
this.$elem = $(this.elem); /* store jquery version */
this.elem.addEventListener('click', self.handleClick.bind(self));
/* add this object to the object manager */
CarouselButton.objects.byId[index] = this;
CarouselButton.objects.all.push(this);
}
/**
* Describe behavior for click events on this.elem
* @memberOf CarouselButton
*/
CarouselButton.prototype.handleClick = function(e) {
e.preventDefault();
this.carousel.gotoPage(this.index);
};
/**
* Enter active state
* @memberOf CarouselButton
*/
CarouselButton.prototype.activate = function() {
this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME);
};
/**
* Enter inactive state
* @memberOf CarouselButton
*/
CarouselButton.prototype.deactivate = function() {
this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME);
};
/**
* Returns an existing or creates a new bound element for this object
* @memberOf CarouselButton
* @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use
* @returns {DOMElement} - this objects DOM representation
*/
CarouselButton.prototype.getElem = function(elem) {
if (this.elem) return this.elem;
if (elem) return elem;
var createdElem = document.createElement('span');
createdElem.className = GOTO_BTN_CLASS_NAME;
return createdElem;
};
/** @const Object manager */
CarouselButton.objects = {
byId: {},
all: [],
};
return CarouselButton;
}
framework.onInit(CAROUSEL_NAME, function(carousel) {
/** @const {Class} */
var CarouselButton = CarouselButtonTemplate(carousel);
/* create carouel controls */
var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME));
var btns = $carouselBtns.map(function(i, btnElem) {
return new CarouselButton(i + 1, btnElem);
});
/* activate first one */
CarouselButton.objects.byId[1].activate();
/* Listen to slide changes */
A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) {
CarouselButton.objects.byId[data.newValue].activate();
CarouselButton.objects.byId[data.oldValue].deactivate();
showCarouselText(data.oldValue, data.newValue);
});
});
/**
* @returns {string} - css classname prefixed with module selector
*/
function safeClassSelector(className) {
return '.' + MODULE_CLASS_NAME + ' .' + className;
}
}
$('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) {
initiateCarousel(module);
});
framework.createAll();
framework.initializeAll();
});
}
})
});
}));
if(P) {
P.when("a-expander").execute(function (expander) {
expander.initializeExpanders();
});
}
Lighting Up Your Position to Help Your Visitors to Find Your Home Easily!
P.when('A', 'Airy', 'ready').execute(function(A, Airy) {
setTimeout(setupAiry(A,Airy), 3000);
function setupAiry(A, Airy) {
var airyAssetConfig = {};
airyAssetConfig["parentId"] = "bc363ab0-e090-4948-a2c4-e6749b5cb287";
airyAssetConfig["desiredMode"] = "html";
airyAssetConfig["swfUrl"] = "https://m.media-amazon.com/images/G/01/vap/video/airy2/prod/2.0.1460.0/flash/AiryBasicRenderer._CB485925577_.swf"
airyAssetConfig["htmlVideoAttributes"] = {
"preload": "none",
};
if("Install Flash Player".length > 0) {
airyAssetConfig["installFlashButtonText"] = "Install Flash Player";
}
if("Adobe Flash Player is required to watch this video.".length > 0) {
airyAssetConfig["installFlashPrompt"] = "Adobe Flash Player is required to watch this video.";
}
if("Sorry, an error has occurred while attempting video playback. Please try again later.".length > 0) {
airyAssetConfig["playbackErrorPrompt"] = "Sorry, an error has occurred while attempting video playback. Please try again later.";
}
if("Sorry, this video is unsupported on this browser.".length > 0) {
airyAssetConfig["videoUnsupportedPrompt"] = "Sorry, this video is unsupported on this browser.";
}
var requestId, sessionId, marketplaceId, contentId;
requestId = "TN023R7GRF2D01VB7NQG";
sessionId = "133-8153401-6178854";
marketplaceId = "ATVPDKIKX0DER";
contentId = "707d58e2-305e-4f3f-ad6c-e26e7e5eee4e";
airyAssetConfig["contentId"] = contentId;
if(false){
airyAssetConfig["ignoreBundledSkin"] = true;
}
airyAssetConfig["mediaSourceInfo"] = [
"https://m.media-amazon.com/images/S/aplus-media/sc/88fbac61-a11d-49b5-a434-f2ff7d577c44.mp4",
];
if("https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png".length > 0 || "https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png".length > 0){
airyAssetConfig["slateImages"] = {};
}
if("https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png".length > 0){
airyAssetConfig["slateImages"]["preloadSlate"] = "https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png";
}
if("https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png".length > 0){
airyAssetConfig["slateImages"]["postMediaSlate"] = "https://m.media-amazon.com/images/S/aplus-media/sc/f63667f7-485f-4ceb-b1b5-021f2986d31d.__CR0,0,1464,600_PT0_SX1464_V1___.png";
}
airyAssetConfig["backgroundColor"] = "#000000";
var gifLike = (false || false || false);
var videoHeight, videoWidth;
airyAssetConfig["bindings"] = {
canplay: function() {
if(!Airy.isMobilePlatform() && gifLike){
aplusAiryInstance.audioOff();
aplusAiryInstance.play();
}
},
play : function() {
if (Airy.isMobilePlatform()){
aplusAiryInstance.enterFullScreen();
}
},
ended: function(){
if(!Airy.isMobilePlatform() && gifLike){
aplusAiryInstance.replay();
}
},
loadedmetadata: function(e, f) {
videoWidth = f.videoWidth;
videoHeight = f.videoHeight;
}
};
var metricsMethod = Airy.isMobilePlatform() ? "MobileDetailPage" : "DetailPage";
if (gifLike) {
airyAssetConfig["isForesterTrackingDisabled"] = true;
}
airyAssetConfig["foresterMetadataParams"] = {
client : "AplusEmc",
method : metricsMethod,
marketplaceId : marketplaceId,
requestId : requestId,
session : sessionId
};
var aplusAiryInstance = Airy.embed(airyAssetConfig);
A.on("aplus:bc363ab0-e090-4948-a2c4-e6749b5cb287:play", function(){
aplusAiryInstance.play();
});
A.on("aplus:bc363ab0-e090-4948-a2c4-e6749b5cb287:pause", function(){
aplusAiryInstance.pause();
});
A.on("aplus:bc363ab0-e090-4948-a2c4-e6749b5cb287:loadMedia", function(media){
aplusAiryInstance.loadMedia(media);
});
A.on("aplus:bc363ab0-e090-4948-a2c4-e6749b5cb287:mediaMetadata", function(cb){
cb(videoWidth, videoHeight);
});
}
});
You can Use the Solar LED House Number Light as Ground Light or Wall Light.
1 Fast Recognition
2 100% Solar Energy
3 Two Using Ways
4 Wide Applications
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-12-nav-carousel').execute(function(init){
init();
});
}));
Why Choose MAXvolador Solar Address Sign?
-
Two Installation Options
Option 1: Wall Mounted
Drill 2 holes in the wall aligned with the light holes and put the anchors and screws into them. Then hang the plaque by putting two slots into the screws.
Option 2: In-Ground
Insert the poles and the spike together then connect the pole to the plaque by putting the T connector up to the correct position and fixing the buckle with screws. Then insert the spike into the ground firmly.
P.when('A', 'Airy', 'ready').execute(function(A, Airy) {
setTimeout(setupAiry(A,Airy), 3000);
function setupAiry(A, Airy) {
var airyAssetConfig = {};
airyAssetConfig["parentId"] = "video-carousel-3-1";
airyAssetConfig["desiredMode"] = "html";
airyAssetConfig["swfUrl"] = "https://m.media-amazon.com/images/G/01/vap/video/airy2/prod/2.0.1460.0/flash/AiryBasicRenderer._CB485925577_.swf"
airyAssetConfig["htmlVideoAttributes"] = {
"preload": "none",
};
if("Install Flash Player".length > 0) {
airyAssetConfig["installFlashButtonText"] = "Install Flash Player";
}
if("Adobe Flash Player is required to watch this video.".length > 0) {
airyAssetConfig["installFlashPrompt"] = "Adobe Flash Player is required to watch this video.";
}
if("Sorry, an error has occurred while attempting video playback. Please try again later.".length > 0) {
airyAssetConfig["playbackErrorPrompt"] = "Sorry, an error has occurred while attempting video playback. Please try again later.";
}
if("Sorry, this video is unsupported on this browser.".length > 0) {
airyAssetConfig["videoUnsupportedPrompt"] = "Sorry, this video is unsupported on this browser.";
}
var requestId, sessionId, marketplaceId, contentId;
requestId = "TN023R7GRF2D01VB7NQG";
sessionId = "133-8153401-6178854";
marketplaceId = "ATVPDKIKX0DER";
contentId = "874a070c-ff40-4230-8bdb-1864bac08433";
airyAssetConfig["contentId"] = contentId;
if(false){
airyAssetConfig["ignoreBundledSkin"] = true;
}
airyAssetConfig["mediaSourceInfo"] = [
"https://m.media-amazon.com/images/S/aplus-media/sc/2dc8e9d0-6297-401e-9253-fbd5e227b988.mp4",
];
if("https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png".length > 0 || "https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png".length > 0){
airyAssetConfig["slateImages"] = {};
}
if("https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png".length > 0){
airyAssetConfig["slateImages"]["preloadSlate"] = "https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png";
}
if("https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png".length > 0){
airyAssetConfig["slateImages"]["postMediaSlate"] = "https://m.media-amazon.com/images/S/aplus-media/sc/bae63237-5dcd-4428-b8b2-5e50e9892e8b.__CR0,0,1600,1200_PT0_SX800_V1___.png";
}
airyAssetConfig["backgroundColor"] = "#000000";
var gifLike = (false || false || false);
var videoHeight, videoWidth;
airyAssetConfig["bindings"] = {
canplay: function() {
if(!Airy.isMobilePlatform() && gifLike){
aplusAiryInstance.audioOff();
aplusAiryInstance.play();
}
},
play : function() {
if (Airy.isMobilePlatform()){
aplusAiryInstance.enterFullScreen();
}
},
ended: function(){
if(!Airy.isMobilePlatform() && gifLike){
aplusAiryInstance.replay();
}
},
loadedmetadata: function(e, f) {
videoWidth = f.videoWidth;
videoHeight = f.videoHeight;
}
};
var metricsMethod = Airy.isMobilePlatform() ? "MobileDetailPage" : "DetailPage";
if (gifLike) {
airyAssetConfig["isForesterTrackingDisabled"] = true;
}
airyAssetConfig["foresterMetadataParams"] = {
client : "AplusEmc",
method : metricsMethod,
marketplaceId : marketplaceId,
requestId : requestId,
session : sessionId
};
var aplusAiryInstance = Airy.embed(airyAssetConfig);
A.on("aplus:video-carousel-3-1:play", function(){
aplusAiryInstance.play();
});
A.on("aplus:video-carousel-3-1:pause", function(){
aplusAiryInstance.pause();
});
A.on("aplus:video-carousel-3-1:loadMedia", function(media){
aplusAiryInstance.loadMedia(media);
});
A.on("aplus:video-carousel-3-1:mediaMetadata", function(cb){
cb(videoWidth, videoHeight);
});
}
});
-
ON/OFF & Color Mode Switch
Just shift the switch LEFT to choose color mode before the FIRST charging:
Mode 1: Warm White 2700K(ON)
Mode 2: Cool White 6500K
Mode 3: Daylight White 4000K
-
High-efficient Solar Panel
Equipped with an upgraded solar panel, the solar house address numbers sign plaques can collect the sunlight more effectively. Just simply place the sign light in a location that can get enough direct sunlight. This outside led house number sign lights up automatically for up to 20 hours at dusk after 5-6 hours fully charged at dawn.
-
Hollow-Out Solar Address Sign Light
Designed with a hollowed-out pattern, the LED solar powered address plaque will cast unique and fascinating shadows on the ground and wall when lighting, adding a vivid and welcoming glow to your outside garden, yard, entryway, driveway, lawn, etc. The hollow-out lighting effect makes this solar house number plaque more visible and eye-catching in the darkness.
-
Adjustable Height & High-Quality Thick Poles
With the design of high-quality thick poles, the outdoor LED solar address sign can be inserted into the ground firmly, avoiding tilting due to strong wind. Features connectable stakes, the height of this black house sign plaque can be adjusted according to the surrounding environment and your preference.
-
DIY House Sign
Durable and waterproof DIY stickers are provided, the customization of your own solar house sign can be easily done by yourself. You can not only use the numbers and letters provided but also the blank sticker which can be cut out in the patterns you like.
.aplus-mantle.aplus-module .aplus-pagination-dots {
margin: 0;
}
.aplus-mantle.aplus-module .aplus-pagination-dot {
display: inline-block;
list-style: none;
}
.aplus-mantle.aplus-module .aplus-carousel-nav {
text-align:center;
}
.aplus-mantle.aplus-module .carousel-slider-circle {
display: inline-block;
cursor: pointer;
height: 15px;
width: 15px;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
margin-left: 5px;
}
.aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active {
background-color: #FFA500;
}
P.now("premium-aplus-14-carousel-3").execute(function(init) {
if (init) {
return;
}
P.register("premium-aplus-14-carousel-3", function(){
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) {
var moduleId = "3";
var carouselName = "premium-aplus-14-carousel-3";
var paginationAction = "aplus-pagination-dot-action-" + moduleId;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active")
.eq(data.newValue - 1).addClass("aplus-carousel-active");
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, 'click', function(event){
var data = event.data;
carousel.gotoPage(data.page);
});
});
});
}
});
});
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("A", "premium-aplus-14-carousel-3").execute(function (A, init) {
init();
A.on("a:carousel:" + "premium-aplus-14-carousel-3" + ":change:pageNumber", function (data) {
A.trigger("aplus:" + "video-carousel-" + "3" + "-" + data.oldValue + ":pause");
});
});
}));
More Popular Lighting on Our Store
-
-
20-Pack Solar Deck Lights
The solar powered step lights come with a warm-white mode, which will create a welcoming atmosphere, perfectly suitable for daily decoration and accent lighting.
-
12-Pack Hanging Solar Lights
Covered with an eye-catching crackled glass ball, hanging solar lights will emit distinctive glow for your home. Here are three colors to choose from: Multicolor, Warm White, Cool White.
-
Solar Address Sign
The address sign light combines 3 lighting modes - 6500K cool white, 2700K warm white, 4000K natural white in one light, creating different atmosphere for your front door.
-
3-Light Vanity Light Fixture
The 3-light vanity light fixture has different colors: Black, Brushed Nickel, Gold, White, Oil Rubbed Bronze, which can cater to various styles of decoration in your home.
-
12-Pack Dimmable Vintage LED Edison Bulbs
Designed with the latest light source technology, the dimmable ST58 bulbs offer a smooth dimming control from 100% to 10% without flicker or buzzing. 5000K, 4000K, 3000K, 2700K, 2200K for choose.
.aplus-mantle.aplus-module .aplus-pagination-dots {
margin: 0;
}
.aplus-mantle.aplus-module .aplus-pagination-dot {
display: inline-block;
list-style: none;
}
.aplus-mantle.aplus-module .aplus-carousel-nav {
text-align:center;
}
.aplus-mantle.aplus-module .carousel-slider-circle {
display: inline-block;
cursor: pointer;
height: 15px;
width: 15px;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
margin-left: 5px;
}
.aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active {
background-color: #FFA500;
}
P.now("premium-aplus-13-carousel-4").execute(function(init) {
if (init) {
return;
}
P.register("premium-aplus-13-carousel-4", function(){
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) {
var moduleId = "4";
var carouselName = "premium-aplus-13-carousel-4";
var paginationAction = "aplus-pagination-dot-action-" + moduleId;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active")
.eq(data.newValue - 1).addClass("aplus-carousel-active");
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, 'click', function(event){
var data = event.data;
carousel.gotoPage(data.page);
});
});
});
}
});
});
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("premium-aplus-13-carousel-4").execute(function(init){init();});
}));
More Popular Lightings in MAXvolador - Decorate Both Outdoor and Indoor Spaces!
Solar Address Sign
Hanging Solar Light
20-Pack Solar Deck Lights
Solar Address Sign
Vanity Light Fixture
Dimmable ST58 LED Bulbs
Dimmable ST58 LED Bulbs
Material
ABS+PS
Stainless Steel+Cracked Glass
ABS+PS
ABS+PS
Metal
Glass & Metal
Glass & Metal
Quantity
1-Pack
12-Pack
20-Pack
1-Pack
1-Pack
4-Pack
12-Pack
Color Available
2700K/6500K/4000K
Multicolor, Warm, Cool White
Warm White
6500K/2700K/4000K
Black, BN, Gold, White, ORB
3000K-5000K
2200K-5000K
Wattage
/
/
/
/
60W/Light
6W
6W
Waterproof
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() });
}));
Can the sign light be mounted on the wall?
Yes, the solar address sign can be hung on the wall or inserted into the ground. Please place it at a location with direct sunlight.
Will the solar address sign light up automatically at night?
Yes. Just shift the switch LEFT to TURN ON the sign light before the first charging, it will light up automatically at dusk after fully charged.
How many lighting modes does this address sign light have?
The solar address plaque has 3 lighting modes - 2700K warm white, 6500K cool white, 4000K daylight white. You can shift the switch left to choose the color temperature you like.
Does it come with stickers?
Yes, It comes with 1 set of DIY sticker(blank sticker), 3 sets of 0-9 numbers, 1 set of A-Z letters and 3 fixed cardboards. You can customize your address sign by yourself.
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-11-faq').execute(function(init){
init();
});
}));
See what our users are saying!
You'd like to get access to hundreds of deals?
Join tens of thousands of smart and happy shoppers! What are you waiting for?
Sign Up Now!Discover more deals...
So, what are you waiting for?
Sign Up Now!Be part of RebateKey
Join tens of thousands of smart and happy shoppers! What are you waiting for?
Start Now!