.wasc_cart_count {
    position: absolute;
    top: 0;
    left: 0;
    background: #9c27b0;
    color: #fff;
    width: 28px;
    height: 28px;
    padding: 0 5px;
    border-radius: 50%;
    line-height: 28px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.wacs-item-quantity input {
    border-radius: 0!important;
    border: 1px solid #000;
}
a.wasc_close {
    float: left;
}
.wasc-cart-listing-table:empty:after {
    content: "Leider ist dein Warenkorb leer. \A Fülle ihn doch mit etwas schönem aus unserem Sortiment";
    position: relative;
    height: 100%;
    width: 100%;
    white-space: pre-line;
}
.wasc-cart-listing-table:lang(en):empty::after {
    content: "Your cart is currently empty! \A Please go and shop something cool :)";
    position: relative;
    height: 100%;
    width: 100%;
    white-space: pre-line;
}
.wasc-cart-listing-table:empty:before {
    content: "Fashion Made for you";
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
}
.wasc_cart_icon span {
    color: #000000;
    font-size: 35px;
    display: unset;
}
div.sideactive {
    right: 300px !important;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}
#wasc-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    cursor: pointer;
    z-index: 10000;
    display: none;
    opacity: .5;
}
#wasc-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#wasc-cart-wrap.speed-in {
    right: 0;
}
#wasc-cart-wrap {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
}
#wasc-cart-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    padding: 10px 10px 0px 10px;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.wasc-cart-header {
    flex-shrink: 1;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.wasc-wrapper-inner {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
}
h4.wasc-side-title {
    text-align: center;
    margin-bottom: 6px;
}
div#wasc-cart-wrap hr {
    height: 0.5px !important;
    margin-bottom: 11px;
}
a.wasc-remove-item {
    position: absolute;
    top: 1em;
    left: 0;
    opacity: 1;
}
a.wasc-remove-item {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
a.wasc-remove-item::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Fontawesome';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
.wacs-item-thumb {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80px;
}
.wacs-item-info {
    display: inline-block;
    font-size: calc(11rem / 16);
    letter-spacing: .5px;
    margin-left: 4%;
    text-align: left;
    vertical-align: middle;
    width: 55%;
}
.wacs-item-action {
    display: inline-block;
    font-size: calc(13rem / 16);
    width: 5%;
}
.wacs-item-title {
    color: black;
    font-size: 12px;
    line-height: 12px;
}
.wacs-item-price,
.wacs-item-sku,
.wacs-item-quantity {
    color: #7c7c7c;
}
.wasc-cart-listing-table .item-wasc-cart {
    margin-bottom: 15px;
    position: relative;
}
.wasc-cart-buttons a {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ccc;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 14px;
    color: black;
}
.wasc-cart-footer {
    position: relative;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
    background: white;
    width: 100%;
    flex-shrink: 1;
}
.wasc-cart-listing-table {
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    flex-grow:1;
}
.wasc-cart-listing-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    background-color: #F5F5F5 !important;
}
.wasc-cart-listing-table::-webkit-scrollbar {
    width: 8px !important;
    background-color: #F5F5F5 !important;
}
.wasc-cart-listing-table::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #cccccc !important;
}
@-webkit-keyframes dashicons-arrow-right-alt {
  0% { -webkit-transform: translateX(0); opacity: 0.4 }
  100% { -webkit-transform: translateX(-0.4em); opacity: 0.9 }
}
a.wasc_close span {
    color: #727272;
    font-size: 18px;
    position: absolute;
    top: 17px;
    left: 12px;
    -webkit-animation: dashicons-arrow-right-alt 0.6s infinite alternate ease-in-out;
}
.item-wasc-cart img.wasc-loader {
    position: absolute;
    left: 35px;
    top: 25px;
    margin: auto;
    opacity: 1;
    background: #ccc;
}
.wasc_hide_footer a .dashicons {
    color: #727272;
    font-size: 18px;
    position: absolute;
    top: -24px;
    -webkit-animation: dashicons-arrow-down-alt 0.6s infinite alternate ease-in-out;
}
.wasc_hide_footer {
    position: relative;
}
@-webkit-keyframes dashicons-arrow-down-alt {
    0% { -webkit-transform: translateY(0); opacity: 0.4 }
    100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}
.wasc-shipping-total {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
}
.wasc-shipping-total .subtotal-wasc-amount {
    font-weight: bold;
    font-size: 20px;
}
/* .wasc-shipping-total .wacs-item-strike-price,
.wasc-shipping-total .subtotal-without-discount-wasc-amount {
    display: none;
} */
.subtotal-wasc h4 {
    margin-bottom: 0px;
    font-size: 25px;
}
input#wasc_quantity {
    width: 40%;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px;
}

/**
* WOOCOMMERCE CART
*/
.item-wasc-cart[data-is-giveaway="true"] .wacs-item-quantity {
    display: none!important;
}
a.wasc_close {
    float: inherit!important;
}
.wasc-cart-buttons a {
    width: 96%!important;
    display: block!important;
    text-align: center!important;
    background: #fff!important;
    margin-bottom: 5px!important;
    padding: 5px!important;
    font-size: 14px!important;
    color: black!important;
    border: 1px solid #000!important;
}
a.btn.btn-sl-blue {
    background: #000!important;
    color: #fff!important;
    margin-bottom: 50px!important;
}
#wasc-cart-wrap span.taxhinweisversand {
	display:none!important;
}
.display-none-important {
	display: none!important;
}
#wasc-cart-wrap .h4 {
font-size: 0.8rem!important;

}
.wasc-shipping-total .subtotal-wasc-amount {
    font-weight: normal!important;
	font-size: 1.2rem!important;
}
a.wasc-remove-item::before {
	content: "x"!important;;
	font-family: "Raleway"!important;;
}
div#warenkorb_free_shipping {
    min-height: 50px;
}

.ApplePayButton {
    border-radius: 0!important;
}
.woocommerce-cart .qodef-title-holder,
.woocommerce-cart .qodef-title-wrapper {
    height: auto!important;
}
#wasc-cart-wrap.cart_empty #wasc-crossselling,
#wasc-cart-wrap.cart_empty .wasc-cart-coupon-used,
#wasc-cart-wrap.cart_empty #wasc-cart-coupon,
#wasc-cart-wrap.cart_empty #wasc-cart-free-shipping {
    display: none;
}
#wasc-cart-wrap .wasc-shipping-total .subtotal-wasc-amount {
    font-weight: bold!important;
    color: #333!important;
}
.wasc-cart-header a.wasc_close:after {
    float: right;
    content: "weiter einkaufen";
    font-size: 0.8em;
    display: block;
    position: absolute;
    right: 10px;
    width: auto;
    top: 0;
    transform: translateY(12px);
}
a.wasc_close i {
    display: none;
}
#wasc-cart-wrap .h4 {
    font-size: 0.9rem!important;
}
#wasc-cart-wrap p.wc-gzd-cart-info.delivery-time-info {
    display: none;
}
#wasc-cart-wrap p.wc-gzd-cart-info.units-info {
    margin: 0;
    font-size: 0.9em;
    margin-top: 5px;
    color: #7c7c7c;
}
#wasc-cart-wrap a.item-name {
    font-size: 1.2em;
}
#wasc-cart-wrap .wacs-item-price {
    font-size: 1em;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
#wasc-cart-wrap .wacs-item-price > span.woocommerce-Price-amount.amount:first-child {
    font-size: 1.2em!important;
}
#wasc-cart-wrap .wacs-item-quantity {
    display: flex;
    align-items:center;
}
#wasc-cart-wrap .wacs-item-quantity input {
    border-radius: 0!important;
    border: 0px solid #000;
    width: inherit!important;
    max-width: 25px;
    text-align: center!important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}
#wasc-cart-wrap #wasc_quantity {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

#wasc-cart-wrap #wasc_quantity::-webkit-inner-spin-button,
#wasc-cart-wrap #wasc_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
#wasc-cart-wrap button.wasc-side-cart-minus, 
#wasc-cart-wrap button.wasc-side-cart-plus {
    border: 1px solid #e4e4e4;
    padding: 0;
    margin: 0;
    flex-shrink: 1;
    padding: 0 7px;
    background: #fff;
    border-radius: 4px;
    height: 25px;
    color: #7c7c7c;
}
#wasc-cart-wrap button.wasc-side-cart-minus:before {
    content: "-";
    color: #000;
    display: block;
    position: relative;
    width: 10px;
    font-size: 1em;
}
#wasc-cart-wrap button.wasc-side-cart-plus:before {
    content: "+";
    color: #000;
    display: block;
    position: relative;
    width: 10px;
    font-size: 1em;
}
#wasc-cart-wrap a.wasc-remove-item::before {
    content: "\f1f8"!important;
    font-family: "Font Awesome\ 5 Free";
    color: #ccc!important;
}
#wasc-cart-wrap .wasc-cart-listing-table .item-wasc-cart {
    margin: 10px 0;
    position: relative;
}
#wasc-cart-wrap .wasc-shipping-total {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

#wasc-cart-wrap .wasc-shipping-total .h4 {
    font-size: 1rem!important;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #000;
}
#wasc-cart-wrap .wasc-shipping-total span.h4:after {
    content: "(inkl. MwSt)";
    font-size: 0.7em;
    margin-left: 2px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
}
#wasc-cart-wrap a.btn.btn-sl-blue {
    margin-bottom: 5px!important;
}
#wasc-cart-wrap .wasc-cart-footer-express-checkout #wc-stripe-payment-request-wrapper {
    margin: 0;
    padding: 0!important;
}
#wasc-cart-wrap .wasc-cart-footer-express-checkout {
    margin-bottom: 50px !important;
}
div#wasc-cart-coupon {
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
div#wasc-cart-coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
input#wasc-cart-coupon-input {
    border: 1px solid #e7dcd2;
    margin: 0;
    padding: 5px;
    margin-right: 5px;
    font-size:16px;
}
button.wasc-cart-coupon-input {
    padding: 5px 10px;
    border: 1px solid #e7dcd2;
    height: 100%;
    background: #e7dcd2;
    color: #333;
}
div#wasc-cart-free-shipping {
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    overflow: hidden;
}
#wasc-cart-wrap div#wasc-cart-free-shipping {
    overflow:hidden;
    min-height: 35px;
}
span.wasc-crossselling-name {
    height: 3em;
}
.wasc-cart-free-shipping-strahl-info {
    display: flex;
    flex-direction: row;
    font-size: 0.9em;
}
span.freeshipping-amount {
    font-weight: bold;
}
span.freeshipping-text {
    margin-left: 5px;
}
.wasc-cart-free-shipping-strahl-wrapper {
    width: 100%;
    height: 3px;
    background:  #e7dcd2;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.wasc-cart-free-shipping-strahl-wrapper > span {
    display: block;
    position: absolute;
    top: -13.5px;
    left: 10%;
    color: #000;
}
.wasc-crossselling-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.wasc-crossselling-title {
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
}
.wasc-crossselling-collapse {
    align-content: start;
    align-items: start;
    background: #e7dcd2;
    padding: 0px 5px;
    margin: 0;
}
span.wasc-crossselling-toggler {
    position: relative;
    color: #000;
    border: none;
    display: flex;
    padding: 5px;
    background: #e7dcd2;
}
span.wasc-crossselling-toggler i {
    color: #000;
    display: block;
    font-family: "Font Awesome\ 5 Free";
    font-size: 1em;
    text-align: center;
}
.open span.wasc-crossselling-toggler i {
    transform: rotate(90deg);
}
div#wasc-crossselling {
    margin-bottom: 10px;
}
.wasc-crossselling-produkt-wrapper ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 10px;
}
.wasc-crossselling-produkt-wrapper li {
    min-width: 100px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}
.wasc-crossselling-product-add .js--quickaddtocartbutton {
    background: #e7dcd2;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 0.6em!important;
    margin: 0;
    border: 0;
}
.wasc-crossselling-produkt-wrapper {
    display: none;
}
.wasc-crossselling-produkt-wrapper.open {
    display: block;
    position: relative;
}
.wasc-crossselling-product-meta {
    font-size: 0.9em;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#wasc-crossselling ul::-webkit-scrollbar-thumb {
    background: #000;
}
#wasc-crossselling ul::-webkit-scrollbar {
    background: #ccc;
    height: 2px;
}
#wasc-crossselling ul::-webkit-scrollbar {
    background: #ccc;
    height: 2px;
}
.wasc-crossselling-product-add .qodef-btn.qodef-btn-simple .qodef-btn-text:after, 
.wasc-crossselling-product-add .qodef-btn.qodef-btn-simple .qodef-btn-text:before {
    height: 0;
}
.wasc-cart-coupon-used ul {
    display: block;
    list-style: none;
    margin: 0 0 10px;
}
li.wasc-side-coupon-li {
    width: 100%;
    display: flex;
    font-size: 0.9em;
    justify-content: space-between;
}
span.wasc-activated-coupons {
    font-weight: bold;
    font-size: 0.9em;
}
#wasc-cart-wrap .alert.alert-error {
    width: 100%;
    background: rgb(255 0 0 / 30%);
    padding: 0 10px;
    font-size: 0.9em;
    color: #333;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgb(255 0 0 / 60%);
    border-radius: 5px;
    color: rgb(255 0 0 / 60%);
}
#wasc-cart-wrap .woocommerce-error::before {
    display: none;
}
#wasc-cart-wrap .alert.alert-success {
    width: 100%;
    padding: 0 10px;
    font-size: 0.9em;
    color: #333;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
div#wasc-crossselling-produkt-wrapper {
    position: relative;
}
#wasc-crossselling-produkt-wrapper .js--quickaddtocartbutton_wrapper {
    position: inherit;
}
#wasc-crossselling-produkt-wrapper .js--quickaddtocartbutton_popup.open {
    width: 100%!important;
    left: 0;
    right: 0;
    transform: translate(0);
}
#wasc-crossselling-produkt-wrapper .js--quickaddtocartbutton_number_wrapper {
    align-items: center;
    background-color:  #e7dcd2;
    padding: 5px;
}
#wasc-cart-wrap .woocommerce-message,
#wasc-cart-wrap .woocommerce-error,
#wasc-cart-wrap .woocommerce-info {
    padding: 0 10px!important;
    margin: 10px 0!important;
    font-size: 0.9em!important;
    text-align: center;
}
.wasc-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wasc-cart-buttons a {
    flex-basis: 45%;
    display: flex!important;
    float: inherit!important;
    justify-content: center;
}
#wasc-cart-wrap a.btn.btn-sl-blue {
    flex-basis: 100%;
    flex-grow: 1;
    font-size: 1rem!important;
}
.overlay-on {
    display: flex!important;
    z-index: 9999999;
    background: rgb(255 255 255 / 80%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1024px) {
    #wasc-crossselling ul::-webkit-scrollbar {
        height: 4px;
    }
}