/* buy section styles */
.row.buy-section .container
{
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}
.row.buy-section .container h2
{
    text-align: center;
    color: #08b390;
}
.row.buy-section .container h2.select-edition
{
    color: #000;
    font-weight: 700;
    font-size: 3em;
}
.row.buy-section .container img.packshot
{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.row.buy-section .container .platform-link
{
    width: 45%;
    display: inline-block;
    margin: 30px 1.5%;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.au.retailers-listing .platformer-link.retailer[data-retailer="Square Enix Store"], .nz.retailers-listing .platformer-link.retailer[data-retailer="Square Enix Store"]
{
    display: none;
}
.retailers-listing .platform-link {
	width: 40%;
	display: inline-block;
	margin: 30px 15px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.retailers-listing .platform-link img
{
  width: 100%;
}
.row.buy-section .container .platform-link.retailer {
	width: 38%;
	display: inline-block;
	padding: 2px 10px;
	margin: 15px;
}

.row.buy-section .container .platform-link.retailer img {
        padding: 10px;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: block;
        width: 90%;
}
.row.buy-section.demo .container .platform-link:last-of-type img {
	margin-left: 25px;
	padding-right: 25px;
}

.row.buy-section .container .platform-link .right-icon i {
    margin-left:2px;
}

.row.buy-section .container .platform-link .right-icon
{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: calc(-15px);
    border-radius: 50%;
    color: #fff;
    background-color: #08b390;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 30px;
    text-align: center;
}
.row.buy-section .container .retailers-listing.demo .platform-link
{
    width: 27.333333%;
    margin: 20px 2% 20px 0;
}
.row.buy-section .container .retailers-listing.social .platform-link
{
    width: 10%;
    margin: 0;
}
.row.buy-section .container .language-selector
{
    display: block;
	background: #fff;
	max-width: 400px;
	padding: 10px 20px;
	border-radius: 34px;
	margin: 0 auto 60px auto;
    float: none;
    position: relative;
}
.row.buy-section .container .language-selector:after {
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	right: 5%;
	bottom: 34%;
	pointer-events: none;
	color: #000;
}
.language-selector select {
	width: 100%;
	border: none;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000;
    outline: none;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}
.sale-disclaimer
{
    display: block;
    margin: 0 auto 20px auto;
    font-size: .85em;
    font-style: italic;
    display: none;
}
.language-selector select::-ms-expand
{
    display: none;
}
.row.screenshots .container
{
  overflow: visible;
}
.row.buy-section .container .platform-link img
{
    max-width: 100%;
    width: auto;
}
.mobile-tabs
{
    display: none;
}
.editions-slider
{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
}
.editions-slider.active
{
    opacity: 1;
}
.col-lg-6.edition h2
{
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    text-align: left;
    padding: 20px;
}
.col-lg-6.edition
{
    opacity: .5;
    transition: all 330ms ease-in-out 0s;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: none;
    padding: 0;
    width: 30%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    float: none;
    position: relative;
    text-align: center;
    align-self: flex-start;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010102+0,191e3d+100 */
    background: #010102; /* Old browsers */
    background: -moz-linear-gradient(top, #010102 0%, #191e3d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #010102 0%,#191e3d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #010102 0%,#191e3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010102', endColorstr='#191e3d',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
}
.col-lg-6.edition:hover, .col-lg-6.edition.active
{
    opacity: 1;
}
.col-lg-6.edition.active
{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.row.buy-section .container .col-lg-6.edition h2
{
    color: #000;
    font-size: 1.25em;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    padding: 0 20px;
}
.col-lg-6.edition .edition-header
{
    color: #000;
    background-color: #fff;
    padding: 20px;
    font-size: 1em;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
}
.col-lg-6.edition .edition-header h3
{
    margin: 0;
}
.platform-btn
{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 7px 10px;
    color: #fff;
    transition: all 330ms ease-in-out 0s;
    cursor: pointer;
    line-height: 1em;
    text-transform: none;
    min-width: 70px;
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}
.platform-btn.active, .platform-btn:hover
{
    color: #000;
    background-color: #fff;
}
.platform-btn:first-child
{
    margin-right: 20px;
}
.platform-btn.pc
{
    margin-top: 20px;
}
.packshots-slider
{
    width: 70%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.packshots-slider img:first-child
{
    position: relative;
}
.included-contents
{
    font-size: .75em;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.packshots-slider img
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 80%;
    z-index: -1;
    display: none;
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
}
.packshots-slider img.active
{
    opacity: 1;
    z-index: 1;
    display: block;
    position: relative;
}
.row.buy-section.demo
{
    background-color: rgba(229,229,221,.5);
    border-top: 2px solid #08b390;
    background-image: none;
    margin-top: 200px;
    padding: 0px;
}
.row.buy-section.demo .container
{
    margin: 0 auto;
}
.row.buy-section.demo .container h2
{
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.row.buy-section.demo .container .platform-link
{
    background-color: rgba(0,0,0,0);
    border: none;
    width: 20%;
    margin: 20px 2% 20px 0; 
    min-width: 200px;
}
.row.buy-section.demo .container .platform-link:after
{
    display: none;
}
.platform-btns
{
    position: relative;
    z-index: 98;
    margin: 50px auto;
}
.demo-intro ul
{
    text-align: left;
    max-width: 600px;
    margin: 0 auto 30px auto;
}
.dlc-disclaimer-paragraph
{
    font-style: italic;
    font-size: .6em;
}
.button-background-gradient
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.5+0,0+50 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (max-width: 767px)
{
    .row.buy-section .container .language-selector
    {
        width: 80%;
    }
    .mobile-tabs
    {
        display: block;
        margin-bottom: 20px;
    }
    .mobile-tab.collectors-set
    {
        display: none;
    }
    .mobile-tabs .header-area
    {
        position: relative;
        display: block;
        width: 44%;
        padding: 0 10px;
        cursor: pointer;
        border-radius: 10px;
        border: 2px solid #fff;
        margin: 20px auto;
        background-color: #000;
        font-size: 1em;
        font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    }
    .mobile-tabs .header-area:hover, .mobile-tabs .header-area:hover h1, .mobile-tabs .header-area.active, .mobile-tabs .header-area.active h1
    {
        background-color: #fff;
        color: #000;
    }
    .screenshot-house
    {
      max-width: 43%;
    }
    .mobile-tabs .header-area h1
    {
        width: 100%;
        font-size: 1.15em;
        font-size: 1em;
        font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    }
    .mobile-tabs .header-area h1:after
    {
        display: none;
    }
    .col-lg-6.edition
    {
        width: 80%;
        float: none;
        display: none;
        position: absolute;
        left: 10%;
        top: 0;
        opacity: 0;
    }
    .col-lg-6.edition.active
    {
        opacity: 1;
        display: block;
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }
    .row.buy-section .container .platform-link
    {
        width: 80%;
    }
    .packshots-slider
    {
        width: 80%;
    }
    .row.buy-section .container img.packshot
    {
        width: 100%;
        left: 0;
        margin: 10px auto 0 auto;
    }
    .row.buy-section.demo .container h2
    {
        font-size: 1.5em;
    }
    .row.buy-section.demo .container .platform-link
    {
		width: 30%;
		margin: 0 1%;
    }
    .platform-btn
    {
        margin-bottom: 10px;
    }
    .row.buy-section .container h2.select-edition
    {
        font-size: 1.9em;
    }
    .platform-btns
    {
        margin: 10px auto;
    }
    .row.buy-section .container .platform-link.retailer
    {
        width: calc(100% - 30px);
        max-width: 200px;
    }
}
@media (max-width: 480px)
{
    .mobile-tabs .header-area
    {
        width: 90%;
        font-size: ;
    }
}