/* Bootstrap Overrides */
/* =================== */
:root {
  --bs-body-bg: rgb(255,255,255);
  --bs-primary: #110082;
  --bs-primary-rgb: 17, 0, 130;
  --bs-primary-text: rgb(255,255,255);
  --bs-primary-hover: #0F0075;
  --bs-primary-active: #0E0068;
  --bs-secondary: #EFDF00;
  --bs-secondary-rgb: 239, 223, 0;
  --bs-secondary-text: rgb(255,255,255);
  --bs-secondary-hover: #D7C900;
  --bs-secondary-active: #BFB200;
  --bs-primary: #110082;
  --bs-primary-hover: #0E006E;
  --bs-primary-active: #0B005B;
  --bs-btn-primary-bg: #110082;
  --bs-btn-primary-border-color: #110082;
  --bs-btn-primary-hover-bg: #0E006E;
  --bs-btn-primary-hover-border-color: #0E006E;
  --bs-btn-primary-active-bg: #0B005B;
  --bs-btn-primary-active-border-color: #0B005B;
  --bs-btn-primary-text: var(--bs-primary-text);
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-btn-primary-text) !important;
}
.btn-primary:hover {
  background-color: var(--bs-primary-hover) !important;
  border-color: var(--bs-primary-hover) !important;
}
.btn-primary:active {
  background-color: var(--bs-primary-active) !important;
  border-color: var(--bs-primary-active) !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}
.btn-outline-primary:hover {
  background-color: var(--bs-primary-hover) !important;
  border-color: var(--bs-primary-hover) !important;
  color: var(--bs-btn-primary-text) !important;
}
.btn-outline-primary:active {
  background-color: var(--bs-primary-active) !important;
  border-color: var(--bs-primary-active) !important;
  color: var(--bs-btn-primary-text) !important;
}

:root {
.btn-outline-secondary {
 --bs-btn-color: #545b62;
}
/* AXS */
  --axs-primary: #110082;
  --axs-secondary: #efdf00;
  --axs-primary-text: rgb(255,255,255);
  --axs-secondary-text: rgb(255,255,255);
  --axs-seatlist-hover-color: #91c69c;
  --axs-seat-unavailable-color: rgba(214, 214, 214, 1);
  --axs-map-section-color: #110082;
  --axs-map-section-hover-color: #0F0075;
  --axs-logo: url('https://app-cdn.ebiljett.nu/clients/W4/{instanceId}/{pos}/logo.png');
}
.desktop-header {background-color: #fff !important; border-bottom: 1px solid #C6007E !important;} 
.desktop-header .top-bar {background-color: #fff !important;} 
.desktop-header .bottom .cart .dropdown .content .checkout .link-btn-rounded-small {color: #fff !important; background-color: #C6007E !important;} 
.mobile-header .header-cart .icon {fill: #C6007E !important;} 
.mobile-header .menu-trigger .hamburger__inner, .mobile-header .menu-trigger .hamburger__inner:after, .mobile-header .menu-trigger .hamburger__inner:before {background-color: #C6007E !important;} 
.mobile-header {background-color: #fff !important; border-bottom: 1px solid #C6007E !important;} 
.link-btn-regular {color: #fff !important;} 
.desktop-header .logo {left: -65px !important; width: 125px !important;} 
.desktop-header .top .lang-selector .language a {color: #ffffff;} 
