@media only screen and (max-width: 991px) {


    body {

        overflow-x: hidden;
    }

    .mobile-icons ul li.list .count {

        left: 11px !important;
        border: inherit;
    }

    .top-bar {

        display: none;
    }

    .main-header .logo-holder .logo img {

        margin-left: 0px;
    }

    .mobile-icons ul li.list {

        margin: 0px !important;
    }

    .cnt-home {
        padding-top: 80px !important;
    }

    .introduction-five__content h2 {

        font-size: 33px;
        font-weight: 700;
        line-height: 47px;
    }

    .introduction-five {

        height: 275px;
    }

    .copy-right-title p {
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .breadcrumb h2 {

        font-size: 27px;
    }
}

@media only screen and (max-width: 768px) {
    .product-row {
        flex-wrap: wrap;
    }

    .fixwhcall {
        position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        z-index: 9999;
    }
    .btn-mob-call {
        background-color: #826f6e;
        padding: 11px 0px;
        text-align: center;
        width: 50%;
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .btn-mob-call:hover {

        color: #fff
    }
    .btn-mob-whtsapp {
        background-color: #000;
        padding: 11px 0px;
        text-align: center;
        width: 50%;
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .btn-mob-myaccount {
        background-color: #000;
        padding: 11px 0px;
        text-align: center;
        width: 100%;
        display: block;
        color: #fff;
        font-size: 14px;
        box-shadow: 0px 0px 3px #eee;
    }



    .btn-mob-whtsapp:hover {

        color: #fff;
    }

    .copyright-bar {
        background: #f26460;
        padding: 10px 0px 61px;
    }

    .new-arriavls .section-title {

        text-align: left;
        font-size: 26px;
    }

    .add-to-cart a:hover {

        color: #fff;
    }

    .cart-btn {

        margin-right: 0px !important;
    }
}
