/*
Theme Name:   Arangi Child Theme
Theme URI:    http://hn.arrowpress.net/arangi/
Description:  Arangi - Organic WooCommerce Theme.
Author:       AHT
Author URI:   http://arrowhitech.com/
Template:     arangi
Version:      1.0
License:      
License URI:  
Tags:         one-column, two-columns, right-sidebar,  custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:  arangi-child
*/

.woocommerce-cart-form__cart-item.cart_item .quantity .qty-number:last-of-type{
        left: auto;
    right: 0px;
}

.woocommerce-cart-form__cart-item.cart_item .quantity > p:first-of-type{
    display:none;
}

.woocommerce-cart-form__cart-item.cart_item .quantity .input-text.qty.text{
    padding: 12px 0px;
    display: inline-block;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon{
    display: flex;
    float:none;
}

.wc-proceed-to-checkout a br{
    display: none;
}

.banner-image-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.banner-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.banner-button {
    background: #000 !important;
    color: #fff !important;
}

.banner-button:hover,
.banner-button:focus {
    background: #fff !important;
    color: #000 !important;
}

.blog.post-single a,
.blog.post-single a:hover {
		text-decoration: underline !important;
}

/* Responsive banner buttons for mobile */
@media (max-width: 768px) {
  .banner-buttons {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; /* Adjust spacing between buttons */
    bottom: 0px;
    left: 0px;
  }

  .banner-button {
    width: auto;
    min-width: 120px; /* Optional: ensure buttons have consistent width */
  }
}