﻿.bigwishlist {
  max-width: 1500px;
  margin: 50px auto;
  font-family: "Lato", sans-serif;
  color: #555;
  opacity: .8;
  min-height: 500px;
  text-align: center;
}
#warp{
  -webkit-overflow-scrolling: auto;      
  overflow-x: hidden;           
}
thead th {
  border-bottom: 2px solid #c9c1c1;
}

tbody tr{
  border-bottom: 1px solid #c9c1c1;
}
tbody td {
  padding: 10px 0px 10px 5px;
  margin-top: 10px; 
}

.wishlist-empty {
  text-align: center;
  font-size: 30px;
  padding: 20px;
}

.product-name-body {
  padding: 10px;
}

.product-body-price {
  font-weight: bold;
}
.small_whis {
  min-height: 300px;
}
.small_whis h2{
  margin: 10px 0px 20px;
  text-align: center;opacity: .8;
  font-size: 20px;
  font-weight: bold;
}
.small_whis .first_left{
   width: 70px;
   position: relative;
}
.small_whis .el-icon-error{
  position: absolute;
  top: 0%;
  left: 0%;
  color: #999;
}
.small_whis .first_right .title{
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  max-width: 280px; 
  color: #153851;
}
.small_whis  ul {
  border-bottom: 1px solid #c9c1c1;
  padding: 20px 5px;
}
.small_whis  ul li{
 display: flex;
 justify-content: space-around;
}
.small_whis  ul .two{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
 }
.small_whis .first_right .price{
  margin-top: 10px;
 display: flex;
 justify-content: space-between;
 }
@media screen and (max-width:880px) {
  .product-name-body {
    
    text-decoration: none;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0px 5px;
  }
}