TABLE.event-detail-prize-category-table {
  width: auto;
  flex: 0 0 auto;
}
TABLE.event-detail-prize-category-table TH, TABLE.event-detail-prize-category-table TD {
  padding: 10px;
}
@media (max-width: 576px) {
  TABLE.event-detail-prize-category-table TH, TABLE.event-detail-prize-category-table TD {
    padding: 5px;
  }
}
TABLE.event-detail-prize-category-table TH:first-child, TABLE.event-detail-prize-category-table TD:first-child {
  border-right: 1px solid #d9d9d9;
  text-align: right;
  font-weight: bold;
}
TABLE.event-detail-prize-category-table TH:HOVER, TABLE.event-detail-prize-category-table TD:HOVER {
  background-color: #d9d9d9;
}
TABLE.event-detail-prize-category-table TH {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
TABLE.event-detail-prize-category-table TD {
  white-space: nowrap;
}

.topMenu__buttonDesktop {
  display: none;
}
@media (max-width: 576px) {
  .topMenu__buttonDesktop {
    display: none !important;
  }
}
.topMenu__buttonMobile {
  display: none !important;
}
@media (max-width: 576px) {
  .topMenu__buttonMobile {
    display: block !important;
  }
}
.topMenu__basket {
  display: none;
}
@media (max-width: 1024px) {
  .topMenu__basket {
    display: flex;
    align-items: center;
  }
}
@media (-webkit-min-device-pixel-ratio: 1) {
  .topMenu__basket {
    display: flex;
    align-items: center;
  }
}

.event-detail__partnerLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .event-detail__partnerLogos {
    margin-top: 5px;
  }
  .event-detail__partnerLogos IMG {
    max-height: 70px;
    max-width: 70px;
    margin: 0px 8px;
  }
}
.event-detail__partnerLogos IMG {
  display: block;
  max-height: 100px;
  max-width: 100px;
  margin: 0px 15px;
}
.event-detail__priceFundSum {
  white-space: nowrap;
}

.nbcorder__remove-btn {
  background: none;
  border: none;
  color: #ec0000;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  padding: 0.2em;
  line-height: 1;
}
.nbcorder__remove-btn:hover {
  color: #dc3f3f;
}
@media (max-width: 768px) {
  .nbcorder__remove-btn {
    font-size: 1.2em;
  }
}
.nbcorder__total-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .nbcorder__total-wrapper {
    flex-direction: column;
  }
}
.nbcorder__total {
  flex: 1;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .nbcorder__total {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.nbcorder__promo {
  flex: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .nbcorder__promo {
    text-align: left;
  }
}
.nbcorder__promo-form {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .nbcorder__promo-form {
    justify-content: flex-start;
  }
}
.nbcorder__promo-input {
  flex: 1;
  max-width: 200px;
  padding: 0.5em;
  margin-right: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.nbcorder__promo-btn {
  padding: 0.5em 1em;
  border: none;
  background-color: #ec0000;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.nbcorder__promo-btn:hover {
  background-color: #dc3f3f;
}
.nbcorder__quantity-control {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.nbcorder__quantity-control .nbcorder__quantity-btn {
  font-size: 1.5em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  user-select: none;
  height: 30px;
}
@media (max-width: 768px) {
  .nbcorder__quantity-control .nbcorder__quantity-btn {
    width: 25px !important;
  }
}
.nbcorder__quantity-control .nbcorder__quantity-btn:hover {
  background: #eaeaea;
}
.nbcorder__quantity-control .nbcorder__quantity-input {
  height: 30px;
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 0.5em;
  font-size: 1em;
  background: #fff;
  pointer-events: none;
}
.nbcorder__title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.nbcorder__product-list {
  margin-bottom: 2em;
}
.nbcorder__product {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
}
.nbcorder__product-image {
  max-height: 80px;
  width: auto;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .nbcorder__product-image {
    display: none;
  }
}
.nbcorder__product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .nbcorder__product-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.nbcorder__product-title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0;
}
.nbcorder__product-details {
  display: flex;
  align-items: flex-start;
}
.nbcorder__product-quantity {
  font-size: 0.9em;
  color: #666;
  margin-right: 1em;
}
.nbcorder__product-price {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
.nbcorder__product-price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.5em;
}
.nbcorder__product-price-new {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}
.nbcorder__total {
  font-size: 1.2em;
}
.nbcorder__total-price {
  font-weight: bold;
  color: #333;
}
.nbcorder__total-price-old {
  text-decoration: line-through;
  color: #999;
}
.nbcorder__total-price-discounted {
  font-weight: bold;
  color: #d9534f;
}
.nbcorder__form {
  margin-top: 1.5em;
}
.nbcorder__form .form-group {
  margin-bottom: 1em;
}
.nbcorder__form .form-group label {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.nbcorder__form-required {
  color: #d9534f;
}
.nbcorder__payment {
  text-align: center;
  margin-top: 1.5em;
}
.nbcorder__payment-logo {
  max-width: 100px;
  margin-bottom: 0.5em;
}
.nbcorder__payment-info {
  font-size: 0.9em;
  color: #666;
}
.nbcorder__submit-btn {
  display: block;
  width: 100%;
  font-size: 1.2em;
  padding: 5px 40px;
  margin-top: 1.5em;
  margin-bottom: 30px;
  background-color: #ec0000;
  border-color: #ac080f;
  color: #fff !important;
}
.nbcorder__submit-btn-pressed {
  background-color: #dc3f3f;
  border-color: #852d31;
}

/*# sourceMappingURL=template_styles.css.map */
