.header-link {
  padding: 20px 0;
  display: inline-block;
  margin-right: 30px;
}
.header-link a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.subpage-container {
  padding: 50px 0;
}
#total-price-container {
  font-size: 1.3em;
}
.required:after {
  content:" *";
  color: #ff0000;
}
#message-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.loading {
  min-height: 200px;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

.nav-tabs {
  margin-bottom: 20px;
}
.input-container {
  margin-bottom: 20px;
}
.dropdown, .input-group, .btn-group-vertical {
    margin-bottom: 10px;
}
.plus-minus {
    width: 178px;
}
.plus-minus .input-number {
    width: 100px;
}
#digit-content #price-container {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  display: inline-block;
  padding: 20px 0px;
  text-align: center;
  min-width: 200px;
  margin-right: 10px;
}
#digit-content #count-price {
  font-size: 30px;
  font-weight: bold;
}
#digit-content .list-group-item-success,
#digit-content .list-group-item-danger {
    color: inherit;
}
#digit-content .price-vat {
  margin-bottom: 0;
  vertical-align: bottom;
}
#digit-content .row {
  margin-bottom:20px;
}
#digit-content .btn-success {
  margin-top: 20px;
  color: #ffffff;
  background-color: #2b7b06;
  border-color: #2b7b06;
}
#digit-content .btn-success:hover {
    color: #ffffff;
    background-color: #68b022;
    border-color: #68b022;
}
#digit-content .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#digit-content .panel-body {
  background: #f5f5f5;
  position: relative;
}
#digit-content .alert {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.no-selection {
  margin: 0;
  padding: 0;
  line-height: 34px;
}
.btn,
.form-control,
.btn-group-lg>.btn,
.btn-lg,
.list-group-item,
.modal-content {
  border-radius: 0 !important;
}
.tooltip-label {
  margin-left: 5px;
  cursor: pointer;
}
select.form-control {
  max-width: 250px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-primary, .btn-primary.focus, .btn-primary:focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #F9B553;
  border-color: #ccc;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled:active.focus,
.btn-primary.disabled:active:hover,
.btn-primary.disabled:hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  outline: none;
}
.btn-primary:hover {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #F9B553;
    border-color: #ccc;
}
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg,
.nav-pills>li>a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
.panel-default {
    margin-top: 10px;
}

.breadcrumb {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
}
#customer-delivery-container,
#customer-payment-container {
  margin-bottom: 20px;
}
label {
  display: block;
}
label.for-radio-button {
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 20px;
}
label.for-radio-button:last-child {
  margin-bottom: 0;
}
input[type=text], input[type=email], textarea {
  width: 100%;
  max-width: 600px;
  padding: 0.2em 0.4em;
}
.step2 input[type=radio],
.step2 input[type=checkbox] {
  float: left;
  margin-left: -20px;
  margin-right: 7px;
}
input:disabled {
    color: #999;
}
.product-info {
  padding-top: 25px;
}
.nav {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.nav-pills>li {
  float: none;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #ffffff;
  background-color: #55BBB4;
}
.nav-pills>li>a {
  color: #ffffff;
  background-color: #505050;
}
.nav-pills>li>a:hover,.nav-pills>li>a:focus {
  color: #ffffff;
  background-color: #55BBB4;
}
.nav-pills>li+li {
    margin-left: 10px;
}
.center-content {
  position: relative;
  padding: 10px 20px;
  text-align: center;
}
.centered-box {
  position: relative;
  padding: 0;
  text-align: center;
}
.gray {
  background-color: #F5F5F5;
}
.red {
  background-color: #EC6373;
}
.turqoise {
  background-color: #55BBB4;
}
.yellow {
  background-color: #F9B553;
}
.green {
  background-color: #76B32A;
}
.sokkeli-green {
  background-color: #7bc143;
}
.blue {
  background-color: #232F5C;
}
.circle {
  margin: 20px 0;
  color: #ffffff;
  background: #F9B553;
  font-size: 22px;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  padding-top: 8px;
  border-radius: 50px;
  display: inline-block;
}
.centered-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.intro {
    margin-bottom: 30px;
}
#digit-navigation {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
#digit-frame,
#promo-boxes {
  margin-bottom: 30px;
}
#instructions {
  margin-bottom: 45px;
}
#promo-boxes {
  margin-top: 45px;
}
#digit-header {
  text-align: center;
  padding: 10px 0;
}
hr {
  border-top: 2px solid #ccc;
}
#digit-header {
  background: #68b022;
}
#digit-header h2,
#digit-header h3 {
  margin-top: 1rem;
  color: #ffffff;
}
#digit-frame {
  margin-top: 30px;
  background: #f5f5f5;
}
#digit-frame {
  border-left: 20px solid #68b022;
  border-right: 20px solid #68b022;
  border-bottom: 20px solid #68b022;
}
#instructions .center-content {
  min-height: 220px;
}
#promo-boxes .centered-box {
  min-height: 400px;
}
.centered-container a {
  color: inherit;
  text-decoration: none;
}
.centered-container a:hover {
  text-decoration: underline;
}
.centered-container h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.4;
}
#header {
  padding: 0;
  height: 65px;
}
#header .row {
  margin-bottom: 0;
}
#header label, #header p, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header li, #header a, #header li a {
  color: #333333;
}
#header img {
  margin-top: 15px;
}
.no-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.no-list li {
  padding: 0 0 5px 0;
}
#product-count input {
  cursor:default;
  background-color:#fff;
  color: #555;
}
.white-text {
  color: #ffffff;
}
#approve-disclaimer {
  line-height: 1.3;
}


@media only screen and (max-width: 1200px) {
  .nav-pills>li+li {
      margin-left: 2px;
  }
  .nav-pills>li>a {
      font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .col-md-6, .col-md-3 {
    margin-bottom: 20px;
  }
  .product-item .col-md-6,
  .product-item .col-md-3 {
    margin-bottom: 0;
  }
  #header .col-md-6, #header .col-md-3 {
    margin-bottom: 0;
  }
  .col-md-6:last-child,
  .col-md-3:last-child {
    margin-bottom: 0;
  }
  #digit-content, #instructions, #promo-boxes {
      margin-bottom: 20px;
  }
  .btn-success {
    display: block;
  }
  .product-info {
    padding-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .nav-pills>li {
    display: block;
  }
  .nav-pills>li+li {
    margin-left: 0;
  }
  body.step1 .input-group,
  body.step1 select.form-control,
  body.step1 input[type=text],
  body.step1 input[type=email],
  body.step1 textarea {
    margin: 0 auto;
  }
  body.step1 #digit-content {
    text-align: center;
  }
  .centered-container h2 {
    font-size: 18px;
  }
}
