.bg-pink{
    background-color: #FFF1EF;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single{
    background-color: unset;
    border: none;
    border-radius: 0;
}
.btn-main{
    background-color: #DEB1AA;
    border-radius: 0;
    color: white;
    width: 100%;
    border: none;
    padding: 15px 0;
  font-family: "IBM Plex Sans Thai","Inter";
  font-weight: 400;

}
.btn-del{
    background-color: #DEB1AA;
    border-radius: 0;
    color: white;
    width: 50px;
    border: none;
    padding: 10px 0;
  font-family: "IBM Plex Sans Thai","Inter";
  font-weight: 400;

}
.btn-compare{
    background-color: #fff;
    border-radius: 0;
    color: #C19790;
    width: 100%;
    border: none;
    padding: 15px 0;
  font-family: "IBM Plex Sans Thai","Inter";
  font-weight: 400;
    border: solid 2px #C19790;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #fef1ef;
    border: unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 4px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 400;
}
.title{
    color:#D69E95;
}
.list-img img{
    width:16%;
    margin-bottom: 10px;
    padding: 0 3px;
    cursor: pointer;
      height: 100px;
      object-fit: cover;
  }
  .list-color:hover{
    cursor: pointer;
  }
  .list-color{
    width:100%;
  }
  .color-active{
    opacity: .5;
  }
  .zoomimg {
    bottom: 10px;
      right: 10px;
      background-color: rgb(255 255 255 / 50%);
      color: #000000;
      padding: 5px;
      border-radius: 50%;
      cursor: pointer;
      height: 40px;
      width: 40px;
      text-align: center;
  }

  @media only screen and (max-width: 767px) {
    .list-img img {
      width: 19%;
      margin-bottom: 10px;
      padding: 0 3px;
      cursor: pointer;
      height: 65px;
      object-fit: cover;
  }
  }
