.ega-swatch--pditem__wrapper {
  /* the parent */ }
  .ega-swatch--pditem__wrapper .select-swap:not(.flexked) {
    display: flex;
    margin-right: -3px;
    gap: 3px; }
    .ega-swatch--pditem__wrapper .select-swap:not(.flexked) > div {
      width: calc(100%/5 - 3px); }
      .ega-swatch--pditem__wrapper .select-swap:not(.flexked) > div:nth-child(n+6) {
        display: none; }
  .ega-swatch--pditem__wrapper .select-swap {
    margin-bottom: 8px; }
    .ega-swatch--pditem__wrapper .select-swap img {
      transform: none !important;
      border-radius: 25px; }
  .ega-swatch--pditem__wrapper .slick-slide {
    margin: 0 3px; }
  .ega-swatch--pditem__wrapper .slick-next {
    left: initial;
    position: absolute;
    right: -7px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 99;
    width: initial;
    height: initial;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #333; }
  .ega-swatch--pditem__wrapper .slick-prev {
    left: -7px;
    position: absolute;
    right: initial;
    transform: translateY(-50%);
    top: 50%;
    z-index: 99;
    width: initial;
    height: initial;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #333; }

.chitietdetail {
  border-top: 1px solid #cccccc85;
  color: #C54934;
  font-size: 12px;
  font-weight: 500;
  padding-top: 3px; }

.namecolor {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: blue;
  bottom: 100%;
  background: #333;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  top: 0;
  z-index: 999; }
  .namecolor:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%; }
  .namecolor:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px; }

#ega-product-detail .related_item {
  margin-top: 20px; }

.holderhover {
  position: relative; }
  .holderhover img {
    border: 1px solid transparent;
    cursor: pointer;
    padding: 3px; }

.holderhover:hover img {
  border: 1px solid #333; }

.activezz.holderhover img {
  border: 1px solid #333; }
