
main.page.account ~ footer {
  display: none;
}

.form .select {
  background: unset;
}

main.cart .select {
  background-image: unset;
}

header .bar nav .right a,
header .bar nav .right div,
header .bar nav .right select {
  margin-right: 0;
  margin-left: 30px;
}

main.home .intro .txt {
  width: 100% !important;
}

main.cart .list .item .row {
  display: flex;
  align-items: center;
}

main.list .sort .open-filter,
main.list .sort .select {
  text-align: center;
  background-image: unset;
  background-position: unset;
  padding: 0 12px;
  width: fit-content;
  min-width: 110px;
}

.mobile.mobile-nav .right .button {
  margin-right: 20px;
}

.card .txt .price {
  width: fit-content;
}

section.card-desc .lets-work {
  display: flex;
}

section.card-desc .lets-work .lets-work-text-container {
  padding-left: 80px;
  padding-top: 150px;
  order: 1;
}

section.card-desc .lets-work .lets-work-image-container {
  order: 0;
}

header .bar .lang .sub {
  background: unset;
  color: #fff;
}

header.reverse .bar .lang .sub {
  background: #131927;
}

main.home .main-slider .card .txt div {
  width: fit-content;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  display: flex;
  align-items: end;
}

header .bag-popup .empty,
.empty-box {
  color: #000;
}

nav.main .social .social-item {
  background: #000;
}

header .mobile .bag {
  background: unset;
}

main.list .shape {
  top: 5%;
}
main.list .list-shape {
  top: 15%;
}

@media (min-width: 992px) {
  #products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  
    .product {
      display: flex;
      flex-direction: column;
    }
  
    .card {
      height: 100%;
      display: flex;
      flex-direction: column;
  
      .txt {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }
    }
  }
}

main.detail .product-added.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;

    .card-container {
      display: none;
    }
}

.main.list {
  background-size: auto;
}