/* START global css */
 html[data-useragent*=idclauncher] .nolauncher{display:none!important;} html[data-useragent*=idclauncher] .noweb-block{display:block!important;} html[data-useragent*=idclauncher] .noweb-flex{display:flex!important;} html[data-useragent*=idclauncher] footer{display:none!important;} html[data-useragent*=idclauncher] main section:first-child .container-fluid.mt-5 {margin-top: 0 !important;}   ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 15px rgba(16, 255, 127, .2); } ::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 10px -10px 6px rgb(16, 255, 127); } .addComments textarea { min-height: 20vh; } .addComments textarea:focus { outline-color: rgba(0, 255, 126, .75); outline-style: auto; outline-width: 1px; } .fa,.far,.fas{font-family:"Font Awesome 5 Free"!important;font-display:swap;}.fab{font-family:"Font Awesome 5 Brands"!important;font-display:swap;} .icon_ok::before { font-family:FontAwesome; content:'\f058'; } .hidden { display: none !important; }
/* END global css */
/* START nav-menu-default-v2 css */
html[data-useragent*='idclauncher'] header{margin-bottom: 3rem!important;}
/*
======================================================================================================================
Sidebar-nav -- MenÃº lateral de navegaciÃ³n en IDC
======================================================================================================================
*/
.sidenav {
    height: calc(100vh - 60px); 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1020; 
    top: 60px; 
    left: -1px;
    overflow-x: hidden; 
    overflow-y: auto;
    flex-wrap: nowrap;
    margin-left: 0;
    padding-left: 0;    
    transition: 0.5s; 
}

 .sidenav.sidenav-after {
    height: calc(100vh - 44px); 
    top: 47px ;    
    transition: 0.3s;
}

.sidenav .collapse li:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

#language-collapse a {
    background-color: rgba(0,255,126,0);
    transition: 0.3s;
}

#language-collapse a:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

.sidenav .collapse a {
    display: block;
    transition: 0.3s;
}

.sidenav .collapse a:hover {
    color: #66ffb2;
}

#categoriesBtn .lottie {
    width: 30px;
    height: 30px;
    z-index: 1040;
    cursor: pointer;
}
.nav-custom-after #categoriesBtn .lottie svg path {
    stroke: rgb(0,255,126); 
}

.sidenav-closed {
    width: 0;
}

.sidenav-opened {
    width: 320px;
}

@media (max-width: 575.98px) {
    .sidenav-opened {
        width: 100vw;
    }
}

.bg-gradient {
    background-image: linear-gradient(45deg, rgba(0, 255, 127, 1) 1%, rgba(49, 73, 84, 1) 50%, rgba(27, 29, 44, 1) 100%);
    transition: all ease-out .4s;
}
/*
======================================================================================================================
Menu especi­fico del juego Top
======================================================================================================================
*/
.navbar li {
    list-style: none;
}

.navbar-brand {
    background-image: url("https://cdn12.idcgames.com/img/default/logo-idc-dark.png");
    height: 50px;
    width: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-custom-after .navbar-brand {
    background-image: url("https://cdn8.idcgames.com/img/default/logo-idc-light.png");
    height: 40px;
}

.nav-custom {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    transition: all 1s ease;
    padding: .3rem 1rem;
    height: 60px;
}

.nav-custom a {
    color: black;
}

.nav-custom-after {
    padding: 0rem 1rem;
    border-bottom: 1px solid #00ff7f;
    height: 47px;
}

.nav-custom-after a {
    color: #fff !important;
    transition: all 1s ease;
}

.nav-custom .dropdown-item, .nav-custom .dropdown-menu a{
    color: #fff;
}

.nav-custom .logged  a {
    color: #314954;
}

.nav-custom-after .logged a {
    color: #00ff7f!important;
}

@media (min-width: 576px) and (max-width: 767.98px){
    #navbarNav .fontSecondarySmall {
        font-size: 1.05rem;
    }
    #navbarNav ul {
        flex-wrap: nowrap;
    }
    #navbarNav .nav-link {
        padding: 0.5rem 0.55rem;
    }
    #navbarNav .menu-reduced {
        display: none;
    }
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/*Menu lateral*/
.featured {
    background: rgba(0,255,126,.2);
}

.btn-cta-small {
    display: none;
    white-space: nowrap;
    padding: 17px 30px;
    font-size: 1.5em;
    line-height: 0.1em;
    border: 5px solid black;
    left: 10%;
    cursor: pointer;
}

@media (max-width: 767.98px) {
.btn-cta-small {
    padding: 17px 15px;}
 }

.nav-custom-after a.btn-cta-small {
    color: black!important;
}

.nav-custom-after a:hover.btn-cta-small {
    color: #00ff7f!important;
}

.flag {
    transform: scale(.5);
    margin: -20px;
}

@media (max-width: 575.98px) {
.flag {
    transform: scale(.4);
    margin: -20px;}
}

.language-menu.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    margin-top: .1rem;
    width: 97vw;
    justify-content: flex-end;
    height: auto;
    flex-wrap: wrap;
    box-shadow: none;
}

.language-menu a {
    width: 97px;
}

/*////////////////////////Perfect Scroll bar css
 * Container style
 */
 .ps {
    overflow: hidden !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }
  
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
  }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #343a40;
    opacity: 0.9;
  }
  
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__thumb-y {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #00ff7f;
    height: 11px;
  }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #00ff7f;
    width: 11px;
  }
  
  /* MS supports */
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important;
    }
  }
  
  /*# sourceMappingURL=main.css.map */
  

/*
======================================================================================================================
REGISTER/LOGIN CSS IDC GAMES
======================================================================================================================
*/


.modal-content {
    border: none;
    box-shadow: 1px 3px 9px 3px rgba(0,0,0,0.8);
}

@media (min-width: 1200px) {
    .loginModal .modal-lg, .registerModal .modal-lg {
        max-width: 936px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .loginModal .modal-lg, .registerModal .modal-lg {
        max-width: 830px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .loginModal .modal-lg, .registerModal .modal-lg {
        max-width: 80vw;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .loginModal .modal-lg, .registerModal .modal-lg {
        max-width: 85vw;
    }
}

@media (min-width: 768px) {
   .loginModal .close, .registerModal .close {
        display: none;
    } 
}
@media (max-width: 767px) {
   .loginModal .close, .registerModal .close {
        position: absolute;
        top: 20px;
        right: 20px;
    } 
}

.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
}

.modal-backdrop.fade {
 opacity:0;
}
.modal-backdrop.show {
 opacity:.7;
}

/*
================================
Fonts
================================
*/
.alredyRegistered p, .noYetRegistered p {
    font-size: 0.9rem; 
}

/*
================================
Upper link
================================
*/

.alredyRegistered {
    position: absolute;
    top: 15px;
}

.noYetRegistered .lineaHorizontalEstrecha {
    width: 45%;
    float: right;
}
    @media (max-width: 575px) {
       .noYetRegistered .lineaHorizontalEstrecha {
            display: none;
        } 
    }

.alredyRegistered .lineaHorizontalEstrecha {
    width: 40%;
    float: right;
}
    @media (max-width: 575px) {
       .alredyRegistered .lineaHorizontalEstrecha {
            display: none;
        } 
    }

/*
================================
Main container
================================
*/
.modalMainContentContainer {
    position: relative;
    max-width: 100%;
}

.loginModal .btn-cta, .registerModal .btn-cta {
    font-size: 1.7rem;
    padding: 1% 5%;
}
    @media (max-width: 575px) {
        .loginModal .btn-cta, .registerModal .btn-cta {
            font-size: 1.6rem;
            padding: 2% 5%;
        }
    }

/*
================================
Or Register with
================================
*/
.btn-social {
  max-height: 46px;
  width: 182px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  white-space: nowrap;
}
.modal .btn-social {
  max-height: 40px;
  font-size: .7rem;
  line-height: .7rem;
}

.modal .btn-social {
    width: 190px;
    }

@media (max-width: 507px) {
    .modal .btn-social {
        width: 100%; }
}
    
.btn-social:focus {
 outline:0;
 box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-msn {
    color: #000;
    background-color: #fff;
    max-height: 41px;
    border-color: rgba(0, 0, 0, .2);
}

.btn-msn svg {
    max-height: 22px;
}
.btn-msn path {
    fill: #FFF;
}

.btn-twitter {
    color: #fff;
    background-color: #00a7e7;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vk {
    color: #fff;
    background-color: #2787f5;
    border-color: rgba(0, 0, 0, .2);
}

.btn-steam {
    color: #fff;
    background-color: #134b7c;
    border-color: rgba(0, 0, 0, .2);
}

.btn-google {
    color: #fff;
    background-color: #e34133;
    border-color: rgba(0, 0, 0, .2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}

.btn-twitch {
    color: #FFF;
    background: #451793;
    border-color: rgba(0, 0, 0, .2);
}

.btn-discord {
    color: #fff;
    background-color: #5865f2;
    border-color: rgba(0, 0, 0, .2);
}
.x-twitter-small {
    fill: #fff;
    height: 1.33333em;
  }

/*Responsive basado en la altura de la pantalla y no en el ancho*/
@media (max-height: 740px) {
    .modal .display-4 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .modal .h6 {
        font-size: 1rem;
    }

    .modal h4 {
        font-size: 1.5rem;
    }
    .loginModal .btn-cta.mt-xl-4, .registerModal .btn-cta.mt-xl-4 {
        margin-top: .25rem !important;
    }
    .modalMainContentContainer .mt-xl-5 {
        margin-top: .75rem !important;
    }

    .modalMainContentContainer .pt-xl-4  {
        padding-top: .5rem !important;
    }
}
/*
======================================================================================================================
Botones de logado/no logado
======================================================================================================================
*/
 .unlogged, .logged {
    display: none;
}
/*
.alert-transparent {
    height:60px;
}
*/
#searchForm .search-control {
    padding-left: 2.375rem;
}

#searchForm .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/* END nav-menu-default-v2 css */
/* START main-global-home-default-v2 css */
html[data-useragent*='idclauncher'] .breadcrumb h1 {
    font-size: 1.3rem !important;
    line-height: 1.2rem !important;
    font-weight: 500!important;
}
html[data-useragent*='idclauncher'] .breadcrumb-nav-post {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 9.5px 0 !important;
	height: 38px !important;
}
html[data-useragent*='idclauncher'] .breadcrumb-nav-post * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	line-height: 1 !important;
}
.gradient-overlay {
    background-image: linear-gradient(45deg, rgba(0, 255, 127, 0.1), rgba(27, 29, 44, 0.1));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay:hover {
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-2 {
    background-image: linear-gradient(45deg, rgba(52, 50, 74, 0.2), rgba(27, 29, 44, 0.1));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-2:hover {
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-3 {
    background-image: linear-gradient(120deg, rgba(0, 255, 127, 0.2), rgba(27, 29, 44, 0.4));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-3:hover {
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-4 {
    background-image: linear-gradient(100deg, rgba(49, 73, 84, 0.3), rgba(0, 255, 127, 0.2));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-4:hover {
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-5 {
    background-image: linear-gradient(100deg, springgreen 0%, rgba(0, 0, 0, 0.9) 90%);
}

.gradient-overlay-5-inverse {
    background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.9) 10%, springgreen 100%);
}

.gradient-overlay-5b {
    background-image: linear-gradient(100deg, springgreen -40%, rgba(0, 0, 0, 0.9) 95%);
}

.gradient-overlay-5b-inverse {
    background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.9) 5%, springgreen 140%);
}

.gradient-overlay-6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(49, 73, 84, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(49, 73, 84, 0.4));
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-6:hover {
    background-image: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.gradient-overlay-forum {
    position: relative;
    z-index: 1;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.gradient-overlay-forum::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(49, 73, 84, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(49, 73, 84, 0.4));
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
    opacity: 1;
}

.gradient-overlay-forum:hover::before {
    opacity: 0;
}

.bg-gradient {
    background-image: linear-gradient(45deg, springgreen 1%, #314954 50%, #1b1d2c 100%);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

@media screen {
    html:not(.no-js) {
        /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
        /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
        /**
    * Slide animations
    */
        /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
    }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
        opacity: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    html:not(.no-js) [data-aos='fade-up'] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    html:not(.no-js) [data-aos='fade-down'] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    html:not(.no-js) [data-aos='fade-right'] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }
    html:not(.no-js) [data-aos='fade-left'] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    html:not(.no-js) [data-aos='fade-up-right'] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0);
    }
    html:not(.no-js) [data-aos='fade-up-left'] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0);
    }
    html:not(.no-js) [data-aos='fade-down-right'] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0);
    }
    html:not(.no-js) [data-aos='fade-down-left'] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0);
    }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
        opacity: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    html:not(.no-js) [data-aos='zoom-in'] {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    html:not(.no-js) [data-aos='zoom-in-up'] {
        -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
        transform: translate3d(0, 100px, 0) scale(0.6);
    }
    html:not(.no-js) [data-aos='zoom-in-down'] {
        -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
        transform: translate3d(0, -100px, 0) scale(0.6);
    }
    html:not(.no-js) [data-aos='zoom-in-right'] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
        transform: translate3d(-100px, 0, 0) scale(0.6);
    }
    html:not(.no-js) [data-aos='zoom-in-left'] {
        -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
        transform: translate3d(100px, 0, 0) scale(0.6);
    }
    html:not(.no-js) [data-aos='zoom-out'] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    html:not(.no-js) [data-aos='zoom-out-up'] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2);
    }
    html:not(.no-js) [data-aos='zoom-out-down'] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2);
    }
    html:not(.no-js) [data-aos='zoom-out-right'] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2);
    }
    html:not(.no-js) [data-aos='zoom-out-left'] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2);
    }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden;
    }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    html:not(.no-js) [data-aos='slide-up'] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    html:not(.no-js) [data-aos='slide-down'] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    html:not(.no-js) [data-aos='slide-right'] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    html:not(.no-js) [data-aos='slide-left'] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
    html:not(.no-js) [data-aos='flip-left'] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg);
    }
    html:not(.no-js) [data-aos='flip-left'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }
    html:not(.no-js) [data-aos='flip-right'] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg);
    }
    html:not(.no-js) [data-aos='flip-right'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }
    html:not(.no-js) [data-aos='flip-up'] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg);
    }
    html:not(.no-js) [data-aos='flip-up'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }
    html:not(.no-js) [data-aos='flip-down'] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg);
    }
    html:not(.no-js) [data-aos='flip-down'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }
}

body {
    overflow-x: hidden;
}

#ScrollTop {
    background-color: transparent;
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 20px;
    right: 20px;
    width: 70px;
}

#ScrollTop svg path {
    fill: #00ff7e;
}

/*
======================================================================================================================

======================================================================================================================
*/

body {
    top: 0;
    position: fixed;
    overflow-x: hidden;
}


/*
======================================================================================================================
AnimaciÃ³n logo intro
======================================================================================================================
*/

.intro {
    z-index: 1020;
    overflow: hidden;
    -webkit-transition: display ease-in 3s;
    transition: display ease-in 3s;
}

.bg1 {
    z-index: 1010;
}

.intro figure {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 1040;
    position: relative;
}

.carousel-caption-custom {
    top: 0px;
    /* padding-top: 5rem; */
}

@media (max-width: 767px) {
    .intro figure {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        height: 70vh;
        width: 100vw;
        margin-top: 5rem;
    }
    /* .carousel-caption-custom {
        padding-top: 0px!important;
    } */
    /* .price {
        display: none!important;
    } */
}

.intro svg {
    overflow: initial;
    padding: 5vw;
    width: 35vw;
}

@media (max-width: 767px) {
    .intro svg {
        padding: 0;
        padding-top: 2em;
        width: 40vw;
        margin: 0 15%;
    }
}

.intro svg>* {
    fill: #1C1C1C;
    stroke: #1C1C1C;
    stroke-width: 0.85px;
}


/*
======================================================================================================================
Mis juegos
======================================================================================================================
*/

.bg-dark-translucid {
    background-color: rgba(0, 0, 0, 0.8);
}

.h-50px {
    height: 50px;
}

.card-img-custom {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.text-overlay-custom {
    position: relative;
    z-index: 1;
}

.card-custom {
    min-width: calc(25% - 30px);
}

.img-custom-long {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}


/*
======================================================================================================================
Resto de juegos
======================================================================================================================
*/

.gameCard-footer {
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.card-img-overlay {
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.gameCard-img-small {
    width: 100%;
    height: 35vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.gameCard-img-big {
    width: 100%;
    height: calc(70vh + 1.5rem);
    -o-object-fit: cover;
    object-fit: cover;
}

.gameCard:hover .gameCard-footer {
    opacity: 1;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.gameCard:hover .card-img-overlay {
    padding: .5rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.gameCard:hover .overlay {
    /*background-image: radial-gradient(circle, rgba(43, 12, 12, 0.6), rgba(0, 0, 0, 0.5));*/
    background-image: radial-gradient(circle, rgb(0 0 0 / 20%), rgba(0, 0, 0, 0.5));
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gameCard:hover .box-shadow {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.shutterOut {
    z-index: 1040;
}

@-webkit-keyframes shutterOut {
    0% {
        display: block;
        opacity: 1;
        background: #00ff7f;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    50% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        display: block;
        opacity: 1;
        background-image: linear-gradient(45deg, springgreen, #1b1d2c);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
}

@keyframes shutterOut {
    0% {
        display: block;
        opacity: 1;
        background: #00ff7f;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    50% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        display: block;
        opacity: 1;
        background-image: linear-gradient(45deg, springgreen, #1b1d2c);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
}

.shutterOut {
    -webkit-animation-name: shutterOut;
    animation-name: shutterOut;
}

.bg-gradient {
    background-image: linear-gradient(45deg, springgreen 1%, #314954 50%, #1b1d2c 100%);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}


/*
======================================================================================================================
Slider
======================================================================================================================
*/

@media (min-width: 768px) {
.box-shadow-top-slider {
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,.5);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,.5);
  }    
}

body {
    position: relative!important;
}

[data-slider-index] {
    cursor: pointer;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

[data-slider-index]:not(.current-slider):hover {
    background-color:rgba(49, 73, 84, 0.2);
}

.carousel-top {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

@media (min-width: 768px) {
    .carousel-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    
    .carousel-btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } 
}

@media (max-width: 767.98px){
    .carousel-btns {
        display: none!important;
    }
    .carousel-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.carousel-btns div {
    line-height: 0;
    overflow: hidden;
}

.carousel-btns .btn-image {
    min-width: 80px;
    --wd: 80px;
    width: var(--wd);
    height: calc(var(--wd)*4/3);
}

.carousel-btns .btn-text {
    font-weight: 800;
    line-height: 1.2em;
}

.carousel-btns img {
    width: 100%;
    height: 100%;

}
.img-overlay {
    object-fit: contain;    
}
.img-back {
    object-fit: cover;
}

.carousel-btns img.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all ease-out .3s;
    padding: 0.3em;
}

.carousel-btns img.img-overlay:hover {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
    padding: 0em;
    transition: all ease-out .3s;
}

.carousel-btn progress {
    overflow: hidden;
}

.progressbarCarousel {
    background-color:  black;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
  }
  progress[value]::-moz-progress-bar { 
    background-image:
      -moz-linear-gradient(
        right, 
        springgreen , 
        #314954,
        #1b1d2c
      );
  
  }

.carousel-btns {
    background-color: #13181d;
}

.carousel-btns .current-slider {
    background-color: #314954;
}


@media (max-width: 1920px) {
    .carousel-btns .btn-image {
        --wd: 70px;
        min-width: 70px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btns p {
        font-size: 1rem;
    }
}

@media (max-width: 1450px) {
    .carousel-btns .btn-image {
        min-width: 60px;
        --wd: 60px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btns p {
        font-size: 0.9rem;
    }
    .carousel-btn>div {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
}

@media (max-width:  1350px){
    .carousel-btns .btn-image {
        min-width: 55px;
        --wd: 55px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
}

@media (max-width:  1250px){
    .carousel-btns .btn-image {
        min-width: 50px;
        --wd: 50px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
}

@media (max-width: 1150px) {
    .carousel-btns .btn-image {
        min-width: 40px;
        --wd: 40px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btns p {
        font-size: 0.8rem;
    }
}

@media (max-width: 1050px) {
    .carousel-btns .btn-image {
        min-width: 38px;
        --wd: 30px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btn>div {
        padding-left: 0.1em;
        padding-right: 0.1em;
    }
    .carousel-btns p {
        font-size: 0.8rem;
    }
}

@media (max-width: 1000px) {
    .carousel-btns p {
        font-size: 0.8rem;
    }
}

@media (max-width: 920px) {
    .carousel-btns .btn-image {
        min-width: 35px;
        --wd: 35px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btns p {
        font-size: 0.8rem;
    }
}

@media (max-width: 865px) {
    .carousel-btns .btn-image {
        min-width: 33px;
        --wd: 33px;
        width: var(--wd);
        height: calc(var(--wd)*4/3);
    }
    .carousel-btns p {
        font-size: 0.7rem;
    }
}

.carousel-top .img-topslider-gameback {
    height: 100%;
    object-fit: cover;
}


.carousel-top .carousel-item>div {
    width: 100%;
    position: absolute!important;
    top: 0;
    height: 100%;
}

.carousel-top .carousel-item:before {
    content: '';
    width: 100%;
    padding-bottom: 53%;
    display: block;
    padding-left: 0;
}

.carousel-top .slider-layer-2,
.carousel-top .slider-layer-3 {
    height: 100%;
}

.carousel-top.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.carousel-item {
    overflow-x: hidden;
    max-width: 100%;
}

.carousel-top .slick-slide {
    opacity: 30%;
}

.carousel-top .slick-current {
    opacity: 100%;
}

.carousel-top .slick-list {
    padding: 0!important;
}

.carousel-top .img-logo {
    object-fit: contain;
}

.carousel-top .slick-slide .no-visible {
    opacity: 0;
}


@media (max-width: 575.98px) {
    .carousel-top- {
        height: 283px;
        /*margin-top: 46px;*/
    }
    .carousel-top- .slider-layer-2,
    .carousel-top- .slider-layer-3 {
        height: 283px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top- .slick-next {
        right: 10px;
    }
    .carousel-top- .slick-prev {
        left: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-top- {
        height: 283px;
        /*margin-top: 46px;*/
    }
    .carousel-top- .slider-layer-2,
    .carousel-top- .slider-layer-3 {
        height: 283px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top- .slick-next {
        right: 30px;
    }
    .carousel-top- .slick-prev {
        left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-top- {
        height: 396px;
        /*margin-top: 46px;*/
    }
    .carousel-top- .slider-layer-2,
    .carousel-top- .slider-layer-3 {
        height: 396px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top- .slick-next {
        right: 30px;
    }
    .carousel-top- .slick-prev {
        left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-top- {
        height: 490px;
        /*margin-top: 46px;*/
    }
    .carousel-top- .slider-layer-2,
    .carousel-top- .slider-layer-3 {
        height: 490px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top- .slick-next {
        right: 30px;
    }
    .carousel-top- .slick-prev {
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .carousel-top- {
        height: 490px;
        /*margin-top: 46px;*/
    }
    .carousel-top- .slider-layer-2,
    .carousel-top- .slider-layer-3 {
        height: 490px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top- .slick-next {
        right: calc((100vw - 1160px) / 2);
    }
    .carousel-top- .slick-prev {
        left: calc((100vw - 1160px) / 2);
    }
}

.carousel-top- .slick-next,
.carousel-top- .slick-prev {
    z-index: 100;
}

.carousel-top .slick-slide .bg-1 {
    background-image: linear-gradient(45deg, rgba(0, 255, 127, .3) 0%, rgba(49, 73, 84, .3) 50%, rgba(0, 255, 127, .3) 100%);
    transition: all .6s ease-in-out;
}

.carousel-top .slick-current .bg-1 {
    background-image: linear-gradient(-115deg, rgba(32, 35, 40, 0) 0%, rgba(32, 35, 40, 0.2) 40%, rgba(32, 35, 40, 0.4) 65%, rgba(0, 0, 0, 0.6) 100%);
    background-size: cover;
    transition: all .6s ease-in-out;
}

.bg-gradient-animation {
    -webkit-animation-name: bg-gradient-animation;
    animation-name: bg-gradient-animation;
}

@-webkit-keyframes bg-gradient-animation {
    0% {
        background-position: 0% 1%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes bg-gradient-animation {
    0% {
        background-position: 0% 1%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.slider-layer-1 {
    z-index: 3;
}

.slider-layer-2 {
    z-index: 2;
    margin-right: -40px !important;
    max-width: calc(100% + 40px)!important;
    min-width: calc(100% + 40px) !important;
}

.slider-layer-3 {
    z-index: 1;
    margin-left: -40px !important;
    max-width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
}

@media (min-width: 992px) {
    .carousel-caption-custom-item {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .img-logo {
        max-height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@-webkit-keyframes slideInLeftCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0);
    }
}

@keyframes slideInLeftCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0);
    }
}

.slideInLeftCustom {
    -webkit-animation-name: slideInLeftCustom;
    animation-name: slideInLeftCustom;
}

@-webkit-keyframes slideInRightCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(2%, 0, 0);
        transform: translate3d(2%, 0, 0);
    }
}

@keyframes slideInRightCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(2%, 0, 0);
        transform: translate3d(2%, 0, 0);
    }
}

.slideInRightCustom {
    -webkit-animation-name: slideInRightCustom;
    animation-name: slideInRightCustom;
}

.animated.slowerCustom {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-custom {
        position: -webkit-sticky;
        position: sticky;
        top: 55px;
        z-index: 1020;
    }
}

.dropdown-menu {
    z-index: 1030;
}

.green-custom {
    color: rgba(0, 255, 126, 0.55);
}

.shopping-cart {
    z-index: 990;
    position: fixed;
    top: 47px;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-cart span {
    right: 2px;
    top: 2px;
}

@media (max-width: 575.98px) {
    .shopping-cart {
        right: 33px;
        height: 55px;
        width: 55px;
        border-radius: 0 0 55px 55px;
    }
}

@media (min-width: 576px) {
    .shopping-cart {
        right: 85px;
        height: 60px;
        width: 60px;
        border-radius: 0 0 60px 60px;
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link.active {
    color: #00ff7f;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: springgreen;
    border-left-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: springgreen;
    border-left-color: transparent;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .long-card {
        height: 334px;
    }
}
@media (min-width: 576px) and  (max-width: 991.98px) {
    .long-card {
        height: 438px;
    }
}
@media (min-width: 992px) {
    .long-card {
        height: 454px;
    }
}

.gradient-overlay-7 {
    background-image: linear-gradient(120deg, #314954, rgba(63, 70, 121, 0.7));
}

.gradient-overlay-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.95) 100%);
}

.small-card h4.card-title.h6 {
    --max-lines: 1;
    position: relative;
    max-height: calc(1.2rem * var(--max-lines));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

h4.card-title.h6 {
    font-family: "Jura";
    font-weight: 700;
}

.card-rectangular-tag {
    display: inline-flex;
}

@media (max-width: 575.98px) {
    h4.card-title.h6,
    .card-rectangular-tag {
        font-size: .825rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h4.card-title.h6,
    .card-rectangular-tag {
        font-size: .85rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h4.card-title.h6,
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h4.card-title.h6 {
        font-size: .95rem;
    }
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

@media (min-width: 1200px) {
    h4.card-title.h6 {
        font-size: .95rem;
    }
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

span.btn.btn-primary.btn-sm.px-2,
.btn-group-sm>span.btn.btn-primary.px-2 {
    padding: 0.05rem 1rem;
}

.small-card .card {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
}

.small-card .card-body {
    height: 75px;
}

.small-card .cart-btn {
    display: none;
}

.small-card .system-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-card .price .h6 {
    margin-top: -4px;
}

.small-card .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.small-card .card-img-overlay {
    padding: 2.5rem;
}

.small-card:hover .system-btns {
    display: none;
}

.small-card:hover .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-card:hover .logo-overlay {
    padding: 1rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.small-card:hover .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.small-card .gameCard-img {
    /*height: 116px;*/
    height: 134px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.small-card .badges {
    top: -24px;
    left: 0;
}

.big-card .card {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
}

.big-card .card-body {
    height: 75px;
}

.big-card .cart-btn {
    display: none;
}

.big-card .system-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-card .price .h6 {
    margin-top: -4px;
}

.big-card .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.big-card .card-img-overlay {
    padding: 4.5rem;
    max-width: 50%;
}

.big-card:hover .system-btns {
    display: none;
}

.big-card:hover .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-card:hover .logo-overlay {
    padding: 1rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.big-card:hover .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 991.98px) {
    .big-card .gameCard-img {
        height: 345px;
    }
    .carousel-item .gameCard-img {
        height: 121px;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .big-card .gameCard-img {
        /*height: 361px;*/
        height: 375px;
    }
    .carousel-item .gameCard-img {
        height: 121px;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.big-card .gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.big-card .badges {
    top: -24px;
    left: 0;
}

.card.bg-small-card {
    background-image: linear-gradient(100deg, #00ff7f -80%, #314954 110%);
}

.gameCard-footer-inner {
    height: 95px;
    background-image: linear-gradient(100deg, #00ff7f -80%, #314954 110%);
}

.game-card-rectangular {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.game-card-rectangular .cart-btn {
    display: none;
}

.game-card-rectangular span.h6.text-shadow.mb-0 {
    margin-top: -4px;
}

.game-card-rectangular:hover {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

@media (min-width: 576px) {
    .game-card-rectangular:hover {
        background-color: #314954;
        -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    } 
}

.game-card-rectangular:hover .cart-btn {
    display: block;
}

.game-card-rectangular:hover .card-img-overlay {
    padding: .25rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.game-card-rectangular:hover .logo-img-container {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.game-card-rectangular img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 76px;
    min-width: 100%;
}

.game-card-rectangular .bg-img-container {
    height: 76px;
    width: 136px;
}

.game-card-rectangular .logo-img-container {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.game-card-rectangular .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5rem;
    width: 100%
}

@media (max-width: 575.98px) {
    .game-card-rectangular .bg-img-container {
        height: 100px;
        width: 100px;
    }
    .game-card-rectangular .gameCard-img {
        width: 100%;
        height: 100px;
    }
    .game-card-rectangular img.logo-overlay.card-img-overlay {
        height: 55px;
    }
}

.price {
    white-space: nowrap;
}

#section-offers .offerCard-img {
    object-position: bottom;
}

/* arrows */
.slick-next, 
.slick-prev {
    top: -20px!important;
    width: 30px!important;
    height: 30px!important;
}
.slick-next::before, .slick-prev::before {
    font-size: 23px!important;
    opacity: .25!important;
    color: #00ff7f!important;
    transition: opacity .3s ease-in-out!important;
}
.slick-next {
    right: 1rem!important;
  }

.slick-prev {
    right: 50px!important;
    left: unset!important;
  }

.slick-next:focus::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-prev:hover::before {
    transition: opacity .3s ease-in-out!important;
    opacity: .75!important;
  }

#featured .left-small img {
    height: 178px;
    width: 100%;
}

#featured .left-small .logo-overlay img {
    object-fit: contain;
}

#featured img.gameCard-img {
    object-fit: cover;
}

#featured .right-long img {
    height: 360px;
}

#featured .right-long img.gameCard-img {
    width: 100%;
    object-fit: cover;
}

#featured .square-img {
    max-height: 533px!important;
}

.discovered .img-overflow {
    height: 264px;
}

.discovered img.gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carouselNews img.gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1399.98px){
    .carouselNews img.gameCard-img {
        height: 235px;
    }
}
@media (min-width: 1400px) {
    .carouselNews img.gameCard-img {
        height: 242px;
    }
}


.slick-dots li.slick-active button:before {
    color: #00ff7f !important;
}

.slick-dots li button:before {
    color: #00ff7f !important;
}

.inCart,
.soon,
.demoBadge {
    display: none;
    white-space: nowrap;
}

.btn-xs {
    font-size: 1rem !important;
    white-space: nowrap;
}

.btn-outline-primary:hover,
a.bg-dark:hover {
    background-color: #00ff7f!important;
}


/* Crop text */

@media (max-width: 575.98px) {
    #sliderhome .carousel-item {
        height: 480px;
    }
    .txt-topslider-gameintro {
     font-size: .825rem;   
    }
    .datatext {
        --max-lines: 3;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0!important;
    }
    html {
        --lh: 1.25rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #sliderhome .carousel-item {
        height: 480px;
    }
    .txt-topslider-gameintro {
     font-size: .9rem;   
    }
    .datatext {
        --max-lines: 4;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0!important;
        margin-top: 0!important;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #sliderhome .carousel-item {
        height: 420px;
    }
    .datatext {
        --max-lines: 6;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .datatext {
        --max-lines: 10;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .datatext {
        --max-lines: 10;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

.text-shadow2 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .9);
}


/* //wishlist button */

a:focus {
    outline: none;
}

.big-card .wishlist-btn {
    top: -18px;
    right: 0;
    z-index: 999;
}

.small-card .wishlist-btn {
    top: -18px;
    right: 0;
    z-index: 999;
}

button.btn.btn-outline-primary.btn-sm.wishlist-btn.wishlist.px-2.py-0.mr-3 {
    line-height: 1.2;
}

button.btn.btn-sm.wishlist-btn.px-2.py-0.mr-3.wishlisted.btn-primary {
    line-height: 1.2;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.demoBadge {
    color: #fff;
    background-color: #0b2e3e;
}

.card-rectangular-tag a{
    color: #839298;
    font-weight: 700;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .3);
    font-size: 85%;
    transition: all .1s ease;
  }
.card-rectangular-tag a:hover {
    color: #CDD3D6;
    transition: all .1s ease-in-out;
}
.game-card-rectangular:hover .card-rectangular-tag a {
    color: #fff;
    transition: all .1s ease-in-out;
}
.game-card-rectangular:hover .card-rectangular-tag a:hover {
    color: #CDD3D6;
    transition: all .1s ease-in-out;
}
.img-topslider-gamechar {
    display: none !important;
}


/* tooltip */

.game-card-rectangular,
.big-card,
.small-card {
    position: relative;
}

.custom-tooltip {
    visibility: hidden;
    z-index: 1000;
    width: 330px;
}

.game-card-rectangular .custom-tooltip {
    left: 103%;
    top: -94%;
}

.small-card .custom-tooltip {
    left: 103%;
    top: -13%;
}

.big-card .custom-tooltip {
    left: 103%;
    top: 0%;
}

/*Tooltip hidden in small resolutions*/
@media (min-width: 992px){
    .game-card-rectangular:hover .custom-tooltip,
    .big-card-main-div:hover+.custom-tooltip,
    .small-card-main-div:hover+.custom-tooltip,
    .small-card:hover .custom-tooltip {
        visibility: visible;
        pointer-events: none;
    }    
}

.custom-tooltip img {
    height: 150px;
    object-fit: cover;
}

.custom-tooltip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #314954 transparent transparent;
}

.card-tooltip-tag {
    font-weight: 700;
    font-size: 11px;
    padding: 0rem .3rem .1em;
    color: #00ff7f;
}

.bg-dark-custom {
    background-color: rgba(27, 29, 44, .95);
}

button.slick-prev.slick-arrow {
    z-index: 999;
}


/* ------ */

div.slick-slide[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
}

div.slick-list.draggable {
    overflow: visible!important;
}

#sliderhome .carousel-item .xada {
    margin: 0px!important;
}

/* ------ */

.carouselWhatsGood {
    z-index: 2;
}

.carouselRecommended {
    z-index: 1;
}

#featured:parent {
    z-index: 0;
}

@media (min-width: 1400px) {
    .slick-active .offer:nth-child(4) .small-card .custom-tooltip,
    .slick-active .small-card-box-2 .small-card .custom-tooltip {
        left: -113%;
        top: -13%;
    }
    .slick-active .offer:nth-child(4) .small-card .custom-tooltip::after,
    .slick-active .whatsgood:nth-child(4) .small-card .custom-tooltip::after,
    .slick-active .small-card-box-2 .small-card .custom-tooltip::after {
        left: 100%;
        border-color: transparent transparent transparent #314954;
    }
    #carousel-news-block {
        width: 1385px;
        min-height: 267px;
    }
    .carouselNews {
        width: 1350px;
    }
}


/*>> carousel css define*/

#news button.slick-prev.slick-arrow,
#news button.slick-next.slick-arrow {
    display: none!important;
}

.carousel-left-div,
.carousel-right-div {
    display: inline-block;
    margin: auto;
}

#news-left-btn,
#news-right-btn {
    cursor: pointer;
}

.disabled {
    color: gray;
}


/* >> game card new design*/

.three-card-box .custom-tooltip {
    top: 0%!important;
}

.three-card-box .small-card-box-2 .custom-tooltip {
    left: -108%!important;
}

.three-card-box .small-card-box-1 .custom-tooltip {
    left: -108%!important;
}

.three-card-box .small-card-box-1 .custom-tooltip::after {
    left: 100%!important;
    border-color: transparent transparent transparent #314954;
}

.three-card-box .small-card .gameCard-img,
.four-card-box .small-card .gameCard-img {
    height: 374px;
}

.three-card-box .carousel-item .gameCard-img,
.four-card-box .carousel-item .gameCard-img {
    height: 116px;
}

.four-card-box .small-card .custom-tooltip {
    top: 0%;
}

.four-card-box .small-card-box-2 .small-card .custom-tooltip {
    left: 104%!important;
    top: 0%;
}

.four-card-box .small-card-box-2 .small-card .custom-tooltip:after {
    left: -13%!important;
    border-color: transparent #314954 transparent transparent;
}

.four-card-box .small-card-box-4 .small-card .custom-tooltip {
    left: -113%;
    top: 0%;
}

.four-card-box .small-card-box-4 .small-card .custom-tooltip:after {
    left: 100%!important;
    border-color: transparent transparent transparent #314954;
}

.big-card-box-2 .custom-tooltip {
    left: -54%!important;
    top: 0%;
}

.big-card-box-2 .custom-tooltip:after {
    left: 100%!important;
    border-color: transparent transparent transparent #314954;
}

.six-card-box .small-card-box-2 .small-card .custom-tooltip {
    left: 103%!important;
}

.six-card-box .small-card-box-2 .small-card .custom-tooltip:after {
    left: -8%!important;
    border-color: transparent #314954 transparent transparent;
}

.one-big-card-box .custom-tooltip {
    left: 74%!important;
}

.one-big-card-box .custom-tooltip:after {
    right: -6%!important;
    border-color: transparent transparent transparent #314954;
}


/*>> Offer games sectioin*/

.vertical-card .small-card .gameCard-img {
    /*height: 360px;*/
    height: 377px;
}

#all .small-card .custom-tooltip {
    top: 0%;
}

#all .big-two-one-card .custom-tooltip {
    left: 47%;
}

#all .big-two-one-card .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-one-card .custom-tooltip {
    left: 65%;
}

#all .big-one-card .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-two-card:nth-child(2) .custom-tooltip {
    left: 47%;
}

#all .big-two-card:nth-child(2) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-oneffer-two-card:nth-child(3) .custom-tooltip {
    left: -74%;
}

#all .big-oneffer-two-card:nth-child(3) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-three-card:nth-child(3) .custom-tooltip {
    left: -12%;
}

#all .big-three-card:nth-child(3) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-five-card:nth-child(4) .custom-tooltip {
    left: 103%;
}

#all .big-five-card:nth-child(4) .custom-tooltip:after {
    left: -7%;
    border-color: transparent #314954 transparent transparent;
}

#all .big-five-card:nth-child(3) .custom-tooltip,
#all .big-five-card:nth-child(5) .custom-tooltip {
    left: -12%;
}

#all .big-five-card:nth-child(3) .custom-tooltip:after,
#all .big-five-card:nth-child(5) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-six-card:nth-child(4) .custom-tooltip {
    left: 103%;
}

#all .big-six-card:nth-child(4) .custom-tooltip:after {
    left: -7%;
    border-color: transparent #314954 transparent transparent;
}

#all .big-six-card:nth-child(3) .custom-tooltip,
#all .big-six-card:nth-child(6) .custom-tooltip {
    left: -83%;
}

#all .big-six-card:nth-child(3) .custom-tooltip:after,
#all .big-six-card:nth-child(6) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#all .big-seven-card:nth-child(7) .custom-tooltip {
    left: -13%;
}

#all .big-seven-card:nth-child(7) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .small-card .gameCard-img {
    /*height: 124px;*/
    height: 134px;
}

#recommended .big-one-card .custom-tooltip {
    left: 74%;
    top: 0%;
}

#recommended .big-one-card .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .vertical-card .small-card .gameCard-img {
    /*height: 360px;*/
    height: 377px;
}

#recommended .big-three-card .custom-tooltip {
    top: 0%;
}

#recommended .big-three-card:nth-child(4) .custom-tooltip {
    top: 0%;
    left: -114%;
}

#recommended .big-three-card:nth-child(4) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-three-card:nth-child(3) .custom-tooltip {
    left: 106%;
}

#recommended .big-four-card .custom-tooltip {
    top: 0%;
}

#recommended .big-four-card:nth-child(3) .custom-tooltip:after {
    left: -6%;
    border-color: transparent #314954 transparent transparent;
}

#recommended .big-four-card:nth-child(4) .custom-tooltip {
    top: 0%;
    left: 105%;
}

#recommended .big-four-card:nth-child(4) .custom-tooltip:after {
    left: -8%;
    border-color: transparent #314954 transparent transparent;
}

#recommended .big-four-card:nth-child(5) .custom-tooltip {
    left: -113%;
    top: 0%;
}

#recommended .big-four-card:nth-child(5) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-six-card:nth-child(4) .custom-tooltip,
#recommended .big-six-card:nth-child(7) .custom-tooltip {
    left: -83%;
}

#recommended .big-six-card:nth-child(4) .custom-tooltip:after,
#recommended .big-six-card:nth-child(7) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-two-card:nth-child(3) .custom-tooltip {
    left: -54%;
}

#recommended .big-two-card:nth-child(3) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

@media (min-width: 767.98px) {
    #all .big-oneffer-two-card,
    #all .big-oneffer-one-card {
        flex: 0 0 37.33333%;
        max-width: 37.33333%;
    }
}

/* .bordered-btn {
    border: 1px solid white;
} */

.no-active {
    opacity: 0.5;
}

#recommended {
    height: 100%!important;
    overflow: unset!important;
}


/*
* Game Search
*/

.not-game-found {
    width: 100%;
    text-align: center;
    height: 60px;
    background-color: #13181d;
    border: 1px solid rgba(0, 255, 126, 0.25);
}

#searched_div {
    top: 30px;
    z-index: 1000;
}
@media (max-width: 575.98px) {
    #searched_div {
        right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #searched_div {
        right: -5px;
    }
}

@media (min-width: 768px) {
    #searched_div {
        right: 0;
    }
}

.search-card:last-child {
    border-bottom: 1px solid rgba(0,255,126,.25);
}

.search-card {
    background: #13181d;
}

.search-card a {
    color: white;
}

input[type="search" i]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background: url(https://idcgames.com/cdn/img/iconos-lottie/xmark-solid.svg) no-repeat 50% 50%;
    background-size: contain;
}

@media (max-width: 575.98px) {
    .search-form {
        width: 100%;
    }
}

.search-form button {
    height: 50px;
}
.search-green-lighter{
    border-color: rgba(0, 255, 126, 0.25);
}

#recommended {
    height: 100%!important;
    overflow: unset!important;
}

.carouselWhatsGood .six-card-box .small-card-box-3 .custom-tooltip,
.carouselWhatsGood .six-card-box .small-card-box-6 .custom-tooltip {
    left: -83%!important;
}

.carouselWhatsGood .six-card-box .small-card-box-3 .custom-tooltip:after,
.carouselWhatsGood .six-card-box .small-card-box-6 .custom-tooltip:after {
    left: 100%!important;
    border-color: transparent transparent transparent #314954;
}

/* News */
.anchor-news {
    padding-top: 7rem;
    width: 100%;
}

.text-news-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-news-game {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*
======================================================================================================================
Cristina 
======================================================================================================================
*/



/*========== start offer, recommended, whatsgood carousels ===========*/

@media (max-width: 575.98px) {
    .game-card-rectangular .bg-img-container {
        height: unset;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .game-card-rectangular .gameCard-img {
        height: unset;
    }
    .game-card-rectangular img.logo-overlay.card-img-overlay {
        height: unset;
    }
    .big-card .card-img-overlay,
    .small-card .card-img-overlay {
        padding: 0;
        max-width: 100%;
    }
    #bestselling .game-card-rectangular,
    #new .game-card-rectangular,
    #upcoming .game-card-rectangular,
    #demo .game-card-rectangular {
        display: block!important;
    }
    .small-card .custom-tooltip,
    .big-card .custom-tooltip,
    .game-card-rectangular .custom-tooltip {
        top: 0;
        left: 0!important;
    }
    .wishlist-btn {
        margin-top: 0.5rem;
    }
}


/*========== start news carousel ===========*/

#carousel-news-block {
    position: relative;
}

.carousel-left-div,
.carousel-right-div {
    position: absolute;
    top: -30px;
    font-size: 1.25rem;
    opacity: .25;
    color: #00ff7f;
    transition: opacity .3s ease-in-out;
}
.carousel-left-div:hover,
.carousel-left-div:focus,
.carousel-right-div:hover,
.carousel-right-div:focus {
    opacity: .75;
    transition: opacity .3s ease-in-out;
}

.carousel-left-div {
    right: 55px;
}

.carousel-right-div {
    right: 20px;
}

@media (min-width: 1400px) {
    #carousel-news-block,
    .carouselNews {
        width: 100%;
    }
}

/*========== end news carousel ===========*/
.inset-shadow {
    box-shadow: inset 0 -4px 7px 1px rgb(0 0 0 / 20%), inset 0px 4px 7px 1px rgb(0 0 0 / 20%);
}

/* Menu collapsable */
@media (max-width: 991.98px) {
    #menuColapsable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #menuColapsable li {
        border: 1px solid #314954;
        width: 100%;
    }
}

.upside-down {
    transform: rotate(90deg);
    transition: all ease-in-out .3s;
}
.navbar-toggler i{
    transition: all ease-in-out .3s;
}


/* Container-xl css to make it wider */

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
    /* col:110px */
}
@media (min-width: 1600px) and (max-width: 1899.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
    /* col:120 */
}
@media (min-width: 1900px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1560px;
    }
    /* col:130 */
}
/* End container xl css */

#sliderhome .btn.disabled {
    cursor: default;
}

.hidden {
    display: none!important;
}
/* END main-global-home-default-v2 css */
/* START footer-default css */
footer { bottom:auto; }
footer button.close, footer { z-index: 666; position:relative; }
.closeCookiesBox { z-index: 666; }

.footer-logo{
	height: 92px;
}
.border-white-lighter{
	border: 1px solid white;
	transition: all ease-in-out .3s;
}
.border-white-lighter:hover{
	border: 1px solid #66ffb2;
	transition: all ease-in-out .3s;
}
.distribute-games-btn:hover {
    border-color: #00ff7f;
    background-color: #00ff7f;
    transition: all ease-in-out .3s;
}
@media (min-width: 1370px)  {
	.border-white-lighter, .no-border-lighter{
		font-size: 10pt;
	}	
	.distribute-games-btn{
		font-size: 14pt;
		height: auto;
	}
	.footer-logo{
		height: 85px;
	}	
}

@media (max-width: 1370px) {
	.border-white-lighter, .no-border-lighter {
		font-size: 9pt;
	} 
	.distribute-games-btn{
		font-size: 13pt;
	}
	.footer-logo{
		height: 85px;
	}	
}
@media (max-width: 768px){
	.border-white-lighter{
	    font-size: 9pt;
	}
}

@media (max-width: 575.98px) {
.a-tag-contents .border-right{
	border-right: 0!important;
}
}
.x-twitter {
	fill: #00ff7f;
	  height: 1em;
	  width: 1em;
	  top: 0.5em;
	  left: 0.75em;
  }
.x-twitter-btn:hover .x-twitter {
    fill: #66ffb2;
}
/* END footer-default css */
/* START modal-purchase-and-prices-v3 css */
/*
======================================================================================================================
Modal Shopping Cart CSS
======================================================================================================================
*/
@media (max-width: 575.98px) {
    .money .h3 {
      font-size: calc(0.9rem + .3vw); }
    .money .h2 {
      font-size: calc(1.275rem + .3vw); } }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .money .h3 {
      font-size: calc(1rem + .3vw); }
    .money .h2 {
      font-size: calc(2rem + .3vw); } }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .money .h3 {
      font-size: calc(0.9rem + .3vw); }
    .money .h2 {
      font-size: calc(1.275rem + .3vw); } }
  
  .emailRequiredModal .modal-dialog {
    max-width: 750px !important; }
  
  @media (min-width: 1200px) {
    .shoppingCartModal .modal-sm {
      max-width: 900px; } }

.shoppingCartModal .game-card-rectangular.d-flex.flex-row.border-bottom.border-green-lighter.py-3.cart-item-game:last-of-type {
border-bottom: 0 !important; }
/* END modal-purchase-and-prices-v3 css */
