@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
  font-family:'Satoshi';
  src: url(../fonts/Satoshi-Regular.otf);
}
@font-face {
  font-family:'Bricolage Grotesque';
  src: url(../fonts/BricolageGrotesque-VariableFont_opsz\,wdth\,wght.ttf);
}

body{
  font-family: 'Geist';
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 1420px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 80px  0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
html {
  scroll-behavior: smooth;
}
html,body{
  overflow-x:hidden;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#currencyFlag{
    width: 24px;
    height: 24px;
    max-width: 100%;
}
.cartCount{
    border-radius: 100px;
    background: var(--base-Error-Red, #DF3F3F);
    display: inline-flex;
    padding: 4px 4px 4px 5px;
    justify-content: center;
    align-items: center;
    color: var(--base-White, #FFF);
    text-align: center;
    font-family: Cabin;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0px;
    right: -2px;
}
.navbar {
    background: var(--base-White, #FFF);
    box-shadow: 0 41px 160px 0 rgba(0, 0, 0, 0.04), 0 20.756px 69.75px 0 rgba(0, 0, 0, 0.03), 0 8.2px 26px 0 rgba(0, 0, 0, 0.02), 0 1.794px 9.25px 0 rgba(0, 0, 0, 0.01);
}

/* ---------------------------base------------------------------------- */
header .nav-link{
    color: var(--base-01, #383838);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    position: relative;
}
.nav-link.active{
  color: var(--brand-Light-Green, #51AF5E);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav {
    gap: 40px;
}
.right-side-menu .navbar-nav {
  gap: 16px;
}
.right-side-menu .dropdown-item {
    color: var(--base-01, #383838);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    display: flex;
    gap: 9px;
    justify-content: space-between;
    align-items: center;
}
.right-side-menu .dropdown-item img{
    width: 24px;
    height: 24px;
    float: right;
}
.right-side-menu .navbar-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle::after {
  border: none;
  background: url(../img/drop-icon.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 12px;
  height: 8px;
  max-width: 100%;
  transform: rotate(0deg);
}
.dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.right-side-menu .shopping-basket-icon{
  width: 35px;
  height: 31.133px;
}
.right-side-menu .user-icon {
  width: 25px;
  height: 27.5px;
}
.right-side-menu .dropdown-toggle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.right-side-menu .nav-link{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar {
  padding: 40px 0;
  transition: all 0.3s ease;
  height: 100px;
}
.header-scroll .navbar {
  padding: 14px 0;
  background-color: #fff;
}
.navbar-brand img{
  width: 216.001px;
  height: 52.094px;
}
.menu-items-mobile{
    display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 111px;
        left: -21px;
    }
}
.navbar-collapse h5{
  display: none;
}




/* ------------------------footer--------------------- */
section{
  height: 100vh;
}
footer{
  background: var(--brand-Dark-Green, #162819);
  position: relative;
}
footer::after {
    content: "";
    background: url(../img/Buildings.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    z-index: 1;
    height: 95px;
}
footer .row{
  margin-bottom: 54px;
}
.footer-navigation li a, .policies-link li a{
  color: var(--base-03, #BDBDBD);
  font-family: "Cal Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-navigation ul, .policies-link ul, .socials-link ul{
  padding-left: 0px;

}
.footer-navigation ul li, .policies-link ul li{
  margin-bottom: 16px;
}
.footer-navigation{
    display: flex;
    gap: 24px;
}
.footer-link  h6{
    color: var(--base-White, #FFF);
    font-family: "Cal Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.socials-link ul{
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
}
footer{
  padding: 80px 0px;
}
.footer-logo p{
    color: var(--base-White, #FFF);
    /* text-align: center; */
    font-feature-settings: 'salt' on;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 8px;
    margin-bottom: 0px;
}
.footer-p ul li{
  color: var(--base-White, #FFF);
  font-feature-settings: 'salt' on;
  font-family: Cabin;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 8px;
}
.footer-p {
  margin-top: 32px;
}
.footer-p ul{
    display: flex;
    gap: 24px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-p ul li:first-child {
  list-style: none;
}
.col-right-main-footer {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
    width: 723px;
    max-width: 100%;
    float: right;
}
.footer-navigation ul, .policies-link ul, .socials-link ul {
    padding-left: 0px;
    list-style: none;
}

/* ------------------login-------------------- */
.auth-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 708px !important;
    margin-top: 6rem;
}
.auth-register .h-captcha{
    margin: auto;
    margin: 11px 0px;
    transform: translate(-7px, 7px);
}
.welcome-back h3{
    color: var(--base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Cal Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.auth-login .welcome-back{
    background: #D9D9D9;
    display: flex;
    max-width: 500px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
    margin: auto;
}
.auth-login .welcome-back::after{
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: -22px;
  bottom: 84px;
  background: #000;
  z-index: 0;
  border-radius: 50%;
}
.auth-login .welcome-back::before{
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: -22px;
  bottom: 84px;
  background: #000;
  z-index: 0;
  border-radius: 50%;

}
.auth-register .welcome-back::after{
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: -22px;
  bottom: 84px;
  background: #000;
  z-index: 0;
  border-radius: 50%;
}
.auth-register .welcome-back::before{
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: -22px;
  bottom: 84px;
  background: #000;
  z-index: 0;
  border-radius: 50%;

}
.welcome-back-main {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: auto;
    float: right;
}
.auth-register .welcome-back-main{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: auto;
  float: right; 
}
.divider-line{
    padding: 8px 0px;
    margin: 16px;
}
.auth-register .welcome-back {
    background: #D9D9D9;
    display: flex;
    max-width: 600px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
    margin: auto;
}
.welcome-back-main::after {
    content: "";
    background: url(../img/devider-img.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: 0px;
    right: 0%;
    bottom: 150px;
    width: 100%;
    height: 20px;
    z-index: 1;
}
.welcome-back .form-control{
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    display: flex;
    height: 56px;
    max-height: 56px;
    padding: 20px 24px;
    align-items: center;
    align-self: stretch;
    color: var(--base-02, #727272);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 0px;
    margin-bottom: 16px;
}
.welcome-back .btn-green{
    color: var(--base-White, #FFF);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    background: var(--brand-Main-Green, #2A7E2F);
    width: 100%;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 0px;
    margin-bottom: 16px;
    border: 4px solid #2A7E2F;
    transition: all .6s;
}
.welcome-back .btn-green:hover{
  border: 4px solid #8BB48D;
  background: var(--brand-Main-Green, #2A7E2F);
}
.forget-pass a{
    color: var(--base-Info-Blue, #3779CF);
    font-family: 'Cabin';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: -6px;
}
.forget-pass{
  margin-bottom: -6px;
  text-align: end;
  margin-bottom: 16px;
}
.welcome-back p {
  color: var(--base-02, #727272);
  font-family: 'Cabin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0px;
}
.welcome-back p a{
  color: var(--base-Info-Blue, #3779CF);
  font-family: 'Cabin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.welcome-register .forget-pass{
  margin-bottom: -6px;
  text-align: center;
  margin-bottom: 16px;
}
.welcome-register .form-check-input[type=checkbox] {
    border-radius: .25em;
    border-radius: 8px;
    border: 1px solid var(--base-03, #BDBDBD);
    background-color: transparent;
    width: 16px;
    height: 16px;
    margin: 0px;
}
.welcome-register .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left:0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0px 0px 0px;
    gap: 8px;
}
.auth-password-main .btn{
  transition: all .6s;
}
.auth-password-main .btn:hover{
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.09), 0 4.849px 5.715px 0 rgba(0, 0, 0, 0.07), 0 3.163px 3.437px 0 rgba(0, 0, 0, 0.06), 0 1.894px 1.963px 0 rgba(0, 0, 0, 0.05), 0 0.992px 1.086px 0 rgba(0, 0, 0, 0.04), 0 0.408px 0.603px 0 rgba(0, 0, 0, 0.03), 0 0.094px 0.31px 0 rgba(0, 0, 0, 0.02);
}
/* .welcome-register .form-check-input:checked[type=radio]  {
    border-radius: 8px;
    border: 1px solid var(--brand-Main-Green, #2A7E2F);
    background-color: var(--brand-Main-Green, #2A7E2F);
} */
.form-check-input:checked {
    background-color: #2A7E2F;
    border-color: #2A7E2F;
}
.auth-reset-login .welcome-back::before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: -22px;
    bottom: 57px;
    background: #000;
    z-index: 0;
    border-radius: 50%;
}
.auth-reset-login .welcome-back {
    background: #D9D9D9;
    display: flex;
    max-width: 500px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
    margin: auto;
}
.auth-reset-login .welcome-back::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    bottom: 60px;
    background: #000;
    z-index: 0;
    border-radius: 50%;
}
.auth-reset-login .welcome-back-main::after {
    content: "";
    background: url(../img/devider-img.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: 0px;
    right: 0%;
    bottom: 125px;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.auth-password {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-self: center;
  margin: auto;
  padding: 104px 0px;
  align-items: center;
}
.auth-password-main{
  width: 630px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.auth-password-main img{
    width: 78px;
    height: 78px;
    aspect-ratio: 1 / 1;
    margin: auto;
}
.auth-password-main p{
    color: var(--base-02, #727272);
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0px;
}
.auth-password-main h2{
    color: var(--base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Cal Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    text-transform: capitalize;
    margin-bottom: -8px;
}
.auth-password-main .btn-green{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    background: var(--brand-Main-Green, #2A7E2F);
    color: var(--base-White, #FFF);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    border-radius: 0px;
    width: 189px;
    height: 46px;
    text-align: center;
    margin: auto;
}

.error-page-password .btn-white{
    display: flex;
    width: 198px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--base-03, #BDBDBD);
    background: var(--base-White, #FFF);
    color: var(--base-01, #383838);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    border-radius: 0px;
}
.erro-btn-warp {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 24px;
    margin: auto;
}
.error-page-password .btn-green {
  margin-left: 0px;
}
.auth-password {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: auto;
    padding: 104px 0px;
    align-items: center;
    margin-top: 9rem;
}
.almost-done-email p {
    color: var(--base-02, #727272);
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: auto;
    margin-bottom: 0px;
    width: 400px;
    /* margin: auto; */
    max-width: 100%;
}
.almost-done-email .btn{
  position: relative;
  transition: all .7s;
}
.almost-done-email .btn:hover {
    position: relative;
    width: 166px;
    padding: 12px 16px;
}
.almost-done-email .btn::before {
    content: "";
    background: url(../img/SubtractL.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: -11px;
    top: 0px;
    height: 48px;
    width: 29px;
}

.almost-done-email .btn::after {
    content: "";
    background: url(../img/SubtractR.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: -11px;
    top: 0px;
    height: 48px;
    width: 29px;
}
.auth-password-main .btn{
  height: 48px;
}

.forget-main-modal .modal-content {
  display: flex;
  width: 500px;
  max-width: 500px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 0px;
  background: var(--base-White, #FFF);

}
.forget-main-modal .modal-title{
    color: var(--base-01, #383838);
    text-align: center;
    font-family: "Cal Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}
.forget-main-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}
.forget-main-div .form-control{
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    display: flex;
    height: 56px;
    max-height: 56px;
    padding: 20px 24px;
    align-items: center;
    align-self: stretch;
    color: var(--base-02, #727272);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 420px;
    max-width: 100%;
    border-radius: 0px;
}
.forget-main-div .modal-footer .btn-close-modal{
    border: 1px solid var(--base-03, #BDBDBD);
    background: var(--base-White, #FFF);
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color: var(--base-01, #383838);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    border-radius: 0px;
}
.forget-main-div .modal-footer>* {
    margin: auto;
}
.forget-main-div .modal-footer{
  margin: 0px;
  margin: 0px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  padding: 0px;
  flex-wrap: wrap;
}
.forget-main-div .modal-footer .btn-green{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    /* flex: 1 0 0; */
    color: var(--base-White, #FFF);
    font-family: "Cal Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    background: var(--brand-Main-Green, #2A7E2F);
    border-radius: 0px;
}
.forget-main-div label{

    color: var(--base-02, #727272);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;

}
.forget-main-div a{
  color: var(--base-Info-Blue, #3779CF);
  font-family: 'Cabin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.forget-main-div .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.5em;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 32px 0px ;
}