body {
    background: #ff720008;
}
#toolbar {
    background: #ff7200;
}
#nav-desktop .uk-nav > li.uk-active > a {
    border-right: 5px solid #ff7200;
    color: #666;
    font-weight: bold;
}
#nav-desktop .uk-nav > li.uk-active > a:hover{
    border-right: 5px solid #ff7200;
    color: #666;
    font-weight: bold;
}
#nav-desktop .uk-nav li a:hover {
    border-right: 5px solid #ff7200;
}
#theme-overview > div > div .current-color {
    border: 1px solid #e8e8e8;
    align-items: center;
    padding-right: 16px;
    font-size: 16px;
    border-radius: 4px;
    overflow:hidden;
    display:inline-flex;
}
#theme-overview > div > div .current-color .current-color-preview {
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
#theme-overview > div > div .current-image {
    border: 1px solid #e8e8e8;
    align-items: center;
    padding-right: 16px;
    font-size: 16px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex;
    word-wrap: initial;
    white-space: nowrap;
}
#theme-overview > div > div .current-image img {
    width: 100%;
    height: 126px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    margin-right: 16px;
}
@media  screen and (max-width: 600px) {
    #theme-overview > div > div .current-image {
        display: block;
        white-space: initial;
        padding-right: 0px;
        padding-bottom: 8px;
    }
    #theme-overview > div > div .current-image span {
        padding-left:16px;
    }
    #theme-overview > div > div .current-image img {
        margin-bottom: 8px;
        width: 100%;
        min-width: 100%;
        min-height: 300px;
        margin-right: 0px;
    }
}

