/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/*html{*/
/*    font-family: gotham bold,sans-serif;*/
/*    padding:0;*/
/*    margin:0;*/
/*    color:white;*/
/*}*/

*{
    box-sizing: border-box;
}

/*body{*/
/*    background: #232526;  !* fallback for old browsers *!*/
/*    background: -webkit-linear-gradient(to right, #414345, #232526);  !* Chrome 10-25, Safari 5.1-6 *!*/
/*    background: linear-gradient(to right, #414345, #232526); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/

/*}*/

@media (max-width: 767px) {
    #va_container {
        max-width: 340px;
    }
    .va-carrousel-flexbox .va-card {
        width: 50%;
        padding-left: 15px;
    }
    .deals-scroll-right {
        right: -40px;
    }
    div.va-price p {
        font-size: 1rem;
    }
    h2.va-carrousel-title {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: .03rem;
        font-family: Century Gothic,gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    }
    .deals-scroll-left {
    top: 32%;
    left: -10px;
    z-index: 99;
    }
    .deals-scroll-right {
        top: 32%;
        right: 0px;
        z-index: 99;
    }
}

.link-plain,
.link-plain:hover,
.link-plain:active,
.link-plain:visited {
    text-decoration: none;
}

.link-plain-f,
.link-plain-f:hover,
.link-plain-f:active,
.link-plain-f:focus,
.link-plain-f:visited {
    color: initial;
    text-decoration: none !important;
}

.div-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    #va_container {
        max-width: 1400px;
    }
    .va-carrousel-flexbox .va-card {
        padding-left: 30px;
    }
    .deals-scroll-right {
        right: -45px;
    }
}

#va_container {
    position: relative;
    margin: auto;
}

.va-thumbnail {
    border-radius: 5px;
    border: 0px;
    max-width: 100%;
}

.va-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.va-carrousel-flexbox {

    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.va-carrousel-flexbox .va-card {
    flex: 0 0 auto;
}

.va-carrousel-flexbox .va-card:last-child {
    margin-right: 15px;
}

.va-carrousel-flexbox .va-card:last-child::after {
    content: ' ';
    display: inline-block;
}

.va-card {
    width: 100px;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.va-card:hover {
    user-select: none;
    outline: none;
}

.va-card a {
    display: block;
}

@media (min-width: 768px) {
    .va-card {
        width: 25%;
    }
}

.va-carrousel,
.va-carrousel-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.va-carrousel::-webkit-scrollbar,
.va-carrousel-flexbox::-webkit-scrollbar {
    display: none;
}

.va-carrousel-title {
    display: inline-block;
    margin-bottom: 50px;
    color: #252525;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: Century Gothic,gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
}

.va-title {
    margin: 12px 0 5px 0;
    font-size: 11px;
    max-height: 3em;
    overflow: hidden;
    color: white;
    font-weight: 700;
}

.va-title p {
    margin: 0;
}

@media (min-width: 768px) {
    .va-title {
        font-size: 20px;
    }
}

.va-start-from {
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.va-points {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.deals-paddle {
    height: 38px;
    width: 38px;
    background-color: unset;
    color: #00000089;
    border-radius: 50%;
    border: 0px solid;
    margin: auto;
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.deals-paddle:focus {
    outline: none;
}

.deals-paddle:active {
    border-style: solid;
    outline: none;
    user-select: none;
}

.deals-paddle svg {
    width: 10px;
}

.other-game-button {
    width: 300px;
}


.deals-scroll-left {
    top: 32%;
    left: -30px;
}

.deals-scroll-right {
    top: 32%;
}

.va-carrousel-section {
    font-family: gotham bold,sans-serif;
    padding: 0px;
    position: relative;
}

.va-whitewrap {
    padding-top: 50px;

}

.va-price p {
    font-family: gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
}

.va-seeall {
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    padding: 10px;
}
#va_container .va-carrousel-flexbox .va-card-images {
    position: relative;
    display: inline-block;
}
#va_container .va-carrousel-flexbox .va-card-images .carrousel-image-main {
    opacity: 1;
    transition: opacity 400ms ease-out;
}
#va_container .va-carrousel-flexbox .va-card-images:hover .carrousel-image-main {
    opacity: 0;
}
#va_container .va-carrousel-flexbox .va-card-images .carrousel-image-hover {
    display: inline;
    position: absolute;
    top: -500px;
    left: 0;
    z-index: 2;
    /*transition: 400ms all ease-in;*/
    opacity: 0;
    transition: opacity 400ms ease-in;
}
#va_container .va-carrousel-flexbox .va-card-images:hover .carrousel-image-hover {
    top: 0px;
    width: -webkit-fill-available;
    opacity: 1;
}