/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./skin/frontend/default/css/nav-brands-filter.scss ***!
  \***************************************************************************************************************************************************************************************************/
[data-id=nav-brands-list] .nav-brands-filter-container {
  display: none;
}
[data-id=nav-brands-list] .nav-brands-filter-container ul li {
  padding: 15px 20px 15px 20px;
}
[data-id=nav-brands-list] .nav-brands-filter-container ul li.hide {
  display: block !important;
}
[data-id=nav-brands-list] .nav-brands-filter-container input.input-text {
  width: 100%;
}
[data-id=nav-brands-list] div.col-lg-2 {
  min-height: 0px;
}
[data-id=nav-brands-list] li.hide {
  display: none;
}
[data-id=nav-brands-list] .nav-brands-filter-hightlighted {
  background-color: yellow;
}

@media (max-width: 1199px) {
  [data-id=nav-brands-list] .nav-brands-filter-container {
    display: block;
  }
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./.modman/Mage_Page/webpack/css/language-popup.scss ***!
  \****************************************************************************************************************************************************************************************************/
.popover {
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 190px;
  background-color: #008080;
  z-index: 5000;
  color: #FFFFFF;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.arrow_box {
  position: relative;
  background: #008080;
  padding: 15px 0 20px;
  border-radius: 5px;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box.fr:after, .arrow_box.fr:before {
  left: 73%;
}
.arrow_box.de:after, .arrow_box.de:before {
  left: 55%;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #008080;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box .closeLanguagePopup {
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background: none;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.arrow_box .closeLanguagePopup:after, .arrow_box .closeLanguagePopup:before {
  height: 15px;
  right: 9px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  content: " ";
  width: 2px;
}
.arrow_box .closeLanguagePopup:after {
  transform: rotate(-45deg);
}
.arrow_box .closeLanguagePopup:before {
  transform: rotate(45deg);
}
.arrow_box .closeLanguagePopup:hover:after, .arrow_box .closeLanguagePopup:hover:before {
  background-color: #a5a5a5;
}

.popoverContent .button-set .button {
  line-height: 25px;
  padding: 0 15px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.popoverContent .button-set .button.switch {
  margin-right: 5px;
}
.popoverContent .button-set .button span {
  font-size: 14px;
}

.lang-switcher {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .popoverContent .question {
    margin-bottom: 10px;
  }
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./.modman/Mage_CatalogSearch/webpack/css/autocomplete.scss ***!
  \***********************************************************************************************************************************************************************************************************/
#header-search .clear-search {
  right: 34px;
}
#header-search .search-autocomplete {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e5e5;
  top: 42px;
  position: absolute;
  z-index: 4100;
  width: 100%;
}
#header-search .search-autocomplete a:hover {
  color: #008080;
}
#header-search .search-autocomplete ul {
  background-color: #ffffff;
  text-align: left;
  padding: 3px;
}
#header-search .search-autocomplete ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px;
}
#header-search .search-autocomplete ul li.title {
  padding: 6px;
  background-color: #f4f4f4;
  color: #636363;
  text-transform: uppercase;
}
#header-search .search-autocomplete ul li .image {
  float: left;
  margin-right: 6px;
}
#header-search .search-autocomplete ul li .image img {
  width: 70px;
  height: 70px;
}
#header-search .search-autocomplete ul li .info .name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#header-search .search-autocomplete ul li .info .article-number {
  font-size: 9px;
  display: block;
}
#header-search .search-autocomplete ul li .info .special-price,
#header-search .search-autocomplete ul li .info .old-price {
  padding: 0;
}
#header-search .search-autocomplete ul li .info .price {
  padding-left: 0;
}
#header-search .search-autocomplete ul li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
#header-search .search-autocomplete .bottom-message {
  display: block;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: 0 3px 3px 3px;
  border-radius: 2px;
  background-color: #008080;
  line-height: 36px;
  letter-spacing: normal;
}
#header-search .search-autocomplete .bottom-message:hover {
  color: #ffffff;
  background-color: #018080;
  opacity: 0.75;
}
#header-search .search-autocomplete .no-results-message {
  display: block;
  padding: 7px 0;
  background-color: #fefbd8;
  text-align: center;
}
#header-search #suggestion-autocompletion li {
  border-bottom: none;
  padding: 6px;
  overflow: hidden;
}
#header-search #suggestion-autocompletion li a {
  float: left;
}
#header-search #suggestion-autocompletion li span {
  display: flex;
  float: right;
  cursor: pointer;
}
#header-search #suggestion-autocompletion li span svg {
  width: 18px;
  height: 18px;
}
#header-search #suggestion-autocompletion li:hover {
  background-color: #f4f4f4;
}
#header-search #suggestion-autocompletion li:hover span {
  display: flex;
}
#header-search .close {
  display: none;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media only screen and (max-width: 769px) {
  #header-search {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999999;
    padding: 0.5em;
    border-bottom: solid 1px #e5e5e5;
  }
  #header-search #search {
    font-size: 2em;
    border: none;
    padding: 0 70px 0 35px;
    background-color: #ffffff;
  }
  #header-search #search::placeholder {
    font-size: 15px;
  }
  #header-search .search-autocomplete {
    bottom: calc(120px - 100vh);
    box-shadow: none;
    top: 44px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #header-search .search-autocomplete::-webkit-scrollbar {
    display: none;
  }
  #header-search .search-autocomplete .bottom-message {
    margin-top: 3px;
    margin-bottom: 32px;
  }
  #header-search .search-autocomplete .no-results-message {
    margin-top: 8px;
  }
  #header-search .close {
    display: block;
    position: absolute;
    font-size: 30px;
    color: #888888;
    font-weight: bold;
    cursor: pointer;
    font-family: monospace;
    top: 10px;
    padding: 0;
    left: 2px;
  }
  #header-search .close:hover {
    color: black;
  }
  #header-search .button {
    color: #888888;
    font-size: 20px;
  }
  #header-search-overlay {
    display: none;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .overflow,
  .overflow body {
    overflow: hidden;
    height: 100%;
  }
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./skin/frontend/default/css/tippy-tooltip.scss ***!
  \***********************************************************************************************************************************************************************************************/
abbr[data-tippy-content] {
  text-decoration: none;
  margin-left: 3px;
  color: #008080;
  letter-spacing: 1px;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./skin/frontend/default/css/text-allowed-input-validation.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.text-allowed-input-validation-wrapper {
  position: relative;
}
.text-allowed-input-validation-wrapper .text-input-invalid-value-message {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e5e5;
  left: 0;
  bottom: -42px;
  position: absolute;
  z-index: 4200;
  width: calc(100% - 14px);
  display: block;
  padding: 7px;
  background-color: #fefbd8;
  text-align: center;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./.modman/Uhrenschmuck24_Review/webpack/css/global.scss ***!
  \********************************************************************************************************************************************************************************************************/
.footer-container .recent-reviews-section .review .link-review-details {
  cursor: pointer;
  border: none;
  color: #008080;
  background-color: #f5f5f5;
  padding: 0 10px;
  border-radius: 25px;
  display: inline-block;
  margin: 0 0 0 5px;
  height: 16px;
}
.footer-container .recent-reviews-section .review .link-review-details svg {
  width: 16px;
  height: auto;
  fill: #008080;
  transform: scaleX(-1);
  float: left;
  margin: 0.7px 5px 0 0;
}
.footer-container .recent-reviews-section .review .link-review-details:hover {
  background-color: #e5e5e5;
}

.review-details-modal {
  width: 350px;
}
.review-details-modal .review-item {
  padding-top: 0;
}
.review-details-modal .review-item .img {
  float: none;
  text-align: center;
}
.review-details-modal .review-item .img a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.review-details-modal .review-item .title {
  margin-top: 20px;
}
.review-details-modal .review-item .title .ratings {
  margin: 5px 0;
}
.review-details-modal .review-item .title.review-title {
  margin-top: 15px;
}

.product-view .box-reviews .review-rating {
  margin-top: 20px;
  display: block;
}
.product-view .box-reviews .review-rating a.link-review-rating-abuse {
  display: inline-block;
  cursor: pointer;
}
.product-view .box-reviews .review-rating .link-review-rating-helpful {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 4px 8px;
  border-radius: 50%;
  border: 1px solid #dddddd;
}
.product-view .box-reviews .review-rating .link-review-rating-helpful:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.product-view .box-reviews .review-rating .link-review-rating-helpful.set-helpful {
  opacity: 0.6;
  background-color: #fdfdfd;
}
.product-view .box-reviews .review-rating .link-review-rating-helpful svg {
  width: 24px;
  height: 22px;
}
.product-view .box-reviews .review-rating .helpful-count {
  color: #666666;
  line-height: 1;
  font-size: 9px;
}
.product-view .box-reviews .review-rating .review-rating-action-separator {
  margin: 0 3px;
  color: #666666;
}

.product-view .box-reviews .review-owner-reply {
  margin: 15px 0 0 15px;
}
.product-view .box-reviews .review-owner-reply .owner-reply-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
}
.product-view .box-reviews .review-owner-reply .owner-reply-wrapper .translation {
  grid-column: 2/3;
}
.product-view .box-reviews .review-owner-reply .owner-reply-wrapper .translation .translate-info {
  display: block;
  margin-bottom: 15px;
}
.product-view .box-reviews .review-owner-reply .owner-reply-wrapper .content {
  grid-column: 2/3;
  grid-row: 2;
}
.product-view .box-reviews .review-owner-reply .owner-reply-wrapper svg {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin-right: 5px;
  transform: rotate(180deg);
  fill: #008080;
}

.modal .modal-content.modal-report-review {
  width: 610px;
  padding: 20px 30px;
}
.modal .modal-content.modal-report-review .modal-box-title {
  font-family: "Gotham", Arial, sans-serif;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  line-height: 39px;
  margin: 0 0 4px;
  color: #333333;
}
.modal .modal-content.modal-report-review ul {
  list-style: none;
  margin: 10px 0;
}
.modal .modal-content.modal-report-review ul li {
  line-height: 1;
  margin-bottom: 8px;
}
.modal .modal-content.modal-report-review ul li input {
  margin-right: 5px;
  cursor: pointer;
}
.modal .modal-content.modal-report-review ul li label {
  cursor: pointer;
  line-height: 17px;
}

.modal-content .submit-review-report-btn {
  background-color: #008080;
  color: #ffffff;
}
.modal-content .submit-review-report-btn:hover {
  background-color: #006767;
}

.product-review-rating-login-first-tooltip {
  padding: 6px 0;
  max-width: 270px;
}
.product-review-rating-login-first-tooltip button {
  padding: 3px 5px;
  margin: 3px;
  border-radius: 2px;
  border: none;
  background: #c8c8c8;
  cursor: pointer;
}
.product-review-rating-login-first-tooltip button:hover {
  opacity: 0.9;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./skin/frontend/default/css/mdc-snackbar.scss ***!
  \**********************************************************************************************************************************************************************************************/
.mdc-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
  background-color: #333333;
}

.mdc-snackbar__label {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__surface {
  min-width: 344px;
}
@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}

.mdc-snackbar__surface {
  max-width: 672px;
}

.mdc-snackbar__surface {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-snackbar__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar--open .mdc-snackbar__label,
.mdc-snackbar--open .mdc-snackbar__actions {
  visibility: visible;
}

.mdc-snackbar--leading {
  justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 8px;
  padding-bottom: 12px;
}
[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label, .mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}
.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}

.mdc-snackbar__surface {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}
.mdc-snackbar__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
[dir=rtl] .mdc-snackbar__surface, .mdc-snackbar__surface[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 8px;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  visibility: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}
[dir=rtl] .mdc-snackbar__label, .mdc-snackbar__label[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
  visibility: hidden;
}

.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}
.mdc-snackbar__action::before, .mdc-snackbar__action::after {
  background-color: #bb86fc;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #bb86fc);
}
.mdc-snackbar__action:hover::before, .mdc-snackbar__action.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before, .mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss {
  color: rgba(255, 255, 255, 0.87);
}
.mdc-snackbar__dismiss .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss .mdc-icon-button__ripple::after {
  background-color: rgba(255, 255, 255, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: 36px;
  height: 36px;
  padding: 6px;
  font-size: 18px;
}

.mdc-snackbar__action + .mdc-snackbar__dismiss {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}
[dir=rtl] .mdc-snackbar__action + .mdc-snackbar__dismiss, .mdc-snackbar__action + .mdc-snackbar__dismiss[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
}

.mdc-snackbar-static {
  position: static;
  justify-content: flex-start;
}
.mdc-snackbar-static.mdc-snackbar--color-success .mdc-snackbar__surface {
  border-color: #296a23;
  background-color: #e9ffca;
  background-image: url(/skin/frontend/default/images/i_msg-success.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
.mdc-snackbar-static.mdc-snackbar--color-success .mdc-snackbar__surface .mdc-snackbar__label {
  color: #296a23;
}
.mdc-snackbar-static.mdc-snackbar--color-success .mdc-snackbar__surface .mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  color: #296a23;
}
.mdc-snackbar-static.mdc-snackbar--color-error .mdc-snackbar__surface {
  border-color: #c02230;
  background-color: #F5DAD3;
  background-image: url(/skin/frontend/default/images/i_msg-error.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
.mdc-snackbar-static.mdc-snackbar--color-error .mdc-snackbar__surface .mdc-snackbar__label {
  color: #c02230;
}
.mdc-snackbar-static.mdc-snackbar--color-error .mdc-snackbar__surface .mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  color: #c02230;
}
.mdc-snackbar-static .mdc-snackbar__surface {
  transform: none;
  box-shadow: none;
  border-radius: 0;
}
.mdc-snackbar-static .mdc-snackbar__actions .mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: auto;
  height: auto;
  background: none;
  border: 0;
  text-decoration: underline;
}
.mdc-snackbar-static .mdc-snackbar__actions .mdc-snackbar__dismiss.mdc-snackbar__dismiss:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 2px 6px;
  text-decoration: none;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./.modman/Uhrenschmuck24_AtomicClock/webpack/css/atomic-clock.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.atomic-clock-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
}
.atomic-clock-wrapper .atomic-clock-dummy {
  display: none;
  flex-grow: 2;
  z-index: 10;
}
.atomic-clock-wrapper .atomic-clock-main {
  position: relative;
  flex-grow: 3;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper {
  position: relative;
  flex-grow: 3;
  width: 467px;
  margin: 0 auto 0 auto;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container {
  overflow: hidden;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block {
  max-width: 100%;
  margin: auto;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 140px;
  max-width: 100%;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface img.overlay-image {
  width: 100%;
  height: 100%;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface img.analog-date-digit {
  background-size: cover;
  background-repeat: no-repeat;
  min-width: auto;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface:after {
  content: "";
  display: block;
  padding-top: 467px;
}
.atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper {
  position: relative;
  border: 0;
  background-color: transparent;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .name {
  font-size: 16px;
  margin-bottom: 20px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .name b {
  font-size: 19px;
  margin-bottom: 3px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .name span {
  line-height: 150%;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .price {
  margin: 0px 0px 20px 0px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .price .price-box {
  white-space: nowrap;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .price .price-box .h2 {
  font-size: 19px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .price small {
  font-size: 12px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .button {
  background-color: #008080;
  font-size: 14px;
}
.atomic-clock-wrapper .atomic-clock-main .product-wrapper .button a {
  text-transform: uppercase;
  color: #ffffff;
}
.atomic-clock-wrapper .atomic-clock-sidebar {
  width: 230px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 100%;
  flex-wrap: wrap;
  background-color: #FFF;
  z-index: 10;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper {
  border: 1px solid #008080;
  padding: 7px;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-title {
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 19px;
  line-height: 30px;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  text-align: center;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .time {
  font-size: 32px;
  line-height: 32px;
  /* Waiting for style feedback */
  /* Please mention removal in the CR feedback */
  /*
  span {
    width: 21px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px 0px 2px;
  }
  */
  /* END: Waiting for style feedback */
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .time span {
  width: 30px;
  display: inline-block;
  text-align: center;
  background-color: #F5F5F5;
  padding: 5px 0px 0px 0px;
  border: 1px solid #008080;
  margin: 0px 2px 0px 2px;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-bottom {
  font-size: 16px;
  text-align: center;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-bottom .date {
  margin-top: 15px;
  margin-bottom: 15px;
}
.atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-bottom .week {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 0px) and (max-width: 374px) {
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper {
    max-width: 294px;
    max-height: 294px;
  }
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface:after {
    padding-top: 294px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .time span {
    width: 26px;
    padding: 4px 0px 0px 0px;
    font-size: 29px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper {
    max-width: 345px;
    max-height: 345px;
  }
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface:after {
    padding-top: 345px;
  }
}
@media (min-width: 425px) and (max-width: 508px) {
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper {
    max-width: 392px;
    max-height: 392px;
  }
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface:after {
    padding-top: 392px;
  }
}
@media (max-width: 539px) {
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper {
    display: block;
    border-top: solid 3px #fff;
    background-color: #f5f5f5;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .name {
    width: 100%;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .price {
    width: 100%;
    text-align: left;
    margin: 10px 0px;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .button {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: solid 3px #fff;
    background-color: #f5f5f5;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .name {
    width: 50%;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .price {
    width: 50%;
    text-align: right;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .atomic-clock-wrapper {
    background-size: cover !important;
  }
  .atomic-clock-wrapper .atomic-clock-main {
    order: 2;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper {
    padding: 20px 12px 12px 12px;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .name {
    margin-bottom: 10px;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .price {
    margin-bottom: 5px;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .price .price-box {
    margin-bottom: 10px;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper .button {
    margin-top: 15px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar {
    order: 1;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: solid 3px #fff;
    text-align: center;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper {
    border: 0;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-title {
    border-bottom: 0;
    margin: 20px 0px 20px 0px;
    line-height: 100%;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content {
    display: block;
    min-height: auto;
    margin: 20px 0px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .promo img {
    display: none;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .time span {
    background-color: #FFFFFF;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-bottom .date {
    margin: 10px 0px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-bottom .week {
    margin: 10px 0px 15px 0px;
  }
}
@media (min-width: 992px) {
  .atomic-clock-wrapper {
    flex-direction: row;
  }
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper {
    width: 467px;
    min-width: 467px;
    max-width: 467px;
    height: 467px;
    margin: 0;
  }
  .atomic-clock-wrapper .atomic-clock-main .analog-watch-wrapper .analog-watch-container .analog-watch-block .analog-watchface {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .atomic-clock-wrapper .atomic-clock-main .product-wrapper {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 435px;
    right: 0;
    border: 15px solid transparent;
    text-align: right;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content {
    min-height: 347px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content {
    min-height: 347px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-content .time span {
    width: 26px;
    padding: 4px 0px 0px 0px;
    font-size: 29px;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar .digital-watch-wrapper .digital-watch-title {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .atomic-clock-wrapper .atomic-clock-dummy {
    display: block;
  }
  .atomic-clock-wrapper .atomic-clock-sidebar {
    width: 285px;
  }
}
