.ux-sold-out {
  opacity: 0.3 !important;
  position: relative;
}

.ux-sold-out::after {
  content: "Sold Out";
  position: absolute;
  top: 5px;
  right: 5px;
  background: #a00;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
}

.booking-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 44px;
    height: 44px;

    border-radius: 50%;
    border: 2px solid #fff;

    background: #c40000;
    color: #fff;

    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 99999;

    box-shadow: 0 2px 5px rgba(0,0,0,0.16);
    transition: all 0.2s ease;
}

.booking-popup-close:hover {
    background: #e60000;
    transform: scale(1.08);
}

.booking-popup-close:active {
    transform: scale(0.95);
}

.booking-popup-close:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);
}

#wc-pao-addon-647-1 .soldout {
    position: absolute !important;

    top: initial !important;
    bottom: -40px !important;
    right: -315px !important;

    width: 315px !important;
    max-height: 260px;
    overflow-y: auto;

    padding: 14px 16px !important;

    border: 1px solid #c24130;
    border-radius: 8px;
    background: #fff;

    line-height: 1.35;
    box-sizing: border-box;
    z-index: 20;
}

#wc-pao-addon-647-1 .soldout span,
#wc-pao-addon-647-1 .soldout ul li {
    font-size: 12px !important;
}
