.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: rgba(0,0,0,.5);
    cursor: pointer;
    z-index: 10000;
    display: none;
}
#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;
}