/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./cartridges/cash_storefront_base/cartridge/client/default/scss/searchNoResult.scss ***!
  \*************************************************************************************************************************************************************************/
.home-other-categories {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .home-other-categories {
    padding: 20px 0;
  }
}
.home-other-categories .title-home {
  font-weight: bold;
}
@media (min-width: 992px) {
  .home-other-categories .title-home {
    text-align: center;
  }
}
.home-other-categories .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (min-width: 992px) {
  .home-other-categories .content-wrapper {
    max-width: 997px;
    margin: auto;
  }
}
.home-other-categories .content-wrapper .category-item {
  padding: 5px;
}
@media (min-width: 992px) {
  .home-other-categories .content-wrapper .category-item {
    padding: 9px 22px;
  }
}
.home-other-categories .content-wrapper .category-item .item-box {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #dadada;
}
@media (min-width: 992px) {
  .home-other-categories .content-wrapper .category-item .item-box {
    padding: 10px 40px;
  }
  .home-other-categories .content-wrapper .category-item .item-box:hover {
    box-shadow: 0 0 6px #dadada;
    transform: scale(1.1);
  }
}
.home-other-categories .content-wrapper .category-item:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .home-other-categories .content-wrapper .category-item .item-img {
    width: 31px;
  }
}
.home-other-categories .content-wrapper .category-item .item-img img {
  width: 30px;
}
.home-other-categories .content-wrapper .category-item .item-text .link {
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .home-other-categories .content-wrapper .category-item .item-text .link {
    width: 31px;
    padding-left: 20px;
    font-size: 16px;
  }
}
