/* mobile style*/
@media only screen and (max-width: 768px) {
    .box-sale .home-sale a.btnNext {
        right: 0px;
        top: 0px;
    }
    .box-sale .home-sale {
        display: block;
    }

    .bk-clock.flip-clock-wrapper {
        display: block;
        width: 100%;
        margin: 0px !important;
    }

    .box-sale .home-sale img {
        width: 150px;
        display: block;
        margin-bottom: 10px;
    }

    .formRegisterCourse {
        width: 100%;
    }

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

    #desktop {
        display: none !important;
    }

    #mobile {
        display: block !important;
        margin-top: 20px !important;
    }

    #mobile1 {
        margin-top: 20px !important;
    }

    .product-item .product-thumbnail {
        height: 150px;
    }

    .product-item .product-content .product-price del {
        float: left;
    }

    #breadcrumb-wrapper.breadcrumb-w-img {
        height: 200px;
    }

    #breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content .breadcrumb-big h2 {
        font-size: 25px;
    }

    i.icon-menu {
        color: #fff;
    }

    form.woocommerce-ordering {
        display: flex;
        justify-content: center;
    }

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

    form.woocommerce-ordering {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .blog-title {
        text-align: center;
    }

    .tab-bassic ul li a {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .footer-absolute p {
        text-align: center;
        margin-top: 10px;
    }
}


/* 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) {

}


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

}


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

}