#wasc_cart {
    position: fixed;
    background-color: #ffffff;
    bottom: 25px;
    padding: 12px 12px 6px;
    border-radius: 14px;
    margin: 10px;
    box-shadow: 0 1px 4px 0;
    z-index: 999999;
    cursor: pointer;
}
.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;
}
.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;
}
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: 'Font Awesome 5 Free';
    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: absolute;
    bottom: 0;
    padding: 0px 8px 2px 0px;
    box-sizing: border-box;
    background: white;
    width: 96%;
}
.wasc-cart-listing-table {
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    height: 60px;
}
.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: center;
}
.wasc-shipping-total .subtotal-wasc-amount {
    font-weight: bold;
    font-size: 20px;
}
.subtotal-wasc h4 {
    margin-bottom: 0px;
    font-size: 25px;
}
input#wasc_quantity {
    width: 40%;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px;
}