/***********************************/
/*             INFO                */
/***********************************/

.top_info {
  margin-bottom: 60px;
}

.top_info_detail {
  margin: 20px 0 0;
  font-size: 13px;
  list-style: none;
}

.top_info_detail li{
  margin-bottom: 10px;
}

/***********************************/
/*             SELLER              */
/***********************************/

.top_seller {
  margin-bottom: 50px;
}

.top_seller_head {
  margin-top: 20px;
  font-size: 12px;
}

.top_seller_list {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}


/***********************************/
/*         MEDIA QUERIE            */
/***********************************/

@media (max-width: 768px) {
  .top_info_detail,
  .top_seller_head {
    margin-top: 10px;
    padding: 0 10px 20px;
  }
  .top_info,
  .top_seller {
    margin-bottom: 20px;
  }
}