.MMNewThemeContent-box {
    border-collapse: collapse;
    color: white;
    font-size: 11px;
    background-color: #2A2A2A;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #000000;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .35);
    /*overflow: hidden;*/
}

.MMNewThemeContent-box-header {
    background: #2D2D2D;
    padding: 4px 4px 4px 12px !important;
    font-weight: 500 !important;
    font-size: 12px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #0b0b0b;
    position: relative;
    box-shadow: rgba(11, 11, 11, 0.6) 0px -11px 20px -5px inset;
    text-shadow: 4px 4px 8px #000000, 4px 4px 18px #000000 !important;
}

.MMNewThemeContent-box-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5E865EFF;
}

.MMNewThemeContent-box-header-overlord {
    background: #2D2D2D;
    padding: 4px 4px 4px 12px !important;
    font-weight: 500 !important;
    font-size: 12px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #0b0b0b;
    position: relative;
    box-shadow: rgb(154, 90, 224) 0px -11px 20px -5px inset;
    text-shadow: 4px 4px 8px #000000, 4px 4px 18px #000000 !important;
}

.MMNewThemeContent-box-header-overlord:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #9a5ae0;
}

.MMNewThemeContent-image {
    background-size: cover;
    background-position: center;
    height: 160px;
    border-bottom: none !important;
}

.MMNewThemeContent-image::before {
    content: ' ';
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #2a2a2a);
}

.MMNewThemeContent-description {
    padding: 16px;
}

.MMNewThemeCoverTimers {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: end;
    justify-content: start;
    padding: 12px;
    width: 100%;
}

.MMNewThemeCoverTimer {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 6px;
    background: #444;
    display: flex;
    flex-direction: column;
    width: 160px;
    gap: 4px;
}

.MMNewThemeCoverTimer-Ready {
    border-color: #b8ff7e;
}

.MMNewThemeCoverTimer-Ready span {
    color: #b8ff7ebb;
}

.MMNewThemeCoverTimer-NotReady {
    border-color: #ff7e7e;
    background: #333;
}

.MMNewThemeCoverTimer-NotReady span {
    color: #ff7e7ebb;
}







.MMNewThemeItemList {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
}

.MMNewThemeItem, .MMNewThemeItemHeader {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    transition: 0.3s all;
    border: 1px solid #000000;
    justify-content: center;
    background-color: #494747;
}

.MMNewThemeItemLocked {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    transition: 0.3s all;
    border: 1px solid #000000;
    justify-content: center;
    background-color: #787676 !important;
    opacity: 25% !important;
    vertical-align: middle !important;
}

.MMNewThemeItem:hover, .MMNewThemeItemLocked:hover, .MMNewThemeItemSelected {
    background: rgba(83, 83, 83, 0.27);
    box-shadow: 0 0 12px #99999944
}

.MMNewThemeItemLocked img {
    width: 20px;
    height: 20px;
}

.MMNewThemeItem2, .MMNewThemeItemHeader2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    transition: 0.3s all;
    border: 1px solid #000000;
    justify-content: center;

}

.stack {
    border: 1px solid #3c3c3c;
    box-shadow: 0 0 34px #3c3c3ccc;
    padding: 16px;
    margin-top: 12px;
    /* min-height: 300px; */
    border-radius: 12px;
}

.storeSpotlight {
    overflow: hidden;
}

.storeItemName {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
    position: relative;
}
.storeItemGold {
    font-weight: bolder;
    text-shadow: 2px 2px 2px #00000044;
    border-radius: 6px;
    display: inline-block;
    transition: 0.4s all;
    position: absolute;
    right: 0;
    top: 0;
}

.storeImgContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
}

.storeImgContainer img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 100%;
    transition: 0.3s all;
    display: block;
}

.storeButtons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.storeButtons button {
    min-width: 135px;
    padding: 6px;
}

.sub, button {
    font-size: 12pt;
    transition: all 0.1s ease;
    margin-top: 4px;
    padding-left: 10pt;
    padding-right: 10pt;
    cursor: pointer;
    /* box-shadow: inset 0 0 6px #222, 0 0 4px #444; */
    /* box-shadow: inset 0 0 6px #000, 0 0 4px #454545; */
}

@media only screen and (max-width: 767px) {
    .storeItemList {
        gap: 12px;
    }

    .storeItemName h2 {
        font-size: 24px;
    }

    .storeItemGold {
        font-size: 12px;
        padding: 4px;
    }
}

.storeItemGoldHidden {
    margin-top: -60px;
}
.normalStack, .goldStack {
    transition: 0.3s all;
}

.goldStack {
    background: linear-gradient(to bottom right, #fff2, #ffd77954, #fff2);
    box-shadow: 0 0 6px darkgoldenrod;
}

.normalStack {
    background: linear-gradient(to bottom right, #fff2, rgb(36 36 36 / 4%), #fff2);
    box-shadow: 0 0 6px #b7b7b7;
}

.MMNewThemeItemList .odd {
    background: #1d1d1d;
}

.MMNewThemeItemList .even {
    background: #2A2A2A;
}

.MMNewThemeItemHeader {
    background-image: url('//cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/sub.png');
    font-style: italic;
}
.MMNewThemeItemHeader2 {
    background-image: url('//cdn-azure.al-group.uk/midnight-mafia.com/Assets/Images/sub.png');
    font-style: italic;
}