/* Default & Reset */
html,
body {
    background-color: hsl(0deg, 0%, 100%);
}
body {
    line-height: 1.6;
    font-size: 1.125rem;
}
textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus {
    outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    margin: 0 0 .75em 0;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 20px 0 0 0;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
::-moz-placeholder {
    color: hsl(0deg, 0%, 5%);
}
input:-moz-placeholder {
    color: hsl(0deg, 0%, 5%);
}
:-ms-input-placeholder {
    color: hsl(0deg, 0%, 5%);
}
::-webkit-input-placeholder {
    color: hsl(0deg, 0%, 5%);
}
li {
    display: list-item;
    padding: 0 0 .5em 0;
    list-style-type: disc;
    list-style-position: inside;
}
.daten-item.error ::-moz-placeholder {
    color: #f03c3c;
}
.daten-item.error input:-moz-placeholder {
    color: #f03c3c;
}
.daten-item.error :-ms-input-placeholder {
    color: #f03c3c;
}
.daten-item.error ::-webkit-input-placeholder {
    color: #f03c3c;
}
.b {
    cursor: pointer;
}
a {
    color: hsl(0deg, 0%, 5%);
    text-decoration: none;
}
.a,
a:hover,
a:focus {
    text-decoration: underline;
}
.overlay {
    padding: 0 .5em;
}
.error {
    color: #f03c3c;
    font-weight: normal !important;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.buttons-item {
    width: 100%;
    grid-gap: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.buttons-item .button {
    line-height: 1.2;
    font-size: 1.125rem;
}
/* Form */
form.login-form {
    display: block;
    padding: 0 .5em;
    max-width: 448px;
    margin: 0 0 1em 0;
}
form.login-form label,
form.search-form label {
    left: 1em;
    top: -1.5em;
    display: none;
    font-size: 12px;
    padding: 0 .5em;
    position: absolute;
    color: hsl(0deg, 0%, 5%);
    background-color: hsl(0deg, 0%, 100%);
}
form.login-form .daten-item,
form.search-form .daten-item {
    margin: 0 0 1em 0;
}
form.login-form .daten-item.done,
form.search-form .daten-item.done {
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    background-image: url(/load/images/done.svg);
}
form.login-form .show-hide {
    right: 1em;
    width: auto;
    height: 40px;
    display: none;
    position: absolute;
    font-size: 1.125rem;
    line-height: 2 !important;
}
form.login-form input,
form.search-form input {
    width: 100%;
    height: 40px;
    padding: 0 1em;
    font-size: 1.125rem;
    color: hsl(0deg, 0%, 5%);
    background-color: hsl(0deg, 0%, 100%);
    border: 1px solid hsl(60deg, 10%, 92%);
}
form.login-form .daten-item.error input,
form.search-form .daten-item.error input {
    border: 1px solid #f03c3c;
}
form.login-form button,
form.search-form button {
    width: 100%;
    padding: 1em 1.6em;
    font-size: 1.125rem !important;
}
/* Product Popup */
.product-item {
    padding: 1em;
}
.order-product {
    width: 100%;
    grid-gap: 1em;
    display: grid;
    position: relative;
    background-color: hsl(0deg, 0%, 100%);
    grid-template-columns: 160px auto;
}
.order-product b {
    width: auto;
    display: block;
    max-width: calc(100% - 275px - 2em);
}
.order-product .product-image,
.order-product .product-details {
    margin: 0;
}
.order-product .product-image div.print-files {
    text-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(0deg, 0%, 5%);
}
.order-product .product-image div.print-files-1 {
    width: 80px;
    display: none;
}
.order-product .product-image div.print-files-2 {
    width: 160px;
}
.order-product .product-image div.print-files-1 img,
.order-product .product-image div.print-files-2 img {
    display: block;
    margin: 0 auto;
}
.order-product .price {
  top: 0;
  right: 0;
  width: 275px;
  text-align: right;
  position: absolute;
  margin: 0 !important;
}
/* Order Offer Popup */
.user-preview {
    max-width: 860px;
}
.user-preview .order-label {
    display: block;
}
.user-preview .i-p-item {
    width: 100%;
    grid-gap: 1em;
    display: grid;
    margin: 2em 0 0 0;
    position: relative;
    grid-template-columns: 400px auto;
}
.user-preview .order-product,
.user-preview .order-shipping {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: hsl(0deg, 0%, 100%);
    border: 1px solid hsl(60deg, 10%, 92%);
}
.user-preview .order-product {
    display: block;
    padding: 1.75em;
}
.user-preview .order-shipping {
    padding: 1em;
    grid-gap: 1em;
    display: grid;
    grid-template-columns: 32px auto;
}
.user-preview .order-product b,
.user-preview .order-shipping b {
    width: auto;
    display: block;
    max-width: calc(100% - 275px - 2em);
}
.user-preview .order-product div b {
    color: hsl(0deg, 0%, 5%);
}
.user-preview .order-product b.button {
    display: block;
    margin: .35em 0 0 0;
}
.user-preview .order-product .product-image div.print-files {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid hsl(0deg, 0%, 5%);
}
.user-preview .order-product .product-image div.print-files-1 {
    width: 160px;
    height: 160px;
}
.user-preview .order-product .product-image div.print-files-2 {
    width: 60px;
    height: 60px;
    display: none;
}
.user-preview .order-shipping .date,
.user-preview .order-product .price {
    width: 275px;
    text-align: right;
    position: absolute;
}
.user-preview .order-product .price {
    top: 1.75em;
    right: 1.5em;
    width: 275px;
    margin: 0 !important;
}
.user-preview .order-product .new-price {
    margin: 0 !important;
}
.user-preview .order-product .list-price {
    margin: 0 !important;
    text-decoration: line-through;
}
.user-preview .order-product .all-product-details {
    display: none;
}
.user-preview .order-product .all-product-details b {
    display: inline;
}
.user-preview .order-shipping .date,
.user-preview .order-product .price {
    top: 1em;
    right: 1em;
    line-height: 32px;
    text-align: center;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid hsl(0deg, 0%, 5%);
}
.user-preview .order-shipping .shipper {
    width: 100%;
    max-width: 100%;
}
.user-preview .order-shipping .number {
    width: 24px;
    height: 24px;
    color: hsl(0deg, 0%, 100%);
    line-height: 24px;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(0deg, 0%, 5%);
}
.user-preview .order-shipping .shipping-details .shipping {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px solid hsl(0deg, 0%, 5%);
}
.user-preview .order-invoice,
.user-preview .order-payment {
    width: 100%;
    padding: 1em;
    position: relative;
    margin: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    background-color: hsl(0deg, 0%, 100%);
    border: 1px solid hsl(60deg, 10%, 92%);
}
.user-preview .order-payment .payment {
    float: left;
    max-width: 80%;
}
.user-preview .order-invoice a {
    text-decoration: underline;
}
.user-preview .order-payment .payment-logo,
.user-preview .order-shipping .shipper-logo {
    width: auto;
    height: 48px;
    float: right;
    display: block;
    max-width: 100px;
}
.user-preview .order-invoice div:first-child {
    margin: 0;
}
.user-preview .order-invoice div,
.user-preview .order-product .product-details div,
.user-preview .order-shipping .shipping-details div {
    margin: .35em 0 0 0;
}
.user-preview .total-price-items .total-price-item {
    width: 100%;
    grid-gap: 1em;
    display: grid;
    position: relative;
    grid-template-columns: auto 275px;
}
.user-preview .total-price-items .total-price-item b {
    text-align: right;
}
/* Optimize Shipping */
.s-o-i {
    display: grid;
    grid-gap: 2em;
    padding: 0 .25em;
    grid-template-columns: 1fr 1fr;
}
.s-o-i b {
    display: block;
    font-weight: 500;
}
.s-o-i .ship-option {
    display: grid;
    grid-gap: 1em;
    margin: 2em 0 0 0;
    grid-template-columns: 24px auto;
}
.s-o-i .ship-option .shipping-count {
    height: 24px;
    line-height: 1.25;
    text-align: center;
    color: hsl(0deg, 0%, 100%);
    background-color: hsl(0deg, 0%, 5%);
}
@media screen and (max-width: 48rem) {
h1 {
    font-size: 1.75rem;
}
h2 {
    font-size: 1.65rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.45rem;
}
h5 {
    font-size: 1.35rem;
}
.product-item {
    padding: 0;
}
.order-product {
    grid-template-columns: 1fr;
}
.order-product b {
    max-width: 100%;
}
.buttons-item {
    grid-template-columns: 1fr;
}
.buttons-item .button {
    font-size: 1rem;
}
.s-o-i {
    grid-template-columns: 1fr;
}
.product-item {
    padding: 0;
}
.order-product {
    grid-template-columns: 1fr;
}
.order-product b {
    max-width: 100%;
}
.user-preview .order-invoice,
.user-preview .order-payment {
    width: 100%;
    word-break: break-word;
}
.user-preview .i-p-item,
.user-preview .order-product,
.user-preview .order-shipping {
    width: 98%;
    padding: 0.5em;
    margin: 0 auto 1em;
}
.user-preview .i-p-item,
.user-preview .order-shipping {
    grid-template-columns: 1fr;
}
.user-preview .order-product b,
.user-preview .order-shipping b {
    word-break: break-word;
    max-width: calc(100% - 120px);
}
.user-preview .order-product .price {
    top: .5em;
    right: .5em;
    width: 120px;
    font-size: 14px;
    margin: 0 !important;
}
.user-preview .order-shipping .date {
    top: .5em;
    right: .5em;
}
.user-preview .total-price-items .total-price-item {
    grid-template-columns: 140px auto;
}
}
@media screen and (min-width: 102rem) {
}
@media screen and (min-width: 240rem) {
}