@keyframes rotate-infinite {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#wpadminbar {
    display: none;
}
.fa-spinner {
    font-size: 18px;
    animation: rotate-infinite 1s linear infinite;
}
.fa-spinner.sp-lg {
    font-size: 24px;
}
html {

}
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0 0 320px 0;
    position: relative;
    min-height: 100vh;
}
.clear-both {
    clear: both;
}
.form-group-inline {
    display: flex;
    align-items: center;
}
input[type=text]:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.site-main-wrapper {
    padding-top: 100px;
}
.disp-none {
    display: none;
}
.mt-50px {
    margin-top: 50px;
}
a {
    text-decoration: none !important;
    color: #28a745;
    transition: color 300ms;
}
a:hover {
    color: #28a745;
}
.btn:disabled {
    cursor: not-allowed;
}
.btn-link {
    color: #28a745;
    text-decoration: none;
}
.btn-link:hover {
    color: #28a745;
    text-decoration: none;
}
.btn-link:active, .btn-link:focus {
    text-decoration: none;
}
.btn.btn-success {
    background-color: #00B67A;
    border-color: #00B67A;
    transition: opacity 300ms;
}
.btn.btn-success:hover {
    opacity: 0.85;
}
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #00B67A;
    border-color: #00B67A;
}
.colors-1 {
    color: #303030;
}
.colors-2 {
    color: #5a6268;
}
.color-green {
    color: #00B67A;
}
.cursor-pointer {
    cursor: pointer;
}
.tooltip-inner {
    font-size: 14px;
    padding: 0.75rem;
    max-width: 280px;
}
.form-control.no-outline:focus {
    box-shadow: none;
    outline: none;
    border-color: #ccc;
}
.form-control {
    border-color: #eee;
}
.hm-navigation {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 990;
}

.nav-left, .nav-right {
    display: flex;
    align-items: center;
}
.other-navs {
    margin-right: 1rem;
}
.site-logo img {
    height: 65px;
}
.nav-mobile-menu {
    display: none;
}
.nav-items {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0 30px 0 30px;
}
.nav-items li {
    position: relative;
}
.nav-items .nav-item-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 15px;
    z-index: 9999;
    transition: opacity 300ms;
}
.nav-items .nav-item-dropdown:before {
    position: absolute;
    top: 8px;
    left: 20%;
    content: "";
    border: 8px solid #fff;
    border-color: transparent transparent #fff #fff;
    transform: translateX(-50%) rotate(135deg);
    box-shadow: -1px 1px 3px rgba(57,73,76, .1);
}
.nav-items .nav-item-dropdown-wrap {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 2px 10px 0;
}
.nav-items .nav-item-dropdown:hover {
    opacity: 1;
    visibility: visible;
}
.nav-items .nav-item.has-dropdown:hover + .nav-item-dropdown {
    opacity: 1;
    visibility: visible;
}
.nav-items .nav-item {
    display: inline-block;
    color: #6c757d;
    font-family: sofia-pro, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-right: 30px;
    text-transform: capitalize;
    white-space: nowrap;
}
.nav-items .nav-item-dropdown .nav-item {
    display: block;
    padding: 0.5rem 1.5rem;
    margin: 0;
}
.nav-items .nav-item:hover {
    color: #808080;
}
.nav-items a:hover {
    color: #404040;
}
.hm-header {
    position: relative;
    height: 450px;
    background-position: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-popup-close {
    display: none;
}
.hm-header-wrap {
    margin: 0 auto;
    max-width: 1140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.home-watch-video {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}
/*.home-watch-video .video-play {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*}*/
/*.home-watch-video .video-play i {*/
/*    font-size: 45px;*/
/*    line-height: 90px;*/
/*}*/
.hm-header-left {
    text-align: center;
    padding: 30px;
    max-width: 500px;
    position: relative;
    z-index: 10;
}

.hm-steps {
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 1140px;
    margin: 0 auto;
}

.step-items {
    margin-top: 2rem;
    display: flex;
}

.step-item {
    padding: 0 1rem;
    text-align: center;
}

.step-item img {
    width: 100px;
}
.step-item h4 {
    font-weight: 600;
}
.hm-mean-plans {
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 1260px;
    margin: 0 auto;
}

.image-card-items {
    /*margin-top: 2rem;*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.image-card-items.image-card-col-2 .image-card {
    width: 50%;
}
.image-card {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.image-card p {
    padding: 8px;
    margin: 0;
    font-size: 14px;
}

.image-card h4 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.2rem;
}
.image-card-meta {
    border-top: 1px solid #eee;
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.image-card-meta > span {
    display: inline-block;
    margin: 0 0.5rem;
    color: #67757c;
}
.image-card-meta > .separator {
    display: inline-block;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #eee;
}
.image-card-meta > span > i {
    margin-right: 5px;
}
.image-card img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.image-card .image-card-body {
    padding: 1rem;
    color: #303030;
    min-height: 180px;
}
.recipe-list .image-card .image-card-body {
    min-height: 150px;
}
.image-card-wrap {
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 2px 10px 0;
    transition: all 0.3s;
}
.image-card-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0 2px 10px 5px;
}

.footer-join {
    background-image: url("https://images.greenchef.com/greenchef-assets/images/home/feel-great/2019-12-02/desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 40%;
    padding-left: 40%;
    padding-bottom: 100px;
    padding-top: 100px;
    min-height: 450px;
}

.footer-join-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.footer-join-certs img {
    height: 40px;
    margin-top: 2rem;
}

.site-footer {
    background-color: #84329B;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 320px;
}
.site-footer a:hover {
    color: #ccc;
}
.site-footer-wrap {
    padding: 30px 0;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    color: #ffffff;
}

.footer-logo {
    text-align: center;
    margin-bottom: 1rem;
}

.footer-logo > span {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.footer-logo img {
    height: 105px;
}

.footer-col {
    width: 33.33%;
}

.footer-subscribe label {
    display: block;
    text-align: center;
}

.footer-subscribe input[type=text] {
    width: 100%;
    height: 35px;
    margin-top: 0.5rem;
    border: none;
}

.footer-subscribe .btn {
    margin-top: 0.5rem;
    width: 100%;
    height: 35px;
}

.btn.btn-no-shadow {
    box-shadow: none;
}

.footer-nav {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer-nav-item {
    color: #fff;
    padding: 2px 0;
    font-size: 16px;
}

.footer-socials {
    text-align: center;
}

.footer-socials a {
    margin: 0 15px;
    color: #ffffff;
    font-size: 22px;
}

.single-recipe-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.recipe-image {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.video-play {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
    transition: opacity 300ms;
}
.video-play i {
    font-size: 50px;
    color: #00b67a;
    line-height: 100px;
    margin-left: 8px;
    transition: color 300ms;
}
.video-play:hover > i{
    color: #84329B;
}
.z-index-99  {
    z-index: 99;
}
.br-ddd {
    border-right: 1px solid #eee;
}
.color-white {
    color: #ffffff;
}
.count-info {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
}
.count-box {
    width: 50%;
}
.count-box > span {
    display: block;
    text-align: center;
}
.count-box:not(:last-child) {
    border-right: 1px solid #eee;
}
.count-box > span:first-child {
    font-size: 40px;
}

@media (min-width: 1200px) {
    .container-narrow {
        max-width: 960px;
    }
}
.ingredients-list {
    /*border: 1px solid #eee;*/
    /*padding: 1rem;*/
    /*background-color: #f8f9fa;*/
    /*border-radius: 5px;*/
}
.ingredients-list .ingredient-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}
.ingredients-list .ingredient-item:last-child {
    margin-bottom: 0;
}
.ingredients-list .ingredient-item i {
    margin-right: 0.5rem;
    color: #5f6d74;
    line-height: 24px;
    font-size: 12px;
}
.instructions-list .instruction-item {
    display: flex;
    /*border-bottom: 1px solid #eee;*/
    padding-top: 1.5rem;
}
.instructions-list .instruction-item > div:first-child {
    margin-right: 1rem;
}
.instruction-item-title {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #eee;
}
.floating-share {
    position: absolute;
    left: -80px;
    top: 0;
}
.floating-share-links {
    padding: 1rem;
    /*border: 1px solid #eee;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
.floating-share a {
    font-size: 24px;
    color: #6c757d;
    margin-bottom: 2rem;
}
.floating-share a:last-child {
    margin-bottom: 0;
}
.avatar-placeholder {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-bottom: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 7px 1px rgba(0,0,0, 0.3);
}
.avatar-placeholder i {
    font-size: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.cooking-types {
    display: flex;
}
.cooking-types .cooking-type {
    display: inline-block;
    font-size: 1rem;
    margin-right: 0.5rem;
    font-weight: normal;
    padding: 3px 10px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
}
.hm-register-form {
    width: 100%;
    border-radius: 5px;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
}
.hm-register-form h1,
.hm-register-form h2,
.hm-register-form h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.bg-box p {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #eee;
}
.modal-dialog-video .modal-body {
    padding: 0;
}
.meal-plan-single-wrap {
    padding-bottom: 100px;
}
.page-top-bg {
    position: relative;
    background-position: center 35%;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    margin-bottom: 60px;
    display: flex;
    /*align-items: center;*/
    padding-top: 120px;
    justify-content: center;
}
.bg-purple {
    background-color: #84329b;
}
.page-header {
    text-align: center;
    color: #303030;
}
.page-header h3 {
    font-weight: bold;
    font-size: 50px;
}
.page-header p {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.3);
}
.page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.woocommerce-ordering .orderby {
    border: none;
    outline: none;
    color: #67757c;
}
.woocommerce-result-count {
    color: #67757c;
}
.woocommerce-loop-product__title {
    color: #303030;
    font-weight: bold;
}
.woocommerce ul.products li.product .price {
    font-weight: bold;
}
.woocommerce span.onsale {
    border-radius: 3px;
    line-height: 1;
    height: auto;
    min-height: unset;
    min-width: unset;
    padding: 0.5rem 1rem;
}
.woocommerce ul.products li.product .onsale {
    left: 0;
    margin: -.5em 0 0 -.5em;
    right: auto;
}
.woocommerce button.button.alt {
    background-color: #00b67a;
    outline: none;
}
.woocommerce button.button.alt:hover {
    opacity: 0.85;
    background-color: #00b67a;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    outline: none;
    padding-right: 5px;
    margin-right: 1.5rem;
    font-size: 20px;
    font-weight: 600;
    color: #67757c;
}
.single_add_to_cart_button {
    height: 50px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.woo-meta-title {
    font-weight: bold;
    display: inline-block;
    width: 120px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart {
    margin-top: 1rem;
    padding: 2rem 0 2rem 0;
    border-bottom: 1px solid #eee;
}
.woocommerce-product-details__short-description p {
    margin: 0;
}
.product_meta a {
    color: #303030;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 12px;
    width: calc(25% - 9px);
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 12px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}
.product > .button {
    display: none !important;
}
.woocommerce div.product div.images {
    padding-bottom: 4rem;
}
.woocommerce-breadcrumb {
    display: none !important;
}
.comment-form-comment textarea {
    padding: .5rem;
    outline: none;
    border-color: #ddd;
}
.woocommerce-products-header {
    margin-bottom: 2rem;
    text-align: center;
}
.woocommerce-products-header h1 {
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce div.product form.cart div.quantity {
    position: relative;
}
/*.woocommerce div.product form.cart div.quantity:after {*/
/*    content: "+";*/
/*    position: absolute;*/
/*    background-color: #ddd;*/
/*    right: 35px;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*}*/
/*.woocommerce div.product form.cart div.quantity:before {*/
/*    content: "-";*/
/*    position: absolute;*/
/*    background-color: #ddd;*/
/*    left: 0px;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*}*/
.related {
    margin-top: 4rem;
}
.woocommerce #reviews #comments h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
#reply-title {
    display: none;
}
.woocommerce div.product p.price {
    font-size: 2rem;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price > .woocommerce-Price-amount,
.woocommerce div.product p.price ins .woocommerce-Price-amount {
    font-size: 2.5rem;
    font-weight: 700;
}
.woocommerce-product-gallery__wrapper {
    background-color: #eee;
}
.hm-share-product {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}
.hm-share-product a {
    color: #67757c;
    margin-right: 1rem;
    font-size: 20px;
}
.hm-share-product a:hover {
    color: #809299;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 220px;
    border: 1px solid #eee;
}
.woocommerce-checkout .form-row {
    flex-direction: column;
}
.woocommerce-checkout .checkbox-x,
.woocommerce-checkout .radio-x {
    padding-left: 38px;
    left: 3px;
}
.woocommerce form .form-row input.input-text {
    border-radius: 3px;
    height: 40px;
    padding: 5px 7px;
    border: 1px solid #eee;
}
.woocommerce form .form-row textarea {
    border-radius: 3px;
    height: 120px;
    padding: 5px 7px;
    border: 1px solid #eee;
}
.woocommerce-checkout .shopping-cart-toggle,
.woocommerce-cart .shopping-cart-toggle {
    display: none;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #eee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px;
}
.product-quantity > span {
    border: 1px solid #eee;
    width: 72px;
    padding: 12px 12px 12px 19px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #67757c;
    cursor: not-allowed;
}
.form-row-col-3-1,
.form-row-col-3-2,
.form-row-col-3-3 {
    width: 33%;
    float: left;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 0;
}
#ship-to-different-address {
    margin-top: 1rem;
}
#ship-to-different-address label > span:first-child{
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
}
.checkout-product-name-wrap {
    display: flex;
    align-items: center;
}
.checkout-product-name-wrap img {
    width: 40px;
    height: 40px;
}
.woocommerce table.shop_table td {
    border: none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: none;
}
.woocommerce table.shop_table tfoot .cart-subtotal th,
.woocommerce table.shop_table tfoot .cart-subtotal td {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    /*padding: 3px 12px;*/
    font-size: 14px;
    font-weight: 300;
}
.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce table.shop_table {
    overflow: hidden;
    border-radius: 5px;
    border-collapse: collapse;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    border: none;
}
.woocommerce table.shop_table th.product-summary {
    border-bottom: 1px solid #eee;
    color: #303030;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-Price-amount {
    font-size: 1rem;
}
.subscription-fee .woocommerce-Price-amount {
    font-size: inherit;
}
.order-total .woocommerce-Price-amount {
    font-size: 1.5rem;
    font-weight: bold;
}
.woocommerce-checkout #payment {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom-color: #eee;
}
.billing-shipping-wrap,
.woo-order-received-top,
.checkout-gift-form {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #f1f1f1;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.woocommerce-customer-details .col2-set {
    margin: 0;
}
.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
}
.woocommerce-order > p {
    display: none;
}
.woocommerce-customer-details .col-1 {
    margin-bottom: 2rem;
}
.woocommerce-order-details {
    margin-top: 2rem;
}
.woocommerce .woocommerce-customer-details address {
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    border: none;
    padding: 1rem;
}
.woocommerce-column__title,
.woocommerce-order-details__title {
    font-size: 1.2rem;
    font-weight: bold;
}
.cart_totals h2 {
    display: none;
}
.woocommerce ul.order_details {
    margin: 0 0 1rem 0;
    padding: 0;
}
.woocommerce-thankyou-order-received {
    font-size: 1.4rem;
    font-weight: 700;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f1f1f1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.billing-fields-title {
    margin: -1rem -1rem 1rem -1rem;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    color: #303030;
    font-weight: bold;
    font-size: 1.4rem;
}
.variations td.label {
    display: none;
}
.woocommerce div.product form.cart .variations select {
    min-width: 238px;
    height: 40px;
    border-color: #ddd;
    outline: none;
    margin-bottom: 0.5rem;
    padding-left: 10px;
    border-radius: 5px;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    border: none;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce {
    max-width: 580px;
    margin: 0 auto;
}
.woocommerce-account.logged-in .woocommerce {
    max-width: unset;
}
.woocommerce-products-header h1 {
    color: #00B67A;
    text-transform: capitalize;
}
.woocommerce ul.products li.product a img {
    background-color: #eee;
}
.woocommerce .woocommerce-result-count {
    margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    border-radius: 5px;
    padding: 0.25rem 0;
}
.woocommerce-MyAccount-navigation ul li > a {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 300ms;
}
.woocommerce-MyAccount-navigation ul li > a:hover {
    background-color: #f1f1f1;
}
.woocommerce-MyAccount-navigation ul li:last-child > a {
    border: none;
}
/* The container */
.checkbox-x {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-x input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 300ms;
}

/* On mouse-over, add a grey background color */
.checkbox-x:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.checkbox-x input:checked ~ .checkmark {
    background-color: #28a745;
    border-color: #28a745;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-x input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-x .checkmark:after {
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Radio */

/* The container */
.radio-x {
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-x input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.radio-x:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-x input:checked ~ .radio-checkmark {
    background-color: #28a745;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-x input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-x .radio-checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.payment-method-paypal > .radio-checkmark {
    top: 10px;
}
.shopping-list-layer {
    opacity: 0;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.6);
    z-index: 9991;
    overflow: hidden;
    transition: opacity 500ms ease;
}
.active.shopping-list-layer {
    opacity: 1;
    width: 100%;
}
body.sll-active {
    overflow: hidden;
    padding-right: 17px;
}
body.sll-active .site-footer,
body.modal-open .site-footer {
    padding-right: 17px;
}
body.sll-active .floating-menu {
    display: none;
}
.floating-menu {
    position: fixed;
    top: 150px;
    right: 30px;
    z-index: 800;
}
.modal-open .floating-menu {
    right: 47px;
    z-index: 0;
}
.modal-open .hm-navigation,
.sll-active .hm-navigation {
    padding-right: 67px;
}
.floating-menu {
    display: flex;
    flex-direction: column;
}
.floating-menu-item {
    background-color: #fff;
    color: #303030;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.05) inset;
}
.floating-menu-item > a {
    color: #303030;
}
.floating-menu-item i {
    line-height: 27px;
}
.floating-menu-item:hover > i {
    color: #28a745;
}
.floating-menu-item > a:hover > i {
    color: #28a745;
}
.floating-menu-item {
    position: relative;
}
.floating-menu-item .cart-count {
    position: absolute;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    top: -5px;
    right: -5px;
    min-width: 20px;
}
.shopping-list-holder {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 420px;
    background-color: #fff;
    box-shadow: 0 0 2em rgba(0,0,0,0.27);
    transition: all 500ms ease;
    transform: translateX(100%);
    z-index: 9999;
    will-change: transform;
}
.active.shopping-list-layer .shopping-list-holder {
    transform: translateX(0);
}
.shopping-list-header {
    /*position: fixed;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 10px 20px;
    background-color: #6c757d;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.shopping-list-header-title h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #fff;
}
.shopping-list-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.shopping-list-actions > span > i {
    font-size: 18px;
    color: #fff;
}
.shopping-list-actions > span {
    cursor: pointer;
    display: inline-block;
    margin-left: 1rem;
}
.shopping-list-items {
    padding: 0 20px 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 160px);
}
.shopping-list-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.shopping-list-item {
    margin-top: 2rem;
}
.shopping-list-item-cat {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.shopping-list-ingredient-item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-left: 10px;
}
.ingredient-item-actions {
    position: absolute;
    top: 14px;
    right: 0;
    color: #bfbfbf;
    transition: all 500ms ease;
    opacity: 0;
    transform: translateX(100%);
    background-color: #fff;
}
.shopping-list-ingredient-item:hover > .ingredient-item-actions {
    opacity: 1;
    transform: translateX(0);
}
.ingredient-item-actions span {
    margin-left: 0.75rem;
    cursor: pointer;
    color: #c0c0c0;
    font-size: 15px;
    border-radius: 3px;
    display: inline-block;
}
.shopping-list-recipe img {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}
.ingredient-item-name {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    padding-right: 80px;
}
.shopping-item-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    /*background-color: #eee;*/
    color: #303030;
    padding: 1px 5px;
    border-radius: 3px;
}
.ingredient-item-name.checked {
    text-decoration: line-through;
}
.shopping-list-ingredients {
    margin-left: 10px;
    margin-top: 1rem;
}
#shopping-list-quantity-modal {
    z-index: 9992;
}
.quantity-edit-form {
    position: absolute;
    top: -1px;
    left: 0;
    display: flex;
    opacity: 0;
    align-items: center;
    width: 0;
    box-shadow: 0 0.2em 1em rgba(0,0,0,0.18);
    padding: 1rem;
    transform: translateX(100%);
    transition: all 500ms ease;
    background-color: #fff;
}
.quantity-edit-form input:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}
.quantity-edit-form.active {
    opacity: 1;
    width: 100%;
    transform: translateX(0);
}
.empty-shopping-list {
    text-align: center;
    padding: 2rem 0;
    color: #67757c;
}
.empty-shopping-list i {
    font-size: 40px;
    margin-bottom: 1rem;
}
.quantity-edit-form-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    transition: opacity 300ms;
}
.quantity-edit-form-loading.active {
    display: flex;
}
.edit-shopping-list-quantity i {
    font-size: 13px;
}
.category-pantry-item .edit-shopping-list-quantity {
    display: none;
}
.shopping-remove-recipe {
    position: absolute;
    top: 12px;
    right: 0;
    color: #c0c0c0;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateX(100%);
    transition: all 400ms;
}
.shopping-list-recipe:hover > .shopping-remove-recipe{
    opacity: 1;
    transform: translateX(0);
}
.shopping-remove-recipe i {
    display: block;
}
.shopping-remove-recipe > span {
    font-size: 10px;
}
.badge-large {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.badge {
    font-family: inherit;
}
.badge.badge-success {
    background-color: #00B67A;
}
.pantry-ingredients-list {
    display: flex;
    flex-wrap: wrap;
    /*padding: 1rem;*/
    /*background-color: #f8f9fa;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #eee;*/
}
.pantry-ingredient-item {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
}
.pantry-ingredient-item:last-child {
    margin-bottom: 0;
}
.pantry-ingredient-item i {
    margin-right: 0.25rem;
    color: #5f6d74;
    font-size: 12px;
}
.meal-plans-list .meal-plan-item {
    display: flex;
    margin-bottom: 60px;
    box-shadow: 0 0.2em 1em rgba(0,0,0,0.18);
    border-radius: 5px;
    transition: all 300ms;
}
.meal-plans-list .meal-plan-item:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0 2px 10px 5px;
}
.meal-plans-list .meal-plan-item:last-child {
    margin-bottom: 0;
}
.meal-plans-list .meal-plan-item .meal-plan-image {
    width: 300px;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin: 0.5rem;
}
.add-to-list {
    cursor: pointer;
}
.meal-plans-list .meal-plan-item .add-to-list:hover {
    color: #67757c;
}
.meal-plans-list .meal-plan-item .meal-plan-info {
    width: calc(100% - 300px);
    padding: 1rem 2rem 1rem 2rem;
}
.meal-plan-ingd-count .badge {
    font-weight: normal;
}
.meal-plan-actions {
    display: flex;
    align-items: center;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.register-form-container {
    position: relative;
    z-index: 10;
    max-width: 480px;
    margin: 0 auto;
}
.checkbox-x-small.checkbox-x {
    font-size: 1rem;
}
.radio-x-small.radio-x {
    font-size: 1rem;
    line-height: 24px;
}
.register-bg {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.most-common-questions .card {
    border: none;
}
.most-common-questions .card-header {
    background-color: #fff;
    border-bottom: none;
    border-top: 1px solid #eee;
}
.most-common-questions .card-body {
    padding-top: 0;
}
.most-common-questions .card:first-child > .card-header {
    border-top: none;
}
.most-common-questions .card-header .btn-link {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}
.most-common-questions {
    border: none;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
.hm-shopping-list-loading {
    display: none;
    height: calc(100% - 80px);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 103;
    align-items: center;
    justify-content: center;
}
.hm-shopping-list-loading.active {
    display: flex;
}
.collapse-pan-body {
    position: relative;
    padding: 1rem;
    /*border: 1px solid #eee;*/
    border-top: 0;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
.main-ingredient-item-cat:not(:first-child) {
    margin-top: 1rem;
}
.main-ingredient-item-cat p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #303030;
}
.collapse-pans-header {
    display: flex;
    position: relative;
    padding: 1rem;
    box-shadow: 0 0 4px rgba(95, 95, 95, 0.14);
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}
.collapse-toggle {
    position: absolute;
    top: 23px;
    right: 15px;
    color: #93a5ac;
    cursor: pointer;
}
.collapse-pans-header-text {
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}
.collapse-pan-item {
    margin-bottom: 1rem;
}
.collapse-pan-closed > .collapse-pan-body {
    display: none;
}
.collapse-toggle > i {
    transition: transform 300ms;
}
.rotate-180 {
    transform: rotate(180deg);
}
.meal-plan-recipes {
    position: relative;
}
.contact-form-wrap {
    max-width: 620px;
    margin: 0 auto;
}
.contact-form-wrap label {
    font-weight: bold;
    width: 100%;
}
.contact-form-wrap label > span:first-child {
    color: #ee2540;
}
.contact-form-wrap textarea,
.contact-form-wrap input {
    margin-top: 0.5rem;
}
.contact-form-wrap textarea {
    height: 150px;
}
.contact-form-wrap input[type=submit] {
    width: 100%;
}
.contact-form-wrap .wpcf7 .ajax-loader {
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.contact-form-wrap .wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
}

.card-blog .author-picture {
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    padding: 3px;
    width: 2rem;
    height: 2rem;
}
.card .card-image {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shadow-hover {
    transition: box-shadow .3s ease;
}
.shadow-box {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
}
.shadow-hover:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15) !important;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #edf4f8;
    margin: 1em 0;
    padding: 0;
}
.blog-thumbnail img {
    max-width: 100%;
}
.blog-content {
    position: relative;
    max-width: 620px;
    margin: 20px auto 0 auto;
}
.blog-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.blog-avatar img {
    width: 55px;
    height: 55px;
}
.blog-title {
    margin-top: 15px;
}
.blog-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #303030;
}
.blog-excerpt {
    margin-top: 15px;
}
.blog-excerpt p {
    font-size: 20px;
    font-weight: 500;
    color: #404040;
}
.blog-avatar {
    margin-top: 15px;
}
.tagcloud > span {
    display: inline-block;
    margin-right: 0.5rem;
    border:1px solid #28a745;
    color: #28a745;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-navs {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.page-bg-title {
    padding: 90px 0;
    background-color: #84329B;
    text-align: center;
    color: #fff;
}
.page-bg-title h1 {
    font-weight: 700;
    font-size: 50px;
}
.page-bg-title p {
    font-weight: 500;
    font-size: 23px;
}
.subscription-fee {
    text-align: center;
    color: #00b67a;
    font-size: 40px;
    font-weight: 700;
}
.hm-paginate-front {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.paginate-button {
    margin-left: 1rem;
}
.recipe-filters {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.5rem;
}
.recipe-filters > a {
    display: inline-block;
    margin-right: 0.5rem;
    color: #303030;
}
.recipe-filters > a.active {
    font-weight: 700;
}
.shopping-list-item.pantry .edit-shopping-list-quantity {
    display: none;
}
body.mobile-menu-open {
    overflow-y: hidden;
}
.printomatic {
    background-image: none;
    width: auto;
    height: 20px;
    line-height: 1;
}
.printomatic:after {
    content: "\f02f";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 700;
}
.shopping-list-actions .printomatic:after {
    color: #ffffff;
    font-size: 18px;
}
.shopping-list-actions a {
    color: #ffffff;
}
.gift-product-custom {
    padding: 2rem 0;
}
.checkout-gift-form {
    margin-top: 24px;
}
.register-gift-code-wrap {
    max-width: 580px;
    margin: 2rem auto;
    padding: 3rem;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
}
#gift-code-result {
    display: none;
}
.alert.alert-danger.alert-sm {
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.header-size {
    font-size: 55px;
}
.subscription-fee del .woocommerce-Price-amount {
    font-size: 16px;
}
.subscription-fee ins {
    text-decoration: initial;
}
.gift-membership-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.gift-membership-feature {
    width: calc(33.3333333% - 20px);
    margin: 10px;
    font-size: 18px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms;
}
.gift-membership-feature:hover {
    box-shadow: 0 1px 10px 3px rgba(95, 95, 95, 0.14);
}
.gift-membership-feature > i {
    color: #00b67a;
    margin-right: 0.5rem;
}
.gift-buy-now-btn {
    text-align: center;
    margin-top: 30px;
}
.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-space:first-child {
    padding-top: 0;
}
.section-space:last-child {
    padding-bottom: 0;
}
.gift-card-holder {
    border-radius: 25px;
    border: 2px solid #ddd;
    padding: 37px 0;
    text-align: center;
}
.gift-card-holder > img {
    width: 60%;
}
.woocommerce-form-coupon button {
    height: 40px;
}

#billing_state_field,
#billing_city_field,
#billing_postcode_field,
#shipping_state_field,
#shipping_city_field,
#shipping_postcode_field {
    float: left;
    width: 33.3333%;
    clear: none;
}
.search-bar-toggle {
    cursor: pointer;
    font-size: 20px;
    color: #6c757d;
}
.search-bar {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 300ms;
}
body.search-bar-active .search-bar {
    top: 100px;
}
.search-bar-wrap {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.search-bar-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 35px;
    color: #6c757d;
    display: inline-block;
    transform: translateY(-50%);
    cursor: pointer;
}
.search-bar input[type=text] {
    height: 80px;
    width: 100%;
    border: none;
    padding: 10px 30px;
    outline: none;
    font-size: 18px;
}
.card-text {
    font-size: 14px;
}
.woocommerce-cart .address-field > span {
    width: 100%;
}
.select2-dropdown {
    border-color: #eee;
}