@media only screen and (min-width: 481px) {
  .header-mobile {
    display: none !important;
  }

  .cart-mnn-remove svg {
    display: none !important;
  }

  .cart.table-wrapper .actions-toolbar > .action-edit > span,
  .cart.table-wrapper .actions-toolbar > .action-delete > span {
    height: 15px;
    position: initial;
  }

  .show-img-mobile {
    display: none !important;
  }
}

body input::placeholder {
  font-style: normal !important;
}

@media only screen and (max-width: 480px) {
  .header-content {
    display: none !important;
  }

  .info legend span,
  .block-title strong {
    font-size: 18px !important;
    font-weight: 300 !important;
  }

  #header .account svg mask path {
    fill: white !important;
  }

  .hide-img-mobile {
    display: none !important;
  }

  .block-collapsible-nav .item .delimiter {
    display: none;
  }

  #header {
    background: #826fcd;
    color: #fff !important;
    height: 152px;
    padding: 15px 25px;
  }

  #header .account svg path,
  #header .account svg circle {
    fill: #fff;
  }

  #header .cart svg path {
    fill: #fff;
  }

  #header .menu svg path {
    fill: #fff;
  }

  .page-title-wrapper .page-title {
    width: 100%;
  }

  #header .account svg,
  #header .cart svg {
    font-size: 26px;
    margin-top: 4px;
  }

  #header .menu svg {
    font-size: 30px;
    margin-top: 3px;
  }

  #header i {
    color: #fff !important;
  }

  #header .bx-search {
    color: #444 !important;
  }

  #header .logo-store {
    height: 70px;
  }

  #header .cart a {
    width: 100%;
    text-align: right;
    text-decoration: none;
    display: inline-block;
  }

  #header .cart i {
    font-size: 30px;
  }

  #header .account a {
    width: 100%;
    text-align: right;
    text-decoration: none;
    display: inline-block;
  }

  #header .account svg {
    margin-right: 4px;
  }

  #header .account i {
    font-size: 30px;
  }

  #header .logo-store img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 60px;
    margin: auto;
    display: block;
  }

  #header .input-group-text svg {
    font-size: 19px;
    margin-top: 8px;
  }

  #header .search input {
    font-size: 14px;
    height: 35px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 40px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .mnn-categories-slider {
    display: none !important;
  }

  .mnn-banner-slider {
    transform: initial !important;
    margin-bottom: 40px !important;
    margin-top: 5px !important;
    width: 94% !important;
    margin-left: 3% !important;
  }

  .mnn-banner-slider * {
    border-radius: 5px;
  }

  .page-title,
  .page-title-wrapper .page-title {
    margin-left: 0px !important;
  }

  .product-card .product-description {
    border-top: none !important;
  }

  .filter_option {
    top: 40px !important;
  }

  .page-title-wrapper {
    text-align: center;
    padding-bottom: 10px;
  }

  .page-title-wrapper .page-title span {
    font-weight: 300 !important;
    font-size: 20px !important;
  }

  #maincontent {
    padding-top: 0px;
  }

  .categories-list {
    display: none !important;
  }

  .force-show-block {
    display: inline-flex !important;
  }

  .force-show-flex {
    display: flex !important;
  }

  .category-item-home {
    text-align: center;
    height: 130px;
  }

  .category-item-home div {
    height: 95px;
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    filter: brightness(0.965);
  }

  .category-item-home span {
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
    display: inline-block;
    line-height: 17px;
    letter-spacing: -0.5px;
  }

  .category-item-home div svg {
    font-size: 34px;
    margin-top: 28px;
  }

  .category-item-home div img {
    height: auto;
    width: auto;
    max-height: 80%;
    max-width: 80%;
    margin-top: 10%;
  }

  .header-mobile .categories-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-mobile .col-1 {
    width: calc((100% / 12) * 1);
  }

  .header-mobiler .col-2 {
    width: calc((100% / 12) * 2);
  }

  .header-mobile .col-3 {
    width: calc((100% / 12) * 3);
  }

  .header-mobile .col-4 {
    width: calc((100% / 12) * 4);
  }

  .header-mobile .col-6 {
    width: calc((100% / 12) * 6);
  }

  .header-mobile .col-7 {
    width: calc((100% / 12) * 7);
  }

  .header-mobile .col-8 {
    width: calc((100% / 12) * 8);
  }

  .header-mobile .col-9 {
    width: calc((100% / 12) * 9);
  }

  .header-mobile .col-10 {
    width: calc((100% / 12) * 10);
  }

  .header-mobile .col-11 {
    width: calc((100% / 12) * 11);
  }

  .header-mobile .col-12 {
    width: calc((100% / 12) * 12);
  }

  .header-mobile .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .header-mobile .submenu {
    background: #fff !important;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -40px;
    padding: 20px 0;
    padding-top: 35px;
    margin-bottom: -30px;
  }

  body .page-wrapper .page-header {
    border-bottom: 0 !important;
  }

  body .page-wrapper .owl-stage-outer .productlist-card-item,
  .page-wrapper .owl-stage-outer .productlist-card-item {
    width: 100% !important;
  }

  .product-card .product-image {
    border-radius: 8px !important;
  }

  .color-option,
  .size-option {
    text-align: center;
  }

  .configurable-option .list-option .item-option {
    margin-bottom: 5px !important;
  }

  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }

  .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
      .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 40px;
  }

  .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav {
    background: #fff !important;
  }

  .input-group-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    height: 35px;
    background: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin: auto;
  }

  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    color: #222;
    font-weight: 500 !important;
    letter-spacing: 0.25px;
  }

  .block-collapsible-nav .item {
    text-align: center;
    padding: 2px 0;
  }

  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    border-color: #ffffff;
  }

  #header .menu,
  #header .account,
  #header .cart {
    width: 47px;
  }

  #header .search {
    width: calc(100% - 141px);
  }

  .product-page .product-content .product-gallery .product-img {
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
  }

  .cart .product-image-container {
    border-radius: 8px !important;
  }

  .product-imglist .img-item {
    border-radius: 3px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .product-page .product-content .product-gallery {
    margin-top: -8px !important;
  }

  .product-page .product-content .product-form .product-add-form {
    margin-top: 15px !important;
  }

  .cart-item-data .col-md-12 {
    position: absolute;
    bottom: -43px;
    left: 5px;
  }

  body .cart-container .cart.table-wrapper .col.subtotal:before,
  body .cart-container .cart.table-wrapper .col.qty:before {
    display: none;
  }

  .cart-container {
    padding: 0 5px;
  }

  .cart-item-data:first-child {
    height: auto !important;
  }

  body .cart .cart-item {
    margin-top: 85px !important;
    width: 100% !important;
    padding-top: 5px !important;
  }

  body
    .page-wrapper
    .cart-container
    .cart.table-wrapper
    .col.subtotal
    .price-excluding-tax
    .price {
    font-size: 16px !important;
  }

  body .cart.table-wrapper .col.qty .input-text {
    background: #fafafa !important;
  }

  .cart.table-wrapper .actions-toolbar > .action-delete svg {
    display: block !important;
  }

  body .cart .cart-item-data_name {
    padding-top: 12px !important;
    padding-bottom: 5px;
    width: calc(100% - 50px) !important;
    position: initial !important;
  }

  .cart-item-data .col-md-12 {
    position: initial !important;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: -2px;
    display: block;
  }

  body .cart.table-wrapper .actions-toolbar {
    padding-bottom: 0 !important;
  }

  body .cart .item-actions {
    margin-top: 0px !important;
    top: 57px;
    width: 55px !important;
    right: 0;
  }

  .action-delete svg {
    top: -60px;
    right: 6px;
  }

  .mnn-slide-title {
    padding: 0 3px;
  }

  body .product-mnn-wishlist {
    margin-top: 10px;
    border: 1px solid #ddd;
    width: calc(100% - 2px);
    border-radius: 100px;
    padding: 13px 0px 13px 0px;
    text-align: center;
    display: inline-block !important;
  }

  .product-mnn-wishlist .product-addto-links .action span {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 440px) {
  .category-item-home div {
    height: 92px;
  }
}

@media only screen and (max-width: 420px) {
  .category-item-home div {
    height: 90px;
  }

  .category-item-home div svg {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 400px) {
  .category-item-home div {
    height: 85px;
  }

  .category-item-home div svg {
    margin-top: 24px;
  }
}
