body{
  font-family: "Roboto", sans-serif !important;
}

p{
  font-family: "Roboto", sans-serif !important;
   font-weight: normal !important;
}

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



button:focus{
  outline: none !important;
    outline: none !important;
}

/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #203081; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#203081;
 border-radius:0px;
}


#header{
    float:left;
    width:100%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .05);
}
.logo{
    float:left;
}
.menu-sec{
    float:right;
    margin-right: 15px;
}

.logoimg{
    width:150px;
}

#banner{
    float:left;
    width:100%;
    background-color:black;
    height:100%;
}

#welcome{
    float:left;
    width:100%;
    padding-top:50px;
    padding-bottom:35px;
}

#welcome p{
    float: left;
    width: 100%;
    text-align: center;
    color: #61803d;
    font-size: 25px;
    font-weight: 500 !important;
}

#core-focus{
    float:left;
    width:100%;
    padding-top:25px;
    padding-bottom:25px;
}

#core-focus h2{
    float: left;
    width: 100%;
    font-size: 33px;
    color: #365e39;
    font-weight: 900 !important;
    padding-bottom: 25px;
}

.fc-list{
    float:left;
    width:100%;
    color: black;
}

.fc-list img{
    width:100%;
    margin-bottom:20px;
}

.fc-list h3{
   float: left;
    width: 100%;
    font-weight: 500 !important;
    font-size: 18px;
}

.fc-list:hover{
    color:#365e39;
}

.fc-list p{
    float:left;
    width:100%;
    font-size:16px;
    color:black;
}

.categories-list{
     float:left;
    width:100%;
}

.categories-list img{
    width:100%;
    margin-bottom:20px;
}

.categories-list h3{
   float: left;
   width: 100%;
   color:#61803d;
   font-weight: 500 !important;
   font-size: 22px;
}

.categories-list p{
    float:left;
    width:100%;
    font-size:16px;
    color:black;
    line-height: 27px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.read-nav{
    float:left;
    width:150px;
    height: 45px;
    color:white;
    text-align:center;
    background-color:#61803d;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
}

.read-nav:hover{
     background-color:black;
     margin-left:5px;
     text-decoration:none;
}


#brands{
    float:left;
    width:100%;
    padding-top:50px;
}

#brands h2{
    float: left;
    width: 100%;
    font-size: 33px;
    color: #365e39;
    text-align:center;
    font-weight: 900 !important;
    padding-bottom: 25px;
}



#awarded{
    float:left;
    width:100%;
    padding-top:50px;
}

#awarded h2{
    float: left;
    width: 100%;
    font-size: 33px;
    color: #365e39;
    text-align:center;
    font-weight: 900 !important;
    padding-bottom: 25px;
}

.awarded-owl{
  float:left;
  width:100%;
}

.incubated-owl{
  float:left;
  width:100%;
}


.brands-owl{
  float:left;
  width:100%;
}

#footer{
    float:left;
    width:100%;
    background-color:#465f30;
    padding-top: 30px;
    padding-bottom:11px;
    margin-top:50px;
}

#footer h3{
    float:left;
    width:100%;
    color:white;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sdgs-steps{margin-top:28px;}

#footer h4{
   float:left;
   width:100%;
   color: rgb(255 255 255 / 68%);
   font-size: 16px;
   font-weight: 300;
   padding-bottom: 15px;
}

#footer form{
    float:left;
    width:100%;
}

.s-form {
  color: black;
  display: block;
  font-weight: 400;
  font-size: 15px;
  /* text-transform: uppercase; */
  height: 56px;
  margin-bottom: 12px;
  outline: none;
  background: #e9e9e9;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  outline: none;
  border: none;
  /* margin-top: 3px; */
  width: 80%;
  float: left;
  padding: 15px;
  /* margin-top: 17px; */
  border-radius:3px;
  border: 1px solid #79a23c;
}

.msg{
     height: auto;
     padding-top: 15px;
     margin-bottom: 10px !important;
     width: 90%;
}

.btn-nav{
  float:left;
   width:150px;
    height: 45px;
    color:black;
    text-align:center;
    background-color:#e9e9e9;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor:pointer;
    outline:none;
    border:none;
    margin-top: 8px;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.btn-nav:hover{
  background-color:black;
  color:white;
  text-decoration:none;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.quick-nav{
  float:left;
  width:100%;
  color:white;
  font-size:15px;
  padding-bottom: 15px;
}

.quick-nav:hover{
  padding-left:8px;
  color:rgb(255 255 255 / 69%);
  text-decoration:none;
}

.dot {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  float: left;
  position: relative;
  top: 8px;
}

.ftr-logo{
  float:left;
  width:100%;
}

.ftr-logo img{
  width:200px;
}

.ftr-tel{
  float:left;
  width:100%;
  color:white;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 13px;
}

.copoyright{
  float:left;
  width:100%;
  padding-top: 16px;
  border-top: solid 1px rgb(255 255 255 / 16%);
  margin-top: 35px;
  text-align: center;
  color: rgb(255 255 255 / 87%);
  font-size: 15px;
  letter-spacing: 1px;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35% !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}

.slider-head{
  float:left;
  width:100%;
  font-size:55px;
  font-weight:bold;
  color:white;
}

.slider-desc{
  float:left;
  width:100%;
  color:white;
  font-size: 25px;
    font-weight: 300 !important;
}

.awarded-owl .item:hover{
    filter: grayscale(100%);
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.incubated-owl .item:hover{
    filter: grayscale(100%);
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.brands-owl .item:hover{
    filter: grayscale(100%);
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.m-active{
 background-color:#182d06 !important;
 color:white !important; 
} 

.shop-nav{
  text-transform:uppercase;
  font-size: 14px;
    font-weight: 500;
   color:black; 
  text-decoration:none !important;

}

.shop-nav span{
  background-color: #1b2314;
  border-radius: 8px;
  color: white;
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration:none !important;
}

.shop-nav img{
  width: 25px;
  margin-right: 5px;
  text-decoration:none !important;
}

.shop-nav span:hover{
text-decoration:none !important;
}

#banner-pages{
  float:left;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  background-color:black;
  height:300px;
  background: url(../images/technology_advancement_banner.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#banner-pages h2{
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: bold;
    color: white;
    padding-top: 80px;
    margin-bottom: 3px;
}

#banner-pages p{
  float: left;
    width: 100%;
    color: white;
    font-size: 25px;
    font-weight: 300 !important;
}

#ta-details{
  float:left;
  width:100%;
  padding-top: 50px;
    padding-bottom: 35px;
}

#ta-details h1{
  float: left;
  width: 100%;
  font-size: 33px;
  color: #8a45a2;
  font-weight: 900 !important;
  padding-bottom: 6px;
}

#ta-details p{
  float:left;
  width:100%;
  font-size: 20px;
  color:#394b86;
  line-height: 29px;
  padding-bottom: 15px;
}


.tech-list{
    float:left;
    color: #8a45a2;
}

.tech-list img{
    width:100%;
    margin-bottom:20px;
}

.tech-list h3{
   float: left;
   width: 100%;
   font-weight: 500 !important;
   font-size: 19px;
   padding-bottom: 1px;
}

.tech-list:hover{
    color:#365e39;
}

.tech-list p{
    float:left;
    width:100%;
    font-size:16px !important;
    color:black !important;
    line-height: 23px !important;
}

.align-cntr{
  text-align:center;
  color:#8a45a2;
  padding-top:20px;
}


#unq-details{
  float:left;
  width:100%;
  padding-top:5px;
    padding-bottom: 35px;
}

#unq-details h2{
  float: left;
  width: 100%;
  font-size: 33px;
  color: #8a45a2;
  font-weight: 900 !important;
  padding-bottom: 6px;
}

.steps-imgs{
  float:left;
  width:100%;
  text-align:center;
  padding-top:20px;
}

.steps-imgs img{
  width:650px;
}

.pb30{
  padding-bottom:30px;
}

.cntr-align{
  text-align:center;
}

#ecs{
  float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom:5px;
}

#ecs h2 {
    float: left;
    width: 100%;
    font-size: 33px;
    color: #8a45a2;
    font-weight: 900 !important;
    padding-bottom: 6px;
}

#ecs p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 29px;
    padding-bottom: 15px;
}

.mb25{
  margin-bottom:25px;
}


.active-subm {
    background-color: black !important;
    color: white !important;
}

.hvr-sub{
float: left;
width:100%;
}

.hvr-sub:hover{
  background-color:#e4f4e2 !important;
  text-decoration:none !important;
  color:black !important;
  padding-left:20px;
}

.cntr-grn{
  text-align:center;
  color:#365d39 !important;
}

.plant-based{
  float:left;
  width:100%;
  text-align:center;
  text-decoration:none !important;
  color:#365d39;
}

.plant-based img{
  width:100px;
}

.plant-based span{
  text-transform:uppercase;
  font-size:16px;
  font-weight: 500;
  float:left;
  padding-top:8px;
  width:100%;
  padding-bottom: 13px;
}

.plant-based:hover{
  color:black;
  text-decoration:none !important;
  margin-top:5px;
}

.plnt-wd{
  max-width: 20% !important;
}

.mt35{
  margin-top:35px;
}

.green-txt{
  color: #365d39 !important
}


.fts{
  float:left;
  width:100%;
  text-align:left;
  text-decoration:none !important;
  color:#365d39;
  text-align: center;
}

.fts img{
  width:100px;
}

.fts span{
  text-transform:uppercase;
  font-size:15px;
  font-weight: 500;
  float:left;
  padding-top:8px;
  width:100%;
  padding-bottom:7px;
}

.fts:hover{
  color:black;
  text-decoration:none !important;
  margin-top:5px;
}

.fts p{
  float: left;
  width: 100%;
  font-size: 15px !important;
  color: black !important;
  line-height: 23px !important;
  padding-bottom: 3px !important;
}

.mt145{
  margin-top:145px;
}

.strip_1{
  float: left;
  position: relative;
  left: 13%;
  margin-top: -18%;
  z-index: -1;
}

.strip_1 img{
  width: 194px;
}

.strip_2{
  float: left;
  position: relative;
  left: 14%;
  margin-top: -19%;
  z-index: -1;
}

.strip_2 img{
  width: 219px;
}

.strip_3{
  float: left;
  position: relative;
  left: 15%;
  margin-top: -19%;
  z-index: -1;
}

.strip_3 img{
  width: 218px;
}


.strip_4{
  float: left;
  position: relative;
  left: 14%;
  margin-top: -19%;
  z-index: -1;
}

.strip_4 img{
  width: 219px;
}

.br-white-bg{
  float:left;
  width:100%;
  background-color:white;
  padding:18px;
  -webkit-box-shadow: 1px 5px 35px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 5px 35px -8px rgba(0,0,0,0.75);
  box-shadow: 1px 4px 20px -8px rgb(0 0 0 / 46%);
  border-radius: 15px;
  text-align:center;
}

.cloffy-head{
  float: left;
  width: 100%;
  color:#27100c;
  font-weight: 500 !important;
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 4px;
}

.cloffy-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: black;
    line-height: 27px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.read-cloffy{
    float:left;
    width:150px;
    height: 45px;
    color:white;
    text-align:center;
    background-color:#503c39;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top:18px;
}

.read-cloffy:hover{
     background-color:black;
     margin-left:5px;
     text-decoration:none;
}

.review-owl{
  float:left;
  width:100%;
}

.review-owl .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:
    center;
    margin-top:2px;
}

.review-owl .owl-prev img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.review-owl .owl-next img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
}
.review-owl .owl-next:hover img{
    filter: invert(1);
}
.review-owl .owl-prev:hover img{
    filter: invert(1);
}


.read-hertes{
    float:left;
    width:150px;
    height: 45px;
    color:white;
    text-align:center;
    background-color:#61803d;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top:18px;
}

.read-hertes:hover{
     background-color:black;
     margin-left:5px;
     text-decoration:none;
}

.mb20{
  margin-bottom:20px;
}

.owl-imgw{
  width:500px !important;
  display:inline !important;
}

.clofy-details{
    text-align: left;
    color: #27100c !important;
    font-weight: 500 !important;
    padding-bottom: 0px !important;
}

.clofe-dtls-2{
    float: left;
    width: 100%;
    font-size: 18px !important;
    color: #27100c !important;
    line-height: 29px;
    padding-bottom: 15px;
}

#clofy-points{
  float:left;
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
}

.rich-fla{
  float:left;
  width:100%;
  text-align:center;
  margin-bottom: 30px;
}

.rich-fla h2{
  float:left;
  width:100%;
  color: #27100c !important;
  font-weight:600;
  font-size:20px;
}

.rich-fla p{
  float:left;
  width:100%;
  font-size: 16px !important;
  color: black !important;
  line-height: 23px !important;
}

.rich-fla img{
  width:70px;
  padding-bottom:10px;
}

.cloffy-logo-sec{
  float:left;
  width:100%;
  text-align:center;
  margin-top: 5px;
  margin-bottom: 45px;
}

.cloffy-logo-sec img{
  width:325px;
}

#product-cf{
  float:left;
  width:100%;
  padding-top:0px;
  text-align: center;
}

#product-cf h2{
  float:left;
  width:100%;
  font-size:17px;
  color:black;
  font-weight:600;
  text-align:center;
  padding-top:8px;
  padding-bottom: 15px;
}

.cf-nav{
  /* float:left; */
  background-color: #e1dbdb;
  color:black;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  padding-left: 19px;
  padding-right: 19px;
}

.cf-nav:hover{
  background-color:black;
  color:white;
  text-decoration:none !important;
}

.mb40{
  margin-bottom:40px;
}

#clofy-why{
  float:left;
  width:100%;
  padding-top: 70px;
  padding-bottom:25px;
}

#clofy-why h2{
  float:left;
  width:100%;
  text-align:right;
  color:#27100c !important;
  font-size: 35px;
  font-weight: 700;
  margin-top: 15px;
}

.whyus-owl{
  float:left;
  width:100%;
}

.img-why{
  border-radius:45px;
}

.whyus-owl p{
  float:left;
  width:100%;
  text-align:center;
  color:black;
  font-size:17px;
  padding-top:15px;
}



.whyus-owl .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:
    center;
    margin-top:2px;
}

.whyus-owl .owl-prev img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.whyus-owl .owl-next img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
}
.whyus-owl .owl-next:hover img{
    filter: invert(1);
}
.whyus-owl .owl-prev:hover img{
    filter: invert(1);
}


#clofy-tree{
  float:left;
  width:100%;
  padding-top:25px;
  padding-bottom:25px;
}

.border-brown{
  border-right:solid 2px #27100c !important;
}

.lst-one{
  float:left;
  width:100%;
}






.flag img{
  width:100px;
  height:100px;
  border-radius:50px;
  border:solid 5px #27100c;
}

.mt-30{
  margin-top:-50px;
}

#clofy-tree h2{
float: left;
    width: 100%;
    text-align:left;
    color: #27100c !important;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
}

#customers-msg{
  float:left;
  width:100%;
  padding-top:30px;
  padding-bottom:30px;
}

#customers-msg h2{float: left;width: 100%;text-align: center;color: #27100c !important;font-size: 35px;font-weight: 700;margin-top: 15px;margin-bottom: 15px;}

.review-owl{
  float:left;
  width: 100% !important;
  padding-top: 30px;
}

.review-bg{
  float:left;
  width:100%;
  background-color:white;
  border-radius:30px;
  /* padding:35px; */
  border: solid 1px rgb(0 0 0 / 8%);
}

.review-bg p{
  float:left;
  width:100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500 !important;
  padding: 35px;
}

.review-bg h3{
   float:left;
   width:100%;
   text-align: center;
   background-color:#27100c;
   margin-bottom: 0px;
   color: white;
   font-size: 15px;
   font-weight: 400 !important;
   font-size: 17px;
   padding: 15px;
   border-bottom-left-radius: 30px;
   border-bottom-right-radius: 30px;
}


.review-owl .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:
    center;
    margin-top:30px;
}

.review-owl .owl-prev img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.review-owl .owl-next img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
}
.review-owl .owl-next:hover img{
    filter: invert(1);
}
.review-owl .owl-prev:hover img{
    filter: invert(1);
}

#cloffy-social{
  float:left;
  width:100%;
  padding-top:25px;
  /* padding-bottom:25px; */
}


#cloffy-social h2{
  float: left;
  width: 100%;
  text-align: center;
  color: #27100c !important;
  font-size: 35px;
  font-weight: 700;
  margin-top:2px;
  margin-bottom: 30px;
  }


.smedia-owls{
  float:left;
  width:100%;
}

.social-bg{
  float:left;
  width:100%;
}

.cf-nav2{
  /* float:left; */
  background-color: #27100c;
  color:white; 
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  padding-left: 19px;
  padding-right: 19px;
}

.cf-nav2:hover{
  background-color:#e1dbdb ;
  color:black;
  text-decoration:none !important;
}

.nav-align{
  float: left;
    width: 100%;
    text-align: center;
    margin-top: -55px;
    position: relative;
    z-index: 111;
}


.smedia-owls .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:
    center;
    margin-top:30px;
}

.smedia-owls .owl-prev img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.smedia-owls .owl-next img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
}
.smedia-owls .owl-next:hover img{
    filter: invert(1);
}
.smedia-owls .owl-prev:hover img{
    filter: invert(1);
}

.green-clor{
  color:#365e39 !important;
}


.rich-flah{
  float:left;
  width:100%;
  text-align:center;
  margin-bottom: 30px;
}

.rich-flah h2{
  float:left;
  width:100%;
  color:#365e39 !important;
  font-weight:600;
  font-size:20px;
}

.rich-flah p{
  float:left;
  width:100%;
  font-size: 16px !important;
  color: black !important;
  line-height: 23px !important;
}

.rich-flah img{
  width:70px;
  padding-bottom:10px;
}

#nut-benefits{
  float:left;
  width:100%;
  padding-top:25px;
  padding-bottom:25px;
}

#nut-benefits h2{
float: left;
    width: 100%;
    text-align:left;
    color: #365e39 !important;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
}

.border-hri{
  border:solid 5px #365e39 !important;
}

.green-bg{
  background-color:#365e39 !important;
}

.cf-nav3{
  /* float:left; */
  background-color: #365e39;
  color:white; 
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  padding-left: 19px;
  padding-right: 19px;
}

.cf-nav3:hover{
  background-color:#e1dbdb ;
  color:black;
  text-decoration:none !important;
}

.fi-images{
  float:left;
  width:100%;
  text-align:center;
}

#nut-benefits h3{
  float:left;
  width:100%;
  text-align:center;
  font-weight:600;
  font-size:16px;
  color:#365e39;
  padding-bottom:20px;
}

.sdgs-list{
  float:left;
  width:100%;
  margin-top:15px;
}

.hunger-lst{
  float:left;
  width:100%;
  margin-bottom:30px;
}

.hunger-lst h4{
  width:100%;
  font-weight:600;
  font-size:20px;
  color:#dda63a;
  text-transform:uppercase;
}

.hunger-lst P{
  width:100%;
  font-size:15PX;
  font-weight:normal;
  color:black;
}

.hunger-lst img{
      float: left;
    width: 100px;
    margin-right: 20px;
}


#sync1 .item {
  background: white;
  padding:0;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background:white;
  padding:0;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: ;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.product-m-title{
  float:left;
  width:100%;
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:black;
  text-align: left;
}

.prd-ratio{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: left;
    padding-top: 8px;
}

.prd-star{float:left; width:100%; text-align: left;
    padding-top: 6px;}
.ratingbox{color:#ffb510; font-size:13px;}
.ratingbox:hover{text-decoration:none;}

.prd-rate{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #2b6c0e;
    font-size: 35px;
    text-align: left;
    padding-top: 21px;

}

.details-desc{
  float:left;
  width:100%;
}

.details-desc h5{
    float: left;
    width: 100%;
    text-align: left;
    color: #27100c !important;
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;
}

.details-desc p{
  float:left;
  width:100%;
  font-size:15px;
  color:black;
  line-height:28px;
  text-align:left;
}

.lke-ft{
  text-align: center !important;
  font-size: 28px !important;
  margin-top: 25px !important;
      margin-bottom: 27px !important;
}

.related-owl{
  float:left;
  width:100%;
}

.related-owl .owl-stage-outer{
  padding-bottom:20px !important;
}

.related-owl .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:
    center;
    margin-top:35px;
}

.related-owl .owl-prev img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.related-owl .owl-next img{
    transition:
    all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
}
.related-owl .owl-next:hover img{
    filter: invert(1);
}
.related-owl .owl-prev:hover img{
    filter: invert(1);
}



.qty-container{float:left; width:100%; margin-top:14px; text-align: left;}
.qty-container .qty-btn-minus {margin-right: -1px;}
.qty-container .input-qty{ text-align: center; padding: 5px 10px;border: 0; max-width:45px; font-size: 16px; font-weight: 500; color: #121611;}
.qty-container .qty-btn-minus,.qty-container .qty-btn-plus{padding: 5px 3px; font-weight:500 !important; font-size: 10px; height: 45px; font-weight: 700; color: #000; width: 40px; font-size: 20px; background: #f4f4f4; transition: 0.3s; border: 0;border-radius: 10px; cursor:pointer;}
.qty-container .qty-btn-plus{ margin-left: -1px;}
.qty-container .qty-btn-minus{margin-right: -1px;}
.qty-btn-plus:hover{color: white !important; background-color: #99ea85 !important;  border-color: #99ea85 !important;}
.qty-btn-minus:hover{color: white !important; background-color: #99ea85 !important;  border-color: #99ea85 !important;}

.buy-ct{float:left;width:100%;margin-top: 25px;}
.buy-crt{ float:left; width:190px; border-radius:50px;  height:50px;  color: #59a446;  background-color: #ffffff;
    font-size:14px;  font-weight:600;  outline:none;  border:none;  cursor:pointer;  transition: all ease-in-out 0.5s;  -o-transition: all ease-in-out 0.5s;  -ms-transition: all ease-in-out 0.5s;  -moz-transition: all ease-in-out 0.5s;  -webkit-transition: all ease-in-out 0.5s;border: solid 1px #59a446; }  
.buy-crt:hover{  background-color: #118405; transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;  -ms-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s;   -webkit-transition: all ease-in-out 0.5s; color: white; }  


.crt-buy{float:left;  width:190px; border-radius:50px; height:50px; color:white; background-color:#121611; font-size:14px; font-weight:600; outline:none; 
    border:none; cursor:pointer; transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s;  -webkit-transition: all ease-in-out 0.5s;}
.crt-buy:hover{background-color: #118405; transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s;  -webkit-transition: all ease-in-out 0.5s;}


@media only screen and (max-width:1199px) {
.owl-nav{text-align:center !important;}
}

@media (min-width:230px) and (max-width:991px) {
.hertes-desktop{display:none;}
.clofy-mb-steps{padding-top:0px !important;}
#clofy-points{padding-top:0px !important;}
}

@media (min-width:992px) and (max-width:1999px) {
.clofy-mb-steps{display:none !important; padding-top:0px !important;}
}

.sd-tpr{padding-top:75px !important;}

@media only screen and (max-width:767px) {
.steps-imgs img{width:100%;}
#clofy-why h2{text-align:center;}
}

@media only screen and (max-width:1024px) {
.shop-nav{float:left; width:100%;}
.shop-nav img{display:none;}
.shop-nav span{float:left; width:100%;}
.header_menu_area > ul > li > a{text-align:center !important;}
}

@media only screen and (max-width:1000px) {
.plnt-wd{max-width: 50% !important; width:50%!important; flex:50%!important; margin-top: 0px;}
.strip_1{display:none;}
.strip_2{display:none;}
.strip_3{display:none;}
.strip_4{display:none;}
}

@media only screen and (max-width:600px) {
.plnt-wd{max-width: 100% !important; width:100%!important; flex:100%!important; margin-top: 0px;}
.owl-imgw{width:100% !important;}
}

.ftr-social{
  float:left;
  width:100%;
  margin-top:25px;
}

.ftr-social img{
  width:30px;
  margin-right:20px;
}

.explore-more{
    color: green !important;
    text-decoration: none !important;
    font-weight: 600;
    float: left;
    width: 100%;
    font-size: 14px;
}

.detail-date{
    color: green !important;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 15px;
    padding-bottom: 5px;
}

.detail-head{
    color: black !important;
    font-weight: 600;
    float: left;
    width: 100%;
    font-size: 17px;
    padding-bottom: 8px;
}

.detail-desc{
  float:left;
  width:100%;
  font-size:15px;
  font-weight:normal;
  line-height: 25px;
  color: black;
}


.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.detailed-imgs{
  float:left;
  width:100%;
  margin-top:9px;
  margin-bottom:9px;
}

.detailed-imgs img{
  width:220px;
}