/* mobile style*/
@media only screen and (max-width: 768px) {
    .detail-container {
        margin: 0px !important;
    }

    .detail-container .theme-intro {
        padding: 25px 0 0;
        margin: 0px !important;
    }

    .d-none {
        display: none;
    }

    .detail-container .theme-intro h1 {
        margin-top: 0;
        text-align: center;
        font-size: 16px;
    }

    .detail-container .theme-intro h1 span {
        font-size: 24px;
        color: #42464e;
    }

    .detail-container .theme-intro .other-info {
        text-align: center;
    }

    .detail-container .theme-intro .theme-action {
        text-align: center;
    }

    .detail-container .theme-intro .theme-image .image-mobile {
        position: static;
        margin: 0 auto 0;
        margin-bottom: -110px;
    }

    .detail-container .theme-intro:after {
        display: none;
    }

    .detail-container .theme-detail .developer-info {
        height: unset;
    }

    .detail-container .theme-detail .developer-info .line-text {
        float: none;
        display: flex;
        flex-flow: column;
        margin-bottom: 20px;
        margin-top: -5px;
    }

    .detail-container .theme-detail .developer-info h4 {
        line-height: normal;
        font-size: 16px;
        padding: 20px 0;
    }

    .detail-container .theme-detail .developer-info .line-text a {
        display: block;
        margin-right: 0;
        background-size: 20px !important;
        line-height: 35px;
        font-size: 14px;
        padding-left: 28px;
    }

    .detail-container .theme-detail .info-theme {
        padding-top: 25px;
    }

    .detail-container .themes-related .slide-related .swiper-button-prev {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 20px;
        margin-left: -30px;
    }

    .detail-container .themes-related .slide-related .swiper-button-next {
        right: 50%;
        left: auto;
        top: auto;
        bottom: 20px;
        margin-right: -30px;
    }

    .detail-container .themes-related h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .home-title h3 {
        margin-top: 0px !important;
        font-size: 24px;
        text-align: center;
    }

    .home-title.text-left {
        text-align: center;
    }

    .home-title p {
        text-align: center;
        font-size: 18px;
        margin: 10px 0 25px;
    }

    article.box-product:after {
        display: none;
    }

    .category-grid .category-icon {
        width: 100%;
        height: 150px;
        background-size: contain !important;
    }

    .formBody {
        width: 100%;
        margin: auto;
    }

    .footerForm span.wpcf7-form-control-wrap.email {
        width: 100% !important;
        float: left;
    }

    .footerForm .formTitle h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .footerForm .formTitle p {
        font-size: 16px !important;
    }

    .footerForm {
        width: 100%;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 30px 20px;
    }

    .filter-form form {
        width: 100% !important;
    }

    .filter-form input {
        width: 100% !important;
    }

    .filter-form {
        width: 100%;
    }

    input.wpcf7-form-control.has-spinner.wpcf7-submit.btnEmail {
        width: 100%;
        margin: 0px;
    }

    .mt-footer {
        margin-top: 20px !important;
    }

    .slide-feature {
        padding-bottom: 40px !important;
    }

    .theme-sec {
        padding: 50px 0 !important;
        margin: 0px !important;
    }

    .theme-sec .header-theme h1 {
        font-size: 24px;
        padding: 0 0 5px;
        line-height: normal;
    }

    .theme-sec .header-theme p {
        font-size: 16px;
        margin: 0 auto;
    }

    .feature-themes .feature-item .feature-image .image-desktop {
        background-size: cover;
        width: 322px;
        height: 264px;
        padding: 39px 0 0 0;
        overflow: hidden;
        margin: 0 auto;
    }

    .feature-themes .slide-feature:before {
        display: none;
    }

    .feature-themes .feature-item .feature-info .title {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }

    .feature-themes .feature-item .feature-info .title span {
        font-size: 26px;
    }

    .feature-themes .feature-item .feature-info {
        padding-left: 15px !important;
    }

    .feature-themes .swiper-button-prev {
        position: absolute;
        display: inline-block;
        left: 50%;
        margin-left: -40px;
        bottom: 65px;
        outline: none;
    }

    .feature-themes .swiper-button-next {
        position: absolute;
        display: inline-block;
        right: 50%;
        margin-right: -25px;
        bottom: 65px;
        outline: none;
    }

    .feature-themes .slide-feature .swiper-container {
        padding: 25px 50px 50px 50px !important;
    }

    .theme-action {
        margin-bottom: 60px;
        text-align: center;
    }

    .feature-themes .feature-item .feature-info .other-info {
        text-align: center;
        padding: 13px 0 30px;
    }

    i.icon-menu {
        color: #000 !important;
    }

    .search-container h1.search {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .search-container {
        padding: 50px 0;
        position: relative;
    }

    .table-price .banner h1 {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 300;
        margin: 0 0 6px;
        color: #42464e;
    }

    .table-price .banner p {
        color: #42464e;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.2;
        margin: 0;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    article.box-product:after {
        display: none;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}


@media only screen and (min-width: 768px) {

}


/**desktop**/
@media only screen and (min-width: 1920px) {

}