body {
    background-color: black;
    color: white;
    height: 100%;
    font-family: "letter-gothic-std", sans-serif;
}

/*Archive Store Popup start css*/
.u-dtable {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.u-dcell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.u-dcell span {
    display:list-item;
    list-style-type: none;
}
.u-showonmobile {
    display: none;
}

.Popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99999999;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.Popup-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
    position: absolute;
    width:33.33%;
    height: 100%;
}*/

.Popup-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    /* position: absolute; */
    width: 35%;
    height: 100%;
    display: inline-block;
}

.Popup-block:nth-of-type(2) {
    left: 33.33%;
    background-size:85% auto;
    background:none !important;
}
.Popup-block:nth-of-type(3) {
    left: 66.66%;
    background:none !important;
}
.Popup .Popup-blockTitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 1.6em;
    letter-spacing: 1px;
}
.Popup a:not(.Popup-logo) {
    display: inline-block;
    width: 170px;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    height: 170px;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 73px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.Popup p:not(.Popup-blockTitle) {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 1em 0;
    margin: 0 auto;
    width: 57%;
}
.Popup--archive a:hover {
    /*color: #40d1a0;
    */
    background-color: #ffffff;
}
.Popup-logo {
    position: absolute;
    top: 50px;
    left:0;
    width: 37px;
    height:51px;
    background:url("../img/logo.svg") no-repeat;
    -webkit-background-size:32px auto;
    -moz-background-size:32px auto;
    -o-background-size:32px auto;
    background-size:32px auto;
    z-index: 1;
    text-indent: 999px;
    font-size: 1px;
    overflow: hidden;
}
a.Popup-logo:hover {
    border: medium none;
}
.Popup--archive .wrapper a:hover {
    background-color:inherit;
}
.Popup--archive .Popup-logo {
    margin-top:-35px;
}
.Popup--archive {
    box-sizing:border-box;
    background:#000000;
}
.Popup .Popup-block--middle span {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 170px solid #36d29f;
    border-top:none;
    padding:0;
    box-sizing:border-box;
    position:relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display:inline-block;
}
.Popup .Popup-block--middle span a {
    display:block;
    border-left: 91px solid transparent;
    border-right: 91px solid transparent;
    border-bottom: 156px solid #000;
    border-top:none;
    box-sizing:border-box;
    position:absolute;
    left:-91px;
    background:#0000;
    top:9px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding:0;
    height:auto;
    width:auto;
}
.Popup .Popup-block--middle span:hover {
    border-bottom-color:#36d29f;
}
.Popup .Popup-block--middle span:hover a {
    opacity:0;
    background:transparent;
}
.Popup .Popup-block-3of3 a {
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.Popup--archive label {
    width:100%;
    display:inline-block;
    color:#ffffff;
    margin:20px 0 30px;
    font-size:16px;
    letter-spacing:2px;
    line-height:22px;
    text-transform:uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.Popup--archive .Popup-block--middle label {
    color:#36d29f;
}
.Popup--archive .u-dcell p {
    position:absolute;
    left:0;
    width:100%;
    opacity:0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.Popup--archive .u-dcell p.active {
    opacity:1;
}
.Popup--archive .u-dcell p span {
    border:none;
    width:90%;
    display:inline-block;
    max-width:360px;
    color:#36d29f;
    height:auto;
}
.Popup--archive .wrapper {
    width:93.55%;
}
.Popup--archive .Popup-block-1of3 label.active, .Popup--archive .Popup-block-1of3 p.active span, .Popup--archive .Popup-block-3of3 label.active, .Popup--archive .Popup-block-3of3 p.active span {
    color:#ffffff;
}
/*
.archive-popup-inner {
    width:100%;
    max-width:1440px;
    margin:0 auto;
    position:relative;
    height:100%;
} */

.archive-popup-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /* position: relative; */
    height: 100%;
    text-align: center;
}

.Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 115px solid #36d29f;
    border-top:none;
    width:0;
    height:0;
    padding:0;
    display:inline-block;
    position:relative;
}
.Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span a {
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-bottom: 104px solid #000;
    border-top:none;
    width:0;
    height:0;
    padding:0;
    position:absolute;
    left:-64px;
    top:7px;
    margin:0;
}
.Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span a:hover {
    background:transparent;
    border-left: 64px solid transparent !important;
    border-right: 64px solid transparent !important;
    border-bottom: 104px solid #36d29f !important;
    border-top:none !important;
}
.Popup-mobileblock .mobileblock {
    width:33.33%;
    float:left;
}
.Popup--archive .mobileblock label {
    margin:15px 0 0;
}
.Popup--archive .mobileblock a {
    margin:0 auto;
}
.Popup-mobileblock .u-dtable .mobileblock:nth-child(3) span a {
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.Popup--archive .mobileblock label.active {
    color:#ffffff;
}
.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.position-relative {
    position: relative;
}
@media all and (max-width: 960px){
    .Popup-mobileblock .mobileblock:nth-child(2){
        margin-top: 24px;
    }
    .u-hideonmobile {
        display: none;
    }
    .u-showonmobile {
        display: block;
    }
    .Popup {
        padding: 20px 5%;
    }
    .Popup-logo {
        background:url(/web/20170912105449im_/http://shopnumber4.com/images/logo-white.svg) no-repeat;
        -webkit-background-size: 33px auto;
        -moz-background-size: 33px auto;
        -o-background-size: 33px auto;
        background-size: 33px auto;
    }
    .Popup a:not(.Popup-logo) {
        width: 120px;
        height: 120px;
        padding: 48px 5px;
        font-size: 12px;
        display: block;
        margin: 15px auto;
        border: 4px solid #fff;
        /*border-color: black;
         color: black;
        */
    }
    .Popup .u-dcell a:hover {
        border: 4px solid #fff !important;
    }
    .Popup-mobileblock {
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%;
    }
    .Popup .popup-archive-cross {
        top:8px;
    }
    .Popup .popup-archive-cross {
        background:url(/web/20170912105449im_/http://shopnumber4.com/images/cross.png) no-repeat;
    }
    .Popup--archive .Popup-logo {
        margin-top:-45px;
    }
    .archive-popup-inner {
        display:none !important;
    }
    .Popup-mobileblock .u-dtable .mobileblock:nth-child(2) label {
        color:#36d29f;
        margin-top: 28px;
    }
}
@media all and (max-width: 960px) and (max-height: 480px){
    .Popup {
        padding: 15px 5%;
    }
    .Popup a:not(.Popup-logo) {
        width: 120px;
        height: 120px;
        padding: 48px 5px;
        font-size: 12px;
        display: inline-block;
        margin: 13px;
        /*border-color: black;
         color: black;
        */
    }
}
@media all and (max-width: 767px) {
    .Popup-mobileblock .mobileblock:nth-child(2) {
        margin-top: 16px;
    }
    .mobileblock {
        width:33.33%;
        float:left;
    }
    .Popup--archive {
        border-width:10px;
        overflow: scroll;
    }
    .Popup-mobileblock .mobileblock a {
        width:80px;
        height:80px;
        padding:0;
    }
    .Popup--archive .mobileblock label {
        font-size:12px;
        line-height:18px;
    }
    .Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span {
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 80px solid #36d29f;
    }
    .Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span a {
        border-left: 44px solid transparent;
        border-right: 44px solid transparent;
        border-bottom: 70px solid #000;
        left:-44px;
        top:7px;
    }
    .Popup-mobileblock .u-dtable .mobileblock:nth-child(2) span a:hover {
        border-left: 44px solid transparent !important;
        border-right: 44px solid transparent !important;
        border-bottom: 70px solid #36d29f !important;
    }
}
@media all and (max-width: 479px) {
    .Popup-mobileblock .mobileblock {
        width:100%;
        margin:10px 0;
    }
}
/*Archive Store Popup end css*/

