/* Round button radius */
.button, .call-back-feature button, .commercekit-order-bump .ckobp-actions button, .pdp-complementary--add-to-cart a, input[type="button"], input[type="reset"], input[type="submit"], .srfm-form-container .srfm-button, .wiserrw-review-card-link {
	border-radius: 30px !important;
}

/* Letterspacing and styling for all sentence case secondary buttons */
.call-back-feature button, .fibofilters-show-more, .fc-step__substep-save, .fc-step__next-step, .wiserrw-review-card-link {
	letter-spacing: 1.2px !important;
}

/* This targets common sticky bar classes from CommerceKit/WooCommerce */
form.variations_form #ckwtl-button3, button.sticky-ckwtl-button3, #cgkit-mobile-commercekit-sticky-atc button, li#cgkit-tab-commercekit-sticky-atc-title button, #cgkit-waitlist-trigger, #cgkit-waitlist-submit, form.variations_form #cgkit-waitlist-button, button.cgkit-sticky-waitlist-button, ul.products li.product .button, ul.products li.product .added_to_cart {
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
	border-radius: 30px !important;
}

/* Decrease size of CommerceKit swatches */
.cgkit-as-wrap-plp .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.button-fluid {
    padding: 6px 9px !important;
}

@media (max-width: 770px) {
    .cgkit-as-wrap-plp .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button {
        width: auto !important;
        height: auto !important;
    }
}

/* Change colour of Order Bumps price */
.commercekit-order-bump .ckobp-price, .commercekit-order-bump .ckobp-price ins {
	color: #243f2f!important;
}

