body {
    background-color: #202122;
}

* {
    font-family: Caladea, Merriweather, serif;
    color: white;
}

.global_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5.2rem;
    width: 100%;
}

.content_column_left {
    display: flex;
    flex-direction: column;
    width: 18.7rem;
    z-index: 1;
}

.content_column_right {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.box_categories {
    position: fixed;
    padding-top: .4rem;
    width: 18.7rem;
    height: 100%;
    background-color: #1d1e20;
    border-right: .2rem solid;
    border-color: #343438;
    max-height: calc(100vh - 5.4rem);
    overflow-y: auto;
}

.ul_list {
    margin-top: .2rem;
    margin-left: -1.4rem;
}

.li_list_style_category {
    margin-left: -.4rem;
    list-style: none;
}

.li_list_type_category {
    margin-top: .4rem;
    margin-bottom: .4rem;
    margin-left: -.4rem;
    list-style: none;
}

.li_list_first_category {
    margin-top: .2rem;
    margin-bottom: .2rem;
    margin-left: -.4rem;
    list-style: none;
}

.li_list_second_category {
    list-style: disc;
    color: white;
}

.style_category {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all .2s ease-in-out;
}

.style_category:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.type_category {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.24rem;
}

.type_category:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.first_category {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
}

.first_category:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.second_category {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
}

.second_category:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.box_title {
    display: flex;
    justify-content: center;
}

.title {
    font-size: 1.7rem;
    color: white;
}

.main_box_previews {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #1a1b1b;
    border-bottom: .1rem solid;
    border-color: #343438;
}

.box_previews {
    position: relative;
    margin: auto;
    width: 48rem;
    height: 20rem;
    overflow: hidden;
}

.previews {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    cursor: zoom-in;
}

.images_previews {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prev_previews, .next_previews {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1rem;
    margin-top: -1.5rem;
    color: #ececec40;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all .2s ease-in-out;
    background-color: #48484840;
    user-select: none;
    cursor: pointer;
    z-index: 1;
}

.next_previews {
    right: 0;
}

.prev_previews:hover, .next_previews:hover {
    color: white;
    background-color: #101010;
}

.box_previews_dots {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

.previews_dots {
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    margin: 0 .28rem;
    background-color: #5c5c5c84;
    border-radius: 50%;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.active_preview_dot, .previews_dots:hover {
    background-color: white;
}

.fullscreen_previews {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d7;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.fullscreen_images_previews {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arrows_fullscreen_previews {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    color: #ececec80;
    font-weight: bold;
    font-size: 2.8rem;
    transition: all .2s ease-in-out;
    user-select: none;
}

.arrows_fullscreen_previews:hover {
    color: white;
}

.next_fullscreen_previews {
    right: 0;
}

.prev_fullscreen_previews {
    left: 0;
}

.close_fullscreen_previews {
    position: fixed;
    top: 1rem;
    right: 2.4rem;
    color: #ececec80;
    font-size: 2.8rem;
    font-weight: bold;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.close_fullscreen_previews:hover {
    color: white;
}

.main_box_infos {
    display: flex;
    flex-wrap: wrap;
    background-color: #343438;
    border-bottom: .1rem solid;
    border-color: #343438;
}

.box_infos {
    display: flex;
    flex-direction: column;
    flex: 1 1 45%;
    margin: .1rem;
    background-color: #242527;
}

.box_text_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 20rem;
    margin-top: 0;
    padding: .8rem;
}

.first_title_infos {
    margin-top: 0;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.titles_infos {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: .7rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.text_infos {
    margin-bottom: .8rem;
    font-size: 1.2rem;
    color: white;
}

.text_edit_product {
    margin-bottom: .8rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #4299e5;
    text-decoration: none;
}

.ul_text_maps_infos {
    margin: 0;
    margin-bottom: .4rem;
    margin-left: -1.5rem;
}

.li_text_maps_infos {
    margin-bottom: .4rem;
    font-size: 1rem;
    color: white;
}

.main_box_price {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box_price {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-right: 1rem;
}

.title_price {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: .7rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.old_price {
    text-decoration: line-through;
    text-decoration-thickness: .15rem;
    text-decoration-color: #4299e5;
    font-size: 1.2rem;
    color: white;
}

.box_discount_price {
    display: flex;
    align-items: center;
    flex: 1;
}

.discount_price {
    font-size: 1.2rem;
    color: #4299e5;
}

.free_price {
    font-size: 1.2rem;
    color: #74ff58;
}

.price {
    margin-bottom: .4rem;
    font-size: 1.2rem;
    color: white;
}

.tier_price {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: .4rem;
    font-size: 1.2rem;
    color: white;
}

.box_download_preferences_infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_download_ue_version_infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download_preferences_text_infos {
    margin-top: .8rem;
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

.box_select_download_preferences_infos {
    display: flex;
    align-items: center;
}

.download_preferences_checkbox_infos {
    margin-top: .8rem;
    margin-bottom: .8rem;
    border: .1rem solid;
    padding: 0.5em;
    appearance: none;
    color: white;
    scale: 1.2;
    cursor: pointer;
}

.download_preferences_checkbox_infos:checked {
    display: inline-block;
    background: url(icons/check.png) no-repeat center center;
    background-size: .8rem;
}

.download_preferences_select_version_infos {
    margin-left: 1rem;
    width: 13rem;
    height: 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    background-color: #292a2d;
    border: .14rem solid;
    border-color: #343438;
    outline: none;
    cursor: pointer;
}

.download_preferences_select_format_infos {
    width: 3.5rem;
    height: 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    background-color: #292a2d;
    border: .14rem solid;
    border-color: #343438;
    outline: none;
    cursor: pointer;
}

.download_preferences_select_resolution_infos {
    width: 3rem;
    height: 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    background-color: #292a2d;
    border: .14rem solid;
    border-color: #343438;
    outline: none;
    cursor: pointer;
}

.box_video_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-bottom: 2.8rem;
    width: 50%;
    min-width: 34rem;
}

.video_infos {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: .2rem solid;
    border-color: #343438;
}

.video_title_infos {
    text-align: center;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.box_description_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 0;
    width: 85%;
}

.description_title_infos {
    text-align: center;
    margin-top: 0;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.description_text_infos {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .8rem;
    padding-right: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    background-color: #292a2d;
    border: .14rem solid;
    border-color: #343438;
    outline: none;
    resize: none;
    cursor: default;
}

.box_offset_infos {
    padding-bottom: 4.8rem;
}

.product_variations_title_infos {
    text-align: center;
    margin-top: 2.8rem;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
}

.button_location {
    text-align: center;
}

.button, .button_remove_cart {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .4rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    color: white;
    border: .1rem solid;
    border-radius: .2rem;
    border-color: white;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.button:hover {
    scale: 1.04;
    color: #4299e5;
    border-color: #4299e5;
    transition: all .2s ease-in-out;
}

.button_disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .4rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    color: white;
    border: .1rem solid;
    border-radius: .2rem;
    border-color: white;
    transition: all .4s ease-in-out;
}

.button_remove_cart:hover {
    scale: 1.04;
    color: #f54a4a;
    border-color: #f54a4a;
    transition: all .2s ease-in-out;
}

.button_save_download_preferences_location {
    margin-top: 1rem;
    text-align: center;
}

.button_save_download_preferences {
    padding: .4rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: transparent;
    color: white;
    border: .1rem solid;
    border-radius: .2rem;
    border-color: white;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.button_save_download_preferences:hover {
    scale: 1.04;
    color: #4299e5;
    border-color: #4299e5;
    transition: all .2s ease-in-out;
}

.download_link {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.download_link:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.global_gallery {
    margin-top: .28rem;
    margin-left: .28rem;
    margin-right: .28rem;
}

.gallery {
    display: grid;
    grid: auto auto / auto auto auto auto;
    grid-template-columns: repeat(6, 1fr);
    row-gap: .4rem;
    column-gap: .4rem;
    width: 100%;
    padding-right: .2rem;
    margin-top: -1rem;
    max-height: calc(100vh - 9.03rem);
    overflow-y: auto;
    overflow-x: hidden;
}

.product {
    display: block;
    width: 100%;
    background-color: #242527;
    transition: all .1s ease-in-out;
    text-decoration: none;
}

.box_product_name {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: -.8rem;
    height: 5.2rem;
    width: 100%;
}

.product_name {
    padding-left: .8rem;
    padding-right: .8rem;
    text-align: center;
    word-break: break-word;
    font-size: .88rem;
    color: white;
}

.preview_product {
    width: 100%;
    margin: 0;
}

.box_product_infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .7rem;
    padding-right: .7rem;
}

.product_new_discount {
    font-size: .88rem;
    color: #4299e5;
}

.product_free {
    font-size: .88rem;
    color: #74ff58;
}


/*Desktop*/
@media only screen and (max-width: 1900px) {
    .gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}


/*Desktop*/
@media only screen and (max-width: 1800px) {    
    .gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*Desktop*/
@media only screen and (max-width: 1600px) {
    .gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}


/*Desktop*/
@media only screen and (max-width: 1300px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}


/*Desktop*/
@media only screen and (max-width: 1200px) {
    .title {
        font-size: 1.5rem;
    }

    .text_no_result {
        margin-right: 0;
    }

    .content_column_right {
        margin-left: 0;
    }

    .global_gallery {
        margin-left: .5rem;
    }

    .fullscreen_images_previews {
        width: 70%;
    }

    .box_previews {
        width: 42rem;
        height: 20rem;
    }
}


/*Desktop*/
@media only screen and (max-width: 1000px) {
    .content_column_left {
        display: none;
    }

    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .box_previews {
        width: 48rem;
        height: 20rem;
    }
}


/*Mobile*/
@media only screen and (max-width: 800px) {
    .title {
        font-size: 1.2rem;
    }

    .box_previews {
        width: 36rem;
        height: 15rem;
    }

    .box_infos {
        flex-basis: 100%;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .fullscreen_images_previews {
        width: 60%;
    }

    .button {
        font-size: 1rem;
    }

    .button_disabled {
        font-size: 1rem;
    }
    
    .button_save_download_preferences {
        font-size: 1rem;
    }
}



/*Mobile*/
@media only screen and (max-width: 600px) {
    .title {
        font-size: 1.1rem;
    }

    .box_previews {
        width: 30rem;
        height: 12.5rem;
    }

    .box_video_infos {
        min-width: 90%;
    }
}


/*Mobile*/
@media only screen and (max-width: 500px) {   
    .close_fullscreen_previews {
        right: .54rem;
    }

    .next_fullscreen_previews {
        right: -1.4rem;
    }
    
    .prev_fullscreen_previews {
        left: -1.4rem;
    }

    .title {
        font-size: .88rem;
    }

    .box_text_infos {
        width: 12rem;
    }

    .first_title_infos {
        margin-bottom: .4rem;
        font-size: .8rem;
    }

    .titles_infos {
        margin-bottom: 0;
        font-size: .8rem;
    }

    .video_title_infos {
        margin-bottom: .7rem;
        font-size: .8rem;
    }

    .description_title_infos {
        margin-bottom: .7rem;
        font-size: .8rem;
    }

    .product_variations_title_infos {
        font-size: .8rem;
    }

    .text_infos {
        margin-bottom: .2rem;
        font-size: .7rem;
    }

    .ul_text_maps_infos {
        margin-bottom: .1rem;
        margin-left: -1.88rem;
    }

    .li_text_maps_infos {
        margin-bottom: .1rem;
        font-size: .7rem;
    }

    .title_price {
        font-size: .8rem;
    }

    .old_price {
        font-size: .7rem;
    }

    .price {
        font-size: .7rem;
    }

    .tier_price {
        font-size: .7rem;
    }

    .free_price {
        font-size: .8rem;
    }

    .discount_price {
        font-size: .8rem;
    }

    .download_preferences_text_infos {
        font-size: .7rem;
    }

    .description_text_infos {
        font-size: .7rem;
    }

    .box_previews {
        width: 24rem;
        height: 10rem;
    }

    .box_video_infos {
        min-width: 80%;
    }

    .button {
        padding: .2rem .4rem;
        font-size: .7rem;
    }

    .button_disabled {
        padding: .2rem .4rem;
        font-size: .7rem;
    } 
    
    .button_save_download_preferences {
        padding: .2rem .4rem;
        font-size: .7rem;
    }
    
    .product_name {
        font-size: .8rem;
    }

    .product_free {
        font-size: .8rem;
    }

    .product_new_discount {
        font-size: .8rem;
    }

    .download_preferences_select_version_infos {
        width: 10.8rem;
        height: 1.5rem;
        font-size: .8rem;
    }

    .download_preferences_select_format_infos {
        width: 3.2rem;
        height: 1.5rem;
        font-size: .8rem;
    }

    .download_preferences_select_resolution_infos {
        width: 2.5rem;
        height: 1.5rem;
        font-size: .8rem;
    }
}


/*Mobile*/
@media only screen and (max-width: 400px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .title {
        font-size: .64rem;
    }

    .box_previews {
        width: 17rem;
        height: 7.5rem;
    }
}