.custom-submenu{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: 350px;
    border: 1px solid #379683;
    background: url("boi.png") no-repeat;
    background-position: left top;
    background-size: 300px;
    padding: 20px;
}

.custom-grid{
    width: fit-content;
    font-family: "Source Sans Pro",sans-serif;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2,100px);
    row-gap: 1vw;
}

.custom-section{
    display: flex;
    align-items: stretch;
    gap: 5%;
}

.section-title{
    display: block;
    color: #141414;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0.25em;
}

.section-text :not(.section-title){
    display: block;
    font-size: 12px;
    color: #379683;
}

.section-img img{
    display: block;
    height: auto;
    max-height: 54px;
    max-width: 76px;
}

#detskaKola{
    order: 1;
}

#jizdniKola{
    order: 2;
}

#elektrokola{
    order: 3;
}

#prislusenstvi{
    order: 4;
    text-align: right;
    grid-row: 1/3;
    grid-column: 4/5;
}

#servis{
    order: 5;
}

#komponenty{
    order: 6;
}

#komponenty img{
    opacity: 0;
}

#cyklistickeVybaveni{
    order: 7;
}

#cyklistickeObleceni{
    order: 8;
}

#banners{
    order: 9;
    flex-direction: column;
    gap: 10px;
}

.banner{
    padding: 4.5%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: darkgrey;
    border: solid 1px red;
    border-radius: 15px;
}

#boi{
    max-height: 300px;
    opacity: 0;
}