/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<----------------CUSTOM CSS---------------------->
@font-face {
    font-family: 'Gilroy';
    src: url('/cdn/shop/files/Gilroy-ExtraBold.woff2?v=1716901307') format('woff2'),
        url('/cdn/shop/files/Gilroy-ExtraBold.woff?v=1716901307') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/cdn/shop/files/Gilroy-Light.woff2?v=1716901307') format('woff2'),
        url('/cdn/shop/files/Gilroy-Light.woff?v=1716901307') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/cdn/shop/files/Gilroy-Heavy.woff2?v=1716958708') format('woff2'),
        url('/cdn/shop/files/Gilroy-Heavy.woff?v=1716958708') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Light.woff?v=1716898913") format("woff");
   font-style: normal;
    font-display: swap;
  font-weight:300;
}
@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Regular.woff?v=1716898913") format("woff");
 font-style: normal;
    font-display: swap;
  font-weight:400;
}
@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Medium.woff?v=1716898913") format("woff");
 font-style: normal;
    font-display: swap;
  font-weight:500;
}
@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-SemiBold.woff?v=1716898913") format("woff");
 font-style: normal;
    font-display: swap;
  font-weight:600;
}
@font-face {
  font-family: "Poppins";
  src: url("/cdn/shop/files/Poppins-Bold.woff?v=1716898913") format("woff");
 font-style: normal;
  font-display: swap;
  font-weight:700;
}
@font-face {
  font-family: "FoglihtenNo07";
  src: url("/cdn/shop/files/FoglihtenNo07.woff?v=1716899189") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('/cdn/shop/files/InstrumentSans-Medium.woff2?v=1748503787') format('woff2'),
        url('/cdn/shop/files/InstrumentSans-Medium.woff?v=1748503787') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('/cdn/shop/files/InstrumentSans-SemiBold.woff2?v=1748503787') format('woff2'),
        url('/cdn/shop/files/InstrumentSans-SemiBold.woff?v=1748503787') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans SemiCondensed';
    src: url('/cdn/shop/files/InstrumentSansSemiCondensed-Regular.woff2?v=1748503787') format('woff2'),
        url('/cdn/shop/files/InstrumentSansSemiCondensed-Regular.woff?v=1748503787') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, body p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 300;
}
i {
    font-family: 'FontAwesome';
  font-style: normal;
}
.topbar-header {
    background: #000;
    padding: 5px 0;
}
.topbar-header .topbar_left a {
    color: #fff;
    text-decoration: none;
  font-weight: 300;
    font-size: 14px;
  margin-right: 15px;
  font-family: 'Gilroy';
}
.topbar-header .page-width.page-width-desktop {
    display: flex;
    justify-content: space-between;
  align-items: center;
}
.topbar-header .socail-links a {
    background: #fff;
    border-radius: 55%;
    width: 23px;
    height: 23px;
    color: #000;
    padding: 2px;
    justify-content: center;
    margin-left: 15px;
}
.header__menu-item span {
  text-decoration: none;
}
.list-menu__item {
    text-transform: uppercase;
    color: #535F45;
    text-decoration: none;
  font-family: 'Gilroy';
}
.list-menu__item:hover{
  color: #fbffd9;
}
span.header__active-menu-item {
    color: #fff;
   
}
 .slideshow__text.banner__box {
    background: #0000;
}
.banner_data1 h2 {
    margin: 0;
    font-size: 36px;
    color: #c9ff54;
  font-weight: 300;
  font-family: 'Gilroy';
}
.banner_data1 h2 strong {
    font-weight: bold;
}
.banner_data1 h3 {
    font-size: 240px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
   font-family: "FoglihtenNo07";
}
body .slideshow__text-wrapper.banner__content {
  padding:0px;
}
.banner_data1 img.bio-banner-img {
    position: absolute;
    top: -49px;
    left: 395px;
    width: 370px;
 
  -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
.banner_data1 p {
    color: #fff;
    font-size: 18px;
      font-family: 'Gilroy';
    font-weight: 300;
    margin-top: -35px;
}
body .slideshow__text.banner__box {
    max-width: 1140px;
}
.banner_data1 h3 span.txt1 {
    margin-left: 125px;
}
.home-about {
 padding: 65px 0;
    position: relative;
}
.section-title {
    position: relative;
    padding-bottom: 30px;
}
.section-title h2 {
    color: #0b1115;
    font-size: 152px;
    text-transform: uppercase;
    opacity: .02;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -40px;
}
.section-title h3 {
    font-size: 38px;
    color: #101010;
  padding-top: 30px;
  text-align:center;
}
.bg-image1 {
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-about img.right-image  {
    width: 310px;
  -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
.home-about .txt1-data {
    max-width: 550px;
    margin-right: 40px;
}
.banner_data1 a.shophero1 {
    background: #ffffff;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 8px 25px;
    border-radius: 8px;
    letter-spacing: 0;
    font-size: 16px;
  position: relative;
  
}
.banner_data1 a.shophero1:hover {
    background: #c9ff54;
    color: #000000;
}
.ab-txtright1 {
    position: absolute;
    margin-top: -290px;
    margin-left: 400px;
}
.ab-txtright1 h4 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
  color:#a0c509;
  font-family: "FoglihtenNo07";
  display:none;
}
.ab-txtright1 h4:before {
    content: '';
    background-image: url(/cdn/shop/files/6.png?v=1716888147);
    background-repeat: no-repeat;
    width: 78px;
    height: 8px;
    position: absolute;
    left: -100px;
    top: 30px;
}
 .card.card--standard.card--media {
    border: 0;
}
.card.card--standard.card--media {
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 20px;
}
.card__inner.color-scheme-2.gradient.ratio {
   background: #fbfbfb;
    border-radius: 30px;
  border: 0px solid #ededed;
}
 .card h3.card__heading a {
        font-size: 16px;
    font-weight: 300;
    color: #747474;
   letter-spacing: 0;
       
}
.facets-container {
    margin-bottom: 30px;
}
.grid__item {
    margin-bottom: 20px;
}

.card h3.card__heading a:hover {
  color: #51ba69;
}
 .card h3.card__heading {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
 .card .price>* {
    font-size: 18px;
    color: #000000;
    font-family: 'Gilroy';
    letter-spacing: 0;
    font-weight: 300;
}

 .card .quick-add .quick-add__submit {
    background: #1c1c1c;
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    min-height: auto;
       font-family: 'Gilroy';
    font-weight: 300;
}
.card .loading__spinner {
    background: #1c1c1c;
    width: 100%;
}
.card .loading__spinner svg.spinner,
body .card .button.loading>.loading__spinner .spinner{
    width: 18px;
    margin: 0 auto;
}
  
.card .loading__spinner circle.path,
body .card .button.loading>.loading__spinner .path {
    stroke: #fff;
}
.home-no-problem .txt1-data {
    padding-left: 60px;
    padding-top: 90px;
    padding-bottom: 90px;
    position:relative;
}
.home-no-problem .txt1-data h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    font-family: 'Gilroy';
    font-weight: 300;
}
.home-no-problem .txt1-data h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    max-width:670px;
    font-style: italic;
}
.home-no-problem .txt1-data h6 {
    font-size: 16px;
    letter-spacing: 0;
    color: #000000;
    line-height: 26px;
    max-width: 300px;
    font-weight: 400;
    margin: 0;
}
.home-no-problem .txt1-data h2 {
    color: #8bb701;
    font-size: 180px;
    position: absolute;
    font-weight: 300;
    top: 43px;
    left: 415px;
    letter-spacing: -8px;
  font-family: 'Gilroy';
    font-weight: 300;
}
img.no-pro-right-image {
      margin-left: 0px;
  bottom: -20px;
    max-width: 390px;
    padding-top: 0px;
    position: relative;
   -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
.home-no-problem .bg-image1 {
    border-radius: 36px;
  padding-top: 35px;
  overflow: hidden;
 
}
.home-no-problem {
    padding-bottom: 75px;
    padding-top: 45px;
}
.key-points-home .key-block-data1 {
    text-align: center;
    padding: 30px;
}
.key-points-home .key-block-data1 .icon-img {
width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 55%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.key-points-home .key-block-data1 .key-txt1 h4, .key-points-home .key-block-data1 .key-txt1 h4 a {
    color: #fff;
    font-size: 22px;
      font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Poppins';
  text-decoration: none;
     
}
.key-points-home .key-block-data1 .key-txt1 h4 a:hover {
      color: #d6ffca;
}
.key-points-home .key-block-data1 .key-txt1 p {
    color: #fff;
    line-height: 24px;
  font-family: 'Gilroy';
}
.key-points-home .bg-image1 {
    border-radius: 32px;
    padding: 60px 0;
}
.key-points-home {
    padding-bottom: 75px;
}
.aos-animate {
    transition-duration: 1s !important;
}
.slide.fade {
    opacity: 1;
}
.slider-container .page-width.page-width-desktop {
    display: flex;
    overflow: hidden;
}
.testimonials-home .slide {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 25px;
    flex: 1 0 50%;
    background: transparent;
    text-align: left;
}
.testimonials-home .slide .slide-content {
    justify-content: normal;
}
.testimonials-home .client_profile {
    margin-bottom: 20px;
    border: 2px solid #fff;
    box-shadow: 8px 10px 15px #00000021;
    width: 80px;
    height: 80px;
      margin-left: 0;
}
.testimonials-home p {
    font-size: 14px;
    line-height: 24px;
    color: #101010;
}
.testimonials-home h3.slide-title {
    color: #545454;
    padding: 10px 0;
    color: #101010;
    font-size: 16px;
}
.testimonials-home {
    padding-bottom: 65px;
}
.testimonials-home .dot-container {
    display: none;
}
.testimonials-home .slider-nav a.slider-nav-btn {
    cursor: pointer;
}
.testimonials-home .slider-nav {
    width: 100%;
    z-index: 2;
    bottom: -10px;
    display: flex;
    top: auto;
    padding-left: 0px;
}
.testimonials-home .slider-nav a.slider-nav-btn.next {
    margin-left: 10px;
}
.testimonials-home .slider-nav a.slider-nav-btn {
    cursor: pointer;
    opacity: 1;
    background: transparent;
    text-decoration: none;
    border-radius: 50px;
    width: 65px;
    height: 32px;
    line-height: 35px;
    border: 1px solid #51ba69;
    color: #51ba69;
}
.testimonials-home .slider-nav a.slider-nav-btn:hover{
   background: #51ba69;
    color:#fff;
}
section#shopify-section-template--17769190916309__video_hjbiKt {
  padding-bottom:65px;
}
section#shopify-section-template--17769190916309__video_hjbiKt .video-section {
    max-width: 1100px;
}
section#shopify-section-template--17769190916309__video_hjbiKt .video-section iframe {
  border-radius:32px;
}
.certificate-home {
    padding-bottom: 75px;
    padding-top: 30px;
}
.certificate-home .d-flex {
    justify-content: center;
}
.certificate-home .col-md-2 {
    text-align: center;
}
.certificate-home .col-md-2:nth-child(1) img.certifcate-img1 {
    width: 120px;
}
.certificate-home img.certifcate-img1 {
    max-width: 140px;
}
.certificate-home .col-md-2:nth-child(3) img.certifcate-img1 {
    max-width: 120px;
}
.certificate-home .col-md-2:nth-child(4) img.certifcate-img1 {
    max-width: 120px;
}
footer.footer {
    background: #558359;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.footer-block__brand-info p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Poppins';
  letter-spacing: 0;
}
footer.footer .page-width {
        padding: 0;
    }
footer.footer h2.footer-block__heading.inline-richtext {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
footer.footer .footer-block__details-content .list-menu__item--link {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: 0;
    transition: all 0.4s ease-in-out;
}
footer.footer .footer-block__details-content .list-menu__item--link:hover {
  padding-left: 10px;
}
footer.footer .list-social{
  display: block;
}
.footer-block.grid__item.footer-block--menu,
footer.footer  .footer-block__social_links{
  padding-left: 30px;
}
footer.footer .footer__content-bottom-wrapper--center {
    justify-content: flex-start;
}
small.copyright__content {
    color: rgb(255 255 255 / 50%);
     
    font-size: 13px;
}

.copyright__content a,
.copyright__content a:hover
{
  color: rgb(255 255 255 / 50%) !important;
}
footer.footer .footer__blocks-wrapper.grid {
    column-gap: 30px;
}
.footer-block__brand-info .rte {
    padding-right: 50px;
}

footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item h2.footer-block__heading.rte p {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}
footer.footer .list-social {
  justify-content: flex-start;
}
footer.footer .list-social a {
  color:#fff;
}
footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item {
    max-width: 19%;
}
footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item:first-child {
    max-width: 36%;
}
footer.footer:before {
    content: '';
    background-image: url(/cdn/shop/files/footer-angle-bg.svg?v=1748519704);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 800px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center;
    left: 0;
    margin: auto;
    top: -50px;
}
.footer__content-bottom {
    border: none !important;
    padding-top: 0 !important;
}
section, .testimonial-section {
    position: relative;
    z-index: 1;
    background: #fff;
}
div#shopify-section-sections--17769192456405__footer {
     position: relative;
 
    width: 100%;
    bottom: 0;
}
.shopify-section-group-footer-group {
     position: relative;
    width: 100%;
    bottom: 0;
}
main#MainContent {
  margin-bottom:5px;
  z-index: 2;
}
body .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
}
.product__title h1 {
    font-size: 36px;
    color: #101010;
}
.product-form__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-form__buttons button {
    min-width: auto;
    min-height: auto;
    width: auto;
    padding: 15px 55px;
    line-height: 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
}
.product-form__buttons .shopify-payment-button {
    min-width: auto;
    min-height: auto;
    width: auto;
    padding: 0;
}
.product__description * {
    font-size: 15px;
    line-height: 26px;
    color: #000;
}
.card .card__inner .card__media {
    border-radius: 30px !important;
    overflow: hidden;
}

section#shopify-section-template--18601161261269__image_banner_R7gwGm .banner__box.content-container.gradient,
section#shopify-section-template--17769191145685__image_banner_T6iXap .banner__box.content-container.gradient {
    background: #0000;
}
#shopify-section-template--18601161261269__image_banner_R7gwGm h2.banner__heading.inline-richtext.h1,
section#shopify-section-template--17769191145685__image_banner_T6iXap h2.banner__heading.inline-richtext.h1 {
    color: #a5e31d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 52px;
}
.section-template--18601161261269__image_with_text_HUTrhy-padding .image-with-text__content {
    padding: 0 40px;
}
.section-template--18601161261269__image_with_text_HUTrhy-padding h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 32px;
    color: #056209;
    font-weight: 500;
}
.section-template--18601161261269__image_with_text_HUTrhy-padding .image-with-text__text.rte.body {
    margin-top: 10px;
}
.section-template--18601161261269__image_with_text_HUTrhy-padding .image-with-text__text.rte.body * {
    font-size: 16px;
}
.image-with-text .global-media-settings {
  border:0;
}
div#shopify-section-template--18601161261269__multirow_KkXWU9 .image-with-text .grid__item {
    border-radius: 8px;
    overflow: hidden;
}
div#shopify-section-template--18601161261269__multirow_KkXWU9 .image-with-text__content {
    padding-top: 10px;
}
div#shopify-section-template--18601161261269__multirow_KkXWU9 p.image-with-text__text.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium {
    font-size: 24px;
    font-weight: 600;
    color: #04610a;
    letter-spacing: 0;
  margin-top:35px;
  
}
div#shopify-section-template--18601161261269__multirow_KkXWU9 .image-with-text__text.rte.body {
    margin-top: 10px;
}
div#shopify-section-template--18601161261269__multirow_KkXWU9 .image-with-text__text.rte.body * {
    font-size: 16px;
    color: #000;
}
.section-template--18601161261269__multirow_KkXWU9-padding .image-with-text {
    padding-bottom: 35px;
}
.section-template--18601161261269__rich_text_aMa7xV-padding {
    background: #f6f6f6;
}
.section-template--18601161261269__rich_text_aMa7xV-padding .rich-text__blocks.center {
    max-width: 100%;
}
.section-template--18601161261269__rich_text_aMa7xV-padding p {
    color: #000;
}
.section-template--18601161261269__rich_text_aMa7xV-padding h2.rich-text__heading {
    font-weight: 500;
    color: #08640e;
}
 div#contact-page{
    display:flex;
    justify-content:space-between;
    padding-top:70px;
    padding-bottom:100px;
}
div#contact-page .contact-us-left-data .key-block-data1{
    width:100%;
    height:auto;
    margin-bottom:35px;
  display: flex;
    align-items: center;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-img{
    max-width:100%;
    margin-bottom:0;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-img .icon-circle {
    width: 70px;
    height: 70px;
    background: #08640e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-img img.icon-img1{
    width:30px;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-data{
    max-width:350px;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-data h4 {
        color: #08640e;
    max-width: 100%;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-data a,
div#contact-page .contact-us-left-data .key-block-data1 .icon-data p{
       color: #383838;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
      letter-spacing: 0;
  margin-bottom: 0;
}
div#contact-page .contact-us-left-data .key-block-data1 .icon-data a:hover{
    color:#88be11;
}
div#contact-page h2.title.title-wrapper--no-top-margin.inline-richtext{
        margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #04610a;
        text-transform: uppercase;
    letter-spacing: 0;
}
#contact-page h5{
    margin:10px 0 40px;
    font-size:18px;
    font-weight:500;
    color:#000;
}
div#contact-page .contact-us-right-data{
    width:40%;
}
div#contact-page .contact-us-right-data form#ContactForm{
        background: #ffffff;
    padding: 35px 35px;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #b7b7b7;
}
div#contact-page .contact-us-right-data .contact__fields{
    display:block;
    width:100%
}
#contact-page .field:before,#contact-page .field:after{
    display:none;
}
#contact-page .contact-us-right-data .field__input{
        background: #0000;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
#contact-page .contact-us-right-data textarea#ContactForm-body{
        height: 80px;
    min-height: auto;
}
#contact-page .contact-us-right-data label.field__label{
    letter-spacing:0;
}
#contact-page .contact-us-right-data .contact__button{
        text-align: left;
    margin-top: 20px;
}
#contact-page .contact-us-right-data .contact__button button.button{
    background: #08640e;
    color: #ffffff;
    font-size:16px;
    font-weight:500;
    letter-spacing:0;
    border-radius:4px;
    padding:8px 25px;
    height:auto;
}
#contact-page .contact-us-right-data .contact__button button.button:hover{
    background:#000;
}
#contact-page .contact-us-right-data .contact__button button.buttonLbefore,
#contact-page .contact-us-right-data .contact__button button.button:after {
  display:none;
}
.contact-page-map {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 60px;
}
.collection-hero h1.collection-hero__title {
    margin: 0;
    padding-top: 60px;
    color: #101010;
}
div#shopify-section-template--17769192161493__main,
div#shopify-section-template--17769192259797__main {
    background: #fff;
    padding: 40px 0;
}
.customer {
      background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
  margin: 60px auto !important;
  padding: 35px 30px !important;
}
.customer h1 {
  font-weight: 600;
  color: #0b6611;
}
.customer .field input {
  background: #0000;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.customer .field input:focus {
  box-shadow: none !important;
  border: 1px solid #0b6611;
  border-radius: 8px;
}
.customer .field:before,
.customer .field:after,
.customer button:before,
.customer button:after {
  display: none !important;
}
.customer .field label {
  letter-spacing: 0;
  font-size: 15px;
  color: #000;
}
.customer button {
  margin: 4rem 0 1.5rem;
  background: #0b6611;
  color: #ebe3d6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 24px;
  padding: 8px 25px;
  height: auto;
}
.customer button:hover {
  background: #000;
}
h1.cart__empty-text {
  font-weight: 600;
  color: #000;
}
main#MainContent .page-width.page-width--narrow {
    max-width: var(--page-width);
    margin: 0 auto;
}
main#MainContent  .main-page-title {
    font-weight: 600;
    margin: 0;
    color: #88be10;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 44px;
  margin-bottom: 0;
}
main#MainContent .rte h3 {
    margin-top: 20px;
    font-weight: 500;
    color: #0b6611;
    letter-spacing: 0;
}
section#shopify-section-template--17769191211221__main {
    padding: 40px 0;
}
.product-form__buttons button.product-form__submit {
    background: transparent;
    color: #558359;
    border: 1px solid #558359;
    border-radius: 50px;
    font-weight: 300;
    position: relative;
}
.product-form__buttons button.product-form__submit:hover  {
    background: #558359;
    color: #fff;
}
.product-form__buttons button.product-form__submit:before, .shopify-payment-button__button:before,
.product-form__buttons button.product-form__submit:after, .shopify-payment-button__button:after {
    display:none;
}
.shopify-payment-button__button {
    background: #558359 !important;
    background-color: #558359 !important;
    border: 1px solid #558359 !important;
    box-shadow: none;
    border-radius: 50px !important;
    font-weight: 300 !important;
    color: #fff !important;
    position: relative;
}
.shopify-payment-button__button:hover {
    color: #558359 !important;
    border: 1px solid #558359 !important;
    background: transparent !important;
    background-color:transparent !important;
}
.section-template--17769190916309__featured_collection_H6FUeg-padding ul#Slider-template--17769190916309__featured_collection_H6FUeg,
section#shopify-section-template--17769190916309__featured_collection_ydWjAX ul#Slider-template--17769190916309__featured_collection_ydWjAX {
    justify-content: center;
}
div#shopify-section-template--17769190916309__collection_slider_home_A8kpkR {
    overflow-x: hidden;
}
.home-about .d-flex {
    justify-content: center;
}
section#shopify-section-template--17769190916309__html_area_DpfMY7 {
    padding-top: 60px;
}
section#shopify-section-template--17769190916309__html_area_txxKLX {
    padding-top: 40px;
}
div#shopify-section-template--17769190916309__testimonials_3TE844 {
    padding-bottom: 5px;
}
body .product-form__input--pill input[type=radio]:checked+label {
    background-color: #558359;
    border-color: #558359;
}
variant-selects legend.form__label {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.product .product__info-wrapper .price .badge {
    font-size: 0;
    background: #0000;
    padding: 015px 0;
}
.product .product__info-wrapper span.badge.price__badge-sale.color-scheme-4:before {
    /* content: 'Summer Sale - Save upto 50%'; */
    content: '';
    background: #ffffffff;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 16px;
    font-weight: 500;
}















/************************************************************/
@media screen and (min-width:1180px) {
  body .page-width-desktop {
    padding: 0;
}
  body  .header:not(.drawer-menu).page-width {
        padding-left: 0;
        padding-right: 0;
    }
.topbar-header .socail-links ul.list-unstyled.list-social {
    flex-wrap: nowrap;
}
 header.header.header--middle-left  {
           grid-template-columns: auto;
 }
 .header--middle-left .header__inline-menu {
   text-align: center;
 } 
}



/************************************************************/
@media screen and (min-width:992px) and (max-width:1180px) {
.home-no-problem .txt1-data h2 {
      font-size: 140px;
      top: 105px
}
.banner_data1 img.bio-banner-img {
    position: absolute;
    top: 1px;
    left: 320px;
    width: 270px;
}
.banner_data1 h3 {
    font-size: 180px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item:first-child {
  padding-left:10px;
}
.list-menu__item {
      padding: 1.2rem 5px;
    font-size: 12px;
}
.product-form__buttons button {
    padding: 16px 35px;
}
.card .price>* {
  font-size: 18px;
}  
   header.header.header--middle-left  {
           grid-template-columns: auto;
 }
 .header--middle-left .header__inline-menu {
   text-align: center;
 } 
body .collection-image {
    min-width: 145px;
}
.collection-slider .collection-title {
  min-height: 50px;
}
.testimonials-home .slide .slide-content {
  min-height: 580px;
}


  
}


/************************************************************/
@media screen and (min-width:768px) and (max-width:991px) {
.banner_data1 h3 {
    font-size: 120px;
}
.banner_data1 img.bio-banner-img {
    position: absolute;
    top: -25px;
    left: 235px;
    width: 220px;
}
.ab-txtright1 {
    margin-top: -10px;
    margin-left: 220px;
}
.home-about .txt1-data {
    margin-right: 20px;
}
.home-no-problem .txt1-data h2 {
      top: 203px;
    left: 225px;
      font-size: 130px;
}
.certificate-home img.certifcate-img1 {
    max-width: 110px !important;
}
 div#shopify-section-sections--17769192456405__footer {
    position: relative;
}
    footer.footer {
        background-size: cover;
        background-image: none;
    } 
main#MainContent {
    margin-bottom: 0;
}
footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item:first-child {
      padding-left: 10px;
}
.product-form__buttons button {
    padding: 15px 25px;
}
.header--mobile-left {
        grid-template-columns: .7fr auto 1fr;
  padding: 0px 1rem 0px 1rem !important;
    }
.banner_data1 p {
  margin-top: -10px;
}
ul#Slider-template--17769190916309__featured_collection_ydWjAX  .grid__item, 
  ul#Slider-template--17769190916309__featured_collection_H6FUeg .grid__item{
        width: 47%;
        max-width: 47%;
    }
.collection-slider .collection-title {
  min-height: 50px;
}
body .collection-image {
    min-width: 150px;
}
section#shopify-section-template--17769190916309__html_area_9Vk7Lg,
  section#shopify-section-template--17769190916309__key_points_home_PrwxRd,
  section#shopify-section-template--17769190916309__no_problem_home_kTdFCE {
    padding: 0px 15px;
}
.home-no-problem .txt1-data h3 {
    font-size: 34px;
}
.home-no-problem .txt1-data {
    padding-left: 20px;
    padding-top: 50px;
}
img.no-pro-right-image {
    margin-left: -70px;
    bottom: -20px;
    max-width: 320px;
}
.key-points-home .key-block-data1 {
    padding: 0 30px;
}
.testimonials-home .slide .slide-content {
  min-height:460px;
}
  
}







/************************************************************/
@media screen and (max-width:767px) {

div#shopify-section-sections--17769192456405__footer {
    position: relative;
}
    footer.footer {
        background-size: cover;
        background-image: none;
    }
footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item:first-child,
  footer.footer .footer__blocks-wrapper.grid .footer-block.grid__item  {
  max-width: 100%;
    padding-left: 20px;
}
.footer-block.grid__item.footer-block--menu, footer.footer .footer-block__social_links {
    margin-top: 0;
    
}
section#shopify-section-template--17769190916309__no_problem_home_kTdFCE .d-flex, 
  section#shopify-section-template--17769190916309__homepage_about_FBLPgT .d-flex,
  section#shopify-section-template--17769190916309__key_points_home_PrwxRd .d-flex,
  section#shopify-section-template--17769190916309__certificate_bn8Ujx .d-flex {
    flex-wrap: wrap;
}
.banner_data1 h3, .banner_data1 h3 span.txt1 {
    font-size: 60px;
}
.banner_data1 h3 span.txt1 {
    margin-left: 50px;
}
.banner_data1 img.bio-banner-img {
            position: relative;
        top: -87px;
        left: auto;
        width: 70px;
}
  .banner_data1 p {
    margin-top: -65px;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
    padding-top: 10px;
  }
.section-title h2 {
      font-size: 72px;
      margin-top: 5px;
}
body .slideshow__text-wrapper.banner__content {
    position: absolute;
    top: 70px;
}
.conntact-left {
    padding-left: 5px;
}
 .topbar-header .socail-links a {
    margin-left: 5px;
    margin-bottom: 5px;
}
.topbar-header .topbar_left a {
    display: block;
}
.socail-links {
    margin-right: 5px;
}
.ab-txtright1 {
    position: relative;
    margin-top: 70px;
    margin-left: 150px;
}
.section-title {
    padding-bottom: 15px;
}
.home-about .txt1-data {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
}
.card .quick-add {
    position: relative;
    bottom: 0;
    right: 0px;
}
img.no-pro-right-image {
   margin-left: 0;
        max-width: 100%;
        padding: 20px 10px 0px 10px;
}
section#shopify-section-template--17769190916309__key_points_home_PrwxRd .col-md-3 {
    width: 100%;
}
.certificate-home .col-md-2 {
    width: 24%;
}
  
.certificate-home img.certifcate-img1 {
    max-width: 110px;
    margin-bottom: 30px;
}
  .certificate-home .col-md-2:nth-child(1) img.certifcate-img1,
  .certificate-home .col-md-2:nth-child(2) img.certifcate-img1,
  .certificate-home .col-md-2:nth-child(3) img.certifcate-img1,
  .certificate-home .col-md-2:nth-child(4) img.certifcate-img1 {
    width:75px;
  }

.home-no-problem .txt1-data {
            padding-left: 15px;
        padding-right: 15px;
    padding-top: 30px;
    position: relative;
}
main#MainContent {
    margin-bottom: 0;
}
aside#main-collection-filters {
    padding-bottom: 25px;
}
div#contact-page {
    display: block;
}
div#contact-page .contact-us-right-data {
    width: 100%;
    margin-top: 80px;
}
#shopify-section-template--18601161261269__image_banner_R7gwGm h2.banner__heading.inline-richtext.h1, 
  section#shopify-section-template--17769191145685__image_banner_T6iXap h2.banner__heading.inline-richtext.h1 {
           font-size: 28px;
        margin-top: -64px;
}
section#shopify-section-template--18601161261269__image_banner_R7gwGm .banner__box.content-container.gradient, 
  section#shopify-section-template--17769191145685__image_banner_T6iXap .banner__box.content-container.gradient {
    background: #0000;
    padding: 0;
}  
 .product-form__buttons button {
    padding: 15px 30px;
}
.section-template--17769190916309__featured_collection_H6FUeg-padding ul#Slider-template--17769190916309__featured_collection_H6FUeg,
section#shopify-section-template--17769190916309__featured_collection_ydWjAX ul#Slider-template--17769190916309__featured_collection_ydWjAX {
    justify-content: start;
}
.home-no-problem .txt1-data h2 {
      top: 103px;
    left: 175px;
}
section#shopify-section-template--17769190916309__featured_collection_ydWjAX ul#Slider-template--17769190916309__featured_collection_ydWjAX li {
    margin-bottom: 15px;
}
  .slider-buttons.quick-add-hidden {
    display: none;
}
.product .product__media-wrapper .thumbnail-slider {
    display: flex !important;
}
footer.footer:after{
     width: 87px;
    height: 192px;
    position: absolute;
    right: -2px;
    bottom: -152px; 
}
footer.footer .footer-block__social_links {
      padding-left: 0;
}
.home-about {
  padding-bottom:10px;
          padding-top: 40px;
}
.home-no-problem .txt1-data h3 {
  font-size:28px;
}
.testimonials-home p {
    font-size: 18px;
    line-height: 30px;
}
.testimonials-home {
    margin: 0 10px;
}
.topbar-header .topbar_left a:nth-child(2) {
    display: none;
}
.header--mobile-left {
        grid-template-columns: .7fr auto 1fr;
  padding: 0px 1rem 0px 1rem !important;
    }
section#shopify-section-template--17769190916309__homepage_about_FBLPgT .bg-image1 {
    background-position: center bottom;
    background-size: 280%;
}
.card h3.card__heading a {
  height: auto;
}
section#shopify-section-template--17769190916309__html_area_9Vk7Lg,
  section#shopify-section-template--17769190916309__key_points_home_PrwxRd,
  section#shopify-section-template--17769190916309__no_problem_home_kTdFCE {
    padding: 0px 15px;
}
.home-about img.right-image {
  margin-top:20px;
}
 .testimonials-home .slide {
   flex: 1 0 100%;
 }
.testimonials-home .slide .slide-content {
  min-height: 380px;
}
  
  
}
























































/********************************NEW LAYOUT CSS******************************************/
sticky-header.header-wrapper.gradient{
  background: transparent;
}
sticky-header.header-wrapper .header {
    background: #C6D6B1;
}
body.is-homepage .header__heading-logo {
    filter: brightness(0) invert(1);
}
body.is-homepage sticky-header.header-wrapper .header {
    background: #0000;
}
body.is-homepage main#MainContent {
    margin-top: -115px;
}
body.is-homepage a {
    color: #fff;
}
.home-banner-new {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  padding-bottom: 610px;
  position: relative;
      overflow: hidden;
}
.home-banner-new-text1 {
    padding-top: 19vh;
    text-align: center;
}
.home-banner-new-text1 h5.home-banner-sub-title {
    color: #FBFFD9;
}
.home-banner-new-text1 h5.home-banner-sub-title {
    color: #FBFFD9;
    font-family: "Instrument Sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 30px;
    letter-spacing: 18px;
}
.home-banner-new-text1 h2.home-banner-title {
    font-size: 50vh;
    line-height: 240px;
    color: #FBFFD9;
    text-transform: uppercase;
}
.home-banner-hill-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20vh;
    text-align: center;
}
.home-banner-hill-img img {
    max-width: 100%;
    width: 100%;
}
.home-banner-product-img {
    position: absolute;
    text-align: center;
    top: 50vh;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.home-banner-product-img img {
    max-width: 900px;
}
.home-banner-new:after {
    content: '';
    background-image: url(/cdn/shop/files/5_1a37630d-180b-4876-92ac-e59c56c52ac6.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -5px;
}
.home-banner-content-bottom {
    background: #C6D6B1;
    margin-top: -120px;
}
.drawer__inner a.button:before,
.drawer__inner a.button:after,
.cart-drawer .cart__checkout-button:before,
.cart-drawer .cart__checkout-button:after,
div#main-cart-footer button#checkout:before,
div#main-cart-footer button#checkout:after {
  display: none;
}
.drawer__inner a.button,
.cart-drawer .cart__checkout-button,
div#main-cart-footer button#checkout{
    color: #ffffff ;
    border: 1px solid #51ba69;
    background-color: #51ba69;
    border-radius: 24px;
  font-family: 'Instrument Sans';
}
.drawer__inner a.button:hover,
.cart-drawer .cart__checkout-button:hover,
div#main-cart-footer button#checkout:hover{
  border: 1px solid #000;
    background-color: #000;
}



/* 28 may 2025 new  css */
.header.page-width, .page-width.HomeBannerText{
    max-width: 100%;
}
.relative{
  position: relative;
}
@media (min-width: 1181px) {
  .header.page-width, .home-page-banner{
      padding-left: 5rem !important;
      padding-right: 5rem !important;
  }
  .page-width.HomeBannerText{
      padding-left: 0rem !important;
      padding-right: 0rem !important;
  }
}
@media (min-width: 1300px) {
  .header__menu-item {
      padding: 2.2rem;
  }
}
.header__icons{
    gap: 15px;
}
body.is-homepage .header__icons .header__icon {
    height: 4rem;
    width: 4rem;
    vertical-align: middle;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 10px;
}
body.is-homepage .header__icons .header__icon svg{
  fill: white;
}
body.is-homepage .header__icons .header__icon .icon-search {
    fill: transparent;
    stroke: white;
}
body.is-homepage .header__icons .header__icon svg path {
   fill: #fff;
}
.header__icons .header__icon {
    height: 4rem;
    width: 4rem;
    vertical-align: middle;
    background: #FFFFFF1A;
    border: 1px solid #A9BF8C;
    border-radius: 50px;
    padding: 10px;
    fill: #535F45;
}
.header__icons .header__icon svg,
.header__icons .header__icon svg path {
  fill: #535F45;
}
.header__icons .header__icon .icon-search{
    fill: transparent;
    stroke: #535F45;
}

.home-page-banner{
  padding: 0 15px;
}
.subtitle{
  color: #101010;
  font-size: 18px;
}
.des h3{
  color: #101010;
  font-size: 38px;
  font-style: italic;
}
.valueTitle{
  color:#51ba69;
  font-size: 38px;
  font-style: italic;
  font-weight: 600;
}
.valueName{
  color: #6D7C5A;
  font-size: 18px;
}
.default-bg{
  background: #C6D6B1;
}
.productsRow-title h3{
  font-style: italic;
}
.default-green-btn{
  background: #51ba69;
  color: white;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border:1px solid #51ba69;
}
.default-green-btn:hover{
  background: transparent;
  color: #51ba69;
}
.card.card--standard.card--media, .product-card-wrapper .card {
    padding: 8px;
    border-radius: 35px;
    border: 1px solid #B2C391;
    background: #ECF0E5;
}
.card .quick-add .quick-add__submit {
    background: transparent;
    color: #51ba69;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    min-height: auto;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
    border: 1px solid #51ba69;
    border-radius: 50px;
    width: 100%;
    box-shadow: none;
}
.card__content {
    padding: 25px 5px 5px !important;
}
.card__information {
    padding-bottom: 0.7rem !important;
    padding-top: 0.7rem !important;
}
.card .quick-add .quick-add__submit:after, .card .quick-add .quick-add__submit:before {
  border: none;
  box-shadow: none;
}
.card h3.card__heading, .card h3.card__heading a{
  font-family: "Instrument Sans", sans-serif;
  color: #101010;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card .quick-add .quick-add__submit:hover{
  background: #51ba69;
  color: #fff;
}
.icon.icon-cart-btn {
    width: 18px;
    fill: #51ba69;
    margin-right: 8px;
}
.card .quick-add .quick-add__submit:hover .icon.icon-cart-btn{
  fill: #fff;
}

.card-information .price .price-item{
    font-weight: 500;
  font-family: 'Instrument Sans';
}
small.copyright__content, small.copyright__content a {
    color: #fff !important;
    font-size: 12px;
}
.footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
    border-top: 1px solid #629366;
    justify-content: center;
    padding-top: 15px;
    margin-top: 30px;
}
header.scrolled {
    background: #C6D6B1 !important;
    border-radius: 0 0 30px 30px;
}
body.is-homepage header.scrolled .header__heading-logo{
    filter: none;
}
.HomeBannerText img{
  max-width: 100%;
}
.home-banner-product-img {
    z-index: 9;
}
aside#main-collection-filters .facets-container {
    background: #FEFAEE;
    padding: 20px 15px;
    border-radius: 20px;
}
aside#main-collection-filters .facets-container  .facets__heading{
    font-size: 18px;
    color: #101010;
}
aside#main-collection-filters .facets__summary, aside#main-collection-filters .facet-checkbox{
    color: #101010;
}
.product .product__media-list {
    border: 1px solid #C6D6B1;
    border-radius: 30px;
    padding: 10px;
}
.product .product-media-container {
    border: none;
}
.thumbnail{
    border: 1px solid #C6D6B1;
    border-radius: 20px !important;
}
.related-products__heading {
    margin: 0 0 3rem;
    font-size: 38px;
    color: #101010;
    margin-bottom: 30px;
    font-style: italic;
}
.product__info-container .price__regular .price-item--regular {
    margin-right: 0;
    font-size: 24px;
}
.product-form__input.product-form__quantity {
    padding: 15px 0;
}
.quantity{
    border: 1px solid #C6D6B1;
    border-radius: 50px;
    padding: 5px;
}
.quantity:before, .quantity:after{
  box-shadow: none;
}
.quantity__button{
  border: none;
  background: #ECF0E5 !important;
  border-radius: 50px;
  color: #000000;
  width: 35px;
  height: 35px;
}
.product__description * {
    font-size: 13px;
    color: #535353;
}
.product__description {
    padding-top: 15px;
}
div#contact-page {
    display: block;
}
.contactnew {
    display: flex;
    gap: 40px;
    background: #ECF0E5;
    padding: 60px;
    border-radius: 24px;
}
div#contact-page .contactnew h2.title.title-wrapper--no-top-margin.inline-richtext {
    color: #101010;
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 400;
}
#contact-page .contactnew h5 {
        font-size: 16px;
    color: #6D7C5A;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Instrument Sans", sans-serif;
}
div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-img {
  display: none;
}
div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-data h4 {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #101010;
      margin-bottom: 5px;
}
div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-data p, 
div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-data p a {
    font-size: 24px;
    color: #558359;
    line-height: normal;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
}
div#contact-page .contactnew .contact-us-left-data .key-block-data1 {
    margin-bottom: 35px;
}
#contact-page .contactnew .contact-us-left-data {
    max-width: 40%;
}
div#contact-page .contactnew .contact-us-right-data {
    width: 60%;
}
div#contact-page .contactnew .contact-us-right-data form#ContactForm {
    margin: 0;
    padding: 0;
    background: #0000;
    border: 0;
}
div#contact-page .contactnew .contact-us-right-data .contact__fields {
    display: flex;
}
#contact-page .contactnew .contact-us-right-data .field__input {
    background: #C6D6B1;
    border-radius: 24px;
    color: #6D7C5A;
    border: 1px solid #B2C391;
}
#contact-page .contactnew .contact-us-right-data label.field__label {
    color: #6D7C5A;
    
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
}
#contact-page .contactnew .contact-us-right-data textarea#ContactForm-body {
    height: 140px;
     
}
#contact-page  .contactnew .contact-us-right-data .contact__button {
    text-align: right;
}
#contact-page  .contactnew .contact-us-right-data .contact__button button.button {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 8px 25px;
    height: auto;
    color: #ffffff;
    border: 1px solid #558359;
    background-color: #558359;
    border-radius: 24px;
}
 .contact .contactnew .field {
        margin-bottom: 30px;
    }
div#contact-page.contact {
    padding-top: 35px;
    padding-bottom: 10px;
}
main#MainContent .main-page-title {
    font-family: 'Arapey';
    text-transform: none;
    font-weight: 300;
    color: #101010;
}
main#MainContent .rte p,
main#MainContent .rte ul,
main#MainContent .rte ol,
main#MainContent .rte div{
    font-family: 'Instrument Sans';
    font-weight: 300;
}
main#MainContent .rte h3 {
    font-family: 'Instrument Sans';
    color: #101010;
    font-size: 20px;
  font-weight: 400;
}
.customer.login,
.customer.register{
    background: #ECF0E5;
    border: 1px solid #B2C391;
    border-radius: 60px;
  padding: 40px 50px !important;
}
.customer.login h1,
.customer.register h1{
    color: #101010;
    font-family: 'Arapey';
    font-weight: 400;
}
.customer.login .field input,
.customer.register .field input{
    background: #C6D6B1;
    border-radius: 24px;
    color: #6D7C5A;
    border: 1px solid #B2C391;
}
.customer.login .field label,
.customer.register .field label{
    color: #6D7C5A;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
}
.customer.login .field+a {
    float: right;
    font-family: 'Instrument Sans';
    font-weight: 400;
    color: #101010;
    font-size: 15px;
}
.customer button {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 8px 25px;
    height: auto;
    color: #ffffff;
    border: 1px solid #558359;
    background-color: #558359;
    border-radius: 24px;
    width: 100%;
   font-family: 'Instrument Sans';
}
.customer.login form#customer_login a,
.login a{
    font-family: 'Instrument Sans';
    font-weight: 400;
    color: #101010;
    font-size: 15px;
}  
form#CartDrawer-Form td * {
    font-family: 'Instrument Sans';
    letter-spacing: 0;
}
.cart-drawer .totals h2.totals__total {
    letter-spacing: 0;
}
.totals__total-value,
.cart-drawer .tax-note{
  font-family: 'Instrument Sans';
}
.facets-vertical .facets__price .field:before,
.facets-vertical .facets__price .field:after {
  display: none !important;
}
.facets-vertical .facets__price input {
    border-radius: 24px;
    background: #ecf0e5;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
    border: 1px solid #558359;
}
.customer.login p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 300;
    line-height: 24px;
}
.collection-sidebar {
    background: #FEFAEE;
    padding: 30px 20px;
    border-radius: 20px;
}
.collection-custom h2 {
    font-size: 24px;
    color: #101010;
    font-family: 'Instrument Sans';
      margin-bottom: 15px;
}
.collection-custom ul {
    list-style: none;
    padding-left: 0;
}
.collection-custom ul a {
    font-family: 'Instrument Sans';
    text-decoration: none;
    color: #101010;
      display: block;
    padding: 5px 0;
}
.collection-custom ul a:hover{
      color: #558359;
}
aside#main-collection-filters .facets-container {
    display: none;
}
.collection-custom {
    display: flex;
    flex-direction: column;
    width: 24rem;
}
.card .loading__spinner {
    background: #51ba69;
    border-radius: 24px;

}
form#CartDrawer-Form td a.cart-item__name.h4.break {
    color: #000;
}
.section-template--19248777167061__cart-items-padding * {
    font-family: 'Instrument Sans';
}
.collection-sidebar.rkgfixside {
    z-index: 8888888;
    top: 170px;
    position: fixed;
    width: 245px;
}
.facets-vertical .facets-wrapper {
    width: 25%;
}
div#ProductGridContainer.product-grid-container {
    width: 75%;
    float: right;
}
   .ShoppingPartner.certificate-home .certifcate-img .certifcate-img1, 
.ShoppingPartner.certificate-home .col-md-2:nth-child(1) img.certifcate-img1{
    max-width: 160px !important;
    width: 160px !important;
  }

.collection-hero__title+.collection-hero__description {
    max-width: 100%;
}










@media screen and (min-width:992px) and  (max-width:1280px) {
.collection-sidebar.rkgfixside {
  width:201px;
}
.home-banner-hill-img {
      top: 10vh;
}
.home-banner-hill-img img {
      height: 900px;
    object-fit: cover;
}
section#shopify-section-template--19248777625813__main .page-width.page-width--narrow {
      padding: 40px 15px 40px 15px;
}
.home-banner-product-img {
      top: 50vh;
}
  
}














@media screen and (max-width:991px) {
.is-homepage .header__icon:hover .icon, .is-homepage .modal__close-button:hover .icon,
.is-homepage .header__icon--menu .icon {
  color: #fff;
}
.is-homepage nav.menu-drawer__navigation {
    background: #000;
}
 .collection-custom ul {
    display: none;
  }
.collection-custom {
  width: 100%;
}
  .collection-custom h2 {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
            margin-bottom: 0;
  }
  .collection-custom h2::after {
    content: "\f0d7";
        font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
  }
  .collection-custom h2.active::after {
    content: "\f0d8";   
  }
  .collection-custom h2.active + ul {
    display: block;
    margin-top: 15px;
  }


  
}






@media screen and (min-width:768px) and  (max-width:991px) {
.home-banner-new {
      background-size: 160%;
    padding-bottom: 422px;
}
.home-banner-hill-img {
  top: 18vh;
}
  .home-banner-hill-img img {
        height: 660px;
    object-fit: cover;
  }
.home-banner-product-img {
      top: 28vh;
}
.home-banner-product-img img {
    max-width: 680px;
}
 .page-width-desktop {
        padding: 0 8px;
    } 
.home-about img.right-image {
      max-width: 100%;
}
.ShoppingPartner.certificate-home .certifcate-img .certifcate-img1, 
  .ShoppingPartner.certificate-home .col-md-2:nth-child(1) img.certifcate-img1 {
  width: 120px !important;
}
footer.footer {
  background: #558359;
}
  .facets-vertical {
    flex-wrap: wrap;
  }
.facets-vertical .facets-wrapper {
    width: 100%;
    margin-bottom: 35px;
}
div#ProductGridContainer.product-grid-container {
    width: 100%;
}
.collection-sidebar.rkgfixside {
      position: relative;
          width: 100%;
        top: 0 !important;
}
div#ProductGridContainer.product-grid-container ul#product-grid li.grid__item {
    width: 48%;
    max-width: 48%;
}
div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-data p, 
  div#contact-page .contactnew .contact-us-left-data .key-block-data1 .icon-data p a {
    font-size: 18px;
}



  
}






@media screen and (max-width:767px) {
  .home-banner-new-text1 h5.home-banner-sub-title {
    font-size: 18px;
        letter-spacing: 8px;
  }
.home-banner-new {
      background-size: 240%;
    padding-bottom: 350px;
}
  .home-banner-new-text1 {
    padding-top: 18vh;
  }
.home-banner-hill-img {
      top: 15vh;
}
.home-banner-hill-img img {
      object-fit: cover;
    height: 500px;
}
.home-banner-product-img img {
    max-width: 340px;
}
.home-banner-product-img {
      top: 30vh;
}
.home-banner-content-bottom {
    margin-top: 0px;
} 
.des h3 {
      font-size: 30px;
}  
.home-banner-content-bottom .row .col-md-3 {
    width: 50%;
}
.default-green-btn {
    margin-top: 20px;
}
.page-width.page-width-desktop {
    padding: 0px 15px;
}
div#shopify-section-template--19248777494741__collection_slider_home_A8kpkR section.collection-slider {
    padding-top: 70px;
}
section#shopify-section-template--19248777494741__homepage_about_FBLPgT .row .col-md-6 {
    order: 2;
}
section#shopify-section-template--19248777494741__homepage_about_FBLPgT .row .col-md-5,
  section#shopify-section-template--19248777494741__homepage_about_grid2_zkWLMV .row .col-md-4{
  text-align: center;
}
section#shopify-section-template--19248777494741__homepage_about_FBLPgT {
    padding-bottom: 70px;
}
.ShoppingPartner .col-md-3 {
    width: 50%;
}
footer.footer .list-social {
    display: flex;
}
.facets-vertical .facets-wrapper {
    width: 100%;
    margin-bottom: 35px;
}
div#ProductGridContainer.product-grid-container {
    width: 100%;
}
.collection-sidebar.rkgfixside {
      position: relative;
          width: 100%;
        top: 0 !important;
}
div#ProductGridContainer.product-grid-container ul#product-grid li.grid__item {
    width: 48%;
    max-width: 48%;
}
.contactnew {
    flex-wrap: wrap;
}
#contact-page .contactnew .contact-us-left-data,
  div#contact-page .contactnew .contact-us-right-data {
    max-width: 100%;
    width:100%;
}
section#shopify-section-template--19248777494741__html_area_DpfMY7 a.default-green-btn.float-end,
  section#shopify-section-template--19248777494741__html_area_FqxcYW a.default-green-btn.float-end{
    float: none !important;
   
    display: inline-block;
} 
section#shopify-section-template--19248777494741__html_area_DpfMY7 .title1 .col-md-6,
  section#shopify-section-template--19248777494741__html_area_FqxcYW .title1 .col-md-6 {
   text-align: center;
}
section#shopify-section-template--19248777494741__html_area_DpfMY7 .productsRow-title h3
 section#shopify-section-template--19248777494741__html_area_FqxcYW .productsRow-title h3 {
    text-align: center !important;
  }
body .card--card .quick-add {
    margin: 5px 0;
}
section#shopify-section-template--19248777494741__homepage_about_grid2_zkWLMV .home-about {
    padding-bottom: 50px;
}
.home-about .txt1-data,
 .txt1-data h3,
  .productsRow-title h3 {
  text-align: center !important;
}
section#shopify-section-template--19248777494741__homepage_about_FBLPgT .row .col-md-6,
  section#shopify-section-template--19248777494741__homepage_about_grid2_zkWLMV .row .col-md-6{
  text-align: center;
}
 section#shopify-section-template--19248777494741__homepage_about_FBLPgT .ab-txtright1 {
    display: none;
}
section#shopify-section-template--19248777494741__no_problem_home_kTdFCE h3 {
    text-align: left !important;
}
section#shopify-section-template--19248777494741__no_problem_home_kTdFCE .home-no-problem .txt1-data {
           padding-bottom: 10px;
 } 
 div#shopify-section-template--19248777494741__testimonials_3TE844 .slider-container.testimonials-home-bg {
    padding: 60px 25px;
}
.testimonials-home .slider-nav {
    margin-bottom: 35px;
}
section#shopify-section-template--19248777494741__certificate_bn8Ujx .certificate-home .d-flex {
  flex-wrap: wrap;
}
section#shopify-section-template--19248777494741__certificate_bn8Ujx .col-md-2 {
    width: 48%;
}
section#shopify-section-template--19248777494741__certificate_bn8Ujx .certificate-home img.certifcate-img1 {
  width:100% !important;
}
  .ShoppingPartner.certificate-home .certifcate-img .certifcate-img1, 
.ShoppingPartner.certificate-home .col-md-2:nth-child(1) img.certifcate-img1{
    max-width: 120px !important;
    width: 160px !important;
  }
.collection {
    padding-bottom: 40px;
}
section#shopify-section-template--19260252127445__homepage_about_grid2_YDpBYr .col-md-4  {
    text-align: center;
}
section#shopify-section-template--19260252127445__about_section_fQ46WP .about-section-about-page .about-text {
    font-size: 30px;
}
  section#shopify-section-template--19260252127445__about_section_fQ46WP {
    padding-bottom: 40px;
}
  .header__icons a.header__icon.header__icon--account.link {
    display: inline !important;
}
body.is-homepage .header__icons .header__icon,
  .header__icons .header__icon {
      width: 3rem;
    height: 3rem;
    padding: 5px;
}
.header__icons a.header__icon.header__icon--account.link svg.icon.icon-account,
   .header__icons .header__icon svg.icon.icon-account {
    margin-top: -10px;
}









  
}


img[alt="Grouptify"] {
  display: none !important;
}
.mpb-offer__tier-stack-wrapper div[style*="grid-template-columns"] {
  grid-template-columns: 1fr !important;
}
@media (min-width: 768px) {
  .mpb-offer__tier-stack-wrapper div[style*="grid-template-columns"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

