@media(max-width:768px) {
    .mobile_view {
        display: none !important;
    }

    .mobile_view_block {
        display: block !important;
    }

    .navbar-toolbar #cart_items {
        margin-right: 30px;
    }

    .mobile-search-section {
        width: 88%;
        padding-bottom: 10px;
    }

    a.navbar-brand.d-none.d-sm-block.mr-3.flex-shrink-0.__min-w-7rem {
        text-align: center;
        margin: auto;
    }
    footer.page-footer {
        padding-bottom: 70px !important;
    }


    .footer_menu [role="tabpanel"][aria-labelledby="home"] {
        background-color: var(--color1);
      }

      .footer_menu .tab {
        display: flex;
        width: 100%;
        /* padding: 5px 0px; */
        height: 75px;
        align-items: stretch;
        justify-content: space-around;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
    }
    .footer_menu.d-none.mobile_view_block {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999999;
        border-top: 2px solid #ddd;
    }

      /* .footer_menu .button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin-bottom: 5px;
      }
      .footer_menu .button a {
       text-align: center;
      }
      .footer_menu .button:first-child {
        border-bottom-left-radius: 15px;
      }
      .footer_menu .button:last-child {
        border-bottom-right-radius: 15px;
      }
      .footer_menu .button:hover {
        background: #bcddff;
        cursor: pointer;
      }
      .footer_menu .button i {
        font-size: 25px;
        width: 1.2em;
        height: 1.2em;
        margin-bottom: 5px;
      }
      .footer_menu .button svg{
        font-size: 24px;
        margin-bottom: 7px;
      }
      .footer_menu .button .text {
        font-size: 16px;
      } */
      .__category-item {
          display: block;
          max-width: 85px;
          border-radius: 30%;
          aspect-ratio: 1;
          overflow: hidden;
          border: 1px solid #e5e5e5;
      }

      .view-all-text {
          font-size: 14px;
          font-weight: 600;
          border: solid 1px #000;
          padding: 2px 10px;
          border-radius: 11px;
      }

      @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
      }


     .footer_menu .navigation {
        position: relative;
        width: 100%;
        height: 70px;
        background: #39573b;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
      }
     .footer_menu .navigation ul {
        display: flex;
        width: 100%;
      }
     .footer_menu .navigation ul li {
        position: relative;
        list-style: none;
        width: 20%;
        height: 70px;
        z-index: 1;
      }
     .footer_menu .navigation ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        font-weight: 500;
      }
     .footer_menu .navigation ul li a .icon {
        position: relative;
        display: block;
        line-height: 75px;
        font-size: 1.5em;
        text-align: center;
        transition: 0.5s;
        color: #fff;
      }
     .footer_menu .navigation ul li.footer_active a .icon {
        transform: translateY(-32px);
      }
     .footer_menu .navigation ul li a .text {
        position: absolute;
        color: #fff;
        font-weight: 400;
        font-size: 0.75em;
        letter-spacing: 0.05em;
        transition: 0.5s;
        opacity: 0;
        transform: translateY(20px);
        padding-top: 15px;
      }
     .footer_menu .navigation ul li.footer_active a .text {
        opacity: 1;
        transform: translateY(10px);
      }
      .indicator {
        position: absolute;
        top: -50%;
        width: 20%;
        height: 70px;
        background: #ffa41b;
        border-radius: 50%;
        border: 6px solid #f86f03;
        transition: 0.5s;
      }
      .indicator::before {
        content: "";
        display: none;
        position: absolute;
        top: 50%;
        left: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-right-radius: 20px;
        box-shadow: 1px -10px 0 0 #fff;
      }
      .indicator::after {
        content: "";
        display: none;
        position: absolute;
        top: 50%;
        right: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-left-radius: 20px;
        box-shadow: -1px -10px 0 0 #fff;
      }

      /* Indicator Transitions */
     .footer_menu .navigation ul li:nth-child(1).footer_active ~ .indicator {
        transform: translateX(calc(100% * 0));
      }
     .footer_menu .navigation ul li:nth-child(2).footer_active ~ .indicator {
        transform: translateX(calc(100% * 1));
      }
     .footer_menu .navigation ul li:nth-child(3).footer_active ~ .indicator {
        transform: translateX(calc(100% * 2));
      }
     .footer_menu .navigation ul li:nth-child(4).footer_active ~ .indicator {
        transform: translateX(calc(100% * 3));
      }
     .footer_menu .navigation ul li:nth-child(5).footer_active ~ .indicator {
        transform: translateX(calc(100% * 4));
      }


}
