.my-popup {
    position: fixed;
    top: 120px;
    right: 30px;
    width: 300px;
    background: #f3f3f3;
    display: none;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.my-popup-box {
    padding: 25px;
    text-align: center;
}

.popup-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 13px;
}

.popup-product img {
    width: 70px;
    margin-bottom: 10px;
}

.popup-btn {
    display: block;
    margin: 10px 0;
    padding: 12px;
    background: linear-gradient(180deg,#f10b8f,#d6007a);
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize !important;
    font-family: Inter, sans-serif;
    font-size: 12px !important;
    color: white;
}

.left-c{
    float: left;
}

.right-c{
    float: left;
}

.popuptitle-cart{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: .5rem;
    margin-top: 0;
}
.popup-close {
    /*margin-top: 10px;*/
    font-family: Inter, sans-serif;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 1rem;
    font-weight: 400;
    color: #000;
    font-size: 10px;
}

#my-enquiry-popup {
    background: white;
    color: #222;
}

#my-enquiry-popup .popup-title,
#my-enquiry-popup .popup-product p,
#my-enquiry-popup .popup-close {
    color: #222;
}

#my-enquiry-popup .popup-btn {
    color: #fff;
}

#my-enquiry-popup .popup-count {
    color: #fff;
}