.kmbutton.kmdropdown {
  width: 856px;
  position: relative;
}
.kmbutton .km-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kmbutton.kmdropdown p {
  width: 100%;
  background: #fff;
}
.kmtabtitle {
  margin-top: 27px;
}
.kmdetail {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.kmtabsimage img {
  height: 192px !important;
}
.kmdetail-content {
  /* max-width: 851px; */
  max-width: 70%;
}
.kmdropdown p {
  padding: 10px;
  /* display: inline-block; */
  position: relative;
  padding-right: 40px;
  border: 1px solid #595454;
  color: #be2bbb;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .kmbutton.kmdropdown {
    width: 100%;
  }
  .kmtabsimage img {
    height: 140px !important;
  }
  .kmdropdown p {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kmdropdown p {
    font-size: 20px;
    padding-right: 10px;
  }
  .kmbutton.kmdropdown {
    width: 100%;
  }
  .kmdetail {
    flex-direction: column;
    row-gap: 20px;
  }
  .kmtabsimage {
    text-align: center;
  }
  .kmtabsimage img {
    height: 120px !important;
  }
  .kmdetail-content {
    max-width: 100%;
  }
}

.kmdropdown {
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
}

.kmtabsselector {
  position: absolute;
  z-index: 999;
  width: inherit;
}
.kmtabsselector li {
  border: 1px solid #595454;
  width: auto;
  border-top: none;
  background-color: white;
  cursor: pointer;
}
.kmdropdown p:hover, .kmtabsselector li:hover {
  background-color: #F5EBEA;
}

/* .kmdropdown p:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: 10px;
  background-image: url(../css/images/arrowtab.png);
  background-repeat: no-repeat;
  background-position: -36px 0;
} */
.kmdropdown ul {
  display: none;
  margin-left: 0px;
  max-height: 400px;
  overflow-y: auto;
}
.kmdropdown li {
  display: block;
  padding: 10px;
  list-style: none;
}
.kmdropdown li:hover {
  background: #f5ebea;
  color: #595454;
}
