.topmenu .items > li > a {
    padding: 20px 10px;
}

.topmenu .items > li > a.premium {
    color: #000;
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .checkout .radio-list label {
        min-height: 35px;
        height: auto;
    }
}

@media screen and (min-width: 500.1px) {
    .checkout .radio-list label {
        min-height: 40px;
        height: auto;
    }
}

.checkout .glsParcel-selector .left {
    float: left;
    width: 180px;
}

.checkout .glsParcel-selector .right {
    float: left;
    width: 250px;
    padding-top: 5px;
}

.checkout .glsParcel-selector {
    padding: 15px 0;
}

.js-checkout-glsParcel-no-branch {
    color: #3e4d5c;
}

.checkout .glsParcel-selector .js-checkout-branch-title {
    display: block;
}

#glsParcel-popup {
    z-index: 999999;
    position: fixed;
    -webkit-backface-visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#glsParcel-popup iframe {
    border: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}
