/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.kadencewp.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Jahid Mirza
 Author URI:   https://www.kadencewp.com/
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*Buy now btn in Products*/
.buy-now-button {
    background-color: #ff6a00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
.buy-now-button:hover {
    background-color: #e65c00;
}

.woocommerce ins {
	text-decoration: none !important;
	border: none !important;
}

.woocommerce ins .amount {
	text-decoration: none !important;
	border: none !important;
}

.wpmirza-meta-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.wpmirza-custom-rating,
.wpmirza-sales-count {
    font-size: 14px;
    color: #555;
}
.woocommerce .price del {
    color: #999; /* Make it grey or any color you like */
    font-size: 0.8em; /* Make it smaller */
}

.woocommerce .price ins {
    color: red; /* Main price color */
    font-weight: bold;
    text-decoration: none;
}

.quantity {
    display: flex;
    align-items: center;
}

.qty-up,
.qty-down {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px;
    line-height: 1;
}

