.divCategories {
    width: 55px;
    height: 48px;
    background: #E8D3B4;
    margin-bottom: 5px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.divCategories:hover {
    transition: 0.2s;
    background: #D4C0A1;
}

.divCategoriesActive {
    width: 85px;
    height: 48px;
    background: hsl(36, 37%, 68%);
    margin-bottom: 5px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
}

.row-allItems {
    background: #D4C0A1;
    padding: 5px;
    max-height: 450px;
    overflow: auto;
    border: 2px solid #55636c;
    width: 100%;
}

.row-allItems .divItem {
    position: absolute;
    left: 28px;
    top: 48px;
    height: 64px;
    width: 128px;
    background-repeat: no-repeat;
    margin: 20px 45px;
}

.divBackgroundMainOver {
    display: none;
    position: absolute;
    align-items: center;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-image: url(./layouts/tibiacom/images/payment/serviceid_icon_over.png);
    z-index: 400;
}




.div-all-items {
    background: #1C1C1C;
    padding: 50px 60px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    cursor: help;
}

.span-all-items {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 43px;
    margin-top: 100px;
    z-index: 100;
    background: #3C3C3C;
    width: 140px;
    border-radius: 5px;
}

.span-all-items-bg-invi {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 34px;
    margin-top: 100px;
    z-index: 100;
    background: transparent;
    width: 160px;
    height: 50px;
    border-radius: 5px;
}

.button-span-plus {
    padding: 1px;
}

.span-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-left: 18%;
    margin-top: 140px;
    background: #333333;
    padding: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    z-index: 200;
}

.imgSacola {
    padding: 10px;
    background: #3C3C3C;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 4px;
}

.fontProduct {
    font-size: 12px;
    margin-bottom: 10px;
}

.fontProductName {
    font-size: 12px;
}

.divBackgroundMain {
    align-items: center;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;

}

.divBackgroundMainOver {
    display: none;
    position: absolute;
    align-items: center;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-image: url('./layouts/tibiacom/images/payment/serviceid_icon_over.png');
    z-index: 400;
}

.row-allItems .divOfferName {
    position: absolute;
    left: 0;
    top: 6px;
    height: 35px;
    width: 130px;
    margin-left: 25px;
    margin-right: 10px;
    z-index: 99;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 12px
}


.row-allItems .divPrice {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 140px;
    margin-left: 15px;
    margin-right: 5px;
    z-index: 99;
    color: white;
    font-weight: 500;
}

.spanMinor {
    cursor: pointer !important;
}

.plusMinor {
    pointer-events: initial;
}

.inputItems[type=text] {
    padding: 0;
    height: 30px;
    text-align: center;
    background: transparent;
    color: #5A2800;
    border: none;
    box-shadow: 0 0 0 0;
    font-weight: bold;
    font-size: 12px;
}

.spanBtnSendChar {
    width: 60px;
    padding: 10px 20px;
    background: #D4C0A1;
    border: 1px solid #000;
    cursor: pointer;
    transition: 0.2s;
}

.spanBtnSendChar:hover {
    background: #F1E0C5;
    transition: 0.2s;
}

.TableContainer  {
    width: 746px !important;
}
