.themes-filters {
    transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
}

.themes-filters[data-state~="loaded"] {
    opacity: 1;
}

.themes-filters .general-content {
    min-height: 350px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-bottom: 12px;
    color: #000000;
    width: 50%;
    float: left;
    padding: 40px 55px;
}

.themes-filters .themes {
    background-color: #e7e7e7;
}

.themes-filters .filters {
    background-color: #d2d2d2;
}

.general-content .content {
    top: 65px;
    position: relative;
    align-items: center;
}

.general-content .content .image {
    float: left;
}

.general-content .content .title {
    margin-left: 30px;
    float: left;
    max-width: 200px;
    font-size: 16px;
    line-height: 20px;
}

.general-content .content .title a {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

@media screen and (min-width: 1012px) and (max-width: 1171px) {
    .themes-filters .general-content {
        padding: 40px 15px;
    }
}

@media screen and (min-width: 770px) and (max-width: 1011px) {
    .themes-filters .themes {
        width: 100%;
    }

    .themes-filters .filters {
        width: 100%;
    }
}

@media screen and (min-width: 486px) and (max-width: 769px) {

    .themes-filters .general-content {
        width: 100%;
        padding: 20px 15px;
        min-height: 300px;
    }

    .general-content .content {
        top: 30px;
    }

    .general-content .content .image {
        width: 50%;
    }

    .general-content .content .image img {
        width: 100%;
    }

    .general-content .content .title {
        margin-left: 10px;
        width: 45%;
        max-width: 45%;
        font-size: 16px;
        line-height: 18px;
        margin-top: 0px;
    }

    .general-content .content .title a {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 485px) {

    .themes-filters .general-content {
        width: 100%;
        padding: 20px 10px;
        min-height: 200px;
    }

    .general-content .content {
        top: 30px;
    }

    .general-content .content .image {
        width: 50%;
    }

    .general-content .content .image img {
        width: 100%;
    }

    .general-content .content .title {
        margin-left: 10px;
        width: 45%;
        max-width: 45%;
        font-size: 13px;
        line-height: 15px;
        margin-top: 0px;
    }

    .general-content .content .title a {
        font-size: 13px;
        line-height: 15px;
    }
}