body.no-scroll {
  height: 100%;
  overflow-y: hidden;
  /*    position:fixed; */
  overflow: hidden;
}

/* CART */
#ws-content.ws-cart {
}

#ws-content {
  padding: 30px 0;
}

#ws-content.ws-payment-success-page,
#ws-content.ws-payment-failed-page {
  padding: 80px 0 30px 0;
}

#ws-content.ws-cart {
  padding: 40px 0 10px 0;
}

/*#ws-content.ws-cart h2,
.ws-main-form h2 {
  color: #222;
  font-size: 3em !important;
  font-weight: bold;
}*/

.ws-main-form h2 {
  margin-bottom: 20px;
}

#ws-content.ws-cart h3 {
  color: #28628e;
}

.ws-cart #infoText {
  padding: 10px 0;
}

#search-inputs.big_widget_inputs {
  display: none;
}

#ticket-box .nav-tabs {
  border: none !important;
  width: 80%;
  padding-bottom: 20px;
}

.nav-tabs > li > a {
  color: #28628e;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.nav-tabs > li > a span {
  vertical-align: middle;
}

.nav-tabs > li > a .radio-btn {
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: 100%;
  border: 1px solid;
  position: relative;
  margin-right: 5px;
}

.nav-tabs > li > a.active {
  font-weight: 500;
}

.nav-tabs > li > a.active .radio-btn:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  border-radius: 100%;
  background: #28628e;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.nav-tabs > li.active > a {
  font-weight: 500;
}

.nav-tabs > li > a:hover {
  text-decoration: none;
}

#ws-content.ws-cart .routeTypeRadio {
  display: none;
}

#ws-content.ws-cart .ticketTabs li {
  width: 50%;
}

#ws-content.ws-cart .returnRoute {
  padding-top: 20px;
}

#ws-content.ws-cart select.returnRouteSelect {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #8bd5ee;
  color: #28628e;
  padding-left: 1rem;
  padding-right: 1rem;
}

#ws-content.ws-cart select.returnRouteSelect:focus {
  outline: none;
}

#ws-content.ws-cart .returnRoute label {
  color: #28628e;
  font-size: 1.25rem;
}

#ws-content.ws-cart #total {
  color: #28628e;
  font-size: 1.25rem;
  line-height: 2rem;
  vertical-align: bottom;
  position: absolute;
  bottom: 2rem;
  width: 85%;
}

#ws-content.ws-cart #total .totalPrice {
  font-size: 2rem;
  float: right;
}

#ws-content.ws-cart #total .totalPrice.discount-code-used {
  color: #0eb060;
}

#ws-content.ws-cart #total h3 {
  color: #222;
  font-size: 2em;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
}

#ws-content.ws-cart .event-ticket-type {
  padding: 30px 0 0 0;
  padding-bottom: 0px;
  position: relative;
}

#ws-content.ws-cart .sold-out-alert {
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#ws-content.ws-cart .sold-out-alert .txt {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  font-size: 1.5em;
  line-height: 1;
  margin: auto;
  font-weight: bold;
  text-align: center;
}

#ws-content.ws-cart .event-price {
  text-align: right;
  position: relative;
  height: 110px;
}

#ws-content.ws-cart .event-price h3 {
  position: absolute;
  bottom: 0;
  right: 15px;
}

#ws-content.ws-cart.container {
  padding: 0 70px;
}

/* #ws-content.ws-cart form {
  max-width: 800px;
  margin: 0 auto;
}*/

#ws-content.ws-cart #ticket-box h3 {
  margin-bottom: 20px;
  line-height: 1.2;
}

#ws-content.ws-cart .inline-harbour-select {
  margin: 0 20px;
  display: inline-block;
}

#ws-content.ws-cart .event-date {
  display: inline-block;
}

#ws-content.ws-cart .inline-harbour-select label,
#ws-content.ws-cart .event-date label {
  display: block;
  font-size: 0.8em;
  color: #8bd5ee;
}

#ws-content.ws-cart .inline-harbour-select:first-of-type {
  margin: 0 20px 0 0;
}

#ws-content.ws-cart .notification-no-services {
  font-size: 0.8em;
  display: block;
  float: left;
  width: 100%;
}

.discount-code-input-wrap,
.giftcard-code-input-wrap {
  clear: both;
}

.discount-code-label,
.giftcard-code-label {
  clear: both;
  display: block;
  color: #28628e;
}

input.discount-code-input,
input.giftcard-code-input {
  border-radius: 0;
  float: left;
  width: 55%;
  margin: 5px 0 0 0;
  height: 40px;
  border: 0;
  border-bottom: 2px dotted #8bd5ee;
}

input.discount-code-input:focus,
input.giftcard-code-input:focus {
  outline: none;
  border-bottom: 2px dotted #28628e;
  box-shadow: none;
}

input.discount-code-input.invalid,
input.giftcard-code-input.invalid {
  border-color: #f00;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.gc-input-wrap {
  overflow: auto;
  padding-top: 22px;
}

.input-wrap {
  position: relative;
}

.discount-code-input-notification {
  position: absolute !important;
  top: -90px;
  z-index: 200;
}

.add-codes-text-wrap {
  float: right;
}

#show_codes,
#discount_code_submit,
#giftcard_code_submit {
  display: inline-block;
  float: left;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  margin: 5px 0 0 0;
}

#discount_code_submit,
#giftcard_code_submit {
  background-color: #28628e;
  color: #fff;
  font-size: 1em;
  border-radius: 0 22px 22px 0;
  min-width: 186px;
}
#discount_code_submit img,
#giftcard_code_submit img {
  padding: 3px 5px 1px;
  float: right;
}

.info-addition {
  padding-left: 0.5rem;
}

.discount-code-used-wrap,
.giftcard-code-used-wrap {
  display: none;
}

.discount-code-input-wrap.loading .discount-code-used-wrap {
  display: none;
}

.discount-code-loader {
  color: #222;
  display: none;
  width: 80%;
  font-size: 0.6em;
  text-align: center;
  position: absolute;
  z-index: 100;
  line-height: 36px;
  opacity: 0.8;
  border-radius: 0;
  margin-top: 40px;
}

.discount-code-loader .fa {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 35px;
  color: #000;
}

.discount-code-input-wrap.loading .discount-code-loader,
.giftcard-code-input-wrap.loading .discount-code-loader {
  display: block;
}

.giftcard-code-input-wrap {
  width: 100%;
}

.giftcard-code-input-wrap .help-text {
  clear: both;
  margin-top: 2rem;
}

.discount-code-input-wrap.code_used .dc-input-wrap,
.giftcard-code-input-wrap.code_used .gc-input-wrap {
  display: none;
}

.discount-code-input-wrap.code_used .discount-code-used-wrap,
.giftcard-code-input-wrap.code_used .giftcard-code-used-wrap {
  display: inline-block;
}

.code-holder {
  font-weight: bold;
}

#ws-content.ws-main-form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

#ws-content.ws-main-form .scroll-to-content {
  display: block;
  position: absolute;
  height: 60px;
  width: 60px;
  background: #0eb060;
  box-shadow: 0px 0px 7px 2px #ccc;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 500px;
  cursor: pointer;
}

#ws-content.ws-main-form .scroll-to-content:after {
  content: "\f103";
  font-family: FontAwesome;
  font-size: 2.5em;
  margin-top: 6px;
  text-align: center;
  color: #fff;
  display: block;
}

#errorNotification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

#errorNotification .alert-text-wrap {
  position: absolute;
  color: #fff !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 400px;
  text-align: center;
}

#errorNotification .alert-text-wrap h1 {
  font-weight: bold;
  color: #fff !important;
}

#reserve-wrap {
  text-align: center;
  padding: 20px 0 20px 0;
}

/* CUSTOM RADIOBUTTON */
.customRadioBoxLabel {
  width: 100%;
}

.radioButtonBlock input[type="radio"] {
  display: none;
}

.radioButtonBlock {
  cursor: pointer;
}

/*
.radioButtonBlock:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #f3f3f2;
  background: #28628E;
  width: 30px;
  height: 30px;
  min-height: auto;
  padding: 0;
}
*/
.radioButtonBlock:before {
  display: none;
}

.radioButtonBlock {
  background: none;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0.5rem;
  text-align: center;
  color: #28628e;
  border: 2px solid #8bd5ee;
  border-radius: 2rem;
}

.radioButtonBlock .radioButtonTitle {
  display: inline-block;
}

.radioButtonBlock.selected {
  background-color: #28628e;
  border: 2px solid #28628e;
  color: #fff;
}

/* BUTTONS */
.webshop_btn {
  display: inline-block;
  border-radius: 50px;
  color: #8bd5ee;
  padding: 15px 40px;
  font-size: 16px;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.webshop_btn:hover {
  text-decoration: none;
}

.webshop_btn.green {
  color: #fff !important;
  background: #8bd5ee;
}

.webshop_btn.green:hover {
  background: #8bd5ee;
}

/* input number */

.tickets {
  margin-bottom: 1rem;
}

.ticket-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.btn-number {
  background: #28628e;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ticket-minus-btn {
  border-radius: 50% 0 0 50%;
}
.ticket-plus-btn {
  border-radius: 0 50% 50% 0;
}

.btn-number[disabled],
.btn-number[disabled]:focus,
.btn-number[disabled]:hover {
  background: #ccc;
  outline: none;
}

.btn-number:hover,
.btn-number:focus {
  background: #8bd5ee;
  color: #fff;
  outline: none;
}

input.form-control.input-number {
  background: #fff !important;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  width: 60px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dotted #8bd5ee;
  color: #28628e;
}

.input-number-text {
  float: left;
  width: 40px;
  text-align: center;
  line-height: 30px;
  display: none;
}

.input-number-btn-wrap {
  flex: 1;
  max-width: 150px;
}

.input-number-label {
  flex: 1;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  font-size: 0.8em;
  padding: 9px 0px;
  vertical-align: middle;
  color: #28628e;
  font-size: 1.25rem;
}

.disabled .btn-number {
  background: #ccc;
  cursor: default;
}

.disabled .btn-number:hover {
  background: #ccc;
  cursor: default;
}

.disabled .btn-number:active {
  background: #ccc;
  color: #fff;
  cursor: default;
}

.disabled input.form-control.input-number {
  background: #eee !important;
}

#ws-content.ws-cart .event-ticket-type .input-group {
  padding-bottom: 10px;
}

/* FORM */
#ws-form .form-control {
  border-radius: 0;
}

.help-block {
  font-size: 0.8em;
  margin: 0 0 10px 0;
}

.checkout-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 500;
}

.checkout-loader .loader,
.checkout-loader .loaderText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  text-align: center;
}

.checkout-loader .loaderText {
  padding-top: 50px;
}

.checkout-loader.visible {
  display: block;
}

/* WIDGET */

#ws-widget .filterDiv {
  text-align: left;
}

#ws-widget .filterDiv .filterInput {
  border-radius: 0;
  border-color: #28628e;
  background-color: #28628e;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

#ws-widget .filterDiv .inlineInput:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 13px;
}

#ws-widget .filterDiv .inlineInput {
  margin: 5px 0 0 0;
}

#ws-widget .filterDiv .filterDropdown {
  border-radius: 0;
  border-color: #28628e;
  background-color: #28628e;
  color: #fff;
}

#ws-widget .filterDiv .filterDropdown select {
  border: none;
  box-shadow: none;
  cursor: pointer;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#ws-widget .filterDiv .filterDropdown {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}

#ws-widget .filterDiv .filterDropdown:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 13px;
}

#ws-widget .filterDiv.disabled .filterDropdown {
  opacity: 0.7;
  cursor: not-allowed;
}

#ws-widget .filterDiv.disabled .filterDropdown select {
  opacity: 0.7;
  cursor: not-allowed;
}

#ws-widget #searchButtonWrap > a {
  width: 100%;
}

#ws-widget .dateScrollButtons {
  padding: 0 0 20px;
}

#ws-widget .dateScrollButtons .center {
  text-align: center;
}

#ws-widget .dateScrollButtons .right {
  text-align: right;
}

#ws-widget .prevDate,
.nextDate {
  font-size: 0.8em;
  color: #ccc;
}

#ws-widget .currDate {
  font-size: 1em;
  color: #28628e;
  font-weight: bold;
}

#ws-widget .currDate div.cal-icon {
  margin-right: -20px;
  pointer-events: none;
  padding-top: 0.5rem;
}

#ws-widget .changeDateButton {
  transition: color 0.2s ease;
  color: #666 !important;
}

#ws-widget .bootstrap-datetimepicker-widget table td,
#ws-widget .bootstrap-datetimepicker-widget table td {
  color: #333;
  background-color: #cdf0fc;
  font-weight: normal;
  border: 1px dotted #28628e;
  border-radius: 4px;
}

#ws-widget .bootstrap-datetimepicker-widget table td.disabled,
#ws-widget .bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #777;
  background-color: #fff;
  font-weight: normal;
  border: 0;
}
#ws-widget .bootstrap-datetimepicker-widget table td.active,
#ws-widget .bootstrap-datetimepicker-widget table td.active:hover {
  color: #fff;
  background-color: #28628e;
  font-weight: bold;
  border: 0;
}

#ws-widget .changeDateButton:hover {
  color: #ccc !important;
}

#ws-widget .eventField {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #28628e;
}

#search-result .eventDate {
  /* width: 25%; */
  margin-right: 2rem;
}

#ws-widget .eventTitle {
  font-weight: bold;
  flex: 1;
}
#ws-widget .eventTitle .few-left {
  color: #9c6d01;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  font-size: 0.8em;
}

#ws-widget .eventBuy {
  margin-left: auto;
}

#ws-widget .eventBuy .sold-out-text {
  color: #9c0101;
}

#ws-widget .sold-out .eventField {
  color: #ccc;
}

#ws-widget .eventBuy.eventField {
  text-align: right;
}

#ws-widget .eventField a.buy-ticket-btn {
  color: #fff;
  border-radius: 24px;
  padding: 5px 5vw;
  background-color: #28628e;
}

#ws-widget .eventField a.buy-ticket-btn:hover {
  text-decoration: none;
  background-color: #28628e;
}

#search-result {
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 100;
}

#search-result .loader.hidden {
  display: none;
}

.resultsTable .event {
  padding: 10px 5px;
  display: flex;
}

section#content .mainContent #search-result h3.resultsDate,
#search-result h3.resultsDate {
  margin: 0 0 0px 5px;
}

/* embed */
html.widget-iframe {
  margin-top: 0 !important;
  height: 100%;
}

html.widget-iframe #wpadminbar {
  display: none !important;
}

body.widget-embed {
  background: #fff;
  height: 100%;
}

#ws-widget.widget-embed {
  padding: 0;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* embed styles */
.widget-style-viikinsaari #ws-widget.widget-embed .filterDiv > label {
  color: #967942;
}

.widget-style-viikinsaari #ws-widget.widget-embed .currDate {
  color: #bc9b5d;
}

.widget-style-viikinsaari #ws-widget.widget-embed .filterDiv .filterInput {
  border-color: #bc9b5d;
  background-color: #bc9b5d;
}

/* errors */
.error-alert {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.error-alert .alert-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 400px;
  text-align: center;
}

.error-alert .alert-text-wrap h1 {
  font-weight: bold;
  color: #fff !important;
}

.error-alert .alert-text-wrap a {
  color: #0eb060;
  font-weight: bold;
}

.payment_error_notification.error-alert .alert-text-wrap h1 {
  color: #000 !important;
}

.alert-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  color: #f27474;
  border-color: #f00;
}

.alert-icon .fa {
  font-size: 200px;
}

/* checkout submit alert */
.error-alert.submit-alert {
  background-color: rgba(0, 0, 0, 0.7);
}

.checkout-submit-alert {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.checkout-submit-alert .text-wrap {
  color: #fff;
  font-size: 1.5em;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.checkout-submit-alert .text-wrap a,
.checkout-submit-alert .text-wrap a:visited,
.checkout-submit-alert .text-wrap a:focus {
  color: #fff;
  text-decoration: underline;
}

.checkout-submit-alert .holder-el {
  font-weight: bold;
}

/* KIOSK */
.kiosk_print_notification {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.notification_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  padding: 10% 0;
}

.notification_wrap .close-button {
  color: #fff;
  float: right;
}

.notification_wrap .notification_icon {
  color: #fff;
  font-size: 200px;
  line-height: 1;
}

.notification_content {
  text-align: center;
}

.notification_heading h2 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
}

.notification_heading,
.notification_text {
  margin-bottom: 20px;
  color: #fff;
}

.notification_buttons {
  padding: 20px 0;
}

button.re-print {
  background: #aaa;
}

.redirect-to-kiosk-bar {
  width: 100%;
  display: block;
  background: #0eb060;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 20px;
  z-index: 100;
}

.redirect-to-kiosk-bar a {
  line-height: 60px;
  float: right;
  text-align: right;
  color: #fff;
  font-weight: bold;
}

/* SOCIAL SHARE BUTTONS */
.webshop-social-share-buttons .shareLabel {
  margin-right: 5px;
  font-weight: bold;
}

.webshop-social-share-buttons .shareButton {
  margin: 5px;
}

.webshop-social-share-buttons .shareButton > a {
  color: #fff !important;
  display: inline-block;
  background-color: #195e8b;
  border-radius: 200px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 0.8em;
}

.webshop-social-share-buttons .shareButton > a:hover {
  opacity: 0.7;
}

.webshop-social-share-buttons .shareButton > a > .fa {
  line-height: 30px;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

/* RESPONSIVE */
/* sm */
@media only screen and (max-width: 768px) {
  input.form-control.input-number {
    width: 40px;
  }

  #ticket-box .nav-tabs {
    width: 100%;
  }

  #ws-widget {
    width: 100%;
    padding: 20px 0;
  }

  #ws-widget .widget-filters {
    margin-left: -1px;
    margin-right: 0px;
  }

  #ws-content.ws-cart {
    padding: 0;
  }

  #ws-content.ws-cart #total {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 30px;
  }

  #ws-content.ws-cart #total h3 {
    margin-bottom: 20px;
  }

  #ws-widget .currDate {
    font-size: 0.8em;
  }

  #ws-widget .changeDateButton {
    font-size: 0.7em;
  }

  .widget-embed #ws-widget .changeDateButton {
    font-size: 1em;
  }

  #ws-widget .eventField a.buy-ticket-btn {
    font-size: 1em;
  }

  #ws-widget .currDate div.cal-icon {
    padding-top: 0.75rem;
  }
}

/* xs */
@media only screen and (max-width: 480px) {
  #ws-content.ws-cart .inline-harbour-select,
  #ws-content.ws-cart .inline-harbour-select select {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #discount_code_submit,
  #giftcard_code_submit {
    border-radius: 22px;
    min-width: 220px;
  }

  input.discount-code-input,
  input.giftcard-code-input {
    width: 95%;
    margin: 0px;
  }

  #ws-content.ws-cart .harbour-divider {
    width: 100%;
    text-align: center;
    display: block;
  }

  #ws-content.ws-cart #total {
    margin-bottom: 30px;
  }

  #ws-content.ws-cart .input-group {
    width: 100%;
  }

  #ws-content.ws-cart .input-number-label {
    max-width: 45%;
    line-height: 1;
    vertical-align: middle;
    word-break: break-word;
  }

  #ws-content.ws-cart #total h3,
  #ws-content.ws-cart #total .totalPrice {
    font-size: 1.7em;
  }

  #ws-content.ws-cart #total {
    text-align: center;
  }

  #ws-content.ws-cart .event-ticket-type .input-group {
    padding-bottom: 20px;
  }

  #ws-content.ws-main-form {
    padding-top: 50px;
  }

  #ws-content.ws-main-form .scroll-to-content {
    height: 45px;
    width: 45px;
    top: -22px;
  }

  #ws-content.ws-main-form .scroll-to-content::after {
    font-size: 1.5em;
    margin-top: 8px;
  }

  #ws-content.ws-main-form button#submit {
    width: 100%;
    font-size: 14px;
  }

  #ws-widget .eventField a.buy-ticket-btn {
    font-size: 1em;
  }

  #ws-widget .eventField {
    font-size: 12px;
  }
}
