/*------------
-- FONTS
------------*/
/*---- EXAMPLE -----*/
/*------------ 
-- COLORS
------------*/
.black {
  color: #192631;
}
.gold {
  color: #a98d60;
}
.grey {
  color: #5a5959;
}
.din-light {
  font-family: 'DIN';
  font-weight: 300;
}
.din-regular {
  font-family: 'DIN';
  font-weight: 500;
}
.din-bold {
  font-family: 'DIN';
  font-weight: 700;
}
.marion {
  font-family: 'Marion';
  font-weight: 300;
}
.marion-bold {
  font-family: 'Marion';
  font-weight: 700;
}
/*---- MEDIA QUERIES ----*/
.disable-font-smoothing {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.v-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v-top {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.v-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .v-sm-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .v-sm-center {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
/*---- DROP BOX SHADOW MIXIN ----*/
/*---- RESET UL ----*/
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li {
  padding: 0;
}
/*---- CHANGE CHROME FOCUS COLOR ----*/
/*
:focus {
    outline: 0 auto rgba(0,0,0,0)!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
button:focus {
    outline: 0 auto rgba(0,0,0,0)!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
input:focus,
textarea:focus,
select:focus {
    outline: 0 auto rgba(0,0,0,0)!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
*/
/*---- APPEARANCE NONE ----*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---- WEBKIT AND MAC OS ALWAYS SHOW SCROLLBAR (DEFINE IN DESIRED CLASS) ----*/
/*-- on dark background --*/
.show-scrollbar-dark::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*-- on light background --*/
.show-scrollbar-light::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*---- REMOVING BOXSHADOW ON INPUT FIELDS ----*/
@media (max-width: 768px) {
}
/*---- REMOVING SPIN ARROWS ON INPUT FIELDS ----*/
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}
/*---- PLACEHOLDER MIXIN ----*/
/*---- CHROME AUTOCOMPLETE YELLOW INPUT REMOVAL ----*/
/*---- SCROLLING BEHAVIOUR ----*/
.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.disable-scroll {
  -webkit-overflow-scrolling: auto;
}
/*---- COLUMNS ----*/
/*---- FLEXBOX ----*/
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/*-- Flexbox Break --*/
.flex-break {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.no-outline {
  outline: 0 !important;
}
.ajax-loader-wrapper {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ajax-loader-wrapper.with-parent {
  position: absolute;
  padding-left: 50%;
}
.ajax-loader-wrapper.with-parent .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper.with-parent.small .ajax-loader,
.ajax-loader-wrapper.with-parent.supersmall .ajax-loader {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  bottom: auto!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.ajax-loader-wrapper.small .cssload-double-torus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ajax-loader-wrapper.supersmall .cssload-double-torus {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.ajax-loader-wrapper .ajax-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper .ajax-loader {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 150px;
}
.ajax-loader-wrapper .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- BOOTSTRAP XL BREAKPOINT ----*/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 .col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 .col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .hidden-xl {
    display: none!important;
  }
  .visible-xl {
    display: block!important;
  }
}
@media (min-width: 1400px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/*---- CLEARFIX ----*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-image-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.align-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.image-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
@media (min-width: 768px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
}
.modal-dialog .modal-content {
  background-color: #fff;
  color: #192631;
  width: 100%;
}
.modal-dialog .modal-content .video-wrapper {
  position: relative;
  min-height: 448px;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-16-9 {
  padding-top: 56.25%;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-3-2 {
  padding-top: 66.66666%;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-AUTO {
  padding-top: 0%;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-16-9 .video,
.modal-dialog .modal-content .video-wrapper.video-wrapper-3-2 .video,
.modal-dialog .modal-content .video-wrapper.video-wrapper-COVER .video,
.modal-dialog .modal-content .video-wrapper.video-wrapper-16-9 iframe,
.modal-dialog .modal-content .video-wrapper.video-wrapper-3-2 iframe,
.modal-dialog .modal-content .video-wrapper.video-wrapper-COVER iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-COVER {
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal-dialog .modal-content .video-wrapper.video-wrapper-COVER .video-cover {
  left: 50%;
  top: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-dialog .modal-content .video-wrapper .video {
  max-width: 100%;
  height: 100%;
}
.modal-dialog .modal-content .video-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  border: 0;
  margin: 0;
}
.modal-dialog .modal-content .video-wrapper .thumbnail:hover .play-btn {
  width: 70px;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content .video-wrapper .thumbnail:hover .play-btn {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .modal-dialog .modal-content .video-wrapper .thumbnail:hover .play-btn {
    width: 140px;
  }
}
.modal-dialog .modal-content .video-wrapper .thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content .video-wrapper .thumbnail .play-btn {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .modal-dialog .modal-content .video-wrapper .thumbnail .play-btn {
    width: 120px;
  }
}
.modal-dialog.product-action .modal-body {
  background-color: #fff;
  padding: 30px 10px 50px 10px;
}
@media (min-width: 768px) {
  .modal-dialog.product-action .modal-body {
    padding: 46px 40px 20px 40px;
  }
}
.modal-dialog.product-action .modal-body p {
  max-width: 300px;
  margin: auto;
}
@media (min-width: 768px) {
  .modal-dialog.product-action .modal-body p {
    max-width: none;
  }
}
.modal-dialog.product-action .modal-body.promo-img-active {
  padding: 0px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog.product-action .modal-body.promo-img-active {
    padding: 0px 15px;
  }
}
.modal-dialog.product-action .modal-body.promo-img-active .product-promo-image {
  width: 100%;
  height: auto;
  display: block;
}
.modal-dialog.product-action .modal-body.promo-video-active {
  padding: 0px 15px;
}
.modal-dialog.newsletter .modal-body {
  background-color: #fff;
  padding: 30px 30px 20px 30px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body {
    padding: 46px 40px 20px 40px;
  }
}
.modal-dialog.newsletter .modal-body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #192631 inset !important;
}
.modal-dialog.newsletter .modal-body input:-internal-autofill-selected {
  color: #FFF !important;
  -webkit-text-fill-color: #FFF !important;
}
.modal-dialog.newsletter .modal-body input:-webkit-autofill,
.modal-dialog.newsletter .modal-body input:-webkit-autofill:hover,
.modal-dialog.newsletter .modal-body input:-webkit-autofill:focus {
  color: #FFF !important;
  -webkit-text-fill-color: #FFF !important;
}
.modal-dialog.newsletter .modal-body form {
  max-width: 360px;
}
.modal-dialog.newsletter .modal-body form input[type="radio"] ~ .fakebox,
.modal-dialog.newsletter .modal-body form input[type="checkbox"] ~ .fakebox {
  border: 0px solid #192631;
}
.modal-dialog.newsletter .modal-body form input[type="radio"] ~ .fakebox:after,
.modal-dialog.newsletter .modal-body form input[type="checkbox"] ~ .fakebox:after {
  color: #192631;
}
.modal-dialog.newsletter .modal-body form input[type="radio"] .inner-checkbox,
.modal-dialog.newsletter .modal-body form input[type="checkbox"] .inner-checkbox {
  color: #192631;
}
.modal-dialog.newsletter .modal-body form input[type="radio"]:checked ~ .fakebox:after,
.modal-dialog.newsletter .modal-body form input[type="checkbox"]:checked ~ .fakebox:after {
  opacity: 1;
}
.modal-dialog.newsletter .modal-body .dsgvo-box-wrapper {
  max-width: none;
  margin-top: 20px;
}
.modal-dialog.newsletter .modal-body .dsgvo-box-wrapper .inner-checkbox {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body .dsgvo-box-wrapper .inner-checkbox {
    padding-right: 0px;
  }
}
.modal-dialog.newsletter .modal-body .dsgvo-box-wrapper .xr_error_tooltip {
  right: auto;
  background: transparent;
  border: 0px solid #a98d60;
  color: #a98d60;
  right: 0px;
  font-size: 30px;
  top: -5px;
  width: 15px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body .dsgvo-box-wrapper .xr_error_tooltip {
    left: -20px;
    right: auto;
  }
}
.modal-dialog.newsletter,
.modal-dialog.product-action {
  max-width: 640px;
  margin: auto;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter,
  .modal-dialog.product-action {
    margin: auto;
  }
}
.modal-dialog.newsletter .modal-content,
.modal-dialog.product-action .modal-content {
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-content,
  .modal-dialog.product-action .modal-content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-dialog.newsletter .modal-header,
.modal-dialog.product-action .modal-header {
  background-color: #a98d60;
  border-radius: 0;
  border: 0;
  text-align: center;
  padding: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-dialog.newsletter .modal-header h5,
.modal-dialog.product-action .modal-header h5,
.modal-dialog.newsletter .modal-header .h5,
.modal-dialog.product-action .modal-header .h5 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px !important;
  color: #192631;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-header h5,
  .modal-dialog.product-action .modal-header h5,
  .modal-dialog.newsletter .modal-header .h5,
  .modal-dialog.product-action .modal-header .h5 {
    font-size: 20px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.newsletter .modal-header h5,
  .modal-dialog.product-action .modal-header h5,
  .modal-dialog.newsletter .modal-header .h5,
  .modal-dialog.product-action .modal-header .h5 {
    font-size: 21px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.newsletter .modal-header h5,
  .modal-dialog.product-action .modal-header h5,
  .modal-dialog.newsletter .modal-header .h5,
  .modal-dialog.product-action .modal-header .h5 {
    font-size: 21px;
    line-height: 18px;
  }
}
.modal-dialog.newsletter .modal-header .close,
.modal-dialog.product-action .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  opacity: 1;
  text-shadow: none;
}
.modal-dialog.newsletter .modal-body .h3,
.modal-dialog.product-action .modal-body .h3,
.modal-dialog.newsletter .modal-body h3,
.modal-dialog.product-action .modal-body h3 {
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 26px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body .h3,
  .modal-dialog.product-action .modal-body .h3,
  .modal-dialog.newsletter .modal-body h3,
  .modal-dialog.product-action .modal-body h3 {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.newsletter .modal-body .h3,
  .modal-dialog.product-action .modal-body .h3,
  .modal-dialog.newsletter .modal-body h3,
  .modal-dialog.product-action .modal-body h3 {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.newsletter .modal-body .h3,
  .modal-dialog.product-action .modal-body .h3,
  .modal-dialog.newsletter .modal-body h3,
  .modal-dialog.product-action .modal-body h3 {
    font-size: 47px;
    line-height: 47px;
  }
}
.modal-dialog.newsletter .modal-body .h4,
.modal-dialog.product-action .modal-body .h4,
.modal-dialog.newsletter .modal-body h4,
.modal-dialog.product-action .modal-body h4 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body .h4,
  .modal-dialog.product-action .modal-body .h4,
  .modal-dialog.newsletter .modal-body h4,
  .modal-dialog.product-action .modal-body h4 {
    font-size: 23px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.newsletter .modal-body .h4,
  .modal-dialog.product-action .modal-body .h4,
  .modal-dialog.newsletter .modal-body h4,
  .modal-dialog.product-action .modal-body h4 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.newsletter .modal-body .h4,
  .modal-dialog.product-action .modal-body .h4,
  .modal-dialog.newsletter .modal-body h4,
  .modal-dialog.product-action .modal-body h4 {
    font-size: 23px;
  }
}
.modal-dialog.newsletter .modal-body .product-action-image,
.modal-dialog.product-action .modal-body .product-action-image {
  max-height: 400px;
  width: auto;
  margin: 0px auto 40px auto;
  display: block;
}
.modal-dialog.newsletter .modal-body .p,
.modal-dialog.product-action .modal-body .p,
.modal-dialog.newsletter .modal-body p,
.modal-dialog.product-action .modal-body p {
  color: #192631;
}
.modal-dialog.newsletter .modal-body form,
.modal-dialog.product-action .modal-body form {
  max-width: 360px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .modal-dialog.newsletter .modal-body form,
  .modal-dialog.product-action .modal-body form {
    margin: 50px auto;
  }
}
.modal-dialog.newsletter .modal-body form div[class^='col'],
.modal-dialog.product-action .modal-body form div[class^='col'],
.modal-dialog.newsletter .modal-body form div[class*=' col'],
.modal-dialog.product-action .modal-body form div[class*=' col'] {
  margin: auto;
  padding: 0px 4px;
}
.modal-dialog.newsletter .modal-body form .kupfer-style,
.modal-dialog.product-action .modal-body form .kupfer-style {
  color: #192631;
  border: 1px solid #192631;
}
.modal-dialog.newsletter .modal-body form .kupfer-style::placeholder,
.modal-dialog.product-action .modal-body form .kupfer-style::placeholder {
  opacity: 1;
  color: #192631;
}
.modal-dialog.newsletter .modal-body form .kupfer-style::-webkit-input-placeholder,
.modal-dialog.product-action .modal-body form .kupfer-style::-webkit-input-placeholder {
  opacity: 1;
  color: #192631;
}
.modal-dialog.newsletter .modal-body form .kupfer-style:-ms-input-placeholder,
.modal-dialog.product-action .modal-body form .kupfer-style:-ms-input-placeholder {
  opacity: 1;
  color: #192631;
}
.modal-dialog.newsletter .modal-body form .kupfer-style::-ms-input-placeholder,
.modal-dialog.product-action .modal-body form .kupfer-style::-ms-input-placeholder {
  opacity: 1;
  color: #192631;
}
.modal-dialog.newsletter .modal-body form .bottom-label,
.modal-dialog.product-action .modal-body form .bottom-label {
  background-color: #192631;
  color: #192631;
  margin-top: -16px;
  padding: 8px 25px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.modal-dialog.newsletter .modal-body form .xr_form_submit_container,
.modal-dialog.product-action .modal-body form .xr_form_submit_container {
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translate(-50%, -50%);
  background: #192631;
  padding: 4px 8px 6px 12px;
}
.modal-dialog.newsletter .modal-body form .xr_form_submit_container .btn,
.modal-dialog.product-action .modal-body form .xr_form_submit_container .btn {
  margin-top: 0px;
  min-width: 180px;
  color: #192631;
}
.modal-dialog.newsletter .modal-body form .xr_form_submit_container .btn:after,
.modal-dialog.product-action .modal-body form .xr_form_submit_container .btn:after {
  background: #192631;
}
.modal-dialog.newsletter .modal-body .button-link-holder,
.modal-dialog.product-action .modal-body .button-link-holder {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
  background: #192631;
  padding: 4px 8px 6px 12px;
}
.modal-dialog.newsletter .modal-body .button-link-holder .btn,
.modal-dialog.product-action .modal-body .button-link-holder .btn {
  min-width: 180px;
  color: #a98d60;
}
.modal-dialog.newsletter .modal-body .button-link-holder .btn:after,
.modal-dialog.product-action .modal-body .button-link-holder .btn:after {
  background: #192631;
}
/*/xassets/uncompressed/source_map/72.css.css.map */