div#overlay-popup-bp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000099;
    z-index: 99999;
}

.ctn.ctn-popup-request {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    width: 660px;
    border-radius: 30px;
}

.ctn.ctn-request-age p {
    display: flex;
    gap: 10px;
}

.ctn.ctn-request-age {
    padding-top: 30px;
}

.title-popup.h1 {
    color: #000000;
    font-size: 20px;
    margin: 15px 0;
    font-family: "Anisette", sans-serif;
    border: 3px solid #ff5d2c;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
}

button.btn.btn-valided {
    background-color: #ff5d2c;
    color: #fff;
    font-family: "Anisette", sans-serif;
    border: 1px solid #ff5d2c;
    border-radius: 0;
}

button.btn.btn-valided:hover {
    background-color: #fff;
    color: #ff5d2c;
}

.fw-600 {
    font-weight: 600;
}

.title-popup.h2 {
    color: #000000;
    margin-top: 30px;
    font-family: "Anisette", sans-serif;
    font-size: 20px;
}

.ctn.ctn-message.invalided-message {
    padding-top: 30px;
}

.ctn.ctn-message.invalided-message p.p {
    color: red;
}

img.custom-logo {
    width: 120px;
}

p.p.title-popup.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ctn.ctn-datepicker-age {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

input#datepicker-age {
    max-width: 200px;
    border-radius: 0;
    position: relative;
    border-color: #000 !important;
    color: #000;
}

p.p.p-ctn-datepicker {
    position: relative;
}

p.p.p-ctn-datepicker  img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

div#ui-datepicker-div .ui-datepicker-title {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

div#ui-datepicker-div a.ui-corner-all {
    top: 50%;
    transform: translateY(-50%);
}

div#ui-datepicker-div .ui-datepicker-header {
    background-color: #ff5d2c5e;
    border-color: #ff5d2c5e;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td:not(.ui-datepicker-unselectable.ui-state-disabled) a {
    background-color: #ff5d2c5e;
    border-color: #ff5d2c5e;
    color: #000;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
div#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-active {
    background-color: #ff5d2c !important;
    color: #fff !important;
    border-color: #ff5d2c !important;
}

div#ui-datepicker-div select.ui-datepicker-month, div#ui-datepicker-div select.ui-datepicker-year {
    width: 50%;
}

div#ui-datepicker-div {
    font-family: "FilsonPro", sans-serif;
    border-color: #ff5d2c;
    margin-top: 2px;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
    border: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: #ff5d2c !important;
    color: #fff !important;
}

.page .cirkus-mega-menu nav.e-n-menu button.e-n-menu-toggle + .e-n-menu-wrapper {
    width: 260px!important;
    position: absolute !important;
    top: 25px !important;
    left: unset !important;
    transition: max-height 1s !important;
    display: block !important;
    overflow: hidden;
}

.page .cirkus-mega-menu nav.e-n-menu button.e-n-menu-toggle[aria-expanded="false"] + .e-n-menu-wrapper {
    right: 0px !important;
    max-height: 0 !important;
}

.page .cirkus-mega-menu nav.e-n-menu button.e-n-menu-toggle[aria-expanded="true"] + .e-n-menu-wrapper {
    right: 0px !important;
    max-height: 300px !important;
}