body {
  background: url(../img/background_football2.jpg) center center no-repeat #151c26 !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}
.navbar-brand span {
  color: #fff;
  font-size: 0.9rem;
  margin-left: 10px;
}
#top_page{
    background: #17509e !important;
}
.secondary-navigation{
    background:#fff;
}
.secondary-navigation a, .secondary-navigation a:hover,
#language-switcher-form .btn-language.active:after{
    color:#151c26 !important;
}
.sidebar {
  background: none;
  padding: 0 !important;
  color: #fff;
}
.page .page_inner {
  border-radius: 0 0 6px 6px;
  color: #fff;
}
.product-grid-section > h2, .product-slider-section > h2, .product-list-section > h2 {
  font-weight: 600;
}
.cookie-bar{
  background: #fff !important;
}
.discount-row h6, 
.tickets-wrapper .variation-item.discount-row .quantity-wrapper {
  color:#616772 !important;
}
.seat-map-modal .selected-seat-variation-item h4{
  color:#404753 !important;
}
.seat-price-btn.btn-primary{
  color:#fff !important;
}
.block-detail-shell{
  background: #eee !important;
  color: #222 !important;
}
.block-detail-actions btn-outline-primary{
  border: 1px solid #222 !important;
  color: #222 !important;
}
.mobile-ticket-button{
  background: #fff !important;
  color: #222 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #fff !important;
  color: #222 !important;
}
#chat-icon.chat-icon{
  background: rgba(255,255,255,0.1) !important;
}

/* Bootstrap */

.btn-primary, .btn-primary:hover {
  color: #fff;
  background: #17509e !important;
  border: 1px solid #17509e !important;
}
.btn-secondary, .btn-secondary:hover {
  color: #151c26;
  background: #fff;
  border: 1px solid #fff;
}
.page-header-wrapper h1{
  color:#fff !important;
  text-align:center !important;
}
  
@media screen and (max-width: 990px) {
  .sidebar {
    display:block !important;
    order:2;
  }
  .right-column{
    order:1;
  }
}