html {
  font-size: 17px;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  letter-spacing: 0.26px;
}

.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.bootstrap h1, .bootstrap h2, .bootstrap h1 span {
  text-transform: none;
}

.bootstrap h1 {
  font-family: FilsonPro;
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0.015142857em;
}

@media (min-width: 992px) {
  .bootstrap .businessform-mobile {
    display:none;
  }
}

@media (max-width: 992px) {
  .bootstrap h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .bootstrap .product-detail-aside.businessform {
    display:none;
  }
  .bootstrap section.dates-desktop{
    display:none;
  }
}

.bootstrap h2, .bootstrap h1 span {
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .bootstrap h2, .bootstrap h1 span {
    font-size: 24px;
    line-height: 33px;
  }
}

.bootstrap h2, .bootstrap h3{
  font-weight:bold;
}

.bootstrap h1 + h2, .bootstrap h1 h1 + span  {
  margin-top: -10px;
}

.bootstrap p + p {
  margin-top: 25px;
}

.bootstrap a {
  cursor: pointer;
}

.bootstrap a.btn:hover {
  text-decoration: none;
}

.bootstrap .section-title {
  font-weight: bold;
  border-bottom: none;
  padding: 0;
}

.bootstrap .section-title + .section-subtitle {
  margin-top: -10px;
  font-size: 17px;
}

.bootstrap .container {
  min-width: 0px !important;
  width: 100%;
  padding: 0 12px;
}

@media (min-width: 1224px) {
  .bootstrap .container {
    padding: 0;
  }
}


.bootstrap .row {
  margin-left: 2px;
  margin-right: 2px;
}

.bootstrap .btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bootstrap .btn-primary,
.bootstrap .btn-primary-inverse {
  border: 1px solid #960067;
  font-size: 17px;
  line-height: 1.3;
  padding: 10px 16px 12px;
  height: 48px;
}

@media (max-width: 992px) {
  .bootstrap .btn-primary.condensed,
  .bootstrap .btn-primary-inverse.condensed {
    border: 1px solid #960067;
    font-size: 15px;
    padding: 5px 16px 12px;
    height: 34px;
  }
}

.footer-container.bootstrap .newsletterbox .btn-primary{
  border: 1px solid #19b4b9;
  color: #056569;
  width:260px;
  margin: 13px auto 12px auto;
}

.footer-container.bootstrap .btn-primary:hover,
.footer-container.bootstrap .btn-primary:focus{
  background-color:#19b4b9 !important;
  color:#ffffff;
}


.bootstrap .btn-primary-inverse:focus{
  color:#ffffff;
}

.bootstrap .btn-primary span {
  vertical-align: -1px;
}

.bootstrap .btn-primary-inverse span {
  vertical-align: -3px;
}

.bootstrap .btn-primary {
  color: #960067;
  background: #ffffff !important;
}

.bootstrap .btn-primary-inverse {
  color: #ffffff;
  background: #960067;
}

.bootstrap .btn-primary-inverse:hover {
  background: transparent;
  color: #960067;
}

.bootstrap .btn-round {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #960067;
  background: #ffffff;
  border: 1px solid #008489;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

.bootstrap .btn-miomente {
  background: transparent;
  border: 1px solid #008489;
  font-size: 17px;
  color: #008489;
  padding: 15px 27px;
  line-height: 1.176470588;
}

.bootstrap .btn-miomente .icon + span,
.bootstrap .btn-miomente span:not(.icon) {
  vertical-align: -3px;
}

.bootstrap .btn-miomente .icon + span + .icon,
.bootstrap .btn-miomente span:not(.icon) + .icon {
  margin-left: 27px;
}

.bootstrap .btn-miomente [class*="icon-arrow"] {
  border-color: #008489;
}

.bootstrap .btn-miomente:hover {
  background: #008489;
  color: #ffffff;
}

.bootstrap .btn-miomente:hover [class*="icon-arrow"] {
  border-color: #ffffff;
}

.bootstrap form[role="search"] {
  color: #595959;
}

.bootstrap form[role="search"] .input-group {
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.17);
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  border-radius: 2px;
}

.bootstrap form[role="search"] .input-group-btn {
  width: 41px;
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .input-group-btn:first-child > .btn {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap form[role="search"] .input-group-btn img {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .input-group {
    direction: rtl;
  }
  .bootstrap form[role="search"] .input-group input {
    direction: ltr;
  }
}

.bootstrap form[role="search"] .form-control {
  height: 45px;
  padding: 15px 16px 12px 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  color: #595959;
}

@media (max-width: 991px) {
  .bootstrap form[role="search"] .form-control {
    font-size: 15px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .bootstrap form[role="search"] .form-control {
    padding: 15px 0 12px 16px;
  }
}

.bootstrap form[role="search"] .form-control::-webkit-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::-moz-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control:-ms-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::-ms-input-placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .form-control::placeholder {
  color: inherit;
}

.bootstrap form[role="search"] .btn-default {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .bootstrap .navbar {
    min-height: 0;
  }
}

.bootstrap .navbar-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}

.bootstrap .navbar-default .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .bootstrap .navbar-default .navbar-nav {
    float: none;
  }
}

.bootstrap .navbar-default .navbar-nav > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.bootstrap .navbar-default .navbar-nav > li > a {
  padding-left: 9px;
  padding-right: 9px;
}

.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:hover,
.bootstrap .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap .navbar-default .navbar-toggle {
  float: none;
}

.bootstrap .navbar-default .navbar-toggle .icon-bar {
  width: 16px;
  background-color: #595959;
}

.bootstrap .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.bootstrap .navbar-toggle {
  border: none;
  margin-right: 0;
}

.bootstrap .navbar-collapse {
  padding: 0;
}

.bootstrap .navbar-collapse ul li:first-child a {
  padding-left: 0;
}

.bootstrap .navbar-collapse ul li:last-child a {
  padding-right: 0;
}

.bootstrap .table.table-striped:not(.expanded) > tbody > tr:nth-child(n+4) > td {
  padding-top: 0;
  padding-bottom: 0;
}

.bootstrap .table > thead > tr > th {
  border-bottom: none;
}

.bootstrap .table > tbody > tr > td {
  border: none;
  vertical-align: middle;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
  transition: padding .5s;
}

.bootstrap .table > tbody > tr > td > .td-wrapper {
  display: none;
}

.bootstrap .table td > p:last-child {
  margin-bottom: 0;
}

.bootstrap .toggle-table {
  display: block;
  text-align: center;
  color: #008489;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.bootstrap a.panel {
  display: block;
  color: inherit;
}

.bootstrap a.panel:hover {
  text-decoration: none;
}

.bootstrap a.panel:hover .panel-header img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bootstrap .panel {
  border: 1px solid rgba(151, 151, 151, 0.17);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  font-size: 13px;
}

.bootstrap .panel-header {
  overflow: hidden;
}

.bootstrap .panel-header img {
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.bootstrap .panel-footer {
  background: transparent;
}

.bootstrap .panel-footer .table {
  margin: 0 -8px 12px;
}

.bootstrap .panel h5, .bootstrap .panel strong {
  font-size: 15px;
  font-weight: bold;
}

.bootstrap .carousel .panel-header {
  height: 0;
  padding-bottom: 66.5%;
  overflow: hidden;
}

.bootstrap .slick.single {
  margin-bottom: 42px;
  display:none;
}

@media (max-width: 992px) {
  .bootstrap .slick.single {
    margin-bottom: 12px;
  }
}

.bootstrap .slick.multiple {
  margin-left: -9px;
  margin-right: -9px;
}

.bootstrap .slick-slide > img {
  width: 100%;
}

.bootstrap .slick-slide td img {
  display: inline;
}

.bootstrap .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px;
  margin: 0 -5px;
}

.bootstrap .slick-dots li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  height: 2px;
}

.bootstrap .slick-dots li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #ffffff;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.bootstrap .slick-dots li.slick-active:after {
  -webkit-animation-name: slick-progress;
  animation-name: slick-progress;
}

@-webkit-keyframes slick-progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

@keyframes slick-progress {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

.slick-3 .slick-dots li:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.slick-5 .slick-dots li:after {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.slick-10 .slick-dots li:after {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.bootstrap .slick-dots li button {
  display: none;
}

.bootstrap .slick-arrow {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.bootstrap .slick-arrow.slick-disabled {
  opacity: 0;
}

.bootstrap .slick-prev, .bootstrap .slick-next {
  position: absolute;
  z-index: 1;
  top: 42.67%;
}

@media (min-width: 992px) {
  .bootstrap .slick-prev, .bootstrap .slick-next {
    top: 37.85%;
  }
}

.bootstrap .slick-prev {
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1265px) {
  .bootstrap .slick-prev {
    left: 9px;
  }
}

.bootstrap .slick-next {
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (min-width: 1265px) {
  .bootstrap .slick-next {
    right: 9px;
  }
}

.bootstrap .input-text,
.bootstrap .formwrap input,
.bootstrap .formwrap textarea,
#review-form input,
#review-form textarea{
  display: block;
  font-size: 17px !important;
  font-family: FilsonPro !important;
  color: inherit;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #960067;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.bootstrap .formwrap.formbusinesswrapper input,
.bootstrap .formwrap.formbusinesswrapper textarea{
  margin-top:20px;
}

.bootstrap input {
  font-size: 15px;
  height: 50px;
  border: none;
}

.bootstrap input[type="email"] {
  padding: 15px 60px 15px 15px;
}

/*
@media (min-width: 768px) {
  .bootstrap input[type="email"] {
    width: 455px;
  }
}
*/

.bootstrap input[type="submit"] {
  border-radius: 4px;
  padding: 15px;
}

.bootstrap .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  border-radius: 4px;
  border: 1px solid #008489;
  overflow: hidden;
}

@media (min-width: 992px) {
  .bootstrap .nav-tabs {
    font-size: 20px;
  }
}

.bootstrap .nav-tabs > li.active > a,
.bootstrap .nav-tabs > li.active > a:hover,
.bootstrap .nav-tabs > li.active > a:focus {
  border: 1px solid #008489;
  background: #008489;
  color: #ffffff;
}

.bootstrap .nav-tabs > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.bootstrap .nav-tabs > li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  margin-right: 0;
  color: #008489;
  line-height: inherit;
  height: 100%;
}

.bootstrap .tab-content {
  padding-top: 28px;
  margin-bottom: 40px;
}

/*
@media (min-width: 992px) {
  .bootstrap .tab-content {
    margin-bottom: 138px;
  }
}
*/

.bootstrap .tab-content tr th:first-child,
.bootstrap .tab-content tr td:first-child {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .bootstrap .tab-content tr th:first-child,
  .bootstrap .tab-content tr td:first-child {
    padding-left: 32px;
  }
}

.bootstrap .tab-content tr th, .bootstrap .tab-content tr td {
  min-width: 20%;
}

.bootstrap .toggle-height {
  position: relative;
  display: block !important;
  max-height: 340px;
  height: auto !important;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

.bootstrap .toggle-height:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47.82%, rgba(255, 255, 255, 0.61)), color-stop(80.82%, rgba(255, 255, 255, 0.96)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 47.82%, rgba(255, 255, 255, 0.96) 80.82%, #FFFFFF 100%);
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.bootstrap .toggle-height.expanded {
  max-height: 500vh;
}

.bootstrap .toggle-height.expanded:after {
  opacity: 0;
}

.bootstrap .img-circle {
  overflow: hidden;
}

.bootstrap input:-moz-read-only {
  pointer-events: none;
}

.bootstrap input:read-only {
  pointer-events: none;
}

.bootstrap input[type="radio"] {
  display: none;
}

.bootstrap input[type="radio"] ~ * {
  padding-left: 60px;
}

.bootstrap input[type="radio"]:checked + label:after {
  opacity: 1;
}

.bootstrap input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  min-height: 25px;
  line-height: 35px;
}

.bootstrap input[type="radio"] + label:before, .bootstrap input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.bootstrap input[type="radio"] + label:before {
  top: 3px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(151, 151, 151, 0.17);
  background: #EFEFEF;
}

.bootstrap input[type="radio"] + label:after {
  left: 5px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #960067;
  opacity: 0;
}

.bootstrap input[type="radio"] ~ .order-box-type-desc {
  display: none;
}

.bootstrap input[type="radio"]:checked ~ .order-box-type-desc {
  display: block;
}

.bootstrap input[type=number]::-webkit-inner-spin-button,
.bootstrap input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

@media (max-width: 767px) {
  .bootstrap .modal {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .bootstrap .modal-dialog {
    margin: 0;
    height: 100%;
  }
}

.bootstrap .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .bootstrap .modal-content {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .bootstrap .modal-content {
    border: 1px solid rgba(151, 151, 151, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
    border-radius: 2px;
  }
}

@media (min-width: 992px) {
  .bootstrap .modal-content {
    font-size: 17px;
  }
}

.bootstrap .modal-content .close {
  position: absolute;
  top: 18px;
  left: 15px;
  font-weight: normal;
  font-size: 38px;
  line-height: 0.5;
  opacity: 1;
}

@media (min-width: 992px) {
  .bootstrap .modal-content .close {
    top: 27px;
    left: auto;
    right: 23px;
  }
}

.bootstrap .modal-content [data-toggle="copy"] {
  margin: 10px auto;
}

.bootstrap .modal-title {
  font-size: 15px;
  text-align: center;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .bootstrap .modal-title {
    font-size: 20px;
    text-align: left;
    padding: 0;
  }
}

.bootstrap .modal-body {
  padding: 15px 25px;
  max-height: 100vh;
  overflow-y: scroll;
}

@media (min-width: 992px) {
  .bootstrap .modal-body {
    padding: 25px;
  }
}

.bootstrap .modal-body > input {
  width: 100%;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

.bootstrap .modal-body > input:focus {
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5) !important;
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5) !important;
}

.bootstrap [data-toggle="modal"] {
  cursor: pointer;
}

.bootstrap [data-toggle="copy"] {
  cursor: pointer;
  color: #960067;
  text-decoration: underline;
}

.bootstrap .alert-info {
  background: rgba(0, 132, 137, 0.15);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #595959;
}

.bootstrap .btn .badge {
  top: -15px;
  right: 3px;
  border-radius: 50%;
  background-color: #008489;
  font-size: 8px;
  line-height: 10px;
  padding: 1px 3px;
  min-width: 12px;
}


.header-container-top {
  background: #F7F2EF;
  font-size: 13px;
  line-height: 2.307692308;
  letter-spacing: 0.81px;
  color: rgba(89, 89, 89, 0.55);

}

/* Corona Topbar Begin */
.header-container-top.topbar {
  background: #821754;
  font-size: 17px;
  line-height: 4.0;
  white-space: nowrap;
  letter-spacing: 0.81px;
  color: #ffffff;
}
.header-container-top.topbar img{
  width:30px;
  height:30px;
}
.header-container-top.topbar .topbar_1 img{
  margin-bottom:3px;
}
.header-container-top.topbar .topbar_2 img{
  margin-bottom:2px;
}
.header-container-top.topbar .topbar_3 img{
  margin-bottom:8px;
}
.header-container-top.topbar .topbar_4 img{
  margin-bottom:4px;
}
.header-container-top.topbar .topbar_1{
  min-width:320px;
}
.header-container-top.topbar .topbar_2{
  min-width:260px;
}
.header-container-top.topbar .topbar_3{
  min-width:350px;
}


.header-container-top.topbar.mobile{
  display:none;
}

@media only screen and (max-width: 1200px) {
  .header-container-top.topbar.desktop{
    display:none;
  }


  .header-container-top.topbar.mobile {
    display:block;
    background: #821754;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing:0.26px;
    white-space: nowrap;
    color: #ffffff;
    height:40px;
 }

  .header-container-top.topbar.mobile .topbar_1 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }
  .header-container-top.topbar.mobile .topbar_2 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }
  .header-container-top.topbar.mobile .topbar_3 div{
    display:inline-block;
    padding-top:8px;
    padding-left:4px;
  }

  .header-container-top.topbar.mobile .topbar_1 img{
    margin-top:-8px;
  }
  .header-container-top.topbar.mobile .topbar_2 img{
    margin-top:-10px;
  }
  .header-container-top.topbar.mobile .topbar_3 img{
    margin-top:-10px;
  }
  .header-container-top.topbar.mobile ul{
    margin-left:6px;
    margin-right:6px;
  }
  .header-container-top.topbar.mobile img{
    width:20px;
    height:20px;
  }

  .header-container-top.topbar.mobile .topbar_1{
    min-width:33%;
  }
  .header-container-top.topbar.mobile .topbar_2{
    min-width:35%;
  }
  .header-container-top.topbar.mobile .topbar_3{
    min-width:31%;
  }
}
/* Corona Topbar End */


.header-container-top {
  background: #F7F2EF;
  font-size: 13px;
  line-height: 2.307692308;
  letter-spacing: 0.81px;
  color: rgba(89, 89, 89, 0.55);

}


.header-container-top ul{
  list-style: none;
}

.header-container-top li {
  margin: 0;
}

.header-container-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.header-container-main {
  font-size: 15px;
}

@media (max-width: 991px) {
  .header-container-main {
    padding-top: 15px;
  }
}

.header-container-main .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}

.header-container-main .header-logo img {
  width:157px;
  height:28px;
}

@media (min-width: 992px) {
  .header-container-main .header-logo img {
    width:258px;
    height:47px;
  }
}

.header-container-main > .container {
  border-bottom: 1px solid #E5E4E4;
}

@media (min-width: 992px) {
  .header-container-main .col-md-offset-0 {
    float: right;
  }
}

.header-container-main .navbar {
  margin: 0;
}

.header-container-main .phone {
  margin-right: 46px;
}

.header-container-main .phone img + span {
  margin-left: 6px;
  display: inline-block;
  margin-bottom: -3px;
}

.header-container-main-city {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 11px;
  margin-right:16px;
  padding-left:12px;
}

@media (max-width: 767px) {
  .header-container-main-city > span {
    font-size: 12px;
  }
}

.header-container-main-city .dropdown {
  display: block !important;
  margin-left: 15px;
  font-size: 15px;
}

.header-container-main-city .dropdown-toggle {
  background: transparent;
  padding: 0;
  font-size: inherit;
  color: #960067;
}

.header-container-main-city .dropdown-toggle img {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header-container-search {
    float: left;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .header-container-toggle {
    float: left;
    width: 15%;
  }
}

#header-contact.affix {
  z-index: 1000;
  right: 3.5px;
}

.main-container {
  overflow: hidden;
  padding-top: 0;
}

.icon {
  display: inline-block;
}

.icon.icon-arrow-left, .icon.icon-arrow-right, .icon.icon-arrow-down {
  width: 14px;
  height: 14px;
  border-right: 1px solid #008489;
  border-bottom: 1px solid #008489;
  background: transparent;
  border-radius: 0;
}

.icon.icon-arrow-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -7px;
}

.icon.icon-arrow-left {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -7px;
}

.icon.icon-arrow-down {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
}

.icon.icon-caret-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #960067 transparent;
}

.icon.icon-caret-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #960067 transparent transparent transparent;
}

.icon.icon-checkmark, .checkmark-list li:before {
  width: 11px;
  height: 8px;
  border-bottom: 2px solid #008489;
  border-left: 2px solid #008489;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.img-square {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.img-square img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
}

.miomente-list {
  list-style: none;
}

.miomente-list li {
  position: relative;
  padding-left: 62px;
  margin-bottom: 25px;
}

.miomente-list li:before {
  content: '';
  display: block;
  height: 49px;
  width: 45px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(../../images/goldenwebage/flower.svg) center top/contain no-repeat;
}

.miomente-list-item-title.miomente-list-item-title {
  font-size: 24px;
  line-height: 1.083333333;
  font-weight: bold;
  margin-bottom: 3px;
}

p.miomente-list-item-title.miomente-list-item-title + p {
  margin-top: 0;
}

.checkmark-list.checkmark-list {
  margin: 15px auto;
}

.checkmark-list li {
  position: relative;
  padding-left: 20px;
}

.checkmark-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

#order-box {
  width: 482px;
  margin-left: auto;
  font-size: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
  box-shadow: 0 2px 4px rgba(186, 186, 186, 0.5);
}

@media (max-width: 991px) {
  #order-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(154, 154, 154, 0.5);
    box-shadow: 0 -2px 4px 0 rgba(154, 154, 154, 0.5);
    border-radius: 0;
    border: none;
  }
}

@media (min-width: 992px) {
  #order-box.affix {
    position: fixed !important;
    top: 20px;
    z-index: 1000 !important;
  }
}

@media (min-width: 992px) {
  section.dateinfolink-mobile {
    display:none;
  }
}

#order-box-mobile input[type="radio"] + label {
  font-size: 20px;
}

#order-box-mobile .label-extra {
  margin-top: -5px;
}

#order-box-mobile .spinner,
#order-box-mobile .btn {
  max-width: 215px;
}

#order-box-mobile .price {
  font-size: 15px;
  margin-bottom: 30px;
}

#order-box-mobile #pricebox .price {
  font-size: 20px;
  margin-bottom: 30px;
}

#order-box-mobile input[type="radio"][value="ticket"] ~ .order-box-type-desc {
  padding-left: 0;
}

#order-box-mobile table tbody tr {
  background-color: #FAFAFA;
}

#order-box-mobile table tbody tr.spacer {
  background-color: #ffffff;
  height: 10px;
}

#order-box-mobile table th {
  font-weight: bold;
}


#order-box h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  max-width: 50%;
}

@media (min-width: 992px) {
  #order-box h3 {
    display: block;
    font-size: 35px;
    max-width: none;
    margin-top: 0;
  }
}

#order-box h3 small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 992px) {
  #order-box h3 small {
    display: inline;
    font-size: 15px;
  }
}

#order-box .panel-body,
#order-box .panel-footer {
  padding: 8px 11px;
}

@media (min-width: 992px) {
  #order-box .panel-body,
  #order-box .panel-footer {
    padding: 25px 35px;
  }
}

#order-box form , .businessform-mobile form{
  display: block;
  position: relative;
  padding-right: 70px;
  margin-top: 25px;
}

#order-box input[type="radio"] + label {
  font-size: 24px;
  font-weight: 900;
}

#order-box a:not(.btn) {
  display: block;
  color: #960067;
  text-align: right;
  font-size: 15px;
  text-decoration: underline;
}

#order-box .formwrap a:not(.btn) {
  display: inline;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  text-decoration: none;
}

#order-box .table img {
  min-width: 15px;
}

#order-box .btn-block {
  margin-top: 22px;
}

#order-box .label-extra {
  font-size: 17px;
  margin-top: -5px;
}

.order-box-type:not(:last-of-type) .order-box-type-desc {
  margin-bottom: 40px;
}

.order-box-help {
  text-align: right;
  color: #960067;
  line-height: 35px;
}

@media (min-width: 992px) {
  .order-box-help {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.order-box-help img {
  vertical-align: sub;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .order-box-help img {
    margin-left: 10px;
  }
}

.product-navigation {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.product-navigation a {
  color: inherit;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .product-detail {
    margin-top: 24px;
  }
}

.product-detail-main {
  max-width: 100%;
}

@media (max-width: 991px) {
  .product-detail-main .slick {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

@media (min-width: 992px) {
  .product-detail-main {
    padding-right: 69px;
    max-width: calc(100% - 482px);
  }
}

.product-detail-main ul:not([role]):not(.miomente-list) {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 auto;
}

.product-detail-main ul:not([role]):not(.miomente-list) ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

.product-detail-main ul:not([role]):not(.miomente-list) ul li:before
{
  content: '⁃';
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.product-detail-main section {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .product-detail-main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .product-detail-main section.section-fluid {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.product-detail-info-short {
  font-size: 15px;
  margin: 30px auto;
}

@media (min-width: 992px) {
  .product-detail-info-short {
    margin: 40px auto;
  }
}

.product-detail-info-short td > img,
.product-detail-info-short .btn-round {
  height: 40px;
  width: 40px;
  max-width: none;
  background-color: #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.product-detail-info-short .table {
  width: auto;
  margin: 0 -5px;
}

.product-detail-info-long .row {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product-detail-info-long .row > div:first-child {
    padding-right: 48px;
  }
}

.product-detail-info-long h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 32px;
}

.product-detail-info-long h3 small {
  font-size: 17px;
}

.product-detail-info-long div.img-circle {
  width: 70%;
  padding-bottom: 70%;
  margin: 0 auto 24px auto;
}

@media (min-width: 768px) {
  .product-detail-info-long div.img-circle {
    width: auto;
    padding-bottom: 100%;
  }
}

.product-detail-info-long .btn {
  margin-top: 32px;
  font-size: 20px;
}

.discover-more {
  padding-top: 64px;
}

.discover-more h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.083333333;
  margin-bottom: 32px;
}

.google-maps {
  width: 100%;
  height: 415px;
  margin: 50px auto 100px;
}

.google-maps .gm-style .gm-style-iw-c {
  border-radius: 0;
  overflow: visible;
  padding: 10px !important;
}

.google-maps .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}

.google-maps .gm-style .gm-style-iw-t:after {
  display: none;
}

.google-maps .gmnoprint[controlwidth="40"]:not(.gm-bundled-control) > :first-child {
  width: 30px !important;
  height: 61px !important;
}

.google-maps .gmnoprint[controlwidth="40"]:not(.gm-bundled-control) > :first-child > :not(button) {
  width: 20px !important;
}

.google-maps .gm-control-active[title="Vergrößern"], .google-maps .gm-control-active[title="Verkleinern"] {
  width: 30px !important;
  height: 30px !important;
}

.google-maps .gm-control-active[title="Vergrößern"] img, .google-maps .gm-control-active[title="Verkleinern"] img {
  width: 12px !important;
  height: 12px !important;
}

.google-maps img[draggable] {
  width: 100% !important;
  height: 100% !important;
}

.marker-popup {
  position: relative;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
  font-family: FilsonPro;
}


@media (min-width: 768px) {
  .marker-popup {
    min-width: 220px;
  }
}

.marker-popup-title {
  font-weight: bold;
  font-size: 17px;
}

.marker-popup-pin {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 19px;
  height: 27px;
}

.marker-popup p + p {
  margin-top: 20px;
  line-height: 1.4;
}

.marker-popup a {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: inherit;
}

.marker-popup .img-circle {
  width: 66px;
  height: 66px;
  margin-top: -45px;
  margin-bottom: 15px;
}

.spinner {
  border: 1px solid #960067;
  border-radius: 4px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner.simple {
  max-width: 85px;
  padding-right: 15px;
}

.spinner input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0px;
  width: 100%;
  font-weight: bold;
  border: none;
  background: transparent;
  padding-top: 2px;
}

.spinner label, .spinner .spinner-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spinner label {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  min-width: 70%;
}

@media (min-width: 768px) {
  .spinner label {
    font-size: 17px;
  }
}

.spinner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5px;
}

.spinner-buttons button {
  background: transparent;
  border: none;
  line-height: 13px;
}

.spinner-buttons button .icon-caret-up {
  margin-top: 4px;
}

.spinner-buttons button .icon-caret-down {
  margin-bottom: 4px;
}

#share-modal .links {
  margin: 45px 0 30px;
}

#share-modal .links a {
  display: inline-block;
  color: inherit;
}

#share-modal .links a:not(:last-child) {
  margin-right: 25px;
}

#share-modal .links img {
  margin-bottom: 15px;
}

#termin-auswaehlen .modal-body {
  padding: 15px 10px 65px;
}

#termin-auswaehlen .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #960067;
  color: #ffffff;
  text-align: center;
}

#termin-auswaehlen .table {
  margin-top: 10px;
  margin-bottom:80px;
}

#termin-auswaehlen thead {
  font-weight: bold;
}

#termin-auswaehlen tbody tr {
  background-color: #FAFAFA;
}

#termin-auswaehlen tbody tr.spacer {
  background-color: #ffffff;
  height: 10px;
}

#termin-auswaehlen .spinner {
  max-width: 215px;
  margin: 0 auto;
}

/* animations */
[data-animation] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-animation].animationEnd {
  -webkit-animation: none;
  animation: none;
}

[data-animation^="fade-in"] {
  visibility: hidden;
  opacity: 0;
}

[data-animation^="fade-in"].animationEnd {
  visibility: visible;
  opacity: 1;
}

.fade-in {
  -webkit-animation: fade-in 1.5s ease;
  animation: fade-in 1.5s ease;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.setActive{
  border: 2px dotted #960067;
  border-radius: 4px;
}

.unsetActive{
  border:none;
}

.order-box-scroll-up{
  height:1px;
}

.formwrap a.textlink{
  text-decoration: none;
}

.formwrap a.textlink:hover{
  color:#960067 !important;
}

/*
#product_addtocart_form_mobile{
  display:none;
}
*/

.bootstrap #date-box a:hover, .bootstrap #date-box a:focus {
  color: #23527c !important;
  text-decoration: underline;
}

#order-box #pricebox {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  margin-top: 5px;
  max-width: 50%;
}

@media (min-width: 992px) {
  #order-box #pricebox {
    display: block;
    font-size: 35px;
    max-width: none;
    margin-top: 0;
  }
}

#order-box #pricebox small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 992px) {
  #order-box #pricebox small {
    display: inline;
    font-size: 15px;
  }
}


#order-box-mobile #pricebox{
  font-size: 35px;
  font-weight:bold;
}

#order-box-mobile #pricebox .price{
  font-weight:900;
}

#order-box-mobile #pricebox small{
  font-size: 15px;
  font-weight:normal;
}

.bootstrap #tickets-disabled + label:after {
   background: none;
}

.bootstrap #tickets-disabled + label {
  color:#bcbcbc;
}

.img-circle.small {
  width: 40px;
  height: 40px;
  background: no-repeat center;
  background-color: #efefef;
  background-size: cover;
}

.marker-popup .img-circle.map {
  width: 66px;
  height: 66px;
  background: no-repeat center;
  background-color: #efefef;
  background-size: cover;
  margin-left:auto;
  margin-right:auto;
  margin-top:-40px;
}

.contactsubmit{
  height:48px;
}

@media (min-width: 992px) {
  .bootstrap .infobox-business-mobile {
    display:none;
  }
  #header2018 .row.top{
    margin-top:36px;
    padding-left:8px;
    padding-right:8px;
  }

}

@media (max-width: 1025px) {
  .bootstrap .product-detail-main .submit-infobox-business {
    display:none;
  }
  .bootstrap .product-detail-main .infobox-business {
    display:none;
  }
}


.p-d-content ul ul li:before{
  content: '' !important;
  margin-left:0 !important;
}

.p-d-content ul ul{
  margin-left:8px !important;
  padding-left:8px !important;
}

#order-box-mobile .order-box-type label{
  font-weight:900;
}

.bootstrap .sharelink {
  width:76px;
  margin-left: auto;
  margin-top:-15px;
}
@media (max-width: 991px) {
  .bootstrap .sharelink {
    width:76px;
    margin-left: auto;
    margin-top:-10px;
    margin-bottom:10px;
  }
}

.bootstrap .btn-primary{
  background-color:#ffffff;
}

.btn.btn-round.cart-button{
  border: 1px solid rgba(151, 151, 151, 0.17);
  margin-right:12px
}

.navi-wrapper .label{
  color:#595959;
}

@media (min-width: 639px) {
  #headercontainer {
    padding:0;
  }
}

@media (min-width: 1367px) {
  #cityselect_mobile{
    display:none;
  }
}

@media (min-width: 1367px) {
  .searchwrapper {
    width: 40%;
    position:absolute;
    top:30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#cityselect_mobile select {
  display: inline-block;
  font-size: 15px !important;
  font-family: FilsonPro !important;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .6em .5em;
  width: 190px;
  max-width: 190px;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../../../default/images/icon-caret-down.png);
  background-repeat: no-repeat, repeat;
  background-position: right 2.0em top 50%, 0 0;
  background-size: .59em auto, 100%;
  height: 40px;
}

@media (min-width: 1023px) {
.menu-trigger-inner,
#cityselect_mobile{
  margin-left:12px !important;
}
}
