@media (min-width:701px) {
    .laptop {
        display: block;
    }

    .mobile {
        display: none;
    }
}


@media (max-width:700px) {


    .top-header {
        font-size: 14px;
    }

    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .banner-main {
        margin-top: 130px;
    }

    .stunning-pick img {
        width: 100%;
        height: 240px;
    }

    .bag-div{
        padding: 40px;
    }

    .bag-carousel .item img {
        height: 300px;
    }

    .main-cont img {
        height: 240px;
    }

    .navbar-toggler{
        background-color: black;
        padding: 5px 5px 0 5px;
    }

    .name-title{
        font-size: 23px;
        font-weight: normal;
    }

    .detial-single-product{
        text-align: center;
    }

    .size-x{
        font-size: 14px;
        padding: 5px 7px;
        margin: 5px;
    }

    .size-wraper {
        display: flex;
        text-align: center;
        justify-items: center;
        justify-content: center;
    }

    .banner-text{
        padding: 80px 30px;
    }
}