﻿@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.mobile-block {
  display: none; }

@media (max-width: 1200px) {
  /* tablet devices */ }

@media (max-width: 992px) {
  /* small tablet devices */
  .slider-main .item-slide {
    height: auto; }
  .table-shopping-cart tr td:first-child {
    width: 250px; }
  .table-shopping-cart .itemside .info {
    padding: 0; }
  .table-shopping-cart .itemside .aside {
    display: none; } }

@media all and (max-width: 768px) {
  /* mobile devices */
  .mobile-block {
    display: block; }
  .mobile-hide {
    display: none; }
  .section-header .logo {
    max-height: 40px;
    width: auto; }
  .section-header .header-main .brand-wrap {
    margin-bottom: 1rem;
    display: inline-block; }
  .section-header .header-main .search {
    margin-bottom: 1rem; }
  .item-feature {
    margin-bottom: 20px; }
  .mobile-order-first {
    order: -1; }
  .mobile-order-1 {
    order: 1; }
  .mobile-order-2 {
    order: 2; }
  .mobile-order-3 {
    order: 3; }
  .mobile-py {
    padding-top: 20px;
    padding-bottom: 20px; }
  .mobile-pb {
    padding-bottom: 20px; }
  .mobile-pt {
    padding-top: 20px; }
  .navbar-expand .navbar-collapse {
    flex-direction: column; } }
