﻿.carousel {
    width: 100%;
    margin: 0 auto;
}

.carousel-indicators {
    position: relative;
    top: 670px;
}

#slide {
    width: 100%;
}

* {
    box-sizing: border-box
}

.mySlides {
    display: none;
}

    .mySlides img {
        height: 800px;
        object-fit: cover;
    }

.slideshow-container {
    width: 100%;
    position: relative;
    margin: -10px;
    margin-top: 20px;
    height: 650px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 2px;
    width: 20px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    top: 10px;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.timer-container {
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-top: 260px;
}

    .timer-container h1 {
        font-weight: normal;
        letter-spacing: .125rem;
        text-transform: uppercase;
        font-size: 135px;
    }

#countdown ul li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    border: 1px solid lightgrey;
    margin-right: 2%;
    border-radius: 15px;
    color: lightgrey;
    font-weight: bold;
}

    #countdown ul li span {
        display: block;
        font-size: 5.5rem;
    }

.result-container {
    height: 100%;
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}

.position-container1 {
    width: 100%;
}

.ethrone-row {
    margin-bottom: 0px;
}

.games-pages-box {
    background-color: black;
    float: left;
    margin-bottom: 50px;
    margin-right: 1.5%;
    position: relative;
    width: 331px;
}

.ethrone-image-box {
    height: 200px;
}

    .ethrone-image-box img {
        height: 100%;
        border-radius: 15px 15px 0px 0px;
        width: 100%;
        object-fit: cover;
    }

.games-pages-original-price {
    color: white;
    font-weight: bold;
    font-size: 18px;
    flex: 1;
    text-decoration: line-through;
}

.games-pages-discounted-price {
    flex: 1;
    color: #00ffd1;
    font-weight: bold;
    font-size: 18px;
}

.games-pages-price-img {
    flex: 1;
}

    .games-pages-price-img img {
        width: 120px;
        object-fit: cover;
        height: 30px;
    }

.games-pages-detail {
    margin: auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
}

/*.games-pages-lists {
    display: block;
}*/

.ethrone-custom-size-first .games-pages-box {
    height: 590px;
    width: 100%;
    margin-right: 0%;
}

.ethrone-custom-size-first .ethrone-image-box {
    height: 450px;
}

    .ethrone-custom-size-first .ethrone-image-box img {
        height: 100%;
        border-radius: 15px 15px 0px 0px;
    }

.ethrone-custom-size-first .games-pages-original-price {
    color: white;
    font-weight: bold;
    font-size: 18px;
    flex: 1;
    text-decoration: line-through;
}

.ethrone-custom-size-first .games-pages-discounted-price {
    flex: 3;
    color: #00ffdb;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}

.ethrone-custom-size-first .games-pages-price-img {
    flex: 1;
}

    .ethrone-custom-size-first .games-pages-price-img img {
        width: 120px;
        height: 30px;
        object-fit: cover;
    }

.ethrone-custom-size-first .games-pages-detail {
    margin: auto;
    padding: 0px 30px 0px 30px;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

/*.ethrone-custom-size-first .games-pages-lists {
    display: block;
}*/

.ethrone-custom-size-first p {
    font-size: 15px;
    color: grey;
    padding: 15px 30px 0px 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ethrone-custom-size-second .games-pages-box {
    width: 629px;
    height: 590px;
}

.ethrone-custom-size-second .ethrone-image-box {
    height: 420px;
}

    .ethrone-custom-size-second .ethrone-image-box img {
        height: 100%;
        border-radius: 15px 15px 0px 0px;
        object-fit: cover;
        width: 955px;
    }

.ethrone-custom-size-second .games-pages-original-price {
    color: white;
    font-weight: bold;
    font-size: 18px;
    flex: 1;
    text-decoration: line-through;
}

.ethrone-custom-size-second .games-pages-discounted-price {
    flex: 4.5;
    color: #00ffdb;
    font-weight: bold;
    font-size: 18px;
}

.ethrone-custom-size-second .games-pages-price-img {
    flex: 1;
}

    .ethrone-custom-size-second .games-pages-price-img img {
        width: 120px;
        height: 30px;
        object-fit: cover;
    }

.ethrone-custom-size-second .games-pages-detail {
    margin: auto;
    padding: 0px 30px 0px 30px;
    display: flex;
    flex-direction: row;
}

/*.ethrone-custom-size-second .games-pages-lists {
    display: block;
}*/

.ethrone-custom-size-second p {
    font-size: 15px;
    color: grey;
    padding: 15px 30px 10px 30px;
    margin: 0;
}

.first-row {
    display: flex;
    flex-direction: row;
}

.special {
    display: flex;
    flex-direction: column;
    position: relative;
}

.item1 {
    margin-left: 10px;
    width: 74%;
}

.item2 {
    margin-left: 10px;
    width: 24%;
}

.item3 {
    margin-left: 10px;
    width: 24%;
}

.item4 {
    margin-left: 10px;
    width: 48.817%;
}

.item5 {
    margin-left: 1%;
    width: 24%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1376px;
}

.desktop-container {
    display: block;
}

.mobile-container {
    display: none;
}

@media only screen and (max-width: 767px) {


    .carousel {
        width: 100%;
        margin: 0 auto;
    }

    .item5:nth-child(odd) {
        margin-right: 6%;
    }

    .item5:nth-child(even) {
        margin-right: 0%;
    }

    .carousel-indicators {
        position: relative;
        top: 670px;
    }

    .con {
        width: 90%;
        margin-top: 2%;
    }

    .desktop-container {
        display: none;
    }

    .mobile-container {
        display: block;
    }

    #slide {
        width: 100%;
    }

    .slideshow-container {
        width: 90%;
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 1%;
        height: 100%;
    }

    .mySlides {
        display: none;
    }

        .mySlides img {
            height: 400px;
            width: 100%;
            border-radius: 25px;
            object-fit: cover;
        }

    .timer-container {
        color: white;
        margin: 0 auto;
        text-align: center;
        margin-top: 5%;
    }

        .timer-container h1 {
            font-weight: normal;
            letter-spacing: .125rem;
            text-transform: uppercase;
            font-size: 15.7vw;
            box-sizing: border-box;
            text-align: left;
            position: relative;
            right: 1%;
        }

    #countdown ul {
        padding-left: 0rem;
        width: 100%;
        align-items: start;
        display: flex;
    }

        #countdown ul li {
            display: inline-block;
            font-size: 3.32vw;
            list-style-type: none;
            padding: 3vw;
            text-transform: uppercase;
            border: 1px solid lightgrey;
            margin-right: 3.7%;
            border-radius: 15px;
            color: lightgrey;
            font-weight: bold;
        }

            #countdown ul li span {
                display: block;
                font-size: 10vw;
            }

    .container .ethrone-col32 {
        background-color: black;
        float: left;
        margin-bottom: 20px;
        position: relative;
        margin-right: 0%;
        width: 100%;
    }

    .item5 {
        margin-left: 0;
        width: 47%;
    }

    .games-pages-original-price {
        color: white;
        font-weight: bold;
        font-size: 3vw;
        flex: 1;
        text-decoration: line-through;
    }

    .games-pages-discounted-price {
        flex: 1;
        color: #00ffdb;
        font-weight: bold;
        font-size: 3vw;
    }

    .show-more {
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
    }

        .show-more a {
            text-decoration: none;
            border: 1px solid white;
            padding: 3px 50px;
            font-size: 18px;
            color: white;
            border-radius: 20px;
            cursor: pointer;
            text-align: right;
        }

    .result-container {
        height: 100%;
        margin-top: 65px;
        display: flex;
        flex-wrap: wrap;
        margin-left: 5%;
        margin-right: 5%;
    }
}
