.tickera .tickera-shop-item {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 20px;
  background: #e5e5e5;
  padding: 20px 30px
}

.tickera .tickera-shop-item .tickera-shop-item-title {
  font-weight: 600;
  font-size: 1.5rem;
  background: #001a65;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.tickera .tickera-shop-item .tickera-shop-item-desc {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width:767px) {
  .tickera .tickera-shop-item .tickera-shop-item-desc {
    font-size: .8rem;
    line-height: 1rem;
  }
}
.tickera .tickera-shop-item .tickera-shop-item-desc ul,
.tickera .tickera-shop-item .tickera-shop-item-desc li,
.tickera .tickera-shop-item .tickera-shop-item-desc p {
  margin: 0px;
}
.tickera .tickera-shop-item .tickera-shop-item-desc ul {
  margin: 20px 20px;
}

.tickera .tickera-shop-item .tickera-shop-item-price {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
@media only screen and (max-width:767px) {
  .tickera .tickera-shop-item .tickera-shop-item-price {
    display: block;
  }
}
.tickera .tickera-shop-item .tickera-shop-item-price .tickera-shop-item-price-tag strong {
  line-height: 50px;
  font-size: 20px;
  color: #001a65;
}
