.sectionMenu .smBack p {
    margin-bottom: 10px;
    color: #707070;
    font-size: 0.8rem;
    cursor: pointer;
}
@media (min-width: 768px) {
    .sectionMenu .smBack p {
        font-size: 0.75rem;
    }
}
.sectionMenu .smBack p:before {
    content: "<";
    padding-right: 0.5rem;
}
.sectionMenu .smToggler {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sectionMenu .smToggler:after {
    content: "\e001";
    font-size: 0.8rem;
    color: #707070;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    line-height: 1;
}
.sectionMenu .smToggler:after {
    padding: 0 1rem;
    transition: transform 0.3s ease-in;
    transform: rotate(180deg);
}
.sectionMenu .smToggler.collapsed {
    border-bottom: 1px solid #707070;
}
.sectionMenu .smToggler.collapsed:after {
    transition: transform 0.3s ease-in;
    transform: rotate(0deg);
}
@media (min-width: 992px) {
    .sectionMenu .smToggler {
        display: none;
    }
}
.sectionMenu .smToggler span {
    color: #707070;
    text-transform: uppercase;
    font-size: 0.7rem;
}
@media (min-width: 768px) {
    .sectionMenu .smToggler span {
        font-size: 0.8rem;
    }
}
.sectionMenu .smToggler p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 0.9rem;
}
@media (min-width: 768px) {
    .sectionMenu .smToggler p {
        font-size: 1rem;
    }
}
.sectionMenu .smContainer {
    border-bottom: 1px solid #707070;
    padding: 10px 20px;
}
@media (min-width: 992px) {
    .sectionMenu .smContainer {
        display: block;
        border: none;
        padding: 0;
    }
}
.sectionMenu .smContainer [role=link] {
    cursor: pointer;
}
.sectionMenu .smContainer [role=link]:hover {
    text-decoration: underline;
}
.sectionMenu .smContainer .smLinks {
    font-size: 0.9rem;
}
@media (min-width: 768px) {
    .sectionMenu .smContainer .smLinks {
        font-size: 1rem;
    }
}
.sectionMenu .smContainer .smLinks .smLevel1,
.sectionMenu .smContainer .smLinks .smLevel2 {
    margin: 0;
    padding: 10px 0;
}
.sectionMenu .smContainer .smLinks .smLevel1.active,
.sectionMenu .smContainer .smLinks .smLevel2.active {
    font-weight: bold;
}
.sectionMenu .smContainer .smLinks .smLevel2 {
    padding-left: 10px;
    font-size: 0.8rem;
}
@media (min-width: 768px) {
    .sectionMenu .smContainer .smLinks .smLevel2 {
        font-size: 0.9rem;
    }
}
