      *{
      box-sizing: border-box;
      }
      #active{
      border-top:3px solid #F57C00; padding-top:8px;
      }
      #loading{
      width: 50px;
      margin-top: 40%;
      }
      .swiper-pagination-bullet-active {
      background-color:white;
      }
      #notification_num{
      font-size: 14px;
      background-color: white;
      padding: 2px 5px;
      color:#43a047;
      border-radius: 50px;
      margin-left:-10px;
      }
      body{
      background-color: #fafafa;
      }
      .show_product{
      position: relative;
      }
      div.fixed {
      position: absolute;
      top: 20px;
      left:15px;
      padding: 2px 5px;
      border-radius: 5px;
      color:white;
      }