
.new-product  .btn-add-to-cart,
.most-popular-cat-tab  .btn-add-to-cart,
#shop-listing .btn-add-to-cart,
.submit-customer-satisfaction-btn{
    background-color: #fff;
    border: 1px solid #626ABB;
    color: #626ABB;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    display: inline-flex;
    padding: 10px 15px;
    /* min-width: 65%; */
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 11%);
    /* z-index: 1; */
    overflow: hidden;
}
.new-product  .btn-add-to-cart svg,
.most-popular-cat-tab  .btn-add-to-cart svg,
#shop-listing .btn-add-to-cart svg,
.submit-customer-satisfaction-btn svg {
    color: #626ABB;
}

.quantitybox{
    background-color: transparent;
}
.quantitybox .quantity .qty {
    border: 1px solid #dae2e6;
    border-radius: 5px;
    background: #fff !important;
    font-size: 15px;
}

#special-offer-product .floating-wishlist{
    top: 15%;
}

.btn-add-to-cart-new{
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    display: inline-flex;
    padding: 10px 15px;
    font-size: 12px;
}

.add_to_cat_new svg{
margin:  0 5px;
}

.add_to_cat_new{
    text-align: center;

}