
  
  #trending .top-function a,
  #trending .top-function button,
  #trending .product_top a,
  #trending .product_top button {
    // background: #323338;
    // color: #fff;
  }
  
  #trending .top-function a:hover,
  #trending .product_top a:hover {
    cursor: pointer;
  }
  
  .product_list .product_img img {
    width: 100%;
  }
  
  .compition-lists .social-function > ul {
    text-align: right;
  }
  
  .competition__week .compition-img img {
    height: auto;
  }
  
  .competition__week .compition-details {
    min-height: 305px;
  }
  
