/* mobile style*/
@media only screen and (max-width: 768px) {
    .bk-tab ul li a {
        text-align: center !important;
        display: block;
    }

    .bk-tab ul li {
        width: calc(100% / 2) !important;
        margin: 0px !important;
    }

    .header-single h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .title--heading2, .product_title {
        font-size: 30px;
        line-height: 40px;
    }

    li.nav-icon.has-icon a i {
        color: #fff;
        font-size: 25px !important;
    }

    li.cart-item.has-icon a img {
        width: 25px !important;
    }

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

    .brRight {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .col-slick {
        height: unset !important;
        position: unset !important;
    !important;
        top: 0 !important;
    }

    .project-gallery .gallery-land {
        height: 250px;
    }

    .product-info.summary.col-fit.col.entry-summary.product-summary {
        position: unset !important;
        height: auto !important;
        top: 0px !important;
    }

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

    .project-item .project-thumbnail, .post-item .post-thumbnail {
        height: 220px;
    }

    .pageBanner {
        min-height: 220px;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable {
        padding: 5px !important;
        font-size: 13px !important;
        text-transform: unset !important;
        margin: 0px !important;
        border-radius: 5px !important;
        background: #fff !important;
        color: #000 !important;
        border: 2px solid #f2f2f2 !important;
        padding-right: 20px !important;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable:after {
        right: 5px !important;
    }

    .p-container .p-sku {
        width: 100%;
    }

    .yith-wcan-filters.horizontal .filters-container {
        position: relative;
    }

    .yith-wcan-filters.horizontal .filter-content {
        left: 0px !important;
        box-shadow: unset !important;
        border-radius: 0px !important;
        border-color: #f2f2f2 !important;
        padding: 10px !important;
    }

    .filter-content-footer {
        margin: 10px -10px -10px !important;
        padding: 6px !important;
    }

    a.apply-filters.button.alt {
        font-weight: normal;
        font-size: 15px;
        padding: 0px 15px !important;
        height: 35px !important;
        min-height: 35px !important;
        line-height: 35px !important;
        border-radius: 5px !important;
        background: var(--blueColor) !important;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
        min-width: 31% !important;
        margin-right: 6px !important;
        padding: 0px !important;
        border: 0px !important;
        position: unset !important;
        margin-bottom: 10px !important;
        width: 31% !important;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4 {
        border-radius: 4px !important;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter:nth-child(3n) {
        margin-right: 0px !important;
    }

    .yith-wcan-filters h4.filter-title:before {
        display: none !important;
    }

    .product-main {
        padding-bottom: 0px !important;
    }

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

    div#sync1 img {
        height: 220px !important;
        object-fit: contain;
    }

    div#sync2 img {
        height: 150px !important;
    }

    .product-item .product-thumbnail {
        height: 220px !important;
    }

    .owl-nav button.owl-next {
        right: 15px !important;
    }

    .owl-nav button.owl-prev {
        left: 15px !important;
    }

    .mr0 {
        margin: 0px !important;
    }

    .bk-tab.tab-category ul li {
        width: 50%;
    }

    .mfp-content div#main-menu ul li a img {
        display: none !important;
    }

    .mfp-content div#main-menu ul li {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .mfp-content div#main-menu ul li a {
        font-size: 16px !important;
        color: #fff !important;
        padding: 10px !important;
    }

    .mfp-content, div#main-menu, .sidebar-menu.no-scrollbar {
        background: var(--blueColor) !important;
    }

    input#woocommerce-product-search-field-1::placeholder {
        color: #fff !important;
    }

    input#woocommerce-product-search-field-1 {
        background: rgba(255, 255, 255, 0.3) !important;
        color: #fff !important;
    }

    i.icon-search {
        color: #fff !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: 1270px !important;
    }

    .project-item .project-thumbnail, .post-item .post-thumbnail {
        height: 280px;
    }

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