/* mobile style*/
@media only screen and (max-width: 768px) {
    .login-form .form .external {
        justify-content: space-between;
    }
    .login-form .form .external button img {
        margin-right: 5px;
    }

    .login-form .form .external button {
        width: 48% !important;
        margin: 0px;
        font-size: 13px;
        max-width: 48% !important;
    }

    .w-75 {
        max-width: 100% !important;
        width: 100% !important;
    }

    .pd-01 {
        padding-bottom: 0px !important;
    }

    .block-filter-sort {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .block-filter-sort::-webkit-scrollbar, .block-filter-sort::-webkit-scrollbar {
        height: 2px;
    }

    .block-filter-sort .list-filter-child {
        position: absolute;
    }

    .filter-static {
        position: static;
    }

    .block-filter-sort .filter-wrapper {
        position: static;
    }

    .block-filter-sort .list-filter-child.active {
        opacity: 1;
        right: 50%;
        transform: translateX(50%);
        width: 350px;
        z-index: 10;
    }

    .col-w-4, .col-w-8 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .banner-item {
        height: auto !important;
    }

    .home-category {
        position: unset;
        transform: unset;
        margin: 10px 0 0 0;
    }

    .home-category ul, div#wipe-menu .main-menu ul {
        white-space: nowrap !important;
        display: inline-block !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .home-category ul li {
        margin: 0 3px;
        width: auto !important;
        display: inline-block !important;
        padding: 3px 8px;
    }


    div#wipe-menu {
        background: var(--primary-color);
        height: 35px;
    }

    div#wipe-menu .main-menu ul li {
        margin: 0 3px;
        width: auto !important;
        display: inline-block !important;
        padding: 0px 5px;
        height: 35px !important;
    }

    div#wipe-menu .main-menu ul li a {
        line-height: 35px;
        font-size: 14px;
    }

    .home-category ul li:first-child {
        margin-left: 0px !important;
    }

    .col-w-5 {
        width: 50% !important;
        max-width: 50% !important;
    }

    .home-category ul::-webkit-scrollbar, .filter-item ul::-webkit-scrollbar, div#wipe-menu .main-menu ul::-webkit-scrollbar {
        height: 0;
    }

    .home-category ul::-webkit-scrollbar-track, .home-category ul::-webkit-scrollbar {
        background-color: #f1f1f1;
    }

    ::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .home-category ul li a {
        font-size: 13px;
    }

    .category-item {
        width: calc(100% / 3);
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .sec-post-category .home-category, .box-category .home-category {
        display: none;
    }

    .home-title h3 {
        font-size: 20px;
    }

    .category-item.w-5 {
        width: calc(100% / 3);
    }

    .post-list-item .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .post-list-item .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

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

    #footer .footer-form .form-item {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .category-entry img {
        max-width: 100%;
    }

    main#web-main {
        margin-top: 156px;
    }

    .header-search {
        margin: 10px 0 0 0;
    }

    .video-item {
        width: 100%;
        height: 130px;
    }

    .header-overlay {
        top: 65px;
    }

    .login-form .form {
        padding: 20px;
    }

    .login-form .form label {
        margin-bottom: 10px !important;
    }

    .category-list {
        white-space: nowrap !important;
        display: inline-block !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .category-item {
        width: auto;
        width: auto !important;
        display: inline-block !important;
    }

    .category-list::-webkit-scrollbar {
        height: 0;
    }

    ol.breadcrumb {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0px !important;
        display: inline-block !important;
    }

    .bit-breadcrumbs ol li a, .bit-breadcrumbs ol li {
        font-size: 12px;
    }

    section.breadcrumbs {
        padding: 5px 0;
    }

    ol.breadcrumb li {
        display: inline-block;
    }

    #sync1 .item {
        height: 350px;
    }

    .product-gallery-info .product-gallery-thumbnail {
        display: none;
    }

    .product-gallery-info .product-gallery-content {
        width: 100%;
        padding-left: 0px;
    }

    .box-order-button-container .installment-button span {
        display: none;
    }

    .filter-item ul {
        white-space: nowrap !important;
        display: inline-block !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .filter-item ul li {
        list-style: none;
        margin: 0 3px !important;
        width: auto !important;
        display: inline-block !important;
    }

    .filter-item ul li a {
        font-size: 14px;
    }
}

/* 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: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
