.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica neue", helvetica, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 15px 15px;
  color: #212529;
}

.c-demo {
  position: fixed;
  top: 22px;
  width: 292px;
  right: -100px;
  z-index: 99999;
  text-align: center;
  font-size: 20px;
  background-color: rgba(199, 72, 55, 0.7);
  line-height: 1;
  padding: 8px;
  color: rgb(255, 255, 255);
  transform: rotate(45deg);
  pointer-events: none;
  height: 52px;
}
.c-demo--poq {
  height: 34px;
}
.c-demo a {
  pointer-events: initial;
  color: #fff;
}
.c-demo a:hover {
  color: #fff;
  text-underline-offset: 4px;
}
.c-demo--secondary {
  background-color: rgba(81, 162, 81, 0.7);
  transform: translate(-35px, 35px) rotate(45deg);
  font-size: 16px;
}

#language-tunnel .title {
  text-align: center;
}
#language-tunnel .title__text {
  margin-top: 10px;
  padding-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#language-tunnel .language-tunnel__links a {
  display: block;
  margin: 15px 0;
}
#language-tunnel .sprite-flags {
  margin-right: 5px;
}
#language-tunnel .links__wrapper {
  margin: 0 20px 20px;
}

.popover:not(.popover-arrow) .arrow {
  display: none;
}

.popover.popover-danger {
  background-color: #f4dad6;
  border: 0;
}
.popover.popover-danger .popover-header {
  background-color: transparent;
  color: rgb(199, 72, 55);
  border: 0;
}

.popover-danger.bs-popover-top > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: transparent;
}
.popover-danger.bs-popover-top > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f4dad6;
}

.popover-danger.bs-popover-right > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: transparent;
}
.popover-danger.bs-popover-right > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f4dad6;
}

.popover-danger.bs-popover-bottom > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: transparent;
}
.popover-danger.bs-popover-bottom > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f4dad6;
}

.popover-danger.bs-popover-left > .arrow::before, .popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: transparent;
}
.popover-danger.bs-popover-left > .arrow::after, .popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f4dad6;
}

.c-sitemap {
  column-count: 1;
}
@media (min-width: 768px) {
  .c-sitemap {
    column-count: 2;
  }
}
.c-sitemap__group {
  break-inside: avoid;
}

.c-minicart {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.c-minicart__products {
  max-height: 306px;
  overflow-y: auto;
  margin: 0 -20px;
  padding: 0 35px;
}
.c-minicart__text-embroidery {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-minicart__product-embroidery {
  position: relative;
  padding: 10px 0;
}
.c-minicart__product-embroidery.loading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.c-minicart__product-embroidery.loading::after {
  z-index: 1;
}
.c-minicart__product {
  position: relative;
  display: flex;
  padding: 15px 0;
  max-width: 100%;
}
.c-minicart__product:not(:first-child) {
  border-top: 1px solid rgb(224, 224, 224);
}
.c-minicart__product.loading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.c-minicart__product.loading::after {
  z-index: 1;
}
.c-minicart__product-image {
  width: 80px;
  flex-shrink: 0;
}
.c-minicart__product-image.embroidery {
  height: 80px;
}
.c-minicart__product-details {
  max-width: calc(100% - 80px);
  padding: 0 20px 0 10px;
}
.c-minicart__product-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  max-width: 100%;
  padding: 0 5px 0 0;
}
.c-minicart__product-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  color: rgb(117, 117, 117);
  cursor: pointer;
}
.c-minicart__product-close.embroidery {
  top: 0;
}

.loading-animation-horse {
  width: 25px;
  height: 25px;
}

@media (max-width: 767.98px) {
  .c-modal__dialog--xs {
    height: 100%;
    overflow: auto;
  }
}
.c-modal__dialog--full {
  max-width: 100%;
  border-radius: 0;
}
.c-modal__dialog--full .modal-body {
  overflow-y: auto;
}
.c-modal__content {
  height: 95%;
}
@media (max-width: 767.98px) {
  .c-modal__content--xs {
    height: 95%;
    overflow: auto;
  }
}
.c-modal__body {
  height: 95%;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .c-modal__body--xs {
    height: 95%;
    overflow: auto;
  }
}
@supports (-webkit-touch-callout: none) {
  .c-modal__body-ios {
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .c-modal__body-ios {
    padding-top: 0;
  }
}
@supports (-webkit-touch-callout: none) {
  .c-modal__header-ios {
    padding: 5px 0;
  }
}
.c-modal__link {
  display: flex;
  width: 100%;
  padding: 0 15px;
  align-items: center;
  border-bottom: 1px solid rgb(224, 224, 224);
  height: 50px;
}
.c-modal__link--lg {
  height: 60px;
}
.c-modal__link--size-select {
  border-color: rgb(189, 189, 189);
}

.modal-slide .modal-dialog {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.modal-slide.fade:not(.show) .modal-dialog {
  transform: translateY(100%);
}

.c-guide__heading {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-guide__heading {
    font-size: 2rem;
  }
}
.c-guide__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(33, 33, 33);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: normal;
}
@media (min-width: 768px) {
  .c-guide__title {
    height: 2.5em;
  }
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

@media (min-width: 980px) {
  .border-top-md {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .border-md-right {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-md-0 {
    border-width: 0 !important;
  }
}
@media (max-width: 979.98px) {
  .border-top-sm-only {
    border-top: 1px solid rgb(224, 224, 224);
  }
}
@media (min-width: 768px) {
  .border-left-sm {
    border-left: 1px solid rgb(224, 224, 224);
  }
}
@media (min-width: 768px) {
  .border-sm {
    border: 1px solid rgb(224, 224, 224);
  }
  .border-sm-right {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-sm-0 {
    border-width: 0 !important;
  }
}
.border-beige {
  border-color: rgb(223, 207, 202) !important;
}

.sprite-flags {
  background-image: url("../images/sprite-flags.svg");
}

/*# sourceMappingURL=global-noncritical.css.map */
