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

    #desktop {
        display: none !important;
    }

    .post__item .post__item_thumbnail {
        width: 100%;
        height: 220px;
    }

    .post__item .post__item_content {
        width: 100%;
        padding: 10px 0 0 0;
    }

    li.nav-icon.has-icon a {
        color: var(--main-color2);
        padding: 0px !important;
    }

    div#top-bar {
        display: none !important;
    }

    .product-info {
        padding-top: 15px !important;
    }

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

    .top-footer .area_newsletter {
        display: block !important;
    }

    .top-footer .area_newsletter .title_newsletter {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .top-footer .area_newsletter .form-register span.wpcf7-form-control-wrap {
        width: 70% !important;
    }

    .top-footer .area_newsletter .form-register .btn__register {
        width: 30% !important;
    }
}

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

}

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


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }
}