/*
Theme Name: theme
Theme URI: theme
Author: theme
Author URI: theme
GitHub Theme URI: theme
Text Domain: theme

*/
.btn-primary-2{
    height: unset !important;
}

.wrapp-btn-add-to .single_add_to_cart_button{
    background: #ffa9c5 !important;
    margin-right:12px !important;
}

.wrapp-order-product-add-to-favourite .wrapp-quantity {
    margin-right: 12px;
    width: 128px;
    height: 54px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #1d1d1d;
    font-family: Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    padding-top: 0 !important;
}

.wrapp-order-product-add-to-favourite .wrapp-quantity .btn-qty {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 0 4px;
    line-height: 1;
}

.wrapp-order-product-add-to-favourite .wrapp-quantity .productQty {
    border: none;
    width: 40px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    background: transparent;
}

.wrapp-order-product-add-to-favourite .wrapp-quantity .productQty::-webkit-outer-spin-button,
.wrapp-order-product-add-to-favourite .wrapp-quantity .productQty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wrapp-order-product-add-to-favourite .wrapp-quantity .productQty[type=number] {
    -moz-appearance: textfield;
}