/* Global Styling */


/* Font Families */


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* Gilroy */
@font-face {
  font-family: "Gilroy-Bold";
  src: url('/cdn/shop/t/12/assets/Gilroy-Bold.woff?v=18315437153656574484');
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url('/cdn/shop/t/12/assets/Gilroy-ExtraBold.woff?v=9071099975282353412');
}

@font-face {
  font-family: "Gilroy-Heavy";
  src: url('/cdn/shop/t/12/assets/Gilroy-Heavy?1524');
}

@font-face {
  font-family: "Gilroy-Light";
  src: url('/cdn/shop/t/12/assets/Gilroy-Light.woff?v=12161007856662595946');
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url('/cdn/shop/t/12/assets/Gilroy-Medium.woff?v=11560451572439444993');
}


@font-face {
  font-family: "Gilroy-SemiBold";
  src: url('/cdn/shop/t/12/assets/Gilroy-SemiBold.woff?v=3371579582283034928');
}

@font-face {
  font-family: "Gilroy-Thin";
  src: url('/cdn/shop/t/12/assets/Gilroy-Thin.woff?v=4754823406053823297');
}

@font-face {
  font-family: "Gilroy-UltraLight";
  src: url('/cdn/shop/t/12/assets/Gilroy-UltraLight.woff?v=5334877513663998672');
} 

@font-face {
  font-family: "Gilroy-Regular";
  src: url('/cdn/shop/t/12/assets/Gilroy-Regular.woff?v=3066199793722986121');
}


/* Playfair */
@font-face {
  font-family: "PlayfairDisplay-Black";
  src: url('/cdn/shop/t/12/assets/PlayfairDisplay-Black.woff?v=2221512152163438901');
}

@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url('/cdn/shop/t/12/assets/PlayfairDisplay-Bold.woff?v=9720189452376425076');
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url('/cdn/shop/t/12/assets/PlayfairDisplay-Regular.woff?v=391629489252609019');
}

/* Reey */

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url('/cdn/shop/t/12/assets/Reey-Regular.woff?v=18308897974191828538');
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  FONT-WEIGHT: 700;
}

p {
  font-family: "Gilroy-Regular";
}

a {
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Gilroy-Regular";
}
ul li a{
  letter-spacing: 0px;
}
ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
}

* {
  word-break: break-word;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 16px;
}

/* Custom Css */

/* Header Css */


header {
  position: relative;
  padding: 10px 0px 30px;
}

.quantityCartBox *
{
  box-sizing: content-box;
  line-height: normal;
  height: 23px;
}

.header-container {
  position: relative;
  margin: 0 auto;
}

.homeGorgeous .container
{
  position: unset ;
}

/* .homeGorgeous .container:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 40%);
  left: 0;
  top: 0;
  z-index: 1;
} */

.headerTopBar {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}

.headerTopBarLeft {
  position: relative;
  width: 30%;
}

.topFreeShipping {
  position: relative;
}

.topFreeShipping p {
  position: relative;
  color: #707070;
  font-size: 14px;
}

.headerTopBarCenter {
  position: relative;
  width: 33%;
  text-align: center;
}

.topWelcomeText {
  position: relative;
}

.topWelcomeText p {
  position: relative;
  color: #144D29;
  font-size: 18px;
  font-weight: 600;
}

.disClass{
  
  display: "block"
}

.headerTopBarRight {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
  justify-content: flex-end;
}
/* Dropdown menu */

.filterProAddtoCart button {
    background: #62382E !important;
    color: #fff !important;
}
.button, .shopify-challenge__button, .customer button {
    background-color: #62382E !important;
    color: #fff !important;
}


.smileyTop {
  position: relative;
}

.smileyTop p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #144D29;
  /* margin-right: 10px; */
}

.smileyTop p span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.loginTOp {
  position: relative;
  margin: 0 10px;
}

.loginTOp a {
  position: relative;
  color: #707070;
  font-size: 14px;
}

.selectTop {
  position: relative;
}

.selectTop form {
  position: relative;
}

.selectTop form select {
  position: relative;
  border: 0px;
  outline: navajowhite;
  background: transparent;
  max-width: 50px;
}

.topCart {
  position: relative;
}

.topCart button {
  position: relative;
  background: transparent;
  border: 0px;
  outline: none;
  cursor: pointer;
}

.topCart button span img {
  width: 18px;
}

.smileyTop p span img {
  width: 15px;
}

.headerLogo {
  position: relative;
}

.headerLogoInner {
  position: relative;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.headerLogoInner a {
  position: relative;
  display: inline-block;
}

.headerLogoInner a img {
  position: relative;
  display: block;
  margin: 0 auto;
}

.headerMenuAndSearch {
  position: relative;
  display: flex;
/*   align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 40px; */
  padding: 10px 0px 10px;
  border-bottom: 2px solid #144D29;
  align-items: initial;
}

.headerMenuContainer {
  position: relative;
  width: 84%;
}

.headerSearchContainer {
  position: relative;
  width: 15%;
  z-index: 9;
}
.headerMenuInner {
  position: relative;
}

.headerMenuInner ul {
  display: flex;
/*   align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.headerMenuInner ul li {
  /* position: relative; */
  padding: 0 5px;
  padding-bottom: 9px;
}

.headerMenuInner ul li a {
  position: relative;
  font-size: 16px;
  color: #144D29;
  font-weight: 600;
}

.headerSearchContainerInner {
  position: relative;
}

.headerSearchContainerInner form {
  position: relative;
  background: rgba(112, 112, 112, .2);
  border-radius: 30px;
}

.headerSearchContainerInner form input {
  position: relative;
  width: 100%;
  border: 0px;
  outline: none;
  padding: 7px 10px;
  max-width: 90%;
  background: transparent;
  color: #144D29;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  box-shadow: none !important;
}


.headerSearchContainerInner form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: 0px;
  outline: none;
  font-size: 15px;
  transform: rotate(90deg);
  cursor: pointer;
}
/* New Sub-menu Css */

.subMenu {
  position: absolute;
  width: 850px;
  z-index: 9;
  background: #fff;
  padding: 0px 0px 0px 0px;
  top: 15px;
  display: none;
  margin-top:20px;
  height: auto !important;
}
.flex_menu{
   height: auto !important;
   flex-direction: inherit !important;
}
li.hasSubMenu.active .subMenu {
  display: block;
}
.subMenuFlex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.subMenuButtons {
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
  padding: 20px 0px;
}

.subMenuButtons button {
  display: block;
  background: transparent;
  color: #707070;
  border: 0px;
  font-size: 20px;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}

.subMenuContent {
  position: relative;
  width: 75%;
  border-left: 1px solid #C1BCBC;
  padding: 20px 40px;
}

.MenuTabContent {
  position: relative;
}

.subMenuProductsFlex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.subMenuSingleProduct {
  position: relative;
  width: 31%;
}

.subMenuSingleProduct a {
  text-align: center;
}

.subMenuSingleProduct a .subMenuProductImage {
  display: block;
  padding: 10px 10px;
  border: 1px solid #707070;
  margin-bottom: 20px;
}

.subMenuSingleProduct a .subMenuProductImage img {
  display: block;
  margin: 0 auto;
}


.subMenuButtons button.active {
  background: #DEDDDB;
  color: #000;
}

.subMenuProductName {
  position: relative;
  padding: 5px 0px 10px;
}

.subMenuProductName p {
  font-size: 16px;
}

.subMenuProductManufacturer {
  position: relative;
}

.subMenuProductManufacturer p {
  color: #707070;
}

/* Header Styling Ends */

/* Containers */

.container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.collectionContainer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* Containers */

.howOrganicSingleBox {
  padding-left: 10px;
  padding-right: 10px;
}

/* Home Page Styling Starts */

.homeBannerSingleSlide {
  position: relative;
  /* min-height: 350px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* display: flex !important; */
  /* align-items: center; */
  /* justify-content: flex-start !important; */
  padding: 100px 100px;
}

.banner-heading{
  padding-top: 8rem !important;
}


.slideData {
  position: relative;
  /* margin: 0 auto; */
  text-align: center;
}

.slideData h2 {
  color: #F3F2EF;
  font-size: 34px;
  font-weight: 500;
  font-family: 'Reey';
  text-transform: capitalize;
  line-height: normal;
}

.slideData p {
  color: #F3F2EF;
  font-size: 16px;
  padding: 10px 0px;
  line-height: 20px;
}

.slideData a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}

.BannerHomeSlider {
  margin-bottom: 0px !important;
  box-sizing: content-box !important;
}

.BannerHomeSlider ul.slick-dots {
  position: absolute;
  bottom: 15px !important;
}


.BannerHomeSlider ul.slick-dots li a {
  font-size: 0px;
}

.BannerHomeSlider ul.slick-dots li a::before {
  background: transparent !important;
  color: transparent !important;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
  transition: 0.4s ease-in-out;
  content: "";
  position: absolute;
}

.BannerHomeSlider ul.slick-dots li.slick-active a::before {
  background: #fff !important;
  color: #fff !important;
}

section.homeShopByCategory {
  position: relative;
  padding: 60px 0px;
}

.homeShopByMain {
  position: relative;
}

.homeShopByHeading {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.homeShopByHeading h2 {
  color: #144D29;
  font-size: 32px;
  text-transform: uppercase;
}

.homeShopByHeading a {
  color: #000;
  padding: 10px 0px 5px;
  display: inline-block;
  border-bottom: 1px solid #4D612C;
}

.homeShopBySIngleBox {
  position: relative;
  text-align: center;
}

.categoryHomeSingleImage {
  position: relative;
  padding: 10px 10px;
  border: 1px solid #4D612C;
  margin-bottom: 15px;
}

.categoryHomeSingleImage img {
  position: relative;
  display: block;
  margin: 0 auto;
}

.homeShopByProHeading {
  position: relative;
}

.homeShopByProHeading p {
  color: #144D29;
  font-size: 16px;
  font-weight: 600;
}

.homeShopByCategorySlider .slick-slide {
  margin: 0 15px;
}

.homeShopByCategorySlider.slick-slider {
  margin: 0 -15px;
  z-index: 1;
}


.homeShopByCategorySlider ul.slick-dots li button::before {
  background: transparent !important;
  color: transparent !important;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 14px !important;
  height: 14px !important;
  opacity: 1;
  transition: 0.4s ease-in-out;
  content: "";
}

.homeShopByCategorySlider ul.slick-dots li.slick-active button::before {
  background: #8B8888 !important;
  color: #8B8888 !important;
}

section.homeFilterProducts {
  position: relative;
  padding: 20px 0px;
}

.homeFilterProductsMain {
  position: relative;
}

.selectedFilterResultNumber {
  position: relative;
}

.selectedFilterResultNumber span {
  position: relative;
  color: #707070;
  font-size: 15px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  line-height: 10px;
}

.submenu-arrow
{
  display: flex ;
}

.homeFilterFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0px 20px;
}

ul.filterResultFilters {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  width: 90%;
  margin: 0 -10px;
}

ul.filterResultFilters li {
  position: relative;
  padding: 0;
  max-width: max-content;
  margin-right: 10px;
}

.homeFilterFlex p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #07506C;
  padding: 10px 10px;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
  height: 45px;
}

ul.filterResultFilters li select {
  position: relative;
  max-width: max-content;
  background: #DEDDDB;
  border: 0px;
  outline: none;
  padding: 12px 4px;
  color: #707070;
  font-family: 'Gilroy-Regular';
  height: 45px;
  min-width: 150px;
}

section.homeFilterProducts .container {
  max-width: 1200px;
}


.selectedFilterOutcomeContainer {
  position: relative;
  padding: 20px 0px;
}

.selectedFilterHeading {
  position: relative;
  margin-bottom: 20px;
}

.selectedFilterHeading h4 {
  color: #144D29;
  font-family: 'Gilroy-Regular';
  padding: 0 0 5px;
  border-bottom: 3px solid #07506c;
  display: inline-block;
  FONT-WEIGHT: 600;
}

.homeShopBySIngleBox {
  padding: 0 5px;
}

.selectedFilterOutcomeSlider {
  position: relative;
}

.selectedFilterOutcomeSingle {
  position: relative;
  text-align: center;
  transition: 0.4s ease-in-out;
}

.filteredProductImage {
  position: relative;
}

.filteredProductImage img {
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 200px;
  max-height: 200px;
}

ul.filteredProductRating {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}

ul.filteredProductRating li {
  position: relative;
  padding: 0px 2px;
  color: #FFC107;
}

.filterProCertifyTagline {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  margin-top: 10px ;
}
.homeShopBySIngleBox p
{
  FONT-WEIGHT: 600;
}

.filterProCertifyTagline p {
  color: #144D29;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.proManufacturerName {
  position: relative;
  margin: 10px 0px;
  text-align: center;
}

.proManufacturerName span {
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
}

.filterProductPrice {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.filterProductPrice span {
  color: #144D29;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
}

.filterProAddtoCart {
  position: relative;
  text-align: center;
}

.filterProAddtoCart button {
  background: #07506C;
  border: 1px solid #07506C;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  color: #F3F2EF;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Gilroy-Regular';
  font-size: 14px;
}

.selectedFilterOutcomeSlider button.slick-prev.slick-arrow::after {content: "";font-family: 'Font Awesome 5 Pro';font-size: 30px;color: #144D29;opacity: 1;left: 0;right: 0;margin: auto;top: 0;bottom: 0;}

.selectedFilterOutcomeSlider button.slick-arrow {
  background: #F3F2EF !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: -2px 9px 31px 8px #cecece;
  font-size: 0px;
  opacity: 1;
  display: flex;
}

.selectedFilterOutcomeSlider button.slick-arrow::before {
  display: none;
}

.selectedFilterOutcomeSlider button.slick-next.slick-arrow::after {content: "";font-family: 'Font Awesome 5 Pro';font-size: 30px;color: #144D29;opacity: 1;left: 0;right: 0;margin: auto;top: 0;bottom: 0;}

.selectedFilterOutcomeSlider button.slick-prev.slick-arrow {
  left: -50px;
}

.selectedFilterOutcomeSlider button.slick-next.slick-arrow {
  right: -50px;
}

section.certifyOrganicSection {
  position: relative;
  padding: 0 0 80px;
}

.certifyOrganicMain {
  position: relative;
}

.cerrtifyOrganicFlex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.certifyOrganicLeft {
  position: relative;
  width: 40%;
}

.certifyOrganicLeftImage {
  position: relative;
}

.certifyContentBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70%;
  background: #144D29;
  margin: auto;
  width: 375px;
  height: max-content;
  z-index: 1;
  padding: 40px 40px;
}

.certifyOrganicRight {
  position: relative;
  width: 35%;
}

.certifyContentBox h2 {
  line-height: 34px;
  font-size: 36px;
  position: relative;
}

.certifyContentBox p {
  color: #F3F2EF;
  line-height: 24px;
  padding: 40px 0px;
}

.certifyContentBox a {
  color: #F3F2EF;
  background: #07506C;
  padding: 10px 10px;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  display: inline-block;
}

.certifyOrganicLeftImage img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.certifyOrganicRightImage {
  position: relative;
}

.certifyOrganicRightImage img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

section.homeGorgeous {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gorgeousSectionMain {
  position: relative;
  height: 100%;
  display: flex;

  z-index: 9999 ;
}

.text-alignment-right
{
  justify-content: flex-end; 
 align-items: center;
}

.text-alignment-left
{
  justify-content: flex-start; 
 align-items: center;
}


.text-alignment-middle {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 65px;
    text-align: center;
}

.gorgeousContentBox {
  position: relative;
  width: 400px;
}

.gorgeousContentBox h1 {
  color: #144D29;
  font-size: 46px;
}

section.homeWhatWeStandsFor {
  position: relative;
  padding: 40px 0px 40px;
}

.whatweStandsContainer {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.whatweStandsMain {
  position: relative;
}

.whatweStandsHeading {
  position: relative;
}

.whatweStandsHeading h2, .blogposts--count-3 .home-section--title {
  color: #144D29;
  text-align: center;
  text-transform: uppercase;
}

.standsForBoxesFlex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
  align-items: flex-end ;
}
.standsForSingleBox {
  position: relative;
  width: 33.33%;
  text-align: center;
  flex: 1 1 33.33%;
  min-height: 220px;
  transition: all 50ms linear;
  margin-bottom: 20px ;
  display: inline-flex;
    align-items: flex-end;
}
.stads_iner{
  padding: 20px 20px;
  height: 100%;
/*   margin: 0 10px; */
}
.standsForSingleBox:nth-child(2) {
  min-height: 250px;
}

.standsForQuote {
  position: relative;
}

.standsForQuote img {
  position: relative;
  margin: 0 auto;
}

.standsForParagraph {
  position: relative;
  padding: 20px 0px;
}

.standsForParagraph p {
  color: #8C8C8C;
}

.standsForSingleBox:nth-child(2) .standsForParagraph p {
  color: #fff;
}

section.howOrganicWork {
  position: relative;
  padding: 40px 0px 60px;
}

.howOrganicMain {
  position: relative;
}

.howOrganicHeading {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.howOrganicHeading h2 {color: #144D29;}

.howOrganicBlogsFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
  z-index: 1;
}

.howOrganicSingleBox {
  position: relative;
  width: 31%;
  margin-right: 20px;
}

.howOrganicBlogImage {
  position: relative;
}

.howOrganicBlogImage img {
  width: 100%;
  border-radius: 20px;
}

.organiceBlogCOntent {
  position: relative;
  padding: 15px 0px;
}

.organiceBlogCOntent h3 {
  color: #144D29;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Gilroy-Regular';
}

.organiceBlogCOntent p {
  color: #144D29;
  line-height: 20px;
  padding: 10px 0px;
  font-size: 20px;
}

.organiceBlogCOntent a {
  position: relative;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  width: 100%;
  font-size: 18px;
  color: #707070;
  font-weight: 600;
  padding: 10px 0px;
}

.organicBlogsStats {
  position: relative;
}

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

.organicBlogsStats ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-size: 15px;
}

.organicBlogsStats ul li span {margin-right: 5px;}

.organicBlogsStats ul li span img {width: 25px;}

section.homeYoutubesolutions {
  position: relative;
  padding: 20px 0px;
}

.homeYoutubeMain {
  position: relative;
}

.homeYoutubeHeading {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.homeYoutubeHeading h2 {
  color: #144D29;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeYoutubeHeading h2 span {
  color: #FF0000;
  font-size: 50px;
  margin-right: 10px;
}

.youtubeBoxesFlex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.youtubeBoxLeft {
  position: relative;
  width: 49%;
}

.youtubeBoxRight {
  position: relative;
  width: 49%;
}

.youtubeBoxLeft iframe {width: 100%;height: 515px;}

.youtubeboxHalf {
  position: relative;
  margin-bottom: 10px;
}

.youtubeboxHalf iframe {
  width: 100%;
  height: 250px;
}

.youtubeboxHalf:last-child {
  margin-bottom: 0px;
}

.homeAbsoluteLeaf1 {
  position: absolute;
  top: -60%;
  right: -12%;
  z-index: -1;
}

.homeAbsoluteLeaf1 img {
  object-fit: contain;
  max-width: 65%;
  margin-left: auto;
}

.homeAbsoluteLeaf2 {
  position: absolute;
  bottom: -20%;
  left: -15%;
  z-index: -1;
}

.homeAbsoluteLeaf2 img {
  object-fit: contain;
  max-width: 50%;
  margin-right: auto;
}

.homeAbsoluteLeaf3 {
  position: absolute;
  right: -18%;
  top: 10%;
  z-index: -1;
}

.homeAbsoluteLeaf3 img {
  max-width: 60%;
  margin-left: auto;
}

.homeAbsoluteLeaf4 {
  position: absolute;
  left: -40%;
  bottom: -10%;
  z-index: -1;
}

.homeAbsoluteLeaf4 img {
  object-fit: contain;
  max-width: 90%;
  margin-right: auto;
}

/* Home Page Styling Ends */


/* Footer starts Here */

footer {
  position: relative;
}

.footerBackground {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 0px;
}

.footerMain {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.footerFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerSingleColumn {
  position: relative;
  width: 24%;
}

.footerColumnHeading {
  position: relative;
  margin-bottom: 10px;
}

.footerColumnHeading h4 {
  color: #ffffff;
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  min-height: 50px;
  padding: 10px 0;
  padding: 10px 0;
  line-height: 27px;
  letter-spacing: 1px;
}


.footerLists {
  position: relative;
}

.footerLists ul {
  position: relative;
}

.footerLists ul li {
  position: relative;
  padding: 2px 0px;
  line-height: normal ;
  display:block;
}

.footerLists ul li a {
  color: #FFFFFF;
  font-size: 14px;
}

.footerBackground::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 87, 78, .3);
  content: "";
  z-index: 0;
}

.footerBottom {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.footerSocioList {
  position: relative;
  width: 25%;
}

.footerSocioList ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footerSocioList ul li {
  position: relative;
  padding: 0 5px;
}

.footerSocioList ul li a {
  background: #23544A !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.footerSocioList ul {
    background-color: #28584C;
}


.footerNewsLetter {
  position: relative;
  width: 25%;
}

.footerNewsletterInner {
  position: relative;
}

.footerNewsletterInner form {
  position: relative;
}

.footerNewsletterInner form input {
  position: relative;
  background: rgba(29, 81, 55, 0.8);
  width: 100%;
  padding: 6px 0px;
  border: 0px;
  border-radius: 30px;
  color: #fff;
}

.footerNewsletterInner form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #07506C;
  border: 0px;
  border-radius: 10px;
  color: #fff;
  transition: 0.4s ease-in-out;
}

.footerNewsletterInner form input::placeholder {
  color: #fff;
  padding-left: 10px;
}

/* Footer Ends Here */

/* Career Page Starts */

section.bannerCommonClass {
  position: relative;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerCommonClass::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(71, 100, 35, 0.6);
}

.bannerCommonClassMain {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
}

.bannerCommonClassContent {
  margin: auto;
  text-align: center;
}

.bannerCommonClassContent h2 {
  color: #fff;
  font-family: "Gilroy-SemiBold";
  /* font-weight: 100; */
  margin: 0 auto;
}

.bannerCommonClassContent p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0px;
}

section.careerForm {
  position: relative;
  padding: 50px 0px;
}

.careerLeafAbsolute {
  position: absolute;
  right: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.careerLeafAbsolute img {
  object-fit: contain;
  max-width: 50%;
  margin-left: auto;
}

.careerFormMain {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.careerFormInner {
  position: relative;
}

.careerFormHeading {
  position: relative;
  background: #144D29;
  margin-bottom: 10px;
}

.careerFormHeading h3 {
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: 'Gilroy-Regular';
  letter-spacing: 1px;
  font-weight: 500;
}

.careerFormInner form {
  position: relative;
}

.careerFormSingleField {
  position: relative;
  margin-bottom: 10px;
}

.careerFormSingleField input {
  position: relative;
  width: 100%;
  max-width: 95%;
  padding: 15px 13px;
  background: #DEDDDB;
  border: 0px;
  outline: none;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
}

.careerFormSingleField textarea {
  position: relative;
  width: 100%;
  max-width: 95%;
  padding: 15px 13px;
  background: #DEDDDB;
  border: 0px;
  outline: none;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  resize: none;
  min-height: 100px;
}

.careerFormSubmit {
  position: relative;
  text-align: center;
}

.careerFormSubmit button {
  position: relative;
  background: #144D29;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #144D29;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gilroy-Regular';
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

/* Career Page Ends */
.bannerCommonClassContent p {
  max-width: 60%;
  margin: 0 auto;
}
/* What we stands for Page Starts */


section.corporateInformation {
  position: relative;
  padding: 60px 0px;
}

.corporateInformationMain {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.corporateInformationInner {
  position: relative;
}

.corporateInformationHeading {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.corporateInformationHeading h3 {
  font-size: 20px;
  background: #144D29;
  display: inline-block;
  padding: 10px 10px;
  color: #F3F2EF;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  text-transform: uppercase;
}

.corporateInformationContainer {
  position: relative;
  background: #DEDDDB;
  padding: 15px 20px;
}

.corporateInformationContainer p {
  color: #144D2B;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  padding-bottom: 40px;
  line-height: 20px;
}

.corporateInformationContainer p:last-child {
  padding-bottom: 0px;
}

.corporateInformationContainer h5 {color: #144D2A;font-size: 18px;padding-bottom: 40px;font-family: 'Gilroy-Regular';}

.whatWeAbsluteLeaf {
  position: absolute;
  bottom: -20%;
  left: -6%;
  z-index: -1;
}

.whatWeAbsluteLeaf img {
  max-width: 65%;
  margin-right: auto;
}

/* What we stands for Page Ends */

/* About Page Starts */

section.aboutDetail {
  position: relative;
  padding: 60px 0px;
}

.aboutDetailMain {
  position: relative;
}

.aboutDetailflex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutDetailLeftContent {
  position: relative;
  width: 68%;
}

.aboutDetailRightProducts {
  position: relative;
  width: 30%;
}

.backgroundCommonClass {position: relative;background: #DEDDDB;padding: 20px 20px;}

.aboutDetailContentInner {
  position: relative;
}

.aboutDetailContentInner h5 {
  color: #144D29;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Gilroy-Regular';
  max-width: 90%;
  padding-bottom: 20px;
  font-weight: 600;
}

.aboutDetailContentInner h5 span {
  display: block;
}

.aboutDetailContentInner p {
  color: #144D29;
  font-size: 16px;
  padding-bottom: 20px;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
}

.aboutDetailContentInner p span {
  font-weight: 600;
}

.aboutRightProdContainer {
  position: relative;
}

.aboutRightProdFlex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.aboutRightProdFlex .selectedFilterOutcomeSingle.aboutSingleProd {
  position: relative;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.aboutRightProdFlex .selectedFilterOutcomeSingle.aboutSingleProd .filteredProductImage img {
  max-height: 120px;
  min-height: 120px;
}

.aboutLeafAbsolute {
  position: absolute;
  bottom: 0%;
  right: -45%;
  z-index: -1;
}

.aboutLeafAbsolute img {
  max-width: 60%;
  object-fit: contain;
}

/* About Page Ends */

/* Faqs Page Starts */

section.faqsQuestionsSection {
  position: relative;
  padding: 60px 0px;
}

.faqsQuestionsMain {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.faqsQuestionsTabbing {
  position: relative;
}

.faqsTabbingFlex {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqsTabsLeft {
  position: relative;
  width: 22%;
  background: #DEDDDB;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqsTabsQuestionsRight {
  position: relative;
  width: 76%;
}

.tabButtons {
  position: relative;
}

.tabButtons button {
  position: relative;
  display: block;
  background: transparent;
  border: 0px;
  font-size: 24px;
  padding: 20px 0px;
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.tabButtons button.active {
  color: #144D29;
  font-weight: 600;
}

.tabButtons button:hover {
  color: #144D29;
  font-weight: 600;
}

.tabContent {
  position: relative;
}

.faqsQuestionList {
  position: relative;
}

.faqsQuestionList ul {
  position: relative;
}

.faqsQuestionList ul li {
  position: relative;
}

.faqsQuestionList ul li h3 {
  padding: 15px 15px;
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  border-bottom: 1px solid #707070;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.faqsQuestionList ul li p {
  padding: 10px 10px;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  display: none;
}

.faqsQuestionList ul li h3::after, .faqsQuestionList ul li h3::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #707070;
  cursor: pointer;
}

.faqsQuestionList ul li h3::after {
  width: 15px;
  height: 2px;
  right: 2px;
}

.faqsQuestionList ul li h3::before {
  width: 2px;
  height: 15px;
  right: 9px;
}

.faqsQuestionList ul li h3:hover, .faqsQuestionList ul li h3.active {
  color: #144D29;
}

.faqsQuestionList ul li h3.active::before {
  height: 0px;
}

.faqLeafAbsolute {
  position: absolute;
  top: 7%;
  bottom: 0;
  margin: auto;
  left: -10%;
  z-index: -1;
}

.faqLeafAbsolute img {
  max-width: 45%;
}

/* Faqs Page Ends */


/* Membership Page Starts */

section.membershipOffering {
  position: relative;
  padding: 60px 0px;
}

.membershipOfferingMain {
  position: relative;
}

.membershipGiftCard {
  position: relative;
  margin-bottom: 30px;
}

h2.headingBackground {
  position: relative;
  color: #F3F2EF;
  background: #144D29;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 5px;
}

.membershipGiftCard p {
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  color: #707070;
  font-family: 'Gilroy-Regular';
}

.membershipGiftCard p a {
  padding-left: 10px;
  color: #707070;
  font-size: 22px;
}

.membershipLoyalty {
  position: relative;
}

.membershipLoyalty a {
  display: block;
  padding: 15px 15px 20px;
  font-family: 'Gilroy-Regular';
  color: #707070;
}

.membershipLoyalty p {
  position: relative;
  padding: 10px 15px;
  font-family: 'Gilroy-Regular';
  color: #707070;
}

.memberShipLeaf {
  position: absolute;
  left: -19%;
  bottom: 5%;
  z-index: -1;
}

.memberShipLeaf img {
  max-width: 50%;
}

/* Membership Page Ends */

/* Refund Policy Starts */

section.refundPolicy {
  position: relative;
  padding: 60px 0px;
}

.refundPolicyBlocks {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.refundPolicyBlocks h3 {
  color: #707070;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
}

.refundPolicyBlocks p {
  color: #707070;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  padding: 15px 0px;
}

.refundPolicyBlocks p a {
  color: #144D29;
  font-size: 20px;
}

.refundPolicyMain {
  position: relative;
  margin: 0 auto;
}

.refundLeaf {
  position: absolute;
  right: -20%;
  top: 10%;
  z-index: -1;
}

.refundLeaf img {
  max-width: 70%;
}

/* Refund Policy Page Ends */

/* Shipping Policy Page Starts  */

section.shippingPolicySection {
  position: relative;
  padding: 60px 0px;
}

.shippingPolicyMain {
  position: relative;
}

.shippingPolicyBlocks {
  position: relative;
  margin-bottom: 40px;
}

.shipPoilicyBlockHeading {
  position: relative;
  margin-bottom: 20px;
}

.shipPolicyInfoContainer {
  position: relative;
  min-width: 600px;
  max-width: 800px;
}

.shipInfoList {position: relative;max-width: 500px;}

.shipInfoList ul li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.shipInfoList ul {
  position: relative;
  /* min-width: 500px; */
}

.shipInfoList ul li p {
  color: #707070;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
  padding: 0px 0px;
}

.shipInfoList ul li span {
  color: #4D612E;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
  font-weight: 100;
}

.shipPolicyInfoContainer h4 {
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-size: 24px;
  line-height: 20px;
}

.shipPolicyInfoContainer p {
  color: #707070;
  padding: 20px 0px;
  font-size: 18px;
  max-width: 85%;
  line-height: 24px;
  font-family: 'Gilroy-Regular';
}

.shipPolicyInfoContainer p span {
  font-weight: 600;
}

.shippingLeafAbsolute {
  position: absolute;
  left: -23%;
  bottom: -15%;
  z-index: -1;
}

.shippingLeafAbsolute img {
  max-width: 50%;
}

/* Shipping Policy Page Ends */

/* Loyalty Page Starts */

section.loyaltyQuestAnswer {
  position: relative;
  padding: 60px 0px 150px;
}

.loyaltyQuestAnswerMain {
  position: relative;
}

.loyaltyQuestAnswerContainer {
  position: relative;
  margin-top: 20px;
  counter-reset: tidbit-counter;
}

.loyaltyQuestionBlocks {
  position: relative;
  margin-bottom: 20px;
}

.loyaltyQuestionBlocks::before {
  counter-increment: tidbit-counter 1;
  content: counter(tidbit-counter) ". ";
  position: absolute;
  color: #707070;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
}

.loyaltyQuestionBlocks h4 {
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  padding-left: 20px;
  font-weight: 600;
}

.loyaltyQuestionBlocks h5 {
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  font-weight: 600;
}

.loyaltyQuestionBlocks p {
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0px;
  font-family: 'Gilroy-Regular';
}

.loyaltyLeafAbsolute {
  position: absolute;
  right: -60%;
  bottom: -10%;
  z-index: -1;
}

.loyaltyLeafAbsolute img {
  max-width: 60%;
}


/* Loyalty Page Ends */


/* shipping Information Page Starts  */

section.shippingInformation {
  position: relative;
  padding: 60px 0px;
}

.shippingInformationMain {
  position: relative;
}

.ShippingSalesInfoContainer {
  margin-top: 20px;
}

.shippingInformationBlocks {
  position: relative;
  margin-bottom: 20px;
}

.shippingInformationBlocks p {
  color: #707070;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  line-height: 26px;
  padding-bottom: 20px;
}

.shippingInformationBlocks h5, .shippingInformationBlocks h4 {
  color: #707070;
  font-size: 22px;
  font-family: 'Gilroy-Regular';
  padding-bottom: 40px;
}

ul.payOptions {
  position: relative;
}

ul.payOptions li, ul.payOptions li a {
  color: #707070;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
}

.shippingInfoLeeafOne {
  position: absolute;
  top: 0%;
  left: -20%;
  z-index: -1;
}

.shippingInfoLeeafOne img {
  max-width: 40%;
}

.shippingInfoLeeafTwo {
  position: absolute;
  top: 40%;
  bottom: 0%;
  margin: auto;
  right: -93%;
  z-index: -1;
}

.shippingInfoLeeafTwo img {
  max-width: 50%;
}

.shippingInfoLeeafThree {
  position: absolute;
  bottom: -6%;
  left: -10%;
  z-index: -1;
}

.shippingInfoLeeafThree img {
  max-width: 60%;
}

/* Shipping Information Page Ends */

/* CopyRight Page Starts */

section.copyRightDesclaimerSection {
  position: relative;
  padding: 80px 0px;
  min-height: 300px;
}

.copyRightDesclaimerMain {
  position: relative;
}

.copyRightTExt {
  position: relative;
}

.copyRightContainer {
  position: relative;
}

.copyRightTExt p {
  position: relative;
  font-size: 18px;
  color: #707070;
  font-family: 'Gilroy-Regular';
  line-height: 24px;
  text-align: center;
}

.copyRIghtLeaf {
  position: absolute;
  left: -10%;
  bottom: -40%;
  z-index: -1;
}

.copyRIghtLeaf img {
  max-width: 50%;
}

/* CopyRight Page Ends */

/* Privacy Policy Page Starts */

section.privacyPolicyExplainingSection {
  position: relative;
  padding: 60px 0px 100px;
}

.privacyPolicyLeaf1 {
  position: absolute;
  left: -12%;
  top: 5%;
}

.privacyPolicyLeaf1 img {
  max-width: 40%;
}

.privacyPolicyExplainingMain {
  position: relative;
}

.privacyPolicyExplainingContainer {
  position: relative;
}

.privacyPolicySingleBlock {
  position: relative;
  margin-bottom: 20px;
}

.privacyPolicySingleBlock h4 {
  color: #707070;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Gilroy-Regular';
}

.privacyPolicySingleBlock span {font-weight: 100;}

.privacyPolicySingleBlock p {
  color: #707070;
  padding: 15px 0px;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  line-height: 24px;
}

.privacyPolicySingleBlock p a {
  color: #707070;
  padding: 15px 0px;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  line-height: 24px;
}

.privacyPolicyLeaf2 {position: absolute;right: -60%;bottom: -4%;z-index: -1;}

.privacyPolicyLeaf2 img {
  max-width: 50%;
}

/* Privacy Policy Page Ends */

/* Terms Of Service Page Starts */

section.termsOfServiceExplain {
  position: relative;
  padding: 60px 0px;
}

.termsOfServiceMain {position: relative;}

.termsOfServiceexpContainer {
  position: relative;
}

.termsOfserviceInner {
  position: relative;
  counter-reset: newCounter;
}

.termsOfServiceSingleBlock {
  position: relative;
  margin-bottom: 20px;
}

.termsOfServiceSingleBlock h4 {
  color: #707070;
  font-size: 22px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  padding-left: 11%;
  text-transform: uppercase;
}

.termsOfServiceSingleBlock p {
  color: #707070;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
  font-family: 'Gilroy-Regular';
}

.termsOfServiceSingleBlock::before {
  position: absolute;
  counter-increment: newCounter 1;
  content: "Section " counter(newCounter) "- ";
  font-size: 22px;
  font-family: 'Gilroy-Regular';
  color: #707070;
  font-weight: 600;
  text-transform: uppercase;
}

.termsOfServiceLeafOne {
  position: absolute;
  left: -16%;
  top: 0%;
  z-index: -1;
}

.termsOfServiceLeafOne img {
  max-width: 50%;
}

.termsOfServiceLeafTwo {
  position: absolute;
  right: -65%;
  top: 30%;
  z-index: -1;
}

.termsOfServiceLeafTwo img {
  max-width: 45%;
}

.termsOfServiceLeafThree {position: absolute;left: -17%;bottom: -3%;z-index: -1;}

.termsOfServiceLeafThree img {
  max-width: 50%;
}

/* Terms Of Service Page Ends */

/* Collection Page Starts */

section.collectionMainSection {
  position: relative;
  padding: 20px 0px 60px;
}


.collectionFlex {
  position: relative;
  display: flex;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.collectionLeftsideBarFilters {
  position: relative;
  width: 18%;
  padding-right: 20px;
  border-right: 2px solid #707070;
}

.collectionFilterOutcomeContainer {
  position: relative;
  width: 80%;
}
.collectionTopFilters p {
  width: 15%;
}
ul.collectionResultFilters {
  width: 83%;
}

.collectionFilterOutcomeSlider {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.collectionFilterOutcomeSingle {
  position: relative;
  width: 23%;
  margin-right: 15px;
  margin-bottom: 30px;
}

.collectionLeftsideBarFilters ul {
  position: relative;
}

.collectionLeftsideBarFilters ul li {
  position: relative;
  padding-bottom: 10px;
}

.collectionLeftsideBarFilters ul li input {
  position: inherit;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.collectionLeftsideBarFilters ul li label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  color: #010101;
  cursor: pointer ;
}

.collectionLeftsideBarFilters ul li label::after {
  position: absolute;
  left: 0px;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  background: transparent;
  content: "";
  border-radius: 0px;
}

.collectionLeftsideBarFilters ul li label::before {
  z-index: 1;
  position: absolute;
  background: #144D29;

  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
}

.collectionLeftsideBarFilters ul li input:checked + label::before {
  content: "";
}
.collectionLeafOne {
  position: absolute;
  left: -12%;
  bottom: 25%;
  z-index: -1;
}

.collectionLeafOne img {
  max-width: 60%;
}



.collectionLeafTwo {
  position: absolute;
  bottom: -7%;
  right: -43%;
  z-index: -1;
}

.collectionLeafTwo img {
  max-width: 50%;
}
/* Collection Page Ends */


/* Product Detail Page Starts Here */

section.productDetailSection {
  position: relative;
}

.ProductDetailMain {
  position: relative;
}

.proDetailFlex {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.proDetailLeftSlider {
  position: relative;
  width: 50%;
}

.proDetailRightContent {
  position: relative;
  width: 48%;
}

.proDetailSliderInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.proDetailthumbs {
  position: relative;
  width: 20%;
  padding-inline: 20px;
}

/* .proDetailthumbs .slick-list {
padding-bottom: 0px !important;
min-height: 300px;
} */

.proDetailthumbs .slick-slide.slick-current.slick-center {
  border: 1px solid #000;
  border-right: 1px solid #000 !important;
}

.productSingleThumbnail img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
  display: block;
}
.proDetailMainImage.slick-initialized.slick-slider {
  position: relative;
  width: 78%;
}


.productIntro {
  position: relative;
}

.productIntro h3 {
  font-size: 20px;
  color: #144D29;
  font-family: 'Gilroy-Regular';
  max-width: 60%;
  font-weight: 600;
  padding-bottom: 5px;
}

.productIntro h3 span {
  font-weight: 100;
  text-transform: uppercase;
}

.proDetailReview ul {
  justify-content: flex-start;
}

.proDetailReview {
  position: relative;
  display: flex;
  align-items: center;
}

.proDetailReview span {
  font-size: 16px;
  color: #144D29;
  font-family: 'Gilroy-Regular';
  margin-left: 10px;
}

.proDetailPriceParagraph {
  position: relative;
  margin: 6px 0;
}

.proDetailPriceParagraph p {
  position: relative;
  padding: 2px 0px;
  color: #144D29;
  font-size: 18px;
}

.proDetailSpecsList {
  position: relative;
  padding: 15px 0px;
}

.proDetailSpecsList ul {
  position: relative;
}

.proDetailSpecsList ul li {
  position: relative;
  padding: 5px 0px;
}

.proDetailSpecsList ul li p {
  color: #144D29;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
}

.addCartQuantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px ;
}

.productQuantityInc {
  position: relative;
  display: flex;
  align-items: center;
}

.productQuantityInc span {
  position: relative;
  margin-right: 5px;
  color: #144D29;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  font-size: 18px;
}

.quantityBox {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.quantityBox input {
  position: relative;
  border: 1px solid #707070;
  width: 20px;
  padding: 10px 10px;
  font-size: 18px;
  background: transparent;
  color: #144D29;
  font-weight: 600;
}

.quantityBox span {
  border: 1px solid #707070;
  padding: 10px 10px;
  margin: 0px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 18px;
}

.quantityBox span.minus {
  border-right: 0px;
}

.quantityBox span.plus {
  border-left: 0px;
}

.quantityBox span:hover {
  background: #144D29;
  color: #fff;
}

.productAddtoBuy {
  position: relative;
  display: flex;
  align-items: center;
  width: 65%;
  justify-content: space-between;
}

.productAddtoBuy button {
  position: relative;
  width: 48%;
  padding: 10px 0px;
  border: 0px outset;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.productQuantityInc {
  width: 30%;
}

.productAddtoBuy button.proDetCart {
  background: #07506C;
}

.productAddtoBuy button.proDetBuy {
  background: #144D29;
}

.proHowToUse {
  position: relative;
  margin-top: 30px;
}

.HowToUseFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.howToUseVideoLeft {
  position: relative;
  width: 45%;
}

.howToUseRightDetail {
  position: relative;
  width: 45%;
}

.howToUseVideoLeft iframe {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.howToUseVideoLeft {
  position: relative;
}

.howToUseVideoLeft h3 {
  color: #144d29;
}

.howToUseRightDetail h3 {
  color: #144d29;
  font-size: 36px;
  margin-bottom: 10px;
  display: inline-block;
}

ul.howToUseList {
  position: relative;
  counter-reset: howCouter;
}

ul.howToUseList li {
  position: relative;
  padding: 5px 0px 5px 25px;
  color: #144d29;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  /* text-align: justify; */
  display: flex;
}

ul.howToUseList li::before {
  counter-increment: howCouter 1;
  content: counter(howCouter) "-   ";
  position: absolute;
  left: 0px;
}

section.youMayLikeSection {
  position: relative;
  padding: 40px 0px;
}

.youMayMain {
  position: relative;
}

.youMayHeading {
  position: relative;
  margin-bottom: 20px;
}

.youMayHeading h2 {
  color: #144D29;
  font-size: 30px;
}

.youMayLikeProductsFlex {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.youMayLIkeSingle {
  position: relative;
  width: 23%;
  margin-right: 10px;
  text-align: center;
}

section.productWriteAReview {
  position: relative;
  padding-bottom: 60px;
}

.productReviewMain {
  position: relative;
}

.reviewFormHeading {
  position: relative;
  margin-bottom: 20px;
}

.reviewFormHeading h2 {
  color: #144D29;
  font-size: 30px;
}

.proRevirewForm {
  position: relative;
}

.proRevirewForm form {
  position: relative;
  max-width: 600px;
}

.proReviewSIngleField {
  position: relative;
  margin-bottom: 20px;
}

.proReviewSIngleField input {
  position: relative;
  width: 100%;
  display: block;
  max-width: 50%;
  padding: 10px 5px;
  color: #707070;
  border: 1px solid #707070;
  font-size: 14px;
}


ul.reviewRatingStars {
  position: relative;
  display: flex;
  padding: 0px 0px;
}

ul.reviewRatingStars li {
  padding-right: 5px;
}

ul.reviewRatingStars label {
  color: #144D29;
  font-size: 18px;
}

.proReviewSIngleField label {
  color: #144D29;
  font-size: 20px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
}

.proReviewSIngleField textarea {
  position: relative;
  width: 100%;
  min-height: 200px;
  color: #707070;
  border: 1px solid #707070;
  resize: none;
}

.reivewSubmit {
  position: relative;
}

.reivewSubmit button {
  position: relative;
  padding: 10px 15px;
  background: #144D29;
  color: #fff;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  border: 0px;
  font-weight: 600;
  cursor: pointer;
}

.proDetailLeaf {
  position: absolute;
  left: -10%;
  bottom: -10%;
  z-index: -1;
}

.proDetailLeaf img {
  max-width: 50%;
}

/* Product Detail Page Ends Here */


/* Shopping Cart Page Starts */

section.shoppingCartSection {
  position: relative;
  padding-bottom: 60px;
}

.shoppingCartMain {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.shoppingCartHeading {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.shoppingCartHeading h3 {
  color: #144D29;
  font-size: 24px;
  font-family: 'Gilroy-Regular';
  font-weight: 600;
}

.shoppingCartList {
  position: relative;
}

form.cartForm {
  position: relative;
}

form.cartForm table {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

thead.cartRow.cartRowHeading {
  position: relative;
  border-bottom: 1px solid #144D29;
  border-collapse: collapse;
  /* display: flex; */
  /* justify-content: space-between; */
}

th.productColHeading {
  position: relative;
  text-align: left;
}

thead.cartRow.cartRowHeading tr th {
  color: #144D29;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
}

thead.cartRow.cartRowHeading tr {position: relative;/* display: flex; *//* justify-content: space-between; *//* width: 100% !IMPORTANT; */}

form.cartForm table tbody {
  position: relative;
}

form.cartForm table tbody tr {
  position: relative;
  /* padding: 60px 0px; */
}

td.productCartInfo {
  position: relative;
}

.productCart {
  position: relative;
  display: flex;
  align-items: center;
}

.productCartimg {
  position: relative;
  width: 20%;
}

thead.cartRow.cartRowHeading tr th {
  /* border-bottom: 1px solid #144D29; */
  /* border-collapse: collapse; */
  padding: 0 5px 10px;
}

.productCarttitle {
  position: relative;
  width: 70%;
}

.productCarttitle a {
  color: #144D29;
  font-size: 18px;
  max-width: 80%;
  display: inline-block;
  font-weight: 600;
}

th.productColHeading {
  width: 48%;
}

th.priceColHeading {
  width: 12%;
}

th.discountColHeading {
  width: 12%;
}

th.quantityColHeading {
  width: 12%;
}

th.subTotalColHeading {
  width: 12%;
}

form.cartForm table tbody tr td {
  position: relative;
  padding: 15px 0px;
}

td.singleProductCartPrice {
  color: #000;
  text-align: center;
}

td.productDiscount {
  text-align: center;
}

td.productCartTotal {
  text-align: center;
}

.quantityCartBox {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.quantityCartBox input {
  position: relative;
  border: 1px solid #707070;
  width: 40px;
  padding: 10px 10px;
  font-size: 18px;
  background: transparent;
  color: #144D29;
  font-weight: 600;
}

.quantityCartBox span {
  border: 1px solid #707070;
  padding: 10px 10px;
  margin: 0px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 18px;
}

.quantityCartBox span.minusCart {
  border-right: 0px;
}

.quantityCartBox span.plusCart {
  border-left: 0px;
}

form.cartForm table tbody tr td {
  border-bottom: 1px solid #144D29;
}

form.cartForm table tbody tr:last-child td {
  border-bottom: 0px;
}

.removeCart {
  position: relative;
  padding: 10px 0px 10px;
  width: 100%;
}

.innerRemoveCart {
  position: relative;
  text-align: right;
}

.cartGrandTotal {
  position: relative;
  text-align: right;
}

.cartGrandTotal p {
  font-size: 18px;
  color: #144D29;
}

.cartShippingTaxes {
  position: relative;
  text-align: right;
  padding: 10px 0px;
}

.cartShippingTaxes p {
  font-size: 18px;
  color: #144D29;
}

.cartCheckOut {
  position: relative;
  text-align: right;
}

.cartCheckOut button {
  position: relative;
  background: #707070;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  font-family: 'Gilroy-Regular';
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0px;
  cursor: pointer;
}

.paymentMethods {
  position: relative;
  text-align: right;
  padding: 10px 0px;
}

.paymentMethods ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.paymentMethods ul li {
  margin-left: 10px;
}

.continueShoppingButton {
  position: relative;
  text-align: center;
  margin-top: 100px;
}

.continueShoppingInner {
  position: relative;
}

.continueShoppingInner a {
  position: relative;
  color: #144D29;
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.continueShoppingInner a span {
  margin-left: 20px;
  margin-bottom: -5px;
}

.shoppingCartLeaf {
  position: absolute;
  bottom: -10%;
  left: -13%;
  z-index: -1;
}

.shoppingCartLeaf img {
  max-width: 60%;
}

/* Shopping Cart Page Ends */


/* Shopping cart Empty Page Starts */

section.emptyCartSection {
  position: relative;
  padding: 40px 0px;
  min-height: 350px;
}

.emptyCartMain {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.emptyCartHeading {
  position: relative;
  margin-bottom: 20px;
}

.emptyCartHeading h3 {
  font-size: 24px;
  font-family: 'Gilroy-Regular';
  color: #144D29;
  font-weight: 600;
}

.emptyCartContainer {
  position: relative;
}

.emptyCartContainer p {
  color: #144D29;
  font-size: 18px;
  margin-bottom: 10px;
}

.emptyCartContainer a {
  color: #144D2B;
  border: 1px solid #144D29;
  display: inline-block;
  font-size: 22px;
  padding: 5px 5px;
  transition: 0.4s ease-in-out;
}

.emptyCartContainer a span {
  margin-right: 20px;
}

.emptyCartContainer a:hover {
  background: #144D29;
  color: #fff;
}

.shoppingEmptyLeaf {
  position: absolute;
  left: -10%;
  bottom: -15%;
  z-index: -1;
}

.shoppingEmptyLeaf img {
  max-width: 50%;
}



/* Shopping Cart Empty Page Ends */
.footerLists ul li p {
  color: #FFFFFF;
  font-size: 14px;
}
.headerHamburger {
  display: none;
}
.headerMobileOverlay {
  display: none;
}


.loyaltyBannerContent h2 {
  max-width: 60%;
}

/* Home Menu Starts */

.home-menu-section .container {
  max-width: 1200px;
}

.homeMenuProducts {
  position: relative;
  padding: 60px 0px;
}

.homeMenuProductsFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.homeMenuProductSingle {
  position: relative;
  width: 23%;
  margin-right: 20px;
}

.menuProductImage {
  position: relative;
  margin-bottom: 20px;
}

.menuProductImage img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.homeMenuProductName {
  position: relative;
}

.homeMenuProductName p {
  position: relative;
  color: #144D29;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  line-height: 22px;
}


.homeMenuProductSingle ul.filteredProductRating {
  justify-content: flex-start;
  padding: 10px 0px;
}

span.homeMenuProManufac {
  display: block;
  color: #707070;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
}

span.homeMenuProductPrice {
  display: block;
  color: #144D29;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  padding-top: 5px;
}

/* Home Menu Ends */
/* Tabs */
.subMenu.active {
  display: block;
}
.tabs {
  width: 100%;
  display : flex;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  padding-right: 0px;
}
ul#tabs-nav li {
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 0px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background: #DEDDDB;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  color: #000;
}
#tabs-nav li a {
  display: block;
  background: transparent;
  color: #707070;
  border: 0px;
  font-size: 20px;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}
.tab-content {
  padding: 10px;
  background-color: #FFF;
}

li.hasSubMenu {
  display: flex;
  align-items: center;
}

li.hasSubMenu span {
  margin-left: 8px;
  transition: 0.4s ease-in-out;
}

li.hasSubMenu span i {
  font-size: 24px;
}


li.hasSubMenu a.firstAnchor.active, li.hasSubMenu span {
  color: #707070;
}
.anchorCommonClass {
  transition: 0.4s ease-in-out;
}

.homeShopByCategorySlider .slider-arrow , ul.home-section--content.blogposts--inner  .slider-arrow{
  position: absolute;
  top: 40%;
  background: #144d29;
  color: #ffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.homeShopByCategorySlider .slider-arrow.slider-prev {
  left: -35px;
}
ul.home-section--content.blogposts--inner  .slider-arrow.slider-prev
{
  left: -20px;
}

.homeShopByCategorySlider .slider-arrow.slider-next  {
  right: -35px;
}
ul.home-section--content.blogposts--inner  .slider-arrow.slider-next {
  right: -20px;
}

.homeShopByCategorySlider .slider-arrow:hover ,ul.home-section--content.blogposts--inner  .slider-arrow:hover {
  box-shadow: -2px 9px 31px 8px #cecece;
}






/* 
.howOrganicBlogsFlex .slick-track {
width: 100% !important;
justify-content: space-between;
display: flex;
}

.howOrganicBlogsFlex .slick-slide {
width: 32% !important;
} */

.youtubeBoxLeft {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  flex-wrap: wrap;
}

.youtubeboxHalf:first-child {
  height: 500px;
  margin-right: 10px;
}

.youtubeboxHalf {
  width: 50%;
  height: 240px;
}

.youtubeboxHalf iframe {
  height: 100%;
}


.header_main-tabs {
  padding: 25px;
}

.header_main-tabs span {
  font-size: 18px;
  FONT-WEIGHT: bold;
  padding: 8px 10px;
  border: 2px solid #cccccc54;
  color: #cccccc !important;
  cursor: pointer ;
}

.header_main-tabs span.active {
  color: #707070 !important;
  border: 2px solid #707070;
}
ul.desk_hide {
    display: none;
}
.headerMenuInner ul li ul.dropdown {
    background-color: #fff !important;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 16%);
}
ul.dropdown .column li a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

ul.dropdown .column h4 {
    margin-bottom: 15px;
}
.headerMenuInner ul li a {
    font-size: 13px !important;
}
.collectionLeftsideBarFilters ul li {
    padding-left: 10px;
}

.collectionLeftsideBarFilters ul li label {
    font-size: 14px;
}


.blogposts--container {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.home-section--title {
  font-family: Cabin,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6875rem;
  text-transform: none;
  letter-spacing: 0em;
}







.home-section--title {
  margin-top: 3.51563rem;
  margin-bottom: 1.40625rem;
  color: #222;
  text-align: center;
}






.blogposts--inner {
  padding: 0;
  list-style-type: none;
  outline: 0;
}


.home-section--content {
  margin-top: 1.40625rem;
}




.blogposts--inner:not(.flickity-enabled), .blogposts--inner .flickity-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition: width .1s ease;
  z-index: 1;
}



.blogposts--footer-icon {
  margin-left: 0.0625rem;
}


.blogposts--footer-link {
  line-height: 1;
}


.blogposts--footer {
  margin-top: 1.40625rem;
  text-align: center;
}



.article--excerpt-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  transition: width .1s ease;
  flex: 0 0 33%;
}


.blogposts--inner .article--excerpt-wrapper {
  font-size: 1.125rem;
  width: 16.25rem;
  min-height: 100%;
}


.blogposts--inner .article--excerpt-wrapper:not(:last-child) {
  margin-right: 10px;
}
.blogposts--inner .article--excerpt-wrapper
{
  border: 1px solid rgba(127,127,127,.16);
  box-shadow: 0 1px 4px #7f7f7f1c;
}



.article--excerpt-content {
  width: 100%;
  padding: 1.40625rem;
  white-space: normal;
}

.article--excerpt-title:first-child {
  margin-top: 0;
}
.article--excerpt-title {
  font-size: 1.6875rem;
  margin-top: 0.5625rem;
  margin-bottom: 1.125rem;
  line-height: 1.3;
  color: #222;
}
.article--excerpt-title a {
  color: currentColor;
  text-decoration: none;
}

.article--excerpt-image {
  position: relative;
  display: block;
  height: 18.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden ;
}

a.article--excerpt-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100% ;
}



.article--excerpt-readmore {
  margin-top: 1.125rem;
  line-height: 1;
}


.article--excerpt-readmore--icon {
  margin-left: 0.0625rem;
}

.slider-arrow
{
  z-index: 1;
}


.gorgeousContentBox  a {
  position: relative;
  display: inline-block;
  background: #07506C;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  transition: .4s ease-in-out;
}
.gorgeousContentBox p
{
  font-size: 20px ;
  margin: 10px 0 ;
}



.howOrganicBlogsFlex .slider-arrow {
  position: absolute;
  top: 40%;
  background: #144d29;
  color: #ffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.howOrganicBlogsFlex .slider-arrow.slider-prev {
  left: -40px;
}

.howOrganicBlogsFlex .slider-arrow.slider-next {
  right: -40px;
}

.submenu-arrow {
  display: flex;
  align-items: center;
}

.arrow_title {
  display: inline-flex;
}

.submenu-arrow.mobile-div {
  display: none;
  position: relative;
  top: -6px;
}


.standsForBoxesFlex  .slick-track
{
  display: flex !important;
  align-items: end;
}

/* .standsForBoxesFlex .slick-slide
{
height: inherit !important;
} */

.standsForBoxesFlex .slick-active + .slick-active {
  background: #144D29;
  transition: background 50ms linear;
}

.standsForBoxesFlex .slick-active+.slick-active+.slick-active {
  background: #eeebeb;
  transition: background 50ms linear;
}
.blocks_mosaic {
  display: grid;
  padding: 20px;
}
img.moais_img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
.caption {
  font-family: sans-serif;
  color: #000;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  margin: auto;
  text-align: center;
  z-index: 1;
}

.promo_index_1 .caption,
.promo_index_4 .caption{
  padding-bottom: 10%;
}

.moais_blocks_contaoner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  padding: 20px 0;
}
.promo_index_1,
.promo_index_4{
  grid-row-start: span 3;
}
.promo_index_2,
.promo_index_3,
.promo_index_5{
  grid-row-start: span 2;
}
span.button-primary.promo-block--button {
  font-size: 20px;
  padding: 0.875rem 1.75rem;
  letter-spacing: 0em;
  margin-top: 2.10938rem;
  color: #fff;
  background-color: #07506C;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #07506C;
  font-family: Cabin,sans-serif;
}
p.promo-block--text {
  margin-top: 5px;
  margin-bottom: 0;
  max-width: 60%;
  line-height: 1.4;
  font-size: 2.2rem;
}
h2.promo-block--header {
  font-size: 4.5rem;
  line-height: 1.4;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}
.promo_index_2 h2.promo-block--header,
.promo_index_3 h2.promo-block--header,
.promo_index_5 h2.promo-block--header{
  font-size: 3.5rem;
  max-width: 80%;
}

.promo_index_2 p.promo-block--text,
.promo_index_3 p.promo-block--text,
.promo_index_5 p.promo-block--text{
  font-size: 2rem;
  max-width: 80%;
}
.promo_index_2 span.button-primary.promo-block--button,
.promo_index_3 span.button-primary.promo-block--button,
.promo_index_5 span.button-primary.promo-block--button{
  font-size: 18px;
  color: #07506C;
  border: 1px solid #fff;
  background-color: #fff;
}

.single-item .slick-dots {
    bottom: 2vw !important;

}
.footerLists ul{
  background: #28584C !important;
}
.footerLists ul li a{
  padding: 8px 0;
}


/******************************
		New Css
*******************************/
.header_main-tabs {display: flex;flex-wrap: wrap;}

.header_main-tabs .tabMainOne {order: 1;}

.header_main-tabs .tabMainTwo {order: 2;}

.header_main-tabs .tabs {order: 3;}


.mobileSubMenu {display: none !important;}
/******************************
		New Css
*******************************/


/* Media Queries */

@media only screen and (min-width: 1681px) {
  .header-container {
    max-width: 1400px;
  }
  .container {
    max-width: 1300px;
  }
  .topFreeShipping p, .smileyTop p, .loginTOp a, .selectTop form select {
    font-size: 16px;
  }

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

  .selectTop form select {
    max-width: 60px;
  }

  .headerMenuInner ul li a {
    font-size: 15px;
  }
  .homeBannerSingleSlide {
    padding: 190px;
  }

  .slideData h2 {
    font-size: 45px;
  }



  .slideData p, .homeShopByHeading a, .homeShopByProHeading p, .selectedFilterResultNumber span, .proManufacturerName span, .filterProAddtoCart button, .slideData a, .certifyContentBox p, .certifyContentBox a, .standsForParagraph p  {
    font-size: 18px;
    line-height: normal;
  }

  .homeShopByHeading h2, .whatweStandsHeading h2, .howOrganicHeading h2, .homeYoutubeHeading h2, .blogposts--count-3 .home-section--title {
    font-size: 40px;
  }

  section.homeFilterProducts .container {
    max-width: 1300px;
  }

  ul.filterResultFilters {
    width: 92%;
  }

  ul.filterResultFilters li {
    margin-right: 5px;
  }
  .selectedFilterHeading h4 {
    font-size: 24px;
  }

  .filterProCertifyTagline p {
    font-size: 20px;
  }
  .certifyContentBox {
    width: 450px;
  }
  .certifyContentBox h2 {
    font-size: 40px;
  }
  .gorgeousContentBox h1 {
    font-size: 50px;
  }

  .gorgeousContentBox {
    width: 450px;
  }

  section.homeGorgeous {
    height: 750px;
    background-position: top;
  }
  .footerColumnHeading h4 {
    font-size: 24px;
  }
  .footerLists ul li a, .footerLists ul li p {
    font-size: 16px;
    line-height: normal ;
  }
  .footerNewsletterInner form input, .footerNewsletterInner form button {
    font-size: 18px;
  }

  /* Career Page */

  .bannerCommonClassContent h2 {
    font-size: 46px;
  }

  .bannerCommonClassContent p {
    font-size: 18px;
    max-width: 80%;
  }

  .careerFormHeading h3 {
    font-size: 32px;
  }

  .careerFormMain {
    max-width: 700px;
  }

  .careerFormSingleField input, .careerFormSingleField textarea {
    max-width: 96%;
  }

  .careerFormSingleField textarea {
    height: 300px;
  }

  .careerFormSubmit button {
    font-size: 24px;
    padding: 15px 50px;
  }

  /* What we Stands Page */

  .corporateInformationHeading h3 {
    font-size: 26px;
  }

  .corporateInformationContainer p {
    font-size: 18px;
  }

  .corporateInformationMain {
    max-width: 800px;
  }

  .corporateInformationContainer h5 {
    font-size: 26px;
  }
  /* About Page */
  .aboutDetailContentInner h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .aboutDetailContentInner p {
    font-size: 18px;
  }
  /* Membership Page */
  .membershipLoyalty a {
    font-size: 18px;
  }
  /* Refund Page */
  .refundPolicyBlocks h3 {
    font-size: 22px;
  }

  .refundPolicyBlocks p {
    font-size: 20px;
  }
  .loyaltyQuestionBlocks h4 {
    font-size: 24px;
  }
  .loyaltyQuestionBlocks p {
    font-size: 18px;
  }
  .shippingInformationBlocks p {
    font-size: 20px;
  }

  .shippingInformationBlocks h5, .shippingInformationBlocks h4 {
    font-size: 24px;
  }
  ul.payOptions li, ul.payOptions li a {
    font-size: 20px;
  }
  .copyRightTExt p {
    font-size: 20px;
  }
  .privacyPolicySingleBlock h4 {
    font-size: 28px;
  }
  .privacyPolicySingleBlock p {
    font-size: 20px;
  }
  .termsOfServiceSingleBlock h4 {
    font-size: 26px;
  }
  .termsOfServiceSingleBlock::before {
    font-size: 26px;
    top: 0px;
  }
  .termsOfServiceSingleBlock p {
    font-size: 20px;
    line-height: 22px;
  }
  .collectionContainer {
    max-width: 1400px;
  }
  ul.filterResultFilters {
    justify-content: left;
  }
  ul.collectionResultFilters {
    width: 85%;
  }
  .productIntro h3 {
    font-size: 26px;
  }
  .proDetailPriceParagraph p {
    font-size: 20px;
  }
  .proDetailSpecsList ul li p {
    font-size: 20px;
  }
  .howToUseRightDetail h3 {
    font-size: 40px;
  }
  ul.howToUseList li {
    font-size: 20px;
  }
  .reviewFormHeading h2 {
    font-size: 36px;
  }
  .proReviewSIngleField label {
    font-size: 24px;
  }
  .reivewSubmit button {
    font-size: 18px;
  }
  .emptyCartHeading h3 {
    font-size: 30px;
  }
  .emptyCartContainer p {
    font-size: 22px;
  }
  .emptyCartContainer a {
    font-size: 26px;
    padding: 10px 10px;
  }
  .subMenu {
    width: 1400px;
    top: 15px;
  }
}

@media only screen and (max-width: 1680px) {
  .header-container {
    max-width: 1400px;
  }
  .container {
    max-width: 1300px;
  }
  .topFreeShipping p, .smileyTop p, .loginTOp a, .selectTop form select {
    font-size: 16px;
  }

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

  .selectTop form select {
    max-width: 60px;
  }

  .headerMenuInner ul li a {
    font-size: 16px !important;
    
  }
  .homeBannerSingleSlide {
    padding: 150px;
  }
  .slideData h2 {
    font-size: 40px;
  }
  
  .homeShopByProHeading p {
    font-size: 18px;
  }
  .selectedFilterHeading h4 {
    font-size: 24px;
  }
  section.homeGorgeous {
    height: 750px;
  }
  .footerColumnHeading h4 {
    font-size: 24px;
  }
  .footerLists ul li a, .footerLists ul li p {
    font-size: 16px;
  }
  .footerNewsletterInner form input, .footerNewsletterInner form button {
    font-size: 18px;
  }
  /* Career Page */

  .bannerCommonClassContent h2 {
    font-size: 46px;
  }

  .bannerCommonClassContent p {
    font-size: 18px;
    max-width: 80%;
  }

  .careerFormHeading h3 {
    font-size: 32px;
  }

  .careerFormMain {
    max-width: 700px;
  }

  .careerFormSingleField input, .careerFormSingleField textarea {
    max-width: 96%;
  }

  .careerFormSingleField textarea {
    height: 300px;
  }

  .careerFormSubmit button {
    font-size: 24px;
    padding: 15px 50px;
  }
  /* What we Stands Page */

  .corporateInformationHeading h3 {
    font-size: 26px;
  }

  .corporateInformationContainer p {
    font-size: 18px;
  }

  .corporateInformationMain {
    max-width: 800px;
  }

  .corporateInformationContainer h5 {
    font-size: 26px;
  }

  /* About Page */
  .aboutDetailContentInner h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .aboutDetailContentInner p {
    font-size: 18px;
  }
  /* Membership Page */
  .membershipLoyalty a {
    font-size: 18px;
  }
  /* Refund Page */
  .refundPolicyBlocks h3 {
    font-size: 22px;
  }

  .refundPolicyBlocks p {
    font-size: 20px;
  }
  .shippingInformationBlocks p {
    font-size: 20px;
  }

  .shippingInformationBlocks h5, .shippingInformationBlocks h4 {
    font-size: 24px;
  }
  ul.payOptions li, ul.payOptions li a {
    font-size: 20px;
  }
  .copyRightTExt p {
    font-size: 20px;
  }
  .productIntro h3 {
    font-size: 26px;
  }
  .howToUseRightDetail h3 {
    font-size: 36px;
  }
  .emptyCartHeading h3 {
    font-size: 30px;
  }
  .emptyCartContainer p {
    font-size: 22px;
  }
  .emptyCartContainer a {
    font-size: 26px;
    padding: 10px 10px;
  }
/*   .subMenu {
    width: 1400px;
    top: 30px;
  } */
}

@media only screen and (max-width: 1440px) {
  .header-container {
    max-width: 1200px;
  }
  .container {
    max-width: 1100px !important;
  }
  .topFreeShipping p, .smileyTop p, .loginTOp a, .selectTop form select {
    font-size: 14px;
  }

  .topWelcomeText p {
    font-size: 18px;
  }

  .selectTop form select {
    max-width: 50px;
  }

  .headerMenuInner ul li a {
    font-size: 16px;
  }
  section.homeGorgeous {
    height: 600px;
  }
  .footerLists ul li a, .footerLists ul li p {
    font-size: 12px;
  }
  .footerNewsletterInner form input, .footerNewsletterInner form button {
    font-size: 16px;
  }
  .selectedFilterHeading h4 {
    font-size: 20px;
  }
  .footerColumnHeading h4 {
    font-size: 18px;
  }
  /* Career Page */

  .bannerCommonClassContent h2 {
    font-size: 40px;
  }

  .bannerCommonClassContent p {
    font-size: 16px;
    max-width: 80%;
  }

  .careerFormHeading h3 {
    font-size: 26px;
  }

  .careerFormMain {
    max-width: 550px;
  }

  .careerFormSingleField input, .careerFormSingleField textarea {
    max-width: 95%;
  }

  .careerFormSingleField textarea {
    height: 200px;
  }

  .careerFormSubmit button {
    font-size: 20px;
    padding: 15px 30px;
  }
  /* What we Stands Page */

  .corporateInformationHeading h3 {
    font-size: 20px;
  }

  .corporateInformationContainer p {
    font-size: 16px;
  }

  .corporateInformationMain {
    max-width: 700px;
  }

  .corporateInformationContainer h5 {
    font-size: 20px;
  }

  /* About Page */
  .aboutDetailContentInner h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .aboutDetailContentInner p {
    font-size: 16px;
  }
  /* Membership Page */
  .membershipLoyalty a {
    font-size: 16px;
  }
  /* Refund Page */
  .refundPolicyBlocks h3 {
    font-size: 18px;
  }

  .refundPolicyBlocks p {
    font-size: 16px;
  }
  .shippingInformationBlocks p {
    font-size: 18px;
  }

  .shippingInformationBlocks h5, .shippingInformationBlocks h4 {
    font-size: 22px;
  }
  ul.payOptions li, ul.payOptions li a {
    font-size: 18px;
  }
  .copyRightTExt p {
    font-size: 18px;
  }
  .termsOfServiceSingleBlock h4 {
    padding-left: 12%;
  }
  .collectionContainer {
    max-width: 1200px;
  }
  ul.collectionResultFilters {
    width: 83%;
    justify-content: initial;
  }
  .emptyCartHeading h3 {
    font-size: 24px;
  }
  .emptyCartContainer p {
    font-size: 18px;
  }
  .emptyCartContainer a {
    font-size: 22px;
    padding: 5px 5px;
  }
  .subMenu {
    width: 1200px;
    top: 15px;
  }
}


@media only screen and (max-width: 1280px) {
  .header-container {
    max-width: 1000px;
  }
  .container {
    max-width: 1000px !important;
  }
  .headerMenuInner ul li a, .slideData a {
    font-size: 12px !important;
  }

  .header-container {
    max-width: 1100px;
  }

  .slideData h2 {
    font-size: 32px;
  }

  .slideData p {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 10px;
  }

  .homeShopByHeading h2 {
    font-size: 28px;
  }

  .homeShopByHeading a, .standsForParagraph p, .organicBlogsStats ul li {
    font-size: 14px;
  }
  .homeShopByHeading h2, .whatweStandsHeading h2, .howOrganicHeading h2, .homeYoutubeHeading h2, .blogposts--count-3 .home-section--title {
    font-size: 28px;
  }
  .organiceBlogCOntent p, .organiceBlogCOntent a {
    font-size: 15px;
  }
  .organicBlogsStats ul li span img {
    width: 18px;
  }
  .footerColumnHeading h4 {
    font-size: 18px;
  }
  .footerNewsletterInner form input, .footerNewsletterInner form button {
    font-size: 14px;
  }
  /* Careers Page */

  .careerFormSingleField input, .careerFormSingleField textarea {
    max-width: 95%;
  }

  /* Faq Page */

  .faqsQuestionList ul li h3 {
    font-size: 20px;
  }

  h2.headingBackground {
    font-size: 24px;
  }

  .shipInfoList ul li p {
    font-size: 16px;
  }

  .shipInfoList ul li span {
    font-size: 18px;
  }

  .shipPolicyInfoContainer h4 {
    font-size: 18px;
  }

  .shipPolicyInfoContainer p {
    font-size: 16px;
  }
  .copyRightTExt p {
    font-size: 16px;
  }
  .privacyPolicySingleBlock h4 {
    font-size: 22px;
  }
  .privacyPolicySingleBlock p {
    font-size: 16px;
    line-height: 22px;
  }
  .termsOfServiceSingleBlock h4, .termsOfServiceSingleBlock::before {
    font-size: 20px;
  }
  .proDetailthumbs {
    padding-inline: 10px;
  }
  .productSingleThumbnail img {
    max-width: 60px;
    max-height: 60px;
  }
  .selectedFilterOutcomeSlider button.slick-prev.slick-arrow {
    left: -30px;
  }
  .selectedFilterOutcomeSlider button.slick-next.slick-arrow {
    right: -30px;
  }
  .subMenu {
    width: 1100px;
    top: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  .header-container {
    max-width: 900px;
  }
  .container {
    max-width: 900px !important;
  }
  .headerTopBarLeft {
    width: 25%;
  }
  .headerTopBarRight {
    width: 20%;
  }
  .topWelcomeText p {
    font-size: 14px;
  }
  .headerLogoInner a img {
    max-width: 60%;
  }
  .topFreeShipping p, .smileyTop p, .loginTOp a, .selectTop form select {
    font-size: 10px;
  }
  .headerMenuAndSearch {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 5px 0px;
  }
  .headerMenuInner ul{
    justify-content: flex-start;
  }
  .headerMenuContainer {
    width: 100%;
    margin-top: 10px;
  }

  .headerSearchContainer {
    width: 20%;
  }

  .homeBannerSingleSlide {
    padding: 80px ;
  }

  .slideData h2 {
    font-size: 22px;
  }

  .homeAbsoluteLeaf1 img {
    max-width: 50%;
  }

  .homeShopByHeading h2, .whatweStandsHeading h2, .howOrganicHeading h2, .homeYoutubeHeading h2, .blogposts--count-3 .home-section--title {
    font-size: 22px;
  }

  .homeShopByProHeading p {
    font-size: 14px;
  }

  .homeFilterFlex p {
    font-size: 12px;
  }

  ul.filterResultFilters li select {
    font-size: 12px;
    max-width: 150px;
    padding: 10px 2px;
  }
  .selectedFilterHeading h4 {
    font-size: 18px;
  }

  .filterProCertifyTagline p {
    font-size: 15px;
  }

  .filterProCertifyTagline {
    min-height: 60px;
  }

  .proManufacturerName span {
    font-size: 14px;
  }

  .filterProductPrice span {
    font-size: 16px;
  }

  .proManufacturerName {
    margin: 5px 0px;
  }

  .filterProAddtoCart button {
    font-size: 12px;
  }

  .certifyContentBox h2 {
    font-size: 28px;
  }

  .certifyContentBox {
    width: 250px;
    height: 280px;
  }

  .certifyContentBox p {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 20px;
  }

  .certifyContentBox a {
    font-size: 14px;
  }

  .gorgeousContentBox h1 {
    font-size: 30px;
  }

  .gorgeousContentBox {
    width: 280px;
  }

  section.homeGorgeous {
    height: 450px;
  }

  .standsForBoxesFlex {
    margin-top: 30px;
  }

  .whatweStandsContainer {max-width: 90%;}

  .standsForSingleBox {
    width: 28%;
  }

  .standsForBoxesFlex {
    justify-content: center;
  }
  .selectedFilterOutcomeSlider button.slick-prev.slick-arrow {
    left: 0px;
  }
  .selectedFilterOutcomeSlider button.slick-next.slick-arrow {
    right: 0px;
  }
  .footerColumnHeading h4 {
    font-size: 16px;
    min-height: 40px;
    padding: 10px 0px;
  }

  /* Careers Page */

  .bannerCommonClassContent p {
    max-width: 100%;
  }

  .shipPoilicyBlockHeading {
    margin-bottom: 10px;
  }

  h2.headingBackground {
    font-size: 20px;
  }
  .shipInfoList ul li span {
    font-size: 16px;
  }
  .termsOfServiceSingleBlock h4 {
    padding-left: 14%;
  }
  .collectionContainer {
    max-width: 900px;
  }
  ul.collectionResultFilters {
    width: 89%;
    justify-content: initial;
  }
  .collectionTopFilters p {
    width: 9%;
  }
  .collectionLeftsideBarFilters {
    width: 20%;
  }
  .collectionFilterOutcomeContainer {
    width: 72%;
  }
  .collectionFilterOutcomeSingle {
    width: 30%;
  }
  .collectionLeafTwo {
    right: -53%;
  }
  .productQuantityInc {
    width: 35%;
  }
  .productIntro h3 {
    font-size: 26px;
    max-width: 100%;
  }
  .home-menu-section .container {
    max-width: 900px;
  }
  .homeMenuProductSingle {
    margin-right: 15px;
  }
  .subMenu {
    width: 900px;
    top: 15px;
  }
}
@media screen and (min-width: 1080px){
  .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
    width: calc(33.33333% - 13.33333px);
  }
}
@media screen and (min-width: 1024px){
  .home-section--title {
    margin-top: 4.78125rem;
  }
    .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
    width: calc(33.33333% - 6.66667px);
  }
}

@media only screen and (max-width: 992px) {
	.headerMenuContainer .headerMenuInner ul li a{
    font-size: 9px !important;
        padding: 5px 0px !important;
  }

  .header-container {
    padding: 0 30px;
  }
  .container {
    padding: 0 30px;
  }
  .smileyTop {
    position: relative;
    display: none;
  }
  .headerTopBarRight {
    width: 25%;
  }
  .headerTopBarCenter {
    width: 40%;
  }
  .headerLogoInner {
    position: relative;
    max-width: 50%;
    margin: 5px auto;
  }
  .headerLogoInner a img {
    max-width: 50%;
  }
  .headerMenuInner ul li a{
    font-size: 7px;
  }
  .headerMenuInner ul li a {
    padding: 8px 8px !important;
}
  .arrow_title {
    display: flex !important;
    align-items: inherit !important;
}
  .slideData {
    max-width: 400px;
  }
  .slideData a {
    font-size: 12px;
  }
  .homeFilterFlex {
    display: block;
  }

  ul.filterResultFilters {
    width: 100%;
    margin: 5px 0px;
    flex-wrap: nowrap;
  }

  ul.filterResultFilters li select {
    width: 100%;
    max-width: 100%;
  }

  ul.filterResultFilters li {
    width: 24%;
    margin-bottom: 5px;
    max-width: 25%;
    margin-right: 5px;
  }
  .selectedFilterOutcomeSlider button.slick-prev.slick-arrow::after, .selectedFilterOutcomeSlider button.slick-next.slick-arrow::after {
    font-size: 20px;
  }
  .selectedFilterOutcomeSlider button.slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  .certifyContentBox {
    width: 300px;
    height: 360px;
    padding: 25px 20px;
    right: -75%;
  }
  .certifyContentBox h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .whatweStandsContainer {
    max-width: 100%;
  }
  .standsForSingleBox {
    width: 30%;
    padding: 20px 10px;
  }
  .standsForQuote img {
    max-width: 30%;
  }
  .howOrganicSingleBox {
    width: 46%;
    margin-right: 0px;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 10px;
  }

  .howOrganicBlogsFlex {
    justify-content: space-between;
  }

  .howOrganicMain {
    max-width: 90%;
    margin: 0 auto;
  }
  .youtubeBoxLeft iframe {
    width: 100%;
    height: 420px;
  }
  .youtubeboxHalf iframe {
    width: 100%;
    height: 100%;
  }
  .youtubeboxHalf:first-child {
    height: 350px;
  }
  .youtubeboxHalf {
    height: 165px;
  }
  .footerColumnHeading h4 {
    font-size: 14px;
    min-height: 30px;
  }
  .footerLists ul li a, .footerLists ul li p {
    font-size: 13px;
  }
  .footerSocioList {
    width: 30%;
  }
/*    .footerSocioList ul
    background-color: none !important;
  } */
  .footerNewsLetter {
    width: 30%;
  }
  .bannerCommonClassContent h2 {
    font-size: 30px;
  }
  /* About Page */
  .aboutRightProdFlex .selectedFilterOutcomeSingle.aboutSingleProd {
    width: 100%;
  }
  .aboutDetailContentInner h5 {
    font-size: 16px;
  }
  .aboutDetailContentInner p {
    font-size: 14px;
  }
  /* Faq Page */
  .tabButtons button {
    font-size: 18px;
  }
  .faqsTabsLeft {
    width: 25%;
  }
  .faqsTabsQuestionsRight {
    width: 73%;
  }
  .faqsQuestionList ul li h3::before {
    width: 2px;
    height: 12px;
    right: 9px;
  }
  .faqsQuestionList ul li h3::after {
    width: 12px;
    height: 2px;
    right: 4px;
  }
  .refundPolicyBlocks p a {
    font-size: 16px;
  }
  .termsOfServiceSingleBlock h4 {
    padding-left: 15%;
  }
  .termsOfServiceSingleBlock h4, .termsOfServiceSingleBlock::before {
    font-size: 16px;
  }
  .termsOfServiceSingleBlock p {
    font-size: 14px;
  }
  .collectionContainer {
    padding: 0 20px;
  }
  .collectionLeftsideBarFilters {
    width: 25%;
  }
  .collectionFilterOutcomeContainer {
    width: 66%;
  }
  .collectionFilterOutcomeSingle {
    width: 45%;
  }
  .productIntro h3 {
    font-size: 18px;
  }
  .proDetailSliderInner {
    display: flex;
    flex-direction: column-reverse;
  }

  .proDetailMainImage.slick-initialized.slick-slider {
    width: 100%;
  }

  .proDetailthumbs {
    width: 100%;
  }
  .productSingleThumbnail img {
    max-width: initial;
    max-height: 50px;
  }
  .proDetailthumbs .slick-track {
    margin: 0px;
  }
  .proDetailLeftSlider {
    width: 45%;
  }    
  .proDetailRightContent {
    width: 54%;
  }
  .proDetailthumbs .slick-slide {
    margin: 0 5px;
  }
  .proDetailthumbs .slick-list.draggable {
    padding: 0 !important;
  }
  .proDetailPriceParagraph p {
    font-size: 15px;
  }
  .proDetailSpecsList ul li p {
    font-size: 15px;
  }
  .productQuantityInc span {
    font-size: 15px;
  }
  .productAddtoBuy button {
    width: 45%;
    font-size: 14px;
    padding: 11px 0px;
  }    
  .productAddtoBuy {
    width: 60%;
  }
  .productQuantityInc {
    width: 40%;
  }
  .quantityBox input {
    font-size: 16px;
  }
  .howToUseRightDetail h3 {
    font-size: 26px;
  }
  ul.howToUseList li {
    font-size: 15px;
  }
  .productCarttitle a {
    font-size: 14px;
    max-width: 90%;
  }
  .quantityCartBox input {
    font-size: 14px;
  }
  .quantityCartBox span {
    font-size: 14px;
  }
  thead.cartRow.cartRowHeading tr th {
    font-size: 14px;
  }
  .cartCheckOut button {
    font-size: 14px;
  }
  .emptyCartContainer a {
    font-size: 18px;
  }
  .homeMenuProductSingle {
    width: 22%;
  }
  .homeMenuProductName p {
    font-size: 14px;
    line-height: 18px;
  }
  span.homeMenuProManufac, span.homeMenuProductPrice {
    font-size: 14px;
  }
  .subMenu {
    width: 100%;
  }
  #tabs-nav li a {
    font-size: 14px;
  }
  .subMenuProductName p {
    font-size: 14px;
  }
  .subMenuProductManufacturer p {
    font-size: 14px;
  }
  .homeShopByCategorySlider .slider-arrow.slider-prev {
    left: -15px;
  }

  .homeShopByCategorySlider .slider-arrow.slider-next {
    right: -15px;
  }
  .certifyContentBox a {
    font-size: 12px;
  }
  /* .howOrganicBlogsFlex .slick-track {
  display: block;
  width: initial;
  min-width: max-content;
}
  .howOrganicBlogsFlex .slick-slide {
  width: initial;
}
  .howOrganicBlogsFlex .slick-slide {
  width: initial;
  min-width: min-content;
}
  .howOrganicBlogsFlex {
  margin: 0px;
}
  .howOrganicBlogsFlex .slick-slide {
  width: 15% !important;
} */
  .howOrganicSingleBox {
    padding: 20px 0px;
  }

}

@media screen and (min-width: 860px){
  .home-section--title {
    margin-bottom: 1.96875rem;
  }
  .home-section--title {
    margin-bottom: 1.96875rem;
  }
  
}

@media only screen and (max-width: 768px) {
  .moais_blocks_contaoner {
    grid-template-columns: 1fr;
  }
  .desk_hide{
   display: none !important;
  }
  
  	ul li a{
  letter-spacing: 0px;
}
  .headerMenuInner ul li a{
    font-size: 12px !important;
        padding: 5px 0px !important;
  }
  .footerLists ul li a, .footerLists ul li p {
    font-size: 14px;
  }
  .footerSingleColumn {
    width: 100%;
  }

}

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

  .blogposts--container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
.article--excerpt-image {
    height: 22.625rem;
  }

}

@media only screen and (max-width: 600px) {
  
  
  .gorgeousContentBox p
    {
      font-size: 20px!important ;
      margin: 10px 0 ;
      line-height:25px;
    }

  .iinner{
  	width: 100% !important;	
  }
  .open_submenu .subMenu {
    display: block;
  }

  li.hasSubMenu.open_submenu {
    display: block;
  }

  .header_main-tabs {
    display: flex;
    flex-direction: column;
  }

  .header_main-tabs span {
    padding-left: 0;
    border: 0 !important;
    color: #707070 !important;
  }

  .subMenuContent {
    display: none !important;
  }
  .arrow_title {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .subMenuButtons li a {text-align: left !important;}

  .subMenuButtons li {
    background: white !important;
    border: 0 !important;
    padding-left: 35px !important;
  }


  .homeGorgeous .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
/*     background: rgb(255 255 255 / 40%); */
    height: 100%;
    position: absolute;
    width: 100%;
  }
  
  
  
  .header-container {
    padding: 0 15px;
  }
  .container {
    padding: 0 15px;
  }
  .headerHamburger {
    display: block;
  }
  .headerTopBar {
    display: flex;
    padding: 0px;
  }

  .headerTopBarLeft {
    width: 100%;
    text-align: center;
    order: 2;
    padding: 5px 5px;
  }

  .headerTopBarCenter {
    width: 100%;
    order: 1;
    padding: 10px 5px;
  }

  .headerTopBarRight {
    width: 100%;
    justify-content: center;
    order: 3;
  }

  header {
    padding-top: 0px;
  }

  .loginTOp {
    width: 31%;
    text-align: center;
  }

  .selectTop {
    width: 31%;
    text-align: center;
  }

  .topCart {width: 31%;text-align: center;}

  .loginTOp a {
    font-size: 14px;
  }

  .selectTop form select {
    font-size: 14px;
  }

  .headerLogoInner a img {
    max-width: 100%;
  }

  .headerSearchContainer {
    width: 100%;
  }
  .headerMenuAndSearch {
    padding: 5px 0px 15px;
  }
  .headerMenuAndSearch {
    align-items: flex-start;
  }

  .headerMenuContainer {
    position: fixed;
    width: 100%;
    max-width: 80%;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 10;
    margin-top: 0px;
    transition: 0.4s ease-in-out;
    transform: translateX(-100%);
  }
  .headerMenuContainer.active {
    transform: translateX(0%);
  }

  .headerMenuInner {
    height: 100%;
  }

  .headerMenuInner ul {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    max-width: 90%;
    margin-left: auto;
    flex-wrap: nowrap;
  }

  .headerMenuInner ul li {
    padding: 5px 0px;
  }

  .headerMenuInner ul li a {
    font-size: 14px;
  }

  header {
    display: flex;
    flex-direction: column;
  }

  .headerLogo {
    order: 1;
  }

  .header-container {
    order: 3;
    margin: 0;
  }

  .headerTopBar {
    order: 2;
  }

  .headerLogoInner {
    max-width: 80%;
    margin-left: 0px;
    margin-right: auto;
  }

  .headerLogo {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 10px;
  }

  .headerLogoInner a img {
    max-width: 70%;
    margin-left: 0px;
  }
  .headerSearchContainerInner form input {
    padding: 10px 0px;
  }
  .headerHamburger {
    position: relative;
  }

  .headerHamburger button {
    position: relative;
    background: transparent;
    outline: 0px;
    border: 0px;
    z-index: 2;
  }

  .headerHamburger button span {
    position: relative;
    display: block;
    background: #144d29 !important ;
    width: 35px;
    height: 2px;
    margin-bottom: 5px;
    transition: 0.4s ease-in-out;
  }
  .headerHamburger button span:last-child {
    margin-bottom: 0px;
  }
  .headerHamburger button {
    transition: 0.8s ease-in-out;
  }

  .headerHamburger button.active {
    transform: rotate(
      45deg);
  }

  .headerHamburger button.active span {
    background: #fff;
  }

  .headerHamburger button.active span:nth-child(1) {
    display: none;
  }

  .headerHamburger button.active span:nth-child(2) {
    transform: translate(0px, 7px);
  }

  .headerHamburger button.active span:nth-child(3) {
    transform: rotate( 
      90deg );
  }
  .headerMobileOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.6s ease-in-out;
    background: rgba(20, 77, 41, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(100%);
  }

  .headerMobileOverlay.active {
    transform: translateX(0%);
  }

  .homeFilterFlex p {
    width: 100%;
    padding: 10px 0px;
  }

  ul.filterResultFilters {
    width: 100%;
  }

  ul.filterResultFilters li {
    width: 48%;
    max-width: 48%;
    margin-right: 12px;
    margin-bottom: 6px;
  }

  ul.filterResultFilters li:nth-child(even) {
    margin-right: 0px;
  }

  .homeShopByCategorySlider ul.slick-dots {
    bottom: -40px;
  }
  .filterProCertifyTagline {
    min-height: auto;
  }
  .cerrtifyOrganicFlex {
    display: block;
  }

  .certifyOrganicLeft {
    width: 100%;
    margin-bottom: 240px;
  }

  .certifyContentBox {left: 0;right: 0;top: auto;bottom: -270px;}

  .certifyOrganicRight {
    width: 100%;
  }

  section.homeGorgeous {
    background-position: center right 90%;
    padding-bottom: 50px;
  }

  .gorgeousSectionMain {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .standsForBoxesFlex {
    display: block;
  }

  .standsForSingleBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .standsForParagraph p {
    font-size: 16px;
  }

  .howOrganicBlogsFlex {
    display: block;
  }

  .howOrganicSingleBox {
    width: 100%;
    max-width: 95%;
  }
  .youtubeBoxesFlex {
    display: block;
  }

  .youtubeBoxLeft {
    width: 100%;
  }

  .youtubeBoxRight {
    width: 100%;
  }

  .youtubeBoxesFlex iframe {
    height: 300px;
  }

  .footerFlex {
    display: block;
  }

  
  .footerColumnHeading h4 {
    font-size: 20px;
  }

  .footerBottom {flex-direction: column-reverse;}

  .footerSocioList {
    width: 100%;
    margin-top: 20px;
  }

  .footerNewsLetter {
    width: 100%;
  }

  .footerSocioList ul {
    justify-content: center;
  }

  .footerSocioList ul li a {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .footerBackground {
    padding: 20px 0px;
  }

  .footerNewsletterInner form input {
    padding: 15px 0px;
    border-radius: 30px;
  }

  .footerNewsletterInner form button {
    border-radius: 30px;
    width: 120px;
  }

  /* Careers Page */

  .careerFormSingleField input, .careerFormSingleField textarea {
    max-width: 93%;
  }

  .bannerCommonClassContent h2 {
    font-size: 28px;
  }

  /* What We Stands Page */

  .corporateInformationContainer p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .corporateInformationContainer h5 {
    padding-bottom: 20px;
  }

  /* ABout Page */

  .aboutRightProdFlex .selectedFilterOutcomeSingle.aboutSingleProd {
    width: 100%;
  }

  .aboutDetailflex {
    display: block;
  }

  .aboutDetailLeftContent {
    width: 100%;
  }

  .aboutDetailRightProducts {
    width: 100%;
    margin-top: 20px;
  }

  .aboutRightProdFlex .selectedFilterOutcomeSingle.aboutSingleProd .filteredProductImage img {
    min-height: 150px;
    max-height: 150px;
  }

  /* FAQ Page */
  .faqsQuestionList ul li h3 {
    font-size: 20px;
  }

  .faqsTabbingFlex {
    display: block;
  }

  .faqsTabsLeft {
    width: 100%;
    justify-content: flex-start;
    min-height: auto;
    padding: 20px 0px;
  }

  .faqsTabsQuestionsRight {
    width: 100%;
  }

  .tabButtons {
    margin-left: 20px;
  }

  .tabButtons button {
    padding: 10px 0px;
  }

  h2.headingBackground {
    font-size: 18px;
  }
  .shipPolicyInfoContainer {
    min-width: 80%;
    max-width: 100%;
  }
  .loyaltyBannerContent h2 {
    max-width: 100%;
  }
  .loyaltyQuestionBlocks h4 {
    font-size: 18px;
  }
  .loyaltyQuestionBlocks p {
    font-size: 15px;
  }
  .shippingInformationBlocks p {
    font-size: 16px;
    line-height: 21px;
  }
  .copyRIghtLeaf {
    bottom: -10%;
  }
  .privacyPolicySingleBlock h4 {
    font-size: 18px;
  }
  .privacyPolicySingleBlock p {
    font-size: 15px;
  }
  .termsOfServiceSingleBlock::before {
    font-size: 14px;
    content: "" counter(newCounter) "- ";
  }
  .termsOfServiceSingleBlock h4 {
    padding-left: 7%;
    font-size: 15px;
  }
  .collectionLeftsideBarFilters {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid;
  }

  .collectionFilterOutcomeContainer {
    width: 100%;
  }

  .collectionFilterOutcomeSlider {
    display: block;
  }

  .collectionFilterOutcomeSingle {
    width: 100%;
  }
  .filterProCertifyTagline p {
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
  }
  .proDetailFlex {
    display: block;
  }

  .proDetailLeftSlider {
    width: 100%;
    margin-bottom: 30px;
  }

  .proDetailRightContent {
    width: 100%;
  }
  .addCartQuantity {
    display: block;
  }

  .productQuantityInc {
    width: 100%;
    margin-bottom: 10px;
  }

  .productAddtoBuy {
    width: 100%;
  }

  .productAddtoBuy button {
    width: 48%;
  }

  .HowToUseFlex {
    display: block;
  }

  .howToUseVideoLeft {
    width: 100%;
  }

  .howToUseRightDetail {
    width: 100%;
  }

  .youMayLikeProductsFlex {
    display: block;
  }

  .youMayLIkeSingle {
    width: 100%;
  }

  .proReviewSIngleField input {
    width: 100%;
    max-width: 98%;
  }


  .productCart {
    display: block;
  }

  .productCartimg {
    margin-left: auto;
    width: 30%;
  }

  .productCarttitle {
    margin-left: auto;
  }

  td.singleProductCartPrice, td.productDiscount, td.productCartTotal {
    text-align: right;
  }

  .quantityCartBox {
    justify-content: flex-end;
  }
  form.cartForm table tbody tr td:last-child {
    border-bottom: 0px;
  }
  .innerRemoveCart span {
    color: #144D29;
    font-size: 20px;
  }
  /* Cart Table For Mobile Starts*/

  .shoppingCartList table {
    border: 0;
  }

  .shoppingCartList table thead.cartRow.cartRowHeading {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .shoppingCartList table tr {
    display: block;
    margin-bottom: .625em;
    background: #f8f8f8;
    padding: 5px 10px;
    border: 1px solid #ddd;
  }

  .shoppingCartList table td {
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .shoppingCartList table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Gilroy-Regular';
    display: flex;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
    right: auto;
    max-width: max-content;
    align-items: center;
    font-size: 16px;
  }
  /* Cart Table For Mobile Ends*/
  .headerMenuInner ul li {
    position: relative;
    margin-bottom: 20px;
  } 
  .homeMenuProducts {
    padding: 20px 0px;
  }

  .homeMenuProductsFlex {
    display: block;
  }

  .homeMenuProductSingle {
    width: 100%;
    margin-bottom: 20px;
  }

  .homeMenuProductName p {
    font-size: 18px;
    line-height: 24px;
  }

  span.homeMenuProManufac, span.homeMenuProductPrice {
    font-size: 18px;
  }
  .subMenuFlex {
    display: block;
  }

  .subMenuButtons {
    width: 100%;
  }

  .subMenuContent {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    border: 0px;
  }

  .headerMenuInner ul li {
    position: relative;
  }

  .subMenu {
    bottom: 0;
    background: #fff;
    height: 100%;
    position: relative;
    display: none ;
  }

  .subMenuProductsFlex {
    display: block;
  }

  .subMenuSingleProduct {
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding: 10px 0px;
  }

  .subMenuSingleProduct a .subMenuProductImage {
    display: none;
    /* border-left: 0px; */
    /* border-bottom: 1px solid #000; */
  }
  .tabs {
    display: none;
  }
  .headerMenuInner ul {
    margin: auto;
  }

  .headerMenuInner ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #cecece;
    width: 100%;
  }
  ul#tabs-nav {
    width: 100%;
    margin: 0px;
    max-width: 100%;
  }
  ul#tabs-nav li {
    padding: 0px;
    margin-bottom: 0px;
  }

  .howOrganicBlogsFlex .slick-slide {
    text-align: center;
  }

  .organiceBlogCOntent {
    text-align: left;
  }
  .howOrganicBlogsFlex .slider-arrow {
    top: auto;
    bottom: -30px;
  }

  .howOrganicBlogsFlex .slider-arrow.slider-prev {
    left: 0px;
  }

  .howOrganicBlogsFlex .slider-arrow.slider-next {
    right: 0px;
  }
  .gorgeousSectionMain {
    height: auto;
    z-index: 1;
  }
  .standsForQuote img {
    max-width: 15%;
  }
  .youtubeBoxLeft {
    display: block;
  }
  .youtubeboxHalf {
    height: 300px;
    max-height: 300px;
  }
  .youtubeBoxLeft .slider-arrow {
    position: absolute;
    top: auto;
    background: #144d29;
    color: #ffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    bottom: -30px;
  }
  .youtubeBoxLeft .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .youtubeBoxLeft .slider-arrow.slider-prev {
    left: 0px;
  }

  .youtubeBoxLeft .slider-arrow.slider-next {
    right: 0px;
  }
  .homeShopBySIngleBox {
    max-width: 90%;
    margin: 0 auto;
    display: block !important;
  }
  .homeShopByCategorySlider .slider-arrow.slider-next {
    right: 0px;
  }
  .homeShopByCategorySlider .slider-arrow.slider-prev {
    left: 0px ;
  }
  ul.filterResultFilters {
    flex-wrap: wrap;
  }
    .submenu-arrow.mobile-div {
    display: block;
  }
  .header_main-tabs span{
    display:inline-flex;
  }
    .blocks_mosaic {
    display: grid;
    padding: 5px;
}
  
  h2.promo-block--header {
    font-size: 2.5rem;
    max-width: 100%;
}
  
  p.promo-block--text
  {
    max-width: 100%;
    font-size: 1.5rem;
  }
  
  .promo_index_2 h2.promo-block--header, .promo_index_3 h2.promo-block--header, .promo_index_5 h2.promo-block--header
  {
    font-size: 2.5rem;
    max-width: 100%;
  
  }
  
  .youtubeboxHalf.aos-init.slick-slide.slick-cloned.aos-animate:first-child {
    display: none !important;
}

  
/******************************
		New Css
*******************************/

.header_main-tabs .tabMainOne {order: initial;}

.header_main-tabs .tabMainTwo {order: initial;}

.header_main-tabs .tabs {order: initial;}
  
  .desktopSubMenu {display: none !important;}

li.hasSubMenu.open_submenu .mobileSubMenu {display: block !important;}

  li.hasSubMenu {
    display: block;
}

  .tabs.active {
    display: block !important;
  }
  
}

@media only screen and (min-width: 600px) {
  li.hasSubMenu:hover .subMenu {
    display: block ;
  }
}
@media screen and (min-width: 375px){
  .blogposts--count-1 .blogposts--inner .article--excerpt-wrapper, .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
    width: 17.5rem;

  }
}



