.cms-popup-box {
    position: fixed;
    right: -500px;
    bottom: -178px;
    text-align: left;
    margin: auto auto 20px;
    padding: 20px;
    line-height: 1.4;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
    word-break: break-word;
    transform: translateY(-100%);
    width: 300px;
    z-index: 999999;
    background: #fff;
    opacity: 0;
    transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.cms-popup-box.active {
    right: 4px;
    opacity: 1;
}
.cms-popup-box .product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cms-popup-box figure {
    max-width: 60px;
    margin-right: 10px;
    margin-bottom: 0;
}
.cms-popup-box .product-detail {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.cms-popup-box .product-detail .product-name {
    color: #222529;
    font-size: 12px;
    font-weight: 700;
}
.cms-popup-box .product-detail .product-name:hover {
    color: #08C;
}
.cms-popup-box .product-detail p {
    font-size: 12px;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.cms-popup-box .product-action .btn {
    min-width: 120px;
    letter-spacing: 0.025em;
    font-size: 11.2px;
    padding: 11.2px 22.4px;
}
.cms-popup-box .product-action .btn.viewcart {
    background-color: #efefef;
    color: #000;
}
.cms-popup-box .product-action .btn.checkout {
    float: right;
}
#quick_view_modal{
    background: #0b0b0b82;
}
.abl_price_currency{
    padding: 0 5px;
}
.abl_add_to_cart, .abl_add_to_cart i, .icon-shopping-cart{
    cursor : pointer!important;
}
table hr{
    margin: 0.5rem auto 0.2rem;
}