@media screen and (min-width: 320px) {
  html {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
  }
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* Apply here too */
    width: 100vw;
    position: relative;
    overflow-x: hidden;
  }
  /*to ensure no element or style for desktop shows*/
  .all {
    display: none;
  }
  .background-class {
    display: none;
  }
  .navbar {
    display: none;
  }
  .main-content {
    display: none;
  }
  .first-products {
    display: none;
  }
  .second-products {
    display: none;
  }
  /*end of display none for desktop*/
  .main-container {
    margin-top: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation-bar {
    margin-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 98vw;
    z-index: 10;
    height: 8vh;
  }
  .navigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45vw;
    width: 98vw;
    margin: 0 auto;
  }
  .first-nav-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .mobileclick {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 2vw;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .mobile-dropdown {
    font-size: 5vw;
  }
  .mobilelist {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 60vw;
    left: 0;
  }
  .wishlist {
    border-bottom: 0.4vw solid grey;
    width: 100vw;
  }
  .mobilelist > a > img {
    width: 5vw;
    height: auto;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + label.mobile-dropdown ~ .mobilelist {
    display: block;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 5vw;
    height: 100vh;
    background-color: white;
  }
  .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3vw;
    color: black;
    padding-top: 0;
    text-decoration: none;
    padding-left: 0;
    font-size: 6vw;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-logo > img {
    width: 4vw;
    height: auto;
  }
  .other-nav-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-nav-icons > a > img {
    width: 6vw;
    height: auto;
  }
  .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96vw;
    margin-top: 0;
  }
  .search-icon-and-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
    height: 3.8vh;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-icon-and-input > img {
    width: 5vw;
    height: auto;
    left: 2vw;
    position: absolute;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  .search-icon-and-input > input[type=search] {
    height: 100%;
    padding-left: 8vw;
    width: 100%;
    border-radius: 5vw;
  }
  .background-class {
    display: none;
  }
  .video {
    display: none;
  }
  .red-notification {
    display: none;
  }
  .mobile-account > img {
    width: 6vw;
    height: auto;
  }
  .mobilelist {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 60vw;
    left: 0;
  }
  .wishlist {
    border-bottom: 0.4vw solid grey;
    width: 100vw;
  }
  .mobilelist > a > img {
    width: 5vw;
    height: auto;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + label.mobile-dropdown ~ .mobilelist {
    display: block;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 5vw;
    height: 100vh;
    background-color: white;
  }
  .cart > img {
    width: 6vw;
    height: auto;
  }
  .mobile-order {
    padding-top: 0vw;
    margin-top: 0;
    background-color: green;
    white-space: nowrap;
    padding-left: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6vh;
  }
  .vid-parent {
    height: 30vh;
    width: 100vw;
    margin-top: 0;
    position: relative;
  }
  .vid {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .first-products-display {
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 3vw;
    gap: 3vw;
  }
  .first-products-display > a > img {
    width: 20vw;
    height: auto;
  }
  .mobile-flash {
    display: -ms-grid;
    display: grid;
    margin-top: 1.5vw;
    -ms-grid-columns: 6vw 1vw 22vw 20vw 22vw 6vw 20vw;
        grid-template-columns: 6vw 1vw 22vw 20vw 22vw 6vw 20vw;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    background-color: red;
  }
  .yellow-tag {
    -ms-grid-column: 1;
    grid-column: 1;
    width: 6vw;
    height: auto;
  }
  .first-row {
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-left: 2vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -ms-grid-column: 3;
    grid-column: 3;
    margin-left: 1.5vw;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .see {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-left: 0;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 7;
    grid-column: 7;
  }
  .second-products-display {
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4vw;
    gap: 3vw;
  }
  .second-products-display > a > img {
    width: 20vw;
    height: auto;
  }
}

@media screen and (min-width: 450px) {
  .main-container {
    padding-top: 4vh;
  }
  .search-icon-and-input > img {
    width: 2.5vw;
  }
}

@media screen and (min-width: 800px) {
  .all {
    width: 100vw;
    overflow-x: hidden;
    display: block;
    margin: 0 auto;
    height: 100vh;
    margin-top: 0;
    padding: 0;
  }
  body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    padding-left: 0;
    position: relative;
    margin: 0;
  }
  .desktop-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    position: fixed;
    z-index: 5;
    padding-left: 9vw;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .background-class {
    position: fixed;
    top: 0;
    z-index: -2;
    left: 0;
    display: block;
    height: 100vh;
    width: 100vw;
  }
  .video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    display: block;
  }
  .sell {
    color: orange;
  }
  img {
    width: 1.5vw;
    height: auto;
  }
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-parent {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-parent > .sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5vw;
  }
  .sell:hover {
    text-decoration: underline;
  }
  /**/
  .topbar > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar > .delivery:hover > img {
    -webkit-filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
            filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
  }
  .opay {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .opay:hover > img {
    -webkit-filter: sepia(1) hue-rotate(190deg) brightness(1) saturate(2);
            filter: sepia(1) hue-rotate(190deg) brightness(1) saturate(2);
  }
  .topbar > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.1vw;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar > a > img {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    width: 1.2vw;
    height: auto;
  }
  .topbar > p > img {
    width: 1.2vw;
    height: auto;
  }
  nav {
    width: 82vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo > img {
    width: 2vw;
    height: auto;
    -webkit-transform: translateY(0.3vw);
            transform: translateY(0.3vw);
  }
  .other-links-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6vw;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 4vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
    height: 6vh;
    width: 41vw;
  }
  input[type=search] {
    width: 33vw;
    height: 4vh;
    padding-left: 2.5vw;
    border-radius: 0.4vw;
  }
  input[type=search]::-webkit-input-placeholder {
    margin-left: 0vw;
  }
  input[type=search]:-ms-input-placeholder {
    margin-left: 0vw;
  }
  input[type=search]::-ms-input-placeholder {
    margin-left: 0vw;
  }
  input[type=search]::placeholder {
    margin-left: 0vw;
  }
  .search > img {
    width: 1.4vw;
    height: auto;
    -webkit-transform: translateY(3vw);
            transform: translateY(3vw);
    -webkit-transform: translateX(0.5vw);
            transform: translateX(0.5vw);
    position: absolute;
  }
  .search > button {
    width: 5.8vw;
    font-size: 1.4vw;
    border-radius: 0.4vw;
    background-color: orange;
    -webkit-filter: drop-shadow(0px 4px 4px darkorange);
            filter: drop-shadow(0px 4px 4px darkorange);
  }
  .search > button:hover {
    background-color: darkorange;
  }
  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7vw;
  }
  .dropdown::after {
    content: '^';
  }
  .dropdown > img {
    width: 1.8vw;
    height: auto;
  }
  .dropdown:hover {
    color: orange;
  }
  .click {
    position: relative;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + .dropdown ~ .menu {
    display: block;
  }
  input[type=checkbox]:checked + .dropdown:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu {
    width: 12vw;
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
  }
  .dropdown {
    font-size: 1.5vw;
  }
  .dropdown:hover > img {
    -webkit-filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
            filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
  }
  .menu > a:hover {
    color: black;
    font-weight: 500;
  }
  .menu > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    width: 10vw;
    padding-left: 25px;
    height: 7vh;
    -webkit-filter: drop-shadow(10px 10px 10px grey);
            filter: drop-shadow(10px 10px 10px grey);
    border-radius: 0.1vw;
    border: 0.1vw solid rgba(128, 128, 128, 0.144);
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9vw;
  }
  .menu > a > img {
    width: 2vw;
    height: auto;
  }
  .other-nav-links {
    gap: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-nav-links > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5vw;
    gap: 0.7vw;
    list-style: none;
  }
  .other-nav-links > li:hover {
    color: orange;
  }
  .sell > img {
    width: 1.8vw;
  }
  .other-nav-links > li > img {
    width: 1.8vw;
    height: auto;
  }
  /**/
  .products > ul > li > a > img {
    width: 1.7vw;
    height: auto;
  }
  .products > ul > li > a:hover > img {
    -webkit-filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
            filter: brightness(120%) sepia(100%) hue-rotate(0deg) saturate(300%);
  }
  .products {
    background-color: white;
    width: 14vw;
    margin-left: 8.5vw;
    border-radius: 3%;
  }
  .appliances-menu {
    width: 12vw;
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    list-style: none;
    left: 100%;
  }
  .appliances > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2vw;
  }
  .appliances:hover > .appliances-menu {
    display: -ms-grid;
    display: grid;
    width: 50vw;
    -webkit-column-gap: 4vw;
            column-gap: 4vw;
    font-size: 0.9vw;
    background-color: white;
    row-gap: 0.6vw;
    -ms-grid-rows: repeat 13, 6vh;
        grid-template-rows: repeat 13, 6vh;
    -ms-grid-columns: (14vw)[3];
        grid-template-columns: repeat(3, 14vw);
  }
  .appliances-display {
    position: relative;
  }
  .appliances-display > .appliances {
    list-style: none;
    width: 5vw;
    position: relative;
  }
  .small {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .appliances > .blend {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .large {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .phones-and-tablets {
    position: relative;
  }
  .phones-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
  }
  .phones-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    white-space: nowrap;
  }
  .phones-label:hover > .phones-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (14vw)[4];
        grid-template-columns: repeat(4, 14vw);
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
    height: 50vh;
    background-color: white;
  }
  .mobile-phones {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1 / span 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tablets {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row: 10;
    -ms-grid-row-span: 7;
    grid-row: 10 / span 7;
  }
  .mobile-acessories {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 16;
    grid-row: 1 / span 16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-phones {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-phones > a {
    margin-bottom: 0.3vw;
  }
  .phone-brands {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    -ms-grid-row-span: 6;
    grid-row: 11 / span 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .health-beauty {
    position: relative;
  }
  .beauty-menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
  }
  .beauty-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .beauty-label:hover > .beauty-menu {
    display: -ms-grid;
    display: grid;
    background-color: white;
    -ms-grid-columns: (14vw)[3];
        grid-template-columns: repeat(3, 14vw);
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
    height: auto;
  }
  .make-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .personal-care {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7 / span 7;
  }
  .fragrances {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hair-care {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
  }
  .oral-care {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9 / span 4;
  }
  .health-care {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .vitamins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
  }
  .home-office {
    position: relative;
  }
  .home-office-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3vw;
  }
  .home-office-menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
  }
  .hone-office-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-office-label:hover > .home-office-menu {
    display: -ms-grid;
    display: grid;
    background-color: white;
    -ms-grid-columns: (14vw)[3];
        grid-template-columns: repeat(3, 14vw);
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
    height: 50vh;
  }
  .home-kitchen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
  }
  .office-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .office-furniture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .outdoor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8 / span 3;
  }
  .supermarket {
    position: relative;
  }
  .supermarket-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3vw;
  }
  .supermarket-menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
  }
  .supermarket-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .supermarket-label:hover > .supermarket-menu {
    display: -ms-grid;
    display: grid;
    background-color: white;
    -ms-grid-columns: (14vw)[3];
        grid-template-columns: repeat(3, 14vw);
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
    height: 50vh;
  }
  .supermarket-menu > li > a > span {
    border-bottom: 0.1vw solid grey;
  }
  .cupboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1 / span 8;
  }
  .beverages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .household {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6 / span 8;
  }
  .baby-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .others-label > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3vw;
  }
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
    margin-top: 3vw;
    padding-top: 16vh;
  }
  .parent {
    position: relative;
    width: 50vw;
  }
  .video-link {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .order-jumia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order {
    width: 13vw;
    background-color: white;
    padding: 1vw;
    border-radius: 0.4vw;
  }
  .order > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    margin-bottom: 2.5vw;
  }
  .round-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.2vw;
    overflow: hidden;
    border-radius: 50%;
    border: 0.1vw solid orange;
  }
  .order > a > img {
    width: 2vw;
    height: auto;
  }
  .order > a > .round-border > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .jumia {
    padding-top: 1.5vw;
    padding-left: 1vw;
    width: 13.5vw;
    border-radius: 0.4vw;
    background-color: orange;
  }
  .jumia-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jumia-star > img {
    width: 1.7vw;
    height: auto;
  }
  .first-products {
    width: 86vw;
    padding-left: 0.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.4vw;
    margin-top: 1vw;
    border-radius: 1%;
    background-color: white;
    padding-top: 1.5vh;
    margin-left: 8vw;
    gap: 1.5vw;
  }
  .first-products > a:hover > img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .first-products > a > img {
    width: 9.3vw;
    height: auto;
  }
  .first-products > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .red-notification {
    width: 86vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.2vw;
    margin-left: 8.5vw;
    gap: 25vw;
    border-radius: 2%;
    background-color: red;
  }
  .red-notification > a {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.6vw;
  }
  .red-tag > img {
    width: 2vw;
    height: auto;
  }
  .second-products {
    width: 84.5vw;
    padding-left: 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.2vw;
    padding-bottom: 2vw;
    border-radius: 1%;
    background-color: white;
    padding-top: 1.5vh;
    margin-bottom: 5vw;
    margin-left: 8vw;
    gap: 1.4vw;
  }
  .second-products > a > strong {
    font-size: 1.3vw;
    font-weight: 500;
  }
  .second-products > a:hover {
    font-size: 0.9vw;
  }
  .second-products > a:hover > img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .second-products > a > img {
    width: 12vw;
    height: auto;
  }
  .second-products > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.02vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stock-fill {
    width: 8vw;
    height: 0.5vh;
    background-color: orange;
    border-radius: 4%;
  }
  .navigation-bar {
    display: none;
  }
  .main-container {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .mobilelist > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3vw;
    gap: 2vw;
    margin-bottom: 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 3vw;
    color: black;
  }
  .mobile-order {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
  }
  .first-products-display > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
    text-decoration: none;
    color: black;
    font-size: 3vw;
  }
  .mobile-flash > a {
    font-size: 4vw;
    color: white;
    text-decoration: none;
  }
  .second-products-display > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1vw;
    text-decoration: none;
    color: black;
    font-size: 3vw;
  }
}

@media screen and (min-width: 800px) {
  .topbar > a {
    color: grey;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
  }
  .topbar > .delivery:hover {
    color: black;
    font-weight: 500;
  }
  input[type=search]::-webkit-input-placeholder {
    font-size: 1.4vw;
  }
  input[type=search]:-ms-input-placeholder {
    font-size: 1.4vw;
  }
  input[type=search]::-ms-input-placeholder {
    font-size: 1.4vw;
  }
  input[type=search]::placeholder {
    font-size: 1.4vw;
  }
  .search {
    font-size: 0.9vw;
  }
  .opay:hover {
    color: #1e90ff;
  }
  .topbar > .sell:hover {
    text-decoration: underline;
  }
  .logo {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    font-size: 2.5vw;
    font-weight: 600;
  }
  .menu > a {
    font-size: 1.3vw;
    text-decoration: none;
    color: grey;
  }
  .products > ul {
    padding-left: 0.5vw;
  }
  .products > ul > li {
    margin-bottom: 2.6vw;
  }
  .products > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6vw;
    padding-left: 0;
  }
  .supermarket-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .supermarket-menu > li > a > span {
    font-size: 1vw;
    font-weight: 500;
  }
  .supermarket-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.74);
    font-weight: 500;
  }
  .home-office-menu > li > a > span {
    font-size: 1vw;
    font-weight: 500;
  }
  .home-office-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.74);
    font-weight: 500;
  }
  .home-office-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .beauty-menu > li > a > span {
    font-size: 1vw;
    font-weight: 500;
  }
  .beauty-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.74);
    font-weight: 500;
  }
  .beauty-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .phones-menu > li > a > span {
    font-size: 1vw;
    font-weight: 500;
  }
  .phone-brands > a {
    margin-bottom: 0.3vw;
  }
  .phones-menu > li > a > span {
    border-bottom: 0.1vw solid grey;
  }
  .mobile-acessories > a {
    margin-bottom: 0.3vw;
  }
  .phones-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .tablets > a {
    margin-bottom: 0.3vw;
  }
  .mobile-phones > a {
    margin-bottom: 0.3vw;
  }
  .phones-menu > li {
    list-style: none;
  }
  .beauty-menu > li > a {
    margin-bottom: 0.9vw;
  }
  .home-office-menu > li > a > span {
    border-bottom: 0.1vw solid grey;
  }
  .beauty-menu > li > a > span {
    border-bottom: 0.1vw solid grey;
  }
  .phones-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .phones-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.74);
    font-weight: 500;
  }
  .home-office-menu > li > a {
    color: grey;
    font-size: 0.9vw;
    text-decoration: none;
  }
  .appliances-menu > li > a {
    color: grey;
    text-decoration: none;
  }
  .appliances-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.658);
  }
  .products > ul > li > a:hover {
    color: orange;
  }
  .products > ul > li {
    list-style: none;
  }
  .products > ul > li > a {
    color: black;
    text-decoration: none;
    font-size: 1.2vw;
  }
  .blink-animation {
    -webkit-animation: blink 2s infinite;
            animation: blink 2s infinite;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 2vw;
  }
  .jumia > a {
    color: white;
    display: block;
    text-decoration: none;
  }
  .jumia {
    font-size: 2.5vw;
    color: white;
    font-weight: 600;
  }
  .round-border > strong {
    font-size: 1.4vw;
  }
  .order > a {
    font-size: 1.4vw;
    color: grey;
    font-size: 1vw;
    text-decoration: none;
  }
  .first-products > a {
    text-decoration: none;
    font-size: 1.1vw;
  }
  .first-products > a:hover {
    font-size: 1.15vw;
  }
  .red-notification {
    font-size: 1.6vw;
    color: white;
  }
  .second-products > a {
    text-decoration: none;
    font-size: 1.3vw;
    color: black;
  }
  .second-products > a > strong {
    font-size: 1.3vw;
    font-weight: 500;
  }
  .second-products > a:hover {
    font-size: 0.9vw;
  }
  .second-products > a:hover {
    font-size: 1.01vw;
  }
}

a {
  color: black;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */