@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .main_menu nav > ul > li > a {
        font-size: 13px;
        padding: 14px 15px 14px 15px;
    }
    .product-meta h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .canvas_open {
        display: unset;
        border: none;
        position: absolute;
        top: 17px;
        right: 20px;
    }

    .logo a img {
        max-width: 185px;
    }

    .header_middle {
        padding: 25px 0;
    }

    .Offcanvas_menu {
        margin-bottom: 0;
    }

    .single-zoom {
        max-height: 320px;
    }

    .about-video iframe {
        height: 300px;
    }

    .kvkk-links ul {
        justify-content: center;
        gap: .75rem;
        flex-wrap: wrap;
    }

    .slogan h1 {
        font-size: 22px;
        font-weight: 600;
    }

    .slider_area .owl-nav {
        top: 80%;
    }

    .coming-soon {
        font-size: 25px;
    }
}
