/* Theme Name: Mellis Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of mellis
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: mellis
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  mellis-child
*/

.amelia-v2-booking #amelia-container.am-fc__wrapper .am-fcl__item-content {
    position: relative;
    display: flex;
    width: 100%;
    background-color: var(--am-c-fcl-card-bgr);
    padding: 0 0 52px;
    border-left: 7px solid #E0ACE5 !important;
}
.amelia-v2-booking #amelia-container.am-fc__wrapper .am-fcl__item-segments__item-icon {
    font-size: 24px;
    color: #E0ACE5 !important;
}
.amelia-v2-booking #amelia-container .am-button.am-button--filled {
    --am-c-btn-bgr: #E0ACE5 !important;
    --am-c-btn-text: var(--am-c-btn-second);
    --am-c-btn-border: #E0ACE5 !important;
    background-color: var(--am-c-btn-bgr);
    color: var(--am-c-btn-text);
    border: 1px solid var(--am-c-btn-border);
}
.amelia-v2-booking #amelia-container .am-button.am-button--filled:not(.is-disabled):hover {
    --am-c-btn-bgr: #E0ACE5 !important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-info__inner span[class*=am-icon] {
    flex: 0 0 auto;
    font-size: 24px;
    color: #E0ACE5 !important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-price {
    color: #E0ACE5 !important;
    background-color: rgb(167 172 185 / 18%);
}

.amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--am-fs-asdvsc-slot);
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    padding: 7px;
    border: 1px solid #E0ACE5 !important;
    border-radius: var(--am-rad-advsc-slot);
    background-color: #E0ACE5 !important;
    cursor: pointer;
}