.bg-pink{
    background-color: #FFF1EF;
}
.arrow{
  font-size: 12px;
}

 
.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;
  }

  .cardbox{
    padding:15px 10px;
  }
  .cardboxsmall{
    padding:10px 5px;
  }
 
  .box1,.box2{
    width: 50%;
    display: table-cell;
  }
  .box1 .img{
    text-align: right;
  }
  .boxcompare .row > *{
    padding: 10px;
    }

    .dpre {
      white-space: pre-line;
      display: block;
  }
  
  .dpre img,
  .dpre iframe {
      max-width: 100%;
  }
  .banner p{
    white-space: break-spaces;
    line-height: 1.8;
  }
  .conner-form{
    background-color: #D69E95;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 50px;
    z-index: 99999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    bottom: 120px;
}
.line-with-text {
  display: flex;
      align-items: center;
      justify-content: center; /* จัดกึ่งกลางแนวนอน */
}
.line-with-text::before {
  content: "";
      display: block;
      width: 100px;              /* กำหนดความยาวของเส้นเป็น 20px */
      border-bottom: 1.5px solid #000;
      margin-right: 10px;  
}
  @media only screen and (max-width: 767px) {
    .conner-form{
      right: 30px;
      bottom: 100px;
  }
    .list-img img {
      width: 19%;
      margin-bottom: 10px;
      padding: 0 3px;
      cursor: pointer;
      height: 65px;
      object-fit: cover;
  }
  .boxcompare .row > *{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .boxcompare .title{
      font-size: 12px;
    }
    .cardbox {
      padding: 5px 0px;
  }
    .cardbox .title{
      font-size: 15px;
    }
    .cardboxsmall {
      padding: 8px 0 0 0;
  }
  }
