*{
    --colormain: #342a37;
    --colordark: #2c1c31;
    --colorlight: #9c83a3;
    --colorwhite: #fff;
    --colortthird: #ff8f27;
    --lightmain: #2a1a2f;
    --width-info : 300px;
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
    list-style: none;
    color: inherit;
    font-family: "Poppins";
    box-sizing: border-box;
}
body{
    background-color: var(--colormain);
}
#header-igdream{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header-igdream{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 100%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #1e1521;
}
.header-igdream .logo-header{
    width: 200px;
}
.header-igdream .logo-header img{
    position: relative;
    width: 100%;
    z-index: 9999;
}
.header-igdream .list-parent-menu{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-igdream .list-parent-menu .parent-menu{
    text-transform: capitalize;
    cursor: pointer;
}
.sous-menu-igdream{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 250px;
    background-color: #1e1521;
    width: 100%;
    padding: 20px 50px;
    border-radius: 10px;
    color:#fff;
    position: absolute;
    top: 90px;
    z-index: 999;
}
.sous-menu-igdream h3{
    text-transform: capitalize;
}
.content-sous-menu-igdream{
    display: flex;
    gap: 50px;
    margin: 40px auto;
}
.list-games-igdream{
    display: none;
    align-items: center;
    gap: 10px;
}
.one-game-igdream{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--colormain);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    width: 120px;
    transition: all 0.3s ease-in-out;
}
.one-game-igdream:hover{
    scale: 1.05;
}
.one-game-igdream .image-one-game{
    height: 80px;
}
.one-game-igdream .image-one-game img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.one-game-igdream span{
    font-size: 14px;
    text-transform: capitalize;
}
.content-page-header{
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    -webkit-animation: content_game_selected 0.5s;
}
#header-igdream .content-page-header .list-pages-game{
    display: flex;
    gap: 10px;
}
#header-igdream .content-page-header .list-pages-game .grp-pages{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
#header-igdream .content-page-header .list-pages-game .grp-pages a{
    text-transform: capitalize;
}
#header-igdream .content-page-header .list-pages-game .grp-pages a::before{
    content: '';
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.game-selected{
    display: none;
    pointer-events: none;
    -webkit-animation: game_selected 0.5s;
}
.active{
    display: flex;
}

.menu-shop{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    width: 30%;
}
.menu-shop .connecter-igdream{
    display: flex;
    align-items: center;
    gap: 10px;
}
.widget form select{
    background-color: #ff8f27;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
}
.space-main-shop{
    display: block;
    height: 40px;
    width: 1px;
    background-color: #9c83a3;
    margin-right: 20px;
}
.cart-shop-igdream{
    position: relative;
    padding: 20px 5px;
    cursor: pointer;
}
.count-item-shop{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -10px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ff8f27;
}
.menu-phone{
    display: none;
    cursor: pointer;
}
.menu-phone i{
    font-size: 18px;
}


.header-mobile{
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: #1e1521;
    z-index: 999;
    color: #fff;
}
.list-pages-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.list-pages-mobile li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
}
/*.list-pages-mobile li::after{*/

/*    margin-left: 10px;*/
/*    content: '';*/
/*    font-family: "Font Awesome 6 Free";*/
/*    font-weight: 900;*/
/*}*/
.active-menu-mobile{
    display: flex;
    -webkit-animation: openmenu_mobile 1s;
}


.top-content-header-games{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.top-content-header-games span::before{
    content: '';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
}
.exist-menu{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
    cursor: pointer;
    z-index: 9999;
}
.checkout_coupon{
    display: none;
}


/* ANIMATION */

@keyframes openmenu_mobile{
    from{
        opacity: 0;
        transform: translateX(-500px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes openmenu{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-webkit-keyframes game_selected{
    0%{
        opacity: 0%;
        scale: 0;
    }
    100%{
        opacity: 100%;
        scale: 1;
    }
}
@-webkit-keyframes content_game_selected{
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}


/*ERROR CSS*/

.woocommerce-error{
    display: none;
    align-items: center;
    position: fixed;
    margin: auto;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    border-top-color: none !important;
    background-color: #41164f;
    color: #fff;
    height: auto;
}
.active-error-pop {
    display: flex !important;
}
.woocommerce-error {
    border-top-color: #b81c23;
}
.woocommerce-error::before {
    color: #fff !important;
    top: auto !important;
}


#banner-igdream-header{
    display: flex;
    align-items: center;
    gap: 20px;
    height: 50px;
    color: #fff;
    background-color: #ff8f27;
    font-size: 14px; 
    overflow: hidden;
}
#banner-igdream-header span{
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
}
#banner-igdream-header.nomove-text span{
    justify-content: center;
}

#banner-igdream-header.fixed{
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#banner-igdream-header span.move-text {
    text-wrap: nowrap;
    animation: moveText 10s linear infinite;
}
#banner-igdream-header span.move-text:hover{
    animation-play-state: paused;
}

@keyframes moveText {
    from{
        transform: translateX(calc(-100% - 20px));
    }
    to {
        transform: translateX(0);
    }
    
}


/*loding button*/
.loading-spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 0.7s linear infinite;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#btn-add-product.disabled {
  pointer-events: none;
  opacity: 0.6;
}


@media (max-width:1000px){
    .menu-phone{
        display: block;
    }
    .menu-header-igdream{
        display: none;
    }
    .menu-shop{
        width: auto;
    }
    .container{
        padding: 0px 10px;
    }
    .fa-chevron-circle-right,.fa-chevron-circle-left{
        display: none !important;
    }
    .one-review-igdream{
        width: calc((100% / 2) - 30px);
        min-width: calc((100% / 2) - 46px);
    }
    footer{
        height: auto !important;
        padding: 50px 10px;
    }
}
@media (max-width:700px){
    .exist-menu{
        display: flex;
    }
    .connecter-igdream span{
        display: none;
    }
    .header-igdream{
        flex-wrap: wrap;
        height: auto;
        gap: 30px !important;
    }
    .logo-header{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #463849 !important;
        padding-bottom: 20px !important;
        width: 100% !important;
    }
    .logo-header img{
        width: 200px !important;
    }
    .menu-shop{
        gap: 15px;
    }
    .space-main-shop{
        display: none;
    }
    .header-igdream{
        gap: 10px;
        border-radius: 0;
    }
    .sous-menu-igdream{
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100%;
        padding: 20px;
        z-index: 9999;
    }
    .list-games-igdream{
        flex-wrap: wrap;
        justify-content: center;
    }
    .content-sous-menu-igdream{
        flex-direction: column;
        justify-content: center;
    }
    .game-selected{
        justify-content: center;
    }
    .content-page-header{
        justify-content: center;
    }
    .one-review-igdream{
        width: calc((100%) - 30px);
        min-width: calc((100%) - 46px);
    }
    .resum-reviews{
        flex-direction: column;
    }
    .trustpilot-widget-igdream{
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    cursor: grab;
    }
    .one-review-igdream{
        height:300px;
    }
    .content-review-igdream{
        margin: 40px 0px;   
    }
    .container-footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .grande-section{
        width: 100%;
    }
    .all-pages{
        flex-direction: column;
    }
    .bar-section{
        display: none !important;
    }
    .logo-section{
        width: 100%;
    }
}






