#color-selector-carousel {
  margin-left: auto;
  padding-left: 20px;
}

#color-selector-carousel .owl-nav {
  display: none;
}
#color-selector-carousel .owl-dots {
  display: none;
}

.color-selector-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.color-selector-container .item {
  width: 30%;
  display: flex;
  justify-content: center;
}

.color-selector-container .item-unselected {
  opacity: 0.5;
}

.color-picker-box {
  width: 100%;
  height: 57px;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  color: white;
}
.color-name {
  color: white;
}

.color-white .color-name {
  color: #a3a4aa;
}

.color-purple {
  background: #8c64b4;
  color: white;
}

.color-yellow {
  background: #f4dd5c;
  color: white;
}

.color-red {
  background: #de5b56;
  color: white;
}

.color-orange {
  background: #db935e;
  color: white;
}

.color-gray {
  background: #9d9d9d;
  color: white;
}

.color-silver {
  background: #b4b6bc;
  color: white;
}

.color-green {
  background: #5baf75;
  color: white;
}

.color-white {
  background: #fff;
  border: 1px solid var(--Grey-100);
  color: var(--Neutral-Black) !important;
}

.color-high,
.color-middle,
.color-low {
  background: #000;
  color: white;
}

.all-color-btn {
  width: 92%;
  text-align: right;
  margin: 0 auto;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.color-black {
  background: #000;
  color: white;
}

.color-grey {
  background: #9d9d9d;
  color: white;
}

.color-beige {
  background: #bfae91;
  color: white;
}
.color-brown {
  background: #69523e;
  color: white;
}

.color-pink {
  background: #e390b7;
  color: white;
}

.color-blue {
  background: #47a7d1;
  color: white;
}

.color-picker-box img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 14px;
}

/* .color-picker-box .color-name{
 
} */

.color-picker-box .color-name-eng {
  font-family: 'Times New Roman';
}
.color-picker-box .color-name-Jps {
  font-weight: 500;
  font-size: 11px;
}
