.amelia-iframe .am-dialog-popup .el-overlay-dialog{
    background-color: white;
}

.amelia-iframe .am-dialog-popup .el-overlay-dialog .el-dialog{
    margin: 0 !important;
    max-width: unset;
    border-radius: 0;
}

.amelia-iframe .am-dialog-popup .el-dialog__header .el-dialog__headerbtn{
    display: none;
}
.amelia-iframe .am-dialog-popup .am-elf__footer .am-button--secondary{
    display: none !important;
}

td > .amelia-addon-set-item{
    display: flex;
    flex-wrap: wrap;
}

.amelia-addon-set-item{
    padding-bottom: 15px;
    display: inline-grid;
    width: 100%;

}

.site-footer-below-section-1{
    display: flex;
    gap: 15px;
}

.site-footer-below-section-1 > div{
    width: fit-content;
    margin-bottom: 0;
}
@media (max-width: 921px){
    .site-footer-below-section-1{
        flex-direction: column-reverse;
        gap: 0;
    }

    .site-footer-below-section-1 > div{
        width: auto;
    }

    .site-footer-below-section-1 > div .ast-nav-menu{
        display: flex !important;
        gap: 15px;
    }

    .site-footer-below-section-1 > div .ast-nav-menu a{
        padding: 0 !important;
    }
}
.amelia-v2-booking #amelia-container .am-els__wrapper .am-ec {
    box-shadow: rgb(209, 213, 215) 0px 2px 2px -1px, rgba(209, 213, 215, 0.3) 0px 0px 11px, rgb(15, 97, 138, 100) 8px 0px 0px inset !important;
}

/*
 *  WooCommerce
 */

.amelia-addon-frame #customer_details{
    display: none;
}

.woocommerce-page.woocommerce-checkout .amelia-addon-frame .checkout #order_review_heading{
    width: 100%;
    border-style: none !important;
}

.woocommerce-page.woocommerce-checkout .amelia-addon-frame .checkout #order_review{
    width: 100%;
    border-style: none !important;
}

.amelia-addon-frame{
    max-width: 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background-color: #00000080;
    min-height: 100vh;
    height: fit-content;
}

.amelia-addon-frame > div{
    max-width: 650px !important;
    max-height: max-content;
    margin: 8vh auto 0;
    border-radius: 8px;
    border-style: solid;
    border-width: thin;
    border-color: rgb(209, 213, 219);
    background-color: white;
}

.amelia-addon-frame #place_order{
    background-color: #265CF2;
}
.amelia-addon-frame #place_order:hover{
    background-color: rgba(38, 92, 242, 0.8);
}

.amelia-addon-frame .product-name .variation{
    display: none;
}

.woocommerce-js .languageSelector{
    padding: 6px 2em 6px 10px;
}