/** Shopify CDN: Minification failed

Line 1916:0 Expected "}" to go with "{"

**/
body.gradient.itg_index .itg_multicolumn_slider .multicolumn-card__image-wrapper {
    margin: 0 15px;
    padding-top:0;
}
body.gradient.itg_index .itg__slider_column.itg_multicolumn_slider img.multicolumn-card__image {
    border-radius: 10px;
}


/* footer css start */
.itg_footer .footer__column--info {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}
.itg_footer .footer__payment {
    width: 50%;
    justify-content: end;
    display: flex;
     margin-top: 0px;
}
.itg_footer .footer__copyright {
    width: 50%;
    justify-content: flex-start;
    display: flex;
    font-size: 14px;
    margin: 0px;
    color: #fff;
}
.itg_footer .footer-block__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    position:relative;
}

.itg_footer .footer-block__heading::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 1%;
    background: #fff;
    bottom: -20px;
   opacity: 0.2;
}

.itg_footer .footer-block__details-content .list-menu__item--link {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 6px;
    padding-top:0;
}

.itg_footer .footer-block__details-content {
    margin-bottom: 0;
    padding-top: 24px;
}

.itg_footer .footer-block__details-content p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
}
.itg_footer .footer-block__details-content .list-menu__item--link:hover, .itg_footer .copyright__content a:hover {
    text-decoration: none;
    text-underline-offset: unset;
}


.itg_footer .footer__content-bottom {
    padding-top: 17px;
}

.itg_footer small.copyright__content a {
    font-weight: 600;
}
.itg_footer .footer-block.grid__item {
    width: 35% !important;
}

.itg_footer .footer-block.grid__item.footer-block--menu {
    width: 20% !important;
}


footer.itg_footer.footer {
    position: relative;
    background-image: url('https://cdn.shopify.com/s/files/1/0267/7643/6807/files/img_26.png?v=1666187825');
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
 .footer__content-top {
    padding-bottom: 20px;
}
.itg_newsletter_form {
    position: absolute;
    top: -10%;
    width: 100%;
    transform: translateY(0%);
}

.itg_newsletter_form .footer-block__newsletter {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    background: #32ADBC;
    padding: 16px 20px;
    border-radius: 60px;
}

.itg_page-movara-meals .itg_banner_main .slideshow__text .banner__buttons {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
}
.itg_page-movara-meals .itg_banner_main h2.banner__heading.h1 {
    font-size: 48px;
    line-height: 50px;
    display: block;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.itg_page-movara-meals .itg_banner_main .slideshow__text.banner__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 62.5rem;
}

.itg_newsletter_form .footer-block__newsletter h2.footer-block__heading {
    justify-content: flex-start;
    display: flex;
    margin: 0;
    padding: 0;
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    gap:18px;
    align-items: center;
    text-transform: capitalize;
}

.itg_newsletter_form .footer-block__newsletter h2.footer-block__heading::before {
    display: none;
}

.itg_newsletter_form .newsletter-form {
    align-items: flex-end;
    margin: 0;
    max-width: 50%;
}

.newsletter-form__message {
    justify-content: center !important;
    margin-bottom: 0px;
    width: 100%;
}
.newsletter-form__message--success {
    margin-top: 1rem !important;
}

.itg_newsletter_form .newsletter-form__field-wrapper .field__input {
    background: #fff;
    color: #000;
    border-radius: 40px;
    box-shadow: none;
    height: 53px;
    padding: 10px 200px 0px 20px;
    -webkit-box-shadow: 0 0 0 30px white inset!important;
}

.itg_newsletter_form .field__label {
    color: #88919d!important;
    line-height: 37px;
}
.itg_newsletter_form .field .field__button>svg {
    height: 29px;
    width: 29px;
}

.itg_newsletter_form button.newsletter-form__button.field__button {
    background: #F8CA37;
    position: absolute;
    top: 1px;
    right: 0px;
    width: fit-content;
    border-radius: 40px;
    color: #34383f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    gap: 10px;
    height: auto;
    padding: 12px 29px 12px 36px;
    font-family: Barlow!important;
    letter-spacing: 0.1em !important;
    transition: 0.3s all linear;
}

.itg_newsletter_form button.newsletter-form__button.field__button:hover {
    background: #000;
    color: #fff;
}

.itg_newsletter_form  button.newsletter-form__button.field__button svg path {
    stroke: #000;
}

.itg_newsletter_form .msg_svg {
    background: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    line-height:55px;
}

.itg_newsletter_form .field:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

.itg_newsletter_form .field:after {
    display:none;
}

.itg_newsletter_form .newsletter-form__field-wrapper {
    max-width: 540px;
}

.itg_newsletter_form .field__input:not(:placeholder-shown)~.field__label{
  top:0px 
}

.itg_footer .footer__copyright small.copyright__content {
    font-size: 14px;
}


.itg_footer .footer-block__details-content p a {
    color: #fff;
    text-decoration: none;
}


h2.footer-block__heading.footer_btns_tabs svg {
    display: none;
}

/* footer css end */


.itg_page-corporate-contact-page button.button.itg_contact_form_submit:hover {
    background: #32ADBC;
    color: #fff;
}


/*testimonial section css start*/
.itg_testimonial_wrapper {
    width: 100%;
    background:#F9F9F9;
}

.itg_testimonial_wrapper h2.title.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: 'Barlow-ExtraBold' !important;
    color: #34383F;
    font-size: 48px;
    margin:0px;
    padding-bottom: 50px;
    text-transform: capitalize;
    line-height:58px;
}

.itg_testimonial_wrapper span.highlight {
    color: #32ADBC;
}

.itg_testimonial_div span {
    font-size: 16px;
    color: #991B1E;
    line-height: 19px;
}

.itg_testimoniat_text {
    padding: 0px 45px;
    width:100%;
}

.itg_testimoniat_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    font-family: Roboto;
    margin: 0;
    margin: 0 auto;
    color: #88919d;
    padding-bottom: 20px;
}
.itg_testimonial_div {
    width: 50%;
    margin: 0 auto;
}
.itg_testimonial_slider {
    text-align: center;
}

.itg_testimonial_div .ratings {
    padding-top: 16px;
    padding-bottom: 30px;
}

.itg_testimonial_div h2 {
    margin: 0;
    font-family: 'Barlow-ExtraBold' !important;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #34383F;
}


.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #32ADBC;
}

.itg_testimonial_div img {
    margin: 0 auto;
    padding-bottom:20px;
}

.testimonial-slider .slick-dots li button:before {
    line-height: 15px;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    color: #0000;
    border: 2px solid #32ADBC;
}

.testimonial-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    overflow: hidden;
    border-radius: 100%;
}
.testimonial-slider .slick-dots {
    bottom: -30px;
}
.testimonial-slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: -1px;
    border: none;
    border-radius: 100%;
    text-indent: -9999;
}

.testimonial-slider li.slick-active button {
    background-color: #32ADBC;
}
.testimonial-slider.slick-initialized .slick-slide {
    display: block;
    opacity: 0.7;
}
.testimonial-slider.slick-initialized .slick-center {
    opacity: 1 !important;
}
.itg_testimonial_slider.testimonial-slider .slick-prev {
    left: 0px;
}
.itg_testimonial_slider.testimonial-slider .slick-next {
    right: 0px;
}

.testimonial-slider button.slick-next.slick-arrow::before {
    display: none;
} 

/*testimonial section css end*/
/* video css start */
.itg_video .deferred-media__poster-button {
    background-color: transparent;
    width:auto;
    height:auto;
}
.itg_video video.hurabg-video {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.itg_video .deferred-media__poster-button:hover {
    transform: translate(-50%,-50%) !important;
}
/* video css end */

/* logo section css start */

.itg_logo_list {
    width: 100%;
}
.itg_logo_list h2.title.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    margin: 0;
    padding-bottom: 50px;
    text-transform: capitalize;
}
.itg_logo_list span.highlight {
    color: #32ADBC;
}
.itg_logo_list .itg_logos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -28px;
   justify-content: center;
}
.itg_logo_list .itg_logoimg {
    width: 25%;
}
.itg_logo_list .itg_logoimg img {
    width: 100%;
    display: flex;
    padding-left: 28px;
}
/* logo section css end */


/* tab section css start */

.itg_all_btnimg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items:center;
}

.itg_all_btns .btn_img {
    width: 50%;
}

.itg_all_btns h2.title.h1 {
    width: 100%;
    font-family: Barlow-ExtraBold!important;
    margin: 0;
    padding-bottom: 14px;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #34383f;
     text-transform: capitalize;
     text-align:center;
}

.itg_all_btns .btns_content {
    width: 50%;
}
.btn_img img {
    width: 100%;
    display:flex;
}

.btns_content h2.title.h1 {
    width: 100%;
    font-family: Barlow-ExtraBold!important;
    margin: 0;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    padding:0px;
    text-align: left;
    color: #34383f;
     text-transform: capitalize;
}


 .btns_content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
    color: #88919d;
    padding: 14px 0px 0px 0px;
}

.block_contents .btns_blocks {
    display: flex;
    width: 100%;
    align-items: center;
    gap:23px;
}



.btns_tabs h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 29px;
    color: #34383f;
    text-transform: capitalize;
    padding: 0px;
    cursor: pointer;
    font-family: Barlow-ExtraBold!important;
    text-decoration: none;
    width:100%;
}

.btns_tabs ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.block_contents {
    padding-top: 14px;
}

.btns_tabs svg {
    transition: 0.3s ease all;
}


.block_contents .btns_tabs h3 svg {
    margin-right: 19px;
}

.itg_all_btnimg.align_right {
    flex-flow: row-reverse;
}


.section-template--16697062687010__18f4d7b6-83f8-4104-9b29-e35a5d39bc78-padding {
    background: #F9F9F9;
}

.tabs_text {
   border-bottom: 1px solid #E0E0E0;
    padding: 0px 0px 10px 0px;
}

.btns_tabs {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 19px;
  padding: 12px 0px 0px 0px;
    
}

.tabs_contents {
    display: none;
}



.itg_all_btnimg .btns_content p strong {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 28px;
}

.block_contents .btns_blocks p {
    font-size: 16px;
    font-weight: 500;
    color: #88919D;
    line-height: 30px;
    padding:0px;
    text-transform: capitalize;
}
/* tab section css end */


/* button section css start */

.itg_buttonsWrapper h2.title.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    margin: 0px;
    padding: 10px 0px 20px 0px;
    text-transform:capitalize;
  
  
    
}

.buttons_all ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    list-style-type: none;
    gap: 20px;
}

.buttons_all ul li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 55px;
    color: #34383f;
    background: #FFCC00;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height:17px;
    letter-spacing: 0.1em !important;
    transition: 0.3s all linear;
}

.buttons_all ul li a:hover {
    background: #32ADBC;
    color: #fff;
}


.itg_buttonsWrapper p {
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #6E7887;
}

html {
  scroll-behavior: smooth;
}

a.button::after {
    content: none;
}
/* button section css end */

/* keto page css start */
.itg_page-keto-plan .itg_bnnr_img img ,.itg_page-movara-meals .itg_bnnr_img img{
    max-width: 100%;
    width: 100%;
}

.itg_page-keto-plan .itg_background-primary.multicolumn-card.content-container .multicolumn_img_second {
    padding-top: 0;
    margin: 0 1.5rem;
    background-color: #f9f9f9;
    padding-bottom: 100px;
    border-radius: 10px;
}
.itg_page-keto-plan  .itg_mutliclm_bg {
    position: relative;
}


.itg_page-keto-plan .multicolumn-card-spacing {
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0px 15px;
}



.itg_page-keto-plan .banner__box h2.title.h1 {
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #fff;
    font-size: 48px;
    margin: 0px;
    text-transform: capitalize;
}

.itg_page-keto-plan .banner__box>*+.banner__text {
    margin-top: 14px;
}

.itg_page-keto-plan .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 56rem;
    margin-left: 180px;
}


.itg_page-keto-plan .banner__text.body span {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
}


.itg_page-keto-plan .banner__content .banner__box {
    padding: 4rem 5.5rem;
}

.itg_page-keto-plan .banner__box .banner__buttons a.button::after {
    content: none;
}

.itg_page-keto-plan .banner__box .banner__buttons a.button ,.itg_page-keto-plan .itg_image_banner .itg_bnr_heading .bnr_btns a.button 
{
    gap: 16px;
    font-family: 'Barlow';
}
.itg_page-keto-plan .banner__box .banner__buttons a.button:hover {
    background-color: #fff;
    color: #34383f;
}

a.button:hover {
    background-color: #fff;
    color: #34383f;
}
.itg_page-keto-plan .itg_mutliclm_bg img {
    border-radius: unset;
}

/* faq section css start */


.itg_faqWrapper {
    background: #F9F9F9;
}


.itg_faqWrapper .faq_headings h2.title.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    margin:0px;
    text-transform: capitalize;
}
.itg_faqWrapper .faq_headings  p {
    margin: 0 auto;
    width: 672px;
    text-transform: capitalize;
    text-align: center;
    color: #88919D;
    line-height: 25px;
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
}
  
.faq_tabheadings h2 {
    text-decoration: none;
    color: #3f434a;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    cursor: pointer;
    font-family: Barlow-ExtraBold!important;
}

.faq_text {
    display: none;
}
  
.faq_text p {
    margin: 0px;
    padding: 0px;
    color: #88919D;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    width: 910px;
    text-transform: capitalize;
}

.faq_tabheadings {
    position: relative;
    cursor: pointer;
}

.faq_tabheadings:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    background: #000;
    z-index: 7;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.itg_faq_all {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    padding-top: 10px;
}
  
.faq_tabheadings:before {
    position: absolute;
    content: "";
    background: #000;
    width: 23px;
    height: 3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.active::after {
/*     transform: rotate(180deg);
    transition: 0.3s all linear;
    top: 4px;
    width: 0px; */
  display:none;
}

.active-return:after {
    transform: rotate(0deg);
    transition: 0.3s all linear;
    transform: translateY(-50%);
}
  

/* faq section css end */


/* image and text keto section css start */



  .itg_ketotextWrapper {
    width:100%;
}

.itg_ketotextWrapper img{
   display: flex;
}  

.itg_ketotextWrapper .logo_imgs {
    right: -20px;
    position: absolute;
    top: 60%;
}

.itg_ketotextWrapper .keto_image_text {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0px 80px 0px;
     position:relative;
}

.itg_ketotextWrapper .itg_keto_firstImg {
    width: 27%;
}

.itg_ketotextWrapper .itg_keto_firstImg img{
  width:100%;
}

.itg_ketotextWrapper .itg_keto_secondImg {
    width: 45%;
    position:relative;
}

.itg_ketotextWrapper .itg_keto_thirdpart {
    right: 0px;
    width: 28%;
    position: absolute;
    top: 10%;
}
.itg_ketotextWrapper .itg_keto_bottomimg {
    position: absolute;
    bottom: -14%;
    left: 62%;
}

.itg_ketotextWrapper .itg_keto_thirdpart h2.title.h1 {
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    margin:0px;
    text-transform: capitalize;
}
.itg_ketotextWrapper .itg_keto_thirdpart  p {
    margin: 0 auto;
    text-transform: revert;
    color: #88919D;
    line-height: 25px;
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
}
  
.itg_ketotextWrapper .logo_imgs img {
    width: 85%;
}

.itg_keto_firstImg p {
    text-align: center;
    width: 327px;
    text-transform: revert;
    color: #88919D;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    padding-right:5px;
}
  
/* image and text keto section css end */

/* custom banner image css start */


.itg_image_banner {
    background: #F9F9F9;
}
  
.itg_image_banner .itg_bnr_heading h2.title.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    margin: 0;
    text-transform: capitalize;
    padding-bottom:14px;
}

.itg_image_banner .itg_bnr_heading  p {
    margin: 0 auto;
    max-width: 779px;
    text-transform: capitalize;
    text-align: center;
    color: #88919D;
    line-height: 25px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom:35px;
}  

.itg_image_banner .itg_bnr_heading .itg_bnnr_img img {
    max-width: 100%;
}

.itg_image_banner .itg_bnr_heading .bnr_btns a.button {
    gap: 16px;
}
.itg_image_banner .itg_bnr_heading .bnr_btns a.button.button--primary::after {
    content: none;
}

.itg_image_banner .itg_bnr_heading .bnr_btns {
    text-align: center;
    padding-top: 50px;
}  

.itg_image_banner .itg_bnr_heading .bnr_btns a.button:hover {
    background: #43aa5c;
    color: #fff;
}  

.itg_image_banner .itg_bnr_heading .bnr_btns a.button:hover svg circle {
    fill: #fff;
}

.itg_image_banner .itg_bnr_heading .bnr_btns a.button:hover svg path {
    stroke: #000;
}

/* custom banner image css end */

/* keto main banner css start */

/* .itg_page-keto-plan .itg_banner_main h2.banner__heading.h1 {
    margin-top: -90px;
} */
.itg_page-keto-plan .slideshow__slide .banner__rich_text p {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 24px;
}
.itg_page-keto-plan .itg_banner_main .slideshow__text .banner__buttons {
    margin-top: 12px;
    text-align: center;
    width: unset;
}
.itg_page-keto-plan .slideshow__slide .banner__rich_text p em {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Barlow';
}

.itg_page-keto-plan .slideshow__slide .banner__rich_text p strong {
    color: #43AA57;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow';
}


/* keto main banner css end */


/* keto page css end */



/* accounted css start */

.itg_customers-register .customer.register {
    text-transform: capitalize;
}

input:not(.rc-radio__input) {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.rc-radio__input{
      accent-color: #000;
}

/* accounted css end */


/* pages all css start */


.itg_page .itg_allpage h1 {
    font-size: 30px;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}
.itg_page .itg_allpage p {
    margin-top: 0px;
}

.itg_page .itg_allpage.page-width--narrow {
    max-width: 100%;
    padding: 50px 5rem;
}



.itg_page .itg_allpage .rte a {
    
    word-break: break-all;
}


/* pages all css end */

/* contect all css start */

.itg_page-contact .itg_allpage h1 {
    font-size: 48px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.itg_page-contact .contact.page-width.page-width--narrow {
    padding-top: 0px;
    padding-bottom: 50px;
}

.itg_page-contact .contact .contact__button {
    margin-top: 3rem;
    text-align: center;
}

.itg_page-contact .contact__button button {
    border-radius: 100px;
    transition: .3s all linear;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}

.itg_page-contact .contact__button button::after{
  content:none;
}

.itg_page-contact .contact__button button:hover {
    background: #32ADBC;
    color: #fff;
}

/* contect all css end */

/*customer login css start */

.itg_customers-login .customer button {
    margin: 2rem 0 1.5rem;
    border-radius: 100px;
    transition: .3s all linear;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1rem !important;
}
.itg_customers-login .customer button::after{
  content:none;
}
.itg_customers-login .customer button:hover {
    background: #32ADBC;
    color: #fff;
}

.itg_customers-register .customer button {
    margin: 2rem 0 1.5rem;
    border-radius: 100px;
    transition: .3s all linear;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 17px;
}

.itg_customers-register .customer button::after{
  content:none;
}

.itg_customers-register .customer button:hover {
    background: #32ADBC;
    color: #fff;
}
.field__input,
.select__select,
.customer .field input,
.customer select {
  height: auto;
}

/*customer login css end */

/* search bar css start */

.itg_search .template-search__header {
    margin-bottom: 0rem;
}

.menu-drawer__account {
    gap: 15px;
}

/* search bar css end */


/* Product Page Css start */
.itg_product .caption-large {
    font-size: 1.6rem; 
}
.itg_product label.form__label {
    font-size: 1.6rem;
}
.itg_product .product--thumbnail_slider .slider-button .icon {
    height: 1.5rem;
}
.itg_product h2.product-recommendations__heading.h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-family: Barlow-ExtraBold!important;
    color: #34383f;
    font-size: 48px;
    text-transform: capitalize;
}
.itg_cart button.quick-add__submit:after,.itg_cart button.quick-add__submit:before,.quick-add-modal__content-info .product-form__submit:before,.quick-add-modal__content-info .product-form__submit:after {
    border: none !important;
    outline: none;
    content: none !important;
}
.itg_cart .card__heading a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}
.BtnProductPrev,.BtnProductNext,.itg_product button.product-form__submit.button.button--full-width.button--secondary , .itg_cart button.quick-add__submit ,.quick-add-modal__content-info .product-form__submit {
    background: #F8CA37;
    right: 0px;
    border-radius: 40px;
    color: #34383f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    gap: 10px;
    height: auto;
    padding: 12px 29px 12px 36px;
    font-family: Barlow!important;
    letter-spacing: .1em!important;
    transition: .3s all linear;
}
.BtnProductNext,.BtnProductPrev{
    max-width: 44rem;
    width:100%;
}
.HasNextStep .product-form__buttons ,.HasNextStep  product-form.product-form{
    display: none;
}
span.button.button--secondary.BtnProductPrev {
    margin-bottom: 20px;
}
.itg_product button.product-form__submit.button.button--full-width.button--secondary:hover {
    background: #000;
    color: #fff;
}
.itg_product .button:after {
    content: "";
    position: absolute;
    box-shadow: none;
}
.itg_product .button:hover:after {
    content: "";
    position: absolute;
    box-shadow: none;
}
.itg_product .itg_add-Ons{
  display:none;
}
/* Product Page Css end */


/* 6-week-challenge css start */


.itg_page-6-week-challenge .itg-multicolumn .multicolumn-card__info {
    background: #0000;
    margin-left: 2.5rem;
    margin-top: 0!important;
    margin-right: 2.5rem;
    border-radius: unset;
    border: 1px solid;
     min-height: 670px;
}
.itg_page-6-week-challenge .itg-multicolumn .multicolumn-card__info {
    margin-top: 17px;
    padding-top: 30px!important;
}

.itg_page-6-week-challenge .itg-multicolumn .multicolumn-card__info p {
    text-transform: capitalize;
}

.itg_page-6-week-challenge .itg_background-primary.multicolumn-card.content-container:hover .multicolumn-card__info h3 {
    color: #32ADBC;
}
.itg_page-6-week-challenge .itg_mutliclm_bg img {
    border-radius: unset;
}
.itg_page-6-week-challenge .multicolumn .multicolumn-card__info .rte strong {
    color: #000;
}
.itg_page-6-week-challenge .rich-text__wrapper .rich-text__text a {
    text-decoration: none;
    color: #000;
    transition: 0.3s all linear;
}
.itg_page-6-week-challenge .rich-text__wrapper .rich-text__text a:hover {
    color: #ec495e;
}
.itg_page-6-week-challenge .footer {
    margin-top: 120px;
}
.itg_page-6-week-challenge .rich-text h2.rich-text__heading span {
    color: #000;
    font-size: 34px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
     display: block;
}
.itg_page-6-week-challenge .rich-text .rich-text__text p {
    color: #000;
    font-size: 20px;
    margin: 10px;
}
.itg_page-6-week-challenge .itg_banner_main .slideshow__text h2.banner__heading.h0 {
    font-size: 30px;
    font-weight: 600;
}
.itg_page-6-week-challenge .itg_banner_main .slideshow__text-wrapper.banner__content {
    padding-top: 0;
    padding-bottom: 0px;
}
/* 6-week-challenge css end */

/* 6-week-challenge-results css start */
.itg_page-6-week-challenge-results .itg_banner_main .slideshow__text h2.banner__heading.h0 {
    font-size: 30px;
    font-weight: 600;
}

/* custom thumnail slider and image slider section css start */
.text_thum_sliderWrapper .text_thumslide {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.text_thum_sliderWrapper .c_text {
    width: 60%;
    padding-right: 75px;
}  
.text_thum_sliderWrapper .c_text h2 {
    font-size: 33px;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 10px;
    margin:0px;
}
.text_thum_sliderWrapper .c_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin:0px;
    text-align: justify;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.text_thum_sliderWrapper .thum_sliders {
    width: 40%;
    margin-left: 0px;
}
.text_thum_sliderWrapper .slider-for .item-slide {
    margin-bottom: 13px;
    cursor:pointer;
}  
.text_thum_sliderWrapper .item-slide img{
  width:100%;
}
.text_thum_sliderWrapper .thumb-slide img{
    width: 100%;   
}
.itg_thumnail h1.section-header__title {
    margin-bottom: 35px;
    text-align: center;
    margin-top: 0;
    background: #32ADBC;
    padding: 80px 0px;
    font-size: 34px;
    font-weight: 600;
}
.text_thum_sliderWrapper .slide-nav ul.slick-dots {
    display: none !important;
}
.text_thum_sliderWrapper.border_line {
    border-top: 1px solid #e6e6e6;
}
.slider-nav button {
    background: #202020ba;
    border: none;
     display: inline-block;
    cursor: pointer;
    position: absolute;
    padding:13px;
    top: 50%;
    transform: translateY(-50%);
} 
.slider-nav button.slide-arrow.prev-arrow.slick-arrow {
    z-index: 1;
    left:10px;
    display:flex;
}
.slider-nav button.slide-arrow.next-arrow.slick-arrow {
    right: 0px;
    display:flex;
}
 .text_thum_sliderWrapper .thum_sliders .slider-nav.slick-initialized .slick-slide {
    display: block;
    padding-left: 10px;
    cursor:pointer;
}   
.text_thum_sliderWrapper .thum_sliders .slider-nav {
    margin-left: -10px;
}
.text_thum_sliderWrapper .c_text.align_right {
    order: 1;
    padding: 0px;
    padding-left: 75px;
}
.one-time button {     
    background: #202020a6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    display: inline-block;
    cursor: pointer;
    padding: 13px;
} 
.one-time button.slide-arrow.prev-arrow.slick-arrow {
    z-index: 1;
    left:0px;
     display: flex;
}
.one-time button.slide-arrow.next-arrow.slick-arrow {
    right:0px;
     display: flex;
} 
.one-time .slick-slide {
    cursor:grab;
}
.bnr_thum_image img {
    width: 100%;
    padding-bottom: 10px;
}
.thum_sliders .logo_imgae {
    text-align: center;
    width: 100%;
     padding: 0px 0px 10px;
}
.bnr_box_image img {
    width: 100%;
    padding: 0px 0px 10px;
    
}
.c_text.align_right .itg_badge ul li {
    text-align: left;
}
.c_text.align_right .itg_badge ul li p {
    text-align: left !important;
}
.c_text.align_right .itg_badge {
    width: 100%;
    padding: 20px 0 0;
}
.itg_badge {
    width: 100%;
    padding: 10px 0 0 0px;
}
.itg_badge ul {
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0px;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}
.itg_badge ul li {
    width: 20%;
    padding: 0px;
    text-align: center;
    margin:0px;
}
.itg_badge ul li img {
    max-width: 100%;
    width:70px;
}
.thumnail_img .text_thum_sliderWrapper .text_thumslide {
    align-items: unset;
}
.text_thum_sliderWrapper .c_text .itg_badge ul li p {
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
}
.c_text.align_left a {
    margin-bottom: 15px;
}

.text-image-slider button {
    display: none !important;
}

.itg_page-6-week-challenge-results .rich-text h2.rich-text__heading.rte.h1 span {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

/* custom thumnail slider and image slider section css end */


.itg_page-6-week-challenge-results .rich-text__wrapper .rich-text__buttons a.button:hover {
    background-color: #32ADBC;
    color: #fff;
}
.itg_page-6-week-challenge-results .itg_banner_main .slideshow__text-wrapper.banner__content {
    padding-top: 0;
    padding-bottom: 0px;
}
.statistics-section .elementor_all {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
   justify-content: center;
}

.statistics-section .elementor_all .stastic h1.counter {
    text-align: center;
    margin: 0px;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}
.statistics-section .elementor_all .stastic span {
    font-size: 20px;
}
.statistics-section .elementor_all .stastic p {
    margin: 0px;
    font-size: 20px;
}  

.statistics-section .elementor_all .col-md-4.text-center {
    width: calc(33.33% - 80px);
    text-align: center;
    margin: 0px 40px;
   
}

.statistics-section .elementor_all .col-md-4.text-center .stastic {
    background: #000;
    width: 100%;
    padding: 20px 0px;
    border-radius: 15px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.stastic_logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
   border: 2px solid;
}
.stastic_logo img {
    width: 100%;
    display: flex;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.onlyimage-slider button {
    display: none!important;
}


/* 6-week-challenge-results css end */
/* ---- ( Product Page Start ) ---- */
.itg_product .product-form__input .select {
    height: 30px !important;
}
.itg_product .product__info-wrapper .select:hover.select:after {
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
    outline: unset;
}
.itg_product .select__select:focus{
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
}
.itg_product .product__info-container .product__title h1 {
    font-family: Barlow-ExtraBold!important;
    font-size: 32px;
}
/* ---- ( Product Page End ) ---- */


/* scholarship-program page css start */

.itg_page-scholarship-program .text_thum_sliderWrapper .c_text p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
    text-transform: inherit;
    
}

.itg_page-scholarship-program .slideshow__text h2.banner__heading.h0 {
    font-size: 30px;
    font-weight: 600;
}
.itg_page-scholarship-program .itg_banner_main .slideshow__text-wrapper.banner__content {
    padding-top: 0;
    padding-bottom: 0px;
}
/* scholarship-program page css end */

/* our menu css start */

.itg_page-fit-menu-week .rich-text__wrapper .rich-text__buttons a:hover {
    background: #32ADBC;
    color: #fff;
}

.itg_page-keto-menu-week .rich-text__wrapper .rich-text__buttons a:hover {
    background: #32ADBC;
    color: #fff;
}

/* our menu css end */

/* corporate-catering css start */

.itg_page-corporate-help .footer {
    margin-top: 120px;
}

.itg_page-corporate-catering .itg-multicolumn .multicolumn-card__info a:hover{
     background-color: #32ADBC;
    color: #fff;
}
.itg_page-corporate-catering .itg-multicolumn .multicolumn-card__info a.button:hover svg path {
    stroke: #000;
}
.itg_page-corporate-catering .itg-multicolumn .multicolumn-card__info a.button:hover svg circle {
    fill: #fff;
}
.itg_page-corporate-catering .image-with-text__heading span.highlight {
    color: #32ADBC;
    font-size: 36px;
    font-weight: bold;
}
.itg_page-corporate-catering .image-with-text__content {
    padding-left: 0px;
}
.itg_page-corporate-catering .rich-text .rich-text__wrapper .rich-text__buttons a:hover {
    background: #32ADBC;
    color: #fff;
}
/* corporate-catering css end */

/* app css start */

.rb-nav {
    z-index: 2 !important;
}

.itg_product-recharge-bundle .recharge-bundles-widget {
    padding-top: 80px;
}
/* app css end */




/* cart page css start */
.itg_cart .cart__ctas {
    flex-direction: column;
    gap: 0;
}

.itg_cart .Note.caption.sub-heading {
    margin: 0;
    color: red;
    font-size: 14px;
}
.itg_cart .cart__warnings a.button {
    background: #f8ca37;
}
.itg_cart .cart__warnings a.button:hover {
    color: #ffffff;
    background: #32ADBC;
}
.itg_cart .cart__login-title {
    margin: 2.5rem 0 .5rem;
    text-transform: capitalize;
}
.itg_cart .cart__empty-text {
    margin: 0 0 2rem;
    text-transform: capitalize;
    font-weight: 700;
}
.cart__empty-text {
    margin: 0 0 2rem;
    text-transform: capitalize;
    font-weight: 700;
}
.collection__view-all a:not(.link):hover {
    background: #32ADBC;
    color: #fff;
}
.itg_cart cart-remove-button .button {
    min-width: 40px;
    min-height: 40px;
}
.itg_cart h1.title.title--primary {
    text-transform: capitalize;
}
/* cart page css end */
/* ---- ( Search/Register/Login Page Start ) ---- */
.itg_search .search .field:after ,
.itg-header .field:after ,
.itg_customers-login .field:after ,
.itg_customers-register .field:after ,
.itg_page-contact .field:after {
    border-radius: 30px;
	box-shadow: none;
	border: 1px solid;
}
.itg_search .search .field:hover.field:after ,
.itg-header .field:hover.field:after ,
.itg_customers-login .field:hover.field:after ,
.itg_customers-register .field:hover.field:after ,
.itg_page-contact .field:hover.field:after {
    outline: none;
    border: 1px solid ;
    box-shadow: none !important;
    border-radius: 30px;
}
.itg_search .search .field .field__button ,
.itg-header .field__button {
    transform: translateY(-50%);
    top: 50%!important;
}
.itg_search .product-grid-container .grid .product-grid {
    gap: 30px;
}
.itg_search .product-grid-container .grid {
    column-gap: 30px;
}
.itg_search .product-grid-container .grid--4-col-desktop .grid__item {
    width: calc(25% - 30px);
}

.itg_customers-login form#customer_login a {
    color: #343f3c;
    text-transform: capitalize;
    letter-spacing: 0;
}
#storePickupApp .checkoutMethodContainer .locations .location input[type=radio]:checked {
    /* background-color: #000; */
    /* color: #000; */
    -webkit-box-shadow: 0 0 0 30px #000 inset!important;
}
#storePickupApp .checkoutMethodContainer .locations .location input[type=radio]{
    -webkit-box-shadow: 0 0 0 30px #fff inset!important;
}
/* ---- ( Search/Register/Login Page End ) ---- */

.quick-add-modal__content-info .product__title h2.h1 {
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    line-height: normal;
}
.quick-add-modal__content-info .select__select:focus-visible,.quick-add-modal__content-info .select__select:focus ,.quick-add-modal__content-info input:focus-visible{
    outline: none;
    box-shadow: none;
}
.quick-add-modal__content-info .select__select{
  height:45px;
}
.quick-add-modal__content-info .product-form__input .form__label {
    color: #000;
    font-size: 16px !important;
}
cart-remove-button .button:not([disabled]):hover {
    color: #000 !important;
    background-color: #32ADBC !important;
}
.quick-add-modal__content-info a.link.product__view-details.animate-arrow {
    display: flex;
    align-items: center;
}
nav.itg_menu_right.header__inline-menu li.order {
    box-shadow: inset 0 0 0px 2px #32ADBC;
    margin-left: 20px;

}

/* feetcon css start */

.feetcon_main_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.feetcon_seconddiv img {
    width: 100%;
}
.feetcon_main_div .contact_subheading p {
    margin-top: 0;
    font-size: 16px;
}
.feetcon_main_div .tontacts_tophead p {
    margin-top: 0;
    font-size: 16px;
}
.itg_page-feetcon-free h2.title {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
}

/* feetcon css end */

/* New css for bold app Do Not Change June 20 2023 */

.bold_option_swatch .bold_option_value {
    display: inline-block;
    clear: left;
    margin-right: -7px;
    margin-top: 5px;
}
.bold_option_value_swatch {
    width: 40px;
    height: 40px;
    text-align: center;
}
span.bold_option_value_swatch span {
    padding-top: 4px;
}

.bold_option.bold_option_swatch .bold_option_title {
    display: none;
}
.bold_option_value_element, .bold_option_value_swatch {
    border-radius: 50%;
    overflow: hidden;
}
.bold_swatch_selected span {
    background-color: #43aa5b!important;
    color: #fff;
}
span.bold_option_value {
    position: relative;
}
span.bold_option_value label .bold_option_swatch_title {
    position: absolute;
    content: '';
    top: 50%;
    left: 45%;
    transform: translate(-55%, -50%);
    text-align: center;
    line-height: 15px;
}
span.bold_option_value label .bold_option_swatch_title .bold_option_value_title {
    font-size: 12px;
}
span.bold_option_value label .bold_option_swatch_title .bold_option_value_price {
    display: none;

span.bold_option_value label .bold_swatch_selected+.bold_option_swatch_title .bold_option_value_title {
    color: #fff !important;
}
/* custom meal page css */
.itg_page-cstm_quick_meals .card__heading.h5 {
    font-size: 22px;
}
/* custom option page */ 
  
