.mainNav {
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    z-index: 999 !important;
    /* overflow: hidden; */
    padding-bottom: 10px;
}

.navbar {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
}

.hamburger {
    display: none;
}

.left_content {
    width: 24%;
}

.left_content img {
    width: 150px;
}

.inputDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.inputSearch {
    width: 60%;
    height: 40px;
    border: 2px solid #aaaaaaab;
    border-right: none;
    padding: 5px;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
    outline: none;
    font-size: 15px;
}

.submitButton_mobile_view {
    background-color: transparent;
    border: none;
    outline: none;
}

.searchIcon {
    height: 40px;
    border-left: none;
    width: 30px;
    background-color: #f6416c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_content {
    width: 20%;
    display: flex;
    justify-content: space-around;
}

.customWhatsappIcon {
    font-size: 30px;
    color: #075e54;
}

.customUserIcon {
    font-size: 30px;
    color: darkorchid;
}

.customcartIcon {
    font-size: 30px;
    color: darkorchid;
}

.subMenu {
    width: 64%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
}

.inputViewMobile {
    display: none;
}

.modelView {
    display: none;
}

.Container_mobileView_center {
    margin-top: 50px;
    width: 100% !important;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, ) 0px 10px 10px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.category_margin_top {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .right_content {
        width: 20%;
        display: block;
        justify-content: space-around;
    }
    .subMenu {
        width: auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 520px) {
    .mainNav {
        box-shadow: rgb(0 0 0 / 12%) 0px 14px 28px, rgb(0 0 0 / 5%) 0px 10px 10px;
        display: block;
        z-index: 999 !important;
        position: fixed;
        width: 100%;
        background-color: #fff;
        padding-bottom: 16px;
    }
    .navbar {
        width: 100%;
        margin-bottom: 6px;
        justify-content: inherit;
        align-items: flex-start;
    }
    .hamburger {
        display: block;
        width: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .left_content {
        width: auto;
        margin-right: 24px;
    }
    .left_content img {
        width: 100px;
    }
    .inputDiv {
        display: none;
    }
    .whatsappView {
        margin-right: 10px;
    }
    .right_content {
        width: 46%;
        flex-direction: row-reverse;
        align-items: baseline;
    }
    .right_content_number {
        width: 20%;
        justify-content: end;
    }
    .right_content a.whatsappView h4 {
        margin-top: 4px;
    }
    .iconView {
        display: none;
    }
    .inputViewMobile {
        width: 100%;
        height: 40px;
        display: flex;
        /* margin-top: 10px; */
    }
    .inputSearchMobile {
        width: 100%;
        border: 1px solid #aaaaaa70;
        border-right: none;
        outline: none;
        padding-left: 10px;
    }
    .searchIconMobile {
        width: 10%;
        background-color: #f6416c;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: none;
    }
    .subMenu {
        display: none;
    }
    .modelView {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        /* padding: 15px; */
        position: fixed;
        top: 0;
        z-index: 999 !important;
        overflow: scroll;
        left: 0px;
    }
    .modelView ul li {
        font-size: 17px;
        margin: 10px 0px;
        padding-left: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #aaa;
    }
    .hamburgerMobile {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
    }
    .smallBanner_hideOnMobileView {
        display: none;
    }
    .Container_mobileView_center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px !important;
    }
    .Container_mobileView_center h3 {
        font-size: 2.5rem;
    }
    .newContainer_mobileView {
        margin: 25px !important;
        width: 200px !important;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .product_detils_mobile_view {
        width: 100%;
        padding: 23px;
    }
    .need_help_mobile_view {
        width: 90% !important;
    }
    .Cart_number_position {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #f6416c;
    }
    .mainBanner_Slider {
        margin-top: 130px !important;
        margin-bottom: 20px;
    }
    .product_Mobile_view {
        margin-top: 150px;
    }
    .product_Mobile_view_category {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile_view_product_width {
        width: 100% !important;
    }
    .margin_Price_cart {
        margin-bottom: 50px;
    }
    .margin_Checkout_page {
        margin-top: 80px;
    }
    .category_margin_top {
        margin-top: 150px;
    }
    .user_profile {
        padding: 4px;
        /* margin-top: 5px; */
        background-color: #f6416c;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .user_profile_intro {
        display: flex;
        align-items: center;
    }
    .customUserIcon_profile {
        font-size: 30px;
        color: #fff;
        margin: 0px 20px;
    }
    .mobile_view_product_width_login {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 40% !important;
    }
    .Policy {
        text-align: left;
        padding-left: 10px;
        margin-bottom: 20px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 12px;
    }
}