.pageModules-root {
    max-width: 1260px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------- */
/* TYPOGRAPHY                                                           */

h1 {
    margin: 0 0 24px 0;
}

h2 {
    margin: 0 0 16px 0;  
}

h3 {
    margin: 0 0 8px 0;
}

h4 {
    margin: 0 0 4px 0;
}

/* -------------------------------------------------------------------- */
/* FORM - INPUTS                                                        */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"] {
    font-size: 14px;
    border-radius: 0px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="date"]:hover,
input[type="time"]:hover {
    border-color: #000;
    transition: all .4s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus {
    border-color: #000;
    box-shadow: none;
}

/* -------------------------------------------------------------------- */
/* FORM - SELECT                                                        */

select {
    border-radius: 0px;
}

select:focus {
    border-color: #000;
    box-shadow: 0 0 0 1px #000000;
}

/* -------------------------------------------------------------------- */
/* BUTTONS                                                              */

.btn-default {
    border-radius: 0px;
    background: #ffffff !important;
}

.btn-default:hover {
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    background: #000000 !important;
}

.btn[name="btn_next"],
.btn[name="btn_previous"] {
    height: auto;
    padding: 10px 20px;
}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    height: auto;
    padding: 10px 20px;
}

/* -------------------------------------------------------------------- */
/* HEADER                                                               */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 5%);
    border-bottom: 1px solid #eee;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .logo {
    margin: 0;
    flex: 0 1 auto;
}

header .navigation {
    margin-left: 30px;
    flex: 1 1 auto;
}

header .navigation ul li a {
    border: 1px solid #e4e4e4;
}

header .navigation ul li a.active {
    border: 1px solid transparent;
}

/* -------------------------------------------------------------------- */
/* MAIN                                                                 */

main {
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 7%);
}

main .container-fluid {
    padding: 0;
}

/* -------------------------------------------------------------------- */
/* FOOTER                                                               */

footer {
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 7%);
    margin-top: 60px;
}

footer .container-fluid {
    padding: 0;
}

footer .quicklinks {
    padding: 30px 0;
}

footer .quicklinks a {
    color: #ffffff;
    text-decoration: none;
}

footer .quicklinks a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* -------------------------------------------------------------------- */
/* PROGRESS NAV                                                         */

.progressnav {
    margin-bottom: 40px;
}

.progressnav ol li.active .step {
    width: 14px;
    height: 14px;
    background: #e5007d;
    position: absolute;
    top: -3px;
    left: -4px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 7%);
    border-radius: 20px;
}

.progressnav ol li.active .label {
    top: 16px;
    font-weight: 700;
    color: #e5007d;
}

.progressnav ol li .step {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 2px;
}

.progressnav-progressbar {
    border-radius: 8px;
    background: #f5f5f6;
}

.progressnav-progress {
    height: 8px;
    background: #e5007d;
}

/* -------------------------------------------------------------------- */
/* SIGN UP                                                              */

#signup main section,
#receipt main section {
    flex-grow: 1;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION                                                         */

.addmore-box {
    border: none;
}

.cart {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
}

.cart .eventinfo {
    padding: 20px;
    border-radius: 0;
    background: #802345;
    color: #ffffff;
    border: none;
}

.cart .eventinfo h3 {
    color: #ffffff !important;
    text-transform: none;
    font-weight: 700;
}

.cart-content {
    padding: 20px;
}

.invoice-sum-total {
    font-size: 1.3em;
    margin: 20px 0 0 0;
}

.invoice .invoice-group {
    border-radius: 0px;
    border: none;
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 16%);
}

/* -------------------------------------------------------------------- */
/* REGISTRATION - GROUP                                                 */

.reg-category {
    border-radius: 0;
    background: #f5f5f6;
}

.reg-category:hover {
    /* border: 1px solid #e5007d; */
}

.reg-category .title {
    font-size: 1.2em !important;
    line-height: 1.4em;
    text-transform: none;
}

.reg-category .price {
    color: #e5007d;
    font-weight: normal;
}

.reg-group {
    border-radius: 0;
    border: none;
}

.reg-header {
    background: none;
    padding: 0px 0px 20px 0;
    border-radius: 0;
}

.reg-header-title {
    font-size: 1.6em !important;
    line-height: 1.4em;
    text-transform: none;
}

.reg-header p {
    margin: 1em 0 0 0;
}

.reg-content {
    margin: 0 0 20px 0;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 16%);
}

.reg-content + .reg-content,
.reg-header + .reg-content {
    border-radius: 0px;
    border-top: 0;
}

.reg-content:last-child {
    border-radius: 0;
}

.reg-content:only-child {
    border-radius: 0;
}

.reg-title {
    margin-bottom: 10px;
    font-size: 1.2em !important;
    line-height: 1.4em;
    text-transform: none;
}

.reg-title a {
    text-decoration: none;
    font-weight: bold;
    font-family: inherit;
}

.reg-facts {
    margin: 0px -10px;
    font-size: 13px;
    line-height: 18px;
}

.reg-facts ul li {
    margin: 2px 10px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.reg-price {
    font-size: 1em;
    line-height: inherit;
}

/* -------------------------------------------------------------------- */
/* TABS                                                                 */

.tabs {
    border-bottom: 1px solid #e7e8ec;
}

.tabs ul li {
    margin: 0;
}

.tab {
    padding: 12px 20px;
    border: none;
    display: flex;
}

.tab.active {
    padding-bottom: 12px;
    border: none;
    border-bottom: 3px solid #e5007d;
}

.tab a {
    font-size: 16px;
    line-height: 24px;
}

/* -------------------------------------------------------------------- */
/* USER NAV                                                             */

.user-nav {
    border-bottom: 4px solid #e5007d;
    background: #e5007d;
    color: #fff;
    padding: 20px 0;
}

.user-nav-options a {
    color: #ffffff;
}

.user-nav-options a:hover {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  header {
  }
  
  header .logo {
      top: 20px;
  }

  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .btn-nav {
      background: #e5007d;
      color: #fff;
      border-radius: 0;
      padding: 0 20px;
      font-size: 0;
  }
  
  header .btn-nav .icon-nav-stripe {
      background-color: #ffffff !important;
  }
  
  header .icon-close-stripe {
      background-color: #e5007d !important;
  }
  
  header .navigation {
      top: 20px;
      right: 20px;
  }

  header .navigation .nav {
      border: none;
  }

  header .nav .container, header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/33FB285B-CA9B-EC11-84B2-00155D0B0901/bupl-logo@2x.png);
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: top 20px center;
  }
  
  header .nav ul {
      margin: 0;
      padding: 60px 0;
  }
  
  header .nav ul li a {
      border: 0;
      border-top: solid 1px #f2f2f2; 
  }
}