.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.header {
    background-color: #FFF9E8;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.header__purple-banner {
    background: #C939A2;
    padding: 10px;
    text-align: center;
}

.header__purple-banner a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.header__purple-banner p {
    color: #FFF;
    text-align: center;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42;
    text-transform: uppercase;
}

.show-header-padding {
    top: 121px !important;
}

.header .topHeaderCoupon {
    width: 100%;
    background: #043910;
    /*height: 32px;*/

    padding: 4px 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.header .topHeaderCoupon .container {
    text-align: center;
}

.header .topHeaderCoupon p,
.header .topHeaderCoupon a {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-holder {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.header__logo-text {
    display: flex;
    flex-flow: column;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid rgba(217, 217, 217, 1);
}

.header__logo-text span {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

@media only screen and (min-width: 425px) {
    .header__purple-banner {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .header__logo-text {
        display: none;
    }

    .header__purple-banner {
        display: flex !important;
    }
}

.hamburger {
    display: none;
}

.shop-flower-top svg,
.resource svg {
    display: none;
}

.header-holder a {
    display: flex;
}

.header-holder a img {
    width: 108px;
    height: auto;
}

.header-menu {
    flex: 1;
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: right;
    align-items: center;
}

.header-menu .header-menu__right .header-menu__right-loggedin .menu-header-menu-container .menu .menu-item:nth-last-of-type(-n+2) {
    display: none;
}

#menu-header-menu-new,
#menu-header-menu {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: right;
}

#menu-header-menu .login {
    border-left: 1px solid #C8C8C8;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu-header-menu-new .menu-item,
#menu-header-menu .menu-item {
    margin-right: 32px;
}

#menu-header-menu-new .menu-item a,
#menu-header-menu .menu-item a {
    color: #333;
    font-size: 14px;
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 400ms;
    cursor: pointer;
}

#menu-header-menu .menu-item a:hover,
#menu-header-menu-new .menu-item a:hover {
    color: #FC6A5D;
}

.menu-item.beta-tag {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-right: 32px;
}

#menu-header-menu .menu-item.beta-tag a,
#menu-header-menu-new .menu-item.beta-tag a {
    margin-right: 6px;
}

.menu-item.beta-tag::after {
    content: 'beta';
    color: #FF7D1F;
    font-family: 'Figtree';
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 40px;
    background: #FFD4B6;
    display: inline-block;
}

.shop-flower-mega-menu {
    padding: 0;
    display: none;

    position: absolute;
    top: 88px;
    width: 100%;
    left: 0;
    z-index: 9;
    background: #FFF9E8;
    border-radius: 0 0 16px 16px;
}

.shop-flower-mega-menu-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #FFF9E8;
    padding: 40px 0;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left {
    flex: 0 0 58%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card {
    flex: 0 0 49%;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    margin-top: 16px;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card:nth-child(-n+2) {
    margin-top: 0;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: space-between;
    height: 100%;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-tag {
    border-radius: 40px;
    background: #EEF9F1;
    width: fit-content;
    padding: 8px 12px;
    color: #0F4F1E;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-tag.gifting {
    background: #FFF1E7;
    color: #FF7D1F;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-tag.shop-garden {
    background: #FFF1F0;
    color: #FC6A5D;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-tag.coming_soon {
    color: #888;
    background: #F5F5F5;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    width: 100%;
    transition: 300ms;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top a svg {
    margin-top: 6px;
    transition: 300ms;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top a:hover svg {
    transform: translateX(8px);
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-text p {
    overflow: hidden;
    color: #606060;
    text-overflow: ellipsis;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right {
    flex: 0 0 40%;
    position: relative;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right img {
    width: 100%;
    max-height: 415px;
    object-fit: cover;
    border-radius: 16px;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right .shop-flower-mega-menu-holder__right-content-holder {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 90%;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right .shop-flower-mega-menu-holder__right-content-holder .shop-flower-mega-menu-holder__right-content-title {
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 528;
    line-height: 28px;
    margin-bottom: 8px;
}

.shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right .shop-flower-mega-menu-holder__right-content-holder .shop-flower-mega-menu-holder__right-content-content {
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

/*.shop-flower-mega-menu-holder__top {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card {*/
/*    flex: 0 0 auto;*/
/*    width: 32%;*/
/*    padding: 24px;*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    align-items: flex-start;*/
/*    align-content: space-between;*/

/*    border-radius: 16px;*/
/*    border: 1px solid #F5F5F5;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-top {*/
/*    width: 100%;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-tag {*/
/*    font-family: 'Figtree', sans-serif;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: normal;*/
/*    letter-spacing: 0.96px;*/
/*    text-transform: uppercase;*/
/*    padding: 8px 12px;*/
/*    margin-bottom: 12px;*/
/*    border-radius: 40px;*/
/*    width: fit-content;*/

/*    background-color: #EEF9F1;*/
/*    color: #0F4F1E;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-top .shop-flower-mega-menu-holder__top__card-heading {*/
/*    font-family: 'Literata', sans-serif;*/
/*    font-size: 32px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 38px;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-list {*/
/*    margin-bottom: 76px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-list p {*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    align-items: center;*/
/*    font-family: 'Figtree', sans-serif;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 26px;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-list p svg {*/
/*    margin-right: 8px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card a,*/
/*.shop-flower-mega-menu-holder__bottom a {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding: 18px 24px;*/
/*    font-family: 'Figtree', sans-serif;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    letter-spacing: 1.12px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*    border-radius: 8px;*/

/*    background-color: #0F4F1E;*/
/*    color: #fff;*/
/*    transition: 300ms;*/

/*}*/

/*.shop-flower-mega-menu-holder__top__card:nth-child(2) a {*/
/*    background-color: #0F4F1E;*/
/*    pointer-events: auto;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card a:hover,*/
/*.shop-flower-mega-menu-holder__bottom a:hover {*/
/*    background-color: #043910;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first {*/
/*    !*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%), url("../images/background-megamenu.webp");*!*/
/*    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%), url("../images/Featured Collection.webp");*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first .shop-flower-mega-menu-holder__top__card-heading {*/
/*    color: #fff;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-text p {*/
/*    color: #888;*/
/*    font-family: 'Figtree', sans-serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first .shop-flower-mega-menu-holder__top__card-text:first-of-type p{*/
/*    color: #FFF;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first .shop-flower-mega-menu-holder__top__card-tag {*/
/*    background: #FFF9E8;*/
/*    color: #ECB60C;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first .shop-flower-mega-menu-holder__top__card-list p {*/
/*    color: #fff;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first a {*/
/*    background: #ECB60C;*/
/*    color: #fff;*/
/*    transition: 300ms;*/
/*}*/

/*.shop-flower-mega-menu-holder__top__card-first a:hover {*/
/*    background-color: #D2A20A;*/
/*}*/

/*.shop-flower-mega-menu-holder__bottom {*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    border-radius: 16px;*/
/*    background: #FAFAFA;*/
/*    padding: 24px;*/
/*}*/

/*.shop-flower-mega-menu-holder__bottom .shop-flower-mega-menu-holder__bottom-title {*/
/*    color: #333;*/
/*    font-family: 'Literata', sans-serif;*/
/*    font-size: 28px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 32px;*/
/*}*/

/*.shop-flower-mega-menu-holder__bottom a {*/
/*    max-width: 260px;*/
/*}*/

.disable {
    pointer-events: none !important;
}

.resource-mega-menu {
    padding: 0;
    display: none;

    position: absolute;
    top: 98px;
    width: 100%;
    left: 0;
    z-index: 9;
    border-radius: 0 0 16px 16px;
    background: #FFF9E8;
}

.resource-mega-menu-holder {
    padding: 40px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single {
    padding: 20px;
    background: #fff !important;
    border-radius: 16px;
    flex: 0 0 32%;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .resource-mega-menu-holder__card-tag {
    padding: 8px 12px;
    border-radius: 40px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    width: fit-content;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .resource-mega-menu-holder__card-tag.blue-tag {
    background: #F0FAFF;
    color: #00A3FF;
}


.resource-mega-menu-holder .resource-mega-menu-holder__single .resource-mega-menu-holder__card-tag.green-tag {
    background: #EEF9F1;
    color: #0F4F1E;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .resource-mega-menu-holder__card-tag.yellow-tag {
    background: #FFF9E8;
    color: #ECB60C;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .button {
    margin: 12px 0 16px;
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 0 !important;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    background: transparent;
    justify-content: space-between;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .button svg {
    transition: 300ms;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .button:hover {
    background: transparent;
    color: #333;
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .button:hover svg {
    transform: translateX(8px);
}

.resource-mega-menu-holder .resource-mega-menu-holder__single .resource-mega-menu-holder__card-content {
    overflow: hidden;
    color: #606060;
    text-overflow: ellipsis;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.resource-mega-menu-mobile {
    display: none;
}


/*.resource-mega-menu-holder__single {*/
/*    border-radius: 12px;*/
/*    background: #F0FAFF;*/
/*    padding: 32px;*/
/*    flex: 0 0 auto;*/
/*    width: 32%;*/

/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    align-content: space-between;*/
/*}*/

/*!* Brisati kod ispod ako se vraca na staro *!*/

/*.resource-mega-menu-holder__single.grey {*/
/*    background: #FAFAFA;*/
/*}*/

/*.resource-mega-menu-holder__single.orange {*/
/*    background: #FFF9E8;*/
/*}*/

/*.resource-mega-menu-holder__single .button {*/
/*    font-size: 14px !important;*/
/*    font-family: Figtree, sans-serif !important;*/
/*    font-style: normal !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 1;*/
/*    padding: 18px 24px !important;*/
/*    text-decoration: none !important;*/
/*    display: flex !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-blue {*/
/*    background: #00A3FF !important;*/
/*    color: #fff !important;*/
/*    width: 100% !important;*/
/*    border-radius: 8px !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-blue:hover {*/
/*    background: #0092E3 !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-green {*/
/*    background: #0F4F1E !important;*/
/*    color: #fff !important;*/
/*    width: 100% !important;*/
/*    border-radius: 8px !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-green:hover {*/
/*    background: #043910 !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-yellow {*/
/*    background: #ECB60C !important;*/
/*    color: #fff !important;*/
/*    width: 100% !important;*/
/*    border-radius: 8px !important;*/
/*}*/

/*.resource-mega-menu-holder__single .button-yellow:hover {*/
/*    background: #D2A20A !important;*/
/*}*/

/*.resource-mega-menu-holder__single-top {*/
/*    width: 100%;*/
/*}*/

/*.resource-mega-menu-holder__single-top .resource-mega-menu-holder__single-top-heading {*/
/*    color: #333;*/
/*    font-family: Literata, sans-serif;*/
/*    font-size: 24px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 28px;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list {*/
/*    padding: 16px;*/
/*    border-radius: 8px;*/
/*    background: #FFF;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list:last-of-type {*/
/*    margin-bottom: 48px;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list p {*/
/*    color: #333;*/
/*    font-family: Figtree, sans-serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list a {*/
/*    color: #333;*/
/*    font-family: Figtree, sans-serif;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: 12px;*/
/*    letter-spacing: 1.12px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list a svg {*/
/*    margin-left: 8px;*/
/*    transition: 300ms;*/
/*}*/

/*.resource-mega-menu-holder__single-card-list a:hover svg {*/
/*    transform: translateX(8px);*/
/*}*/

@media only screen and (max-width: 1199px) {
    /*.shop-flower-mega-menu-holder__left a {*/
    /*    height: auto;*/
    /*}*/
    /*.menu-header-menu-container #menu-header-menu {*/
    /*    padding-left: 0;*/
    /*}*/
    /*#menu-header-menu-new .menu-item a, #menu-header-menu .menu-item a {*/
    /*    margin-right: 24px;*/
    /*}*/
    /*#menu-header-menu .login {*/
    /*    padding-left: 24px;*/
    /*}*/
    /*.resource-mega-menu-holder__single {*/
    /*    padding: 24px;*/
    /*}*/
    /*.resource-mega-menu-holder__single-card-list p {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.resource-mega-menu-holder__single .button {*/
    /*    font-size: 12px;*/
    /*}*/
    /*.shop-flower-mega-menu-holder__top__card a,*/
    /*.shop-flower-mega-menu-holder__bottom a {*/
    /*    font-size: 12px;*/
    /*}*/
}

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
    .menu-item.beta-tag {
        margin-right: 20px;
    }

    #menu-header-menu .login {
        padding-left: 32px;
    }

    #menu-header-menu-new .menu-item,
    #menu-header-menu .menu-item {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .open-left {
        display: flex;
        width: 100%;
        height: 100vh;
        -webkit-animation: linear;
        -webkit-animation-name: run;
        -webkit-animation-duration: 0.5s;
        position: fixed;
        cursor: auto;
        overflow: hidden;
    }

    @-webkit-keyframes run {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(0);
        }
    }

    .closeLeft {
        display: flex;
        width: 100%;
        height: 100vh;
        -webkit-animation: linear;
        -webkit-animation-name: run;
        -webkit-animation-duration: 0.5s;
        position: fixed;
        cursor: auto;
        overflow: hidden;
    }

    @keyframes closeLeft {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(100%);
        }
    }


    .header-holder {
        display: none;
    }

    .hamburger {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-item.beta-tag {
        margin-right: 0;
    }

    .hamburger .custom-logo-link img {
        width: 88px;
        height: 36px;
    }

    .hamburger-right {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    /*.hamburger-right a:first-of-type{*/
    /*    margin-right: 16px;*/
    /*}*/
    .hamburger-right {
        gap: 16px;
    }

    .hamburger-menu {
        cursor: pointer;
    }

    .hamburger-menu-holder {
        position: fixed;
        background-color: #FFF9E8;
        top: 0;
        z-index: 1;

        width: 100%;
        right: 0;
        height: 100vh;

        display: none;
    }

    .hamburger-menu-holder .container {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    .hamburger-menu-holder__top {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        position: relative;
        height: 55px;
        margin-bottom: 40px;
    }

    .hamburger-menu-holder__top .back,
    .hamburger-menu-holder__top .back-knowledge {
        /*display: none;*/
        flex-flow: row wrap;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-family: Figtree, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
    }

    .hamburger-menu-holder__top .back svg {
        margin-right: 8px;
    }

    .hamburger-menu-holder__top .close {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .hamburger-menu-holder .menu-header-menu-new-container .menu,
    .hamburger-menu-holder .menu-header-menu-container .menu {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        height: 100%;
        padding-left: 0;
    }

    .hamburger-menu-holder .menu-header-menu-new-container .menu li,
    .hamburger-menu-holder .menu-header-menu-container .menu li {
        list-style: none;
        width: 100%;
        border-radius: 12px;
        background: #FFF;
        margin-bottom: 16px;
        position: relative;
    }

    .hamburger-menu-holder .menu-header-menu-new-container .menu li a {
        color: #333;
        font-family: Literata, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
        display: flex;
        padding: 24px 20px;
        text-decoration: none;
    }

    .hamburger-menu-holder .menu-header-menu-new-container .menu li:nth-of-type(-n+4),
    .hamburger-menu-holder .menu-header-menu-container .menu li:nth-of-type(-n+3) {
        border-radius: 12px;
        background: #FFF;
        margin-bottom: 16px;
        position: relative;
    }

    .hamburger-menu-holder .menu-header-menu-new-container .menu li:nth-of-type(-n+4) a,
    .hamburger-menu-holder .menu-header-menu-container .menu li:nth-of-type(-n+3) a,
    .hamburger-menu-holder .menu-header-menu-container .menu li:nth-child(4) a {
        color: #333;
        font-family: Literata, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        padding: 24px 20px;
        text-decoration: none;
    }

    .hamburger-menu-holder .menu-header-menu-container .menu li:nth-last-child(-n+2) {
        padding-left: 20px;
        background: transparent;
        border-radius: 0;
    }

    .hamburger-menu-holder .menu-header-menu-container .menu li:nth-last-child(-n+2) a {
        color: #333;
        font-family: Figtree, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        pointer-events: revert;
    }

    .products,
    .shop-flower,
    .resource {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
    }

    .products a,
    .shop-flower a,
    .resource a {
        width: 100%;
        z-index: 2;
    }

    .products svg,
    .shop-flower-top svg,
    .resource svg {
        display: block;
        position: absolute;
        right: 20px;
    }

    .shop-flower-top svg {
        top: 30px;
    }

    .hamburger-menu-holder .menu-header-menu-container .menu .login {
        padding-top: 32px;
        border-top: 1px solid #C8C8C8;
        margin-top: 32px;
        margin-right: 0;

        margin-bottom: 32px;
    }

    .hamburger-menu-holder__socials {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        margin-bottom: 40px;

        position: absolute;
        bottom: 0;
        left: 0;
    }

    .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right img {
        display: none;
    }

    .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left {
        flex: 0 0 100%;
    }

    .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__top__card .shop-flower-mega-menu-holder__top__card-top a {
        margin: 17px 0;
    }

    .shop-flower-mega-menu-mobile {
        z-index: 2;
        width: 100%;
        right: 0;
        position: fixed;
        top: 0;
        height: 100%;
        background: #fff;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder {
        background: transparent;
        padding: 30px 7px 32px 16px;
    }

    .product-mega-menu-mobile {
        display: none;

        z-index: 1;
        width: 90%;
        right: 0;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
    }

    .product-mega-menu-mobile .container {
        height: 100%;
    }

    .product-mega-menu-mobile .container .row {
        height: 100%;
    }

    .product-mega-menu-mobile .container .row .product-mega-menu-holder {
        padding: unset;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
    }

    .product-mega-menu-mobile .container .row .product-mega-menu-holder__content {
        height: 85%;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        align-content: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .product-mega-menu-mobile .container .row .product-mega-menu-holder__content p svg {
        width: 100%;
    }

    .resource-mega-menu-mobile {
        display: none;

        z-index: 1;
        width: 100%;
        right: 0;
        position: fixed;
        background: #fff;
        top: 0;
        height: 100%;
    }

    .resource-mega-menu-mobile .hamburger-menu-holder__top {
        margin-bottom: 32px;
        padding-top: 0;
    }

    .resource-mega-menu-mobile .resource-mega-menu-holder {
        padding: 30px 7px 32px 16px;
    }

    .resource-mega-menu-mobile .hamburger-menu-holder__top .back {
        display: flex;
        margin-bottom: 32px;
    }

    .resource-mega-menu-holder {
        display: flex;
        flex-flow: row wrap;
    }

    .resource-mega-menu-holder__top {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .resource-mega-menu-holder__top .resource-mega-menu-holder__top-heading {
        color: #333;
        font-family: Literata, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 40px;
    }

    .resource-mega-menu-holder__bottom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .resource-mega-menu-holder__bottom ul {
        list-style: none;
        padding-left: 0;
    }

    .resource-mega-menu-holder__bottom ul li {
        border-radius: 12px;
        margin-bottom: 12px;
        width: 100%;
        border: 1px solid #F2F2F2;
        background: #FFF;
    }

    /*.resource-mega-menu-holder__bottom ul li:nth-child(1) {*/
    /*    background-color: #F0FAFF;*/
    /*}*/
    /*.resource-mega-menu-holder__bottom ul li:nth-child(2) {*/
    /*    background-color: #FAFAFA;*/
    /*}*/
    /*.resource-mega-menu-holder__bottom ul li:nth-child(3) {*/
    /*    background-color: #FFF9E8;*/
    /*}*/
    .resource-mega-menu-holder__bottom ul li a {
        color: #333;
        font-family: Literata, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-decoration: none;
        padding: 20px;
        cursor: pointer;


        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .resource-mega-menu-holder__bottom ul li a svg {
        display: none;
    }

    .resource-mega-menu-holder__knowledge,
    .resource-mega-menu-holder__plant,
    .resource-mega-menu-holder__blog {
        position: absolute;
        padding: 30px 31px 32px 16px;
        background: #fff;
        display: none;
    }

    .resource-mega-menu-holder__plant .resource-mega-menu-holder__bottom-card-single,
    .resource-mega-menu-holder__knowledge .resource-mega-menu-holder__bottom-card-single,
    .resource-mega-menu-holder__blog .resource-mega-menu-holder__bottom-card-single {
        border-radius: 8px;
        background: #FAFAFA;
        padding: 16px;
        margin-bottom: 12px;
    }

    .resource-mega-menu-holder__plant .resource-mega-menu-holder__bottom-card-single p,
    .resource-mega-menu-holder__knowledge .resource-mega-menu-holder__bottom-card-single p,
    .resource-mega-menu-holder__blog .resource-mega-menu-holder__bottom-card-single p {
        color: #333;
        font-family: Figtree, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .resource-mega-menu-holder__plant .resource-mega-menu-holder__bottom-card-single a,
    .resource-mega-menu-holder__knowledge .resource-mega-menu-holder__bottom-card-single a,
    .resource-mega-menu-holder__blog .resource-mega-menu-holder__bottom-card-single a {
        color: #333;
        font-family: Figtree, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .resource-mega-menu-holder__plant .resource-mega-menu-holder__bottom-card-single a svg,
    .resource-mega-menu-holder__knowledge .resource-mega-menu-holder__bottom-card-single a svg,
    .resource-mega-menu-holder__blog .resource-mega-menu-holder__bottom-card-single svg {
        margin-left: 8px;
    }

    .resource-mega-menu-holder__knowledge-btn {
        color: #333;
        font-family: Figtree, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .resource-mega-menu-holder__knowledge-btn svg {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 991px) {

    .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left {
        margin-bottom: 40px;
    }

    .login a {
        padding-left: 0 !important;
    }

    .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__left .shop-flower-mega-menu-holder__left-header {
        color: #333;
        font-family: 'Literata', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right-bottom {
        display: flex;
        flex-flow: row wrap;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right-bottom .shop-flower-mega-menu-holder__right {
        flex: 0 0 100%;
        margin-bottom: 12px;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right-bottom .shop-flower-mega-menu-holder__right:last-of-type {
        margin-bottom: 0;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right-bottom .shop-flower-mega-menu-holder__right {
        border-radius: 12px;
        border: 1px solid #EEF9F1;
        background: #FFF;
    }

    .shop-flower-mega-menu-mobile .shop-flower-mega-menu-holder .shop-flower-mega-menu-holder__right-bottom .shop-flower-mega-menu-holder__right a {
        color: #333;
        font-family: 'Literata', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
        text-decoration: none;
        padding: 20px 16px;
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .header .header__purple-banner p,
    .header .topHeaderCoupon p,
    .header .topHeaderCoupon a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .hamburger-right a svg {
        width: 32px;
        height: 32px;
    }

    .resource-mega-menu-holder__bottom ul li {
        margin-bottom: 16px;
    }

    .resource-mega-menu-holder__plant .resource-mega-menu-holder__bottom-card-single,
    .resource-mega-menu-holder__knowledge .resource-mega-menu-holder__bottom-card-single,
    .resource-mega-menu-holder__blog .resource-mega-menu-holder__bottom-card-single {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .header .header__purple-banner p,
    .header .topHeaderCoupon p,
    .header .topHeaderCoupon a {
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 380px) {
    .header .topHeaderCoupon p,
    .header .topHeaderCoupon a {
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 350px) {
    .header .topHeaderCoupon p,
    .header .topHeaderCoupon a {
        width: 100%;
        margin: auto;
    }
}