.nft-shop-block {
    background-image: var(--img-linea-bg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 2100px 960px;

    width: 100%;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.nft-shop-area {
    width: 1050px;
    margin: 150px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.nft-shop-area > div {
    flex: 0 0 auto;
}

.nft-shop-menu {
    background-image: var(--img-nft-menu-bg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    min-height: 310px;
}

.nft-shop-menu > a {
    text-decoration: none;
}

.nft-shop-menu-item {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 20px auto;
    position: relative;
    cursor: pointer;
}

.nft-shop-menu-item > img.chain-icon {
    width: 56px;
    margin-left: 10px;
    z-index: 2;
}

.nft-shop-menu-item > img.chain-selected {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 72px;
}

.nft-shop-menu-item > span {
    z-index: 2;
    margin-left: 15px;
}

.nft-shop-menu-item-selected {
    color: white;
}

.nft-shop-wrapper {
    display: flex;
    margin-left: 30px;
    width: 850px;
}