/** Shopify CDN: Minification failed

Line 7669:0 Unexpected "}"

**/

.discount-prod{
  display:none !important;
}

.cart-items thead th{
  font-size:22px;
}
.title-wrapper--no-top-margin>.title{
  line-height:45px;
}

.title-wrapper-with-link a, .title-wrapper-with-link .title{
  font-size:20px;
  font-family: "gelica-regular";
  color:#57c5cc!important;
}
.cart__footer{
  font-family: "gelica-regular";
}


.cart__checkout-button {
    background-color: var(--cyan) !important;
    font-family: 'gelica-med';
    border-color: var(--cyan) !important;
    text-transform: uppercase;
}
   
.cart-item__name
{
	font-size:40px!important;
}


  .sleeping-content p
  {
  	width:50%;
    margin:10px auto;
    font-size:32px;
    font-family: 'gelica-med';
  }


:root {
    --cyan: #57C5CC;
    --yellow: #FEBE14;
    --pink: #F48799;
    --purple: #7D65AC;
}

/* font families */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
      .f-icon{
        display:flex;
        column-gap:20px;
      }
        .f-icon .fab,.f-icon .fa-brands{
    font-size:36px;
    color:white;
  }

      
      
      .spr-review-reportreview
      {
      	display:none!important;
      }
      .spr-review-header-byline
      {
      	font-style:normal!important;
        font-size:15px !important;
        margin-top:10px;
      }
      
a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "american-lemon-sans-regular";
    src: url(american-lemon-sans.ttf);
}

@font-face {
    font-family: "gelica-med";
    src: url(gelica-med.woff);
}

@font-face {
    font-family: "gelica-regular";
    src: url(gelica-regular-font.woff);
}

@font-face {
    font-family: "QuirkRegular";
    src: url(Quirk.ttf);
}

@font-face {
    font-family: "ABeeZee-Regular";
    src: url(ABeeZee-Regular.ttf);
}

/* nav- stylings */
.nav-padding {
    flex-flow: row-reverse;
    padding-right: 48px;
    padding-right: 0px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-item a {
    color: var(--cyan) !important;
    margin: 0px 25px;
    font-size: 26px;
    transition: 0.4s;
    border-bottom: 2px solid transparent;
    font-family: "american-lemon-sans-regular";
    padding: 0px 0px !important;
    text-transform: uppercase;
    line-height: initial;
}

.nav-item a:hover {
    transition: 0.4s;
    border-bottom: 2px solid var(--cyan);
}

.navbar-nav {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-nav li .nav-call {
    background: var(--brown);
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50px;
    padding: 8px 25px 6px 25px !important;
    margin-right: 0px;
}

.nav-t-breadcrumb {
    background-color: var(--cyan);
    height: 60px;
    align-items: center;
    display: flex;
}

.nav-t-breadcrumb .container-resp-1 {
    position: relative;
    width: 95% !important;
    max-width: inherit;
}

.nav-t-breadcrumb button {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border: none;
    box-shadow: none;
    background: transparent;
    outline: none;
    width: fit-content;
}

.nav-t-breadcrumb p {
    font-size: 26px;
    font-family: "american-lemon-sans-regular";
    color: #fff;
    text-align: center;
}

.navbar-nav .nav-item a .fas {
    margin-left: 5px;
}

.nav-item .dropdown-item {
    margin-left: 0px;
}

.nav-item .dropdown-item:active,
.nav-item .dropdown-item:hover {
    color: var(--brown) !important;
    text-decoration: none;
}

.nav-item .dropdown-item:active {
    background-color: transparent !important;
}

.container-resp {
    max-width: 90%;
}

.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-icons a {
    margin-left: 10px;
}

.navbar-nav span {
    display: flex;
}

.bag-active {
    position: relative;
}

.nav-flex .nav-image {
    margin-right: 0px;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
}

.nav-flex .nav-image img {
    max-width: 150px;
    width: 100%;
}

.header-main .container {
    position: relative;
}

.bag-active span {
    width: 17px;
    height: 17px;
    font-family: "gelica-med";
    color: #fff;
    background: var(--yellow);
    position: absolute;
    display: inline-flex;
    right: -9px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
    padding-top: 2px;
}

.header-main {
    height: 140px;
    background: #fff;
    display: flex;
    align-items: center;
}

/* hover dropdown */
.navbar-nav .dropdown {
    position: relative;
    display: inline-block;
}

.navbar-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--cyan);
    min-width: 160px;
    z-index: 1;
    padding: 25px;
      z-index:9999;
}

.navbar-nav .dropdown-content a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}

.navbar-nav .dropdown-content a:hover {
    color: #fff !important;
    background: transparent;
    border-bottom: 2px solid #fff;
}

.navbar-nav .dropdown:hover .dropdown-content {
    display: block;
}

/* hover dropdown end */
/* sider scrollbar */
/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--cyan);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--cyan);
}

/* home */

.home-bg img {
    width: 100%;
}

.dummy-2 img,
.dummy-3 img {
    width: 100%;
}

.btn-style {
    width: 275px;
    height: 65px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--cyan);
    border: 2px solid var(--cyan);
    color: #fff;
    font-family: "QuirkRegular";
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.4s;
}

.btn-style:hover {
    background: #fff;
    transition: 0.4s;
    color: var(--cyan);
}

.load-btn .btn-style {
    font-family: "gelica-med";
    font-size: 20px;
    text-transform: uppercase;
}

/* footer */

.find-us-section {
    background: var(--cyan);
    color: #fff;

}

.find-us-section h2 {
    font-size: 72px;
    font-family: "american-lemon-sans-regular";
    color: #fff;
    margin-bottom: 0px;
}

.zip-code {
    font-size: 40px;
    font-family: "gelica-med";
    border-bottom: 4px solid #FFFFFF;
    padding-left: 20px;
    color: #fff;
    margin-left: 40px;
      outline: none;

}
      
      

.zip-code:hover {
    color: #fff;
}

.zip-code img {
    max-width: 4.5rem;
    margin-left: 40px;
  cursor: pointer;
}

.find-us-content {
    display: flex;
  	flex-wrap:wrap;
    align-items: center;
    justify-content: center;
  padding-bottom:20px !important;
}

.form-footer h2 {
    font-family: "gelica-regular";
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-box ul li a,
.footer-box ul li {
        font-family: "gelica-regular";
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.9px;
}

.footer-links-wraper {
    padding: 50px 0px 20px 0px;
    background: var(--yellow);
}

.footer-box ul li h2 {
    font-size: 36px;
    font-family: "american-lemon-sans-regular";
    color: #fff;
}

.footer-box ul li h2,
.form-footer h2 {
    margin-bottom: 30px;
}

.form-box input {
    height: 66px;
    width: 100%;
    background: #fff;
    border: none;
    padding-left: 30px;
    border-radius: 0px !important;

}

.form-box input:focus,
.form-box input:active:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.form-box .input-group {
    max-width: 500px;
}

.form-box input,
.form-box input::placeholder {
    color: var(--yellow) !important;
    font-size: 20px;
    font-family: "american-lemon-sans-regular";
}

.footer-bread-crumb {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    position: relative;
}

.footer-bread-crumb .f-logo img {
    max-width: 15rem;
}

.footer-bread-crumb p {
    font-size: 14px;
    font-family: "gelica-regular";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

/* recipies page */

.recipies {
    background-image: url(/cdn/shop/files/recepe-bg.png?v=1648186626);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 20px solid var(--cyan);
}

.recipies .container {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-bg-content h2 {
    font-size: 125px;
    color: #fff;
    line-height: 90px;
    font-family: "american-lemon-sans-regular";
}

.recipe-bg-content p {
    font-size: 20px;
    line-height: 19px;
    font-family: "gelica-regular";
    color: #fff;
    max-width: 1050px;
    margin: 60px 0px 70px 0px;
}

.recipe-img img {
    width: 100%;
}

.recipe-box h2 {
    font-size: 50px;
    line-height: 42px;
    font-family: "american-lemon-sans-regular";
    color: var(--cyan);
    margin: 30px 0px;
}

.recipe-grid-main .col-md-4 {
    padding: 0px 30px !important;
}

.recipe-content {
    text-align: center;
}

.recipe-box {
    margin-bottom: 90px;
}

.recipe-box p {
    font-size: 20px;
    line-height: 24px;
    font-family: "gelica-regular";
    color: var(--cyan);
}

.recipe-gird-wrap {
    padding: 70px 0px;
}

.recipe-img {
    position: relative;
}

.recipy-overview {
    opacity: 0;
    transition: 0.4s;
}

.recipy-overview {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #00000073;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipy-overview img {
    width: 30px;
}

.recipe-box:hover .recipy-overview {
    transition: 0.4s;
    opacity: 1;
}

.pager-wraper ul {
    justify-content: center;
}

.pagination li a {
    font-size: 38px;
    font-family: "QuirkRegular";
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li.active a {
    color: var(--cyan);
}

.pager-wraper ul li a {
    color: rgba(87, 197, 204, 0.34);
    padding: 0px 0px;
    width: 45px;
    text-align: center;
    border: none;
    background: transparent;
}

.pager-wraper ul li a:hover {
    background: transparent;
    color: var(--cyan);
}

.pager-wraper ul li a.active {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: var(--cyan);
}

.pager-wraper ul li a:focus,
.pager-wraper ul li a:active:focus {
    outline: none;
    box-shadow: none;
}

.pager-wraper {
    margin-top: 100px;
}

/* life style page */

.life-style {
    background-image: url(/cdn/shop/files/lifestyle.png?v=1648186626);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-p p {
    color: var(--cyan);
    font-size: 24px;
    font-family: "gelica-regular";
    line-height: 30px;
    width: 80%;
    text-transform: initial;
    margin: 0 auto;
}

.top-p {
    padding-top: 100px;
}

.lifestyle-content h1 {
    color: #fff;
    font-size: 120px;
    font-family: "american-lemon-sans-regular";
    line-height: 80px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.life-style .container {
    height: 700px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
}

.lifestyle-content .btn-style {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.lifestyle-content .btn-style:hover {
    color: var(--cyan);
    border: 2px solid var(--cyan);
    background: #fff;
}

.lifestyle-content {
    margin-bottom: 120px;
}

.contact-jimmy {
    position: absolute;
    left: 0px;
    bottom: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: initial;
    font-family: "gelica-med";
}

/* press */
.press-wraper .recipe-grid-main .col-md-4 {
    padding: 0px 15px !important;
}

.press-main {
    background: #fff;
    padding: 50px 0px;
}

.press-main h1 {
    color: var(--cyan);
    font-size: 100px;
    font-family: "american-lemon-sans-regular";
    line-height: 1;
    text-transform: uppercase;
}

.recipe-gird-wrap.press-wraper {
    padding-top: 60px;
}

/* career img */

.career-bg {
    background-image: url(/cdn/shop/files/career-bg.png?v=1648186626);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 700px;
    display: block !important;
}

.build-future {
    background-image: url(/cdn/shop/files/future-curve.png?v=1648186626);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -200px;
    padding: 100px 0px;
}

.future-content h2 {
    font-size: 150px;
    color: var(--cyan);
    text-transform: uppercase;
    line-height: 100px;
    font-family: "american-lemon-sans-regular";
}

.future-content p {
    color: var(--cyan);
    font-size: 30px;
    font-family: "gelica-regular";
    line-height: 41px;
    text-transform: capitalize;
    margin: 70px 0px 90px 0px;
}

.future-content .btn-style {
    width: 493px;
}

.future-content {
    width: 80%;
    margin: 150px auto 30px auto;
}

.career-vid {
    background-image: url(/cdn/shop/files/good-better.png?v=1648186626);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 250px 0px 130px 0px;
}

.do-good h2 {
    font-size: 130px;
    font-family: "american-lemon-sans-regular";
    color: #fff;
    line-height: 100px;
    margin-bottom: 40px;
}

.do-good p {
    color: #fff;
    font-size: 30px;
    font-family: "gelica-regular";
    line-height: 41px;
}

.do-better-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.do-better p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    font-family: "gelica-regular";
}

.video-main {
    position: relative;
    margin: 140px 0px 40px 0px;
}

.video-main img {
    width: 100%;
}

.video-main img.btn-vid {
    width: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.find-us-section.find-us-white {
    background: #fff;
}

.find-us-white.find-us-section h2 {
    color: var(--cyan);
}

.find-us-white .zip-code {
    border-bottom: 4px solid var(--cyan);
    color: var(--cyan);
}

/* collection page */

.collection-box .btn-style {
        background: #57c5cc;
    border: 2px solid #57c5cc;
    margin-top: 20px;
}

.collection-box .btn-style:hover {
    color:  #57c5cc;
    background: #fff;
}

.recipe-box.collection-box h2 {
    font-size: 49px;
/*     color: #000; */
      color: #57c5cc;
    margin: 50px 0px 25px 0px;
    font-family: "american-lemon-sans-regular";
}

.recipe-box.collection-box p {
    font-size: 16px;
    line-height: 18px;
    color: #57C5CC;
    font-family: "gelica-regular";
    margin-bottom: 20px;
}

.discount-prod {
    color: #57c5cc;;
    font-family: "gelica-regular";
    width: 98px;
    height: 56px;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    right: -30px;
    z-index: 1;
}
/*       .spr-review-header-byline strong{
        color: #57c5cc;
      } */

.collection-box {
    position: relative;
}

.new-price,
.del-price {
    font-family: "gelica-med";
    font-size: 26px;
}

.new-price {
    color: var(--yellow);
    margin-left: 10px;
}

.del-price {
    color: #BEBEBE;
    text-decoration: line-through;
}

.recipe-box.collection-box {
    margin-bottom: 50px;
}

.collection-box .recipe-img {
    width: 345px;
    margin: 0 auto;
    height: 308px;
}

.collection-box .recipe-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.collection-grid .pager-wraper {
    margin-top: 0px;
}

.collection-bg h2 {
/*     color: var(--yellow); */
  color: #57c5cc;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 12px;
    font-family: "american-lemon-sans-regular";
}

.collection-bg p {
    font-size: 32px;
    line-height: 29px;
    color: #57c5cc;;
     font-family: "gelica-med";
}

.collection-bg {
    padding: 20px 0px;
}

.top-links a {
    font-size: 20px;
    font-family: "gelica-regular";
    margin: 0px 8px;
    /* color: #000; */
    color: var(--cyan);
}

.sec2_menu_link_container span,
.top-links a.active {
    color: var(--cyan);
}

.top-links {
    margin-top: 10px;
    padding: 30px 0px;
}

/* faq */
.press-main.faq-bg {
    padding: 50px 0px 100px 0px;
}

.accorion-faq .card-header button i {
    font-size: 18px;  
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--cyan);
    color: #fff;
}

.accorion-faq .card-header button {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "american-lemon-sans-regular";
    font-size: 32px;
    color: var(--cyan);
    margin-bottom: -4px;
    border-bottom: 4px solid var(--cyan);
}

.accorion-faq .card-header button:focus,
.accorion-faq .card-header button:active:focus {
    box-shadow: none;
}

.accorion-faq .card-header button:hover {
    text-decoration: none;
}

.accorion-faq .card-header {
    padding: 0px;
    background: transparent;
    border: none;
}

.accorion-faq .card-header h2 {
    border: none;
}

.accorion-faq .card {
    border: 4px solid var(--cyan) !important;
    border-radius: 0px;
    margin-bottom: 18px;
    padding: 0px 25px;
}

.accorion-faq .card-body {
    padding: 30px 0px 30px 0px;
}

.card-body p {
    font-size: 20px;
    line-height: 29px;
    color: var(--cyan);
    font-family: "gelica-regular";
}

a.callus {
    text-align: center;
    color: var(--cyan);
    text-transform: capitalize;
    font-size: 30px;
    font-family: "gelica-med";
    display: block;
    margin: 70px auto 0 auto;
}

a.callus:hover {
    color: var(--cyan);
    text-decoration: underline;
}

.callus img {
    margin-right: 10px;
}

.wraper-accord {
    padding-bottom: 180px;
}

/* contact page */

.contact-main p {
    font-size: 28px;
    color: var(--cyan);
    font-family: "gelica-regular";
    width: 80%;
    margin: 12px auto 0 auto;
}

.contact-main-bg {
    padding: 50px 0px 100px 0px;
}

.form-wraper input {
    height: 67px;
    padding: 0px 25px;
    background: #FAFAFA;
    border-radius: 0px;
    border: none;
}

.form-wraper input,
.form-wraper input::placeholder,
.form-wraper textarea,
.form-wraper textarea::placeholder {
    color: var(--cyan) !important;
    font-size: 18px;
    font-family: "gelica-regular";
}

.form-wraper label {
    color: var(--cyan);
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "gelica-regular";
}

.form-wraper button {
    margin: 0 auto;
    margin-top: 100px;
}

.form-wraper button:focus,
.form-wraper button:active:focus {
    outline: none;
}

.form-wraper .form-group {
    margin: 40px 0px;
}

.form-wraper textarea:active:focus,
.form-wraper textarea:focus,
.form-wraper input:focus,
.form-wraper input:active:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background: #FAFAFA;
}

.form-wraper textarea {
    width: 100%;
    background: #FAFAFA;
    height: 280px;
    border-radius: 0px;
    border: none;
    resize: none;
    padding: 20px 25px;
}

.form-wraper {
    max-width: 710px;
    margin: 200px auto 0 auto;
}

.contact-help-img img {
    width: 100%;
}

.contact-help-img {
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto;
}

.section-help {
    width: 90%;
    margin: 0 auto;
}

.contact-help-box .btn-style {
    margin: 0 auto;
    font-weight: 800;
    font-size: 22px;
    background: transparent;
    color: var(--cyan);
    width: 100%;
    height: 60px;
    margin-top: 40px;
}

.contact-help-box .dropdown-item {
    font-size: 18px;
    background: transparent;
    color: var(--cyan);
    font-family: "gelica-regular";
    text-transform: capitalize;
}

.contact-help-box .dropdown-item a:hover {
    color: var(--cyan);
}

.contact-help-box .dropdown-toggle::after {
    content: none;
}

.contact-help-box .dropdown-menu {
    border: 2px solid var(--cyan);
    border-radius: 0px;
    width: 100%;
}

.phone-and-mail {
    padding-left: 50px;
    margin-top: 30px;
}

.contact-pink.faq-main h2 {
    text-transform: capitalize;
    line-height: initial;
}

.section-help .col-md-4 {
    padding: 0px 50px !important;
}

.mail {
    color: var(--cyan);
    font-size: 22px;
    font-family: "gelica-regular";
    margin-top: 18px;
    display: inline-block;
}

.mail:hover {
    text-decoration: underline;
    color: var(--cyan);
}

/* Find US page */

.contact-map iframe {
    width: 100%;
    /* height: 550px; */
    height: 100%;
}

.contact-map {
    height: 100%;
}

.shoe-store-box {
    display: flex;
    justify-content: space-between;
}

.shoe-content {
    width: 60%;
    padding-right: 10px;
}

.shoe-img {
    width: 40%;
}

.shoe-img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.shoe-content h2 {
    font-family: "gelica-med";
    font-size: 22px;
}

.shoe-content p {
    font-size: 16px;
    line-height: 18px;
    color: #BEBEBE;
    font-family: "gelica-regular";
}

.map-side-box-wraper {
    border: 1px solid #c8c8c8;
}

.shoe-store-box {
    padding: 15px 15px;
    border-bottom: 1px solid #c8c8c8;
}

.map-side-box-wraper .shoe-store-box:last-child {
    border-bottom: 0px;
}

.find-us-wraper {
    padding-bottom: 150px;
}

.find-us-form label,
.check-group h2 {
    font-family: "american-lemon-sans-regular";
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.find-us-form select {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
}

.find-us-form {
    border: 1px solid #c8c8c8;
    padding: 20px 20px;
}

.form-control:focus {
    box-shadow: none;
}

.check-group label {
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.check-group {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}

.find-us-map {
    margin-top: 20px;
}

.location-filer {
    display: flex;
}

.location-filer input {
    width: 80%;
}

.location-filer input,
.location-filer input::placeholder {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
}

.location-filer button {
    width: 20%;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    border: none;
    background: #6E78E3;
    color: #fff;
}

.search-form-btn {
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    border: none;
    background: #6E78E3;
    color: #fff;
    margin-top: 20px;
    height: 55px;
    width: 300px;
}

/* subscription */
.subscription-bg {
    background-image: url(/cdn/shop/files/subscription-bg.png?v=1648186626);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.subscription-bg .container {
    height: 960px;
    display: flex;
    align-items: center;
}

.subscription-content h1 {
    color: #fff;
    font-family: "american-lemon-sans-regular";
    font-size: 140px;
    line-height: 110px;
}

.subscription-content .btn-style {
    margin: 60px 0px 30px 0px;
}

.free-shipping {
    color: var(--cyan);
    font-family: "gelica-regular";
    font-size: 30px;
}

.order-box-wraper {
    width: 256px;
    height: 256px;
    color: #fff;
    background: var(--pink);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

.order-box-wraper p {
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    font-family: "gelica-regular";
    margin: 30px 0px;
}

.order-icons .row {
    margin-top: -140px;
}

.v-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.time-sub-content {
    color: var(--cyan);
}
.time-sub-content h2
{
  color: var(--cyan) !important;
}
.nn h2
{
  color: #fff !important;
}

.time-sub-content p {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "gelica-med";
    line-height: 25px;
}

.time-sub-content p span {
    text-transform: capitalize;
    font-family: "gelica-regular";
    font-size: 20px;
}

.time-sub-content h2 {
    font-size: 80px;
    font-family: "american-lemon-sans-regular";
    line-height: 72px;
    margin-bottom: 50px;
}

.time-sub-content .btn-style {
    margin-top: 50px;
}

.time-sub-img img {
    width: 100%;
}

.v-line {
    background: var(--cyan);
    height: 70px;
    width: 1px;
    margin: 20px auto;
      display: block !important;
}

.time-subscribe {
    padding: 150px 0px;
}

.subscribe-grid-wraper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 4px solid var(--cyan);
    margin-top: 50px;
}

.sub-grid h2 {
    font-size: 32px;
    line-height: 38px;
    font-family: "gelica-regular";
}

.sub-grid p {
    font-size: 18px;
    line-height: 24px;
    font-family: "gelica-regular";
    margin-top: 40px;
}

.sub-grid h2 img {
    display: inline-block;
}

.subscribe-grid-wraper .sub-grid:nth-child(odd) {
    background: var(--cyan);
    color: #fff;
}

.subscribe-grid-wraper .sub-grid:nth-child(even) {
    background: #fff;
    color: var(--cyan);
}

.subscribe-grid-wraper .sub-grid:first-child p {
    margin-top: 64px;
}

.sub-grid {
    padding: 40px 30px;
}

.pay-less {
    margin: 15px 0px;
}

.top-h {
    font-size: 90px;
    line-height: 87px;
    font-family: "american-lemon-sans-regular";
    color: var(--cyan);
    text-transform: uppercase;
}

.grey-sec {
    padding: 130px 0px;
    background: #FDFDFD;
}

.gift-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-text {
    background: var(--cyan);
}

.fields,
.select-freq {
    background: transparent;
    color: #fff;
    border: 4px solid #fff;
    padding: 13px 20px;
}

.subscribe-box {
/*     margin-top: 100px; */
}

.customize-content h2 {
    color: #fff;
    font-size: 80px;
    line-height: 70px;
    font-family: "american-lemon-sans-regular";
    text-transform: uppercase;
}

.customize-content {
    padding: 80px 40px;
}

.rating span {
    margin-left: 20px;
}

.rating {
    margin: 25px 0px 35px 0px;
    display: flex;
    align-items: center;
}

.font-sub {
    color: #fff;
    font-family: "gelica-regular";
    font-size: 18px;
}

.subscribe-freq-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.frequency {
    text-transform: uppercase;
    margin: 30px 0px 10px 0px;
}

.saving p:last-child,
.select-freq ul li {
    color: #fff;
    font-family: "gelica-regular";
    font-size: 18px;
}

.field-1 {
    text-transform: capitalize;
}

.select-freq ul {
    margin: 20px 0px 10px 20px;
}

.subscribe-box .row {
    margin-top: 100px;
}

/* counter */
.counter-main {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.counter-main .input-group {
    width: 136px;
    padding: 0px 3px;
    height: 78px;
    border: 4px solid var(--yellow);
    margin-right: 15px;
    width: 37%;
    justify-content: center;
}

.counter-main .btn-style {
    width: 63%;
    background: var(--yellow);
    color: #fff;
    height: 80px;
    font-size: 22px;
}

.counter-main input {
    border: none;
    max-width: 80px !important;
    text-align: center;
    font-size: 30px;
    height: 100%;
    color: #fff;
    background: transparent;
    font-family: "gelica-regular";
    padding: 0px;
}

.counter-main input:focus {
    box-shadow: none;
    outline: none;
    color: #fff;
    background: transparent;

}

.counter-main button {
    font-size: 35px;
    color: #fff !important;
    font-family: "gelica-regular";
    background: transparent;
}

.counter-main button:focus,
.counter-main button:active:focus {
    box-shadow: none;
}

/* counter end */
.coockie-amount {
    font-family: "gelica-regular";
    color: #fff;
    font-size: 14px;
    max-width: 37%;
    text-align: center;
    margin-top: 10px;
}

.cancel-link {
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.cancel-link:hover {
    color: #fff;
    text-decoration: underline;
}

.logo-item {
    width: 150px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo-slider-main {
    margin-top: 100px;
}

/* text shoot */
.text-shoot {
    background-image: url(/cdn/shop/files/shoot-subscribe.png?v=1648186626);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 130px 0px 250px 0px;
}

.text-shoot .time-sub-content {
    color: #fff;
}

.text-shoot .v-line {
    background: #fff;
}

.text-shoot .time-sub-img {
    width: 85%;
    margin-left: auto;
}

.question-answer {
    padding: 100px 0px;
}

.question-answer .accorion-faq .card-header button {
    padding: 15px 0px;
    font-size: 32px;
    text-align: left;
}

.question-answer .accorion-faq .card {
    padding: 0px 25px;
}

.question-answer .accorion-faq .card-header button i {
    font-size: 20px;
    width: 36px;
    height: 36px;
}

.question-answer .bs-example {
    margin: 100px 0px;
}

.question-answer .bs-example .row {
    width: 97%;
    margin: 0 auto;
}

.question-answer .btn-style {
    width: 450px;
    margin-bottom: 50px;
}


/* ingredients page */

.subscription-bg.ingredients-bg {
    background-image: url(/cdn/shop/files/ingredients-bg.png?v=1648186626);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.subscription-bg.ingredients-bg .container {
    height: 960px;
    display: flex;
    align-items: flex-start;
}

.ingredients-bg .subscription-content h1 {
 font-family: "american-lemon-sans-regular";
    font-size: 100px;
    line-height: 100px;
}

.ingredients-bg .subscription-content {
    margin-top: 120px;
}

.our-ingrad h2 {
    font-family: "american-lemon-sans-regular";
    font-size: 100px;
    color: var(--cyan);
    line-height: 90px;
}

.our-ingrad p {
    font-family: "gelica-regular";
    font-size: 26px;
    color: rgba(87, 197, 204, 0.5);
    line-height: 38px;
}

.our-ingredient {
    padding: 100px 0px;
}

.milk-buiscuit {
    width: 60%;
}

.milk-buiscuit img {
    width: 100%;
}

.milk-dip {
    background-image: url(/cdn/shop/files/white-milk.png?v=1648186626);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding: 200px 0px 70px 0px;
}

.competators {
    background: var(--purple);
    min-height: 900px;
    padding: 130px 0px 230px 0px;
}

.gram {
    font-family: "gelica-regular";
    color: #ECE3FF;
    font-size: 50px;
}

.gram-name {
    color: #ECE3FF;
    font-size: 32px;
    text-transform: capitalize;
    font-family: "ABeeZee-Regular";
}

.competator-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
}

.competator-box h2 {
    font-size: 60px;
    line-height: 58px;
    text-align: center;
    color: #ECE3FF;
    font-family: "gelica-med";
}

/* toll tip section */

.toll-tip-main {
    padding: 50px 0px;
}

.tolltip-wraper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.plus-img {
    position: absolute;
    cursor: pointer;
    width: 65px;
}

      
      
 .plus-img-1 {
    top: 35%;
    left: 30px;
}

.plus-img-2 {
    top: 35%;
    right: 30px;
}

.plus-img-3 {
    top: 50%;
    right: 30%;
}

.plus-img-4 {
    left: 200px;
    bottom: 20px;
} 



.n-ppost-name {
    top: 100%;
    left: 30%;
    margin-top: 10px;
    width: 40%;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    visibility: hidden;

    position: absolute;
    background: var(--cyan);
    color: #fff;
    padding: 60px 50px;
    width: 500px;
    height: auto;
    text-align: left;
    text-transform: capitalize;
    z-index: 1;
    margin-top: 50px;
}

.n-ppost:hover+.n-ppost-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.toltip-content h2 {
    font-size: 35px;
    font-family: "gelica-regular";
    margin-bottom: 25px;
}

.toltip-content p {
    font-size: 24px;
    line-height: 30px;
    font-family: "gelica-regular";
  text-transform:none!important;
}

 .plus-img-1 .n-ppost-name {
    left: 0px;
}

.plus-img-2 .n-ppost-name {
    left: -400px;
}

.plus-img-3 .n-ppost-name {
    left: -200px;
}

.plus-img-4 .n-ppost-name {
    left: -200px;
} 


.plus-img .n-ppost-name img {
    position: absolute;
    top: -23px;
}

 .plus-img-1 .n-ppost-name img {
    left: 10px;
}

.plus-img-2 .n-ppost-name img {
    right: 40px;
}

.plus-img-3 .n-ppost-name img {
    left: 47%;
    transform: translateX(-47%);
}

.plus-img-4 .n-ppost-name img {
    left: 47%;
    transform: translateX(-47%);
} 

/* tooltip- end */

/* product page */

.review-tabs {
    display: flex;
    align-items: center;
}

.review-tabs button {
    border: 4px solid var(--cyan);
    background: transparent;
    color: var(--cyan);
    text-transform: uppercase;
    width: 225px;
    height: 56px;
    text-align: center;
    border-radius: 0px;
    transition: 0.4s;
    font-family: "QuirkRegular";
    font-size: 20px;
    margin-left: 20px;
}

.review-tabs button:hover {
    background: var(--cyan);
    color: #fff;
}

.review-tabs button:focus {
    box-shadow: none;
    outline: none;
}

.review-tabs-wrap .font-sub {
    text-decoration: underline;
    color: var(--cyan);
    font-size: 30px;
    font-family: "gelica-regular";
}

.review-tabs-wrap .rating {
    align-items: flex-start;
}

.review-tabs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-review {
    border-top: 16px solid var(--purple);
    padding-bottom: 100px;
}

.review-tabs-wrap .rating {
    margin: 0px;
}

.review-tabs-wrap .rating span {
    margin-left: 30px;
}

.review-tabs-wrap {
    padding: 100px 0px;
    border-bottom: 2px solid rgba(87, 197, 204, 0.34);
}

.share-flex,
.chat-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-flex,
.chat-box h3 {
    margin-bottom: 20px;
}

.chat-flex h2 {
    font-size: 38px;
    color: var(--cyan);
    font-family: "gelica-regular";
}

.chat-flex .font-sub {
    font-size: 35px;
    color: var(--cyan);
    font-family: "gelica-regular";
    margin-right: 40px;
    padding-top: 10px;
}

.chat-flex .rating {
    margin: 0px;
    display: flex;
    align-items: center;
}

.chat-box {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(87, 197, 204, 0.34);
}

.chat-box h3 {
    font-size: 35px;
    color: var(--cyan);
    font-family: "gelica-regular";
    padding-left: 20px;
}

.chat-box p {
    font-size: 20px;
    color: var(--cyan);
    font-family: "gelica-regular";
}

.share-flex a {
    font-size: 25px;
    color: var(--cyan);
    font-family: "gelica-regular";
}

.share-flex a:hover {
    color: var(--cyan);
}

.share-flex img {
    margin-right: 20px;
}

.like-flex a:first-child {
    margin-right: 40px;
}

.share-flex {
    margin-top: 40px;
}


.toll-tip-main.product-tolltip {
    padding: 170px 0px 110px 0px;
}

.product-tolltip {
    background-image: url(/cdn/shop/files/high-quality-bg.png?v=1648186626);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding: 250px 0px 150px 0px;
}

.product-tolltip .btn-style {
    margin-top: 100px;
}

.chocolate-chip {
    background-image: url(/cdn/shop/files/chocolate-chip.png?v=1648186625);
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !imortant;
    padding: 200px 0px 250px 0px;
    color: #fff;
}

.chocolate-content h2 {
    font-size: 100px;
    line-height: 100px;
    font-family: "american-lemon-sans-regular";
    margin-bottom: 40px;
}

.chocolate-content p span {
    font-size: 30px;
}

.chocolate-content p {
    font-size: 25px;
    color: #fff;
    font-family: "gelica-regular";
}

.chocolate-img {
    text-align: right;
}

.product-tolltip .top-h {
    font-size: 92px;
    line-height: 0.8;
    margin-bottom: 50px;
}



/* radio buttons */

.form__radio-input {
    display: none;
}

.form__label-radio {
    cursor: pointer;
    position: relative;
    padding-left: 45px;
    color: var(--cyan);
    font-size: 22px;
    font-family: "gelica-regular";
}

.form__radio-button {
    height: 26px;
    width: 26px;
    border: 2px solid var(--cyan);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--cyan);
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

.radio-text-1 {
    display: flex;
    justify-content: space-between;
}

/* radio btns */
.product-cart-main .counter-main .btn-style {
    background: var(--cyan);
}

.product-cart-main .counter-main .input-group {
    border: 4px solid var(--cyan);
}

.product-cart-main .counter-main input,
.product-cart-main .counter-main button {
    color: var(--cyan) !important;
}

/* product page */
.p-title {
    font-family: "american-lemon-sans-regular";
    font-size: 100px;
    color: var(--cyan);
    line-height: 90px;
}

.chocolate-desc {
    color: var(--cyan);
    font-size: 30px;
    font-family: "gelica-regular";
    margin: 10px 0px 20px 0px;
}

.pro-detail-main .del-price {
    color: rgba(0, 0, 0, 0.25);
    font-size: 38px;
    font-family: "gelica-regular";
}

.pro-detail-main .new-price {
    color: var(--cyan);
    font-size: 38px;
    font-family: "gelica-regular";
}

.pro-detail-main .rating-star img {
    width: auto;
}

.pro-detail-main ul {
    margin-left: 30px;
}

.pro-detail-main .prices {
    margin: 25px 0px 25px 0px;
}

.pro-detail-main .coockie-amount {
    color: var(--cyan);
}

.counter-h,
.pro-detail-main ul,.pro-detail-main p {
    font-size: 24px;
    font-family: "gelica-regular";
    color: var(--cyan);
}

.pro-detail-main ul,.pro-detail-main p {
    font-size: 18px;

}

.counter-h {
    margin-bottom: 20px;
}

.flavour-box h4 {
    font-size: 16px;
    font-family: "gelica-regular";
    color: var(--cyan);
    margin-top: 15px;
}

.flavours {
    display: flex;
    justify-content: space-between;
}

.flavour-box {
    text-align: center;
}

.flavour-main {
    margin: 40px 0px;
}

.product-cart-main {
    padding-bottom: 100px;
}

      .flavour-img{
        height: 147px;
      }
.flavour-img img {
    width: 100%;
    height:100%;
  object-fit:contain;
}

.flavour-box {
    width: 180px;
}

.pro-detail-main {
    padding-left: 20px;
}

/* product poge silk slider */

.product-slider-wraper .slick-slide img {
    width: 100%;
}

.product-slider-wraper .slider-sale {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.product-slider-wraper .slider-nav .slick-slide img {
    width: 85%;
    margin: 0 auto;
}

.ProdRight {
    position: absolute;
    right: -4%;
    top: 42%;
    cursor: pointer;
    width: auto;
    z-index: 99;
}

.ProdLeft {
    position: absolute;
    left: -4%;
    top: 42%;
    cursor: pointer;
    width: auto;
    z-index: 99;
}

.slider-sale .discount-prod {
    width: 160px;
    font-size: 30px;
    height: 88px;
    top: 20px;
    right: 0px;
    display: flex;
}

.product-slider-wraper .slider-nav {
    margin-top: 40px;
}

/* about us */
section.floating-girl {
    position: relative;
}

section.floating-girl:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #00000024;
    position: absolute;
    z-index: 0;
    top: 0;
}
.floating-girl {
    padding: 130px 0px 30px 0px;
    background-image: url(/cdn/shop/files/girl-on-cloud.png?v=1648186626);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.floating-girl-content h2,
.floating-girl-content p {
    color: #fff;
}

.floating-girl-content p {
    width: 80%;
    margin-left:65px;
    font-size: 30px;
    font-family: "gelica-regular";
    line-height: inherit;
  	text-align:left!important;
}

.floating-girl-content h2 {
    font-size: 100px;
    line-height: 80px;
    font-family: "american-lemon-sans-regular";
    margin-bottom: 40px;
}

.floating-girl-content .btn-style {
    background: var(--pink);
    border: 2px solid var(--pink);
    color: #fff;
    margin-top: 50px;
}

.floating-girl-content .btn-style:hover {
    background: #fff;
    color: var(--pink);
}



.coconut-content ul li {
    font-size: 90px;
    line-height: 0.8;
    font-family: "american-lemon-sans-regular";
    margin: 15px 0px;
}

.coconut-penut {
    background: var(--pink);
    color: #fff;
    position: relative;
    padding: 85px 0px 85px 0px;
}

.coconut-penut img {
    position: absolute;
}

.coconut-penut .coconut-img {
    top: 8%;
    left: 0px;
    width: 450px;
}

.coconut-penut .penut-img {
    top: 20%;
    right: 0px;
    width: 300px;
}

.sleeping-angel {
    background: #78CBCE;
    color: #fff;
    position: relative;
    height: 1000px;
    padding: 100px 0px;
}
      .sleeping-angel h2{
      color: #fff;
      }

.sleeping-angel-main {
    position: absolute;
    right: 0px;
    top: 10%;
    width: 550px;
}

.sleeping-angel-cloud-1 {
    position: absolute;
    left: 20%;
    top: 0px;
    width: 320px;
}

.sleeping-angel-cloud-2 {
    position: absolute;
    right: 30%;
    bottom: 70px;
    width: 290px;
}

.sleeping-content h2,
.be-good h2 {
    font-size: 100px;
    line-height: 1;
    font-family: "american-lemon-sans-regular";
}

.sleeping-content {
    width: fit-content;
    margin-top: 100px;
}

body.sleeping-content {
    overflow-x: hidden;
}

.sleeping-angel .container {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.stars-1,
.stars-2,
.stars-3,
.star-good-1,
.star-good-3,
.star-good-4 {
    position: absolute;
    width: 45px;
}

.stars-1 {
    left: 0px;
    top: 110px;
}

.stars-2 {
    top: 0px;
    right: 300px;
}

.stars-3 {
    bottom: 0px;
    left: 300px;
}

.big-devil-sec {
    background: #F3AE4B;
    color: #fff;
    position: relative;
    height: 920px;
    padding: 100px 0px;
}
      .big-devil-sec h2{
      color: #fff;
      }

.big-devil-sec .container-resp {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
}

.big-devel-rock,
.big-devel {
    position: absolute;
}

.big-devel {
    left: 0px;
    bottom: 0px;
    width: 650px;
}

.big-devel-rock {
    bottom: 0px;
    right: 13%;
    width: 700px;
}

.big-devil-sec .sleeping-content {
    margin-top: 0px;
}

/* cookie-hand */
.cookie-hand {
    height: 920px;
    background-image: url(/cdn/shop/files/about-bg-2.png?v=1648186625);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    color: var(--pink);
}
      .cookie-hand h2{
      color: var(--pink);
      }

.cookie-hand .container-resp {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.hand-right,
.hand-left {
    position: absolute;
}

.hand-left {
    left: 0px;
    top: 30%;
}

.hand-right {
    right: 0px;
    width: 600px;
}

/* be good section */
.be-good {
    position: relative;
}

.be-good-left {
    background: #F3AE4B;
    position: relative;
    height: 1050px;
    display: flex;
    align-items: center;
}

.be-good-right {
    background: #78CBCE;
    position: relative;
}

.be-good-left .rock-fix {
    width: 100%;
}

.small-devel,
.custom-rocks {
    position: absolute;
}

.small-devel {
    left: 10%;
    bottom: 12%;
    width: 325px;
}

.custom-rocks {
    right: -115px;
    bottom: 8%;
    width: 405px;
    z-index: 1;
}

.be-good-left-cloud {
    position: absolute;
    top: 0px;
    right: -120px;
    z-index: 1;
    width: 375px;
}

.be-good h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: fit-content;
}

/* be good right */
.be-good-right {
    position: relative;
}

.right-good-1,
.right-good-2,
.right-good-3,
.star-good-1,
.star-good-2,
.star-good-3,
.star-good-4,
.star-good-5,
.star-good-6 {
    position: absolute;
}

.right-good-1 {
    top: 18%;
    right: 20%;
    width: 420px;
}

.right-good-2 {
    bottom: 10%;
    right: 16%;
    width: 400px;
}

.right-good-3 {
    bottom: 0px;
    left: -60px;
    width: 210px;
}

.star-good-1 {
    top: 90px;
    right: 60%;
}

.star-good-2 {
    top: 11%;
    right: 25%;
    width: 30px;
}

.star-good-3 {
    top: 30%;
    right: 20px;
}

.star-good-4 {
    bottom: 15%;
    right: 20%;
}

.star-good-5 {
    width: 30px;
    left: 20%;
    bottom: 35%;
}

.star-good-6 {
    width: 30px;
    left: 15%;
    bottom: 15%;
}


/* review slider */

/* review slider css */

.section-padding {
    width: 1170px;
    margin: 0 auto;
    padding: 80px 0;
}

/* .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 50px 0;
} */

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

/* review slider css end */

.review-section .owl-carousel .owl-nav.disabled {
    display: block;
}

.review-box {
    background: #fff;
    border-radius: 15px;
    /* filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.08)); */
    display: flex;
    align-items: center;
    position: relative;
}

.review-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: var(--cyan) !important;
}

.review-stars img {
    box-shadow: none !important;
}

.gtco-testimonials .active.center {
    z-index: 1;
}

.gtco-testimonials .active.center>div {
    position: absolute;
    /* left: -60px; */
    left: -90px;
}


/* none center */
.gtco-testimonials .active .review-box h2 {
    text-transform: uppercase;
    font-family: "gelica-med";
    margin-top: 30px;
    letter-spacing: 2.0px;
    font-size: 16px;
    color: var(--cyan);
}

.gtco-testimonials .active .review-box p {
    line-height: 20px;
    font-family: "work-sans-regular";
    margin: 20px 0px 10px 0px;
    color: var(--cyan);
    font-size: 16px;
}

.gtco-testimonials .active .review-box .name {
    font-size: 16px;
}

.gtco-testimonials .active .review-stars img {
    box-shadow: none !important;
    width: 100px !important;
}

.gtco-testimonials .active .review-box {
    width: 365px;
    height: 275px;
    margin: 0 auto;
    opacity: 0.5;
}

.gtco-testimonials .active .owl-slider-steps {
    display: flex;
    align-items: center;
}


/* center */
.gtco-testimonials .active.center .review-box {
    width: 460px;
    box-shadow: none;
    height: 380px;
}

.gtco-testimonials .active.center .review-box h2 {
    font-size: 40px;
    color: var(--cyan);
    text-transform: uppercase;
    font-family: "gelica-med";
    margin-top: 30px;
    letter-spacing: 3.1px;
}

.gtco-testimonials .active.center .review-box p,
.name {
    line-height: 30px;
    color: var(--cyan);
    margin: 15px 0px 20px 0px;
    font-family: "gelica-regular";
    font-size: 20px;
}

.gtco-testimonials .active.center .review-box .name {
    font-size: 20px;
}

.gtco-testimonials .active.center .review-stars img {
    box-shadow: none !important;
    width: 140px !important;
}

.gtco-testimonials .active .review-img img {
    margin-left: -50%;
    width: 130%;
}

/* other slider css */

/* slider */

.gtco-testimonials {
    position: relative;
}

.gtco-testimonials .card {
    border: 0;
    padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
    display: block;
}

.gtco-testimonials .active,
.gtco-testimonials .owl-item {
    opacity: 1;
    transition: all 0.3s;
}

.review-slider .owl-carousel .owl-item img {
    width: 100px;
}

.gtco-testimonials .center {
    opacity: 1;
    padding: 0px 0px;
}

/* video */
.gtco-testimonials .active>div,
.gtco-testimonials .active .owl-slider-steps,
.gtco-testimonials .owl-item>div,
.gtco-testimonials .owl-item .owl-slider-steps,
.gtco-testimonials .cloned>div,
.gtco-testimonials .cloned .owl-slider-steps {
    height: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}

.owl-slider-steps {
    display: flex;
    align-items: center;
}

.section-owl-slider .owl-item {
    height: 440px;
}

.section-owl-slider .owl-nav {
    position: absolute;
    width: 116%;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
}

/* other slider css */

.review-section {
    position: relative;
}

.review-1,
.review-2,
.review-3 {
    position: absolute;
}

.review-1 {
    top: -50px;
    left: 0px;
}

.review-2 {
    top: 150px;
    right: 0px;
}

.review-3 {
    bottom: 50px;
    left: 0px;
}

.owl-container {
    width: 1100px !important;
    margin: 0 auto;
    max-width: 1100px !important;
}

.gtco-testimonials .active.center .review-box {
    margin-left: 40px !important;
    opacity: 1;
}

.review-stars img {
    margin: 0 auto;
}

/* review-slider end */

.know-good-img img {
    width: 100%;
}

.know-good-h h2 {
    font-size: 80px;
    line-height: 80px;
    font-family: "american-lemon-sans-regular";
    color: var(--cyan);
    text-transform: uppercase;
}

.know-good-h img {
    width: 480px;
}

.know-good {
    padding-bottom: 150px;
}

.know-good .row {
    margin-top: 80px;
}

.home-bg-main {
    background-image: url(/cdn/shop/files/home-big-2.png?v=1648186626);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px;
}

.home-biscuit {
    width: 60%;
    margin: 0 auto;
}

.home-biscuit img {
    width: 100%;
}

@media screen and (min-width: 990px) {
    .home-biscuit {
        width: 48%;
    }
}

.h-cloud-r {
    position: absolute;
    right: 0px;
/*     top: 15%;     */
  top: 25%;
  width: 300px;
}

.h-cloud-l {
    position: absolute;
    left: 0px;
    top: 48%;
    width: 300px;
}

.home-logo-slider .logo-item {
    width: 170px;
    height: 200px;
}

.home-logo-slider {
    margin: 100px 0px 80px 0px;
}

.home-logo-btn {
    text-align: center;
}

.home-yellow-bg {
    background-image: url(/cdn/shop/files/home-orange-bottom.png?v=1648186626);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0px 200px 0px;
    color: #fff;
}

.home-orange-top {
    background-image: url(/cdn/shop/files/orange-top.png?v=1648186626);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100px;
    margin-bottom: -2px;
}

.number-heading {
    font-size: 250px;
    line-height: 120px;
    font-family: "american-lemon-sans-regular";
    text-transform: uppercase;
}

.number-content {
    font-family: "american-lemon-sans-regular";
    font-size: 55px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
}

.orange-c-width {
    max-width: 880px;
    margin: 0 auto;
}

.home-yellow-bg p {
    margin: 60px 0px;
    font-size: 30px;
    font-family: "gelica-regular";
    line-height: inherit;
    text-align: center;
}

.home-yellow-bg p.desc-large {
    font-family: "american-lemon-sans-regular";
    /* color: var(--purple); */
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
}
.home-yellow-bg p.desc-large em {
    font-size: 50px;
    font-style: normal;
}
.home-yellow-bg .desc-avg {
    margin-top: 15px;
    margin-bottom: 40px;
}

.nutri-row {
    display: flex;
    justify-content: space-between;
    font-family: "QuirkRegular";
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
}

.white-zigzag.first {
    margin-top: 0;
}

.nutri-row li {
    position: relative;
}

.nutri-row li::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -10%;
}
.nutri-row li:nth-child(5)::after {
    display: none;
}
.nutri-row.nutri-row-3 li:last-child:after {
    display: none;
}

.nutri-row.nutri-row-2 {
    color: #F5F5DC;
}
.nutri-row.nutri-row-2,
.nutri-row.nutri-row-3 {
    font-size: 26px;
}

/* .nutri-row.nutri-row-3 li:after {
    background-color: #57C4CB;
} */

.nutri-row li {
    /* width: 120px; */
    width: calc(19% - 1.6rem);
    text-align: center;
}

.nutri-row li:first-child {
    width: 270px;
    text-align: center;
}

.nutri-row.nutri-row-3 {
    font-size: 36px;
    color: var(--purple);
    /* color: #57C4CB; */
}

.white-zigzag {
    width: 96%;
    margin: 20px 0px;
}

.nutri-row-1 {
    margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
    .nutri-row li::after {
        /* display: none; */
    }
    .home-yellow-bg .desc-avg {
        margin-bottom: 30px;
    }
}

/* popups css start */
.modal-dialog {
    max-width: 80%;
}

.popup-img img {
    width: 100%;
}

.pop-up-center {
    display: flex;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.pop-center {
    position: relative;
}

/* .popups-main {
    min-height: 900px;
} */

.popups-main .pop-center .close {
    opacity: 1 !important;
    margin: 30px 30px 0px 0px;
    position: absolute;
    right: 10px;
}

.popups-main .pop-center .close img {
    width: 35px;
}

.popup-content h2 {
    font-size: 30px;
    font-family: "gelica-med";
    color: var(--cyan) !important;
    margin-bottom: 10px;
}

.popup-content p {
    font-family: "gelica-regular";
    font-size: 25px;
    color: var(--cyan) !important;
}

.popup-content .btn-submit {
    font-family: "gelica-regular";
    font-size: 30px;
    color: #fff;
    background: var(--cyan);
    border: none;
    height: 65px !important;
    border-radius: 0px;
    width: 100%;
}

.popup-content input {
    background: #E5E5E5;
    border: 1px solid rgba(0, 0, 0, 0.71);
    height: 65px !important;
    margin: 30px 0px 40px 0px !important;
    border-radius: 0px !important;
    padding: 0px 30px;
}

.popup-content input,
.popup-content input::placeholder {
    color: rgba(0, 0, 0, 0.31);
    font-family: "gelica-regular";
    font-size: 25px;
}

.popup-content input::placeholder {
    text-transform: uppercase;
}

.popup-content input:focus,
.popup-content input:active:focus {
    outline: none;
    box-shadow: none;
}

.popup-content input:focus {
    background: #E5E5E5;
    border: 1px solid rgba(0, 0, 0, 0.71);
}

.modal-content {
    box-shadow: 4px 24px 67px rgb(4 47 66 / 13%);
    border-radius: 15px;
}

.popup-img img {
    border-radius: 15px;
}

/* popup 2 */
.fifteen-off {
    font-size: 160px;
    color: #F48799;
    font-family: "american-lemon-sans-regular";
    line-height: 130px;
}

.popup-content h4 {
    color: var(--purple);
    font-family: "american-lemon-sans-regular";
    font-size: 55px;
    margin: 15px 0px;
}

.fifteen-input {
    position: relative;
}

.fifteen-input {
    margin: 30px 0px 40px 0px !important;
}

.fifteen-input input {
    margin: 0px !important;
}

.popup-content .btn-submit.btn-arrow {
    border: none;
    height: inherit !important;
    border-radius: 0px;
    width: fit-content;
    background: transparent;
    padding: 0px;
    height: fit-content !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 5px;
}

.popup-content .btn-submit.btn-arrow:focus {
    box-shadow: none;
}

.save-popup .pop-up-center {
    justify-content: center;
    padding: 200px 0px 50px 0px;
}

.save-15 {
    font-size: 100px;
    font-family: "gelica-med";
    color: var(--pink);
    text-align: center;
    line-height: 60px;
    margin: 10px 0px 20px 0px;
}

.save-15 span {
    font-size: 45px;
    font-family: "gelica-med";
    color: var(--pink);
}

/* popups css end */


/* ==========  video setting ===========  */

.video-main video {
    width: 100%;
}


/* oats css */

      
      .plus-img-5 {
        
    top: 80%;
    right: 60px;

      }
      
      
       .plus-img-5 .n-ppost-name{
       
       left: -320px;
       }
      
        .plus-img-5 .n-ppost-name img {
    		right: 120px;
      }
      








/* responsive */

@media only screen and (min-width: 1680px) {

    .nav-t-breadcrumb p,
    .nav-item a {
        font-size: 36px;
    }

    .form-footer h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .footer-box ul li h2 {
        font-size: 40px;
    }

    .footer-bread-crumb p {
        font-size: 20px;
    }

    /* recipies page */
    .recipies .container {
        height: 880px;
    }

    .recipe-bg-content h2 {
        font-size: 165px;
        margin: 50px 0px;
        line-height: 120px;
    }

    .subscription-content h1 {
        font-size: 165px;
        line-height: 120px;
    }

    .recipe-grid-main .col-md-4 {
        padding: 0px 60px !important;
    }

    .recipe-box h2 {
        font-size: 60px;
        line-height: 47px;
        margin: 40px 0px;
    }

    .recipe-gird-wrap {
        padding: 100px 0px;
    }

    /* life style page */
    .life-style .container {
        height: 850px;
    }

    .lifestyle-content h1,
    .press-main h1 {
        font-size: 100px;
        line-height: 1;
    }

    /* career */
    .career-bg {
        height: 850px;
    }

    .future-content h2 {
        font-size: 196px;
        line-height: 150px;
    }

    .future-content {
        margin: 200px auto 70px auto;
    }

    .do-good h2 {
        font-size: 140px;
        line-height: 100px;
        margin-bottom: 60px;
    }

    .career-vid {
        padding: 350px 0px 150px 0px;
    }

    .do-good p {
        width: 75%;
    }

    .build-future {
        padding: 100px 0px 50px 0px;
    }

    .collection-grid .pager-wraper {
        margin-top: 0px;
    }

    .collection-bg h2 {
        font-size: 100px;
        line-height: 1;
    }

    .recipe-box.collection-box p {
        width: 80%;
        margin: 0 auto 20px auto;
    }

    .discount-prod {
        right: 50px;
    }

    /* faq */
    .accorion-faq .card-header button {
        font-size: 36px;
    }

    .card-body p {
        font-size: 24px;
        line-height: 34px;
    }

    .accorion-faq .card-header button i {
        font-size: 30px;
        width: 45px;
        height: 45px;
    }

    /* contact us */
    .contact-main p {
        font-size: 36px;
        margin: 15px auto 0 auto;
    }

    .section-help .col-md-4 {
        padding: 0px 60px !important;
    }

    .contact-help-box .btn-style {
        font-size: 30px;
        width: 100%;
        height: 80px;
        margin-top: 60px;
    }

    .contact-help-img {
        margin: 0 auto 40px auto;
    }

    /* subscription page */
    .subscription-bg .container {
        height: 1070px;
    }

    .time-sub-content h2 {
        font-size: 90px;
        line-height: 72px;
    }

    .time-sub-content p {
        font-size: 30px;
        line-height: 30px;
        width: 75%;
        margin: 0 auto;
    }

    .sub-grid {
        padding: 50px;
    }

    .sub-grid p {
        font-size: 20px;
        line-height: 24px;
    }

    .top-h {
        font-size: 90px;
        line-height: 87px;
    }

    .customize-content h2 {
        font-size: 90px;
        line-height: 65px;
    }

    .sub-grid h2 {
        font-size: 36px;
        line-height: 38px;
    }

    .customize-content {
        padding: 80px 40px;
    }

    .font-sub {
        font-size: 25px;
    }

    .saving p:last-child,
    .select-freq ul li {
        font-size: 20px;
    }

    .counter-main .btn-style {
        font-size: 27px;
    }

    .counter-main input {
        font-size: 32px;
    }

    .counter-main .input-group,
    .coockie-amount {
        width: 30%;
    }

    .counter-main .btn-style {
        width: 70%;
    }

    .text-shoot {
        padding: 150px 0px 270px 0px;
    }

    .question-answer .accorion-faq .card-header button {
        font-size: 36px;
    }

    .question-answer {
        padding: 140px 0px;
    }

    .question-answer .bs-example .col-md-6 {
        padding: 0px 40px !important;
    }

    .question-answer .bs-example .row {
        width: 90%;
        margin: 0 auto;
    }

    .subscription-bg.ingredients-bg .container {
        height: 1270px;
    }

    .ingredients-bg .subscription-content h1 {
        font-size: 125px;
        line-height: 120px;
    }

    .our-ingrad h2 {
        font-size: 125px;
        line-height: 120px;
    }

    .our-ingredient {
        padding: 130px 0px;
    }

    .our-ingrad p {
        font-size: 40px;
        line-height: inherit;
    }

    .our-ingrad p {
        font-size: 40px;
        line-height: inherit;
    }

    .our-ingrad h2 {
        font-size: 125px;
        line-height: 120px;
    }

    .gram {
        font-size: 50px;
    }

    .gram-name {
        font-size: 32px;
    }

    /* product page */

    .review-tabs button {
        width: 285px;
        height: 66px;
        font-size: 25px;
        margin-left: 30px;
    }

    .chocolate-content h2,
    .product-tolltip .top-h {
        font-size: 120px;
        line-height: 129px;
    }

    .floating-girl-content h2,
    .coconut-content ul li,
    .sleeping-content h2,
    .be-good h2 {
        font-size: 100px;
        /* line-height: 110px; */
    }
  
  .sleeping-content p
  {
  	width:50%;
    margin:10px auto;
    font-size:32px;
    font-family: 'gelica-med';
  }

    /* product page */
    .pro-detail-main {
        padding-left: 10%;
    }

    .product-cart-main {
        padding-bottom: 150px;
    }

    .flavour-img img {
        width: 100%;
    }

    .flavour-box h4 {
        font-size: 28px;
        margin-top: 20px;
    }

    .flavour-box {
        text-align: center;
        width: 100%;
    }

    .p-title {
        font-size: 100px;
        line-height: 80px;
    }

    .chocolate-desc {
        font-size: 38px;
        margin: 20px 0px 30px 0px;
    }

    .pro-detail-main .rating-star img {
        width: 200px;
    }

    .pro-detail-main .new-price,
    .pro-detail-main .del-price {
        font-size: 50px;
    }

    .counter-h,
    .pro-detail-main ul,.pro-detail-main p {
        font-size: 24px;
    }

    .flavour-main {
        margin: 50px 0px 40px 0px;
    }

    .form__label-radio {
        font-size: 30px;
    }

    .form__radio-button {
        top: 8px;
    }

    .slider-sale .discount-prod {
        width: 207px;
        font-size: 40px;
        height: 118px;
    }

    /* about page */
    .floating-girl-content p {
        font-size: 36px;
        line-height: inherit;
    }

    .floating-girl {
        padding: 170px 0px 30px 0px;
    }

    .coconut-penut .coconut-img {
        width: 500px;
    }

    .coconut-penut .penut-img {
        width: 340px;
    }

    .sleeping-angel {
        height: 1400px;
        padding: 200px 0px 100px 0px;
    }

    .sleeping-angel-cloud-1 {
        width: 540px;
    }

    .sleeping-angel-cloud-2 {
        width: 375px;
    }

    .sleeping-angel-main {
        width: 700px;
    }

    .stars-1,
    .stars-2,
    .stars-3,
    .star-good-1,
    .star-good-3,
    .star-good-4 {
        width: 65px;
    }

    /* devel section about page*/
    .big-devil-sec {
        height: 1240px;
    }

    .cookie-hand {
        height: 1100px;
    }

    .big-devel {
        width: 900px;
    }

    .big-devel-rock {
        width: 800px;
    }

    .hand-right,
    .hand-left {
        width: auto;
    }

    /* good feel section */
    .small-devel {
        left: 8%;
        bottom: 6%;
        width: 485px;
    }

    .custom-rocks {
        right: -115px;
        bottom: 7%;
        width: 470px;
    }

    .be-good-left {
        height: 1250px;
    }

    /* be good right */
    .right-good-1 {
        top: 16%;
        right: 20%;
        width: 520px;
    }

    .be-good-left-cloud {
        width: 445px;
        right: -200px;
    }

    .right-good-2 {
        bottom: 10%;
        right: 20%;
        width: 500px;
    }

    .right-good-3 {
        bottom: 0px;
        left: -80px;
        width: 250px;
    }

    .h-cloud-r,
    .h-cloud-l {
        width: auto;
    }

    /* popups start */

    .popup-content h2 {
        font-size: 40px;
    }

    .popup-content input {
        margin: 50px 0px 50px 0px !important;
    }

    .fifteen-off {
        font-size: 180px;
        line-height: 150px;
    }

    /* popups end */
}

@media only screen and (min-width: 1920px) {

    .flavour-box {
        width: 220px;
    }

    .container-resp {
        max-width: 1670px;
    }

    .sub-grid h2 {
        font-size: 40px;
        line-height: 38px;
    }

    .our-ingrad p {
        font-size: 40px;
        line-height: inherit;
    }

    /* about page */
    .floating-girl-content p {
        font-size: 40px;
        line-height: inherit;
    }

    .coconut-penut .coconut-img {
        width: 600px;
    }

    .coconut-penut .penut-img {
        width: 412px;
    }

    .sleeping-angel-main {
        width: 870px;
    }

    .sleeping-angel {
        height: 1550px;
    }

    .big-devil-sec {
        height: 1400px;
    }

    .cookie-hand {
        height: 1100px;
    }

    .big-devel {
        width: auto;
    }

    .big-devel-rock {
        width: auto;
    }

    .big-devil-sec .sleeping-content {
        margin: 0px 0px 220px 0px;
    }

    .custom-rocks {
        width: 560px;
        right: -135px;
    }

    .be-good-left {
        height: 1400px;
    }

    /* pop ups */
    .modal-dialog {
        max-width: 1600px;
    }
}

@media only screen and (min-width: 1970px) {

    .life-style .container,
    .career-bg {
        min-height: 1190px;
    }

    /* career */
    .build-future {
        margin-top: -270px;
        padding-bottom: 0px;
    }

    .future-content {
        margin: 300px auto 110px auto;
    }

    .milk-dip {
        margin-top: -200px;
        padding: 300px 0px 70px 0px;
    }
}

/* max-media quries */

@media only screen and (max-width: 1365px) {

    /* recipe page */
    .pager-wraper {
        margin-top: 20px;
    }

    .recipe-gird-wrap {
        padding: 60px 0px;
    }

    .recipe-bg-content p {
        margin: 60px auto;
        max-width: 80%;
    }

    .recipe-box h2 {
        font-size: 36px;
        line-height: 34px;
        margin: 20px 0px;
    }

    .recipies .container {
        padding: 100px 0px;
        height: auto;
    }

    .recipe-bg-content h2 {
        font-size: 100px;
        line-height: 75px;
    }

    .recipe-bg-content p {
        margin: 40px auto;
    }

    .find-us-section h2 {
        font-size: 80px;
    }

    .zip-code {
        font-size: 40px;
        padding-left: 30px;
        margin-left: 40px;
    }

    .zip-code img {
        margin-left: 20px;
    }

    .form-footer h2 br {
        display: none;
    }

    .f-logo img {
        width: 150px;
    }

    .f-icon img {
        width: 50px;
    }


    .container-resp {
        max-width: 95%;
    }

    .footer-box ul li {
        line-break: anywhere;
    }

    /* life style */
    .lifestyle-content h1 {
        font-size: 100px;
        margin-bottom: 30px;
    }

    .press-main h1 {
        font-size: 100px;
    }

    .life-style .container {
        height: 620px;
    }

    .lifestyle-content {
        margin-bottom: 90px;
    }

    /* press page */
    .press-main {
        padding: 70px 0px;
    }

    /* career */
    .career-bg {
        height: 650px;
    }

    .build-future {
        margin-top: -180px;
        padding: 50px 0px;
    }

    .future-content h2 {
        font-size: 130px;
    }

    .future-content p {
        font-size: 25px;
        line-height: 38px;
        margin: 70px 0px 90px 0px;
        margin: 50px 0px;
    }

    .do-good h2 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 30px;
    }

    .career-vid {
        padding: 200px 0px 70px 0px;
    }

    .video-main {
        margin: 100px 0px 40px 0px;
    }

    .do-good p {
        font-size: 25px;
        line-height: 38px;
    }

    /* collection page */
    .collection-bg h2 {
        font-size: 100px;
        line-height: 1;
    }

    .collection-bg p {
        font-size: 26px;
        line-height: 29px;
    }

    .top-links {
        margin-top: 0px;
        padding: 15px 0px;
    }

    /* contact us */
    .section-help .col-md-4 {
        padding: 0px 30px !important;
    }

    .form-wraper {
        margin: 150px auto 0 auto;
    }

    .form-wraper button {
        margin-top: 60px;
    }

    .contact-help-img {
        max-width: 260px;
        max-height: 260px;
    }

    /* subscription page */
    .subscription-content h1 {
        font-size: 100px;
        line-height: 80px;
    }

    .subscription-bg .container {
        height: 800px;
    }

    .free-shipping {
        font-size: 24px;
    }

    .subscription-content .btn-style {
        margin: 60px 0px 10px 0px;
    }

    .order-box-wraper {
        width: 200px;
        height: 200px;
    }

    .order-box-wraper p {
        font-size: 20px;
        margin: 10px 0px 20px 0px;
    }

    .order-box-wraper p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0px 20px 0px;
    }

    .time-subscribe {
        padding: 100px 0px;
    }

    .time-sub-content h2 {
        font-size: 70px;
        line-height: 65px;
    }

    .time-sub-content p {
        padding: 0px 20px;
    }

    .grey-sec {
        padding: 100px 0px 70px 0px;
    }

    .top-h {
        font-size: 80px;
        line-height: 70px;
    }

    .sub-grid h2 {
        font-size: 26px;
    }

    .subscribe-box .row {
        margin-top: 70px;
    }

    .customize-content {
        padding: 80px 20px;
    }

    .customize-content h2 {
        font-size: 70px;
        line-height: 60px;
    }

    .counter-main .input-group {
        height: 72px;
    }

    .counter-main .btn-style {
        height: 74px;
    }

    .v-line {
        height: 40px;
    }

    .logo-slider-main {
        margin-top: 70px;
    }

    .question-answer .bs-example .row {
        width: 100%;
    }

    .question-answer .accorion-faq .card {
        padding: 0px 15px;
    }

    .question-answer .bs-example {
        margin: 100px 0px 50px 0px;
    }

    .question-answer .btn-style {
        margin-bottom: 0px;
    }

    /* ingredients */
    .subscription-bg.ingredients-bg .container {
        height: 820px;
    }

    .ingredients-bg .subscription-content h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .our-ingrad h2 {
        font-size: 90px;
        line-height: 80px;
    }

    .our-ingrad p {
        font-size: 24px;
        line-height: 34px;
    }

    .tolltip-wraper .img-main {
        width: 100%;
    }

    .toll-tip-main {
        padding: 0px 0px 50px 0px;
    }

    .competators {
        min-height: 820px;
    }

    .milk-dip {
        padding: 140px 0px 70px 0px;
    }

    /* product page */
    .flavour-box {
        width: 165px;
    }

    .chocolate-content h2 {
        font-size: 90px;
        line-height: 80px;
    }

    .chocolate-content p {
        font-size: 23px;
    }

    .chocolate-chip {
        padding: 170px 0px 230px 0px;
    }

    .toll-tip-main.product-tolltip {
        padding: 160px 0px 130px 0px;
    }

    .chat-review .pager-wraper {
        margin-top: 70px;
    }

    .review-tabs button {
        width: 200px;
        height: 56px;
        font-size: 17px;
    }

    .review-tabs-wrap {
        padding: 100px 0px 70px 0px;
    }

    /* about page */
    .be-good-left-cloud {
        right: -100px;
        width: 250px;
    }

    .right-good-1 {
        width: 350px;
    }

    .be-good-left .rock-fix {
        margin-bottom: 100px;
    }

    .be-good-left {
        height: 920px;
    }

    .custom-rocks {
        bottom: 10%;
    }

    .small-devel {
        left: 4%;
        bottom: 10%;
        width: 325px;
    }

    .be-good-left-cloud {
        top: 20px;
    }

    .right-good-2 {
        width: 350px;
    }

    .cookie-hand {
        height: 700px;
    }

    .hand-right {
        width: 440px;
    }

    .hand-left {
        width: 300px;
    }

    .big-devel {
        width: 500px;
    }

    .big-devil-sec {
        height: 700px;
    }

    .big-devel-rock {
        right: 20%;
        width: 500px;
    }

    .sleeping-angel-main {
        width: 450px;
        top: 20%;
    }

    .sleeping-angel-cloud-2 {
        right: 20%;
    }

    .sleeping-angel {
        height: 900px;
    }

    .coconut-penut .coconut-img {
        width: 350px;
    }

    .coconut-penut {
        padding: 100px 0px;
    }

    .coconut-penut .penut-img {
        width: 250px;
    }

    .floating-girl {
        padding: 100px 0px 30px 0px;
    }

    .flying-girl {
        padding-top: 0px;
    }

    /* home */
    .section-owl-slider .owl-nav {
        width: 104%;
        left: -2%;
    }

    .home-yellow-bg {
        padding: 70px 0px 170px 0px;
    }

    .know-good {
        padding-bottom: 100px;
    }

    /* popups */
    .popup-content p {
        font-size: 20px;
    }

    .popup-content input {
        margin: 20px 0px !important;
    }

    .popup-content h2 {
        font-size: 27px;
    }

    /* pop up 2 */
    .fifteen-off {
        font-size: 130px;
        line-height: 80px;
    }

    .popup-content h4 {
        font-size: 45px;
        margin: 20px 0px 10px 0px;
    }

    /* pop up 2 */
    .fifteen-off {
        margin-top: 50px;
    }

    .save-popup .pop-up-center {
        padding: 160px 0px 50px 0px;
    }

    .save-15 {
        font-size: 90px;
        line-height: 55px;
    }

    .save-15 span {
        font-size: 40px;
    }

    /* popups end */
  
  .plus-img-5 .n-ppost-name {
    left: -400px;
}
  
  .plus-img-5 .n-ppost-name img {
    right: 40px;
}
}

@media only screen and (max-width: 1199px) {

    /* life style */
    .top-p {
        padding-top: 80px;
    }

    .recipe-box p {
        font-size: 18px;
    }

    .top-p p {
        font-size: 20px;
    }

    .life-style .container {
        height: 550px;
    }

    /* press page */
    .press-main h1 {
        font-size: 85px;
        line-height: 1;
    }

    /* career */
    .career-bg {
        height: 550px;
    }

    .build-future {
        margin-top: -180px;
        padding: 20px 0px;
    }

    /* collection page */
    .collection-grid .recipe-grid-main .col-md-4 {
        padding: 0px 15px !important;
    }

    .collection-box .recipe-img {
        width: 100%;
        margin: 0 auto;
        height: 308px;
    }

    .discount-prod {
        top: 0px;
        right: 0px;
        width: 78px;
        height: 36px;
    }

    /* faq */
    .accorion-faq .card {
        padding-inline: 20px;
    }

    .accorion-faq .card-header button {
        padding: 12px 0px;
        font-size: 28px;
    }

    .accorion-faq .card-header button i {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .accorion-faq .card-body {
        padding-block: 20px;
    }

    .card-body p {
        font-size: 18px;
    }

    .accorion-faq .card {
        margin-bottom: 16px;
    }

    /* contact us */

    .form-wraper {
        max-width: 80%;
        margin: 150px auto 0 auto;
    }

    .contact-help-box .btn-style {
        font-size: 17px;
        height: 60px;
    }

    .form-wraper {
        max-width: 80%;
        margin: 100px auto 0 auto;
    }

    .contact-main-bg {
        padding: 60px 0px 200px 0px;
    }

    .mail {
        margin-top: 18px;
    }

    /* find us */
    .shoe-content h2 {
        font-size: 18px;
    }

    .shoe-content p {
        font-size: 14px;
    }

    /* subscibe page */
    .subscription-bg .container {
        height: 700px;
    }

    .order-icons .row {
        margin-top: -90px;
    }

    .time-sub-content h2 {
        font-size: 64px;
        line-height: 55px;
    }

    .time-sub-content p {
        font-size: 18px;
    }

    .time-sub-content p span {
        font-size: 16px;
    }

    .sub-grid h2 {
        font-size: 20px;
        line-height: initial;
    }

    .sub-grid p {
        font-size: 16px;
        line-height: inherit;
    }

    .top-h {
        font-size: 70px;
        line-height: 60px;
    }

    .counter-main .btn-style {
        font-size: 18px;
    }

    .text-shoot {
        padding: 130px 0px 200px 0px;
    }

    .question-answer {
        padding: 70px 0px;
    }

    .question-answer .accorion-faq .card-header button i {
        min-width: 36px;
        min-height: 36px;
    }

    .question-answer .accorion-faq .card-header button {
        padding: 15px 0px;
        font-size: 28px;
        text-align: left;
        line-height: 30px;
    }

    /* ingredients */
    .subscription-bg.ingredients-bg .container {
        height: 670px;
    }

    .ingredients-bg .subscription-content {
        margin-top: 70px;
    }

    .our-ingrad h2 {
        font-size: 80px;
        line-height: 60px;
    }

    .our-ingredient {
        padding: 70px 0px;
    }

    .plus-img,
    .plus-img .n-ppost {
        width: 40px;
    }

    .n-ppost-name {
        padding: 40px 40px;
        width: 470px;
        margin-top: 35px;
    }

    .plus-img .n-ppost-name img {
        top: -18px;
    }

    .plus-img-1 .n-ppost-name img {
        left: 0px;
    }

    .plus-img-2 .n-ppost-name img {
        right: 20px;
    } 


    .toltip-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .toltip-content p {
        font-size: 18px;
        line-height: inherit;
    }

    .plus-img-4 {
        bottom: 80px;
    }

    .competators {
        min-height: auto;
        padding: 100px 0px 230px 0px;
    }

    .gram {
        font-size: 40px;
    }

    .gram-name {
        font-size: 26px;
    }

    .competator-box h2 {
        font-size: 50px;
    }

    .milk-dip {
        padding: 100px 0px 20px 0px;
    }

    .our-ingredient-bottom {
        padding: 20px 0px 70px 0px;
    }

    /* product page */

    .flavour-box {
        width: 130px;
    }

    .flavour-box h4 {
        font-size: 20px;
    }

    .product-tolltip .top-h {
        font-size: 90px;
        line-height: 80px;
    }

    .review-tabs button {
        width: 160px;
        height: 46px;
        font-size: 14px;
    }

    .review-tabs-wrap .font-sub {
        font-size: 22px;
    }

    .chat-box h3 {
        padding-left: 0px;
    }

    .slider-sale .discount-prod {
        width: 130px;
        font-size: 25px;
        height: 68px;
    }

    /* about us page */
    .right-good-1 {
        width: 250px;
        right: 25%;
    }

    .small-devel {
        left: 2%;
        bottom: 18%;
        width: 245px;
    }

    .custom-rocks {
        bottom: 14%;
        width: 340px;
        right: -82px;
    }

    .star-good-5 {
        width: 30px;
        left: 10%;
        bottom: 38%;
    }

    .hand-left {
        width: 220px;
    }

    .sleeping-content h2,
    .be-good h2,
    .coconut-content ul li {
        font-size: 70px;
        /* line-height: 68px; */
    }

    .cookie-hand {
        height: 620px;
    }

    .coconut-penut .coconut-img {
        width: 320px;
    }

    .coconut-penut .penut-img {
        top: 18%;
    }

    .flying-girl img {
        width: 100%;
    }

    .floating-girl-content p {
        width: 90%;
        margin-left:30px!important;
        font-size: 24px;
      	text-align:left!important;
    }

/*     .floating-girl-content p {
        width: 90%;
        margin: 30px auto 10px auto;
        font-size: 24px;
        line-height: inherit;
    } */

    /* home page */
    .h-cloud-r {
        width: 230px;
    }

    .h-cloud-l {
        width: 230px;
    }

    .gtco-testimonials .active.center .review-box {
        width: 680px;
        height: auto;
    }

    .gtco-testimonials .active .review-box {
        width: 245px;
    }

    .gtco-testimonials .active .review-box {
        width: auto;
    }

    /* check */
    .gtco-testimonials .active.center>div {
        position: relative;
        left: -90px;
    }

    .review-content {
        width: 80%;
    }

    .section-owl-slider .owl-item {
        height: auto;
    }

    .section-owl-slider .owl-nav {
        width: 100%;
        left: 0%;
    }

    .owl-container {
        width: 100% !important;
        margin: 0 auto;
        max-width: 100% !important;
    }

    .gtco-testimonials .active.center>div {
        position: relative;
        left: 0px;
        margin: 0 auto;
    }

    .gtco-testimonials .active.center .review-box {
        margin: 0 auto !important;
    }

    .review-section {
        padding: 70px 0px;
    }

    /* popups start */
    .pop-up-center {
        min-height: 510px;
    }

    .popup-img img {
        height: 100%;
        object-fit: cover;
    }

    .popup-img {
        height: 100%;
    }

    .popup-content .btn-submit {
        font-size: 25px;
        height: 55px !important;
    }

    .popup-content input,
    .popup-content input::placeholder {
        font-size: 20px;
    }

    .popup-content input {
        height: 55px !important;
    }

    /* popup-2 */
    .fifteen-off {
        font-size: 110px;
        line-height: 50px;
    }

    .popup-content h4 {
        font-size: 40px;
        margin: 20px 0px 10px 0px;
    }

    .popup-content p {
        font-size: 18px;
    }

    .fifteen-input input {
        margin: 0px !important;
    }

    .popup-content .btn-submit.btn-arrow {
        right: 15px;
        padding-bottom: 3px;
    }

    .popup-content .btn-submit.btn-arrow img {
        width: 40px;
    }

    /* popup end */

  .plus-img-5 {
    top: 73%;
    right: 40px;
}
  
  .plus-img-5 .n-ppost-name img {
    right: 23px;
}
  
}

@media only screen and (min-width: 992px) {
    .nav-mobile-main {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {

    /* mobile menu */
    .sidepanel {
        width: 0;
        position: fixed;
        /* z-index: 1; */
        z-index: 3;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: var(--cyan);
        border-top: 12px solid var(--pink);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 33px;
    }

    .sidepanel a {
        padding: 8px 8px 2px 25px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: "gelica-regular";
    }

    .sidepanel a:hover {
        color: #f1f1f1;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 36px;
    }

    .closebtn img {
        width: 35px;
    }

    .nav-mobile-main .openbtn:focus,
    .nav-mobile-main .openbtn:active:focus {
        outline: none;
        box-shadow: none;
    }

    .nav-mobile-main .openbtn {
        border: none;
        background: transparent;
        box-shadow: none;
        height: fit-content;
    }

    .nav-mobile-main .openbtn i {
        font-size: 30px;
        width: 30px;
        height: 30px;
    }

    .mob-nav-content ul li h2 {
        color: #fff;
        font-family: "american-lemon-sans-regular";
        font-size: 40px;
        border-bottom: 3px solid #fff;
    }

    .mob-nav-content {
        padding: 0px 30px;
    }

    .mobile-nav-h {
        color: #fff;
        font-family: "gelica-med";
        font-size: 45px;
        padding-left: 25px;
        line-height: initial;
        margin-bottom: 10px;
    }

    /* mobile-menu */

    .nav-desktop {
        display: none !important;
    }

    .navbar-toggler {
        order: -1;
    }

    .header-main .navbar-toggler {
        border: none;
        color: var(--brown);
        opacity: 1;
        font-size: 30px;
        height: 25px;
        margin-bottom: 3px;
        padding: 0px;
        margin-left: -10px;
    }

    .header-main .navbar-light .navbar-toggler-icon {
        background-image: none !important;
        color: #57c5cc;
    }

    .header-main .navbar-collapse {
        /* background: #EFF7FA; */
        background: #fff;
        position: absolute;
        width: 100%;
        top: 95px;
        z-index: 1;
        margin-top: -3px;
    }

    .header-main .nav-item {
        margin: 10px 0px;
    }

    .header-main .navbar-nav .span-1 li:first-child {
        margin-top: 40px;
    }

    .header-main .navbar-nav .span-2 li:last-child {
        margin-bottom: 40px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
    }

    .navbar-nav span {
        display: block;
        text-align: center;
    }

    /* receipe page */
    .recipe-grid-main .col-md-4 {
        padding: 0px 10px !important;
    }

    .recipe-box p {
        font-size: 17px;
    }

    .recipies {
        border-bottom: 15px solid var(--cyan);
    }

    .recipe-gird-wrap {
        padding: 0px 0px 25px 0px;
    }

    .form-box {
        margin-bottom: 40px;
    }

    .footer-bread-crumb p {
        font-size: 16px;
    }

    .header-main {
        height: 90px;
    }

    .header-main .navbar-collapse {
        top: 70px;
    }

    .recipe-bg-content h2 {
        font-size: 80px;
        line-height: 60px;
    }

    /* life style */
    .lifestyle-content h1 {
        font-size: 70px;
        line-height: 50px;
    }

    .press-main h1 {
        font-size: 70px;
    }

    .top-p {
        padding-top: 60px;
    }

    /* career */
    .future-content h2 {
        font-size: 120px;
    }

    .future-content p,
    .do-good p {
        font-size: 20px;
        line-height: inherit;
    }

    .career-vid {
        padding: 150px 0px 70px 0px;
    }

    .do-good h2 {
        font-size: 76px;
    }

    .do-better p {
        font-size: 16px;
        line-height: 24px;
    }

    .video-main img.btn-vid {
        width: 70px;
    }

    /* collection page */

    .collection-bg h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .recipe-box.collection-box h2 {
        font-size: 36px;
        margin: 0px 0px 10px 0px;
    }

    /* faq */
    .press-main.faq-bg {
        padding: 50px 0px 60px 0px;
    }

    .accorion-faq .card-header button i {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }

    .accorion-faq .card {
        padding: 0px 18px;
    }

    .accorion-faq .card-body {
        padding: 20px 0px;
    }

    .wraper-accord {
        padding-bottom: 100px;
    }

    /* contact us page */
    .contact-main-bg {
        padding: 10px 0px 100px 0px;
    }

    .section-help .col-md-4 {
        padding: 0px 10px !important;
    }

    .contact-help-img {
        max-width: 160px;
        max-height: 150px;
    }

    .contact-help-box .btn-style {
        font-size: 16px;
    }

    .contact-main p {
        font-size: 20px;
        margin: 12px auto 0 auto;
    }

    .form-wraper button {
        margin-top: 30px;
    }

    /* find us */
    .location-filer input {
        width: 70%;
    }

    .location-filer button {
        width: 30%;
    }

    .find-us-wraper {
        padding-bottom: 100px;
    }

    /* subscribe page */

    .subscription-content h1 {
        font-size: 80px;
        line-height: 70px;
    }

    .time-sub-content h2 br {
        display: none;
    }

    .time-sub-content h2 {
        font-size: 58px;
        line-height: 48px;
    }

    .v-line {
        margin: 10px auto;
    }

    .time-sub-content .btn-style {
        font-size: 20px;
    }

    .time-subscribe {
        padding: 70px 0px;
    }

    .grey-sec {
        padding: 70px 0px;
    }

    .subscribe-grid-wraper {
        grid-template-columns: repeat(2, 1fr);
    }

    .subscribe-grid-wraper .sub-grid:nth-child(3) {
        background: #fff;
        color: var(--cyan);
    }

    .subscribe-grid-wraper .sub-grid:nth-child(4) {
        background: var(--cyan);
        color: #fff;
    }

    .sub-grid h2 {
        font-size: 28px;
        line-height: initial;
    }

    .gift-img {
        padding-right: 15px !important;
        text-align: center;
        margin-bottom: 30px;
    }

    .gift-img img {
        width: 75%;
    }

    .logo-slider-main {
        margin-top: 50px;
    }

    .grey-sec {
        padding: 70px 0px 40px 0px;
    }

    .text-shoot {
        padding: 100px 0px 150px 0px;
    }

    .question-answer .bs-example {
        margin: 80px 0px 50px 0px;
    }

    /* ingredients */

    .ingredients-bg .subscription-content h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .our-ingrad h2 {
        font-size: 60px;
        line-height: 55px;
    }

    .our-ingrad p {
        font-size: 22px;
        line-height: inherit;
    }

     .plus-img-1 {
        top: 38%;
    }

    .plus-img-4 {
        bottom: 50px;
    } 


    .ingredients-bg .subscription-content {
        margin-top: 0px;
    }

    .subscription-bg.ingredients-bg .container {
        height: auto;
        padding: 30px 0px 160px 0px;
    }

    .our-ingrad h2 {
        margin-bottom: 20px;
    }

    .plus-img-3 .n-ppost-name {
        left: -290px;
    }

    .plus-img-3 .n-ppost-name img {
        left: 66%;
    }

    .plus-img-4 {
        left: 130px;
    }

    .plus-img-4 .n-ppost-name {
        left: -60px;
    }

    .plus-img-4 .n-ppost-name img {
        left: 17%;
    }

    .competators {
        padding: 70px 0px 230px 0px;
    }

    .logo-cometator {
        margin-top: 70px;
    }

    .competator-grid {
        margin-top: 30px;
    }

    .milk-dip {
        padding: 60px 0px 20px 0px;
    }

    /* product page */

    .review-tabs-wrap {
        display: block;
    }

    .review-tabs button {
        margin-right: 20px;
        margin-left: 0px;
    }

    .review-tabs {
        margin-top: 30px;
    }

    .review-tabs button {
        width: 210px;
        height: 52px;
        font-size: 18px;
    }

    .toll-tip-main.product-tolltip {
        padding: 120px 0px 100px 0px;
    }

    .product-tolltip .top-h {
        font-size: 80px;
        line-height: 75px;
    }

    .chocolate-img img {
        width: 100%;
    }

    .chocolate-content h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .chocolate-chip {
        padding: 150px 0px 200px 0px;
    }

    .flavour-box {
        width: 100px;
    }

    .p-title {
        font-size: 55px;
        line-height: 40px;
    }

    .chocolate-desc {
        font-size: 22px;
        margin: 10px 0px 20px 0px;
    }
  
  .product__description ul li{
    font-size:20px;
  }

    .pro-detail-main ul,.pro-detail-main p {
        font-size: 18px;
    }

    .form__label-radio {
        font-size: 20px;
    }

    .form__label-radio {
        margin-bottom: 0px;
    }

    .product-cart-main {
        padding-bottom: 70px;
    }

    .chocolate-chip {
        padding: 120px 0px 200px 0px;
    }

    .pro-detail-main {
        padding-left: 0px;
    }

    .flavour-main {
        margin: 20px 0px;
    }

    .product-slider-wraper .slider-nav .slick-slide img {
        width: 75%;
        margin: 0 auto;
    }

    /* about us page */
    .custom-rocks {
        bottom: 26%;
        width: 220px;
        right: -52px;
    }

    .right-good-2 {
        width: 260px;
        bottom: 15%;
    }

    .right-good-1 {
        top: 22%;
    }

    .be-good-left {
        height: 800px;
    }

    .stars-1,
    .stars-2,
    .stars-3,
    .star-good-1,
    .star-good-3,
    .star-good-4 {
        width: 30px;
    }

    .star-good-6 {
        bottom: 20%;
    }

    .sleeping-content h2,
    .be-good h2,
    .coconut-content ul li {
        font-size: 55px;
        /* line-height: 55px; */
    }

    .right-good-3 {
        bottom: 30px;
        left: -60px;
        width: 150px;
    }

    .big-devel {
        width: 340px;
    }

    .big-devel-rock {
        right: 20%;
        width: 380px;
    }

    .big-devil-sec {
        height: 500px;
    }

    .sleeping-angel-main {
        width: 320px;
        top: 20%;
    }

    .sleeping-angel-cloud-1 {
        left: 20%;
        top: 0px;
        width: 250px;
    }

    .sleeping-content {
        margin-top: 50px;
    }

    .sleeping-angel {
        height: 700px;
    }

    .sleeping-angel-cloud-2 {
        right: 30%;
        bottom: 30px;
        width: 250px;
    }

    .coconut-penut .coconut-img {
        width: 240px;
    }

    .coconut-penut .penut-img {
        width: 200px;
    }

    .coconut-penut {
        padding: 60px 0px;
    }

    .floating-girl-content h2 {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 0px;
    }

    .floating-girl-content p {
        margin: 25px auto 0px auto;
        font-size: 20px;
        line-height: inherit;
    }

    .floating-girl {
        padding: 100px 0px;
    }

    .stars-3 {
        left: 200px;
    }

    /* home */
    .review-content {
        width: 60%;
    }

    .h-cloud-r {
        width: 170px;
    }

    .h-cloud-l {
        width: 170px;
        top: 40%;
    }

    .home-bg-main {
        padding: 70px 0px;
    }

    .home-logo-slider .logo-item {
        width: 130px;
        height: 200px;
    }

    .home-logo-slider {
        margin: 60px 0px 40px 0px;
    }

    .number-heading {
        font-size: 150px;
    }

    .number-content {
        margin-top: 0px;
        line-height: initial;
    }

    .home-yellow-bg p {
        margin: 50px 0px;
        font-size: 26px;
    }

    .home-yellow-bg p.desc-large {
        font-size: 40px;
    }

    .home-yellow-bg {
        padding: 70px 0px 120px 0px;
    }

    .review-section {
        padding: 70px 0px 50px 0px;
    }

    .review-section {
        padding: 50px 0px 40px 0px;
    }

    /* popups start */
    .pop-up-center {
        min-height: 460px;
    }

    .popups-main .pop-center .close {
        margin: 20px 10px 0px 0px;
    }

    .popup-content p {
        font-size: 16px;
    }

    .popup-content input {
        padding: 0px 15px;
    }

    .popups-main .pop-center .close img {
        width: 30px;
    }

    .popup-content {
        margin-top: 20px;
    }

    /* pop up 2 */

    .fifteen-off {
        font-size: 90px;
        line-height: 50px;
    }

    .popup-content .fifteen-input input,
    .popup-content .fifteen-input input::placeholder {
        font-size: 15px;
    }

    .popup-content h4 {
        font-size: 32px;
        margin: 20px 0px 10px 0px;
    }

    .save-popup .pop-up-center {
        padding: 120px 0px 50px 0px;
    }
  

    /* popup end */

}
      .price--end
      {
      	color:#57c4cc!important;
      }

@media only screen and (min-width: 768px) {

    .japanes-grid-slider,
    .wave-neg-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
  
  .spr-summary-actions-newreview{
    display:block;
    margin:0 auto !important;
  }
  
  .product-option
  {
  	font-size:1.3rem!important;
  }
  
  
  .nav-t-breadcrumb p {
    
    font-size:16px;
    
  }
   .sleeping-content p
  {
  	font-family:'gelica-med';
    font-size:14px;
  }
  .cart-items thead th{
  font-size:18px;
}
  .cart-item__name
  {
  	font-size:28px!important;
  }
  
  .nutrition-main{
    display:flex;
  }
  
  .white-zigzag{
    display:none;
  }
  
  .nutri-row {
    display:flex;
    flex-direction:column;
/*     align-items:center; */
  }
  .nutri-row li{
    width:30.33vw;
    text-align: center !important;
  }
  .nutri-row li:first-child{
    width:30.33vw;
    font-size: 14px;
    margin-bottom:10px;
    white-space:nowrap;
  }
  .nutri-row.nutri-row-3 li {
    font-size: 20px;
  }
  
  .nutrition-main{
    width:100% !important;
    overflow:hidden !important;
  }
  
  .nutri-row{
    margin-bottom:20px;
  }
  
  .nutri-row li{
    font-size:16px;
    text-align:center;
  }
  
  
  
  
  .collection-box .btn-style{
    margin-top:10px;
    font-size:20px;
    height:50px;
  }
  
  
  

    .footer-links-main .col-md-3 {
        margin-bottom: 50px;
    }

    .desktop-order,
    .desktop-knowgood {
        display: none;
    }

    .japanes-grid-slider .owl-nav,
    .subscribe-grid-slider .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 140px;
        margin: 20px auto 0px;
    }

    .recipy-overview img {
        width: 40px !important;
    }

    .recipe-box {
        width: 70%;
        margin: 0 auto 50px auto;
    }

    .find-us-section h2 {
        font-size: 60px;
    }

    .zip-code {
        font-size: 30px;
        padding-left: 10px;
        margin-left: 21px;
    }

    .owl-carousel .owl-nav button:focus,
    .owl-carousel .owl-nav button:active:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .footer-box ul li h2,
    .form-footer h2 {
        margin-bottom: 10px;
    }

    .footer-links-main .col-md-3 {
        margin-bottom: 20px;
    }

    .footer-bread-crumb {
        display: block;
        margin-top: 0px;
    }

    .footer-bread-crumb p {
        top: 0px;
        left: 0px;
        transform: none;
        position: relative;
    }

    .footer-bread-crumb .f-logo img {
        max-width: 12rem;
    }

    .f-icon {
        margin: 15px 0px 20px 0px;
    }

    /* press */
    .recipe-gird-wrap.press-wraper {
        padding-top: 0px;
    }

    .press-wraper .recipe-box {
        margin: 0 auto 20px auto;
    }

    /* career */
    .future-content {
        width: 100%;
        margin: 150px auto 30px auto;
    }

    .future-content h2 {
        font-size: 100px;
        line-height: 80px;
    }

    .do-better {
        margin-top: 20px;
    }

    .do-better-col {
        justify-content: flex-start;
    }

    .career-vid {
        padding: 120px 0px 50px 0px;
    }

    .video-main {
        margin: 60px 0px 40px 0px;
    }

    .do-good h2 {
        margin-bottom: 10px;
    }

    /* collection page */
    .recipe-box.collection-box {
        margin-bottom: 35px;
    }

    .collection-bg h2 {
        font-size: 70px;
        /* line-height: 60px; */
        margin-bottom: 10px;
    }

    .collection-bg p {
        font-size: 18px;
    }

    .collection-bg p br {
        display: none;
    }

    .top-links {
        margin-top: 0px;
    }
  .collection-bg{
    padding-top:10px;
  }

    /* faq */

    .press-main.faq-bg {
        padding-block: 30px 35px;
    }

    .accorion-faq .card-header button {
        padding: 10px 0px;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
        gap: 10px;
    }

    .accorion-faq .card {
        padding: 0px 15px;
        margin-bottom: 10px;
    }

    .accorion-faq .card-header button i {
        min-width: 25px;
        width: 25px;
        height: 25px;
    }

    .card-body p {
        font-size: 16px;
        line-height: 1.4;
    }

    /* contact us  */
    .contact-help-box .btn-style {
        font-size: 20px;
    }

    .contact-help-box {
        width: 70%;
        margin: 0 auto 70px auto;
    }

    .contact-help-box .btn-style {
        margin-top: 50px;
    }

    .form-wraper {
        max-width: 90%;
        margin: 0px auto 0 auto;
    }

    /* find us */
    .location-filer input {
        width: 65%;
    }

    .location-filer button {
        width: 35%;
    }

    .contact-map {
        height: 350px;
        margin-top: 20px;
    }

    .find-us-map .col-md-8 {
        padding-left: 15px !important;
    }

    /* subscription page */
    .order-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px auto;
    }

    .order-box-wraper {
        width: 240px;
        height: 240px;
        margin-bottom: 30px;
    }

    .order-icons {
        padding-top: 70px;
    }

    .order-box-wraper p {
        font-size: 18px;
    }

    .subscribe-box {
        margin-top: 70px;
    }

    .subscribe-box .row {
        margin-top: 50px;
    }

    .top-h {
        font-size: 65px;
        line-height: 55px;
    }

    .text-shoot .time-sub-img {
        width: 85%;
        margin: 30px auto 0px auto;
    }

    .question-answer {
        padding: 60px 0px;
    }

    .question-answer .bs-example {
        margin: 50px 0px 50px 0px;
    }

    .subscription-bg .container {
        height: auto;
    }

    .subscription-bg {
        padding: 60px 0px;
    }

    /* ingredient */
    .plus-img-4 {
        left: 90px;
    }

    /* product page */
    .flavour-box {
        width: 160px;
    }

    .chocolate-img {
        width: 80%;
        margin: 50px auto 0 auto;
    }

    .product-tolltip .top-h {
        font-size: 60px;
        line-height: 60px;
    }

    .product-tolltip .top-h br {
        display: none;
    }

    .toll-tip-main.product-tolltip {
        padding: 100px 0px 80px 0px;
    }

    .review-tabs {
        display: block;
        text-align: center;
    }

    .review-tabs button {
        width: 60%;
        height: 60px;
        font-size: 20px;
        margin: 10px 0px;
    }

    .review-tabs-wrap {
        padding: 70px 0px 50px 0px;
    }

    .review-tabs {
        margin-top: 50px;
    }

    .chat-flex {
        display: block;
    }

    .chat-flex {
        margin-bottom: 10px;
    }

    .chat-review {
        padding-bottom: 50px;
    }

    .chocolate-chip {
        padding: 100px 0px 200px 0px;
    }

    .product-slider-wraper .slider-nav {
        margin: 40px 0px;
    }

    .ProdRight {
        right: 0%;
    }

    .ProdLeft {
        left: 0%;
    }

    .product-slider-wraper .slider-nav .slick-slide img {
        width: 65%;
    }

    /* about page */
    .be-good-left-cloud {
        right: -60px;
        width: 150px;
    }

    .right-good-1 {
        top: 150px;
        width: 170px;
    }

    .custom-rocks {
        display: none;
    }

    .right-good-2 {
        width: 200px;
        bottom: 125px;
    }

    .be-good-left {
        min-height: 600px;
        height: auto;
    }

    .small-devel {
        bottom: 5%;
    }

    .stars-1,
    .stars-2,
    .stars-3,
    .star-good-1,
    .star-good-3,
    .star-good-4 {
        width: 25px;
    }

    .star-good-2,
    .star-good-5 {
        width: 20px;
    }

    .hand-right {
        width: 350px;
    }

    .hand-left {
        width: 170px;
        bottom: 50px;
        top: auto;
    }

    .sleeping-content {
        margin-top: 0px;
    }

    .big-devel {
        width: 170px;
    }

    .big-devel-rock {
        right: 15%;
        width: 320px;
    }

    .big-devil-sec {
        min-height: 400px;
        height: auto;
        padding: 40px 0px 70px;
    }

    .stars-2 {
        right: auto;
        left: 100px;
    }

    .sleeping-angel-cloud-1 {
        left: 30%;
        top: 0px;
        width: 170px;
    }

    .sleeping-angel-main {
        width: 170px;
        top: 5%;
    }

    .sleeping-angel .container {
        justify-content: center;
    }

    .coconut-penut .coconut-img {
        width: 150px;
    }

    .coconut-penut .penut-img {
        width: 140px;
        top: 30%;
    }

    .floating-girl {
        padding: 50px 0px 70px 0px;
    }

    .floating-girl-content {
        margin-top: 20px;
    }

    /* home */
    .number-content {
        font-size: 45px;
    }

    .home-logo-slider {
        margin: 50px 0px 20px 0px;
    }

    .home-orange-top {
        min-height: 50px;
    }

    .nutrition-scroll {
        overflow-x: auto;
    }

    .nutrition-main {
        width: 750px;
        /* margin-bottom: 20px; */
    }

    .nutrition-scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .nutrition-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .nutrition-scroll::-webkit-scrollbar-thumb {
        background: var(--purple);
    }

    .nutrition-scroll::-webkit-scrollbar-thumb:hover {
        background: var(--purple);
    }

    .know-good-img {
        width: 70%;
        margin: 0 auto;
    }

    .know-good-h {
        margin-bottom: 70px;
    }

    .know-good .owl-nav {
        margin-top: 50px;
    }

    .know-good {
        padding-bottom: 60px;
    }

    .home-yellow-bg {
        padding: 30px 0px 120px 0px;
    }

    /* pop ups strat */

    .modal-content .row {
        flex-direction: column-reverse;
    }

    .fifteen-off {
        margin-top: 0px;
    }

    .fifteen-input {
        margin: 30px 0px 0px 0px !important;
    }

    .fifteen-off {
        font-size: 110px;
        line-height: 50px;
    }

    .popup-content h4 {
        font-size: 40px;
        margin: 25px 0px 10px 0px;
    }

    .popup-content .fifteen-input input,
    .popup-content .fifteen-input input::placeholder {
        font-size: 18px;
    }

    .save-15 {
        font-size: 80px;
        line-height: 55px;
    }

    .save-15 span {
        font-size: 32px;
    }

    .popup-content {
        margin-top: 0px;
    }

    .save-15 {
        margin: 0px 0px 10px 0px;
    }

    /* popups end */

}

@media only screen and (min-width: 576px) {
    .subscribe-grid-slider {
        display: none;
    }
  
  
}

@media only screen and (max-width: 575px) {
    .subscribe-grid-wraper {
        display: none;
    }

    .recipe-box {
        width: 85%;
        margin: 0 auto 50px auto;
    }

    .recipe-bg-content h2 {
        font-size: 60px;
        line-height: 50px;
    }

    .recipe-bg-content p {
        font-size: 17px;
        line-height: inherit;
    }

    .recipies .container {
        padding: 60px 0px;
    }

    .find-us-section h2 {
        font-size: 40px;
    }

    .zip-code {
        font-size: 20px;
        border-bottom: 2px solid #FFFFFF;
    }

    .zip-code img {
        margin-left: 20px;
        width: 25px;
    }

    .japanes-grid-slider .owl-nav {
        margin: 0px auto 0px;
    }

    .nav-t-breadcrumb button img {
        width: 15px;
    }

    .nav-flex .nav-image img {
        max-width: 100px;
        width: 100%;
    }

    /* life style */
    .life-style .container {
        min-height: 550px;
        height: auto;
        align-items: end;
        justify-content: start;
    }

    .life-style {
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 21%);
    }

    .lifestyle-content .btn-style {
        margin-bottom: 30px;
    }

    .contact-jimmy {
        left: 15px;
        bottom: 30px;
    }

    .top-p p {
        width: 100%;
    }

    /* press page */
    .press-main h1 br {
        display: none;
    }

    .press-wraper .recipe-box {
        margin: 0 auto 40px auto;
    }

    .nutri-row li:first-child::after {
        display: none;
    }

    /* career */
    .future-content .btn-style {
        width: fit-content;
        padding: 0px 20px;
    }

    .future-content h2 {
        font-size: 80px;
        line-height: 60px;
    }

    .future-content {
        margin: 120px auto 30px auto;
    }

    .build-future {
        padding: 20px 0px 0px 0px;
    }

    .future-content p,
    .do-good p {
        font-size: 18px;
        line-height: inherit;
    }

    .do-good h2 {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .video-main {
        margin: 60px 0px 20px 0px;
    }

    .footer-box ul li a,
    .footer-box ul li {
        font-size: 18px;
        margin-bottom: 5px;
    }

    /* contact page */
    .contact-help-box {
        width: 80%;
    }

    .contact-main-bg {
        padding: 10px 0px 70px 0px;
    }

    /* find us */
    .location-filer button {
        font-size: 14px;
    }

    .check-group label {
        font-size: 18px;
    }

    /* subscribe page */
    .question-answer .btn-style {
        width: 100%;
    }

    .top-h {
        font-size: 58px;
        line-height: 50px;
    }

    .text-shoot {
        padding: 70px 0px 150px 0px;
    }

    .customize-content {
        padding: 50px 20px;
    }

    .sub-grid h2 {
        font-size: 32px;
        line-height: initial;
    }

    .sub-grid img {
        width: 80px !important;
        margin: 20px auto;
    }

    .sub-grid p {
        margin-top: 0px;
    }

    .sub-grid {
        padding: 40px 30px 30px 30px;
    }

    .time-subscribe {
        padding: 50px 0px;
    }

    .subscription-content h1 {
        font-size: 60px;
        line-height: 50px;
    }

    .order-box-wraper p {
        font-size: 20px;
        margin-top: 15px;
    }

    .order-box-wraper {
        margin-bottom: 50px;
    }

    .grey-sec {
        padding: 50px 0px 0px 0px;
    }

    .logo-slider-main {
        margin-top: 40px;
    }

    /* ingradient */
    .ingredients-bg .subscription-content h1 {
        max-width: 80%;
        font-size: 60px;
        line-height: 60px;
    }

    .n-ppost-name {
        padding: 30px;
        width: 320px;
    }

    .plus-img,
    .plus-img .n-ppost {
        width: 25px;
    }

     .plus-img-1 {
        top: 44%;
    }

    .plus-img-4 {
        left: 70px;
        bottom: 0px;
    }

    .plus-img-1 .n-ppost-name {
        left: -13px;
    }

    .plus-img-4 .n-ppost-name img {
        left: 70px;
    }

    .plus-img-3 .n-ppost-name {
        left: -200px;
    }

    .plus-img-2 .n-ppost-name {
        left: -260px;
    } 


    .milk-buiscuit {
    }

    .our-ingredient {
        padding: 50px 0px;
    }

    .subscription-bg.ingredients-bg .container {
        width: 90%;
    }

    .ingredients-bg .subscription-content h1 br {
        display: none;
    }

    .our-ingredient-bottom {
        padding: 0px 0px 50px 0px;
    }

    .competators {
        padding: 50px 0px 230px 0px;
    }

    /* product page */

    .flavours {
        display: block;
    }

    .flavour-box {
        width: 220px;
        margin: 0 auto 40px auto;
    }

    .flavour-box h4 {
        font-size: 16px;
    }

    .product-cart-main {
        padding-bottom: 50px;
    }

    .chocolate-chip {
        padding: 80px 0px 200px 0px;
    }

    .product-tolltip .top-h {
        font-size: 60px;
        line-height: 55px;
    }

    .product-tolltip .btn-style {
        margin-top: 70px;
    }

    .chats-wraper .rating img {
        width: 140px;
    }

    /* about us page */
    .be-good-left-cloud {
        right: -30px;
        width: 100px;
    }

    .star-good-2 {
        top: 20px;
        right: 25px;
    }

    .stars-1,
    .stars-2,
    .stars-3,
    .star-good-1,
    .star-good-3,
    .star-good-4 {
        width: 20px;
    }

    .star-good-3 {
        top: 80px;
        right: 60px;
    }

    .right-good-1 {
        top: 120px;
        width: 170px;
        left: 20px;
    }

    .right-good-2 {
        display: none;
    }

    .be-good h2 {
        text-align: center;
        line-height: 1;
    }

    .small-devel {
        left: 2%;
        bottom: 18%;
        width: 185px;
    }

    .star-good-6 {
        bottom: 150px;
        left: 50px;
    }

    .sleeping-content h2,
    .be-good h2,
    .coconut-content ul li {
        font-size: 45px;
        /* line-height: 50px; */
        line-height: 1;
    }

    .hand-right {
        width: 280px;
    }

    .big-devel-rock {
        right: 10px;
        width: 240px;
    }

    .stars-2 {
        right: auto;
        left: 40px;
    }

    .sleeping-angel {
        height: 600px;
    }

    .sleeping-angel-cloud-1 {
        left: 80px;
        top: 0px;
        width: 170px;
    }

    .stars-3 {
        display: none;
    }

    .coconut-penut .coconut-img {
        width: 100px;
        top: 30px;
    }

    .coconut-penut {
        padding: 50px 0px 50px 0px;
    }

    .coconut-penut .penut-img {
        width: 85px;
    }

    .coconut-content ul li {
        margin: 1px 0px;
    }

    .be-good h2 {
        /* line-height: 55px; */
    }

    /* home */

    .home-logo-slider {
        margin: 40px 0px 0px 0px;
    }

    .number-heading {
        font-size: 75px;
    }

    .number-content {
        font-size: 32px;
        line-height: 1.1;
    }

    .home-yellow-bg p.desc-large {
        font-size: 32px;
        line-height: 1.1;
    }

    .home-yellow-bg p br {
        /* display: none; */
    }

    .home-yellow-bg p {
        width: 100%;
    }

    .know-good-h h2 {
        font-size: 50px;
    }

    .know-good-h img {
        width: 100%;
    }

    .know-good .owl-nav {
        margin-top: 50px;
    }

    .know-good-img {
        width: 80%;
    }

    .review-content {
        width: 80%;
    }

    .home-yellow-bg {
        padding: 0px 0px 120px 0px;
    }

    .know-good-h {
        margin-bottom: 50px;
    }

    /* popups start */
    .modal-dialog {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .pop-up-center {
        min-height: auto;
        padding: 50px 0px;
    }

    .popup-content {
        margin-top: 30px;
    }

    .save-15 {
        font-size: 70px;
        line-height: 55px;
        margin: 0px;

    }

    .save-15 span {
        font-size: 30px;
    }

    /* popups end */
.plus-img-5 {
    top: 67%;
    right: 10px;
}
.plus-img-5 .n-ppost-name {
    left: -280px;
}
  .plus-img-5 .n-ppost-name img {
    right: 0px;
}
}

@media only screen and (max-width: 424px) {

  .product-form__buttons{
    width:90vw;
    max-width:100vw !important;
  }
  
  .product-cart-main .counter-main .btn-style{
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
    /* recipe page */
    .recipe-box {
        width: 100%;
        margin: 0 auto 50px auto;
    }

    .find-us-content {
        padding: 5px 0px;
    }

    .nav-icons a img {
        width: 20px;
        height: 20px;
    }

    .recipe-bg-content h2 br {
        display: none;
    }

    .header-main .navbar-collapse {
        top: 68px;
    }

    /* press page */
    .press-main h1 {
        font-size: 60px;
        line-height: 1;
    }

    /* career */
    .future-content h2,
    .do-good h2 {
        font-size: 70px;
        line-height: 60px;
    }

    .future-content .btn-style {
        font-size: 20px;
    }

    /* collection */
    .collection-bg h2 br {
        display: none;
    }

    .collection-bg h2 {
        font-size: 46px;
        line-height: 40px;
    }

    /* faq */
    .accorion-faq .card-header button {
        padding: 10px 0px;
        font-size: 25px;
        line-height: initial;
    }

    .accorion-faq .card {
        padding: 0px 15px;
    }

    .wraper-accord {
        padding-bottom: 60px;
    }

    a.callus {
        margin: 60px auto 0 auto;
    }

    /* contact us page */
    .contact-help-box {
        width: 100%;
    }

    .contact-help-box .btn-style {
        margin-top: 40px;
    }

    .form-wraper,
    .section-help {
        max-width: 100%;
        width: 100%;
    }

    .help-box-desktop .col-md-4:last-child .contact-help-box {
        margin: 0 auto 20px auto;
    }

    .contact-main p {
        width: 100%;
    }

    /* find us */
    .location-filer button {
        line-height: 16px;
    }

    .search-form-btn {
        width: 100%;
    }

    /* subscription page */
    .subscription-content h1 br {
        display: none;
    }

    .gift-img img {
        width: 100%;
    }

    .counter-main {
        display: block;
        text-align: center;
    }

    .counter-main .input-group {
        width: 136px;
        padding: 0px 3px;
        height: 78px;
        border: 4px solid var(--yellow);
        margin-right: 15px;
        width: 200px;
        margin: 0 auto 20px auto;
        justify-content: center;
    }

    .counter-main .btn-style {
        font-size: 20px;
        width: 100%;
    }

    .coockie-amount {
        max-width: 100%;
        text-align: center;
    }

    .text-shoot {
        padding: 70px 0px 100px 0px;
    }

    .top-h br {
        display: none;
    }

    .top-h {
        font-size: 50px;
        line-height: 47px;
    }

    .question-answer {
        padding: 50px 0px;
    }

    /* ingredient */
    .ingredients-bg .subscription-content h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .milk-dip {
        padding: 50px 0px 10px 0px;
    }

    .milk-buiscuit {
        width: 100%;
    }

    .competator-box h2 {
        font-size: 42px;
    }

    .gram {
        font-size: 35px;
    }

    /* product page */
    .product-tolltip .top-h {
        font-size: 50px;
        line-height: 50px;
    }

    .toll-tip-main.product-tolltip {
        padding: 80px 0px 80px 0px;
    }

    .review-tabs-wrap .rating img {
        width: 130px;
    }

    .review-tabs button {
        width: 100%;
    }

    .like-flex a:first-child {
        margin-right: 20px;
    }

    .chat-flex h2 {
        font-size: 30px;
    }

    .chat-flex .font-sub {
        font-size: 28px;
        margin-right: 30px;
    }

    .slider-sale .discount-prod {
        width: 110px;
        font-size: 22px;
        height: 55px;
    }

    .product-slider-wraper .slider-nav {
        margin: 20px 0px 40px 0px;
    }

    .chocolate-chip {
        padding: 60px 0px 200px 0px;
    }

    .chocolate-img {
        width: 100%;
    }

    .top-links a {
        font-size: 16px;
    }

    /* about page */
    .right-good-1 {
        top: 120px;
        width: 170px;
        left: 10px;
    }

    .small-devel {
        left: 2%;
        bottom: 60px;
        width: 150px;
    }

    .be-good-left {
        min-height: 520px;
    }

    .star-good-5 {
        left: 100px;
    }

    .sleeping-content h2,
    .be-good h2,
    .coconut-content ul li {
        font-size: 43px;
        /* line-height: 45px; */
    }

    .sleeping-content h2 br,
    .be-good h2 br {
        display: none;
    }

    .be-good h2 {
        /* line-height: 55px; */
    }

    .star-good-1 {
        top: 50px;
    }

    .right-good-1 {
        top: 100px;
        width: 140px;
        left: 20px;
    }

    .big-devel {
        width: 150px;
    }

    .stars-2 {
        display: none;
    }

    .sleeping-angel-cloud-1 {
        left: 60px;
        width: 140px;
    }

    .coconut-content ul li {
        font-size: 40px;
        /* line-height: 45px; */
    }

    /* home */
    .number-content {
        font-size: 27px;
    }

    .number-heading {
        font-size: 60px;
        line-height: 60px;
    }

    .home-yellow-bg p {
        margin: 30px 0px;
        font-size: 20px;
    }

    .home-yellow-bg p.desc-large {
        font-size: 27px;
    }

    .nutri-row-1 {
        margin-bottom: 20px;
    }

    .white-zigzag {
        margin: 15px 0px;
    }

    .home-yellow-bg {
        padding: 0px 0px 85px 0px;
    }

    .home-bg-main {
        padding: 50px 0px;
    }

    .home-logo-slider .logo-item {
        width: 70px;
    }

    .know-good-h h2 {
        font-size: 44px;
    }

    .section-owl-slider .owl-nav {
        width: 116%;
        left: -8%;
    }

    .review-section {
        padding: 50px 0px 20px 0px;
    }

    .know-good-img {
        width: 100%;
      padding:0px 30px;
    }

    /* popups start */
    .pop-up-center {
        width: 85%;
    }

    .popup-content h4 {
        font-size: 38px;
    }

    .save-15 {
        font-size: 60px;
        line-height: 50px;
        margin: 0px;
    }

    .save-15 span {
        font-size: 25px;
    }

    /* popups end */
  .plus-img-5 {
    top: 65%;
    right: 10px;
}
}

@media only screen and (max-width: 374px) {
  
  .plus-img-5 .n-ppost-name {
    left: -213px;
}
    .nav-t-breadcrumb p {
        font-size: 22px;
    }

    .recipe-bg-content p {
        margin: 20px auto 30px auto;
        max-width: 90%;
    }

    .find-us-section h2 {
        font-size: 40px;
    }

    /* life style */
    .lifestyle-content h1 br {
        display: none;
    }

    .lifestyle-content h1 {
        font-size: 68px;
    }

    /* press page */
    .press-main h1 {
        font-size: 55px;
        line-height: 1;
    }

    /* career */
    .future-content {
        margin: 70px auto 30px auto;
    }

    .future-content h2,
    .do-good h2 {
        font-size: 60px;
        line-height: 50px;
    }

    .future-content p {
        margin: 30px 0px 40px 0px;
    }

    .video-main {
        margin: 40px 0px 0px 0px;
    }

    /* collection */
    .collection-bg h2 {
        font-size: 50px;
        line-height: 1;
    }

    /* find us */
    .location-filer input,
    .location-filer input::placeholder,
    .find-us-form select,
    .check-group label {
        font-size: 15px;
    }

    /* subscription page */
    .subscription-content h1 {
        font-size: 50px;
        line-height: 40px;
    }

    .btn-style {
        font-size: 22px;
    }

    .time-sub-content h2 {
        font-size: 50px;
        line-height: 45px;
    }

    /* subscribe page */
    .customize-content h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .rating img {
        width: 100px;
    }

    .customize-content {
        padding: 30px 0px;
    }

    .font-sub {
        font-size: 16px;
    }

    .top-h {
        font-size: 42px;
        line-height: 40px;
    }

    .question-answer .accorion-faq .card-header button {
        font-size: 23px;
        line-height: 25px;
    }

    /* ingredient */
    .ingredients-bg .subscription-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .our-ingrad h2 {
        font-size: 55px;
        line-height: 50px;
    }

    .n-ppost-name {
        width: 250px;
    }

    .plus-img-3 .n-ppost-name {
        left: -153px;
    }

    .plus-img-4 {
        left: 50px;
    }

    .plus-img-2 .n-ppost-name {
        left: -193px;
    }

    /* product page */
    .top-links a {
        font-size: 18px;
        margin: 0px 8px;
    }

    .p-title {
        font-size: 65px;
        line-height: 60px;
    }

    .flavour-box {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .flavour-box h4 {
        font-size: 20px;
    }

    .chocolate-content h2 {
        font-size: 75px;
        line-height: 60px;
    }

    .chocolate-content p {
        font-size: 20px;
    }

    .chocolate-img {
        width: 100%;
    }

    .product-tolltip .top-h {
        font-size: 46px;
    }

    .product-tolltip .top-h {
        margin-bottom: 40px;
    }

    .share-flex a {
        font-size: 20px;
    }

    .share-flex img {
        margin-right: 10px;
        width: 20px;
    }

    .slider-sale .discount-prod {
        width: 80px;
        font-size: 20px;
        height: 49px;
    }

    /* about us page */
    .big-devil-sec {
        min-height: 500px;
        padding: 30px 0px;
    }

    .sleeping-angel-cloud-1 {
        left: 20px;
        width: 120px;
    }

    .sleeping-angel-main {
        width: 170px;
        top: 10px;
    }

    .coconut-content ul li {
        font-size: 43px;
        /* line-height: 40px; */
    }

    .coconut-penut .penut-img {
        width: 80px;
        top: 40%;
    }

    /* home */

    .know-good-img {
        width: 100%;
    }

    .h-cloud-l {
        width: 130px;
    }

    .number-content {
        font-size: 22px;
    }

    .know-good-h h2 {
        font-size: 48px;
    }

    /* popups strat */
    .pop-up-center {
        width: 85%;
    }

    .fifteen-off {
        font-size: 90px;
    }

    .popup-content h4 {
        font-size: 33px;
    }

    .save-15 {
        font-size: 50px;
        line-height: 40px;
        margin: 0px;
    }

    .save-15 span {
        font-size: 22px;
    }

    /* popup end */

}
}
      
 .footer-links-main h2{
      color: #fff;
      }
      
      .newsletter-form__button{
      justify-content: space-between !important;
    margin-top: 3% !important;
      }
      
      .home-orange-top{
      display: block !important;
      }
      
      .price-item--regular{
      color: rgba(0, 0, 0, 0.25) !important;
      font-size: 30px !important;
      font-family: "gelica-regular" !important;
      }
      
      .price-item--sale{
      color: var(--cyan) !important;
     font-size: 30px !important;
     font-family: "gelica-regular" !important; 
      }
      
      .prod_price11{
      color: var(--cyan) !important;
     font-size: 26px !important;
     font-family: "gelica-regular" !important; 
      }
      
      .flavour-box{
      margin-right: 10px;
      }
      
      .product-form__input{
      display: flex
      }
      
      .form__label{
          font-size: 30px !important;
    font-family: "gelica-regular" !important;
    color: var(--cyan) !important;
    margin-bottom: 20px !important;
}
      .flavour-box label{
      font-size: 22px !important;
    font-family: "gelica-regular" !important;
    color: var(--cyan) !important;
    margin-top: 15px !important;
      }
      
      .input-group:after{
      box-shadow: none !important;
      }
      
      .btn-style span{
      color: #fff;
    font-family: "QuirkRegular";
      }
      
      .header__icon--cart{
          display: inline !important;
      }
      
      .cart-count-bubble {
          color: #fff !important;
    background: var(--yellow) !important;
          bottom: 0.5rem !important;
    left: 1.7rem !important;

      }
           #cart-notification {
    z-index: 999999;
}
  
      #cart-notification .button--primary{
      background-color: var(--cyan) !important;
        font-family: 'gelica-regular';
      }
      
  #cart-notification .button-label{
  font-family: 'gelica-regular';
  }
      .pro-detail-main ul,.pro-detail-main p {
      padding-left: 0px !important;
      }
      
      .spr-summary-actions-newreview{
      border: 4px solid var(--cyan);
    background: transparent;
    color: var(--cyan);
    text-transform: uppercase;
    width: 225px;
    height: 56px;
    text-align: center;
    border-radius: 0;
    transition: .4s;
    font-family: QuirkRegular;
    font-size: 20px;
    padding: 10px;
    margin-left: 20px;
      }
      
      .chocolate-content h2{
      color: #fff;
      }
      .toltip-content h2{
      color: #fff;
      }
      
      .rc-template__legacy-radio .rc-radio__label {
   
    font-size: 20px;
    font-family: "gelica-regular";
      }
      
      .rc-radio__input{
          height: 25px;
    width: 25px !important;
    border: 2px solid var(--cyan);
      }
      
      .rc_popup__label{
   
    font-size: 20px;
    font-family: "gelica-regular";
        color: var(--cyan);
      }
/*       #page-header{
          padding: 50px 0px 100px 0px;
      }
      
      .bh-sl-container{
          text-align: center !important;

      }
      .bh-sl-title{
      font-size: 80px !important;
    line-height: 60px !important;
    font-family: "american-lemon-sans-regular" !important;
    color: var(--cyan) !important;
    text-transform: uppercase !important;
   
      } */
      
      .rating-star:before{
      display: none;
      }
      #shopify-product-reviews{
      padding: 5% 0;
      }
      
      .cart-notification-product__name{
      color: var(--cyan) !important;
    font-family: "american-lemon-sans-regular" !important;
    font-size: 20px !important;
}
      .cart-item__name{
      color: var(--cyan) !important;
    font-family: "american-lemon-sans-regular" !important;
    
}
      .cart__checkout-button{
          background-color: var(--cyan) !important;
    font-family: "QuirkRegular" !important;
    border-color: var(--cyan) !important;
      }
      .cart__checkout-button:after{
      box-shadow: none !important; 
      }
      .cart__empty-text{
          color: var(--cyan) !important;
    font-family: "gelica-med" !important;
      }
      
      .cart__warnings a{
          background-color: var(--cyan) !important;
    font-family: "gelica-med" !important;
    border-color: var(--cyan) !important;
      }
      .cart__warnings a:after{
      box-shadow: none !important; 
      }
      
      #login{
          color: var(--cyan) !important;
    font-family: "american-lemon-sans-regular" !important;
    font-size: 48px;
      }
      .reg-heading{
          color: var(--cyan) !important;
    font-family: "american-lemon-sans-regular" !important;
    font-size: 48px;
      }
      .field label{
      color: var(--cyan) !important;
    font-family: "gelica-med" !important;
      }
      
      .forgot-passeord, .create-acc{
      font-family: "gelica-med" !important;
      }
      .login-btn{
          background-color: var(--cyan) !important;
    font-family: "gelica-med" !important;

      }
      
      .login-btn:after{
      box-shadow: none !important; 
      }
      
      div#rc_login h5{
      font-family: "gelica-med" !importants
      }
      

      .rc-container-wrapper.rc_container_wrapper:before {
        /* position: absolute; */
        content: 'Select A Plan :';
        top: 0;
        font-size: 24px;
        font-family: "gelica-regular";
        color: var(--cyan);
          }

      .rc-container {
        margin-top: 0.5rem;
      }

      .rc_popup {
        display: none !important;
      }

      .rc_widget__option__selector input {
        display: none !important;
      }

      .rc_widget__option__selector input[type="radio"] + label {
        position: relative;
        padding-left: 40px;
      }

      .rc_widget__option__selector input[type="radio"] + label:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border: 2px solid;
        border-radius: 50%;
        left: 0;
        top: 0px;
      }

      .rc_widget__option__selector input[type="radio"]:checked + label:after {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid;
        border-radius: 50%;
        left: 5px;
        top: 5px;
        background: #4fafb5;
        border-color: #4fafb5;
      }

      .rc_widget__option__selector input[type="radio"] + label .rc-option__price {
        display: none !important;
      }
      
      
      .rc-widget .rc-option--active {
        background-color: #ffffff;
      } 
  
  input.zip_code {
    font-size: 3.4rem;
    background: transparent;
    border: 0;
    color: white ;
    max-width: 240px;
    box-shadow: none;
    border: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none ;
}
    input.zip_code::placeholder
  {
      background: transparent;
    border: 0;
    color: white ;
  }

  @media screen and (max-width: 749px) {
    input.zip_code {
        font-size: 2rem;
    }
  }
  
  .article-template__title{
  color: #57c5cc;
    font-size: 80px;
    line-height: 103px;
    margin-bottom: 7px;
    font-family: "american-lemon-sans-regular";
    text-align: center;
  }
  
  .article-template h2
  {
  	font-family: "american-lemon-sans-regular"!important;
   font-size: 60px;
  }
  
  .article-template header{
  text-align: center;
  }
  .caption-with-letter-spacing{
     font-family: "gelica-med";
    font-size: 30px;
    text-align: center;
    color:#57c5cc;
  }
  .article-template__content{
  text-align: center;
        font-family: "gelica-regular";
    font-size: 26px;
  }
  .article-template__link {
      font-family: "american-lemon-sans-regular";
    font-size: 32px!important;
    color:#57C5D9!important;
  }
  
  .spr-header-title{
      font-family: "american-lemon-sans-regular";
    font-size: 36px !important; 
        color: #57c5cc;
  }
  
  .spr-summary-caption{
  font-family: "american-lemon-sans-regular";
    font-size: 20px;
    text-transform: capitalize;
    color: #57c5cc;
  }
  .spr-form-title {
    font-family: "american-lemon-sans-regular" !important;
    font-size: 34px !important;
    margin-bottom: 20px;
}
  .spr-form-label {
    font-family: "gelica-med" !important;
}
  .spr-form-label+.spr-form-input {
    font-family: "gelica-med" !important;
    font-size: 16px;
    padding: 10px;
}
  .spr-form-input textarea{
  padding: 10px;
  }
  .spr-button-primary{
  background: var(--cyan);
    border: 2px solid var(--cyan);
    color: #fff;
    font-family: "QuirkRegular";
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
  }
  
  .spr-review-header-title {
    font-family: "gelica-med" !important;
    font-size: 28px !important;
    color: #57c5cc!important;
}
  .spr-review-content-body {
    font-family: "gelica-med" !important;
    color: #57c5cc;;
    font-size: 20px !important;
}
  .spr-review-reportreview{
      font-family: "gelica-med" !important;
  }
  
  .cart-notification__heading{
      color: #57c5cc!important;
    font-family: 'gelica-regular';
  }
  
  #cart-notification-button{
   font-family: 'gelica-regular';
  }
  
 .product-option
  {
/*   	display:none!important; */
  } 
  
  @media screen and (max-width: 1199px){
  .subscribe-grid-wraper .sub-grid:first-child p {
    margin-top: 40px;
}

  
  }
   @media screen and (max-width: 991px){
  .subscribe-grid-wraper .sub-grid:first-child p {
    margin-top: 40px;
}

  
  }
  @media screen and (max-width: 702px){
  .subscribe-grid-wraper .sub-grid:first-child p {
    margin-top: 64px;
}

    
    .article-template__title h1
    {
    	font-size:50px;
    }
    
    .article-template__title h2
    {
    	font-size:40px;
    }
    
  
  }
  
  .pickup-availability-info p{
  
    font-family: "gelica-regular";

  }
   .pickup-availability-info  button{
    color: var(--cyan);
    font-family: "gelica-regular";

  }
  .pickup-availability-info  button:hover{
    color: var(--cyan);

  }
  
  .cart_notice{
      background-color: #c6def7;
    padding: 20px;
    text-align: center;
  }
  .cart_notice p{
/*   color: var(--cyan); */
    font-family: "gelica-regular";
    font-size: 16px;
  }

.customer .field input::before,
.customer .field input::after {
display: none;
}
.customer .field input {
    border: 1px solid var(--cyan);
    font-size: 2rem;
    color: var(--cyan);
    min-height: 5.5rem;
} 
.customer .field input:focus-visible {
    outline: 0;
    box-shadow: none;
}
.customer a {
    font-size: 2rem;
}
.customer .field label {
    top: calc(1.5rem + var(--inputs-border-width));
}
.customer button {
    font-size: 2rem;
    min-height: 5.5rem;
}

.jdgm-rev-widg,
.jdgm-rev-widg h1,
.jdgm-rev-widg h2,
.jdgm-rev-widg h3,
.jdgm-rev-widg h4,
.jdgm-rev-widg h5,
.jdgm-rev-widg h6,
.jdgm-rev-widg p,
.jdgm-rev-widg a {
    color: var(--cyan);
}
.jdgm-rev-widg .jdgm-rev-widg__title {
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 0;
}
.jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-star {
    font-size: 2rem;
}
.jdgm-rev-widg .jdgm-rev-widg__summary-text {
    font-size: 1.6rem;
}
.jdgm-rev-widg .jdgm-write-rev-link.jdgm-write-rev-link {
    font-size: 2rem;
    padding-block: 1.5rem;
}
.jdgm-rev-widg .jdgm-histogram {
    margin-top: 1rem;
}
.jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev__header .jdgm-star {
    font-size: 1.6rem;
}
.jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev__header .jdgm-rev__author {
    font-size: 1.6rem;
}
.jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev__title {
    font-size: 2rem;
}
.jdgm-rev-widg .jdgm-rev-widg__body .jdgm-rev__body {
    font-size: 1.6rem;
}

.image-with-text__grid .image-with-text__heading.h1 {
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    color: var(--cyan);
}
.image-with-text__grid .image-with-text__text {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4;
    color: var(--cyan);
}
.image-with-text__grid .image-with-text__content .button {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    min-width: 22rem;
    min-height: 5.5rem;
    background-color: var(--cyan);
    color: #fff;
    border: 1px solid var(--cyan);
    transition: all 0.3s ease;
}
.image-with-text__grid .image-with-text__content .button:hover {
    background-color: transparent;
    color: var(--cyan);
}
.image-with-text__grid .image-with-text__content .button::before,
.image-with-text__grid .image-with-text__content .button::after {
    display: none;
}

@media screen and (max-width: 749px) {
    .image-with-text__grid .image-with-text__heading.h1 {
        font-size: 3.2rem;
    }   
    .image-with-text__grid .image-with-text__text {
        font-size: 1.8rem;
    }
    .image-with-text__grid .image-with-text__content .button {
        font-size: 1.8rem;
        min-height: 5rem;
        min-width: unset;
        width: 100%;
    }
}

#store-locator-page .bss-wrapper-search-group {
    max-height: unset;
}
#store-locator-page #bss-search-input {
    font-size: 16px;
    padding-inline: 1rem;
}
#store-locator-page #bss-numbers-of-stores {
    font-size: 14px;
    padding-bottom: 0;
}
#store-locator-page .bss-info-wrapper {
    padding: 15px !important;
}
#store-locator-page #bss-select-search-option {
    display: none;
}
#store-locator-page #bss-search-result .bss-store-result {
    padding-bottom: 0 !important;
}
#store-locator-page #bss-suggest-results li {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    padding-block: 5px;
}
#store-locator-page .filter-group {
    display: none;
}
#store-locator-page .bss-info-wrapper div[id*="bss-store-name"] a {
    color: #57C5CC;
}

@media screen and (max-width: 749px) {
    #store-locator-page #bss-search-input {
        font-size: 14px;
    }
    #store-locator-page #bss-suggest-results li {
        font-size: 12px;
        padding-block: 4px;
    }
    #store-locator-page .bss-info-wrapper {
        padding: 10px !important;
    }
}

.pro-detail-main .product__description {
    margin-top: 2rem;
}

@media screen and (max-width: 749px) {
    .pro-detail-main .product__description {
        margin-top: 1.5rem;
    }
}