.store_ranks {
    left: 5vw;
    max-width: 90vw;
}
#content {
    margin: 0 5vw;
}

main {
    width: 90vw;
    display: -webkit-box;
    display: flex;
}

section {
    width: 30vw;
    display: -webkit-box;
    display: flex;
    margin-top: 20px;

}
section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    top: 0;
}
section .desc {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    opacity: 0.5;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 150px;
    line-height: 22px;
}

.desc p {
    display: block;
    text-align: center;
    rgba(255,255,255,0.8)
    margin: 5px;
    font-weight: lighter;
}
#ranks-title h3 {
    text-align: center;
}
#ranks-title h2 {
    margin-left: 20px;
    margin-bottom: 05px;
    margin-top: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-size: 30px;
}
.store_ranks h1{
    display: block;
    font-size: 27px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
}
.desc h2{
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 21px;
    text-transform: uppercase;
    color: rgba(255,153,0,1);
    margin-bottom: 5px;
    margin-top: 15px;
}
.prices {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    border: none;
}
.midCol {
    max-width: 0;
}
.prices .price {
    font-size: 22px;
    overflow: hidden;
    height: 65px;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
}
.prices tr {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.prices tr:hover{
    background-color: rgba(101, 101, 101, 0.8);
}
.prices tr:hover td{
    /*background-color: transparent;*/
}
.prices .price .dur {
    vertical-align: middle;
    padding-left: 25px;
}
.prices .price .dur .dur0{
    font-size: 24px;
}
.prices .price .dur .dur1{
    font-size: 15px;
    font-weight: lighter;
    opacity: 0.7;
}
.prices .price .reward {
    font-size: 15px;
    color: rgba(255,153,0,1);
    opacity: 0;
    vertical-align: middle;
}
.prices .price .amount {
    text-align: right;
    font-weight: lighter;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 25px;
}
.prices .price .disc {
    font-weight: bold;
    font-size: 20px;
    color: yellow;
    padding-right: 5px;
}

section:nth-child(odd) {
    background: rgba(46,49,56,1);
    border: 1px solid gray;
}
section:nth-child(even) {
    background: rgba(46,49,56,1);
    border: 3px solid rgb(255,153,0);
}
section .content {

}

@media screen and (min-width: 1090px) {

    section {
        -webkit-transition: all 0.4s cubic-bezier(.78,0,.28,1);
        transition: all 0.4s cubic-bezier(.78,0,.28,1);
        margin: auto;
    }
    section:nth-child(1):hover {
        width: 60vw;
    }
    section:nth-child(1):hover .desc, section:nth-child(1):hover .price {
        opacity: 1;
    }
    section:nth-child(1):hover .content .price .reward,  section:nth-child(1):hover .content .midCol {
        opacity: 1;
        width: initial;
    }
    section:nth-child(2):hover {
        width: 60vw;
    }
    section:nth-child(2):hover .desc, section:nth-child(2):hover .price {
        opacity: 1;
    }
    section:nth-child(2):hover .content .price .reward,  section:nth-child(2):hover .content .midCol {
        opacity: 1;
        width: initial;
    }
    section:nth-child(3):hover {
        width: 60vw;
    }
    section:nth-child(3):hover .desc, section:nth-child(3):hover .price {
        opacity: 1;
    }
    section:nth-child(3):hover .content .price .reward,  section:nth-child(3):hover .content .midCol {
        opacity: 1;
        width: initial;
    }
    section .content {
        -webkit-transition: all 0.4s cubic-bezier(.78,0,.28,1);
        transition: all 0.4s cubic-bezier(.78,0,.28,1);
    }
    section .content .desc, section .content .price {
        -webkit-transition: all 0.4s cubic-bezier(.78,0,.28,1);
        transition: all 0.4s cubic-bezier(.78,0,.28,1);
    }

    section .content .price .reward,  section .content .midCol {
        -webkit-transition: all 0.4s cubic-bezier(.78,0,.28,1);
        transition: all 0.4s cubic-bezier(.78,0,.28,1);
    }
}
@media screen and (max-width: 1090px) {

    main {
        display: grid;
    }
    main section {
        margin: auto;
        width: 85vw;
        display: block;
        max-width: 700px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    }

    section .desc, section .price {
        opacity: 1;
    }
    section .content .price .reward,  section .content .midCol {
        opacity: 1;
        width: initial;
    }
}
@media screen and (max-width: 550px) {
    section .content .price .reward,  section .content .midCol {
        opacity: 0;
    }
}


.store_money {
    font-size: 23px;
}


.store_money table {
    width:100%;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 10px;
    table-layout: fixed;
}

.store_money tr.headrow {
    display: flex;
    width: 100%;
    background: rgba(231, 0, 0, 0.19);
    padding: 18px 0;
}
.store_money tr.row{
    display: flex;
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
    background: rgba(97, 97, 97, 0.32);
}
.store_money .disc {
    float: right;
    font-weight: bold;
    font-size: 22px;
    color: yellow;
    padding-right: 15px;
    padding-top: 1px;
}
.store_money th {
    display: flex;
    width: 100%;
    padding-left: 5%;
    font-size: 24px;
}
.store_money td {
    display: flex;
    width: 100%;
    padding-left: 5%;
}

.store_money td.right {
    color: rgba(255,153,0,1);
    float: right;
    font-weight: bold;
}
.store_money td.mid {
    font-weight: normal;
    font-size: 22px;
}

.store_money tr:nth-of-type(even) {
    background: rgba(238, 238, 238, 0.17);
}
.store_money tr.row:hover {
    background: rgba(238, 238, 238, 0.36);
}