
@media (max-width:1024px){
  nav ul {
    flex-direction: column;
    position: absolute;
    right: 0;
    top: var(--headerHeight);
    width: 190px;
    max-width: 75%;
    height: calc( 100vh - var(--headerHeight));
    overflow: auto;
    box-shadow: -4px 6px 7px 0px #75757530;
    transform: translateX(300px);
    transition: 1s all;
    background-color: #fff;
}
nav ul .active:after{
  top: 100%;
}
nav.open ul{
  transform: translateX(0px);
}
nav ul li{
  padding: 10px;
}
.hamburger{
  display: flex;
}

.organicProductsCardSection {
  grid-template-columns: auto auto;
}
.organicFoodImgSection {
  grid-template-columns: auto;
}
.organicFoodCountSection{
  margin: unset;
  flex-wrap: wrap;

}
.organicFoodCountCard{
  max-width: 100%;
}
.donut-charts {
  grid-template-columns: auto;
}

.harvest-service,
.articlesSection ,
.healthy-vedio-sec ,
.weProvideCardSection{
  grid-template-columns: auto auto !important;
}


/* .weProvideCardSection{
  display: flex;
  flex-direction: column;

}
.weProvideCard{
  max-width: 400px;
  margin-inline: auto;
} */
:is(
.articlesSectionCard ,
.healthy-vedio,
.weProvideCard:last-child):last-child{
  transform: translateX(50%);
}

}
@media (max-width:1020px){
  .footerContent{
    width: 100%;
  }
}
@media (max-width:768px) {
  .card-value{
    justify-content: start;
  }
  .product-price-form {
    flex-wrap: wrap;
  }

  :root{
    --headerHeight: 60px;
  }
  .profile button img {
    max-width: 18px;
}
.profile button img:first-child{
  display: none;
}
.profile button{
  gap: 4px;
}
.hamburger{

  width: 20px;
}
.validation.trust{
  flex-wrap: wrap;
  gap: 0px;
}
.validation.img-content{
  display: none;
}
.corners{
  max-width: 100%;
}
.loginBG {
  display: none;
}
.canvas-con-inner{
  height: auto;
}
.profile_tab_section {
  flex-wrap: wrap;
}
.profile-section-left, .profile-section-right {
  width: 95%;
  margin: auto;
}
.donut-chart-grid{
  grid-template-columns: auto;
}
}
@media (max-width:625px){
  .background-image{
    background-position: left;
  }
  .organicProductsCardSection ,.productdetails-input-grid{
    grid-template-columns: auto ;
  }
  .harvest-service,
.articlesSection ,
.healthy-vedio-sec ,
.weProvideCardSection{
  grid-template-columns: auto  !important;
}
  /* .weProvideCardSection{
    display: flex;
    flex-direction: column;

  }
  .weProvideCard{
    max-width: 400px;
    margin-inline: auto;
  } */
  :is(.harvest-service-content ,
  .articlesSectionCard ,
  .healthy-vedio,
  .weProvideCard:last-child):last-child{
    transform: unset;
  }
  .organicProductsCard{
    padding: 0 !important;
  }
  .buttonGorup{
    flex-direction: column;
  }
  .productdetails-form .product_image_container .inputSection {
    max-width: 100% !important;
}
.productdetails-form .productInput.product_image_container {
    gap: 28px !important;
}

}


@media (max-width:425px){
  .countSection{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mailIcon{
    display: none;
  }
  .outLineRemove{
    grid-template-columns: unset;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width:1366px){
  .inputSection input[type="date"]:after{
    top:21%;
  }
  .toggle-password{
    top:50px;
  }
  input[type="number"] + select {
    height: 21px;
    top:calc(36px + 13px);
  }
}
@media (max-width:700px){
input[type="number"] + select {
  height: 23px;
  top: calc(35px + 13px);
}
}
@media (max-width:400px){
input[type="number"] + select {
  height: 23px;
  top: calc(28px+ 13px);
}
}
@media (max-width:500px){
  .toggle-password{
    top:43px;
  }
}
@media (max-width:425px){
input[type="number"] + select {
  height: 23px;
  top: calc(32px + 13px);
}
}
@media (max-width:771px){
    .wholesale-harvest .imgSection {
      aspect-ratio: unset;
      padding-bottom: 40px;
  }
  }
