    .breadcrumb-container {
        display: none;
    }


    @media (min-width: 768px) {
        .main-navigation-link.active {
            font-weight: 800;
        }
    }

    .main-navigation-menu > .main-navigation-link:first-child, .main-navigation-menu > .main-navigation-dropdown-item:first-child {
        margin-left: auto;
    }

    .main-navigation-menu > .main-navigation-link:last-child, .main-navigation-menu > .main-navigation-dropdown-item:last-child {
        margin-right: auto;
    }


    @media screen and (min-width: 992px) {
        .header-row .header-menu-button {
            margin-left: auto;
            margin-right: auto;
          }
    }
    

    .content-main {
        background: #f3f4f9;
      }

      .product-box.card .card-body {
        padding: 1rem;
      }

      .card-header.product-detail-tab-navigation {
        display: none;
      }


      .header-main {
        background: #f3f4f9;
      }

      .footer-main {
        background: #dbdde6;
      }

      .footer-bottom {
        background: #c1c4d1;
      }
