/* @trumpf/ux.integration-web-styleguide v1.7.0-feature-master-DEVTHCEXP-12701-Shop-styles-for-lineitem.452610 */ 
/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
.ux-iws-shop-item-detail .ux-tab-container__tab-body {
  padding-top: 0;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail .ux-tab-container__tab-header {
    max-width: 80%;
    margin: 0 auto;
  }
}

.ux-iws-shop-item-detail-header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-header__headline {
    display: flex;
    align-items: center;
  }
  .ux-iws-shop-item-detail-header__headline .ux-text-headline {
    margin-right: 15px;
  }
}
.ux-iws-shop-item-detail-header__control {
  background-color: #e7ecf0;
  padding: 25px;
}
.ux-iws-shop-item-detail-header__control p {
  margin: 0;
}
.ux-iws-shop-item-detail-header__control-button-block {
  text-align: right;
}
.ux-iws-shop-item-detail-header__control-button-block .ux-button {
  width: 100%;
  margin-bottom: 20px;
}
.ux-iws-shop-item-detail-header__control-button-block form {
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-shop-item-detail-header__control-button-block .ux-button {
    width: auto;
  }
}

.ux-iws-shop-item-detail-content {
  background-color: #e7ecf0;
  padding: 25px 0 45px;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-content {
    padding: 60px 0;
  }
}
.ux-iws-shop-item-detail-content__order-items {
  background-color: #fff;
}
.ux-iws-shop-item-detail-content__order-items__headline {
  padding: 0 25px 15px;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-content__order-items__info {
    padding: 0 25px 25px;
  }
}
.ux-iws-shop-item-detail-content__details {
  background-color: #fff;
  padding: 25px 0;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-content__details {
    padding: 25px;
  }
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-content .ux-accordion .ux-iws-shop-item-detail-content__details__title {
    display: none;
  }
}

.ux-iws-shop-item-detail-summary {
  background-color: #fff;
  margin-top: 60px;
}
.ux-iws-shop-item-detail-summary:not(.ux-iws-shop-item-detail-summary--wrapper) {
  box-shadow: 0 7px 22px rgba(19, 19, 19, 0.08);
}
.ux-iws-shop-item-detail-summary__headline {
  padding: 30px 25px;
}
.ux-iws-shop-item-detail-summary__price {
  padding: 10px 25px;
  display: flex;
}
.ux-iws-shop-item-detail-summary__price--total {
  background-color: #b3d11e;
  color: #fff;
}
.ux-iws-shop-item-detail-summary__price__label, .ux-iws-shop-item-detail-summary__price__sum {
  width: 50%;
}
@media only screen and (min-width: 568px) {
  .ux-iws-shop-item-detail-summary__headline {
    padding: 30px 25%;
  }
  .ux-iws-shop-item-detail-summary__price {
    padding: 10px 25%;
  }
}

.ux-iws-shop-item-detail-buttons {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-shop-item-detail-buttons {
    display: block;
  }
}

/*# sourceMappingURL=shop-item-detail.css.map */
