@media screen and (max-width: 480px) and (min-width: 320px) {
  body {
    /* background-color: lightblue; */
  }

  .mobile-nav {
    display: block;
  }

  .sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    opacity: .95;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidepanel a:hover {
    color: #cfc6c6;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    border: none;
  }

  .openbtn:hover {
    background-color: transparent;
  }


  .navbar {
    /* width: 600px; */
    flex-wrap: nowrap;
    justify-content: unset;
  }

  .bg-primary {
    background-color: deeppink !important;
  }

  .logo {
    display: block;
    width: 50px;
  }

  .search-bar {
    display: block;
    width: 50vw;
    /* line-break: normal; */
  }

  /* .break {
    flex-basis: 100%;
    height: 0;
  }

  .inline:nth-child(3) {
    width: 100%;
  } */

  form.example {
    display: flex;
  }

  form.example input[type=text] {
    padding-left: 25px;
    padding-bottom: 12px;
    margin-right: -135px;
    display: inline-block;
  }

  form.example button {
    /* left: 22%; */
    display: inline-block;
    width: 15%;
  }

  .login-btn {
    margin: 0 10px 0 20px;
  }

  .login-btn button {
    width: 50px;
    background: transparent;
    color: white;
  }

  .login-btn button:hover {
    width: 50px;
    background: transparent;
    color: white;
  }

  .login-btn button:active {
    width: 50px;
    background: transparent;
    color: white;
  }

  .login-btn button:focus {
    width: 50px;
    background: transparent;
    color: white;
  }

  .btn:first-child:active,
  .dropdown button:active {
    width: 50px;
    background: transparent;
    color: white;
  }

  .dropdown .dropdown-menu {
    /* display: none; */
  }

  .dropdown button {
    width: 50px;
  }

  .bseller,
  .more-btn {
    display: none;
  }

  .cart {
    width: 50px;
    margin: 0 20px 0 10px;
  }

  .cart a {
    margin: 0;
  }

  div.cat1 {
    grid-template-columns: repeat(10, auto);
    width: auto;
    overflow: auto;
    justify-content: unset;
  }

  div.cat1 .items {
    height: 50px;
    width: 60px;
  }

  .items#item1 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item2 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item3 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item4 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item5 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item6 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item7 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item8 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item9 {
    background-size: 40px 40px;
    /* scale: 1.2; */
  }

  .items#item10 {
    background-size: 40px 40px;
    /* scale: 1.2; */
    width: 80px;
  }

  .items span {
    height: 20px;
    margin: 38px 0 0 0;
    font-weight: 400;
    font-size: 11px;
  }

  .carousel-item img {
    height: 150px;
  }

  .carousel-control-prev-icon {
    background-color: transparent;
    height: 32px;
    width: 32px;
  }

  .carousel-control-next-icon {
    background-color: transparent;
    height: 32px;
    width: 32px;
  }

  .product-cat1 {
    grid-template-rows: 10% 90%;
    grid-template-columns: none;
    height: 100%;
    width: 100%;
  }

  .product-cat2 {
    grid-template-rows: 10% 90%;
    grid-template-columns: none;
    height: 100%;
    width: 100%;
  }

  .product-cat3 {
    grid-template-rows: 10% 90%;
    grid-template-columns: none;
    height: 100%;
    width: 100%;
  }

  .product-cat4 {
    grid-template-rows: 10% 90%;
    grid-template-columns: none;
    height: 100%;
    width: 100%;
  }


  .view-all11 {
    display: grid;
    grid-template-columns: 2fr 1fr 0fr;
    height: 2.5rem;
    width: auto;
    /* border: 2px solid seagreen; */
    align-content: center;
  }

  .view-all11 span.title1 {
    font-size: 14px;
    margin: 10px;
    text-align: unset;
  }

  .view-all11 span.sub-title1 {
    display: block;
    text-align: start;
    padding: 6px 12px;
    margin: auto;
  }

  .view-all11 span.bg21 {
    display: none;
  }
  .view-all11 span.bg22 {
    display: none;
  }
  .view-all11 span.bg23 {
    display: none;
  }
  .view-all11 span.bg24 {
    display: none;
  }

  .view-all12 {
    width: 89vw;
    margin: auto;
    margin-top: 5px;
  }

  span.view-all1 {
    width: 171px;
    height: auto;
    /* border: 2px solid darkgoldenrod; */
    margin: 2px;
  }

  .view-all1 .imgg img {
    height: 80px;
    width: 94%;
  }

  .view-all1 .product-catt {
    font-size: 11px;
    margin: 0;
  }

  .view-all1 .shopp {
    font-size: 12px;
    margin: 0;
  }

  .view-all1 .brandd {
    font-size: 10px;
    margin: 0;
  }


  .carouselll>.carousel-control-prev {
    left: -2vw;
  }

  .carouselll>.carousel-control-next {
    left: 91vw;
  }

}