/*- anyah:: Things - Notes -------*/
.anyah_notes {
    background-color: #eaf7ff;
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    font-size: 13px;
    gap: 10px;
    line-height: 22px;
    color: #31749d;
    margin-bottom: 20px;
    margin-top: 15px;
}
.anyah_notes.anyah_in {
    margin-top: -15px;
}
.anyah_notes.error {
    background-color: #ffe5e5;
    color: #000;
}
.anyah_notes i {
    font-size: 13px;
    position: relative;
    color: #1773b0;
    top: 4px;
}
.anyah_notes.error i {
    color: #c37272 !important;
}
.anyah_notes.anyah_sing {
    background-color: #eaffeb;
    color: #155518;
}
.anyah_notes.anyah_sing p {
    margin: 0;
    font-size: 15px;
}
/* Header - Currencies ***/
.anyah__carrencies {
    position: relative;
}
.anyah__carrencies.Cntrl {
    margin-left: 38px;
}
.anyah__carrencies a,
.anyah__carrencies label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-size: 18px;
    font-family: "Outfit", sans-serif;
}
.anyah__carrencies a span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.anyah__carrencies img {
    width: 30px;
    position: relative;
    margin-right: 10px;
}
.anyah__carrencies .anyah__carrencies-drop_sec img {
    margin-right: 10px !important;
}
.anyah__carrencies.hover li {
    transition-delay: 300ms;
}
/***** Dropdown *****/
.anyah__carrencies .anyah__carrencies-drop:checked + label {
    opacity: 0.7;
}
.anyah__carrencies label i {
    margin-left: 8px;
    font-size: 13px;
}
.anyah__carrencies .anyah__carrencies-drop:checked + label:before,
.anyah__carrencies .anyah__carrencies-drop:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}
.anyah__carrencies .anyah__carrencies-drop:checked + label:before {
    pointer-events: auto;
}
.anyah__carrencies .anyah__carrencies-drop:not(:checked) + label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.anyah__carrencies .anyah__carrencies-drop:checked + label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.anyah__carrencies .anyah__carrencies-drop_sec {
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0;
    border-radius: 10px;
    display: block;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    width: 300px;
}
.anyah__carrencies .anyah__carrencies-drop_sec li {
    margin: 0 0 10px 0 !important;
    list-style: none;
}
.anyah__carrencies .anyah__carrencies-drop_sec li a {
    color: #000;
    font-size: 15px;
    padding: 2px 12px;
    background-color: #f4f4f4;
    border-radius: 5px;
}
.anyah__carrencies .anyah__carrencies-drop_sec li a:hover {
    color: #fff;
    background-color: #000;
}
.anyah__carrencies .anyah__carrencies-drop_sec li:last-child {
    margin: 0 !important;
}
.anyah__carrencies
    .anyah__carrencies-drop:checked
    ~ .anyah__carrencies-drop_sec {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.anyah__carrencies .anyah__carrencies-drop_sec:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}
.anyah__carrencies [type="checkbox"]:checked,
.anyah__carrencies [type="checkbox"]:not(:checked) {
    display: none;
}
.anyah__carrencies.hover:hover li,
.anyah__carrencies.toggle > input:checked ~ ul li {
    height: 40px;
}
.anyah__carrencies.hover:hover li:first-child,
.anyah__carrencies.toggle > input:checked ~ ul li:first-child {
    padding-top: 15px;
}

/* Header - Langs ***/
.anyah__langs {
    position: relative;
}

.anyah__langs a,
.anyah__langs label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-size: 18px;
    font-family: "Outfit", sans-serif;
}
.anyah__langs a span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.anyah__langs img {
    width: 24px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.anyah__langs.hover li {
    transition-delay: 300ms;
}
/***** Dropdown *****/
.anyah__langs .anyah__langs-drop:checked + label {
    opacity: 0.7;
}
.anyah__langs label i {
    margin-left: 8px;
    font-size: 13px;
}
.anyah__langs .anyah__langs-drop:checked + label:before,
.anyah__langs .anyah__langs-drop:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}
.anyah__langs .anyah__langs-drop:checked + label:before {
    pointer-events: auto;
}
.anyah__langs .anyah__langs-drop:not(:checked) + label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.anyah__langs .anyah__langs-drop:checked + label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.anyah__langs .anyah__langs-drop_sec {
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0;
    border-radius: 10px;
    display: block;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    width: 200px;
}
.anyah__langs .anyah__langs-drop_sec li {
    margin: 0 0 10px 0 !important;
    list-style: none;
}
.anyah__langs .anyah__langs-drop_sec li a {
    color: #000;
    font-size: 15px;
    padding: 2px 12px 5px 12px;
    background-color: #f4f4f4;
    border-radius: 5px;
}
.anyah__langs .anyah__langs-drop_sec li a img {
    width: 24px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.anyah__langs .anyah__langs-drop_sec li a:hover {
    color: #fff;
    background-color: #000;
}
.anyah__langs .anyah__langs-drop_sec li:last-child {
    margin: 0 !important;
}
.anyah__langs .anyah__langs-drop:checked ~ .anyah__langs-drop_sec {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.anyah__langs .anyah__langs-drop_sec:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}
.anyah__langs [type="checkbox"]:checked,
.anyah__langs [type="checkbox"]:not(:checked) {
    display: none;
}
.anyah__langs.hover:hover li,
.anyah__langs.toggle > input:checked ~ ul li {
    height: 40px;
}
.anyah__langs.hover:hover li:first-child,
.anyah__langs.toggle > input:checked ~ ul li:first-child {
    padding-top: 15px;
}

/***** Titles *****/
.anyah__titles {
    margin-bottom: 20px;
}
.anyah__titles h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px !important;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0;
    font-family: initial;
}
/*- No Data -------*/
.anyah__nodata {
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    padding: 30px;
    width: 100%;
    display: grid;
    align-content: center;
    box-shadow: 0 0 87px 0px rgba(0, 0, 0, 0.08);
}
.anyah__nodata.anyah_empty {
    box-shadow: unset;
    height: 300px;
}
.anyah__nodata button {
    background-color: #016cf2;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
}
.anyah__nodata button:hover {
    background-color: #000;
}
.anyah__nodata.Blk {
    background-color: #fff;
}
.anyah__nodata.Chat {
    padding-top: 110px;
    padding-bottom: 0;
}
.anyah__nodata.Full {
    height: 300px;
}
.anyah__nodata i {
    font-size: 25px;
}
.anyah__nodata.anyah_empty i {
    font-size: 23px;
    margin-bottom: 10px;
}
.anyah__nodata img {
    width: 60px;
}
.anyah__nodata p {
    font-size: 18px;
    margin: 13px 0 0;
    color: #828282;
}

/*- anyah:: Single Etab - Avis Add - Radio -------*/
.anyah__forms-radios {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.anyah__forms-radios .anyah__forms-radio {
    display: block;
    margin: 0 0 0 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.anyah__forms-radios .anyah__forms-radio:first-child {
    margin: 0;
}
.anyah__forms-radios .anyah__forms-radio h3 {
    text-transform: uppercase;
    color: #5b5b5b;
    position: relative;
    top: 15px;
    font-family: "tahoma", sans-serif;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
}
.anyah__forms-radios .anyah__forms-radio .anyah__forms-radioStars {
    position: relative;
    background: rgb(244, 190, 19);
    background: -moz-linear-gradient(
        90deg,
        rgb(254, 113, 69) 0%,
        rgb(234, 189, 56) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgb(254, 113, 69) 0%,
        rgb(234, 189, 56) 100%
    );
    background: linear-gradient(
        90deg,
        rgb(254, 113, 69) 0%,
        rgb(234, 189, 56) 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}
.anyah__forms-radios .anyah__forms-radio label {
    padding: 20px 10px 0;
    width: 100%;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    height: 140px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #fff;
    display: grid;
    justify-content: center;
    align-content: center;
}
.anyah__forms-radios .anyah__forms-radio label:before {
    display: none;
}
.anyah__forms-radios .anyah__forms-radio label:after {
    width: 35px;
    height: 35px;
    content: "";
    background-position: 5px 6px;
    border-radius: 30%;
    z-index: 2;
    position: absolute;
    right: 81px;
    top: 15px;
    background-color: #eaeaea;
    cursor: pointer;
    transition: all 200ms ease-in;
    margin: auto;
}
.anyah__forms-radios .anyah__forms-radio label:hover,
.anyah__forms-radios .anyah__forms-radio input:checked ~ label {
    border-color: #5cbe63;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.anyah__forms-radios .anyah__forms-radio input:checked ~ label:after {
    background-color: #5cbe63;
    border-color: #5cbe63;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}
.anyah__forms-radios .anyah__forms-radio input {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.anyah__table {
    margin-bottom: 20px;
}
.anyah__table tbody,
.anyah__table td,
.anyah__table tfoot,
.anyah__table th,
.anyah__table thead,
.anyah__table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}
/*- anyah:: Things - Snackbar -------*/
.anyah_snackbar {
    visibility: hidden;
    min-width: 100%;
    background-color: #1ea80b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 4px 15px 4px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    font-size: 16px;
}
.anyah_snackbar.Rmv {
    background-color: #ff7373;
}
.anyah_snackbar i {
    font-size: 13px;
    margin-right: 5px;
}
.anyah_snackbar.show {
    visibility: visible;
    -webkit-animation: anyah_snackbar_AnimFadein 0.5s,
        anyah_snackbar_AnimFadeout 0.5s 2.5s;
    animation: anyah_snackbar_AnimFadein 0.5s,
        anyah_snackbar_AnimFadeout 0.5s 2.5s;
}
@-webkit-keyframes anyah_snackbar_AnimFadein {
    from {
        top: -5px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes anyah_snackbar_AnimFadein {
    from {
        top: -5px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes anyah_snackbar_AnimFadeout {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -5px;
        opacity: 0;
    }
}
@keyframes anyah_snackbar_AnimFadeout {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -5px;
        opacity: 0;
    }
}
/****************************************************************/
/* anyah:: Thanks ********************************************/
.anyah__thanks {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 87px 0px;
    padding: 2em 2em;
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: grid;
    font-size: 23px;
}
.anyah__thanks img {
    width: 110px;
    margin: 0 auto 10px;
}
.anyah__thanks strong {
    color: #000;
    margin-bottom: 10px;
}
.anyah__thanks p {
    color: #000;
    margin: 0;
}
.anyah__thanks p strong {
    color: #159512;
    margin-bottom: 0;
}
.anyah__thanks ul {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    gap: 17px;
}
.anyah__thanks ul li a i {
    background-color: #f5f5f5;
    border-radius: 100px;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: grid;
    align-content: center;
    color: #000;
    margin-right: 15px;
    margin-bottom: 0;
}
.anyah__thanks ul li:last-child a i {
    font-size: 26px;
}
.anyah__thanks ul li a span {
    text-align: left;
    display: block;
    margin-bottom: -4px;
    font-weight: lighter;
}
.anyah__thanks ul li a strong {
    color: #fff;
    text-align: left;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: bold;
}
.anyah__thanks ul li a {
    display: flex;
    background-color: #222;
    padding: 10px 25px 10px 17px;
    border-radius: 10px;
    align-items: center;
    color: #fff;
}
.anyah__thanks ul li a:hover {
    background-color: #000;
}
/*- anyah:: Header - User -------*/
.anyah__member {
    display: flex;
    align-items: center;
    position: relative;
}
.anyah__member img {
    width: 33px;
    border-radius: 100px;
    margin: 0 0 0 5px;
    position: relative;
    bottom: 1px;
}
.anyah__member ul {
    position: absolute;
    background-color: #fff;
    top: 50px;
    right: 0;
    border-radius: 10px;
    display: block;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    width: 240px;
}
.anyah__member:hover ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.anyah__member ul::before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}
.anyah__member ul li {
    margin: 0 0 10px;
    text-align: left;
    display: flex;
}
.anyah__member ul li:first-child {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 13px;
}
.anyah__member ul li:first-child strong {
    display: block;
    line-height: 13px;
    margin-top: 5px;
    font-size: 16px;
}
.anyah__member ul li:first-child span {
    color: #000;
    font-size: 16px;
}
.anyah__member ul li:first-child div {
    display: block;
    height: 45px;
}
.anyah__member ul li:first-child i {
    background: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 13px;
}
.anyah__member ul li:last-child {
    margin: 0;
}
.anyah__member ul li a {
    border-radius: 7px;
    color: #000;
    text-align: left;
    background: #f7f7f7;
    height: auto;
    display: block;
    width: 100%;
    padding: 3px 10px;
}
.anyah__member ul li a i {
    font-size: 15px;
    margin-right: 2px;
    width: 25px;
    text-align: center;
}
.anyah__member ul::after {
    position: absolute;
    top: -7px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}
.anyah__member a.abike_dash {
    display: flex;
    color: #000;
    align-items: center;
}
.anyah__member a.abike_dash:hover h3 {
    text-decoration: underline;
}
.anyah__member a.abike_logout {
    color: #b54242;
    background: #f7f7f7;
}
.anyah__member a:hover {
    background-color: #000;
    color: #fff;
}
/*****************************************************************/
/* anyah:: Top **************************************************/
.anyah_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    bottom: 5px;
}
.anyah_checkbox input {
    height: 20px;
    width: 16px;
    position: relative;
    bottom: 2px;
}
.anyah_checkbox label {
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.anyah_checkbox label a {
    color: #000;
    font-size: 15px;
    text-decoration-line: underline;
}
/****************************************************************/
/* anyah:: Pages: Statics **************************************/
.anyah__statics {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 87px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 4em;
    padding: 3em;
    width: 100%;
}
.anyah__statics.ac_alone {
    width: auto;
}
.anyah__statics form {
    width: 100%;
}
.anyah__statics h1,
.anyah__statics h2,
.anyah__statics h3,
.anyah__statics h4,
.anyah__statics h5,
.anyah__statics h6 {
    margin-bottom: 10px;
}
.anyah__statics h5 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}
.anyah__statics h5:first-child {
    margin-top: 0;
}
.anyah__statics h2 {
    font-size: 18px;
}
.anyah__statics h1 {
    font-size: 24px;
}
.anyah__statics p:last-child {
    margin-bottom: 0;
}
/*- anyah:: Auth - Social -------*/
.anyah__actions {
    text-align: center;
    display: grid;
    gap: 15px;
    margin-top: 20px;
}
.anyah__actions.anyah__alone {
    margin-top: -10px;
}
.anyah__actions .anyah__action {
    color: #000;
    text-decoration-line: underline;
}
.anyah__actions.anyah__alone .anyah__action:first-child {
    text-align: right;
}
.anyah__actions .anyah__action:hover {
    color: #a6a6a6;
}
.anyah__social {
    border: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anyah__social:hover {
    background-color: #000;
    color: #fff;
}
.anyah__social img {
    width: 16px;
    margin-right: 7px;
}
.anyah__social i {
    margin-right: 7px;
    position: relative;
    bottom: 1px;
}

/****************************************************************/
/* anyah:: Pages: Updates **************************************/
.anyah_tabs .nav-tabs > li {
    width: 100%;
}
.anyah_tabs .nav-tabs > li.nav-item {
    padding: 0;
}
.anyah_tabs .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 15px 28px 17px;
    margin-bottom: 15px;
    background: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    display: flex;
    align-items: center;
}
.anyah_tabs .nav-tabs .nav-item .nav-link i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    bottom: 3px;
}
.anyah_tabs .nav-tabs .nav-item .nav-link span {
    position: relative;
    top: 1px;
    color: var(--dark-gray);
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.anyah_tabs .nav-tabs .nav-item .nav-link:hover,
.anyah_tabs .nav-tabs .nav-item .nav-link.show,
.anyah_tabs .nav-tabs .nav-item .nav-link.active {
    background: var(--white);
    color: var(--base-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.anyah_tabs .nav-tabs .nav-item .nav-link:hover i,
.anyah_tabs .nav-tabs .nav-item .nav-link.show i,
.anyah_tabs .nav-tabs .nav-item .nav-link.active i {
    color: var(--base-color);
}
.anyah_tabs .nav-tabs .nav-item .nav-link:hover span,
.anyah_tabs .nav-tabs .nav-item .nav-link.show span,
.anyah_tabs .nav-tabs .nav-item .nav-link.active span {
    color: var(--base-color);
}
.anyah_tabs .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
}
/*- Fadwa Sabiry |:: Updates - Upload -------*/
.anyah_form-upload label {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    border: 2px #dfdfdf dashed;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}
.anyah_form-upload label i {
    position: unset;
    font-size: 30px;
    color: #cacaca;
}
.anyah_form-upload label p {
    margin: 0;
    color: #9b9b9b;
}
.anyah_form-upload label:hover {
    color: #fff;
    background-color: #f7f7f7;
    border-color: #ccc;
}
.anyah_form-upload img {
    border-radius: 100%;
    padding: 0;
    border: 0;
    height: 130px;
    width: 130px;
    margin: 0 auto 30px;
}
.anyah_form-upload input {
    display: none;
}
.anyah_form-upload .anyah_form-upload-prev {
    position: relative;
    width: 130px;
    margin: auto;
}
.anyah_form-upload .anyah_form-upload-prev label,
.anyah_form-upload .anyah_form-upload-prev button {
    font-size: 13px;
    background-color: rgb(253, 98, 98);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 10px;
    border: 0;
    bottom: 0;
    color: #fff;
    top: auto;
    cursor: pointer;
    border-radius: 100%;
}
.anyah_form-upload .anyah_form-upload-prev label i {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 1px;
}
.anyah_form-upload .anyah_form-upload-prev label:hover,
.anyah_form-upload .anyah_form-upload-prev button:hover {
    background-color: #000;
    color: #fff;
}
/* Fadwa Sabiry :: Updates - Pictures Bg */
.anyah_pictures_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 100%;
    height: 9em;
    background-size: cover;
    margin-bottom: 20px;
    display: block;
}
.anyah_pictures_bg img {
    opacity: 0;
    width: 100%;
    height: 9em;
}
/* Fadwa Sabiry :: Updates - Sub Cats */
.anyah_boxs {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 15px;
}
.anyah_box h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}
.anyah_box a {
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px;
}
.anyah_box a:hover {
    border: 1px solid #a8a8a8;
}
.anyah_box a.anyah_active {
    border: 1px solid #a8a8a8;
    background: #000;
    color: #fff !important;
}
.anyah_box a.anyah_active span {
    color: #fff !important;
    border-color: #fff !important;
}
/*****************************************************************/
/* Fadwa Sabiry :: Orders **************************************************/
.anyah__orders {
    font-size: 16px;
}
.anyah__orders ul {
    padding-left: 0;
}
.anyah__orders li {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.anyah__orders li {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.anyah__orders .anyah__orders-Header {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 15px;
    color: #0c0c0c;
}
.anyah__orders .anyah__orders-Header div:last-child {
    padding-right: 35px;
    text-align: right;
}
.anyah__orders .anyah__orders-Header.anyah_rets div:last-child {
    padding-right: 0;
}
.anyah__orders .anyah__orders-Row {
    background-color: #ffffff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.anyah__orders .anyah__orders-Row:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-color: #fff;
}
.anyah__orders .anyah__orders-Row img {
    margin-right: 10px;
    position: relative;
    width: 25px;
    bottom: 1px;
}
.anyah__orders .anyah__orders-Row img.cash {
    width: 20px;
    bottom: 5px;
    margin-right: 5px;
    position: relative;
}
.anyah__orders .anyah__orders-Row img.avatar {
    border-radius: 100%;
    height: 25px;
    width: 25px;
    bottom: 2px;
}
.anyah__orders .anyah__orders-Row img.simple {
    height: 27px;
    width: 27px;
    bottom: 1px;
}
.anyah__orders .anyah__orders-Row h5 i {
    margin-right: 2px;
}
.anyah__orders .anyah__orders-Row h5 {
    display: inline;
    font-size: 15px;
}
.anyah__orders .anyah__orders-Row h6 {
    margin-bottom: 5px;
}
.anyah__orders .anyah__orders-Row span {
    background-color: #f7f7f7;
    padding: 8px 15px 7px;
    position: relative;
    bottom: 1px;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}
.anyah__orders .anyah__orders-Row span.rom {
    margin-top: 10px;
    display: inline-block;
    padding: 5px 15px 4px;
}
.anyah__orders .anyah__orders-Row span.New {
    background-color: #fef2ae;
}
.anyah__orders .anyah__orders-Row span.Delivered,
.anyah__orders .anyah__orders-Row span.Accepted {
    background-color: #b0feae;
}
.anyah__orders .anyah__orders-Row span.Canceled {
    background-color: #ffe3e3;
}
.anyah__orders .anyah__orders-Row span.Returned {
    background-color: #f7eeff;
}
.anyah__orders .anyah__orders-Row span.Way {
    background-color: #efffb4;
}
.anyah__orders .anyah__orders-Col.Solo span {
    width: 35px;
    display: inline-block;
    padding: 5px 0 3px;
    text-align: center;
}
.anyah__orders .anyah__orders-Col.Flex {
    display: flex;
    align-items: center;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions {
    display: flex;
    justify-content: right;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions button,
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions a {
    margin-left: 7px;
    background-color: #2d5dcc;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    position: relative;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding-top: 1px;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions a i {
    font-size: 14px;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions a.anyah_whp {
    background-color: #2d8828;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions button i {
    font-size: 14px;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions button:first-child,
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions a:first-child {
    margin-left: 0;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions button:hover,
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions a:hover {
    background-color: #000;
    color: #fff;
}
.anyah__orders .anyah__orders-Row .anyah__orders-RowActions button[disabled] {
    color: #b2b2b2;
    cursor: not-allowed;
    background-color: #fafafa;
}
.anyah__orders .anyah__orders-Footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.anyah__orders .anyah__orders-Footer .anyah__orders-Footer-arrows button {
    margin-left: 7px;
    background-color: #064535;
    width: 40px;
    line-height: 44px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    position: relative;
    color: #fff;
    border-radius: 100%;
}
.anyah__orders .anyah__orders-Footer .anyah__orders-Footer-arrows button i {
    position: relative;
    bottom: 1px;
    right: 1px;
}
.anyah__orders
    .anyah__orders-Footer
    .anyah__orders-Footer-arrows
    button:last-child
    i {
    right: 0;
    left: 1px;
}
.anyah__orders .anyah__orders-Footer .anyah__orders-Footer-arrows button:hover {
    background-color: #106e55;
    color: #fff;
}
.anyah__orders
    .anyah__orders-Footer
    .anyah__orders-Footer-arrows
    button[disabled] {
    color: #b2b2b2;
    cursor: not-allowed;
    background-color: #fafafa;
}
.anyah__orders .anyah__orders-Footer .anyah__orders-Footer-numbers {
    background-color: #fff;
    border-radius: 50px;
    line-height: 38px;
    padding: 1px 25px 0 25px;
    font-size: 13px;
}
.anyah__orders .anyah__orders-Col-1 {
    flex-basis: 20%;
}
.anyah__orders .anyah__orders-Col-2 {
    flex-basis: 20%;
}
.anyah__orders .anyah__orders-Col-3 {
    flex-basis: 20%;
}
.anyah__orders .anyah__orders-Col-4 {
    flex-basis: 25%;
}
.anyah__orders .anyah__orders-Col-5 {
    flex-basis: 20%;
}
.anyah__orders .anyah__orders-Col-6 {
    flex-basis: 15%;
}
.anyah__orders .anyah__orders-Col-7 {
    flex-basis: 10%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-1 {
    flex-basis: 20%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-2 {
    flex-basis: 20%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-3 {
    flex-basis: 20%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-4 {
    flex-basis: 15%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-5 {
    flex-basis: 25%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-6 {
    flex-basis: 15%;
}
.anyah__orders .anyah_rets .anyah__orders-Col-7 {
    flex-basis: 7%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-1 {
    flex-basis: 20%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-2 {
    flex-basis: 20%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-3 {
    flex-basis: 20%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-4 {
    flex-basis: 15%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-5 {
    flex-basis: 25%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-6 {
    flex-basis: 15%;
}
.anyah__orders .anyah_exchanges .anyah__orders-Col-7 {
    flex-basis: 7%;
}
.anyah__orders .anyah__orders-Row span.pending {
    text-transform: capitalize;
    background-color: #fef2ae;
}
.anyah__orders .anyah__orders-Row span.paid {
    text-transform: capitalize;
    background-color: #b0feae;
}
.anyah__orders .anyah__orders-Col.Solo span {
    width: 35px;
    display: inline-block;
    padding: 4px 0 4px;
    text-align: center;
}
.anyah__orders .anyah__orders-Col i.Stars {
    color: #f48176;
}
.anyah__orders .anyah__orders-Row span i {
    position: relative;
    top: 1px;
}
.anyah__orders .anyah__orders-Row span.glass i {
    position: relative;
    top: 0px;
    font-size: 12px;
    margin: 0 5px;
}
.anyah__orders .anyah__orders-Row img.flag {
    width: 40px;
    border-radius: 4px;
}
.anyah__orders .anyah__orders-Row img.source {
    width: 30px;
    margin-right: 10px;
    height: 30px;
    position: relative;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}
@media all and (max-width: 1100px) {
    .anyah__orders .anyah__orders-Header {
        display: none;
    }
    .anyah__orders li {
        display: block;
    }
    .anyah__orders .anyah__orders-Col {
        flex-basis: 100%;
        display: flex;
        padding: 10px 0;
    }
    .anyah__orders .anyah__orders-Col:before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: left;
    }
    .anyah__orders .anyah__orders-Row span {
        padding: 6px 15px 5px;
    }
    .anyah__orders .anyah__orders-Row span.rom {
        margin-top: 0;
        display: inline-block;
        margin-left: 10px;
    }
}
/* Fadwa Sabiry :: Orders - Order */
.anyah__order {
    margin: 0 auto;
    max-width: 80em;
    zoom: 1;
    display: flex;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-family: var(--primary-font);
    background: #fff;
    overflow: hidden;
}
.anyah__order-l {
    padding: 40px 40px 40px;
    width: 100%;
    overflow-y: scroll;
}
.anyah__order-l h3,
.anyah__order-r h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    margin: 25px 0 15px;
    padding: 0;
}
.anyah__order-l h3:first-child,
.anyah__order-r h3:first-child {
    margin-top: 0;
}
.anyah__order-r {
    background-position: left top;
    position: relative;
    box-shadow: 1px 0 0 #e1e1e19c inset;
    padding: 38px 38px 38px 38px;
    width: 100%;
}
.anyah__order-r .anyah__order-sticky {
    position: sticky;
    top: 40px;
}
/* Fadwa Sabiry :: Orders - Cols */
.anyah__order-cols {
    display: flex;
    position: relative;
    gap: 15px;
}
.anyah__order-col {
    width: 100%;
    background-color: #f2f7ff;
    border-radius: 10px;
    padding: 18px 20px 10px;
    margin-bottom: 15px;
}
.anyah__order-col.anyah_last {
    margin-bottom: 0;
}
.anyah__order-col h4 {
    margin: 0;
    color: #7098d9;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
}
.anyah__order-col p {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
/* Fadwa Sabiry :: Orders - Items */
.anyah__order-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: unset;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #cacaca;
    padding: 15px;
}
.anyah__order-item-cvr {
    position: relative;
    margin-right: 20px;
    width: 60px;
}
.anyah__order-item-cvr span {
    position: absolute;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-color: #000000b0;
    text-align: center;
    color: #fff;
    display: grid;
    justify-content: center;
    align-content: center;
    font-family: "tahoma", sans-serif;
    padding-bottom: 3px;
    font-size: 12px;
    right: -10px;
    top: -10px;
    font-weight: bold;
    z-index: 1;
}
.anyah__order-item-cvr a {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #bbb;
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    display: block;
}
.anyah__order-item-cvr a img {
    position: relative;
}
.anyah__order-item-inf {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.anyah__order-item-inf .anyah_infs {
    display: flex;
    gap: 10px;
}
.anyah__order-item-inf .anyah_infs span {
    font-size: 13px;
}
.anyah__order-item-inf h4 {
    font-size: 16px;
    color: #000;
    font-weight: initial;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: normal;
}
.anyah__order-item-inf h3 {
    font-size: 16px;
    color: #000;
    font-weight: initial;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: normal;
}
.anyah__order-item-inf p {
    color: #868686;
}
.anyah__order-item-inf_Pricing {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.anyah__order-item-inf_Pricing h3 {
    font-size: 16px;
    color: #000;
    font-weight: initial;
}
/* Fadwa Sabiry :: Orders - Totals */
.anyah__order-totals {
    margin-top: 18px;
}
.anyah__order-totals ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;

}
.anyah__order-totals ul li span {
    font-size: 15px;
    color: #000;
    line-height: 0;
}
.anyah__order-totals ul li span button{
    background: unset;
    color: #a8a8a8;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.anyah__order-totals ul li b {
    font-weight: initial;
    font-size: 16px;
    color: #000;
}
.anyah__order-totals ul li:last-child {
  margin-top: 10px;
}
.anyah__order-totals ul li:last-child span {
  font-weight: bold;
  font-size: 21px;
}
.anyah__order-totals ul li:last-child b {
    font-weight: bold;
    font-size: 21px;
}
/* Fadwa Sabiry :: Orders - Totals */
.anyah__order-payment {
    padding: 12px 15px;
    color: #3C454C;
    background-color: #FFF;
    border: 1px solid #dedede;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    justify-content: space-between;
}
.anyah__order-payment div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.anyah__order-payment span {
    width: 27px;
    height: 27px;
    border-radius: 235px;
    transition: all 200ms ease-in;
    display: flex;
    background: #43b73f;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: relative;
    bottom: 1px;
    color: #fff;
}
.anyah__order-payment p {
    margin: 0;
    position: relative;
    bottom: 1px;
}
.anyah__order-payment bdi {
    position: relative;
    bottom: 1px;
}
.anyah__order-payment bdi img{
    width: 130px;
}
/* Fadwa Sabiry :: Orders - tracks */
.anyah__order-tracks {
    border-radius: 10px;
    border: 1px solid #cacaca;
    padding: 15px;
    margin-top: 2em;
    background: #f9f9f9;
}
.anyah__order-track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 25px;
    border-radius: 100px;
}
.anyah__order-track .anyah__order-track_st {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
    border-radius: 100px;
}
.anyah__order-track .anyah__order-track_st.anyah_active:before {
    background: #ff5722;
}
.anyah__order-track .anyah__order-track_st::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
    border-radius: 100px;
}
.anyah__order-track .anyah__order-track_st.anyah_active .icon {
    background: #ee5435;
    color: #fff;
}
.anyah__order-track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.anyah__order-track .anyah__order-track_st.anyah_active .text {
    font-weight: 400;
    color: #000;
}
.anyah__order-track .text {
    display: block;
    margin-top: 7px;
}
.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px;
}
ul.row,
ul.row-sm {
    list-style: none;
    padding: 0;
}
.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}
.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px;
}
.anyah_colors {
    margin-top: 10px;
}
.anyah_colors button{
    background-color: unset;
    border: 2px solid #dfdfdf;
    border-radius: 100px;
    padding: 0;
}
.anyah_colors button span{
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 100px;
}
.anyah_colors button.selected span{
    border: 3px solid #c6c6c6;
}

/* anyah:: Search - Products ***********************************************************/
.search-form-relative{
    position: relative;
}
.search-form-listo{
    position: absolute;
    width: 400px;
    z-index: 9;
    right: -11px;
}
.search-form-box input{
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.anyah_prod-lists{
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 8px;
    display: grid;
    gap: 10px;
    position: absolute;
    width: 100%;
    background-color: #FFF;
    overflow: scroll;
    height: 420px;
}
.anyah_prod-lists .anyah_prod-list{
    display: flex;
    align-items: center;
    background: unset;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 8px;
    text-align: left !important;
}
.anyah_prod-lists .anyah_prod-list-cvr {
    position: relative;
    margin-right: 15px;
    width: 60px;
}
.anyah_prod-lists .anyah_prod-list-cvr span {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #bbb;
    width: 60px;
    height: 65px;
    background-color: #f0f0f0;
    display: block;
}
.anyah_prod-lists .anyah_prod-list-cvr span img {
    position: relative;
    bottom: 10px;
}
.anyah_prod-lists .anyah_prod-list-inf {
    width: 100%;
}
.anyah_prod-lists .anyah_prod-list-inf h4 {
    font-size: 16px;
    color: #000;
    font-weight: initial;
    line-height: 25px;
    margin: 0;
}
.product-price ins {
    text-decoration-line: unset;
}
.product-price ins.nona {
    background: #fff5de;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: lighter;
    font-size: 19px;
    font-variant: all-petite-caps;
    letter-spacing: 0;
}
.anyah_product-size {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 6px;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #bcbcbc;
}
.anyah_product-size-icn {
    transition: transform 0.3s ease;
    font-size: 14px;
}

/***** Gallery *****/
.anyah_product-gallery{
    display: block;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
}
.anyah_product-gallery .anyah_product-cover {
    position: relative;
    margin-bottom: 5px;
}
.anyah_product-gallery .anyah_product-galls a,
.anyah_product-gallery .anyah_product-cover a {
    display: block;
}
.anyah_product-gallery .anyah_product-cover a:hover,
.anyah_product-gallery .anyah_product-galls a:hover {
    opacity: 0.5;
}
.anyah_product-gallery .anyah_product-galls {
    position: relative;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
/***** Edits *****/
.anyah__form-pass {
    position: absolute;
    right: 0;
    top: -38px;
    z-index: 2;
    cursor: pointer;
}

/***** New Menu *****/
.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas .offcanvas-header{display:inline-block !important}
.anyah_nmen-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 12px 0;
    margin-right: 20px;
    font-family: var(--alt-font);
    color: #111;
}
.anyah_nmen-btn:hover{ opacity: 0.5; }
.anyah_nmen-btn span{
    display:block;
    width:17px;
    height:1px;
    background:#111;
}
.anyah_nmen-btn b{
    display:grid;
    gap:4px;
}
.anyah_nmen-btn strong{
    font-size:17px;
    font-weight:400;
}

/* // */
.anyah_nmen-ov{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.28);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
    z-index:998;
}

/* // */
.anyah_nmen-pa{
    position:fixed;
    top:14px;
    left:10px;
    width:485px;
    max-width:calc(100vw - 20px);
    height:calc(100vh - 24px);
    background:#fff;
    border-radius:5px;
    z-index:999;
    padding:23px 20px 16px;
    box-sizing:border-box;
    transform:translateX(-105%);
    opacity:0;
    transition:.35s ease;
    display:flex;
    flex-direction:column;
    font-family: var(--alt-font);
}
body.menu-open{ overflow:hidden; }
body.menu-open .anyah_nmen-ov{ opacity:1; visibility:visible; }
body.menu-open .anyah_nmen-pa{ transform:translateX(0); opacity:1; }

/* // */
.anyah_nmen-cl{
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    font-size: 33px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    color: #474747;
    margin-bottom: 15px;
    position: relative;
    bottom: 10px;
}
.anyah_nmen-cl:hover{ opacity: 0.5; }
.anyah_nmen-br{
    margin-bottom: 1em;
}
.anyah_nmen-br img{
    width: 15em;
}

/* // */
.anyah_nmen-li{
    display: grid;
    gap: 10px;
}
.anyah_nmen-li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-decoration:none;
    color:#8e8e8e;
    font-size:16px;
    font-weight:400;
    padding:12px 18px;
    transition:.2s ease;
}
.anyah_nmen-li a:hover{
    color:#111;
}
.anyah_nmen-li em{
    font-style:normal;
    font-size:28px;
    line-height:1;
    color:#222;
    font-weight:200;
}
.anyah_nmen-li_hid{ display:none; }

/* // */
.anyah_nmen_bm{
    margin-top:auto;
}
.anyah_nmen_bm > a{
    display:block;
    color:#8e8e8e;
    text-decoration:none;
    font-size:16px;
    margin-bottom:17px;
}

/* // */
.anyah_nmen-la{
    position:relative;
    width:100%;
}
.anyah_nmen-la-btn{
    width:100%;
    height:40px;
    border:0;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 14px;
    color:#8e8e8e;
    font-size:14px;
    cursor:pointer;
    border-radius:7px;
}
.anyah_nmen-la-btn:hover{ opacity:0.5; }
.anyah_nmen-la-btn span{
    display:flex;
    align-items:center;
    gap:7px;
}
.anyah_nmen-la-btn img{
    width:19px;
    object-fit:cover;
}
.anyah_nmen-la-btn em{
    font-style:normal;
    color:#666;
    font-size:13px;
    transition:.2s ease;
}
.anyah_nmen-la-list{
    position:absolute;
    left:0;
    right:0;
    bottom:calc(100% + 10px);
    background:#fff;
    border-radius:8px;
    padding:10px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.25s ease;
}
.anyah_nmen-la.open .anyah_nmen-la-list{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.anyah_nmen-la.open .anyah_nmen-la-btn em{
    transform:rotate(180deg);
}
.anyah_nmen-la-list a{
    height:38px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 12px;
    background:#f3f3f3;
    border-radius:4px;
    text-decoration:none;
    color:#111;
    font-size:15px;
    margin-bottom:10px;
}
.anyah_nmen-la-list a:hover{ opacity:0.5; }
.anyah_nmen-la-list a:last-child{ margin-bottom:0; }
.anyah_nmen-la-list img{
    width:24px;
    height:24px;
    border-radius:50%;
    object-fit:cover;
}

/* // */
.anyah_nmen-cu{
    position:relative;
    width:100%;
    margin-bottom:10px;
}
.anyah_nmen-cu-btn{
    width:100%;
    height:40px;
    border:0;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 14px;
    color:#8e8e8e;
    font-size:14px;
    cursor:pointer;
    border-radius:7px;
}
.anyah_nmen-cu-btn:hover{ opacity:0.5; }
.anyah_nmen-cu-btn span{
    display:flex;
    align-items:center;
    gap:10px;
}
.anyah_nmen-cu-btn img{
    width:24px;
    height:16px;
    object-fit:cover;
}
.anyah_nmen-cu-btn em{
    font-style:normal;
    color:#666;
    font-size:13px;
    transition:.2s ease;
}
.anyah_nmen-cu-list{
    position:absolute;
    left:0;
    right:0;
    bottom:calc(100% + 10px);
    background:#fff;
    border-radius:8px;
    padding:10px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.25s ease;
    max-height:465px;
    overflow-y:auto;
    z-index:10;
}
.anyah_nmen-cu-list a:hover{ opacity:0.5; }
.anyah_nmen-cu.open .anyah_nmen-cu-list{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.anyah_nmen-cu.open .anyah_nmen-cu-btn em{
    transform:rotate(180deg);
}
.anyah_nmen-cu-list a{
    min-height:36px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 12px;
    background:#f3f3f3;
    border-radius:4px;
    text-decoration:none;
    color:#111;
    font-size:15px;
    margin-bottom:8px;
}
.anyah_nmen-cu-list a:last-child{
    margin-bottom:0;
}
.anyah_nmen-cu-list img{
    width:28px;
    height:20px;
    object-fit:cover;
}

/* // */
.anyah_nmen-li_it{
    width:100%;
    border:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    padding: 0;
    color:#8e8e8e;
    font-size:16px;
    font-weight:400;
    cursor:pointer;
    transition:.2s ease;
}
.anyah_nmen-li_it span{
    display:block;
}
.anyah_nmen-li_it em{
    font-style:normal;
    font-size:28px;
    line-height:1;
    color:#222;
    font-weight:200;
}
.anyah_nmen-li_it small{
    display:none;
    font-size:18px;
    line-height:1;
    color:#222;
    font-weight:300;
}
.anyah_nmen-li_it:hover{
    color:#111;
}
.anyah_nmen-li_it:hover em{
    display:none;
}
.anyah_nmen-li_it:hover small{
    display:block;
}

/* // */
.anyah_nmen-su{
    display:none;
}
.anyah_nmen-pa.submenu-open .site-menu-tabs,
.anyah_nmen-pa.submenu-open .anyah_nmen-li{
    display:none;
}
.anyah_nmen-pa.submenu-open .anyah_nmen-su{
    display:block;
}
/* // */
.anyah_nmen-su_he{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    width: max-content;
}
.anyah_nmen-su_he button{
    border:0;
    background:transparent;
    color:#8e8e8e;
    font-size:16px;
    cursor:pointer;
    padding:0;
}
.anyah_nmen-su_he span{
    color:#111;
}
.anyah_nmen-su_he strong{
    font-size:16px;
    font-weight:400;
    color:#111;
}
/* // */
.anyah_nmen-su_li{
    display: grid;
    gap: 10px;
    margin-top: 1em;
}
.anyah_nmen-su_li a{
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .2s ease;
}
.anyah_nmen-su_li a:hover{ opacity: .7; }
.anyah_nmen-su_li em{
    font-style:normal;
    font-size:28px;
    line-height:1;
    color:#222;
    font-weight:200;
}

@media(max-width:575px){
    .anyah_nmen-pa{
        top:10px;
        left:10px;
        width:calc(100vw - 20px);
        height:calc(100vh - 20px);
    }
    .anyah_nmen-li a{
        padding-left:10px;
        padding-right:10px;
    }
}

/***** Size *****/
.anyah_product-size-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
}
.anyah_product-size-popup.open{
    opacity:1;
    visibility:visible;
}
.anyah_product-size-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
}
.anyah_product-size-box{
    position:absolute;
    top:50%;
    left:50%;
    width:650px;
    max-width:calc(100vw - 30px);
    max-height:calc(100vh - 30px);
    overflow:auto;
    background:#fff;
    border-radius:10px;
    padding:25px 25px 5px;
    transform:translate(-50%, -48%);
    transition:.25s ease;
}
.anyah_product-size-popup.open .anyah_product-size-box{
    transform:translate(-50%, -50%);
}
.anyah_product-size-close{
    position:absolute;
    top:10px;
    right:15px;
    border:0;
    background:transparent;
    color:#111;
    font-size:32px;
    line-height:1;
    cursor:pointer;
}
.anyah_product-size-close:hover{
    opacity:.5;
}
body.anyah-size-open{
    overflow:hidden;
}
@media(max-width:575px){
    .anyah_product-size-box{
        padding:35px 15px 20px;
    }
    .anyah_product-size-box table{
        font-size:12px;
    }
}