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

.redumg {
    color: rgb(255, 138, 138);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 500px) {
    .redumg {
        width: 80%;
        text-align: center;
    }
}
.wrapMe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.creds {
    position: absolute;
    display: flex;
    color: rgb(197, 197, 197);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 9px;
    z-index: 9;
    right: 16px;
    bottom: 31px;
}

.webshop_parent {
    cursor: url("../images/cursor.ico"), default;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
a {
    cursor: url("../images/cursor_H.ico"), default;
}
.dgn_cursor {
    cursor: url("../images/cursor.ico"), default;
}
.dgn_cursor:hover {
    cursor: url("../images/cursor_H.ico"), default;
}

.charCont {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 80px;
    /* left: 1rem; */
    top: 25rem;
    padding: 0.5rem;
    z-index: 8;
}
.char_select {
    display: flex;
    position: relative;
    justify-content: center;
    width: 70px;
    height: 35px;
    z-index: 0;
    margin: 3px;
    margin-left: 18px;
}
.char_select:hover {
    cursor: url("../images/cursor_H.ico"), default;
}
.charName {
    position: absolute;
    z-index: 2;
    display: flex;
    background-color: rgba(67, 67, 67, 1);
    border: double 3px white;
    border-radius: 4px;
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 10px;
    justify-content: center;
    align-items: center;

    width: 80px;
    height: 17px;
}
.charName:hover {
    background-color: rgb(108, 108, 108);
}
.charSelected {
    border: double 3px #ffc96d !important;
}
.charIco {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 3;
    top: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: none;
}
.human_m {
    background-image: url("../images/human_m.png");
}
.human_f {
    background-image: url("../images/human_f.png");
}
.drakan_m {
    background-image: url("../images/drakan_m.png");
}
.drakan_f {
    background-image: url("../images/drakan_f.png");
}

.ws_left {
    width: 390px;
    position: relative;
}
.ws_right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 500px;
    background: url("../images/webshop_rightcontent.png") no-repeat;
    background-size: 100%;
}

.ws_pricetext {
    display: flex;
    width: 128px;
    height: 20px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: white;
    position: absolute;
    right: 10px;
    top: 78px;
}

.item_icon {
    display: flex;
    width: 40px;
    height: 40px;
    background-repeat: none;
}

.ws_quantity {
    display: flex;
    width: 50px;
    height: 15px;
    border-radius: 5px;
    border: solid 2px rgb(87 87 87);
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    scroll-padding: 5px;
    left: 75px;
    justify-content: center;
    bottom: 7.5px;
    background-color: #e2e2e2;
}

.ws_producttype {
    display: flex;
    width: 128px;
    height: 20px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: white;
    position: absolute;
    right: 10px;
    top: 104px;
}

.ws_shopbox {
    position: relative;
    width: 388px;
    height: 470px;
    background: url("../images/webshop_leftcontent.png") no-repeat;
}
@media (max-width: 544px) {
    .ws_shopbox {
        position: relative;
        width: 100%;
        height: 470px;
        background: url("../images/webshop_leftcontent.png") no-repeat;
        background-size: 100%;
        /* margin-top: -383px; */
    }
    .ws_left {
        width: 100%;
    }
}
.ws_productbox {
    width: 237px;
    height: 206px;
    background: url("../images/product_content.png") no-repeat;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0rem;
}
.webshopbanner {
    position: absolute;
    z-index: 1;
    width: 107px;
    height: 65px;
    left: 18px;
    top: -11px;
    background: url("../images/mall_banner.png") no-repeat;
}
.ws_woodia {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 86px;
    right: -20px;
    bottom: -12px;
    background: url("../images/woodia.png") no-repeat;
}

.ws_buy {
    position: absolute;
    width: 49px;
    height: 20px;
    right: 50px;
    bottom: 6px;
    background: url("../images/buy_normal.png") no-repeat;
}

.ws_buy:hover {
    background: url("../images/buy_hover.png") no-repeat;
    cursor: url("../images/cursor_H.ico"), default;
}

.ws_woodia {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 86px;
    right: -20px;
    bottom: -12px;
    background: url("../images/woodia.png") no-repeat;
}

.ws_itemname {
    position: absolute;
    width: 219px;
    height: 23px;
    left: 9px;
    top: 53px;
    background: url(../images/productname_box.png) no-repeat;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: white;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    line-height: 12px;
}

.csitembg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: url("../images/csitembg.png") no-repeat;
    position: relative;
    z-index: 1;
}
.cs_sel {
    z-index: 2;
    background: url("../images/csitembg_selected.png") no-repeat;
    display: flex;
    width: 42px;
    height: 42px;
    position: absolute;
}

.ws_productico {
    position: absolute;
    left: 24px;
    top: 82px;
}

.ws_grid {
    height: 308px;
    width: 308px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    position: absolute;
    left: 40px;
    top: 68px;
}

@media (max-width: 545px) {
    .ws_grid {
        height: 153px;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        left: 20px;
        top: 50px;
    }
}
.ws_tooltipbox {
    width: 182px;
    height: 69px;
    background: url(../images/tooltip_box.png) no-repeat;
    margin: auto;
    position: relative;
    top: 5rem;
    left: 15px;
    display: flex;
}
.ws_tooltipbox_txt {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: white;
    width: 182px;
    height: 69px;
    background: url("../images/tooltip_box.png") no-repeat;
    padding: 7px;
    display: flex;
    position: relative;
}

.mailbox_ico {
    background: url("../images/mailbox_ico.png") no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    right: 5px;
    bottom: 20px;
}

.mailbox_ico {
    background: url("../images/mailbox_ico.png") no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    right: 5px;
    bottom: 20px;
}

.ws_desc {
    display: flex;
    position: absolute;
    padding: 1rem;
    margin: 0.5rem;
    background-color: rgb(47 47 47 / 82%);
    border: rgba(255, 255, 255, 0.773) solid 1px;
    border-radius: 0.7rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    top: 13rem;
    left: 0rem;
    width: 220px;
    min-height: 37px;
}

.moduleDesc {
    /* display: flex; */
    position: relative;
    padding: 1rem;
    margin: 0.5rem;
    background-color: rgb(25 25 25 / 87%);
    border: rgb(255 255 255 / 30%) solid 1px;
    border-radius: 0.7rem;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    width: 80%;
    min-height: 40px;
    justify-content: center;
    align-items: center;
}

.moduleDesc > a {
    all: unset;
    color: rgb(197, 197, 197) !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.moduleDesc > a:hover {
    color: rgb(255, 255, 255) !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .webshop_parent {
        height: auto;
        align-items: center;
        gap: 24px;
    }

    .ws_left,
    .ws_right {
        width: min(100%, 390px);
    }

    .ws_right {
        min-height: 500px;
        height: auto;
        background-position: top center;
    }

    .charCont {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        justify-content: center;
        padding-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .moduleDesc {
        width: 100%;
        margin-inline: 0;
        font-size: 14px;
    }

    .ws_shopbox {
        width: 100%;
        min-height: 390px;
        height: auto;
        background-size: 100% 100%;
    }

    .ws_grid {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 4.25rem 1rem 1rem;
        justify-content: center;
        gap: 0.35rem;
    }

    .ws_right {
        width: min(100%, 320px);
        min-height: 450px;
        background-size: 100% 100%;
    }

    .ws_productbox,
    .ws_tooltipbox,
    .ws_desc {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-inline: auto;
    }

    .ws_desc {
        width: calc(100% - 1rem);
        margin-top: 1rem;
    }

    .charCont {
        grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
        justify-content: center;
    }
}
