
    body,

    ::after,
    ::before {
      box-sizing: border-box;
    }
    a{
      text-decoration: none;
      outline: none;
    }

    .card-text {
      font-size: 1rem;
    }

    .action {
      font-size: 0.8rem;
      color: white;
      background: #fa8643;
      border: 1px solid #fa8643;
    }
    
    .cardimg{
      width: 18rem;
      height: 15rem;
      margin: 10px 20px 10px 10px;
      border-radius: 15px;
    }

    .pho,
    .recommend {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      padding-right: 10px;
      margin-right: 10px;
      overflow-y: hidden;
      overflow-x: auto;
    }

    .img {
      width: 13rem;
      height: 13rem;
      margin: 10px;
      border-radius: 15px;
      box-shadow: 15px 15px #d6d2d2;
    }

    .reimg {
      width: 7rem;
      height: 7rem;
      margin: 10px;
      border-radius: 5px;
    }

    .menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      position: absolute;
      bottom: 0%;
      width: 100%;
      padding: 10px;
      font-size: 1.5rem;
      z-index: 2;
      background: white;
      position: fixed;
    }

    .container {
      padding-bottom: 4rem;
    }

    .addimg {
      border-radius: 10px;
      width: 6rem;
      height: 6rem;
      margin: 1rem 0 1rem 0;
    }
/* recently added */
    .recently-added {
      background-color: #fa8643;
      padding: 15px;
      display: flex;
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      color: white;
    }
    .shopshowcase{
      display: flex;
      flex-direction: row;
      overflow-y: hidden;
      overflow-x: auto;
    }
    .toshopmore{
      background: darkgray;padding: 0 20px;text-decoration: none;
    }
    .more-text{
      position:relative;top: 50%;transform: translateY(-50%);color: #fa8643;
    }
    .toShopButton{
      text-align: center; padding: 20px;
    }
    .shopname{
      margin-left: 1.5rem;
      background-color: #fa8643;
      width: 20rem;
      padding: 1rem;
      margin: 2rem;
      color: white;
      border-radius: 10px;
      font-size: 0.8rem;
      
    }

    /* All Pages */
  .fa-shopify, .fa-undo-alt, .fa-home{
    color: #fa8643;
  }

    .offcanvas-end {
      padding-bottom: 1.5rem;
    }
    

    .addspan {
      display: block;
      font-size: 0.7rem;
    }

    .shop {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      flex-wrap: wrap;
      padding-right: 10px;
      margin-right: 10px;
    }

    .shopicon {
      width: 5rem;
      height: 5rem;
      margin: 10px;
      padding: 0.2rem;
      border: 1px solid rgb(247, 154, 15);
      border-radius: 10px;
    }
    .card-title{
      color: #fa8643;
    }
    .card-text{
      color: #fa8643;
    }

    /* Cosmetics */
    .shop-card{
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fa8643;
      padding: 5px 0;
  }
  .shop-photo{
      border-radius: 15px ;
      border: 1px solid white;
      width: 23rem;
      height: 15rem;             
  }
    .shop-name{
      color: white;
      position: relative;
      left: -2rem;
      margin-top: 0.5rem;
      /* margin-left: 5rem; */
      font-family: 'Dancing Script', cursive;
      font-weight: 500;
      font-size:1.5rem;
      border: 1px solid white;
      padding: 0 10px;
      border-radius: 5px;
      
  }