/* mobile style*/
@media only screen and (max-width: 768px) {
    div#masthead {
        position: relative !important;
    }

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

    .bit-tab ul {
        display: inline-block;
        white-space: nowrap !important;
        overflow-x: scroll !important;
        width: 100% !important;
        padding: 5px 0;
    }

    .bit-tab ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .bit-tab ul::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

    h3.section-title.section-title-center span {
        font-size: 25px;
    }

    .product-item .product-content h4 {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }

    .product-item .product-content .product-price ins span, .product-item .product-content .product-price b {
        font-size: 15px;
    }

    .bit-tab .tab-panels {
        margin: 0;
    }

    .aboutus-head h2 {
        display: none;
    }

    .aboutus-head h3 {
        position: unset;
        font-size: 36px;
        line-height: 46px;
    }

    .aboutus-head {
        margin: 0;
    }

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

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

    a.is-small i {
        color: #fff;
    }

    .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;
        text-transform: uppercase !important;
    }

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

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

    i.icon-search {
        color: var(--primary-color) !important;
    }

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


    .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(--primary-color2) !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;
    }
    #breadcrumb-wrapper5.breadcrumb-w-img .breadcrumb-content h1 {
        font-size: 25px;
    }
    div#logo {
        border: 2px solid #fe7800 !important;
        width: 60px;
        min-height: 60px !important;
        margin: 0px;
        padding: 3px;
    }
    .formOjbect.contact{
        width: 100%;
    }
}

/* 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: 1260px !important;
    }
}