#buy
{
    background-color: #fff;
}
#buy .container
{
    align-items: flex-start;
    justify-content: center;
}
#buy .container.top
{
    justify-content: flex-start;
}
.edition
{
    width: 50%;
    text-align: center;
    position: relative;
}
.switch-disclaimer
{
    font-size: .5em;
    font-style: italic;
}
.packshot, .retailers-listing, .platform-link.retailer
{
    display: none;
    opacity: 1;
    text-decoration: none;
}
.platform-link.retailer img
{
    border: 2px solid #000;
    border-radius: 10px;
}
.packshot
{
    margin: 0 auto;
    width: 100%;
    max-width: 670px;
}
.packshot img
{
    max-width: 251px;
}
.buy-section-game-logo
{
    width: 100%;
    max-width: 314px;
}
.platform-btn
{
    opacity: .5;
    cursor: pointer;
    transition: opacity 220ms ease-in-out;
    -webkit-transition: opacity 220ms ease-in-out;
}
.platform-btn.active, .platform-btn:hover
{
    opacity: 1;
}
.language-parent
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
.language-selector
{
    border: none;
    font-size: 1;
    text-transform: capitalize;
    color: #fff;
    background-color: #444c57;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.language-selector select > option
{
    border: none;
    font-size: inherit;
    text-transform: none;
    color: #fff;
    background-color: #444c57;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.language-selector
{
    padding: 20px 0 20px 0;
}
.language-selector select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 0 60px 0 30px;
    outline: none;
    font-size: 1em;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
.language-selector:after
{
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    font-size: 2em;
    top: calc(50% - .5em);
    right: 10px;
    z-index: -1;
}
#buy h2
{
    font-size: .75em;
}
@media screen and (max-width: 1024px)
{
    .language-selector
    {
        font-size: 1em;
    }
}
@media screen and (max-width: 767px)
{
    html[lang=de-de] .language-selector
    {
        font-size: .65em;
    }
    .edition
    {
        width: 100%;
    }
    .edition.maxima:before
    {
        display: none;
    }
}