.related.products {
  display: none!important;
}

.nv-bc-count-wrap {
  display: none!important;
}

.kenzap .kenzap-download-ticket p strong {
  font-weight: 600;
  color: #6ec1e4;
}

.kenzap .kenzap-download-ticket p span {
  font-weight: 600;
  color: #6ec1e4;
}

.kenzap .kenzap-download-ticket a {
  max-width: 300px;
  margin: 30px auto 0;
  display: block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #6ec1e4;
  background: #6ec1e4;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.kenzap .kenzap-download-ticket a:hover {
  color: #6ec1e4;
  background: #fff;
  border-width: 1px;
}

.kenzap .kpcae .tab-content .date .day {
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin: 0 0 5px;
}

.kenzap .kpcae .tab-content .date .month {
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin: 0 0 5px;
}

.kenzap .kpcae .tab-content .date .year {
    font-size: 16px;
    display: block;
    font-weight: 500;
}


.kenzap .kpcae .tab-content .info p {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 60%;
    float: left;
    margin: 0;
}

.kenzap .kpcae .tab-content .info p span {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.kenzap .kpcae .tab-content .info .get-ticket {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px 25px;
    background: var(--mc, #ff6600);
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
    float: right;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
}

.kenzap .kpcae .tab-content .date {
    padding: 8px;
    background: rgba(36,36,36,.8);
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
}

.kenzap .kpcae .tab-content .info {
    padding: 50px 20px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#1c1c1c",GradientType=0 );
}