/*
Theme Name: Babybo
Theme URI: http://wpbingosite.com/wordpress/babybo/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Babybo is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: babybo*/
.wc-block-cart__submit-button {
    background: #ff8441;
    color: #fff;
    border-radius: 3px;
}
.wc-block-cart__submit-button:hover {
    color: #fff;
    background: #000;
}
.wc-block-components-checkout-place-order-button{
	background: #ff8441;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  position: relative;
}

.wc-block-components-radio-control-accordion-option--checked-option-highlighted:before {
    content: "✔";
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background: #1a3dfd;
    border: 1px solid #092df1;
}
