.home {
  margin-top: 100px; }
  .home .carousel .carousel-inner {
    max-height: 275px;
    margin-bottom: 25px; }
  .home .carousel img {
    width: 100%; }
  .home .header-divider {
    border-top: 1px solid #f57674;
    opacity: 0.2; }
  .home .category-list {
    cursor: pointer;
    margin-bottom: 25px;
    width: 100%;
    position: relative; }
    .home .category-list tr {
      display: block;
      padding: 10px 15px;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid #ddd;
      position: relative;
      border-radius: 3px; }
      .home .category-list tr span:nth-of-type(2) {
        background-color: #f2f2f2;
        color: #838383;
        border-radius: 10px;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        right: 25px;
        top: 10px; }
    .home .category-list .category-select {
      color: #fff;
      background-color: #F57674;
      border-color: #D35E5D; }
  .home .store-search {
    margin-bottom: 10px; }
  .home .store-search span {
    height: 16px;
    background-color: white;
    border-right: white;
    padding-left: 20px; }
  .home .store-search input {
    height: 36px;
    border-left: white;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .home .store-description {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 10px 13.5px;
    text-align: justify;
    white-space: pre-line;
    margin-bottom: 25px; }
    .home .store-description:nth-of-type(3) {
      font-size: 13.2px; }
  @media (max-width: 768px) {
    .home .product-tile {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .home .product-tile {
      padding-right: 0; } }
