@media screen and (max-width: 991px) {

    .second_header ul.navbar-nav li.nav-item i.desktop-icon{
        display: none;
    }

    header.second_header#primaryheader ul.navbar-nav li.nav-item .orange-btn{
        display: none;
    }

    .second_header ul.navbar-nav li{
        margin: 5px 0;
    }

    header .navbar-toggler-cart span.cart_icn span.cart-quantity{
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fe8673;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 15px;
    }

    a.nav-link.cart_hover{
        padding: 5px;
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .benefits-community-container{
        align-items: center;
    }

    .reg-heading{
        font-size: 5.5rem !important;
        line-height: 5.5rem !important;
        margin-top: 4rem !important;
    }

    .why-bidets .why-bidets-reasons .reasons-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .why-bidets .why-bidets-banner .kangaroo{
        height: 400px;
        bottom: -20px;
    }

    .why-bidets .why-bidets-wipe .why-wipe-video{
        width: 100%;
    }

    .why-bidets .why-bidets-wipe .why-wipe-block{
        width: 100%;
    }

    .why-bidets .why-bidets-wipe{
        flex-direction: column;
    }

    .why-bidets .why-bidets-world .world-title h1{
        margin:  0 70px;
        font-size: 3rem !important;
    }
    .why-bidets .why-bidets-world .world-body .world-block{
        padding: 20px 30px;
    }

    .why-bidets .why-bidets-world .world-body .world-block h2{
        font-size: 2.5rem !important;
    }

    .why-bidets .right-match-section .right-match-oval h3{
        font-size: 2rem !important;
    }

    .why-bidets .why-bidets-expenses .why-expenses-picture:before{
        width: 120vw;
        left: -10;
        border-radius: 0;
    }

    .why-bidets .why-bidets-expenses{
        flex-direction: column;
    }

    .why-bidets .why-bidets-expenses .why-expenses-block{
        width: 100%;
        margin: 0;
    }

    .why-bidets .why-bidets-expenses .why-expenses-block a{
        margin: 0 auto;
    }

    .shop-all-cstm .shop-all-custom .shop-all-custom-picture:before{
        width: 120vw;
        left: -10;
        border-radius: 0;
    }

    .shop-all-cstm .shop-all-custom{
        flex-direction: column;
    }

    .shop-all-cstm .shop-all-custom .shop-all-custom-block{
        width: 100%;
        margin: 0;
    }

    .shop-all-cstm .shop-all-custom .shop-all-custom-block a{
        margin: 0 auto;
    }

    .shop-all-cstm .shop-all-exp{
        flex-direction: column;
    }

    .shop-all-cstm .shop-all-exp .shop-all-block{
        width: 100%;
    }

    .shop-all-cstm .shop-all-exp .shop-all-video{
        margin: 30px 0;
        width: 100%;
    }

    .shop-all-cstm .shop-all-exp .shop-all-block a{
        margin: 0 auto;
    }

    .shop-all-cstm .right-match-section .right-match-oval h3{
        font-size: 2rem !important;
    }

    .shop-all-cstm .shop-all-savings .shop-all-save{
        max-width: 400px;
        margin: 20px 0;
    }

    .shop-all-cstm .right-match-section .right-match-oval{
        border-radius: 100px;
    }

    .shop-all-cstm .shop-all-savings{
        flex-direction: column;
    }
}
