div.store
{
}

div.store > div
{
    margin-bottom: 30px;
}

div.store div.superHotProduct
{
    background-color: #e6ebf1;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 312px;
}

div.store div.superHotProduct div.product
{
    display: inline-block;
}

div.store div.superHotProduct div.product a.product
{
    margin: 0;
}

div.store div.superHotProduct div.product img.product
{
    width: 600px;
    height: 302px;
}

div.store div#screens
{
    display: inline-block;
    width: 320px;
    height: 302px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 2px;
    position: relative;
    text-align: center;
}

div.store div#screens > a
{
    display: inline-block;
    position: relative;
    margin: 4px;
    height: 0;
    width: 45%;
    padding-bottom: 30%;
    box-sizing: border-box;
}

div.store div#screens h3
{
    color: #4b71b0;
    margin: 0;
    padding: 10px;
    text-align: center;
}

div.store div#screens img.screen
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 5px #000000;
    box-sizing: border-box;
}

div.store div#screens div.price
{
    background-color: #98a0ad;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}

div.store div#screens div.price a
{
    background-color: #fbe20b;
    padding: 5px 20px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

div.store div.discountsSearchDuo
{
    display: flex;
    justify-content: space-between;
}

div.discountsSearchDuo div.search
{
    width: 320px;
    height: 312px;
    overflow: hidden;
    background-color: #e6ebf1;
}

div.discountsSearchDuo div.search div.keywords
{
    padding: 20px;
    border-bottom: solid 1px #a3abb6;
    height: 100px;
    box-sizing: border-box;
}

div.discountsSearchDuo div.search div.keywords > label
{
    text-transform: uppercase;
    color: #547dbf;
    font-weight: bold;
}

div.discountsSearchDuo div.search div.keywords div.row input
{
    width: 220px;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 5px;
    display: inline-block;
}

div.discountsSearchDuo div.search div.keywords input#searchAdvanced,
div.discountsSearchDuo div.search div.keywords label.searchAdvanced
{
    vertical-align: middle;
}

div.discountsSearchDuo div.search div.keywords div.searchAdvanced
{
    margin-left: 15px;
    margin-top: 5px;
}

div.discountsSearchDuo div.search div.quick,
div.discountsSearchDuo div.search div.advanced
{
    background-color: #d6dbe3;
    padding: 10px 20px;
    height: 212px;
    box-sizing: border-box;
}

div.discountsSearchDuo div.search div.quick > label,
div.discountsSearchDuo div.search div.advanced > label
{
    text-transform: uppercase;
    color: #547dbf;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

div.discountsSearchDuo div.search div.quick div.searchCriteria,
div.discountsSearchDuo div.search div.quick div.searchCriteriaTimeline
{
    column-count: 2;
    margin-bottom: 10px;
}

div.discountsSearchDuo div.search div.quick a
{
    display: block;
    color: #1d1d1d;
    text-decoration: none;
}

div.discountsSearchDuo div.search div.advanced
{
    display: none;
}

div.discountsSearchDuo div.search div.advanced div.row label
{
    width: 90px;
    display: inline-block;
}

div.discountsSearchDuo div.search div.advanced div.row select
{
    width: 190px;
    display: inline-block;
}

div.discountsSearchDuo div.search div.advanced button
{
    margin: 10px 0;
}

div#newProducts
{
    padding: 10px;
    background-color: #565f73;
}

div#newProducts > h3
{
    margin: 10px 0;
    background: transparent;
    border-bottom: 2px solid #e6ebf1;
    padding: 0 0 10px 0;
}

div#newProducts a.buynow
{
    background-color: #1d1d1d;
}

div#downloadsSpotlightDuo
{
    display: flex;
    justify-content: space-between;
}

div.downloads
{
    width: 320px;
    height: 312px;
    display: inline-block;
    background-color: #565f73;
}

div.downloads h3.downloads {
    /*background: linear-gradient(to bottom, #393c49, #404452);*/
    padding: 5px 10px;
    color: white;
    font-weight: normal;
    margin: 0;
    display: block;
    position: relative;
}

div.downloads h3.downloads a {
    text-decoration: none;
    color: white;
    display: inline-block;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    outline: none;
    font-size: 0.9em;
    padding-top: 2px;
}

div.downloads h3 i
{
    font-weight: normal;
}

div.downloads div.downloadItem img
{
    width: 96px;
    height: 45px;
    vertical-align: top;
}

div.downloads div.downloadList
{
    background-color: #1f2227;
    border: solid 2px #565f73;
    color: white;
    height: 281px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px;
}

div.downloads div.downloadItem
{
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: solid 1px #565f73;
}

div.downloads div.downloadItem:last-child
{
    border: none;
}

div.downloads div.downloadItem div.updateInfo {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}

div.downloads div.downloadItem div.updateInfo h4
{
    margin: 0 0 3px 0;
    color: white;
}

div.downloads div.downloadItem div.updateInfo p {
    color: white;
}

a.downloadUpdate {
    text-decoration: none;
}

div#storeInfo
{
    background-color: #4B5364;
    margin-bottom: 0;
    color: #1F2123;
}

div#storeInfo > div > div
{
    display: flex;
    justify-content: space-between;
}

div#storeInfo > div > h2
{
    text-transform: uppercase;
}

div#storeInfo > div > div > div
{
    display: inline-block;
    width: 20%;
    text-align: justify;
}

div#storeInfo > div > div > div:last-child
{
    width: 36%;
}

div#storeInfo > div > div > div > div.caption
{
    background-color: #586379;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

div#storeInfo > div > div > div > h3
{
    color: #5778C5;
    text-transform: uppercase;
    text-align: center;
}

div#storeInfo > div > div > div > div.caption img
{
    height: 32px;
}

div#storeInfo > div > div > div.gameEditions div.listItem
{
    margin-bottom: 10px;
}

div#storeInfo > div > div > div.gameEditions div.listItem span.editionName
{
    font-weight: bold;
}

div#storeInfo > div > div > div.gameEditions div.listItem img
{
    float: left;
    margin: 0 10px 20px 0;
}

@media only screen and (max-width: 940px)
{
    div.store  div#superHotProduct
    {
        display: block;
        height: unset;
    }

    div.store div.superHotProduct div.product
    {
        width: 100%;
    }

    div.store div.superHotProduct div.product img.product
    {
        width: 100%;
        height: auto;
    }

    div.store div#screens h3
    {
        padding-top: 0;
    }

    div.store div#screens
    {
        width: 100%;
        height: unset;
    }

    div.store div#screens div.price
    {
        position: relative;
    }

    div.store div#screens div.price a
    {
        background-color: unset;
    }

    div.store div.discountsSearchDuo
    {
        display: block;
    }

    div.discountsSearchDuo div.search
    {
        width: 100%;
        margin-top: 30px;
    }

    div#downloadsSpotlightDuo
    {
        display: block;
    }

    div.downloads
    {
        width: 100%;
        height: 312px;
        margin-bottom: 30px;
    }

    div#storeInfo
    {
        margin-bottom: 0;
        padding: 0 10px;
        color: black;
    }

    div#storeInfo > div > div
    {
        display: block;
    }

    div#storeInfo > div > div > div,
    div#storeInfo > div > div > div:last-child
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    div#storeInfo > div > div > div.gameEditions div.listItem img
    {
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 940px)
{
    div#storeInfo > div > h2
    {
        text-transform: uppercase;
    }

    div.store div#screens > a
    {
        width: 23%;
        padding-bottom: 15.33%;
    }

    div.store div#screens div.price
     {
         margin-top: 10px;
     }
}

@media only screen and (max-width: 660px)
{
    div.store div#screens > a
    {
        width: 45%;
        padding-bottom: 30%;
    }
}

@media only screen and (max-width: 320px)
{
    div.store div#screens > a
    {
        width: 95%;
        padding-bottom: 63.33%;
    }
}