@media (min-width: 1600px) {
}@media (max-width: 768px) {
}.clothing-sizes-modal-lg .modal-dialog {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .clothing-sizes-modal-lg .modal-body {
    padding: 64px 82px;
  }
}
.size-table-wraper table {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .size-table-wraper table {
    font-size: 12px;
  }
}
.size-table-wraper table td:last-child,
.size-table-wraper table th:last-child {
  border-right: 1px solid #000;
}
.size-table-wraper table thead tr:first-child th:not(:first-child) {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 0 5px;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.size-table-wraper table thead tr:last-child th {
  border-bottom: 1px solid #000;
}
.size-table-wraper table thead tr:last-child th:nth-child(2),
.size-table-wraper table thead tr:last-child th:nth-child(4) {
  border-left: 1px solid #000;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .size-table-wraper table thead tr:last-child th:nth-child(2),
  .size-table-wraper table thead tr:last-child th:nth-child(4) {
    padding-left: 30px;
  }
}
.size-table-wraper table tbody tr:last-child td:not(:first-child) {
  border-bottom: 1px solid #000;
}
.size-table-wraper table tbody tr td:nth-child(2),
.size-table-wraper table tbody tr td:nth-child(4) {
  border-left: 1px solid #000;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .size-table-wraper table tbody tr td:nth-child(2),
  .size-table-wraper table tbody tr td:nth-child(4) {
    padding-left: 30px;
  }
}
.xs-shop-detail {
  padding: 15px 0 30px;
}
@media (min-width: 992px) {
  .xs-shop-detail {
    padding: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .xs-shop-detail.xs-recipe-detail .shop-detail-image-holder picture {
    aspect-ratio: 1 / 1;
  }
}
.xs-shop-detail.xs-recipe-detail .shop-detail-image-holder .focuspoint img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1400px) {
  .xs-shop-detail .xs-shop-detail-container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-product-specials-wrapper {
    font-size: 1.2px;
  }
}
@media (min-width: 1400px) {
  .xs-shop-detail .shop-product-specials-wrapper {
    font-size: 1.3px;
  }
}
.xs-shop-detail .shop-product-link {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  margin: 0 0 30px 0;
  position: relative;
  border-bottom: 2px solid black;
  display: inline-block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-link {
    font-size: 18px;
  }
}
.xs-shop-detail .shop-product-link:hover {
  opacity: 0.5;
}
.xs-shop-detail .shop-product-link span {
  padding-right: 5px;
}
.xs-shop-detail .shop-product-link i:before {
  line-height: 21px;
  font-size: 16px;
}
.xs-shop-detail .xs-shop-button-back {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .xs-shop-detail .xs-shop-button-back {
    margin-bottom: 30px;
  }
}
.xs-shop-detail .shop-detail-slider .shop-detail-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  height: 250px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-slider .shop-detail-item {
    height: 350px;
  }
}
.xs-shop-detail .shop-detail-slider .shop-detail-thumbnail {
  position: relative;
}
.xs-shop-detail .shop-detail-slider .shop-detail-thumbnail .shop-detail-item {
  padding: 3px;
}
.xs-shop-detail .shop-detail-slider .shop-detail-thumbnail .arrow {
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: -0.6em;
  padding: 0.2em;
  color: white;
  cursor: pointer;
}
.xs-shop-detail .shop-detail-slider .shop-detail-thumbnail .arrow .arrow-prev {
  left: 5%;
}
.xs-shop-detail .shop-detail-slider .shop-detail-thumbnail .arrow .arrow-next {
  right: 5%;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-slider-big .slick-slide {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-product-holder {
    padding-top: 30px;
  }
}
.xs-shop-detail .shop-detail-hr {
  border-top: 2px solid #000;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .xs-shop-detail .shop-detail-hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.xs-shop-detail .shop-detail-caption h4 {
  font-size: 18px;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.xs-shop-detail .shop-detail-caption h4 span {
  font-size: 16px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.xs-shop-detail .shop-detail-caption,
.xs-shop-detail .xs-shop-product-group-change-ajax-gallery-holder {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-image-gallery-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.xs-shop-detail .shop-detail-image-gallery-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.xs-shop-detail .shop-detail-image-gallery-wrapper .slick-dots {
  bottom: -11px;
}
.xs-shop-detail .shop-detail-image-gallery-wrapper .slick-dots li {
  width: 10px;
  margin: 0 2px;
}
.xs-shop-detail .shop-detail-image-gallery-wrapper .slick-dots li.slick-active button {
  background: #000;
}
.xs-shop-detail .shop-detail-image-gallery-wrapper .slick-dots li button {
  border-radius: 0%;
  border: 1px solid #000;
  width: 8px;
  height: 8px;
  margin-right: 0;
  padding: 1px;
}
.xs-shop-detail .shop-detail-thumb-holder {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
.xs-shop-detail .shop-detail-thumb-holder .shop-detail-slider-thumb {
  height: 100%;
  cursor: pointer;
  margin: 0 -5px;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-thumb-holder .shop-detail-slider-thumb {
    margin: 0 -10px;
  }
}
.xs-shop-detail .shop-detail-thumb-holder .slick-slide {
  margin: 0 5px;
  display: block;
  background: #f0eff0;
  position: relative;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-thumb-holder .slick-slide {
    margin: 0 10px;
  }
}
.xs-shop-detail .shop-detail-thumb-holder .backdrop {
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xs-shop-detail .shop-detail-thumb-holder .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 26px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-thumb-holder .play-btn {
    width: 50px;
  }
}
.xs-shop-detail .shop-detail-image-holder {
  position: relative;
  background-color: #F0F0F0;
  padding: 15px;
  margin: 5px -15px 0px -15px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-image-holder {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-image-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .xs-shop-detail .shop-detail-image-holder picture {
    aspect-ratio: 1 / 0.65;
  }
}
.xs-shop-detail .shop-detail-image-holder img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .xs-shop-detail .shop-detail-image-holder img {
    height: 100%;
    width: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
.xs-shop-detail .shop-detail-image-holder .video-wrapper {
  padding-top: 100%;
}
.xs-shop-detail .shop-detail-image-holder .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-prev,
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-next {
  position: absolute;
  bottom: 50%;
  pointer-events: all;
  cursor: pointer;
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-prev.slick-disabled,
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-next.slick-disabled {
  opacity: 0;
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-prev:before,
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-next:before {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-prev {
  left: 0;
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  -o-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  -webkit-transform: translate(calc(-100% - 15px), 50%);
  -moz-transform: translate(calc(-100% - 15px), 50%);
  -ms-transform: translate(calc(-100% - 15px), 50%);
  -o-transform: translate(calc(-100% - 15px), 50%);
  transform: translate(calc(-100% - 15px), 50%);
}
.xs-shop-detail .shop-detail-slider-thumb-arrows-holder .arrow-next {
  right: 0;
  -webkit-transform: translate(100%, 50%);
  -moz-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  -o-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
  -webkit-transform: translate(calc(100% + 15px), 50%);
  -moz-transform: translate(calc(100% + 15px), 50%);
  -ms-transform: translate(calc(100% + 15px), 50%);
  -o-transform: translate(calc(100% + 15px), 50%);
  transform: translate(calc(100% + 15px), 50%);
}
.xs-shop-detail .shop-detail-manufacturer {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -20px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-manufacturer {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
}
.xs-shop-detail .shop-detail-name {
  font-size: 26px;
  line-height: 1.1;
  margin-top: 25px;
  text-transform: none;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-name {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .xs-shop-detail .shop-detail-name {
    font-size: 32px;
  }
}
.xs-shop-detail .shop-detail-subline {
  font-size: 14px;
  text-transform: none;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-subline {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
}
.xs-shop-detail .shop-detail-main-facts {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 8px 0;
  display: flex;
  margin: 22px 0;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-main-facts {
    margin: 30px 0;
  }
}
.xs-shop-detail .shop-detail-main-facts .shop-detail-main-fact {
  text-align: center;
  flex: 1 1 auto;
  font-size: 12px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-main-facts .shop-detail-main-fact {
    font-size: 14px;
  }
}
.xs-shop-detail .shop-detail-main-facts .shop-detail-main-fact:not(:first-child) {
  border-left: 1px solid #707070;
}
.xs-shop-detail .shop-detail-main-facts .shop-detail-main-fact .country-icon {
  height: 1em;
  width: auto;
  margin-right: 5px;
  margin-top: -0.2em;
}
.xs-shop-detail .shop-detail-description-inner:not(:last-child) {
  border-bottom: 1px solid #000;
}
.xs-shop-detail .shop-detail-description-opener {
  font-size: 18px;
  display: block;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.xs-shop-detail .shop-detail-description-opener[aria-expanded="true"] .cross:before {
  height: 0;
}
.xs-shop-detail .shop-detail-description-opener .cross {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
.xs-shop-detail .shop-detail-description-opener .cross:before,
.xs-shop-detail .shop-detail-description-opener .cross:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.xs-shop-detail .shop-detail-description-opener .cross:before {
  border-right: 0.125em solid #000;
  height: 1em;
}
.xs-shop-detail .shop-detail-description-opener .cross:after {
  border-top: 0.125em solid #000;
  width: 1em;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-description {
    font-size: 16px;
  }
}
.xs-shop-detail .shop-detail-details-box h4 {
  margin-bottom: 10px;
}
.xs-shop-detail .shop-product-price {
  font-size: 24px;
  line-height: 1;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-product-price {
    font-size: 30px;
  }
}
.xs-shop-detail .shop-product-price-del {
  font-size: 20px;
  line-height: 1;
  disaplay: inline-block;
  margin-left: 5px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-product-price-del {
    font-size: 24px;
  }
}
.xs-shop-detail .shop-product-price-liter {
  disaplay: inline-block;
  margin-left: 5px;
}
.xs-shop-detail .shop-product-mwst-info {
  font-size: 12px;
  opacity: 0.44;
  text-transform: none;
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-product-mwst-info {
    font-size: 14px;
  }
}
.xs-shop-detail .shop-product-mwst-info a {
  text-decoration: underline;
}
.xs-shop-detail .shop-product-availability {
  margin: 15px 0;
  font-size: 14px;
}
.xs-shop-detail .shop-product-availability.not-available {
  color: red;
}
.xs-shop-detail .shop-product-availability.available {
  color: #30ca30;
}
.xs-shop-detail .shop-product-availability .availability-light {
  display: inline-block;
  vertical-align: center;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: currentColor;
}
.xs-shop-detail .shop-product-article-number {
  margin: 15px 0;
}
.xs-shop-detail .shop-detail-delivery-info {
  text-decoration: underline!important;
}
.xs-shop-detail .xs-shop-add-to-cart-holder {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .xs-shop-detail .xs-shop-add-to-cart-holder {
    margin: 25px 0;
  }
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-product-counter-holder,
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder {
  flex: 0 0 100%;
  height: 38px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-product-counter-holder,
  .xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder {
    height: 44px;
  }
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button {
  padding: 0 3px;
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button .button-text {
  display: none;
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-product-counter-holder {
  margin-bottom: 8px;
  flex: 0 0 50%;
  max-width: 50%;
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder {
  flex: 0 0 50%;
  max-width: 50%;
}
.xs-shop-detail .xs-shop-add-to-cart-holder .xs-shop-product-counter {
  width: 100%;
}
.xs-shop-detail .shop-product-delivery-infos {
  margin: 25px 0;
}
.xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info {
    padding: 11px 0px;
  }
}
.xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .icon {
  height: 24px;
  flex: 0 0 24px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .icon {
    height: 28px;
    flex: 0 0 28px;
  }
}
.xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .text {
  line-height: 1.3;
  font-size: 12px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .text {
    line-height: 1.4;
  }
}
.xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .text a {
  text-decoration: underline;
}
.xs-shop-detail .shop-product-delivery-infos .shop-product-delivery-info .text b {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.xs-shop-detail .shop-detail-bottom-info {
  margin-top: 50px;
  text-align: justify;
  color: black;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-bottom-info {
    margin-top: 100px;
  }
}
.xs-shop-detail .shop-detail-bottom-info .shop-detail-bottom-info-headline {
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  color: black;
  text-align: center;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-detail-bottom-info .shop-detail-bottom-info-headline {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .xs-shop-detail .shop-detail-bottom-info .shop-detail-bottom-info-headline {
    font-size: 25px;
  }
}
.xs-shop-detail .details-accordion:not(:last-child) {
  border-bottom: 1px solid #000;
}
.xs-shop-detail .details-accordion .details-accordion-header {
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  position: relative;
}
.xs-shop-detail .details-accordion .details-accordion-header.is-active .downarrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.xs-shop-detail .details-accordion .details-accordion-header .downarrow {
  position: absolute;
  right: 8px;
  bottom: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.xs-shop-detail .details-accordion .details-accordion-header .downarrow:before {
  content: "\e911";
  font-family: 'icomoon-shop' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xs-shop-detail .details-accordion .details-accordion-body {
  padding: 5px 5px 25px;
}
.xs-shop-detail .xs-shop-dimension {
  margin-bottom: 22px;
}
.xs-shop-detail .xs-shop-dimension-unavailable .fakelabel {
  opacity: 0.3;
}
.xs-shop-detail .xs-shop-dimension-unavailable .fakebox {
  opacity: 0.3;
}
.xs-shop-detail .xs-shop-dimension-farbkreise label {
  display: inline-block;
  width: auto;
}
.xs-shop-detail .shop-product-package-list-detail {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-package-list-detail {
    margin-top: 60px;
  }
}
.xs-shop-detail .shop-product-package-list-detail ul {
  list-style-type: none;
}
.xs-shop-detail .shop-product-package-list-detail ul li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.xs-shop-detail .shop-product-package-list-detail ul li:last-child {
  border-bottom: 0;
}
.xs-shop-detail .shop-product-package-list-detail .product-count {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  font-size: 16px;
}
.xs-shop-detail .shop-product-package-list-detail .product-count span {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.xs-shop-detail .shop-product-package-list-detail .product-image {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-package-list-detail .product-image {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
  }
}
.xs-shop-detail .shop-product-package-list-detail .product-description {
  padding: 0 20px;
}
.xs-shop-detail .shop-product-package-list-detail .product-description h5 {
  font-size: 13px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-package-list-detail .product-description h5 {
    font-size: 16px;
  }
}
.xs-shop-detail .shop-product-package-list-detail .product-description p {
  margin-bottom: 0;
}
.xs-shop-detail .shop-product-package-list-detail .product-price {
  font-size: 16px;
}
.xs-shop-detail .shop-product-package-list-detail .product-link {
  -ms-flex: 0 0 67px;
  flex: 0 0 67px;
  max-width: 67px;
}
@media (min-width: 768px) {
  .xs-shop-detail .shop-product-package-list-detail .product-link {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
  }
}
.shop-detail-features-container {
  background-color: transparent;
  background-image: url('//www.trimfit.at/xstorage/1/imported/bgStructureLight.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  margin-top: 90px;
  padding-bottom: 65px;
  padding-top: 65px;
  position: relative;
}
.shop-detail-features-container .splash-text {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: -100px;
  width: 330px;
}
@media (max-width: 991px) {
  .shop-detail-features-container .splash-text {
    width: 220px;
    height: auto;
    top: -80px;
  }
  .shop-detail-features-container .splash-text img {
    right: -40px;
    position: relative;
    display: block;
  }
}
.shop-detail-features-container .splash-text img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .shop-detail-features-container .container {
    max-width: 960px;
  }
}
.shop-detail-features-container .feature-list-item {
  padding: 14px 0 10px;
  border-bottom: 2px solid #FFF;
}
.shop-detail-features-container .feature-list-item .feature-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 500;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .shop-detail-features-container .feature-list-item .feature-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .shop-detail-features-container .feature-list-item .small {
    font-size: 16px;
  }
}
.shopFeaturesContainerIcon {
  margin-bottom: 30px;
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/63.css.css.map */