/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Kadence
Author URI:     https://nichegeeky.com/
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* BUY NOW Button CSS */

.woocommerce .quantity.spinners-added .qty {
    width: 1.3em;
}
.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	padding: 0 8px;
}


.button.wc-buy-now-btn {
    background-color: #00ac00 !important;
	  color: #fff !important;
    margin-right: 10px !important;
    margin-left: 6px !important;
}

.button.wc-buy-now-btn:hover {
    background-color: #33c033 !important;
}

@media only screen and (max-width: 768px) {
    .button.wc-buy-now-btn {
        margin-bottom: 10px;
    }
}

/* BUY NOW Button CSS END */

.header-search-bar .search-field {
		padding-left: 16px;
    border-radius: 30px;
}

.header-mobile-search-bar .search-field {
    border-radius: 20px;
}
