/*
 Theme Name:   Honor Child Theme
 Theme URI:    https://honor.ancorathemes.com/
 Description:  Honor Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     honor
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  honor
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.amelia-v2-booking #amelia-container.am-fs__wrapper {
    display: flex;
    justify-content: center;
    max-width: var(--am-mw-main);
    width: 1600px;
    height: 760px;
    margin: 100px auto;
    border-radius: 8px;
    box-shadow: 0 30px 40px #0000001f;
    transition: max-width .3s ease-in-out;
}
.amelia-v2-booking, .amelia-v2-booking #amelia-container

 {
    background-color: #007bff;
}
.amelia-v2-booking #amelia-container .am-fs-sb {
    flex: 0 0 auto;
    position: relative;
    width: 340px;
	}



.am-adv-select__popper .el-cascader-menu {
    width: 100%;
    min-width: 270px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    line-height: 1.5em;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
	margin-top: 30px;
    color: var(--theme-color-text_dark);
}