.empt{
  display: none;
}
.empty-fuel img{
  height: 140px;
  width: auto;
}
.wish-sb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: transparent;
  border: 0px;
}
.wish-sb i{
  color: #000;
}
.custom-control-label::before,.custom-control-label::after{
  cursor: pointer;
}
.wishl .custom-control-label::before,.wishl .custom-control-label::after{
  width: 2rem;
  height: 2rem;
}
.wishl .BB1 {
  height: 120px;
  border-left:1px solid #cecece;
}
.wishb a:hover{
  color:var(--dang) !important;
  transition: color 250ms ease;
}
.wishl .rating {
  font-size: 25px; 
  width:110px;
}
.wishl :is(.PLS ,.MNS,.COU) {
  height: 27px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.wishl :is(.PLU ,.MIN) {
  height: inherit;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-del .sinb {
  height: 35px;
}
.mtb{
  border-top:1px solid #cecece;
}
.wishb a{
  transform: skew(-10deg);
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: -1px!important;
  border: 1px solid black;
  border-radius: 3px;
}
.wishb a:hover{
  transition: all 250ms ease;
  background: black; 
  color: white!important;
  filter: brightness(0.85);
}
.wishb a:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; 
  /* border-right: 0; */
  background: #2196f3;
  color: white!important;
}
.wishb a:last-child{
  /* border-left: 0; */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white!important;
  background: #ed1c24;
}
.wishb a:nth-child(2){
  border-left: 0;
  border-right: 0;
}
