.shopInShopBg {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
}

.shopInShopMenu {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
}

.shopInShopMenu .faded-btn {
    display: inline-block;
    border-color: #cccccc;
    background: transparent;
    color: #000000;
    padding: 15px 20px;
    margin: 10px 10px 10px 30px;
}

.shopInShopMenu .faded-btn:hover {
    background: #2b2b2b;
    color: #ffffff;
}

.shopInShopMenu .faded-btn.active {
    background: #2b2b2b;
    color: #ffffff;
    border: none;
}

.shop-history {
    max-height: none;
}

.shop-history div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media only screen and (min-device-width: 64rem) {
    .shop-history div {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .shopInShopMenu .ActifTrait {
        position: relative;
    }

    .shopInShopMenu .ActifTrait::before {
        border-top: 1px solid black;
        content: ' ';
        width: 30px;
        position: absolute;
        left: 0;
        height: 1px;
        top: 50%;
    }
}

@media only screen and (max-device-width: 64rem) {
    .shop-history div {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .shopInShopMenu {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgb(245, 245, 245);
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
        flex-direction: row;
        top: auto;
        width: 100%;
        right: auto;
    }

    .shopInShopMenu .faded-btn {
        padding: 10px;
    }
}

@media only screen and (max-device-width: 46.875rem) {
    .shopInShopBg {
        height: 200px;
    }

    .shopInShopMenu {
        padding-bottom: 0;
        padding-top: 0;
    }

    .shopInShopMenu .faded-btn {
        padding: 5px;
        margin: 10px 5px 10px 15px;
    }
}