/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Your Name
Author URI: Your Website URL
Description: A child theme for Kadence Theme.
Version: 1.0.0
Template: kadence
Text Domain: kadence-child
*/

/* Add your custom CSS below this line */

.rtl .kadence-woo-cart-form-wrap .e-cart-totals.e-cart-section{ display: flex; }
.rtl .kadence-woo-cart-form-wrap form.woocommerce-cart-form .cart-summary{ display: none; }
@media screen and (min-width: 1025px) {
    .rtl .kadence-woo-cart-form-wrap .cart-collaterals {
        width: 100%;
    }
}

.bookly-css-root .bg-bookly, 
.bookly-css-root .grid a.selected,
.bookly-css-root .hover\:bg-bookly:hover{
    background-color: #1564A0 !important;
} 
.bookly-css-root .text-bookly:not(:hover){
    color: #1564A0 !important;    
}
.bookly-css-root .border-bookly{
    border-color: #1564A0 !important;   
}

.coaching-box-package{ position: relative; padding-bottom: 50px !important; }
.coaching-box-package .learn-more-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
}