* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    color: #231f20;
    font-size: 15px;
    font-family: "Tiempos Text";
    line-height: 1.5;
    background-color: #ffffff;
    word-break: break-word;
}

/* Add Font */

@font-face {
    font-family: "Tiempos Headline";
    src: url("../fonts/tiempos-headline-web-bold.woff2") format("woff2"),
        url("../fonts/tiempos-headline-web-bold.woff") format("woff");
}

@font-face {
    font-family: "Tiempos Text";
    src: url("../fonts/tiempos-text-web-regular.woff2") format("woff2"),
        url("../fonts/tiempos-text-web-regular.woff") format("woff");
}

/* font-family: 'Roboto Mono', monospace;
font-family: 'Roboto', sans-serif; */

a:hover,
.alink:hover {
    color: #003726;
    text-decoration: none !important;
}

h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    color: #231f20;
    margin: 0px 0px 20px;
}

.btn,
.categoryhome-repeat-list .cat-btn,
.action.primary,
.modal-popup .modal-footer button {
    background-color: #ffffff;
    border-radius: 8px;
    font-family: "Tiempos Text";
    font-size: 15px;
    color: #003726;
    text-align: center;
    min-width: 130px;
    padding: 0 14px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: none;
}

.btn:visited {
    color: #ffffff;
    text-decoration: none;
}

.action.primary,
.modal-popup .modal-footer button {
    background-color: #003726;
    color: #fff;
    border: 1px solid #003726;
}

.action.primary:hover,
.modal-popup .modal-footer button:hover {
    background-color: #fff;
    color: #003726;
    border: 1px solid #003726;
    transition: 0.3s ease-in-out;
}

.btn:hover,
.categoryhome-repeat-list .cat-btn:hover {
    background-color: #003726;
    transition: 0.3s ease-in-out;
    color: #fff;
}

ul,
ol {
    padding: 0px;
    list-style: none;
}

.page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.page-footer .bottom,
.special-categories,
.insta-feed,
.favourite-meal,
.page-footer,
.logo-product,
.goodfood-block {
    padding-left: 110px;
    padding-right: 110px;
}

.cms-home .column.main {
    padding-bottom: 0px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
    display: none;
}

.owl-carousel .owl-nav button,
body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -28px;
    top: calc(61% / 2);
    margin: 0px !important;
    font-size: 0px;
    height: 30px;
    width: 30px;
    box-shadow: none;
    border-radius: 50% !important;
}

.owl-theme .owl-nav [class*="owl-"]::before,
body .owl-carousel .owl-nav .owl-prev::before,
body .owl-carousel .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 15px;
    height: 15px;
    border: solid #003726;
    border-width: 2px 2px 0px 0;
    transform: rotate(226deg);
}

.owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav .owl-next {
    right: -25px;
    left: auto;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button:hover,
body .owl-carousel .owl-nav .owl-prev:hover,
body .owl-carousel .owl-nav .owl-next:hover {
    border-radius: 50%;
    background-color: #003726 !important;
    transition: 0.3s ease-out;
}

.owl-carousel .owl-nav button:hover::before,
body .owl-carousel .owl-nav .owl-prev:hover::before,
body .owl-carousel .owl-nav .owl-next:hover::before {
    border-color: #fff;
    width: 10px;
    height: 10px;
    left: 11px;
    top: 9px;
    transition: 0.3s ease-out;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
    top: calc(91% / 2);
}

body .owl-carousel .owl-nav .owl-prev::before,
body .owl-carousel .owl-nav .owl-next::before {
    top: 5px;
    width: 19px;
    height: 19px;
}

/*..checkbox-style*/
.checklist {
    position: relative;
    text-align: left;
}

.checklist input {
    margin: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #5a5858;
    border-radius: 0px !important;
    top: 0px;
    opacity: 0;
    position: absolute;
}

.checklist label {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: unset;
    margin: 0px;
    margin-left: 0;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    font-family: "Circular Std Book";
}

.checklist label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    left: 0px;
    cursor: pointer;
    top: -3px;
}

.checklist input:checked ~ label::before {
    background-color: transparent;
}

.checklist input:checked ~ label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*header-section*/
.header.panel > .header.links {
    display: none;
}

.nav-sections {
    margin-bottom: 0px !important;
}

body header .navigation ul {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0px;
    justify-content: center;
}

body header .navigation .level0 {
    margin: 0px 16px;
}

#search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.block-search .block-content {
    position: relative;
}

div#custom-search {
    position: absolute;
    right: 1px;
    top: 20px;
}

.search-autocomplete{
    margin-left: 40px;
}

div#search-btn a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 25px;
    color: #003726;
    content: "\e615";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    transform: rotate(90deg);
    background-color: transparent;
}

div#search-btn a {
    position: relative;
    font-size: 0px;
    color: transparent;
    display: block;
}

.block-search input {
    margin: 0;
    color: #003726;
    padding: 0px 0px 0px 0px;
    position: static;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #003726;
    font-size: 14px;
    box-shadow: none !important;
    width: auto;
    padding-right: 0px !important;
    text-decoration: none !important;
    outline:none !important;
    text-decoration-color: transparent !important;
    margin-left: 40px !important;
}

.block-search .action.search {
    width: 29px;
    margin-right: -10px !important;
    z-index: 9;
}

form#search_mini_form {
    width: 131px;
}

.block-search .action.search::before {
    color: transparent !important;
}

.block-search input::placeholder {
    color: #003726;
}

header .menu > ul > li {
    background-color: transparent;
    margin-left: 33px;
    display: table-cell;
    position: relative;
}

body .header.panel > .header.links > li {
    margin: 0px;
}

header .menu > ul > li a,
.header.panel > .header.links > li > a {
    color: #fff;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.header.panel > .header.links {
    width: 10%;
}

.page-header .panel.wrapper {
    /* position: relative; */
    position: unset;
    padding-top: 40px;
}

.promo-notice {
    background-color: #003726;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    padding: 9.5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

header .navigation ul li a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #003726;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

header .navigation ul li a:hover::after,
.navigation .level0.active > .level-top::after,
.navigation .level0.has-active > .level-top {
    width: 100%;
    left: 0;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    border: none !important;
}

body .menu > ul > li:hover,
.header.panel > .header.links > li:hover {
    background: transparent;
    text-decoration: none;
}

.promo-notice p {
    margin: 0px;
}

.promo-notice a {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

body .page-header .panel.header .nav-menu {
    width: calc(100% - 326px);
    margin: 0px 10px;
}

body .page-header .panel.header {
    padding: 30px 15px;
    display: flex;
    align-items: flex-end;
    max-width: 1260px;
    margin: 0 auto;
}

.link.authorization-link a::before,
.minicart-wrapper .action.showcart::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 18px;
    background-image: url("../../images/sign-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    max-width: 100%;
}

.searchandcart {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.searchandcart .minicart-wrapper {
    margin: 0;
    height: 20px;
    order: 2;
    position: unset;
}

.searchandcart .minicart-wrapper.active::before {
    content: "";
    background-color: #000000ad;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 9;
}

.minicart-wrapper .action.showcart {
    position: relative;
    padding-left: 26px;
    height: 20px;
}

.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    content: "";
    background-image: url(../../images/mini-icon.svg);
    top: 0px;
}

.minicart-wrapper .action.showcart .counter.qty {
    line-height: 12px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    height: 20px;
}

.minicart-wrapper .action.showcart .counter-number {
    display: block;
    text-shadow: none;
    padding: 0;
    border-radius: 50%;
    background-color: #f1716c;
    line-height: 18px;
    width: 18px;
    height: 18px;
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
}

.searchandcart .header.links {
    order: 1;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 18px;
    height: 18px;
}

.searchandcart .header.links li {
    margin: 0;
    width: 18px;
    height: 18px;
}

.searchandcart .link.authorization-link a {
    position: relative;
    font-size: 0px;
    display: block;
}

.searchandcart .link.authorization-link a::before {
    left: 0;
    top: 0;
}

.categoryhome-listing-section,
.favourite-meal-listing-section {
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
}

#banner-slider-carousel .owl-nav {
    margin: 0px;
}

#banner-slider-carousel .owl-nav button::before {
    border-color: #fff;
    height: 15px;
    width: 15px;
}

#banner-slider-carousel .owl-nav button:hover::before {
    width: 10px;
    height: 10px;
}

#banner-slider-carousel .owl-dots {
    left: 0 !important;
    right: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
    background: transparent !important;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

/*...banner-section css*/
/*.special -category*/
.special-categories {
    margin: 60px auto 90px;
}

.categoryhome-repeat-list .cat-btn {
    margin-top: 20px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.special-categories .list-item {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.special-categories .list-item .categoryhome-repeat-list {
    max-width: calc(33.3% - 20px);
    flex: 33.3%;
    margin: 10px;
    background-color: #f2edde;
    text-align: center;
    border-radius: 8px;
    padding: 0px 0px 81px 0px;
    position: relative;
}

.special-categories .list-item .categoryhome-repeat-list:hover {
    box-shadow: 0px 15px 10px -15px #a49c9c;
    transition: 0.25s ease-in-out;
}

.special-categories
    .categoryhome-repeat-list:nth-child(2)
    .categoryhome-listing-img {
    border-color: #919146;
}

.special-categories
    .categoryhome-repeat-list:nth-child(3)
    .categoryhome-listing-img {
    border-color: #8ca2d3;
}

.special-categories .list-item .categoryhome-listing-img {
    padding-bottom: 74%;
    border-bottom: 15px solid #e79724;
    position: relative;
}

.special-categories .list-item .categoryhome-listing-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
}

.special-categories .categoryhome-title {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 45px;
}

.special-categories .categoryhome-listing-text {
    padding: 25px 45px 10px;
}

.special-categories .categoryhome-listing-text .cat-name {
    font-family: "Tiempos Headline";
    font-size: 35px;
    color: #003726;
    font-weight: bold;
}

.special-categories .cat-descripton {
    font-family: "Tiempos Text";
    font-size: 15px;
    color: #003726;
    line-height: 28px;
}

.category-image .image {
    width: 100%;
}

.blog-div-image {
    position: relative;
}

.blog-div-image img {
    display: block;
}

.blog-div-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    height: 100%;
    width: 100%;
    opacity: 20%;
}

/*..why-yolo food section*/
.why-yolo-foods {
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px 20px;
}

.why-yolo-foods ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.why-yolo-foods ul li {
    flex: 16.666%;
    max-width: calc(33.3% - 30px);
    padding: 15px;
}

.why-yolo-foods ul li img {
    max-width: 116px;
    margin-bottom: 10px;
    max-height: 100px;
    object-fit: contain;
}

.why-yolo-foods ul li h5,
.why-yolo-foods ul li h6 {
    font-size: 15px;
    font-family: "Tiempos Headline";
    font-weight: bold;
    color: #003726;
    margin: 5px 0px;
}

.why-yolo-foods ul li h6 {
    font-weight: normal;
    font-family: "Tiempos Text";
}

/*our-feed section css*/
.mpinstagramfeed-photo img {
    border-radius: 5px;
    max-height: 280px;
}

.insta-feed {
    background-color: #f2edde;
    padding-top: 44px;
    padding-bottom: 68px;
    margin-top: 100px;
}

.mpinstagramfeed-container {
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
}

.mpinstagramfeed-container .mpinstagramfeed-photo {
    max-width: calc(25% - 20px);
    flex: 25%;
    margin: 10px !important;
    border-radius: 5px;
    max-height: 280px;
}

.mpinstagramfeed-container .row.shuffle {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}

.mpinstagramfeed-container p {
    font-size: 15px;
    color: #003726;
}

/*..Category-section*/
.favourite-meal {
    background-color: #f2edde;
    padding-bottom: 67px;
    padding-top: 55px;
    text-align: center;
}

.favourite-meal .favourite-meal-slider {
    padding: 0px 25px;
}

.favourite-meal ul,
.favourite-meal ol {
    list-style: none;
    padding: 0px;
}

.favourite-meal-title > strong,
.favourite-meal-title h2,
.why-yolo-foods h1,
.mpinstagramfeed-header h1,
.categoryhome-title > strong,
.sparsh-testimonial-buttons h1,
#ajaxlist-reload-product_list h1,
.testimonials-slider .content-heading h2,
.sparsh-testimonials-block .content-heading h2,
.checkout-cart-index .cart.table-wrapper h1,
.category-loss-weight .header-section .header-content-box h4.product-action,
body[class*="categorypath-meal-plan-"]
    .header-section
    .header-content-box
    h4.product-action {
    font-family: "Tiempos Headline";
    font-size: 35px;
    color: #003726;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.sparsh-testimonials-block .sparsh-testimonial-buttons {
    display: block;
    text-align: center;
}

.sparsh-testimonials-block .sparsh-testimonial-buttons h1 {
    float: initial;
}

.price-div-box span {
    display: inline-block;
}

.meal-price,
.product-item .price-box .price {
    font-family: "Roboto Mono", monospace;
    font-size: 30px;
    color: #003726;
    font-weight: normal;
    margin: 0;
}

.currencySymbol {
    color: #003726;
    font-size: 21px;
    font-family: "Roboto Mono", monospace;
    display: inline-block;
    margin-right: 0px;
    vertical-align: super;
    line-height: 20px;
}

.favourite-meal-title > p,
.why-yolo-foods p,
.mpinstagramfeed-header p,
.sparsh-testimonial-buttons span,
#ajaxlist-reload-product_list p,
.testimonials-slider .content-heading p {
    font-family: "Tiempos Text";
    font-size: 15px;
    color: #003726;
    font-weight: normal;
}

.favourite-meal-title {
    margin-bottom: 45px;
}

.favourite-meal-repeat-list {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.favourite-meal-slider li {
    list-style: none;
}

form[data-role="tocart-form"] .btn,
form#product_addtocart_form .btn {
    min-width: auto;
    padding: 0;
}

form[data-role="tocart-form"],
form#product_addtocart_form {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}

form#product_addtocart_form {
    justify-content: flex-end;
}

.product-info-main .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
}

form#product_addtocart_form .btn {
    margin-bottom: 21px;
    padding-top: 0px;
}

.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
    padding-right: 0px;
}

.favourite-meal-repeat-list form[data-role="tocart-form"] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

form[data-role="tocart-form"] .control,
form#product_addtocart_form .control {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #f2edde;
    padding-right: 14px;
}
form[data-role="tocart-form"] .control {
    border-top: 1px solid #003726;
    border-left: 1px solid #003726;
    border-bottom: 1px solid #003726;
}

form[data-role="tocart-form"] .control button.reduced_items,
form#product_addtocart_form .control button.reduced_items {
    border-radius: 8px 0px 0px 8px;
}

form[data-role="tocart-form"] .control input,
form#product_addtocart_form .control input {
    max-width: 41px;
}

form[data-role="tocart-form"] .control button,
form[data-role="tocart-form"] .control input,
form#product_addtocart_form .control button,
form#product_addtocart_form .control input {
    border: none;
    background-color: #fff;
    height: 35px;
    font-size: 15px;
    color: #003726;
    font-weight: normal;
    text-align: center;
    padding: 4px;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    min-width: 23px;
}

form[data-role="tocart-form"] .control button.incrementValue,
form[data-role="tocart-form"] .control input {
    border-radius: 0px;
}

form[data-role="tocart-form"] .control button#dec2 {
    border-radius: 8px 0 0 8px;
}

.favourite-meal-slider {
    padding: 0px;
    margin-bottom: 47px;
}

.favourite-meal .favourite-meal-listing-img {
    margin-bottom: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 250px;
    position: relative;
}

form[data-role="tocart-form"] .action.tocart.primary,
form#product_addtocart_form .action.tocart.primary {
    background-color: #003726;
    height: 35px;
    border-radius: 0px 8px 8px 0px;
    font-size: 12px;
    font-weight: normal;
    font-family: "Tiempos Text";
    padding: 0px 11px;
    line-height: 35px;
    border: 1px solid #003726;
    min-width: 90px;
    color: #fff;
    opacity: 1;
}
form[data-role="tocart-form"] .action.tocart.primary {
    height: 37px;
    line-height: 37px;
}

form[data-role="tocart-form"] .action.tocart.primary:hover,
form#product_addtocart_form .action.tocart.primary:hover {
    color: #003726;
    background-color: #fff;
}

.favourite-meal-slider .owl-carousel .owl-item {
    display: flex;
    flex-wrap: wrap;
}

.favourite-meal strong a,
.favourite_button .btn {
    background-color: #ffffff;
    padding: 0 16px;
    font-size: 18px;
    color: #003726;
    font-family: "Tiempos Text";
    font-weight: normal;
    border-radius: 8px;
    display: inline-block;
    line-height: 40px;
    height: auto;
    min-width: 220px;
}

.favourite-meal strong a:hover,
.favourite_button .btn:hover {
    background-color: #003726;
    color: #fff;
    transition: 0.5s ease-out;
}

.favourite-meal .favourite-meal-listing-text {
    /* max-height: 88px; */
    /* overflow: hidden; */
}

.favourite-meal .favourite-meal-listing-text .meal-name,
.product-item-name .product-item-link,
.product-item-name .product-item-link a,
.home-favourite-meal-name a {
    font-size: 15px;
    color: #003726;
    margin: 0px;
    font-weight: bold;
    line-height: 1.6;
    min-height: 72px;
    font-family: "Tiempos Headline";
}

.product-item-name .product-item-link {
    min-height: unset;
}

.home-favourite-meal-name .meal-subname-small,
.product-item-name .meal-subname-small {
    color: #003726;
    font-family: "Tiempos Text";
    font-weight: normal;
    display: block;
    min-height: 42px;
}

.favourite-meal-slider .owl-carousel .owl-stage {
    position: relative;
    display: flex;
}

.favourite-meal-listing-img-hover a {
    background-color: #000000b5;
    border-radius: 50%;
    display: none;
    position: absolute;
    left: 14px;
    right: 0;
    top: 14px;
    padding: 100px 20px;
    z-index: 9;
    max-height: 225px;
    max-width: 225px;
}

.favourite-meal-listing-img-hover a span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding: 0 20px;
}

.favourite-meal-repeat-list:hover .favourite-meal-listing-img-hover a {
    display: block;
}

.favourite-meal-slider .favourite-meal-repeat-list:hover .click-me {
    display: block;
}

.ingredients-data {
    padding: 0px 20px;
}

.nutrition-data {
    padding: 0px 20px;
}

/*end*/
/*....footer-section*/
.social-links img,
.social-links a img {
    max-width: 30px;
    max-height: 25px;
    margin: 0px 0px 0px 24px;
}

.footer.content ul a:hover {
    color: #e79724;
    transition: 0.5s ease-out;
}

.page-footer .bottom {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0px -110px;
}

.copy-right {
    display: flex;
    align-items: center;
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
    color: #003726;
}

.copy-right .rights img {
    margin-right: 40px;
}

.copy-right .rights {
    display: flex;
    align-items: center;
}

.page-footer .bottom p {
    margin-bottom: 0px;
    font-family: "Circular Std Book";
}

.footer.content p > img {
    max-width: 240px;
    object-fit: none;
}

.page-footer {
    background-color: #003726;
}

.footer.content a {
    color: #ffffff;
    font-size: 15px;
}

.footer.content ul li {
    margin-bottom: 10px;
    font-family: "Circular Std Book";
}

.footer.content .menu1 {
    display: inline-flex;
    padding-right: 100px;
    margin-top: 45px;
}

.footer.content .menu2 {
    display: inline-flex;
}

.footer.content {
    border-top: none;
    margin: 0px;
    /* padding: 67px 0px 120px; */
    padding: 67px 0px 95px;
    color: #fff;
    position: relative;
}

/*.social-links {
    margin: -8px 0px 0px auto;
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}*/
.social-links {
    bottom: 162px;
    right: 20px;
    top: auto;
}

.social-links a {
    /* margin-left: 24px; */
}

.block.newsletter .field .control::before {
    display: none;
}

.block.newsletter .field .control {
    text-align: left;
}

.block.newsletter .action.subscribe {
    border-radius: 0px 4px 4px 0px !important;
    background: #003726;
    border: 1px solid #ffffff;
    color: #fff;
    font-family: "Circular Std Book";
    font-weight: normal;
    padding: 7px 12px;
    font-size: 12px;
    height: 35px;
    min-width: 100%;
}

.block.newsletter .actions {
    width: 80px;
}

.block.newsletter input {
    margin-right: 0px;
    padding: 3px 9px;
    font-size: 12px;
    color: #969696;
    border-radius: 4px 0px 0px 4px;
    height: 35px;
    border: none;
    box-shadow: none;
}

body .block.newsletter {
    max-width: 310px;
    p{
        font-family: "Circular Std Book";
    }
    span{
        font-family: "Circular Std Book";
    }
}

.block.newsletter .form.subscribe {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

body .block.newsletter .field {
    margin: 0px 0px 16px 0px;
    width: calc(100% - 80px);
}

.block.newsletter {
    text-align: right;
}

.block.newsletter > label {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.social-links img {
    max-width: 30px;
    max-height: 25px;
    margin: 0px 0px 0px 24px;
}

.Payment img {
    max-width: 43px;
    margin-right: 20px;
}

.Payment p {
    display: flex;
    align-items: center;
}

.Payment {
    width: 35%;
}

/*  */

/* Home Testimonial Section Style */

.testimonials-slider {
    padding: 80px 15px;
    max-width: 1260px;
    margin: 0 auto;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.testimonials-content {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.testimonials-image {
    width: 100%;
    max-width: 400px;
}

.testimonials-content .container {
    width: 100%;
    max-width: calc(100% - 400px);
    padding-left: 50px;
}

.testimonials-slider figure.testimonial {
    float: initial;
}

.testimonials-slider .block-content .testimonial-item-container {
    width: 100% !important;
}

.testimonials-slider .content-heading {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.testimonials-slider .item {
    /* width: 100%; */
    /* max-width: 380px; */
    /* padding: 6px 0 6px 6px; */
    padding: 6px 15px;
}

.testimonials-slider .sparsh-testimonials-content-block {
    background: #ffffff;
    padding: 18px 20px 26px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
    margin: 0 0 10px;
    border-radius: 5px;
    min-height: 275px;
}

.testimonials-list figure.testimonial .arrow,
.testimonials-slider figure.testimonial .arrow,
.testimonials-list figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::before,
.testimonials-list figure.testimonial blockquote::after,
.testimonials-slider figure.testimonial blockquote::after {
    display: none;
}

body
    .owl-item:first-child
    .sparsh-testimonials-outer-div
    .sparsh-testimonials-content-block {
    margin-left: 10px;
}

body .testimonials-slider figure.testimonial blockquote {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Tiempos text";
    height: auto;
    line-height: 22px;
    max-height: 122px;
    padding: 0px;
    filter: none;
}

body .testimonials-slider figure.testimonial .author,
body .testimonials-slider figure.testimonial .author h5 {
    color: grey;
    padding: 0px;
    font-size: 14px;
}

.logo-block,
.goodfood-image {
    position: relative;
}

.logo-block > img,
.goodfood-image img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
}

.logo-list,
.goodfood-data {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    text-align: center;
    transform: translateY(-50%);
}

.logo-list p,
.partner_image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partner_image {
    max-width: 700px;
    margin: 0 auto;
}

.logo-list p img,
.partner_image img {
    max-width: 100px;
    margin: 0px 20px;
}

.goodfood-block,
.logo-product {
    border-radius: 8px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}

.goodfood-block {
    background-color: #003726;
}

.logo-product {
    background-color: #fccab7;
    margin-bottom: 80px;
}

.logo-list h2,
.goodfood-data h3 {
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    color: #003726;
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 40px;
    position: relative;
    padding: 0px 48px;
}

.logo-list h2 {
    font-weight: normal;
    font-family: "Tiempos Text";
}

.logo-list h2::before,
.logo-list h2::after {
    content: "\201C";
    font-weight: normal;
    font-family: "Tiempos Text";
    font-size: 60px;
    height: 28px;
    line-height: 54px;
    position: absolute;
    left: 0;
}

.logo-list h2::after {
    content: "\201D";
    left: auto;
    right: 0;
    bottom: 0;
}

.goodfood-data {
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
}

.goodfood-data h3 {
    color: #fff;
    opacity: 100%;
    margin-bottom: 15px;
}

.goodfood-data p {
    line-height: 26px;
    min-height: 120px;
    padding: 0 0 14px;
    margin: 0;
}

.goodfood-block {
    /* margin-top: 100px; */
}

.goodfood-image .btn {
    background-color: #ffffff !important;
    color: #003726 !important;
    border: 1px solid transparent;
}

.goodfood-image .btn:hover {
    background-color: #003726 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

/*.banner section.*/
.banner-item.banner-slider,
.category-view,
.category-image {
    position: relative;
}

.banner-content,
.category-description {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.cms-home .banner-content {
    max-width: 700px;
    margin: 0 auto;
}

/* .banner-item.banner-slider::before, */
.category-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    height: 100%;
    width: 100%;
    opacity: 20%;
}

body #banner-slider-carousel .banner-title,
.category-description h1 {
    position: relative;
    padding: 0 0 12px;
    background: transparent;
    /* color: #003726; */
    color: #ffffff;
    border-radius: 0;
    opacity: 100%;
    font-family: "Tiempos Headline";
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
}
body #banner-slider-carousel .banner-title {
    color: #fff;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%),
        0px 18px 23px rgb(0 0 0 / 10%);
}
.banner-text,
.category-description h3 {
    font-family: "Tiempos Text";
    font-size: 25px;
    /* color: #003726; */
    color: #ffffff;
    margin-bottom: 55px;
}

.banner-text {
    color: #fff;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%),
        0px 18px 23px rgb(0 0 0 / 10%);
}
.banner-item.banner-slider .item-image,
.banner-item.banner-slider .owl-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Shop Page Style Here */
.page-with-filter .page-title-wrapper {
    display: none;
}

.category-description h1,
.category-description h3 {
    color: #fff;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%),
        0px 18px 23px rgb(0 0 0 / 10%);
    margin-bottom: 0px;
}

.page-products.category-shop .columns {
    background-color: #c0cdc8;
    z-index: 1;
    display: flex;
}

#layered-filter-block .block-title.filter-title,
#layered-filter-block strong.block-subtitle.filter-subtitle {
    display: none;
}

.page-products .columns .column.main {
    background-color: #ffffff;
    width: 100%;
    padding: 0px 90px 40px 30px;
    float: none;
    max-width: calc(100% - 400px);
}

.page-products .columns .column.main #ajaxlist-reload-product_list {
    position: unset;
}

body.page-products .products.products-grid {
    margin: 0px;
    padding: 30px 0;
}

body.page-products .products-grid .product-items {
    margin: 0 -10px;
    padding: 0;
}

body.page-products .products-grid .product-item {
    margin-left: 0px !important;
    padding: 0;
    width: calc((100%) / 3);
    padding: 0 10px;
    text-align: center;
}

.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0px !important;
}

.category-image,
.category-description {
    margin-bottom: 0px;
}

.special-categories .cat-descripton > h1,
#mageplaza-bannerslider-block-after-content-2
    .banner-item.banner-slider::before {
    display: none;
}

.page-products .columns {
    padding-bottom: 540px;
}

.shop-banner {
    /* background-color: #8ca2d3; */
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.shop-content {
    position: absolute;
    width: 100%;
    max-width: 460px;
    max-height: 220px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.shop-banner-title {
    font-size: 35px;
    font-family: "Tiempos Headline";
    color: #003726;
    line-height: 50px;
}

.shop-content p {
    padding: 10px 0 0;
    margin: 0;
}

.shop-banner-button {
    padding-top: 26px;
}

.shop-banner-button a {
    display: inline-block;
}

.shop-banner-button button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #003726;
    font-size: 14px;
    font-weight: normal;
    font-family: "Tiempos Text";
    padding: 0 14px;
    line-height: 32px;
    min-width: 120px;
}

.shop-banner-image {
    height: 540px;
}

.shop-banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#mageplaza-bannerslider-block-after-content-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
}

#layered-filter-block .filter-options-item:first-child .filter-options-content {
    display: block !important;
}

#layered-filter-block.collapsible-filters
    .filter-options-item:first-child
    .filter-options-title {
    background-image: none !important;
    border-bottom: none !important;
    padding-right: 85px !important;
}
#layered-filter-block.collapsible-filters
    .filter-options-item:first-child
    .filter-options-title .accordion {
    border-bottom: none !important;
}
#layered-filter-block.collapsible-filters
    .filter-options-item:first-child
    .filter-options-title .accordion:before {
    display: none !important;
}

#layered-filter-block .filter-options-item .filter-options-title {
    border-bottom: none !important;
    padding: 7px 10px 8px 0px !important;
}

.filter-options .filter-options-title {
    font-size: 15px;
}

body
    #layered-filter-block
    .filter-options-item:first-child
    .filter-options-content {
    padding: 0px;
    margin-top: 5px;
}

#ClearAllBtn {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
}

#ClearAllBtn a {
    color: #003726;
}

body ol#category-filters li > a {
    padding: 5px 12px;
    color: #003726;
    background-color: #fff;
    border-radius: 6px;
    background-image: none;
}

#layered-filter-block .filter-options-item {
    position: relative;
}

body .filter-options-content ol#category-filters li.active-filter-option > a {
    background-color: #003726;
    color: #fff;
}

body .filter-options-content ol#category-filters li {
    margin-bottom: 10px;
}

.filter-options-content ol.items li.item > a,
.filter-options-content ol.items li.item > span,
.filter-options-content ol.items li.item.active-filter-option > a,
.filter-options-content ol#category-filters li.active-filter-option > a,
.filter-options-content ol.items li.item > a {
    background-image: none;
    font-size: 12px;
    color: #003726;
    position: relative;
}

.filter-options-content ol.items li.item > span::before,
.filter-options-content ol.items li.item > a::before,
.filter-options-content #element .panel h4::before {
    content: "";
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}

.filter-options-content ol.items li.item.active-filter-option > a::before,
.filter-options-content #element .panel h4.active::before {
    background-color: #003726;
}

.product-item .price-box {
    margin: 0px;
}

.products-grid .product-item-actions form[data-role="tocart-form"] {
    position: relative;
}

#mageplaza-bannerslider-block-after-content-2 #banner-slider-carousel {
    margin-bottom: 0px;
}

#mageplaza-bannerslider-block-after-content-2
    #banner-slider-carousel
    .owl-item
    img {
    height: 487px;
    object-fit: cover;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background: #003726;
}

/*..scroll bar styling*/
.modal-popup .modal-inner-wrap {
    border-radius: 8px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 21px;
    padding-right: 21px;
}

.modal-slide .action-close {
    padding: 0;
    right: 4px;
    top: 14px;
    height: 20px;
}

.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before,
.modal-custom .action-close:hover::before,
.modal-popup .action-close:hover::before,
.modal-slide .action-close:hover::before {
    font-size: 15px;
    line-height: 15px;
    height: 20px;
    width: 20px;
    color: #8f8f8f;
    content: "";
    background-image: url(../images/cancel-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    font-weight: 300;
}

.modal-popup .product-quickview iframe {
    height: 550px !important;
}

.page-main > .page-title-wrapper .page-title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    color: #003726;
}

.modal-popup .product-quickview .value {
    font-size: 15px;
    color: #003726;
}

.modal-popup .modal-footer {
    margin: 0px 21px;
}

.clearAllbtn {
    float: right;
    margin-top: -40px;
}

.clearAllbtn a,
.filter-content > span {
    color: #003726;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
}

button.accordion {
    background-color: transparent;
    color: #003726;
    padding: 10px 20px 10px 0px;
    font-size: 15px;
    font-family: "Tiempos Headline";
    font-weight: bold;
    border-bottom: 1px solid #003726 !important;
    border-radius: 0px;
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
    box-shadow: none;
}

.filter-options-item {
    padding-top: 10px;
}

.filter-options > .accordion {
    border-bottom: none !important;
}

.filter-options > .accordion::before {
    display: none;
}

button.accordion::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 7px;
    height: 7px;
    border: solid #003726;
    border-width: 1px 1px 0px 0;
    transform: rotate(136deg);
}

button.accordion.active::before {
    transform: rotate(-45deg);
    top: 18px;
}

.product.pricing {
    font-size: 15px;
    color: #003726;
}

.all-accordion .panel {
    padding: 10px 0px;
    background-color: transparent;
    color: #003726;
    font-weight: normal;
    font-family: "Tiempos Text";
    font-size: 15px;
}

.accordion.active,
.accordion:hover {
    background-color: transparent !important;
    border-right: none;
    border-left: none;
    border-top: none;
}

.page-layout-1column .modal-content .columns .product.media {
    width: 228px;
    padding-right: 20px;
}

.page-layout-1column .modal-content .columns .product-info-main {
    width: calc(100% - 248px);
}

#ajaxlist-reload-product_list h1,
#ajaxlist-reload-product_list p {
    text-align: center;
}

#ajaxlist-reload-product_list {
    margin-top: 58px;
}

.category-shop .sidebar .filter-options-content a {
    color: #003726;
    font-size: 12px;
}

.category-shop .product-items li {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    margin-bottom: 20px !important;
}

.category-shop .product-items li .product-image-container {
    width: 100% !important;
    max-width: 240px !important;
    height: 100% !important;
}

.category-shop .product-items li .product-listing-img-hover a {
    background-color: #000000b5;
    border-radius: 50%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px auto;
    padding: 60px 20px;
    z-index: 9;
    height: 240px;
    width: 240px;
}

.category-shop .product-items li .product-item-info a > button {
    background-color: #fff;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    background-image: url(../images/zoom-in.png);
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin-top: 24px;
}

.category-shop
    .product-items
    li
    .product-image-container
    .product-image-wrapper {
    padding-bottom: 100% !important;
}

.category-shop
    .product-items
    li
    .product-item-info:hover
    .product-listing-img-hover
    a {
    display: flex !important;
    align-items: center;
}

.category-shop .product-items li .product-listing-img-hover a span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding: 0 5px;
}

.category-shop .product-items li .product-item-info {
    position: relative;
    width: 100%;
}

.category-shop .product-items li .product-item-info img {
    max-width: 240px;
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}

.category-shop .product-items li .product-item-info .details {
    /* max-height: 84px;
    overflow: hidden; */
    margin-top: 10px;
}

.category-shop .product-items li .product-item-info .details form {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -50px;
    top: auto;
}

.quickview-override .product-info-main {
    padding: 0px 20px;
}

.quickview-override .sparsh-testimonials-block .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0px;
}

.quickview-override
    .sparsh-testimonials-block
    .container
    #testimonial-item-section {
    padding: 0px 20px;
}

.quickview-override
    .sparsh-testimonials-block
    .container
    #testimonial-item-section
    .owl-nav
    .owl-prev {
    left: -10px;
}

.quickview-override
    .sparsh-testimonials-block
    .container
    #testimonial-item-section
    .owl-nav
    .owl-next {
    right: -10px;
}

.quickview-override #product_addtocart_form {
    justify-content: space-between;
}

.quickview-override #product_addtocart_form .box-tocart {
    margin: 0px;
}

.quickview-override #product_addtocart_form .box-tocart .fieldset {
    margin-bottom: 0px;
}

.pages strong.page {
    color: #000000;
}

.pages a.page {
    color: #003726;
}

.pages .action {
    border: 0px;
}

/* Shop Modal Popup Style */

#iFrame {
    /* height: 600px; */
}

.product_frame {
    width: 100%;
    /* height: 600px; */
}

.modal-slide,
.modal-inner-wrap {
    /* height: 600px !important; */
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 100%;
    max-width: 630px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    /* height: 600px; */
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
}

.modal-popup .modal-header {
    padding: 0px;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 9;
    right: 20px;
    top: 10px;
}

.modal-popup .modal-content {
    padding: 0px;
}

.quickview-popup-override.catalog-product-view
    .column.main
    .product-info-main
    .product-info-price {
    padding-top: 10px;
    text-align: right;
}

.quickview-popup-override .product-add-form {
    clear: both;
    margin: 0;
}

.catalog-product-view.quickview-popup-override .column.main .product-info-main {
    padding: 0px;
}

.quickview-popup-override.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form {
    margin: 0;
    padding: 30px 0 0;
}

.quickview-popup-override.catalog-product-view .product.media {
    -ms-flex-order: unset;
    -webkit-order: unset;
    order: unset;
}

.quickview-popup-override.catalog-product-view .sparsh-testimonials-block {
    display: none;
}

.quickview-popup-override.catalog-product-view .product p {
    color: #003726;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
}

.quickview-popup-override.catalog-product-view .column.main .product.media {
    position: relative;
    border-top: 1px solid #c0cdc8;
    border-bottom: 1px solid #c0cdc8;
    margin: 24px 0;
    padding: 24px 0;
    padding-left: 300px;
}

.quickview-popup-override.catalog-product-view
    .column.main
    .product.media
    .gallery-media-images {
    position: relative;
    margin-left: -300px;
    max-width: 280px;
    width: 100%;
    float: left;
}

.quickview-popup-override.catalog-product-view
    .column.main
    .product.media
    .gallery-media-images
    span {
    display: block;
}

.quickview-popup-override.catalog-product-view .all-accordion button.accordion {
    border-bottom: 1px solid #c0cdc8 !important;
}

.quickview-popup-override.catalog-product-view .all-accordion table {
    max-width: 100%;
    border: 0;
}

.quickview-popup-override.catalog-product-view
    .all-accordion
    table
    > tbody
    > tr
    > td {
    border-left: 0px;
    border-right: 0px;
    border-color: #c0cdc8;
    padding: 3px 2px;
    font-size: 14px;
}

.quickview-popup-override.catalog-product-view
    .all-accordion
    table
    > tbody
    > tr:first-child
    > td {
    border-top: 0px;
}

/*shop-page-css end

/* Add To Cart Toggle Bar Style Here */

.minicart-items-wrapper {
    border: 0 !important;
    margin: 0;
    padding: 0px 26px;
    max-height: 400px;
    height: 100% !important;
}

.block-minicart h1 {
    background-color: #003726;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
    margin: 0;
    text-align: center;
    padding: 13px 14px;
    line-height: 24px;
}

.minicart-wrapper .block-content {
    position: relative;
}

.minicart-wrapper .action.close {
    height: 15px;
    right: auto;
    left: 26px;
    top: 17px;
    width: 15px;
}

.minicart-wrapper .action.close::before {
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    height: 14px;
    width: 14px;
    content: "";
    margin: 0;
    text-align: center;
    transform: rotate(45deg);
}

.minicart-items .product-item:not(:first-child) {
    border-top: 0;
}

.minicart-wrapper .block-minicart li,
.minicart-items .product-item {
    border-bottom: 1px solid #c0cdc8;
    margin: 0;
    padding: 0;
}

.minicart-wrapper .block-minicart li .product,
.minicart-items .product-item .product {
    padding: 20px 0;
    position: relative;
}

.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
    float: right;
    max-height: 70px;
    height: 70px;
    width: 70px !important;
}

.minicart-items .product-item-details {
    padding: 0;
    padding-right: 110px;
}

.minicart-items .product-item-name {
    font-weight: normal;
    font-family: "Tiempos Text";
    margin: 0 0 10px;
    min-height: 66px;
}

.minicart-items .product-item-name a {
    color: #003726;
    font-size: 15px;
    font-family: "Tiempos Text";
    font-weight: normal;
    line-height: 1.5;
}

.minicart-items .price-container {
    position: absolute;
    right: 0;
    bottom: 26px;
}

.minicart-items .product-item-details .price {
    color: #003726;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
    line-height: 20px;
}

.minicart-items .product-item-details .details-qty {
    border: 1px solid #c0cdc8;
    border-radius: 8px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.minicart-items .item-qty {
    border: 0;
    width: 38px;
    padding: 0px 5px;
    outline: none;
}

.minicart-items .product-item-details .details-qty span {
    padding: 0px 6px;
    display: inline-block;
}

.block-minicart .subtotal {
    border-bottom: 1px solid #c0cdc8;
    padding: 60px 0px 24px;
    margin: 0 26px;
    text-align: right;
}

.block-minicart .subtotal .label {
    color: #003726;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
}

.block-minicart .subtotal .price-container {
    position: unset;
}

.block-minicart .subtotal .price-container .price {
    color: #003726;
    font-size: 21px;
    font-weight: 400;
    font-family: "Roboto Mono", monospace;
}

.block-minicart .block-content > .actions {
    padding: 0 26px;
}

.block-minicart .block-content > .actions .viewcart {
    background-color: #003726;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 36px;
}

/* Checkout Cart Page Style Here */

.checkout-cart-index .page-title-wrapper {
    display: none;
}

.checkout-cart-index .cart.table-wrapper h1 {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-cart-index .cart-container .form-cart .action.continue {
    border: 0;
    background-color: transparent;
    color: #003726;
    font-family: "Tiempos Text";
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin: -36px 0 0;
    padding: 0;
    text-decoration: underline;
}

.checkout-cart-index .cart-container .form-cart .action.continue::before {
    display: none;
}

.checkout-cart-index .cart-container,
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main {
    max-width: 1260px !important;
    padding: 0px 15px !important;
    margin: 0 auto;
}

.customer-account-login .page-main, .customer-account-create .page-main
.checkout-cart-index .cart.table-wrapper {
    background-color: #f3eede;
    border-radius: 8px;
    margin: 0;
    padding: 30px 40px;
}

.checkout-cart-index table > thead > tr > th {
    /* border-bottom: 1px solid #003726; */
    font-family: "Tiempos Headline";
    color: #003726;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 14px;
}

.checkout-cart-index table > thead > tr > th:first-child,
.checkout-cart-index table > tbody > tr > td:first-child {
    padding-left: 0px;
}

.checkout-cart-index table > thead > tr > th:last-child {
    padding-right: 0px;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: center;
}

.checkout-cart-index .cart.table-wrapper .items thead + .item,
.checkout-cart-index .cart.table-wrapper .items > .item {
    border-bottom: 1px solid #003726 !important;
    position: relative !important;
}

.checkout-cart-index table > tbody > tr > td:last-child {
    padding-right: 30px;
}

.checkout-cart-index table > tbody > tr > td {
    padding: 20px 14px;
}

.checkout-cart-index .cart.table-wrapper .product-item-name {
    display: block;
    font-weight: 400;
    margin-top: 0;
    color: #003726;
    font-size: 15px;
    line-height: 20px;
}

.checkout-cart-index .cart.table-wrapper .product-item-name a {
    color: #003726;
}

.checkout-cart-index .control.qty label {
    background-color: #ffffff;
    border-radius: 8px;
    display: block;
    min-width: 100px;
    width: 100%;
    text-align: center;
}

.checkout-cart-index .control.qty button {
    border: 0;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    line-height: 34px;
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    margin: 0;
    border: 0;
    height: 34px;
}

.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 400;
    font-size: 15px;
    color: #003726;
}

.checkout-cart-index #shopping-cart-table .item-actions {
    position: absolute;
    right: 0;
    top: 14px;
}

.checkout-cart-index #shopping-cart-table .item-actions td {
    padding: 0px !important;
}

.checkout-cart-index #shopping-cart-table .item-actions .action-delete {
    background-color: transparent;
    background-image: url(../images/cross-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    height: 16px;
    width: 16px;
    padding: 0;
    border: 0;
    margin: 0;
}

.checkout-cart-index #shopping-cart-table .item-actions .action-delete span {
    display: none;
}

.checkout-cart-index .cart-summary {
    background: #ffffff;
    border: 1px solid #c0cdc8;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 30px 40px;
    width: 25%;
}

.cart-summary > .title {
    color: #003726;
    display: block;
    font-family: "Tiempos Headline";
    font-weight: bold;
    line-height: 50px;
    font-size: 35px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

.cart-summary .head {
    color: #003726;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-summary .table.totals td,
.cart-summary .table.totals th {
    color: #003726;
    padding: 4px 0;
    font-family: "Tiempos Headline";
    font-size: 15px;
    vertical-align: top;
}

.cart-summary table.data.table.totals td {
    font-family: "Roboto Mono", monospace;
}

.cart-summary .table.totals .grand.totals td,
.cart-summary .table.totals .grand.totals th {
    border-top: 1px solid #c0cdc8;
    vertical-align: middle;
    padding: 10px 0;
}

.checkout-cart-index .column.main .cart-summary .block > .title strong {
    color: #003726;
    font-family: "Tiempos Headline";
    font-size: 18px;
    font-weight: 400;
}

.cart-summary .block .fieldset .field:not(.choice) > .label {
    color: #003726;
    padding: 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.cart-container .cart-summary .checkout-methods-items .action.primary {
    width: 100%;
    padding: 0 10px !important;
    line-height: 35px !important;
}

.payment-image {
    padding: 15px 0 0;
}

.payment-image img {
    display: inline-block;
    max-width: 40px;
    vertical-align: middle;
    margin: 0 6px;
}

/*product-detail-page-css*/

.catalog-product-view .sparsh-testimonials-block {
    display: flex;
    padding: 50px 0px 80px;
    flex-direction: column;
    max-width: 1100%;
    background-color: #f3eede;
}

.catalog-product-view .column.main {
    padding-top: 40px;
    padding-bottom: 0px;
}

.catalog-product-view .column.main .product-info-main {
    width: 50%;
}

.catalog-product-view .column.main .product.media {
    width: 50%;
    padding-right: 20px;
}

.catalog-product-view .column.main .product-info-main .page-title-wrapper {
    width: 65%;
    float: left;
}

.catalog-product-view
    .column.main
    .product-info-main
    .page-title-wrapper
    .page-title {
    color: #003726;
    font-size: 30px;
    margin: 0px;
    font-weight: 700;
    font-family: "Tiempos Headline";
}

.catalog-product-view
    .column.main
    .product-info-main
    .page-title-wrapper
    .value {
    color: #003726;
    font-size: 15px;
}

.catalog-product-view .column.main .product-info-main .product-info-price {
    width: 35%;
    float: right;
    padding-left: 10px;
    padding-top: 0;
    text-align: right;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-info-price
    .price {
    color: #003726;
    font-size: 30px;
    font-weight: 400;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form {
    width: 100%;
    justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 30px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form
    .box-tocart {
    margin: 0px;
    margin-left: auto;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form
    .box-tocart
    .fieldset {
    margin: 0px;
    align-items: center;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form
    .box-tocart
    .fieldset
    .qty {
    margin: 0px;
    display: -webkit-inline-box;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    #product_addtocart_form
    .box-tocart
    .fieldset
    .actions.btn {
    margin: 0px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .product-add-form
    .product-macros
    span {
    color: #003726;
    font-size: 15px;
    font-family: "Roboto Mono", monospace;
}

.catalog-product-view .column.main .product-info-main .product.pricing {
    color: #003726;
    margin-bottom: 10px;
}

.catalog-product-view .column.main .product-info-main .specification-container {
    border-bottom: 1px solid #c0cdc8;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .specification-container
    span,
.specification-container span {
    border: 1px solid #c0cdc8;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 12px;
    color: #003726;
    font-family: "Roboto Mono", monospace;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
}

.catalog-product-view
    .column.main
    .product-info-main
    .macro-details-container
    .title {
    color: #003726;
    font-weight: bold;
    font-family: "Tiempos Headline";
    font-size: 15px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .macro-details-container
    .container {
    color: #003726;
    font-weight: 400;
    margin-bottom: 25px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .nutrifacts-container.macro-container
    .title {
    margin-bottom: 20px;
}

.catalog-product-view
    .column.main
    .product-info-main
    .nutrifacts-container.macro-container
    .container
    p {
    color: #003726;
    font-size: 12px;
    font-family: "Roboto Mono", monospace;
}

.catalog-product-view .sparsh-testimonials-block .title {
    color: #003726;
    font-size: 35px;
}

.catalog-product-view .sparsh-testimonials-block .testimonials-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 45px;
    width: 100%;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .container {
    max-width: 100%;
    padding: 0px;
    width: 100%;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .owl-nav
    .owl-prev {
    left: -45px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .owl-nav
    .owl-next {
    right: -45px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .review-ratings {
    max-width: 100%;
    float: none;
    display: block;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .review-ratings
    .rating-result {
    margin: 0px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .rating-label {
    display: none;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .review-ratings
    .rating-result
    span {
    min-height: auto;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .review-ratings
    .rating-result
    span::before {
    color: #e79724;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .sparsh-testimonials-detail
    span {
    color: #000000;
    min-height: auto;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .sparsh-testimonials-detail
    .message {
    color: #000000;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    margin: 15px 0px;
    max-height: 80px;
    overflow: auto;
    min-height: 80px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .sparsh-testimonials-name {
    color: #969696;
    font-size: 12px;
    padding: 0px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .item
    .sparsh-testimonials-content-block {
    padding: 20px;
    box-shadow: 0px 0px 8px #00000033;
    margin: 7px;
}

.catalog-product-view
    .sparsh-testimonials-block
    .testimonials-content
    .owl-dots {
    display: none;
}

.product-info-main-media {
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 20px 40px;
    width: 100%;
}

.nutrifacts-container table {
    border: 0px;
}

.nutrifacts-container table > tbody > tr > td {
    padding: 1px 0;
    border-left: 0px;
    border-right: 0px;
    border-color: #003726;
    padding: 2px 2px;
    font-size: 14px;
    font-weight: 700;
}

/*faq-page-css*/

.faq-banner-box {
    position: relative;
}

.faq-banner-box .faq-banner-content + p {
    position: relative;
}

.faq-banner-box .faq-banner-content {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    max-width: 650px;
    margin: 0 auto;
    padding: 0px 15px;
}

.faq-banner-box .faq-banner-content + p::before {
    content: "";
    background-color: #000000;
    opacity: 10%;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

.faq-banner-box .faq-banner-content + p img {
    height: 100%;
    width: 100%;
    display: block;
}

.faq-index-index .page-title-wrapper {
    display: none;
}

.faq-banner-box .faq-banner-content h1 {
    color: #f8f5ee;
    margin-bottom: 30px;
    font-size: 55px;
    font-family: "Tiempos Headline";
    font-weight: bold;
}

.faq-banner-box .faq-banner-content p {
    display: flex;
}

.faq-banner-box .faq-banner-content p input {
    max-width: 450px;
    width: 100%;
    height: 35px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
}

.faq-banner-box .faq-banner-content p a {
    display: inline-block;
    background-color: #003726;
    min-width: 170px;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    border: 1px solid #42695c;
    border-radius: 0px 10px 10px 0px;
}

.faq-banner-box + h1 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    padding: 50px 0px 0px;
    font-weight: 700;
    font-family: "Tiempos Headline";
}

.mageprince-faq-collection .faq-groups {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.mageprince-faq-collection .faq-groups .faq-group {
    box-shadow: 0px 0px 8px #00000033;
    padding: 20px;
    margin: 0px 10px;
    border-radius: 8px;
    width: 22%;
}

.mageprince-faq-collection .faq-groups .faq-group #faq-group-image {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.mageprince-faq-collection
    .faq-groups
    .faq-group
    #faq-group-image
    .group-image {
    max-width: 90px;
    width: 100%;
    height: 100%;
    min-height: 90px;
    object-fit: contain;
}

.mageprince-faq-collection .faq-groups .faq-group:last-child {
    display: none;
}

.mageprince-faq-collection .faq-groups .faq-group .group-link {
    color: #003726;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    text-align: center;
    text-transform: none;
    display: block;
}

.mageprince-faq-collection .faq-groups .faq-group .faq-groupname {
    margin: 10px 0px 0px;
    text-align: center;
}

.mageprince-faq-collection .faq-groups .faq-group:hover {
    background-color: #003726;
}

.mageprince-faq-collection .faq-groups .faq-group:hover .group-link {
    color: #fff;
}

.mageprince-faq-collection .faq-groups .faq-group:hover .group-image {
    filter: invert(180%) sepia(1%) saturate(5%) hue-rotate(0deg)
        brightness(180%) contrast(100%);
}

#faq-content .group-title {
    color: #003726;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    border: 0px;
    padding: 0px 20px;
    margin-top: 0px;
    max-width: 860px;
    margin: 0 auto 50px;
    font-family: "Tiempos Headline";
    text-transform: unset;
}

#faq-content .faq-accordion {
    padding: 0px 20px;
    max-width: 860px;
    margin: 0 auto 70px;
}

#faq-content .faq-accordion .ui-accordion-header {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #c0cdc8;
    padding: 10px 0px;
    color: #003726;
    font-size: 15px;
    font-weight: 700;
    padding-right: 15px;
    font-family: "Tiempos Headline";
}

#faq-content .faq-accordion .ui-accordion-content {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

#faq-content .faq-accordion .ui-accordion-content p {
    color: #003726;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#faq-content .faq-accordion .ui-accordion-header::after {
    transform: rotate(90deg);
    font-weight: 200;
    position: absolute;
    right: 0px;
}

.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
    transform: rotate(180deg) !important;
    font-weight: 400;
}

#faq-content #group7 {
    background-color: #f5f2e6;
    padding: 50px 15px;
    margin-bottom: 60px;
}

#faq-content #group9 {
    background-color: #f5f2e6;
    padding: 50px 15px;
    margin-bottom: 60px;
}

.page-header .panel.header ul.header.links {
    margin: 0px 14px;
}

div#search-btn a::before {
    font-weight: 100;
}

header .block-search {
    padding: 0px;
}

header .block-search #search-btn a::before {
    background-image: url(../images/searc-icon.svg);
    width: 18px;
    height: 18px;
    font-size: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: unset;
}

#faq-content .faq-accordion li.categoryName {
    list-style-type: none;
    background-color: #003726;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    margin: 30px 0px 0px;
    font-size: 15px;
    font-weight: 400;
}

#faq-content .faq-accordion li.categoryName:first-child {
    margin-top: 0px;
}

.faq-chat-box {
    background-color: #c0cdc8;
    border-radius: 8px;
    max-width: 1180px;
    margin: 100px auto;
    padding: 60px 20px;
    text-align: center;
}

.faq-chat-box p:first-child {
    color: #003726;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Tiempos Headline";
}

.faq-chat-box p {
    color: #003726;
    font-size: 15px;
}

.faq-chat-box a {
    background-color: #003726;
    color: #fff;
    min-width: 130px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    margin-top: 20px;
}

/*meal-plan-page*/

.category-meal-plan > p {
    display: none;
}

.category-meal-plan .category-view .category-description .meal-banner {
    position: relative;
}

.category-meal-plan .category-view .category-description .meal-banner::before {
    content: "";
    /* background-color: #000000; */
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 20%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.category-meal-plan
    .category-view
    .category-description
    .meal-banner
    .meal-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.category-meal-plan
    .category-view
    .category-description
    .meal-banner
    .meal-banner-content
    h1 {
    color: #f8f5ee;
    margin: 0px;
}

.category-meal-plan
    .category-view
    .category-description
    .meal-banner
    .meal-banner-content
    p {
    color: #f8f5ee;
    font-size: 25px;
    max-width: 480px;
    margin: 0 auto;
}

.category-meal-plan .category-view .category-description .meal-banner img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.category-meal-plan .bottom-faq-section ul li p span {
    font-family: "Tiempos Text" !important;
    font-size: 12px !important;
    color: #003726;
}

.category-meal-plan .category-view .up-Apart-box {
    padding: 80px 0px;
}

.category-meal-plan .category-view .up-Apart-box h1 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    margin: 0px;
}

.category-meal-plan .category-view .up-Apart-box p {
    color: #003726;
    text-align: center;
    font-family: "Tiempos Text";
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.category-meal-plan .category-view .up-Apart-box ul {
    padding: 50px 15px 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: space-between;
}

.category-meal-plan .category-view .up-Apart-box ul li {
    width: 24%;
    margin: 0;
}

.category-meal-plan .category-view .up-Apart-box ul li img {
    max-width: 170px;
    height: 140px;
    object-fit: contain;
}

.category-meal-plan .category-view .up-Apart-box ul li h5 {
    text-align: center;
    color: #003726;
    font-size: 15px;
    font-family: "Tiempos Headline";
    font-weight: bold;
    margin: 0px;
    padding: 30px 0px 0px;
}

.category-meal-plan .category-view .up-Apart-box ul li h6 {
    color: #003726;
    font-size: 15px;
    font-weight: 400;
    font-family: "Tiempos Text";
    text-align: center;
    line-height: 22px;
    margin: 0px;
    padding: 4px 0 0;
}

.category-meal-plan .chat-now-box .wp-block-preformatted {
    background-color: transparent;
    border: 0px;
    padding: 0px 15px;
    max-width: 1160px;
    margin: 0 auto;
}

.category-meal-plan .meal-plan-chat-section {
    padding: 50px 15px;
}

.category-meal-plan .meal-plan-chat-section img {
    max-width: 325px;
    width: 100%;
}

.category-meal-plan .meal-plan-chat-section h5 {
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
    font-weight: bold;
    margin: 20px 0px 0px;
}

.category-meal-plan .meal-plan-chat-section h6 {
    color: #003726;
    font-size: 15px;
    margin: 19px 0px 10px;
    font-weight: 400;
}

.category-meal-plan .meal-plan-chat-section a {
    background-color: #003726;
    color: #fff;
    min-width: 130px;
    height: 35px;
    display: inline-block;
    border-radius: 8px;
    line-height: 35px;
    font-size: 15px;
}

.category-meal-plan .bottom-faq-section {
    background-color: #f2edde;
    padding: 80px 15px 50px;
}

.category-meal-plan .bottom-faq-section .group-title {
    text-align: center;
    color: #003726;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.category-meal-plan .bottom-faq-section ul {
    max-width: 1080px;
    margin: 0 auto;
    column-count: 3;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-meal-plan .bottom-faq-section ul li {
    margin-bottom: 30px;
    width: 30%;
}

.category-meal-plan .bottom-faq-section ul li h3 {
    color: #003726;
    font-size: 15px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    margin: 0px 0px 20px;
    line-height: 1.6;
}

.category-meal-plan .bottom-faq-section ul li .faq-description p {
    color: #003726;
    font-size: 12px;
    line-height: 22px;
}

.category-meal-plan .columns {
    display: none;
}

.category-meal-plan .chat-now-box .wp-block-preformatted h3 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    margin: 0px;
}

.category-meal-plan .chat-now-box .wp-block-preformatted p {
    text-align: center;
    color: #003726;
    font-size: 15px;
    font-family: "Tiempos Text";
}

.category-meal-plan
    .chat-now-box
    .wp-block-preformatted
    .meal-category-top-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.category-meal-plan .chat-now-box .meal-category-top-box .meal-category {
    width: 49%;
    margin: 10px 0px;
    border-radius: 8px;
    background-color: #c7e1f5;
}

.category-meal-plan .chat-now-box .meal-category-top-box .meal-category .info {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 8px;
    padding: 25px 0px;
}

.category-meal-plan .chat-now-box .meal-category .info .meal-content-box {
    padding: 0px 25px 45px;
    width: 60%;
    position: relative;
}

.category-meal-plan .chat-now-box .meal-category .info .meal-content-box h4 {
    margin: 0px 0px 10px;
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.category-meal-plan .chat-now-box .meal-category .info .meal-content-box p {
    text-align: left;
    color: #003726;
    font-size: 15px;
    margin-bottom: 15px;
}

.category-meal-plan
    .chat-now-box
    .meal-category
    .info
    .meal-content-box
    .view-menu {
    background-color: transparent;
    border: 0px;
    color: #003726;
    font-size: 15px;
    font-family: "Tiempos Headline";
    padding: 0px 0px 0px 25px;
    position: relative;
}

.category-meal-plan
    .chat-now-box
    .meal-category
    .info
    .meal-content-box
    .view-menu::before {
    content: "";
    background-image: url(../images/searc-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

.category-meal-plan .chat-now-box .meal-category .info .meal-content-box .link {
    background-color: #fff;
    color: #003726;
    display: block;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category
    .info
    .meal-image-box {
    width: 40%;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category
    .info
    .meal-image-box
    img {
    /* height: 275px; */
    object-fit: contain;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category:nth-child(2) {
    background-color: #ffeb94 !important;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category:nth-child(2) {
    background-color: #ffeb94;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category:nth-child(3) {
    background-color: #fccab7;
}

.category-meal-plan
    .chat-now-box
    .meal-category-top-box
    .meal-category:nth-child(4) {
    background-color: #d4dfc0;
}

.cart-empty {
    padding: 50px 15px;
    max-width: 1260px;
    margin: 0 auto;
}

/*about-us-page*/

.category-aboutus .category-view .category-description,
.category-meal-plan .category-view .category-description {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
}

.category-aboutus .category-view .category-description .about-us-banner-box {
    position: relative;
}

.category-aboutus .about-us-banner-box .about-banner-image {
    position: relative;
}

.category-aboutus .about-us-banner-box .about-banner-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.category-aboutus .about-us-banner-box .about-banner-image::before {
    content: "";
    background-color: #000;
    opacity: 20%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.category-aboutus .about-us-banner-box .about-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    padding: 0px 20px;
}

.category-aboutus .about-us-banner-box .about-banner-content h2 {
    color: #f8f5ee;
    font-size: 55px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.about-banner-content button {
    background-color: #ffffff;
}

/*.category-aboutus .about-us-banner-box .about-banner-content a {
    background-color: #fff;
    color: #003726;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 15px;
}*/

.category-aboutus .aboutusblock1-box {
    background-color: #f2edde;
    position: relative;
}

.category-aboutus .aboutusblock1-box img {
    display: block;
}

.category-aboutus .aboutusblock1-box p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    color: #003726;
    max-width: 60%;
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    font-family: "Tiempos Headline";
    font-weight: bold;
}

.category-aboutus .aboutusblock2-box {
    padding: 50px 15px 50px;
    position: relative;
}

.category-aboutus .aboutusblock2-box img {
    width: 100%;
    display: block;
    max-width: 780px;
    margin: 0 auto;
}

.category-aboutus .aboutusblock2-box .Ablock2-heading {
    color: #003726;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    font-family: "Tiempos Headline";
    margin-bottom: 20px;
}

.category-aboutus .aboutusblock2-box .Ablock2-content {
    color: #003726;
    text-align: center;
    font-size: 15px;
    padding: 30px 15px 0;
    max-width: 780px;
    margin: 0 auto;
}

.category-aboutus .aboutusblock2-box::before {
    content: "";
    position: absolute;
    background-color: #c0cdc8;
    width: 100%;
    min-height: 300px;
    bottom: 0px;
    z-index: -1;
    left: 0px;
    right: 0px;
}

.category-aboutus .apart-container {
    background-color: #c0cdc8;
    padding: 50px 15px 100px;
}

.category-aboutus .apart-container > p {
    display: none;
}

.category-aboutus .apart-container > div {
    display: flex;
    max-width: 780px;
    width: 100%;
    margin: 0 auto 50px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
    align-items: center;
}

.category-aboutus .apart-container > div > div {
    width: 50%;
}

.category-aboutus .apart-container > div .content-box {
    padding-right: 20px;
}

.category-aboutus .apart-container > div .content-box h1 {
    color: #003726;
    font-size: 55px;
    text-align: center;
    font-family: "Tiempos Headline";
    font-weight: bold;
    margin: 0px;
}

.category-aboutus .apart-container > div .content-box span {
    color: #003726;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 20px 0px;
}

.category-aboutus .apart-container > div .content-box h2 {
    color: #003726;
    font-size: 35px;
    text-align: center;
    font-family: "Tiempos Headline";
}

.category-aboutus .apart-container > div .content-box p {
    color: #003726;
    font-size: 15px;
    text-align: center;
}

.category-aboutus .apart-container > div .img-box img {
    display: block;
    width: 100%;
}

.category-aboutus .apart-container .apart-box-4 {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    flex-direction: row-reverse;
}

.category-aboutus .apart-container .apart-box-2 {
    flex-direction: row-reverse;
}

.category-aboutus .apart-container .apart-box-2 .content-box {
    padding-left: 20px;
    padding-right: 0px;
}

.category-aboutus .apart-container .apart-box-4 .content-box {
    padding-left: 20px;
    padding-right: 0px;
}

.category-aboutus .team-container .AblockSecond-box {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 15px;
}

.category-aboutus .team-container .AblockSecond-box .content-box {
    width: 50%;
    background-color: #003726;
    padding: 60px 90px;
    border-radius: 8px 0px 0px 8px;
}

.category-aboutus .team-container .AblockSecond-box .AblockSecond-image {
    width: 50%;
}

.category-aboutus .team-container .AblockSecond-box .content-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: "Tiempos Headline";
}

.category-aboutus
    .team-container
    .AblockSecond-box
    .content-box
    .AblockSecond-content {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.category-aboutus
    .team-container
    .AblockSecond-box
    .content-box
    .AblockSecond-content:last-child {
    margin-bottom: 0px;
}

.category-aboutus .team-container .AblockSecond-box .AblockSecond-image img {
    height: 100%;
    object-fit: cover;
}

.category-aboutus .our-team-section {
    background-color: #f2edde;
    max-width: 1150px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 70px 15px;
}

.category-aboutus .our-team-section h2 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.category-aboutus .our-team-section > div {
    display: flex;
    max-width: 780px;
    margin: 0 auto;
    align-items: center;
}

.category-aboutus .our-team-section > div > div {
    width: 50%;
}

.category-aboutus .our-team-section .content-box {
    padding-right: 20px;
}

.category-aboutus .our-team-section .content-box h3 {
    color: #003726;
    font-size: 20px;
    font-family: "Tiempos Headline";
    font-weight: bold;
    margin: 0px 0px 15px;
}

.category-aboutus .our-team-section .content-box p {
    color: #003726;
    font-size: 15px;
    line-height: 28px;
}

.category-aboutus .our-team-section .content-box h5 {
    margin: 15px 0px 0px;
    color: #003726;
    font-size: 12px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.category-aboutus .our-team-section .our-team-box-2 {
    flex-direction: row-reverse;
}

.category-aboutus .our-team-section .our-team-box-2 .content-box {
    padding-left: 20px;
    padding-right: 0px;
}

.category-aboutus .our-team-section .our-team-box-4 {
    flex-direction: row-reverse;
}

.category-aboutus .our-team-section .our-team-box-4 .content-box {
    padding-left: 20px;
    padding-right: 0px;
}

.category-aboutus .team-container .AblockThird-box {
    padding-top: 50px;
    display: flex;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-Content {
    width: 40%;
    background-color: #c0cdc8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px 0px 70px;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-Content h2 {
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.category-aboutus
    .team-container
    .AblockThird-box
    .AblockThird-Content
    .AblockThird-content {
    color: #003726;
    font-size: 20px;
    line-height: 28px;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-image {
    width: 60%;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-image img {
    display: block;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-Content a {
    background-color: #fff;
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    color: #003726;
    text-align: center;
    border-radius: 8px;
}

.category-aboutus
    .team-container
    .AblockThird-box
    .AblockThird-Content
    a:hover {
    background-color: #003726;
    color: #fff;
}

.category-aboutus .columns {
    display: none;
}

.category-aboutus .team-container > p {
    display: none;
}

.category-meal-plan #scrnli_recorder_root + p,
.category-meal-plan .page-wrapper + p {
    display: none;
}

.category-meal-plan .meal-plan-chat-section a:hover {
    background-color: #fff;
    color: #003726;
    border: 1px solid #003726;
}

.category-meal-plan
    .chat-now-box
    .meal-category
    .info
    .meal-content-box
    .link:hover {
    background-color: #003726;
    color: #fff;
}

.faq-chat-box a:hover {
    background-color: #fff;
    color: #003726;
    border: 1px solid #003726;
}

span.offer-text {
    position: absolute;
    height: 70px;
    width: 70px;
    color: #f3eede;
    right: 0px;
    display: flex;
    border-radius: 50%;
    bottom: 23px;
    background-color: #003726;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.category-aboutus .team-container .AblockThird-box .AblockThird-Content a {
    background-color: #fff;
    color: #003726;
    border: 1px solid transparent;
}

.category-shop .product-items li .product-item-info .offer-text {
    bottom: 20px;
    z-index: 9;
    right: 0px;
    width: 50px;
    height: 50px;
    font-size: 16px;
}

.category-shop .product-items li .product-item-info .product-item-photo {
    position: relative;
}

.page-main {
    width: 100%;
    max-width: 100% !important;
    padding: 0px !important;
}

/*meal-plan-detail-page*/

.category-loss-weight .category-image,
.category-loss-weight .category-description,
body[class*="categorypath-meal-plan-"] .category-image,
body[class*="categorypath-meal-plan-"] .category-description {
    display: none;
}

.meal-plan-category-box .category-description p {
    margin: 0px;
}

.meal-plan-category-box .wp-block-preformatted {
    margin-bottom: -120px;
}

.meal-plan-category-box .header-section {
    position: relative;
}

.meal-plan-category-box .header-section .banner-image img {
    height: 820px;
    width: 100%;
    object-fit: cover;
}

.meal-plan-category-box .header-banner-content {
    position: absolute;
    top: 60px;
    /* transform: translateY(-50%); */
    width: 100%;
    text-align: center;
}

.meal-plan-category-box .header-section .header-content-box {
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto;
}

.meal-plan-category-box .header-section .header-content-box h4.product-action {
    padding: 0px;
}

.meal-plan-category-box .header-section .header-content-box h4 {
    color: #003726;
    font-weight: bold;
    font-size: 20px;
    font-family: "Tiempos Headline";
    margin: 0;
    padding: 30px 0 20px;
}

.meal-plan-category-box .header-section .header-content-box p {
    color: #003726;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
    line-height: 1.5;
    margin: 0px;
}

.meal-plan-category-box .meal-category-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys,
.meal-plan-category-box .meal-category-top-box form {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000033;
    margin: 0px 10px;
    padding: 34px;
    width: 100%;
    max-width: 380px;
    min-height: 240px;
    display: table;
    transition: 0.3s ease-in-out;
    height: 100%;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys a,
.meal-plan-category-box
    .meal-category-top-box
    form[data-role="tocart-form"]
    .action.tocart.primary {
    background-color: transparent;
    border: 0px;
    display: table-cell;
    color: #003726;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys:hover,
.meal-plan-category-box .meal-category-top-box form:hover {
    background-color: #003726;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys:hover a,
.meal-plan-category-box
    .meal-category-top-box
    .meal-categorys:hover
    h4.meal-hover-content,
.meal-plan-category-box
    .meal-category-top-box
    form:hover
    .hover-product-content-btn
    > div {
    color: #fff;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys h4,
.product-content-btn div:first-child,
.hover-product-content-btn div:first-child {
    font-size: 34px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    line-height: 1.2;
    transition: 0.3s ease-in-out;
}

.meal-plan-category-box
    .meal-category-top-box
    .meal-categorys
    h4.meal-hover-content,
.product-content-btn div:last-child,
.hover-product-content-btn div:last-child {
    color: #003726;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
    line-height: 1.6;
}

.meal-plan-category-box
    .meal-category-top-box
    .meal-categorys
    h4.meal-hover-content,
.hover-product-content-btn {
    display: none;
}

.meal-plan-category-box .meal-category-top-box .meal-categorys:hover h4,
.meal-plan-category-box
    .meal-category-top-box
    form[data-role="tocart-form"]:hover
    .product-content-btn {
    display: none;
}

.meal-plan-category-box
    .meal-category-top-box
    .meal-categorys:hover
    h4.meal-hover-content,
.meal-plan-category-box
    .meal-category-top-box
    form[data-role="tocart-form"]:hover
    .hover-product-content-btn {
    display: block;
}

.select-bar-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
}

.select-bar-activity .category-list-container {
    padding: 0 10px;
    max-width: 130px;
    position: relative;
}

.select-bar-activity .category-list-container:not(:last-child)::after {
    content: "";
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    height: 7px;
    width: 7px;
    position: absolute;
    transform: rotate(45deg);
    top: 7px;
    right: 0;
}

.select-bar-activity .category-list-container .title-number {
    background-color: #ffffff;
    border-radius: 50%;
    color: #c7e1f5;
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.select-bar-activity .category-list-container.active .title-number {
    background-color: #003726;
    color: #ffffff;
}

.select-bar-activity .category-list-container .title {
    color: #ffffff;
    font-size: 15px;
    font-family: "Tiempos Text";
    font-weight: normal;
    padding: 12px 0 0;
}

.select-bar-activity .category-list-container.active .title {
    color: #003726;
}

body[class*="categorypath-meal-plan-"] .columns {
/*    display: none;*/
}

.hit-me .mageprince-faq-collection {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 15px;
}

.hit-me .mageprince-faq-collection .category-detail-faq {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.hit-me .mageprince-faq-collection .category-detail-faq > div {
    width: 50%;
}

.hit-me .mageprince-faq-collection h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
}

.hit-me .mageprince-faq-collection .category-detail-faq #faq-content {
    padding-right: 20px;
}

.hit-me .mageprince-faq-collection .category-detail-faq .faq-group {
    padding-left: 20px;
}

.hit-me
    .mageprince-faq-collection
    .category-detail-faq
    .faq-group
    #faq-group-image {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.hit-me
    .mageprince-faq-collection
    .category-detail-faq
    .faq-group
    #faq-group-image
    img {
    width: 100%;
    height: 100%;
}

.hit-me
    .mageprince-faq-collection
    .category-detail-faq
    #faq-content
    .faq-accordion {
    margin: 0px;
    padding: 0px;
}

/*writen by akshay when no one avilable discuss with abhinav sir*/

.checkout-cart-index .cart-container,
.customer-account-login .page-main {
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
    overflow: unset;
}

.customer-account-login .page-main,
.customer-account-create .page-main {
    max-width: 1260px !important;
    padding: 0px 10px !important;
    overflow: unset;
}

label.label,
legend.label {
    text-align: left !important;
}

.contact-index-index .page-title-wrapper {
    padding-left: 20px;
}

.category-meal-plan
    .chat-now-box
    .meal-category
    .info
    .meal-content-box
    .view-menu
    a {
    color: #003726;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.select-bar-activity .category-list-container.active::after {
    border-color: #003726;
}

.meal-plan-category-box .meal-category-top-box form button span:first-child {
    font-size: 35px;
    font-family: "Tiempos Headline";
    font-weight: bold;
}

#contact-form {
    padding: 0px 20px;
}

.block-minicart h1::before {
    content: "";
    position: absolute;
    background-image: url("../images/cart-icon.svg");
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin-left: 60px;
    top: 16px;
}

button.ui-datepicker-trigger {
    background-color: transparent;
    border: 0px;
    background-image: url("../images/calendar.png");
    width: 25px;
    height: 26px;
    background-size: 100%;
    margin-left: 5px;
    padding: 0px;
    background-repeat: no-repeat;
    margin-top: -2px;
}

.checkout-onepage-success .page-title-wrapper {
    padding: 20px 25px 0px;
}

.checkout-onepage-success .column.main {
    padding: 0px 25px;
}

.qty-wrapper .qty-wrap .input-text.update {
    top: -3px !important;
}

div#checkout .showcart {
    background-color: transparent !important;
    border: 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    text-align: right;
}

.sparsh-testimonials-detail h4 {
    color: #000000;
    font-size: 12px;
    font-family: "Roboto Mono", monospace;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px;
    min-height: 45px;
}

.sparsh-testimonials-detail p {
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    min-height: 80px;
}

.sparsh-testimonials-name {
    color: #a3a3a3;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: none;
    text-transform: capitalize;
}

.block.filter {
    margin-bottom: 0px;
}

/* My Account Page Style Here */

.account .block-collapsible-nav .item .delimiter,
.account .page-title-wrapper .page-title {
    display: none;
}

.profileholder_banner {
    position: relative;
}

.profileholder_image img {
    width: 100%;
}

.common-header-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.common-header-section .name_div {
    color: #003726;
    font-size: 55px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.profile_welcome_div span {
    color: #003726;
    display: block;
    font-size: 25px;
    font-family: "Tiempos Text";
    font-weight: normal;
}

.profile-logout-btn a {
    color: #003726;
    display: block;
    font-size: 12px;
    font-family: "Tiempos Text";
    font-weight: normal;
    margin-top: 30px;
    text-decoration: underline;
}

.common-profile-content {
    background-color: #f3eede;
    border-radius: 8px;
    max-width: 780px;
    margin: 80px auto 0;
    width: 100%;
}

.profile-tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 30px;
}

.profile-tab-content > div {
    background-image: url(../images/inactive-bg-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60px;
    padding: 0px 20px;
    margin-top: -10px;
    max-width: 170px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-tab-content > div.active {
    background-image: url(../images/active-bg-icon.svg);
}

.profile-tab-content > div a {
    color: #003726;
    display: block;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.profile-tab-content > div.active a {
    color: #ffffff;
}

.profile_content_data {
    padding: 0px 40px 40px;
}

.profile_content_data .panel {
    padding: 20px 0 34px;
}

.profile_content_data .panel-data {
    display: flex;
    flex-wrap: wrap;
}

.panel-data .box-content {
    background-color: #c7e1f5;
    border-radius: 6px;
    padding: 22px 16px;
    width: 100%;
    max-width: 210px;
    margin: 0 10px 20px;
}

.panel-data .box-content span,
.panel-data .box-content a {
    color: #003726;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.panel-data .box-content span.dly-date,
.panel-data .box-content span.dly-time {
    font-size: 15px;
    font-weight: bold;
}

.panel-data .box-content span.add-title {
    padding-top: 30px;
}

.panel-data .box-content a,
.pannel-footer a {
    cursor: pointer;
    text-decoration: underline;
    margin-top: 30px;
}

.pannel-footer a,
.pannel-footer p {
    color: #003726;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}

.pannel-footer p {
    padding-top: 18px;
}

.Profile-Chat-Section {
    display: flex;
    align-items: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 40px 80px;
    width: 100%;
}

.Profile-Chat-Section > div {
    width: 50%;
    text-align: center;
}

.Profile-Chat-section-title {
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    padding-bottom: 20px;
}

.Profile-Chat-section-short-description {
    color: #003726;
    font-weight: normal;
    font-family: "Tiempos Text";
}

.Profile-Chat-Section-btn a {
    background-color: #003726;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    min-width: 130px;
    margin-top: 12px;
    text-align: center;
}

a.btn-for-subscribe-new,
.btn-for-subscribe-new {
    background-color: #003726;
    border-radius: 8px;
    color: #ffffff;
    display: block;
    line-height: 36px;
    max-width: 300px;
    margin: 30px auto 10px;
    width: 100%;
    text-align: center;
}

.customer-account-index .modal-inner-wrap {
    max-width: 380px;
    width: 100%;
}

#popup-dirlycancel {
    background-color: #f3eede;
    border-radius: 8px;
    max-width: 380px;
    padding: 30px;
}

#popup-dirlycancel h1.delivery_cancel_title {
    color: #003726;
    font-size: 25px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    text-align: center;
}

#popup-dirlycancel form.form_value_cancel {
    text-align: center;
}

.delivery_cancel_button,
.delivery_cancel_submit {
    background-color: #003726;
    border: 0;
    border-radius: 8px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
    line-height: 34px;
    min-width: 90px;
    margin: 0 4px;
    vertical-align: top;
}

/* Without Subscribe Page Style Here */

.box-not.subscribe-heading {
    color: #003726;
    font-size: 35px;
    font-weight: bold;
    font-family: "Tiempos Headline";
    text-align: center;
}

.box-not.subscribe-content {
    color: #003726;
    font-size: 15px;
    font-weight: normal;
    font-family: "Tiempos Text";
    text-align: center;
}

.image-detail-not-subscribed {
    display: flex;
    flex-wrap: wrap;
}

.image-detail-not-subscribed > div {
    width: 25%;
    text-align: center;
    padding: 0 10px;
}

.image-detail-not-subscribed > div img {
    max-width: 130px;
    max-height: 84px;
    object-fit: contain;
}

.image-detail-not-subscribed [class*="ns-i-"] {
    color: #003726;
    font-size: 12px;
    padding: 12px 0 0;
}

.nosubscription-container-div {
    display: flex;
}

.meal-category-nosubscription {
    background-color: #c7e1f5;
    border-radius: 8px;
}

.info-nosubscription {
    position: relative;
}

.meal-image-box-nosubscription img {
    width: 100%;
    object-fit: contain;
}

.meal-content-box-nosubscription {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Login page style Here */

.customer-account-login .actions-toolbar .primary a.action {
    margin: 0px;
}

.customer-account-login .actions-toolbar .primary a.action span {
    display: inline-block;
    line-height: 33px;
}

/* Checkout Popup Style Here */

.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 85%;
}

.checkout-index-index .modal-popup .modal-header {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 16px;
    width: 100%;
    height: auto;
    position: static;
}

.checkout-index-index .modal-popup .modal-content {
    padding: 0 30px 30px;
}

.checkout-index-index .modal-popup .modal-title {
    border-bottom: 0;
    color: #003726;
    font-weight: bold;
    font-family: "Tiempos Headline";
    padding-bottom: 0px;
    font-size: 26px;
}

.checkout-index-index .modal-popup.modal-slide .form-shipping-address {
    max-width: 100%;
    padding: 16px;
}

.checkout-index-index .modal-popup .fieldset > .field:not(.choice) > .label {
    color: #003726;
    font-size: 13px;
    font-weight: 400;
    font-family: "Tiempos Text";
    padding: 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: none;
}

.checkout-index-index .modal-popup input[type="text"],
.checkout-index-index .modal-popup input[type="password"],
.checkout-index-index .modal-popup input[type="url"],
.checkout-index-index .modal-popup input[type="tel"],
.checkout-index-index .modal-popup input[type="search"],
.checkout-index-index .modal-popup input[type="number"],
.checkout-index-index .modal-popup input[type*="date"],
.checkout-index-index .modal-popup input[type="email"],
.checkout-index-index .modal-popup select {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: "Tiempos Text";
    font-size: 14px;
    height: 38px;
    line-height: 1.42857143;
    width: 100%;
}

.checkout-index-index .modal-popup .field.street .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-index-index .modal-popup .field.street .control .field {
    width: 32%;
    margin: 0;
}

.checkout-index-index .modal-popup .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 12px;
}

.checkout-index-index .modal-popup.modal-slide .modal-footer {
    padding: 12px 16px;
    margin: 0;
}

.page-main > .page.messages {
    /*display: none;*/
}

.categorypath-aboutus .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 640px;
}

/* Yolo Lifestyle Page Style Here */

.mpblog-post-index.page-layout-2columns-right .column.main,
.mpblog-category-view.page-layout-2columns-right .column.main,
.mpblog-post-view.page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    /* padding-bottom: 80px; */
}

.blog-div-image {
    position: relative;
}

.yololifestyle-banner-image {
    margin: 0;
}

.div-blog-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 20px;
}

.div-blog-content h1 {
    position: relative;
    padding: 0 0 12px;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    opacity: 100%;
    font-family: "Tiempos Headline";
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
}

.div-blog-content p {
    color: #ffffff;
    font-size: 25px;
    max-width: 480px;
    margin: 0 auto;
}

.category-blog-list {
    border-bottom: 1px solid #c0cdc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}

.category-blog-list .block-content {
    margin: 0 !important;
}

.category-blog-list .block-content .category-item {
    margin: 0;
}

.category-blog-list .block-content .category-item .list-categories {
    color: #003726;
    font-size: 15px;
    line-height: 20px;
    padding: 25px 0;
    margin: 0 26px;
    display: inline-block;
}
.category-blog-list .block-content .category-item .list-categories:hover {
    color: #003726 !important;
}

.mpblog-post-index .post-list-content,
.mpblog-category-view .post-list-content {
    max-width: 1260px;
    padding: 0 15px 40px;
    margin: 0 auto;
    min-height: 600px;
    position: relative;
}

.post-list-content .post-list-body {
    padding-right: 300px;
}

.blog-post-div {
    padding: 0 4px;
}


.mpblog-post-index .post-list-content .mp-clear,
.mpblog-category-view .post-list-content .mp-clear,
.mpblog-post-view .post-list-content .mp-clear {
    display: none;
}

.post-list-content .post-item-wraper {
    border: 0;
    border-radius: 6px;
    padding: 0 !important;
}

.post-list-content .post-item-wraper:hover {
    border: 0;
    box-shadow: 0 3px 6px 0 rgb(0, 0, 0, 0.3);
}

.post-list-content .post-item-wraper .post-image img {
    width: 100%;
}

.post-info-wraper {
    padding: 14px;
    text-align: center;
}

.post-info-wraper h2,
.mp-post-info-date {
    font-size: 12px;
    font-weight: normal;
    font-family: "Tiempos Text";
    color: #003726;
    margin: 0;
    position: relative;
    padding: 0 0 30px;
}

.post-info-wraper h2::before {
    content: "";
    background-color: #c0cdc8;
    position: absolute;
    height: 1px;
    width: 140px;
    left: 0;
    right: 0px;
    bottom: 15px;
    margin: 0 auto;
}

.post-short-description p {
    color: #003726;
    font-family: "Tiempos Headline";
    font-weight: bold;
    margin: 0;
}

.mp-post-info-date {
    padding: 6px 0 0;
}

.category-blog-box {
    position: relative;
    padding-top: 30px;
}

.block-blog-image {
    position: relative;
}

.block-blog-image::before {
    content: "";
    background-color: #000000;
    border-radius: 10px;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}

.block-blog-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.block-blog-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 0px 10px;
}

.block-blog-title h1 {
    color: #ffffff;
    font-family: "Tiempos Headline";
    font-size: 55px;
    font-weight: bold;
    line-height: 56px;
    margin: 0;
    padding: 0 0 20px;
}

.block-blog-title p {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    line-height: 30px;
}

.block-blog-title .btn {
    margin-top: 30px;
}

.block-blog-title .btn:hover {
    background-color: #ffffff;
    color: #003726;
}

/*  */

.mpblog-post-view.page-layout-2columns-right .column.main {
    padding-bottom: 0px;
}

.mpblog-post-view .post-view-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.mpblog-post-view .blog-header-nav-title {
    text-align: center;
    padding: 0 0 50px;
}

.mpblog-post-view .blog-header-nav-title > h4 {
    font-family: "Tiempos Text";
    font-weight: normal;
    font-size: 15px;
    margin: 0;
}

.mpblog-post-view .blog-header-nav-title > h4 a {
    color: #003726 !important;
    border-bottom: 1px solid #c0cdc8;
    display: inline-block;
    padding: 0 8px 6px;
}

.mpblog-post-view .blog-header-nav .blog-page-titile {
    margin: 0px auto;
    padding: 20px 0 24px;
    max-width: 550px;
}

.mpblog-post-view .blog-header-nav > span {
    color: #003726;
    display: block;
    font-size: 15px;
    line-height: 26px;
}

.mpblog-post-view .post-post_content .div-content-blog-full {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-content-blog {
    width: 50%;
    padding-right: 40px;
    max-height: 600px;
    overflow-y: auto;
}

.div-content-blog-full {
    padding-right: 40px;
    max-height: 600px;
    overflow-y: auto;
}

.post-post_content ::-webkit-scrollbar-thumb {
    background: #969696;
}

.div-image-blog {
    width: 50%;
    order: 1;
    padding-left: 40px;
}

.mpblog-post-view .block-blog-related.topic-list.mpcss {
    background-color: #f2edde;
    width: 100% !important;
    margin: 0;
    padding: 60px 0;
    text-align: center;
}

.mpblog-post-view .block-blog-related > h2,
.mpblog-post-view .blog-header-nav .blog-page-titile {
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
    font-weight: bold;
}

.mpblog-post-view .block-blog-related > h2 {
    margin: 0;
    padding: 0 0 40px;
}

.mpblog-post-view .block-blog-related .related-content-container {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.mpblog-post-view .block-blog-related .post-item-wraper {
    border: 0;
    padding: 0 !important;
}

.mpblog-post-view .block-blog-related .post-item-wraper:hover {
    border: 0;
    box-shadow: none;
}

.mpblog-post-view .block-blog-related .post-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/*  */

.categorypath-yololifestyle.page-products .columns {
    display: none;
}

.categorypath-yololifestyle .category-description {
    position: relative;
    transform: none;
    left: 0;
}

.yolo-lifestyle-cat-image {
    position: relative;
}

.yolo-lifestyle-cat-image::before {
    content: "";
    background-color: #000000;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}

.yolo-lifestyle-cat-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.yolo-lifestyle-cat-content p:first-child {
    color: #ffffff;
    font-family: "Tiempos Headline";
    font-weight: bold;
    font-size: 55px;
    line-height: 65px;
}

.yolo-lifestyle-cat-content p {
    color: #ffffff;
    font-family: "Tiempos Text";
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
}

/*==========update-css==============*/

.nosubscription-container-div {
    display: flex;
    margin: 40px 0px;
    /*align-items: center;*/
}

.nosubscription-container-div .nosubscription-slider-part {
    width: 50%;
    padding-right: 15px;
}

.nosubscription-container-div .nosubscription-details-content {
    width: 50%;
    padding-left: 15px;
    text-align: center;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .meal-image-box-nosubscription
    img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .info-nosubscription
    .meal-content-box-nosubscription {
    left: 0px;
    right: 0px;
    padding: 0px 15px;
    width: 70%;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .info-nosubscription
    .meal-content-box-nosubscription
    h4 {
    font-size: 15px;
    color: #003726;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .info-nosubscription
    .meal-content-box-nosubscription
    p {
    color: #003726;
    font-size: 12px;
    font-weight: 400;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .info-nosubscription
    .meal-content-box-nosubscription
    .view-menu-nosubscription {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    min-width: 130px;
    height: 35px;
}

.nosubscription-container-div
    .nosubscription-slider-part
    .info-nosubscription
    .meal-content-box-nosubscription
    .view-menu-nosubscription
    a {
    color: #003726;
    font-size: 15px;
}

.nosubscription-container-div .nosubscription-details-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.nosubscription-container-div .nosubscription-details-content > div {
    color: #003726;
    font-size: 15px;
    margin-bottom: 20px;
}

.nosubscription-container-div .nosubscription-details-content a {
    min-width: 130px;
    display: inline-block;
    background-color: #003726;
    color: #fff;
    height: 35px;
    line-height: 33px;
    border-radius: 8px;
    font-size: 15px;
}

.nosubscription-container-div
    .nosubscription-slider-part
    > .meal-category-nosubscription {
    background-color: transparent;
}

.nosubscription-container-div
    .nosubscription-slider-part
    > .meal-category-nosubscription
    .owl-dots
    span {
    border-color: #003726;
}

.nosubscription-container-div
    .nosubscription-slider-part
    > .meal-category-nosubscription
    .owl-dot.active
    span {
    background-color: #003726 !important;
}

.nosubscription-container-div .nosubscription-slider-part .info-nosubscription {
    min-height: 200px;
}

.meal-image-box-nosubscription {
    position: absolute;
    right: 0px;
    width: 40%;
    top: 0px;
    bottom: 0px;
}

.nosubscription-container-div
    .nosubscription-slider-part
    > .meal-category-nosubscription
    .owl-dots {
    margin: 0px;
}

.category-blog-list .block-content .category-item .list-categories.active {
    font-weight: 700;
}

.Profile-Chat-Section-Part {
    padding-left: 10px;
}

.profile_content_data .accordion-calander-tab {
    display: block;
}

.profile_content_data .accordion-calander-tab .name-meal {
    color: #003726;
    font-size: 12px;
}

.profile_content_data .accordion-calander-tab .MealName {
    color: #003726;
    font-size: 15px;
    font-weight: 700;
}

.profile_content_data .accordion-calander-tab .RemainingDays {
    display: inline-block;
    color: #003726;
    font-size: 12px;
}

.profile_content_data .accordion-calander-tab .ExpairingDays {
    display: inline-block;
    color: #003726;
    font-size: 12px;
    padding-left: 50px;
}

.profile_content_data .accordion-calander-tab #options_4_date {
    max-width: 580px;
    margin: 20px auto;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline {
    background-color: #f3eede;
    border: 0px;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline
    td.MealUpcomingDay
    a {
    background-color: #8ca2d3;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline
    td::after {
    text-align: right;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline
    td
    .ui-state-default {
    padding-bottom: 7px;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline
    td.MealRescheduleDate
    a {
    background-color: #e79724;
}

.profile_content_data
    .accordion-calander-tab
    #options_4_date
    .ui-datepicker-inline
    td.MealDeliveredDay
    a {
    background-color: #d180b5;
}

.mealCalenderFooteraction {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.mealCalenderFooteraction .BackActionclass {
    display: inline-block;
    min-width: 130px;
    height: 35px;
    background-color: #fff;
    color: #003726;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
}

.mealCalenderFooteraction .ConfirmActionclass {
    min-width: 130px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    background-color: #003726;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.mealCalenderFooteraction .colorIndication {
    padding: 0px 10px;
}

.mealCalenderFooteraction .colorIndication span {
    color: #003726;
    display: inline-block;
    padding-left: 40px;
    margin-left: 10px;
    position: relative;
    font-size: 12px;
}

.mealCalenderFooteraction .colorIndication span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d180b5;
}

.mealCalenderFooteraction .colorIndication span.UpcomingName::before {
    background-color: #8ca2d3;
}

.mealCalenderFooteraction .colorIndication .UnfulfilledName::before {
    background-color: #e79724;
}

.mealCalenderFooteraction .colorIndication span:first-child {
    margin: 0px;
}

.profile_content_data .box-content .meal-plan-div {
    display: flex;
    background-color: #c7e1f5;
    padding: 20px 15px;
    border-radius: 5px;
    position: relative;
    margin: 0px 10px 10px;
    width: 47%;
}

.profile_content_data .box-content .meal-plan-div .meal-all-content {
    padding: 0px 15px 45px 0px;
    width: 60%;
    position: relative;
}

.profile_content_data
    .box-content
    .meal-plan-div
    .meal-all-content
    .pro-order-box {
    font-size: 12px;
    color: #003726;
}

.profile_content_data .box-content .meal-plan-div .meal-all-content .MealName {
    color: #003726;
    font-size: 15px;
    font-weight: 700;
}

.profile_content_data
    .box-content
    .meal-plan-div
    .meal-all-content
    .RemainingDays {
    color: #003726;
    font-size: 12px;
    margin-top: 20px;
}

.profile_content_data
    .box-content
    .meal-plan-div
    .meal-all-content
    .ExpairingDays {
    color: #003726;
    font-size: 12px;
}

.profile_content_data .box-content .meal-plan-div > div:last-child {
    position: absolute;
    bottom: 20px;
}

.profile_content_data .box-content .meal-plan-div > div:last-child a {
    background-color: #ffffff;
    display: inline-block;
    min-width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    color: #003726;
    font-size: 15px;
}

.profile_content_data .box-content .meal-plan-div .meal-page-img {
    width: 40%;
    position: relative;
    right: -15px;
}

.profile_content_data .profile-meal-planpage {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.profile_content_data .box-content .meal-plan-div .meal-page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.profilecustomer-index-calanderdata .modal-inner-wrap {
    max-width: 420px;
    padding: 30px 40px;
    background-color: #f3eede;
    box-shadow: 0px 0px 5px #00000026;
}

#popup-datechange h1 {
    color: #003726;
    font-size: 25px;
    text-align: center;
    max-width: 140px;
    margin: 0px auto 25px;
    font-family: "Tiempos Headline";
}

.profilecustomer-index-calanderdata .modal-inner-wrap form input,
.profilecustomer-index-calanderdata .modal-inner-wrap form select {
    background-color: #ffffff;
    border: 0px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 35px;
    -webkit-appearance: none;
    color: #969696;
    font-size: 12px;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form input::placeholder {
    color: #969696;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form a {
    color: #003726;
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
}

.modals-overlay {
    background-color: rgb(0 0 0 / 70%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form > input:last-child {
    width: 100%;
    background-color: #003726;
    color: #fff;
    font-size: 15px;
}

.common-profile-content .infoProfile-contaner .panel {
    margin-bottom: 10px;
}

.common-profile-content .infoProfile-contaner .panel .box-content .Proname {
    color: #003726;
    font-size: 12px;
}

.common-profile-content .infoProfile-contaner .panel .box-actions a {
    color: #003726;
    font-size: 12px;
    text-decoration: underline;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .box-actions
    a.change-password {
    padding-left: 30px;
}

.common-profile-content .infoProfile-contaner .panel .panel-box-ctn {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.common-profile-content .infoProfile-contaner .panel > .primary {
    border-top: 1px solid #003726;
    padding-top: 10px;
    margin-top: 10px;
}

.common-profile-content .infoProfile-contaner .panel .box-content {
    font-size: 12px;
    color: #003726;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    td
    .purchase-details-content {
    display: flex;
    max-width: 330px;
    width: 100%;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    td
    .purchase-details-content
    .purchase-page-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    td
    .purchase-details-content
    .purchase-page-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    td
    .purchase-details-content
    .product-name-price {
    width: calc(100% - 70px);
    color: #003726;
    font-size: 12px;
    font-family: "Tiempos Headline";
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    td
    .purchase-details-content
    .product-name-price
    div {
    font-weight: 400;
    font-family: "Tiempos Text";
}

.profilecustomer-index-purchasesdata .purchases-contaner table td {
    color: #003726;
    font-size: 12px;
    border-bottom: 1px solid #003726;
}

.profilecustomer-index-purchasesdata .purchases-contaner table td:first-child {
    width: 60%;
}

.profilecustomer-index-purchasesdata .purchases-contaner table th {
    color: #003726;
    font-size: 12px;
    border-bottom: 1px solid #003726;
}

.profilecustomer-index-purchasesdata .purchases-contaner table tfoot th,
.profilecustomer-index-purchasesdata .purchases-contaner table tfoot td {
    border: 0px;
    font-size: 12px;
    font-weight: 400;
}

.profilecustomer-index-purchasesdata .purchases-contaner table tfoot th {
    text-align: left;
}

.profilecustomer-index-purchasesdata .purchases-contaner table tfoot td {
    text-align: right;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    .total-amount
    td {
    font-weight: 700;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    .total-amount
    th,
.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    .total-amount
    td {
    border-top: 1px solid #003726;
    border-bottom: 1px solid #003726;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    tr:first-child
    th,
.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    tr:first-child
    td {
    border-bottom: 1px solid #003726;
}

.profilecustomer-index-purchasesdata
    .purchases-contaner
    table
    tfoot
    .total-amount
    th:first-child {
    border: 0px;
}

.profilecustomer-index-purchasesdata .purchases-contaner table th:last-child,
.profilecustomer-index-purchasesdata .purchases-contaner table td:last-child {
    text-align: right;
    padding-right: 0px;
}

.profilecustomer-index-purchasesdata .product-action-links {
    padding-left: 50px;
}

.profilecustomer-index-purchasesdata .product-action-links .feedbackbtn-div {
    text-align: center;
}

.profilecustomer-index-purchasesdata .product-action-links .feedbackbtn-div a {
    text-decoration: underline;
    color: #003726;
    font-size: 12px;
    text-transform: capitalize;
}

.profilecustomer-index-purchasesdata .product-action-links .order {
    background-color: #003726;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    min-width: 85px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
}

.profilecustomer-index-purchasesdata .product-content-div {
    display: flex;
    align-items: flex-end;
}

.profilecustomer-index-purchasesdata .product-content-div .table-responsive {
    max-height: 300px;
    overflow: auto;
    padding-right: 5px;
    width: 100%;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .box-content
    .Proname
    > div,
.profilecustomer-index-editprofiled .form-address-edit .Proname > div {
    margin-bottom: 20px;
    width: 48%;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .box-content
    .Proname
    label,
.profilecustomer-index-editprofiled .form-address-edit .Proname .label {
    color: #003726;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

.common-profile-content .infoProfile-contaner .panel .form-edit-account input,
.profilecustomer-index-editprofiled .form-address-edit .Proname input,
.profilecustomer-index-editprofiled .form-address-edit .Proname select {
    background-color: #ffffff;
    border: 0px;
    border-radius: 8px;
    height: 35px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .field
    .customer-dob {
    position: relative;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .field
    .customer-dob
    input {
    padding-right: 35px;
    width: 100%;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .field
    .customer-dob
    button {
    position: absolute;
    top: -2px;
    right: 15px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .actions-toolbar {
    margin-left: 0px;
}

.common-profile-content .infoProfile-contaner .panel .noteditship {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.profilecustomer-index-editprofiled
    .common-profile-content
    .infoProfile-contaner
    .panel {
    padding: 0px 0px 10px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .box-content
    .Proname,
.profilecustomer-index-editprofiled .form-address-edit .Proname {
    display: flex;
    justify-content: space-between;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .form-edit-account
    .box-content {
    margin: 5px 0px;
}

.profilecustomer-index-editprofiled .form-address-edit .actions-toolbar {
    margin: 0px 0px 15px !important;
}

.profilecustomer-index-editprofiled .form-address-edit .actions-toolbar .save {
    padding: 0px;
}

.profilecustomer-index-editprofiled .form-address-edit .fieldset {
    margin: 0px;
}

.profilecustomer-index-editprofiled .editadditinal {
    border-top: 1px solid #003726;
    margin-top: 10px;
}

.profilecustomer-index-editprofiled .editadditinal > span {
    color: #003726;
    font-size: 12px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .box-actions
    .remove-address {
    padding-left: 30px;
}

.profilecustomer-index-infoprofile .infoProfile-contaner .panel {
    padding: 0px 0px 10px;
}

.profilecustomer-index-infoprofile .infoProfile-contaner #element > .primary {
    margin-top: 15px;
}

.profilecustomer-index-infoprofile .infoProfile-contaner .panel {
    padding: 0px 0px 10px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .panel-box-ctn
    .box-actions {
    display: flex;
    align-items: baseline;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .panel-box-ctn
    .box-actions
    .form-address-edit {
    padding-right: 30px;
}

.common-profile-content
    .infoProfile-contaner
    .panel
    .panel-box-ctn
    .box-actions
    .form-address-edit
    input {
    color: #003726;
    font-size: 12px;
    background-color: transparent;
    border: 0px;
    text-decoration: underline;
}

.common-profile-content .infoProfile-contaner .panel .panel-box-ctn.border-top {
    border-top: 1px solid #003726;
}

.ex-all-over {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 20px auto 0px;
}

.ex-all-over > div {
    width: 50%;
    text-align: center;
}

.ex-all-over .ex-content-div h1 {
    color: #003726;
    margin: 0px 0px 10px;
    font-size: 35px;
    font-family: "Tiempos Headline";
}

.ex-all-over .ex-content-div span {
    display: block;
    color: #003726;
    font-size: 15px;
    margin-bottom: 5px;
}

.ex-all-over .ex-content-div a {
    background-color: #003726;
    display: inline-block;
    min-width: 130px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 8px;
}

.profile_content_data .panel .expired-content {
    display: flex;
    align-items: flex-end;
}

.expired-content table th {
    border-bottom: 1px solid #003726;
    color: #003726;
    font-size: 12px;
    font-family: "Tiempos Headline";
    text-align: right;
}

.expired-content table th:first-child {
    width: 50%;
    text-align: left;
}

.expired-content table td {
    border-bottom: 1px solid #003726;
    color: #003726;
    font-size: 12px;
    text-align: right;
}

.expired-content table td .purchase-details-content {
    display: flex;
}

.expired-content table td .purchase-details-content .purchase-page-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}

.expired-content table td .purchase-details-content .purchase-page-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.expired-content table td .purchase-details-content .product-name-price {
    width: calc(100% - 80px);
}

.expired-content
    table
    td
    .purchase-details-content
    .product-name-price
    .name-div {
    font-family: "Tiempos Headline";
}

.expired-content
    table
    td
    .purchase-details-content
    .product-name-price
    .feedbackbtn-div
    a {
    color: #003726;
    text-decoration: underline;
}

.expired-content table td:first-child {
    text-align: left;
}

.expired-content .product-action-links {
    padding-left: 40px;
}

.expired-content .product-action-links .order {
    min-width: 85px;
    height: 35px;
    line-height: 35px;
    background-color: #003726;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}

.expired-content h1 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
    margin: 0px 0px 10px;
}

.expired-content span {
    color: #003726;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form .div-date::before,
.profilecustomer-index-calanderdata .modal-inner-wrap form .div-time::before {
    content: "";
    position: absolute;
    background-image: url("../images/calender-icon.svg");
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form .div-time::before {
    background-image: url("../images/clock-icon.svg");
}

.profilecustomer-index-calanderdata .modal-inner-wrap form .div-date,
.profilecustomer-index-calanderdata .modal-inner-wrap form .div-time {
    position: relative;
}

.profilecustomer-index-calanderdata .modal-inner-wrap form .div-date input,
.profilecustomer-index-calanderdata .modal-inner-wrap form .div-time select {
    padding-right: 40px;
}

/*corporate-page-css*/

.bannerslider-index-slide .column.main {
    width: 100% !important;
    padding: 0px;
}

.bannerslider-index-slide .corporate_upper_image {
    position: relative;
}

.bannerslider-index-slide .corporate_upper_image .corporate_upper_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
}

.bannerslider-index-slide .corporate_upper_image .corporate_upper_content h3 {
    color: #f0ebdc;
    font-size: 55px;
    text-shadow: 0px 0px 15px #000000cc;
    font-family: "Tiempos Headline";
}

.bannerslider-index-slide .corporate_upper_image .corporate_upper_content p {
    font-size: 25px;
    color: #f0ebdc;
    text-shadow: 0px 0px 15px #000000cc;
}

.care_section {
    display: flex;
}

.care_section .content_box {
    background-color: #f0ebdc;
    padding: 20px;
    display: flex;
    align-items: center;
}

.care_section > div {
    width: 50%;
}

.care_section .content_box .content-detail {
    max-width: 470px;
    margin: 0 auto;
}

.care_section .content_box .content-detail h4 {
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
}

.care_section .content_box .content-detail p {
    color: #003726;
    font-size: 25px;
}

.care_section .image_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.corporate_card_section {
    padding: 70px 0px;
}

.corporate_card_section ul {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 15px;
}

.corporate_card_section ul li {
    text-align: center;
    padding: 0px 15px;
}

.corporate_card_section ul li img {
    max-width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.corporate_card_section ul li p {
    color: #003726;
    font-size: 15px;
}

.corporate_gallary_section {
    padding: 90px 40px 120px;
}

.corporate_gallary_section ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

.corporate_gallary_section ul li {
    width: 25%;
    margin: 0px;
}

.corporate_gallary_section ul li:nth-child(3) {
    width: 50%;
}

.corporate_gallary_section ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.corporate_gallary_section ul li:last-child {
    text-align: center;
    background-color: #003726;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #f0ebdc;
    font-size: 25px;
}

.corporate_gallary_section ul .coporate_card_icon img {
    position: absolute;
}

.corporate_gallary_section ul .coporate_card_icon img.img_1 {
    right: 18%;
    top: -12%;
}

.corporate_gallary_section ul .coporate_card_icon img.img_2 {
    bottom: -21%;
    z-index: -1;
    left: 12%;
}

.corporate_gallary_section ul .coporate_card_icon img.img_3 {
    bottom: -17%;
    right: -4%;
}

.bannerslider-index-slide .brand_img ul {
    max-width: 1020px;
    margin: 0px auto;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bannerslider-index-slide .brand_img ul li {
    margin: 0px;
    width: 15%;
    padding: 0px 10px;
}

.bannerslider-index-slide .brand_img ul li img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.bannerslider-index-slide .brand_img {
    padding: 50px 0px;
}

.corporate_card {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 15px 10px;
}

.corporate_card > div {
    width: 50%;
    margin: 0px 10px;
}

.corporate_card .corporate_card_section {
    background-color: #f0ebdc;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    border-radius: 8px;
}

.corporate_card > div img {
    max-width: 130px;
}

.corporate_card > div h3 {
    color: #003726;
    font-size: 35px;
    text-align: center;
    font-family: "Tiempos Headline";
    margin: 20px 0px;
    min-height: 76px;
}

.corporate_card > div p {
    color: #003726;
    font-size: 15px;
    margin: 0px;
    text-align: center;
}

.corporate_card > div .btn {
    background-color: #fff;
    color: #003726;
    min-width: 185px;
    line-height: 35px;
    border: 0px;
}

.corporate_card > div .btn:hover {
    background-color: #003726;
    color: #fff;
}

.corporate_card .coporate_card_section_1 {
    background-color: #becbc6;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    border-radius: 8px;
}

.bannerslider-index-slide #contact-form {
    max-width: 620px;
    padding: 0px 15px;
    margin: 0px auto;
    padding-bottom: 150px;
}

.bannerslider-index-slide #contact-form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bannerslider-index-slide #contact-form .fieldset .field {
    width: 48%;
}

.bannerslider-index-slide #contact-form .fieldset .field .control {
    width: 100%;
}

.bannerslider-index-slide #contact-form .fieldset .field .control input,
.bannerslider-index-slide #contact-form .fieldset .field select {
    border: 1px solid #becbc6;
    border-radius: 8px;
    height: 35px;
    color: #c3cde2;
    font-size: 13px;
}

.bannerslider-index-slide #contact-form .fieldset .field.option {
    position: relative;
}

.bannerslider-index-slide #contact-form .fieldset .field.comment {
    width: 100%;
}

.bannerslider-index-slide #contact-form .fieldset .field.comment textarea {
    border: 1px solid #becbc6;
    border-radius: 8px;
    font-size: 13px;
}

.bannerslider-index-slide #contact-form .actions-toolbar {
    margin: 0px;
    display: flex;
    justify-content: center;
}

.bannerslider-index-slide .form_section {
    text-align: center;
}

.bannerslider-index-slide .form_section p {
    font-size: 35px;
    color: #003726;
    padding-bottom: 20px;
    font-family: "Tiempos Headline";
    padding-top: 70px;
}

.corporate_image_upper {
    position: relative;
}

.corporate_image_upper p {
    margin: 0px;
}

.corporate_image_upper p img {
    width: 100%;
    min-height: 630px;
    display: block;
}

.bannerslider-index-slide .corporate_upper_image p {
    margin: 0px;
}

.bannerslider-index-slide .corporate_upper_image p img {
    display: block;
    width: 100%;
}

.corporate_image_upper .corporate_content_upper {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.corporate_image_upper .corporate_content_upper p {
    color: #003726;
    font-size: 35px;
}

.corporate_image_corausel {
    margin: -10% auto 0px;
    max-width: 1100px;
    padding: 0px 15px 70px;
}

.corporate_image_corausel > p {
    display: none;
}

.corporate_image_corausel .carousel-container {
    padding: 0px 50px;
}

.corporate_image_corausel .carousel-container .banner-slider::before {
    display: none;
}

.corporate_image_corausel .carousel-container .banner-slider .item-image {
    height: 450px;
    max-width: 800px;
    margin: 0 auto;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-prev {
    left: -50px !important;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-prev::before {
    border-color: #003726 !important;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-prev:hover::before {
    border-color: #fff !important;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-next {
    right: -50px !important;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-next::before {
    border-color: #003726 !important;
}

.corporate_image_corausel .carousel-container .owl-nav .owl-next:hover::before {
    border-color: #fff !important;
}

.corporate_image_corausel .carousel-container .banner-slider .item-image img {
    height: 100%;
    display: block;
}

.corporate_image_corausel .carousel-container .owl-dots {
    bottom: -30px !important;
}

.corporate_image_corausel .carousel-container .owl-dots span {
    border: 1px solid #003726 !important;
}

.corporate_image_corausel .carousel-container .owl-dots.active span {
    background-color: #003726 !important;
}

.corporate_image_corausel .carousel-container .owl-dots .owl-dot.active {
}

.corporate_image_corausel .carousel-container .owl-dots .owl-dot.active span {
    background-color: #003726 !important;
}

/*.corporate_image_corausel .carousel-container .owl-stage-outer {
    max-width: 800px;
    margin: 0 auto;
}*/

.pro-order-box {
    padding-left: 20px;
}

.customer-address-form .form-address-edit {
    max-width: 100%;
    padding: 50px 30px 50px;
    width: 100%;
}

.customer-address-form .form-address-edit .save.primary {
    padding: 0px;
}

.customer-address-form .form-address-edit .fieldset {
    float: right;
    width: 48%;
}

.actions-toolbar {
    clear: both;
}

.customer-address-form .form-address-edit .fieldset:first-child {
    float: left;
}

.customer-address-form .form-address-edit .actions-toolbar {
    margin: 0px !important;
}

.customer-address-form .form-address-edit .fieldset .label {
    float: none;
    width: auto;
    display: block;
    padding-bottom: 5px;
}

.customer-address-form .form-address-edit .fieldset .choice .label {
    display: inline-block;
}

.customer-address-form .form-address-edit .fieldset .choice::before {
    display: none;
}

.customer-address-form .form-address-edit .fieldset .field .control {
    width: 100%;
}

span.messagebox-div {
    font-size: 10px;
    color: red;
    display: inline-block;
    position: relative;
    top: -20px;
}

/*get-started-page-css*/

.categorypath-get-started .columns {
    display: none;
}

.categorypath-get-started .category-image::before {
    display: none;
}

.categorypath-get-started .category-image img {
    min-height: 500px;
}
.categorypath-get-started .getstarted {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 15px;
}

.categorypath-get-started .getstarted .getstarted-title h2 {
    color: #003726;
    font-size: 35px;
    margin: 20px 0px 0px;
}

.categorypath-get-started .getstarted .subtitle {
    color: #003726;
    font-size: 15px;
    margin: 25px 0px 30px;
}

.categorypath-get-started .getstarted a {
    /* background-color: #003726; */
    /* color: #fff; */
    font-size: 15px;
    min-width: 135px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    color: #003726;
    background-color: #ffffff;
}

.categorypath-get-started .category-cms {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}

.categorypath-get-started .getstarted .getstarted-bg2-image {
    margin-bottom: 10px;
}

.getstarted-index-view .column.main {
    background-color: #f2edde;
    padding: 70px 20px;
}

.getstartfield-1 {
    max-width: 590px;
    margin: 0 auto !important;
    text-align: center;
}

.getstarted-index-view .column.main #singsys-getstarted-form input {
    display: block;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #c0cdc8;
    color: #003726;
    font-size: 24px;
    padding: 0px 20px 3px;
    height: auto;
    outline: none;
    box-shadow: none;
    z-index: -1;
    font-family: "Tiempos Headline";
}

.getstarted-index-view
    .column.main
    #singsys-getstarted-form
    .control
    label:hover {
    background-color: #003726;
    color: #fff !important;
    cursor: pointer;
}

.getstarted-index-view
    .column.main
    #singsys-getstarted-form
    input::placeholder {
    text-align: center;
    font-size: 35px;
}

.getstarted-index-view .column.main #singsys-getstarted-form .control {
    float: none;
    width: 100%;
}

.getstarted-index-view .column.main #singsys-getstarted-form label {
    width: 100%;
    text-align: center !important;
    float: none;
    display: block;
    font-size: 20px;
    color: #003726;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Tiempos Headline";
}

.getstarted-index-view .column.main #singsys-getstarted-form a {
    min-width: 130px;
    height: 35px;
    line-height: 35px;
    /* background-color: #003726; */
    display: inline-block;
    /* color: #fff; */
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    color: #003726;
    background-color: #fff;
}
.getstarted-index-view .column.main #singsys-getstarted-form a:hover {
    background-color: #003726;
    color: #fff;
}

.column.main .breadcrumb span {
    display: block;
}

.column.main .breadcrumb span.selected-name-title {
    color: #ffffff;
    font-size: 15px;
}

.column.main .breadcrumb span.selected-number {
    color: #f2edde;
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.column.main .getstarted-breadcrumb-seaction {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 890px;
    margin: 70px auto 0px;
}

.column.main .getstarted-breadcrumb-seaction .breadcrumb {
    text-align: center;
    padding-right: 50px;
    position: relative;
}

.column.main .getstarted-breadcrumb-seaction .breadcrumb:last-child {
    padding-right: 0px;
}

.column.main .getstarted-breadcrumb-seaction .breadcrumb::after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 2px 2px 0px 0;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    top: 7px;
    right: 25px;
}

.column.main
    .getstarted-breadcrumb-seaction
    .breadcrumb.active
    span.selected-number {
    background-color: #003726;
    cursor: pointer;
}

.column.main
    .getstarted-breadcrumb-seaction
    .breadcrumb.active
    span.selected-name-title {
    color: #003726;
    padding-top: 12px;
}

.column.main .getstarted-breadcrumb-seaction .breadcrumb.active::after {
    border-color: #003726;
}

.column.main .getstarted-breadcrumb-seaction .breadcrumb:last-child:after {
    display: none;
}

.gender.getstartfield-2 {
    max-width: 700px;
    margin: 0px auto !important;
}

.gender.getstartfield-2 .label,
.activity.getstartfield-6 .label,
.getstartfield-7 .label {
    font-weight: 700 !important;
    font-family: "Tiempos Headline";
}

.gender.getstartfield-2 .control,
.activity.getstartfield-6 .control {
    display: flex;
    position: relative;
    width: 100%;
}
.getstartfield-7 .control {
    display: flex;
}

.gender.getstartfield-2 .control label,
.getstartfield-7 .control > div label {
    background-color: #ffffff;
    min-height: 220px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #003726 !important;
    font-size: 35px !important;
    font-family: "Tiempos Headline";
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000033;
    margin: 0px !important;
}

.gender.getstartfield-2 .control > div,
.getstartfield-7 .control > div {
    width: 100%;
    margin: 0px 10px 0px;
    position: relative;
}

.gender.getstartfield-2 .control > div input,
.getstartfield-7 .control > div input {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 220px;
    opacity: 0;
    cursor: pointer;
}

.gender.getstartfield-2 .control > div label.active,
.getstartfield-7 .control > div label.active {
    background-color: #003726;
    color: #fff !important;
}

.getstartfield-3,
.getstartfield-4,
.getstartfield-5,
.getstartfield-8 {
    max-width: 590px;
    margin: 0 auto !important;
    text-align: center;
}
.getstartfield-8 .submit {
    margin-top: 40px;
    background-color: #003726 !important;
    color: #fff !important;
}

.activity.getstartfield-6 {
    max-width: 800px;
    margin: 0px auto !important;
}

.activity.getstartfield-6 .control > div br,
.getstartfield-7 .control > div br {
    display: none;
}

.activity.getstartfield-6 .control > div {
    width: 46%;
    margin: 0px 10px 20px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000033;
    min-height: 240px;
    background: #fff;
    display: flex;
    align-items: center;
}
.activity.getstartfield-6 .control > div:hover {
    background: #003726;
    color: #fff;
    cursor: pointer;
}
.activity.getstartfield-6 .control > div:hover label {
    background: #003726 !important;
    color: #fff !important;
    cursor: pointer;
}

.activity.getstartfield-6 .control {
    flex-wrap: wrap;
}

.activity.getstartfield-6 .control > div label {
    background-color: #ffffff;
    color: #003726 !important;
    font-size: 20px !important;
    font-family: "Tiempos Headline";

    margin: 0px !important;
    padding: 20px 10px;
}

.activity.getstartfield-6 .control > div label span span {
    font-size: 15px !important;
    display: block;
    font-family: "Tiempos Text";
}

.activity.getstartfield-6 .control > div input {
    position: absolute;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    margin: 0px !important;
    cursor: pointer;
}

.activity.getstartfield-6 .control > div label.active {
    background-color: #003726;
    color: #fff !important;
}
.getstartfield-7 {
    max-width: 1160px;
    margin: 0px auto !important;
}

.getstarted-index-mealplanview .page-main {
    max-width: 1366px;
    width: 100%;
}

.getstarted-index-mealplanview .page-main .column.main {
    padding: 100px 30px;
    background-color: #f2edde;
}

.getstarted-index-mealplanview .main-heading {
    color: #003726;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Tiempos Headline";
}

.getstarted-index-mealplanview .meal-category-top-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0px auto 30px;
}

.getstarted-index-mealplanview .meal-category-top-box .meal-category {
    width: 48.5%;
    margin: 10px 5px;
    border-radius: 8px;
    /* background-color: #c7e1f5; */
    background: #fccab7;
    box-shadow: 0px 0px 10px #00000033;
}

.getstarted-index-mealplanview .meal-category-top-box .meal-category .info {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0px;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-image-box {
    width: 35%;
}
.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-image-box
    img {
    min-height: 181px;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box {
    padding: 0px 20px 35px;
    width: 65%;
    position: relative;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    h4 {
    margin: 0px 0px 10px;
    color: #003726;
    font-size: 24px;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    p {
    text-align: left;
    color: #003726;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    .view-menu {
    background-color: transparent;
    border: 0px;
    color: #003726;
    font-size: 15px;
    font-family: "Tiempos Headline";
    padding: 15px 0px 10px 25px;
    position: relative;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    .view-menu
    a {
    color: #003726;
    font-weight: bold;
    font-family: "Tiempos Headline";
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    .view-menu::before {
    content: "";
    background-image: url(../images/searc-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: 15px;
    position: absolute;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    a.link {
    background-color: #fff;
    color: #003726;
    display: block;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    position: absolute;
    bottom: 0px;
}

.getstarted-addmeal-seaction .addition-title {
    text-align: center;
    color: #003726;
    font-size: 20px;
    font-family: "Tiempos Headline";
    padding: 20px 0px 40px;
}

.getstarted-addmeal-seaction .addition-title {
    text-align: center;
    color: #003726;
    font-size: 20px;
    font-family: "Tiempos Headline";
    padding: 20px 0px 40px;
}

.getstarted-addmeal-seaction {
    max-width: 1100px;
    margin: 0px auto;
}

.getstarted-addmeal-seaction .additional-meal-repeat-list {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

section.additional-meal-listing-section {
    padding: 0px 25px;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-img {
    margin-bottom: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 250px;
    position: relative;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-img-hover {
    background-color: #000000b5;
    border-radius: 50%;
    display: none;
    position: absolute;
    left: 16px;
    right: 0;
    top: 14px;
    padding: 100px 20px;
    z-index: 9;
    max-height: 225px;
    width: 225px;
    height: 225px;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list:hover
    .additional-meal-listing-img-hover {
    display: block;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-img-hover
    a
    span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding: 0 20px;
    text-align: center;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-text {
    text-align: center;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-text
    a {
    font-size: 15px;
    color: #003726;
    margin: 0px;
    font-weight: bold;
    line-height: 1.6;
    min-height: 72px;
    font-family: "Tiempos Headline";
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-text
    a
    .meal-subname-small {
    display: block;
}

.getstarted-addmeal-seaction .additional-meal-repeat-list form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-text
    a
    .meal-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
    display: -webkit-box;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category:nth-child(2) {
    background-color: #ffeb94;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category:nth-child(3) {
    background-color: #fccab7;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category:nth-child(4) {
    background-color: #d4dfc0;
}

.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-img
    img {
    border-radius: 50%;
    min-height: 250px;
    object-fit: cover;
}
.getstarted-addmeal-seaction
    .additional-meal-repeat-list
    .additional-meal-listing-text
    .currencySymbol {
    vertical-align: baseline;
}

.product-popup-search-plus {
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px;
    border: 0px !important;
    font-size: 0px;
    background-image: url(../images/zoom-in.png) !important;
    width: 22px;
    height: 22px;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 0;
    margin-top: 10px;
}

.get-start-err-msg {
    margin-top: 7px;
    color: #e02b27;
    font-size: 1.2rem;
    text-align: center;
}

.corporate_image_upper .corporate_content_upper p:first-child {
    font-family: "Tiempos Headline";
}

.corporate_image_corausel .carousel-container .owl-stage-outer .banner-text {
    color: #fff;
    font-size: 35px;
    text-shadow: 0px 0px 15px #000000cc;
    font-family: "Tiempos Headline";
    margin: 0px;
}
.goodfood-data p:last-child {
    min-height: auto;
    padding-bottom: 0px;
}

.mealplan-banner-box .mealplan-banner-content {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.blog-post-div .post-info-wraper {
    display: block;
}

.corporate_image_corausel #banner-slider-carousel .owl-nav {
    opacity: 1;
}

.corporate_image_corausel #banner-slider-carousel .owl-dots {
    opacity: 1;
}

form#product_addtocart_form .action.tocart.primary:hover {
    background-color: #fff;
    color: #003726;
}

.category-shop .category-view .category-description {
    max-width: 500px;
    margin: 0 auto;
}

body ol#category-filters li > a:hover {
    background-color: #003726;
    color: #fff;
}

.filter-options-content ol.items li.item a:hover::before {
    background-color: #003726;
}

.categorypath-aboutus
    .modal-popup._inner-scroll
    .modal-inner-wrap
    .action-close {
    right: 45px;
}

.one-step-checkout-wrapper
    .minicart-items-wrapper
    .product-item-detail
    .product-item-name {
    font-size: 14px !important;
}

.one-step-checkout-wrapper .mp-4 #checkout-review-table thead th:nth-child(3) {
    min-width: 91px;
}

.footer.content ul li.active::before,
.footer.content ul li:hover::before {
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

.footer.content ul li {
    position: relative;
}

.checkout-cart-index .cart-container {
    overflow: unset;
}

.filter-options-content #element .panel h4 a:hover::before {
    background-color: #003726;
}

.filter-options-content #element .panel h4 a::before {
    content: "";
    background-color: #ffffff;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}

.filter-options-content #element .panel h4::before {
    display: none;
}

.filter-options-content #element .panel h4.active a::before {
    background-color: #003726;
}

.sparsh-testimonials-detail p {
    font-size: 16px;
    color: #003726;
    line-height: 24px;
}

.sparsh-testimonials-name {
    font-weight: 700;
    color: #003726;
    padding-top: 0px;
}

.categorypath-get-started .getstarted a:hover {
    /* background-color: #fff;
    color: #003726; */
    background-color: #003726;
    color: #fff;
}

.getstarted-index-mealplanview
    .meal-category-top-box
    .meal-category
    .info
    .meal-content-box
    a.link:hover {
    background-color: #003726;
    color: #fff;
}

.categorypath-meal-plan-loss-weight
    .meal-plan-category-box
    .wp-block-preformatted {
    /*margin-bottom: 0px !important;*/
}

/*loyalty-page*/

.loyalty_banner_image {
    position: relative;
}

.loyalty_banner_image img {
    display: block;
    width: 100%;
}

.loyalty_banner_image p {
    margin-bottom: 0px;
}

.loyalty_banner_image .ctn_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    padding: 0px 15px;
}

.loyalty_banner_image .ctn_btn h2 {
    color: #003726;
    font-size: 55px;
    margin-bottom: 0px;
}

.loyalty_banner_image .ctn_btn p {
    color: #003726;
    font-size: 25px;
    margin: 5px 0px 20px;
}

.loyalty_banner_image .ctn_btn .banner_btn .btn {
    min-width: 180px;
    line-height: 35px;
    border: 0px;
    margin-right: 15px;
}

.loyalty-index-loyalty .content_image_text {
    background-color: #f2edde;
    padding: 80px 15px 90px;
}

.loyalty-index-loyalty .content_image_text h3 {
    margin: 0px;
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
}

.loyalty-index-loyalty .content_image_text p {
    text-align: center;
    color: #003726;
    font-size: 15px;
    margin: 10px 0px 0px;
}

.loyalty-index-loyalty .content_image_text .ctn_image_text {
    display: flex;
    max-width: 1000px;
    margin: 60px auto 0px;
}

.loyalty-index-loyalty .content_image_text .ctn_image_text li {
    width: 25%;
    padding: 0px 15px;
    text-align: center;
}

.loyalty-index-loyalty .content_image_text .ctn_image_text li h3 {
    margin-bottom: 40px;
}

.loyalty-index-loyalty .content_image_text .ctn_image_text li img {
    max-width: 170px;
    height: 180px;
    margin: 0px auto;
    object-fit: contain;
}

.loyalty-index-loyalty .content_image_text .ctn_image_text li p {
    margin-top: 30px;
}

.loyalty-index-loyalty .mid_content_img {
    background-color: #003726;
    padding: 80px 15px 80px;
}

.loyalty-index-loyalty .mid_content_img h3 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-family: "Tiempos Headline";
}

.loyalty-index-loyalty .mid_content_img p {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    max-width: 470px;
    margin: 15px auto;
}

.loyalty-index-loyalty .mid_content_img ul.pro_image {
    display: flex;
    justify-content: center;
    margin: 40px 0px 0px;
    align-items: flex-start;
}

.loyalty-index-loyalty .mid_content_img ul.pro_image li {
    color: #ffffff;
    font-size: 40px;
    margin: 0px;
}

.loyalty-index-loyalty .mid_content_img ul.pro_image li img {
    max-width: 130px;
}

.loyalty-index-loyalty .mid_content_img ul.pro_image li p {
    margin: 0px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto Mono", monospace;
}

.loyalty-index-loyalty .mid_content_img ul.pro_image li.sub_pro_image + li {
    padding: 35px 20px 0px;
}

.loyalty-index-loyalty .mid_content {
    background-color: #c0cdc8;
    padding: 80px 15px 60px;
}

.loyalty-index-loyalty .mid_content h3 {
    text-align: center;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
    margin: 0px;
}

.loyalty-index-loyalty .mid_content p {
    color: #003726;
    font-size: 15px;
    text-align: center;
    max-width: 460px;
    margin: 0px auto;
}

.loyalty-index-loyalty .mid_content ul.sub_mid_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto 0px;
}

.loyalty-index-loyalty .mid_content ul.sub_mid_content li {
    width: 33%;
    text-align: center;
    margin-bottom: 25px;
}

.loyalty-index-loyalty .mid_content ul.sub_mid_content li img {
    max-width: 180px;
}

.loyalty-index-loyalty .mid_content ul.sub_mid_content li p {
    max-width: unset;
    padding-right: 30px;
    margin-top: 10px;
    font-family: "Roboto Mono", monospace;
}

.loyalty-index-loyalty .exclusive {
    padding: 80px 15px 60px;
}

.loyalty-index-loyalty .exclusive h3 {
    text-align: center;
    font-size: 35px;
    font-family: "Tiempos Headline";
    color: #003726;
}

.loyalty-index-loyalty .exclusive p {
    text-align: center;
    color: #003726;
    font-size: 15px;
}

.loyalty-index-loyalty .exclusive ul.exclusive_rewards {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0px;
    max-width: 1000px;
}

.loyalty-index-loyalty .exclusive ul.exclusive_rewards li {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

.loyalty-index-loyalty .exclusive ul.exclusive_rewards li img {
    max-width: 130px;
}

.loyalty-index-loyalty .exclusive ul.exclusive_rewards li p {
    color: #003726;
    margin: 0px;
    font-family: "Roboto Mono", monospace;
}

.loyalty_btm_main_content {
    max-width: 1180px;
    margin: 80px auto 50px;
    background-color: #c0cdc8;
    border-radius: 8px;
    padding: 20px 10px;
}

.loyalty_btm_main_content .loyalty_btm_img {
    position: relative;
    text-align: center;
}

.loyalty_btm_main_content .loyalty_btm_img .loyalty_btm_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.loyalty_btm_main_content .loyalty_btm_img .loyalty_btm_content h3 {
    margin: 0px;
    color: #003726;
    font-size: 35px;
    font-family: "Tiempos Headline";
}

.loyalty_btm_main_content .loyalty_btm_img .loyalty_btm_content p {
    color: #003726;
    font-size: 15px;
    margin: 10px 0px 20px;
}

.loyalty_btm_main_content .loyalty_btm_img .loyalty_btm_content .btn {
    background-color: #003726;
    color: #fff;
    min-width: 180px;
    line-height: 35px;
    margin-right: 15px;
    border: 0px;
}

.loyalty_btm_main_content .loyalty_btm_img .loyalty_btm_content .btn:hover {
    background-color: #fff;
    color: #003726;
}

.loyalty-index-loyalty .content_image_text .content_text {
    text-align: center;
}

.loyalty-index-loyalty .content_image_text .content_text .btn {
    background-color: #003726;
    color: #fff;
    margin-top: 40px;
    border: 0px;
}

.loyalty-index-loyalty .content_image_text .content_text .btn:hover {
    background-color: #fff;
    color: #003726;
}

.no_reward h2 {
    text-align: center;
    font-size: 35px;
    font-family: "Tiempos Headline";
    color: #003726;
    margin-bottom: 40px;
    padding: 0px 15px;
}

.loyalty-index-loyalty .faq {
    background-color: #f2edde;
    padding: 80px 0px;
}

#checkout-review-table .button-remove .remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onestepcheckout-index-index h1.page-title {
    margin-bottom: 5px;
    margin-top: 20px;
}

.onestepcheckout-index-index .page-title-wrapper {
    margin-bottom: 10px !important;
}

.checkout-mealplan-block .order-items {
    display: flex;
}

.checkout-mealplan-block .order-items .order-item-image {
    width: 100%;
    max-width: 150px;
    margin-right: 15px;
}

.checkout-mealplan-block .order-items .order-item-image img {
}

.checkout-mealplan-block .order-items .order-item-content {
    width: 100%;
    max-width: calc(100% - 165px);
}

.checkout-mealplan-block .order-items .order-item-content .order-item-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.checkout-mealplan-block .order-items .order-item-content .order-expire-date {
    font-size: 13px;
}

#onepage-checkout-shipping-method-additional-load .delivery-date,
#onepage-checkout-shipping-method-additional-load .delivery-time {
    width: 49%;
}


ul.items.order-links.rewards-links {
    margin-bottom: 20px;
}

ul.items.order-links.rewards-links li a {
    color: #003726;
    padding-bottom: 5px;
    display: block;
}

ul.items.order-links.rewards-links li.current strong {
    color: #003726;
}

.block-referral-subtitle {
    color: #003726;
}

.rewards-account-referral
    .column.main
    .block-rewards-account-summary
    .block-title {
    margin: 0px !important;
}

.rewards-account-referral
    .column.main
    .block-rewards-account-summary
    .block-title
    strong {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.rewards-account-referral .column.main .block-rewards-account-summary .table {
    border: 1px solid #ccc;
}

.rewards-account-referral .column.main .block-rewards-account-summary .table th,
.rewards-account-referral
    .column.main
    .block-rewards-account-summary
    .table
    td {
    border: 1px solid #ccc;
}

.block-rewards-account-summary .table-wrapper.orders-recent .buttons-set {
    margin-top: 20px;
}

.rewards-account-referral
    .column.main
    .block-rewards-account-summary
    .block
    strong {
    margin-bottom: 15px !important;
    display: block;
}

div#switcher-store-trigger {
    margin-left: 0px;
    display: flex;
    white-space: nowrap;
}

ul.dropdown.switcher-dropdown {
    right: -58px;
}
.contact_us_page {
    display: flex;
    align-items: center;
}

div#malaysia-store-contact {
    padding: 20px;
    margin: 20px;
}

.account .columns {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
margin-top:40px;
}


.page-product-bundle .product-add-form #product_addtocart_form .field .control {
    height: auto;
}

.page-product-bundle .product-add-form .fieldset-bundle-options  .field .control {
    display: flex !important;
    flex-direction: column;
    padding: 1rem;
}

.page-product-bundle #product_addtocart_form {
    flex-direction: row;
    align-items: center !important;
}