.where-to-buy-popup {
    list-style: none;
    overflow: visible;
    position: absolute;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 0;
    left: 50%;
    background: #fff;
    border-radius: 3px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
}

.where-to-buy-popup li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 888;
    height: auto;
    text-indent: 0;
    text-align: center;
}

.where-to-buy-popup.where-to-buy-drop li a > img {
    margin-left: auto;
    margin-right: auto;
}

.where-to-buy-popup.where-to-buy-drop li:first-child {
    padding-top: 0;  
}
.where-to-buy-popup.where-to-buy-drop li:last-child {
    padding-bottom: 20px;  
}

.where-to-buy-popup.where-to-buy-drop:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -15px;
    right: 15px;
    height: 30px;
    z-index: 5;
    opacity: 0.5;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
}

.where-to-buy-popup.where-to-buy-drop:after {
    content: '\25B4';
    position: absolute;
    z-index: 20;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    font-size: 60px;
    line-height: 64px;
    color: #fff;
    margin: 0 0 -23px;
}

.where-to-buy-popup > li { position: relative; }
/*.where-to-buy-popup > li + li{padding-top: 15px;}*/
.where-to-buy-popup li:last-child {
    padding-top: 15px;
    line-height: 18px;
}
