.wpt-new-footer-cart {
    background: #0093b8;
    color: white;
    position: fixed;
    top: unset;
    right: unset;
    bottom: 35px;
    left: calc(50% - 185px);
    width: 360px;
    height: 65px;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 #0000004d;
    display: flex;
    align-items: center;
    z-index: 999;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
.wpt-foooter-cart-stats-empty {
    display: none;
}
.wpt-new-footer-cart-inside {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: initial;
    position: absolute;
    padding: 10px;
    height: 100%;
    top:0;
    left: 0;
}
.wpt-lister {
    position: absolute;
    background: #ffffff;
    bottom: 80px;
    left: 0;
    width: 100%;
    box-shadow: -2px -1px 25px 0 #00000038;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-top: 3px solid #0a7f9c;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: none;
}
.wpt-new-footer-cart,.wpt-new-footer-cart-inside,.wpt-lister,.wpt-lister .lister-ins,
.wpt-lister ul, .wpt-lister li, .wpt-lister li a,
.lister-ins dl.variation,
.lister-ins dl.variation>*,
.sss{
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
body.wpt-footer-cart-expand .wpt-lister{
    display: block;
}
.wpt-lister .lister-ins {
    padding: 0;
    background: transparent;
    margin: 2px 6px 6px 6px;
    border-radius: 0;
}
.wpt-lister ul, .wpt-lister li, .wpt-lister li a{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.wpt-lister ul, .wpt-lister li{
    list-style: none;
}
.wpt-lister ul {
    max-height: 400px;
    overflow: auto;
}
.wpt-new-footer-cart span.wpt-fcart-coll-expand {
    position: absolute;
    color: #ffffff73;
    height: 5px;
    top: -5px;
    right: 15px;
    width: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    transition: all 0.25s;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
    line-height: 0;
}
.wpt-new-footer-cart span.wpt-fcart-coll-expand.animated{
    animation: wpt-footer-cart-ribbon 0.3s;
    
}
body.wpt-footer-cart-expand .wpt-new-footer-cart span.wpt-fcart-coll-expand.animated{
    animation: none;
}
@keyframes wpt-footer-cart-ribbon {
    from {
        height: 8px;
        top: -8px;
        color: #ffffffa6;
        /* background: rgb(255, 255, 255); */
    }
    to {
        height: 5px;
        top: -5px;

    }
}
.wpt-new-footer-cart:hover span.wpt-fcart-coll-expand,
body.wpt-footer-cart-expand span.wpt-fcart-coll-expand {
    height: 11px;
    top: -11px;
}
.lister-ins dl.variation,.lister-ins dl.variation * {
    display: inline-flex;
    padding: 0;
    margin: 0;
    font-size: 90%;
    font-weight: normal;
}
.lister-ins dl.variation>* {
    padding: 0 3px;
}
.lister-ins dl.variation dt {
    color: black;
    font-size: 85%;
}
.lister-ins li span.quantity {
    margin-left: 8px;
    font-size: 90%;
    font-weight: 400;
    font-style: oblique;
    background: transparent;
    padding: 0;
    white-space: nowrap;
    border-radius: 1px;
    float: none;
}
.lister-ins li {
    border-bottom: 1px solid #0000000f;
}
.lister-ins li:last-child {
    border-bottom: 0 none;
}
.lister-ins li .wpt-cart-remove,
.wpt-cart-contents span.count{
    cursor: pointer;
}
.lister-ins li .wpt-cart-remove:hover{
    color: #d00;
}
.wpt-new-footer-cart-inside a.wpt-view-n {
    text-align: right;
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    line-height: 20px;
}
.wpt-new-footer-cart:hover a.wpt-view-n {
    color: #ffffffad;
}
p.wpt-product-notfound-cart {
    width: 100%;
    padding: 0;
    margin: 0;
}
.wpt-new-footer-cart:hover a.wpt-view-n i.wpt-bag {
    color: white;
}
.wpt-cart-contents {
    background: #00000014;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-left: 2px;
    overflow: hidden;
    align-items: center;
    gap: 0;
    font-size: 17px;
    line-height: 20px;
}
.wpt-cart-contents span.woocommerce-Price-amount.amount,
.wpt-cart-contents span.count,
.wpt-cart-contents span.wpt_empty_cart_btn
{
    padding: 5px;
}
.wpt-cart-contents span.woocommerce-Price-amount.amount {
    color: white;
}
.wpt-cart-contents span.count {
    background: #00000021;
    padding-left: 6px;
    color: white;
}
body.wpt-footer-cart-expand .wpt-cart-contents span.count {
    background: #0000006b;
}
.default_wrapper table#wpt_table.wpt_product_table a.added_to_cart.wc-forward {
    display: block;
    width: 100% !important;
    background: transparent;
    clear: both;
    padding: 0;
    margin: 0;
}
.wpt-cart-contents span.wpt_empty_cart_btn {
    cursor: pointer;
    opacity: 1;
    padding-left: 1px;
    padding-right: 1px;
    color: #ffffffd6;
}
.wpt-cart-contents span.wpt_empty_cart_btn:hover {
    color: #ffeb3b;
}
.lister-ins>ul>li {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 4px;
    padding-top: 4px;
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    gap: 10px;
    align-items: self-end;
}
span.wpt-vc-right {
    width: 66px;
}
/* span.wpt-vc-left {
    display: flex;
    align-items: self-end;
} */
.lister-ins>ul>li i.wpt-cart-remove.wpt-trash-empty {
    margin-bottom: auto;
}
.lister-ins>ul>li.wpt-cart-subtotal {
    font-weight: bold;
    color: black;
    border-top: 1px solid #01010159;
}
.wpt-fcart-anim::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: wpt-footer-cart-away;
    animation-name: wpt-footer-cart-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
    background: #00000042;
}
@-webkit-keyframes wpt-footer-cart-away {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.3,2);
        transform: scale(1.3,2);
    }
}

@keyframes wpt-footer-cart-away {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.3,2);
        transform: scale(1.3,2);
    }
}


/******For Mobile Device*******/

@media only screen and (max-width: 768px){
    .wpt-new-footer-cart,
    body.wpt_device_mobile .wpt-new-footer-cart {
        border-radius: 0;
        width: 100%;
        left: 0;
        bottom: 69px;
    }
}
/* .wpt-new-footer-cart-inside span.fc-add-to-cart-selected {
    position: absolute;
    background: #007694;
    top: -22px;
    left: 13px;
    min-width: 55px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 22px;
    padding: 2px 10px;
    cursor: pointer;
} */
.wpt-new-footer-cart-inside span.fc-add-to-cart-selected {
    position: absolute;
    background: #007694;
    top: 16px;
    left: -55px;
    min-width: 55px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 31px;
    padding: 6px;
    cursor: pointer;
    text-align: left;
    border-right: 1px solid #006078;
}