/* עיצוב הוספה לסל באזור "אולי תאהבי גם" בעגלה */
body.woocommerce-cart .cross-sells .add_to_cart_button,
body.woocommerce-cart .cross-sells a.button.add_to_cart_button,
body.woocommerce-cart .cross-sells .button.product_type_simple,
body.woocommerce-cart .cross-sells .button.ajax_add_to_cart {
    background: #4FB3C8 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.woocommerce-cart .cross-sells .add_to_cart_button:hover,
body.woocommerce-cart .cross-sells a.button.add_to_cart_button:hover,
body.woocommerce-cart .cross-sells .button.product_type_simple:hover,
body.woocommerce-cart .cross-sells .button.ajax_add_to_cart:hover {
    background: #3AA2B8 !important;
    color: #ffffff !important;
}