@media (max-width: 500px) {
  footer.footer img {
    height: 25px;
    margin: 8px 0 0;
  }

  span.d-block.font_footer {
    font-size: 13px;
    font-weight: 500;
    color: #FFF !important;
    line-height: 2;
    display: block;
  }

  .col-xs-3 {
    width: 33%;
    text-align: center;
  }

  .thumbnail {
    /* background: #a70000; */
  }

  .logo1 {
      width: 85% !important;
      margin-left: -8px;
  }

}

@media (min-width: 500px) {

  #footer .footer-copyright p {
    color: #381863;
    font-weight: 600;
  }

  .logo1 {
    width: 60% !important;
  }

  .footer-copyright p {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #FFF;
  }

  html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }

  #header {
    min-height: auto !important;
    background-color: #efefef;
    box-shadow: 0 0px 13px 2px rgb(0 0 0 / 55%);
  }

  #header .header-logo img {
    margin: 15px 0px 15px 0;
  }

  .sticky-header-active #header .header-logo img {
    width: 30%;
  }

  footer.footer img {
    height: 40px;
    margin: 15px 0 0;
  }

  span.d-block.font_footer {
    font-size: 25px;
    font-weight: 600;
    color: #FFF !important;
    line-height: 2;
    display: block !important;
  }

  .col-xs-3 {
    width: 33%;
    text-align: center;
  }

  .thumbnail {
    /* background: #a70000; */
  }

  .mainpad1 {
    padding-top: 10px !important;
  }

  .mainpad2 {
    padding-top: 100px !important;
  }

  .mainpad3 {
    padding-top: 20px !important;
  }

  .imghei3 {
    height: 100% !important;
  }

  .thumbnail {
    border: 0;
    text-align: center;
    background-color: transparent;
  }

  .shop table.cart .product-thumbnail {
      width: 35%;
      /*background-image: url(../img/appimages/Fream.png);*/
      background-size: 100% 100%;
      background-position: center;
      object-fit: cover;
      object-position: center;
      padding-top: 10%;
      padding-bottom: 10%;
      background-repeat: no-repeat;
  }
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* padding: revert !important; */
  padding-left: 14px;
}

.menu-item a {
  color: #4f0c78 !important;
  text-decoration: none;
}

.menu-item li {
  display: inline-block !important;
  list-style: none !important;
  margin-right: 0px !important;
}

ul.menu-item li:nth-child(1) {
  width: 100%;
}

.menu-item li a {
  display: inline-block !important;
  list-style: none !important;
  margin-right: 10px !important;
  width: 100%;
}

.menu-item a {
  color: #4f0c78 !important;
  text-decoration: none;
}

.menu-item .item2menu {
  padding-right: 20px;
}