@font-face {
  font-family: 'Federo-Regular';
  src: url('../fonts/Federo-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Federo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Federo-Regular.otf') format('opentype'), /* Open Type Font */
    url('../fonts/Federo-Regular.svg#Federo-Regular') format('svg'), /* Legacy iOS */
    url('../fonts/Federo-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Federo-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Federo-Regular.woff2') format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* Store JS */
.ui-store-popup {
    background: rgba(0,0,0,.5);
}
.ui-store-popup__heading h3 {}
.ui-store-popup__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.ui-store-popup__button {
    height: 54px;
    line-height: 54px;
    border-radius: 0;
}
.ui-store-popup__hide {
    margin-top: 20px;
    color: #666;
    border-bottom: 1px dotted rgba(135, 135, 135, .8);
    cursor: pointer;
}
.ui-store-popup__hide:hover {
    color: #333;
    border-color: rgba(102, 102, 102, .8);
}