/*
Theme Name: Biz Buzz Child Theme
Theme URI: https://fwaxspace.com
Description: Custom child theme for X Space
Author: Biz Buzz LLC
Author URI: https://bizbuzz.biz
Template: Divi
Version: 1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.xspace-cart-recording-notice {
    margin: 0 0 25px;
    padding: 18px 20px;
    border: 2px solid #b18c27;
    background: #e7e7e7;
}

.xspace-cart-recording-notice p {
    margin: 0 0 12px;
}

.xspace-cart-recording-notice ul {
    margin: 0 0 12px 20px;
    padding: 0;
}

.xspace-cart-recording-notice li {
    margin-bottom: 8px;
}
.xspace-cart-recording-notice a.xspace-recording-service-btn {
    display: inline-block;
    color: #040B2A !important;
    border-width: 4px !important;
    background-image: radial-gradient(circle at center, #afaf9a 0%, #b18c27 60%);
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    border: 2px solid #040B2A;
    border-radius: 3px;
    text-decoration: none !important;
}
.product-purchase-note a {text-decoration:underline;}