#product_page_top_section {
    padding-left: 2%;
    height: 220px;
    display: grid;
    grid-template-columns: 15% 85%;
    border: 1px solid transparent;
  }
  .product_sort{
    display: flex;
    justify-content: space-evenly;
  }
  #product_page_sorting_div{
    border: 1px solid transparent;
    height: 100%;
  }
  #product_page_flashimg_div{
    border: 1px solid transparent;
    height: 100%;
  }
  #flash_img{
    width: 100%;
    height: 220px;
  }