@import url("colors.css");
@import url("fonts.css");


/* Colors */
.purple {
    color: var(--purple-color) !important;
}

.white {
    color: #fff !important;
}



/* SHARED STYLE START */
.underlined {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.link-icon {
    padding-right: 5px;
    text-decoration: none !important;
}

.centered-text {
    text-align: center !important;
}

.right-text {
    text-align: right !important;
}

.centered-button {
    display: inline-block;
    margin: 0 auto;
}

.text-decoration-none,
.text-decoration-none:hover {
    text-decoration: none !important;
}

.font-1em {
    font-size: 1em !important;
}

.font-1-5em {
    font-size: 1.5em !important;
}

.font-1-75em {
    font-size: 1.75em !important;
}

.font-2em {
    font-size: 2em !important;
}

.bold {
    font-weight: bold !important;
    ;
}

.no-backgroud-color {
    background-color: transparent !important;
}

.section {
    min-height: 60px;
    padding-top: 5.9375em;
    padding-bottom: 5.9375em;
    max-width: 120em;
    margin: 0 auto;
}

.section.section-half-padding {
    min-height: initial;
    padding-top: 2.9688em;
    padding-bottom: 2.9688em;
}

.section.section-no-padding {
    min-height: initial;
    padding-top: 0em;
    padding-bottom: 0em;
}

.section.no-border {
    border: none;
}

.section-white {
    background-color: #fff;
}

.section-light-grey {
    background-color: var(--lightest-grey-color);
}

.section-dark-grey {
    background-color: var(--dark-grey-color);
}

.section-lined-title {
    color: var(--purple-color);
    font-size: 1.125em;
    font-family: 'lucidahandwriting';
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 40px;
}

.section-lined-title::before,
.section-lined-title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background: var(--purple-color);
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-lined-title::before {
    left: 0;
}

.section-lined-title::after {
    right: 0;
}

.section-title {
    font-family: 'opensans-semibold';
    color: var(--dark-grey-color);
    font-size: 3em;
}

.section-title-subline {
    width: 3.125em;
    height: 2px;
    background-color: var(--light-pink-color);
    margin: 0 auto;
}

.section-text {
    font-family: 'opensans-regular';
    font-size: 1em;
}

.section .top-wave {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
    aspect-ratio: 1920 / 65;
    transform: rotate(180deg);
    z-index: 2;
}

.section .top-wave svg {
    width: calc(100% + 1.3px);
    height: 100%;
    transform: rotateY(180deg);
}

.section .top-wave .fill {
    fill: #fff;
    transform-origin: center;
}

ul.clean-list,
ol.clean-list {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

ul.clean-list li,
ol.clean-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

/* SHARED STYLE END */

body {
    font-size: 16px;
    font-family: 'opensans-regular';
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    padding-top: 5em;
    color: var(--dark-grey-color);
}

body.has-cart {
    padding-top: 7.375em;
}

html,
body {
    height: 100%;
    margin: 0;
    background-color: #fff;
}

.wrapper {
    flex: 1 0 auto;
}






/* MENU BAR START */
.top-bar {
    background-color: transparent;
}

.top-bar .cart-bar {
    display: none;
    background-color: transparent;
    min-height: 2.375em;
    color: #ffffff;
}

.top-bar .cart-bar.scrolled {
    background-color: var(--darker-grey-color);
    transition: background-color 200ms linear;
}

.top-bar .cart-bar .cart-bar-content {
    padding-right: 5em;
    padding-top: 0.25em;
    text-align: right;
}

body.has-cart .top-bar .cart-bar {
    display: block;
}

.top-bar .cart-bar .badge-pill {
    background-color: var(--dark-purple-color);
    color: #ffffff;
}


.top-bar .top-menu {
    background-color: transparent;
    height: 7.75em;
}

.top-bar .top-menu.scrolled {
    background-color: var(--darker-grey-color);
    transition: background-color 200ms linear;
}

.top-bar .top-menu .top-menu-xl-logo-item {
    position: relative;
    top: 1.125em;
    margin-left: 5.625em;
    margin-right: 5.625em;
}

.top-bar .top-menu .top-menu-xl-item {
    position: relative;
    top: 1.75em;
    margin-left: 2.1em;
    margin-right: 2.1em;
    font-size: 1.125em;
    color: #fff;
    text-decoration: none;
}

.top-bar .top-menu .top-menu-xl-item.active,
.top-bar .top-menu .top-menu-xl-item:hover {
    color: var(--purple-color);
    text-decoration: none;
}

.top-bar .navbar {
    background-color: #fff;
}

.top-bar .navbar .navbar-collapse {
    border-top: 1px solid rgb(240, 240, 240);
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.top-bar .navbar-brand {
    min-height: 64px;
}

.top-bar .navbar-brand img {
    max-width: 170px;
    position: relative;
}


.top-bar ul.navbar-nav li.nav-item {
    padding: 0 0 0 30px;
}

.top-bar ul.navbar-nav li.nav-item a.nav-link {
    color: var(--dark-purple-color);
    font-family: 'opensans-regular';
    font-size: 1em;
}

.top-bar ul.navbar-nav li.nav-item.active a.nav-link {
    color: var(--teal-color);
}

.top-bar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--teal-color);
}

.top-bar ul.navbar-nav li.nav-item a.nav-link.special,
.top-bar ul.navbar-nav li.nav-item a.nav-link.special:hover {
    background-color: var(--teal-color);
    border-radius: 4px;
    border-bottom: none;
    color: #ffffff;
}

.top-bar ul.navbar-nav li.nav-item a.nav-link.special.special-pc {
    padding: 0.30rem 0.5rem;
    position: relative;
    top: 0.15em;
}

.top-bar ul.navbar-nav li.nav-item:last-child {
    padding: 0;
}

/* MENU BAR END */









/* FILTER BOX */
.filter-box {
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;*/
    border-color: rgba(0, 0, 0, .10);
}

.filter-box .card-header {
    position: relative;
    color: var(--dark-purple-color);
    padding: .375em .625em;
}

.filter-box .card-body {
    padding: .625em;
}

.filter-box .card-header button {
    color: var(--dark-purple-color);
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

.filter-box .card-header .card-collapse .card-collapse-toggler {
    color: var(--dark-purple-color);
    text-decoration: none;
}

.filter-box .filter-list ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style: none;
    list-style-type: none;
}

.filter-box .filter-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.filter-box .filter-list ul li i {
    margin-right: 0.5em;
}

.btn-apply-filters {
    cursor: pointer;
}

.dropdown-item.active {
    background-color: var(--dark-purple-color);
}

.dropdown-item:active {
    background-color: var(--dark-purple-color);
}

/* FILTER BOX END */


/* HOME BANNER */
.home-banner {
    position: relative;
    background-image: url(/image/iStock-498665609-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 1280;
    padding: 0;
}

.home-banner .home-banner-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(/image/home-banner-bottom.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 74;
}

.home-banner .home-banner-green-herb {
    position: absolute;
    bottom: -2.125em;
    width: 15.1875em;
    height: 13.8125em;
    right: 3.125em;
    background-image: url(/image/leaf.png);
}

.home-banner .container,
.home-banner .row {
    height: 100%;
    position: relative;
}

.home-banner-text {
    position: relative;
    top: 40%;
}

.home-banner-text .home-banner-title {
    font-size: 2.25em;
    font-family: 'lucidahandwriting';
}

.home-banner-text .home-banner-description {
    font-size: 3em;
    font-family: 'opensans-regular';
    line-height: 1.25em;
}

.home-banner-text .home-banner-buttons a {
    font-size: 1em;
    padding: 1.5em 3.75em;
}

/* HOME BANNER END */


/* HOME HISTORY START */
.home-history .section-lined-title {
    margin-top: 3.333em;
}

.home-history .home-history-subtitle {
    font-size: 2.25em;
    font-family: 'lucidahandwriting';
    color: var(--dark-grey-color);
}

.home-history .history-text {
    font-size: 1em;
    font-family: 'opensans-regular';
    color: var(--dark-grey-color);
}

/* HOME HISTORY END */

/* HOME JOIN START */
.home-join {
    position: relative;
}

.home-join .home-join-tomato {
    position: absolute;
    top: -5.625em;
    width: 13.5625em;
    height: 12.75em;
    left: 3.125em;
    background-image: url(/image/tomatto.png);
}

.home-join .home-join-button {
    font-size: 1em;
    padding: 1em 3em;
}

/* HOME JOIN END */


/* INNER BANNER */
.inner-banner {
    background-color: var(--dark-purple-color);
}

/* INNER BANNER END */



/* INNNER BOOK PAGE */
.inner-page .book-title {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2.8125em;
    line-height: 1em;
}

.inner-page .book-subtitle {
    color: var(--teal-color);
    font-family: 'opensans-regular';
    font-size: 1.5em;
}

.inner-page .cover-block img {
    aspect-ratio: 253 / 351;
    border-radius: 0.5em;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.inner-page .cover-block-mini img {
    aspect-ratio: 253 / 351;
    border-radius: 0.5em;
    width: 25%;
}

/* INNER BOOK PAGE END */

/* EVENT PAGE */

.inner-page .event-title {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2.8125em;
    line-height: 1em;
}

.inner-page .events .card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border-color: transparent;
}

.inner-page .event-side-picture {
    margin: 0 auto;
    width: 7.125em;
    height: 7.125em;
}

.inner-page .event-side-picture img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 200 / 200;
}

.inner-page .event-side-title {
    font-family: 'opensans-semibold';
    font-size: 1.5em;
    color: var(--dark-purple-color);
}

.inner-page .event-side-subtitle {
    font-family: 'opensans-semibold';
    font-size: 1.25em;
    color: var(--dark-blue-color);
}

.inner-page .event-side-title-badge {
    font-size: 0.9em;
}

.inner-page .event-side-socials {
    font-size: 2em;
    color: var(--light-purple-color);
}

.inner-page .event-side-socials a {
    color: var(--light-purple-color);
    text-decoration: none;
}

/* EVENT PAGE END */


/* MERCH PAGE */
.inner-page .product-box-badge {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    background-color: rgba(13, 206, 181, 0.5);
    /*color: #000;*/
}

.inner-page .product-listing .order-filter {
    max-width: 10.625em;
    display: inline-block;
    margin-left: 0.5em;
}

.inner-page .product-box .card {
    border-color: rgba(0, 0, 0, .10);
    transition: 0.25s;
}

.inner-page .product-box .card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border-color: transparent;
}

.inner-page .product-box .product-picture {
    aspect-ratio: 360 / 300;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.inner-page .product-box .product-info {
    padding: 1.75em;
}

.inner-page .product-box .product-info .product-title {
    font-family: 'opensans-semibold';
    color: var(--dark-purple-color);
}

.inner-page .product-box .product-info .product-price {
    color: var(--teal-color);
}

.inner-page .product-box .product-info .btn-add-to-cart:disabled {
    cursor: not-allowed;
}

.inner-page .shopping-cart .btn:disabled {
    cursor: not-allowed;
}

.inner-page .shopping-cart .canada-post-icon {
    width: 1.5625em;
    height: 1.5625em;
}

.inner-page .shopping-cart .btn-paypal-checkout {
    max-width: 18.75em;
}

/* MERCH PAGE END */



/* INNNER CONTACT PAGE */
.inner-page .contact-title {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2.8125em;
    line-height: 1em;
}

.inner-page .contact-page-subtitle {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2em;
    line-height: 1em;
}

.inner-page .information-list .icon {
    display: inline-block;
    margin-right: 0.675em;
    font-size: 1em;
    width: 1.1em;
    position: relative;
    vertical-align: top;
}

.inner-page .information-list .icon i {
    font-size: 1em;
    width: 1.1em;
    color: var(--teal-color);
}

.inner-page .information-list .text {
    display: inline-block;
    font-size: 1em;
    line-height: 1.25em;
    color: var(--light-blue-color);
    font-family: 'opensans-semibold';
    padding-bottom: 1.1429em;
    text-decoration: none;
    width: 13.33em;
}

/* INNNER CONTACT PAGE END */


/* SHOPPING CART PAGE */
.shopping-cart .shopping-cart-title {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2.8125em;
    line-height: 1em;
}

.shopping-cart .shopping-cart-item-total {
    color: var(--grey-color);
    font-family: "opensans-semibold";
    font-size: 1.25em;
    line-height: 1em;
}

.shopping-cart .shoping-cart-summary-title {
    color: var(--dark-purple-color);
    font-family: "opensans-semibold";
    font-size: 2em;
    line-height: 1em;
}

/* SHOPPING CART PAGE END */



/* CONTACT PAGE START */
.inner-page.contact-page .comms .comm-block {
    display: inline-block;
    padding: 1em;
    background-color: var(--purple-color);
    color: #fff;
    font-size: 1.2em;
}

.inner-page.contact-page .comms .comm-detail {
    vertical-align: top;
    display: inline-block;
}

/* CONTACT PAGE END */


.meal-checkbox {
    margin: -1em 0 0 0;
}


/* TABLE STYLES */
table {
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.inner-page table thead tr {
    height: 60px;
    background: #6c7182;
}

.inner-page table thead th {
    font-family: 'opensans-regular';
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    text-align: left;
}

.inner-page table thead th,
.inner-page table tbody td {
    vertical-align: middle !important;
    border: none !important;
}

.inner-page table tbody tr {
    font-family: 'opensans-regular';
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset;
}

.inner-page table tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.inner-page table.editable-list td {
    cursor: pointer;
}



/* TABLE STYLES END */



/* FOOTER START */
.footer {
    flex-shrink: 0;
    width: 100%;
    background-color: var(--darker-grey-color);
    padding-bottom: 3.9375em;
    padding-top: 0;
    position: relative;
}

.footer .footer-menu {
    padding-top: 3.75em;
}

.footer .footer-menu .container {
    border-bottom: 1px solid #242424;
}

.footer .footer-menu .footer-contact-info i {
    color: var(--purple-color);
    margin-right: 0.5em;
}

.footer .footer-menu .footer-contact-info span {
    color: var(--lighter-grey-color);
}

.footer .footer-menu .footer-text {
    font-family: 'opensans-regular';
    font-size: 1em;
    hyphens: auto;
    color: var(--light-grey-color);
}

.footer .footer-menu .footer-nav-title {
    font-family: 'lucidahandwriting';
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

.footer .footer-menu .footer-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.footer .footer-menu .footer-nav-menu li {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background: url(/image/footer-arrow-chevron.png) left 0.5em no-repeat;
    padding-left: 1.5em;
    font-family: 'opensans-regular';
    font-size: 1em;
}

.footer .footer-menu .footer-nav-menu li>a {
    text-decoration: none;
    color: var(--lighter-grey-color);
}

.footer .signature .site-by {
    color: var(--lighter-grey-color);
}

.footer .signature .site-by a {
    margin-left: 1em;
}

.footer .signature .copyright {
    text-align: right;
    color: var(--lighter-grey-color);
}

/* FOOTER END */

/* SCROLL TO TOP START */
.scroll-to-top {
    display: none;
    z-index: 9999;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
}

.scroll-to-top span {
    position: absolute;
    top: 29%;
    left: 30%;
}

/* SCROLL TO TOP END */








/* Extra Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-bar .cart-bar {
        background-color: var(--darker-grey-color) !important;
    }

    .top-bar ul.navbar-nav li.nav-item {
        padding: 0;
    }

    .home-banner {
        background-image: url(/image/iStock-498665609-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        aspect-ratio: initial;
        padding-bottom: 4.5em;
    }

    .home-banner-text {
        top: 10%;
    }

    .home-banner-text .home-banner-title {
        font-size: 2em;
    }

    .home-banner-text .home-banner-description {
        font-size: 1em;
    }

    .home-banner-text .home-banner-buttons a {
        font-size: 1em;
        padding: 1em 3em;
        display: block;
        max-width: 16.875em;
        margin: 0 auto;
    }

    .home-history .section-lined-title {
        margin-top: 0;
    }

    .footer .mobile-section-subscribe .subscribe-title {
        font-size: 2em;
    }

    .footer .mobile-section-subscribe .subscribe-subtitle {
        font-size: 0.9em;
    }

    .footer .mobile-section-subscribe .input-group .btn {
        font-size: 0.8em;
    }

    .footer .footer-menu {
        padding-top: 5.75em;
    }

    .footer .signature .copyright {
        text-align: left;
    }
}


/* Extra Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .top-bar .cart-bar {
        background-color: var(--darker-grey-color) !important;
    }

    .top-bar ul.navbar-nav li.nav-item {
        padding: 0;
    }

    .home-banner-text {
        top: 20%;
    }

    .home-banner-text .home-banner-title {
        font-size: 2em;
    }

    .home-banner-text .home-banner-description {
        font-size: 1.5em;
    }

    .home-banner-text .home-banner-buttons a {
        font-size: 1em;
        padding: 1em 3em;
    }

    .home-banner-text .home-banner-buttons a:first-child {
        margin-right: 1.25em;
    }

    .home-history .section-lined-title {
        margin-top: 0;
    }

    .footer .mobile-section-subscribe .input-group .btn {
        font-size: 0.8em;
    }

    .footer .footer-menu {
        padding-top: 5.75em;
    }

    .footer .signature .copyright {
        text-align: left;
    }

    .footer .signature .site-by a {
        margin-left: 0;
    }
}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .top-bar .cart-bar {
        background-color: var(--darker-grey-color) !important;
    }

    .top-bar ul.navbar-nav li.nav-item {
        padding: 0;
    }

    .home-banner-text {
        top: 30%;
    }

    .home-banner-text .home-banner-title {
        font-size: 2em;
    }

    .home-banner-text .home-banner-description {
        font-size: 2em;
    }

    .home-banner-text .home-banner-buttons a {
        font-size: 1em;
        padding: 1em 3em;
    }

    .home-banner-text .home-banner-buttons a:first-child {
        margin-right: 1.25em;
    }

    .home-history .section-lined-title {
        margin-top: 0;
    }

    .footer .top-subscribe-block {
        top: calc(-9.75em / 2 + 1px);
        padding: 1em;
    }

    .footer .top-subscribe-block .subscribe-title {
        font-size: 1.5em;
    }

    .footer .top-subscribe-block .subscribe-subtitle {
        font-size: 0.8em;
    }

    .footer .top-subscribe-block .input-group {
        top: 1em;
    }

    .footer .top-subscribe-block .input-group .btn {
        font-size: 0.8em;
    }

    .footer .footer-menu {
        padding-top: 5.75em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {



    .top-bar .top-menu .top-menu-xl-logo-item {
        margin-left: 2.8125em;
        margin-right: 2.8125em;
    }

    .top-bar .top-menu .top-menu-xl-item {
        margin-left: 1.55em;
        margin-right: 1.55em;
    }

    .home-banner {
        margin-top: -7.75em;
    }

    .home-banner-text .home-banner-title {
        /*margin-top: 6.5em;*/
        font-size: 2em;
    }

    .home-banner-text .home-banner-description {
        font-size: 2em;
    }

    .home-banner-text .home-banner-buttons a {
        font-size: 1em;
        padding: 1em 3em;
    }

    .home-banner-text .home-banner-buttons a:first-child {
        margin-right: 1.25em;
    }

    .footer .top-subscribe-block {
        top: calc(-9.75em / 1.5 + 1px);
        padding: 1.5em;
    }

    .footer .top-subscribe-block .subscribe-title {
        font-size: 1.5em;
    }

    .footer .top-subscribe-block .subscribe-subtitle {
        font-size: 0.9em;
    }

    .footer .top-subscribe-block .input-group {
        top: 0.5em;
    }

    .footer .top-subscribe-block .input-group .btn {
        font-size: 0.8em;
    }

    .footer .footer-menu .footer-logo img {
        max-width: 11.25em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .home-banner {
        margin-top: -7.75em;
    }

    .home-banner-text .home-banner-buttons a:first-child {
        margin-right: 1.25em;
    }
}