.preloader { 
  /*background: #739D52;*/
  background:#00d085; 
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
 /* ================================== */
    /*===== Origano Products =====*/
/* ================================== */
.products-main-block {
  padding-top: 58px;
}
.products-main-block .section-ver-one {
  margin-bottom: 70px;
}
.products-main-block .section-ver-one-heading {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 0.75;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.products-main-block .section-ver-one-heading:before {
  position: absolute;
  margin-left: 5px;
  width: 23.4px;
  height: 23px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background-color: #82BA01;
}
.products-main-block .section-ver-one-heading span {
  font-weight: 600;
}
.products-main-block .section-ver-one-sub-heading {
  margin: 0 300px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9F9E9A;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.products-main-block .section-ver-one-sub-heading span {
  color: #FFF;
  position: relative;
  background-color: #9F9E9A;
  padding: 0 1px 2.7px 4px;
}
.products-main-block  .products-block-col:hover .products-icon-two {
  opacity: 1;
}
.products-bg {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-block:hover .products-bg {
  opacity: 0;
}
.products-bg-hover {
  top: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.products-block:hover .products-bg-hover {
  opacity: 1;
}
.products-icon-two {
  position: absolute;
  opacity: 0;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 150px;
  padding: 12px 0;
  background-color: #FFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.products-icon-two ul li {
  display: inline-block;
  margin-right: 25px;
}
.products-icon-two ul li:last-child {
  margin-right: 0;
}
.products-icon-two ul li a {
  color: #9F9E9A;
  font-size: 18px;
}
.products-icon-two ul li a:hover {
  color: #82BA01;
}
.ver-one-product-main-block {
  padding-top: 10px;
  padding-bottom: 100px;
}
.products-main-block .products-block-col {
  margin-bottom: 40px;
}
.products-main-block .products-filter {
  margin-bottom: 48px;
} 
.products-main-block .version-one-owl-icon .owl-prev {
  left: 47.5%;
}
.products-main-block .version-one-owl-icon .owl-next {
  right: 48%;
}
@media (max-width: 767px) {  
  .products-main-block .section-ver-one-sub-heading {
    margin: 0 0;
  }
  .products-img-block {
    position: relative;
    height: 450px;  
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .products-main-block .section-ver-one-sub-heading {
    margin: 0 235px;
  }
  .products-img-block {
    position: relative;
    height: 450px;  
  }
}


/* ================================= */
    /*===== Featured Product =====*/
/* ================================= */
.featured-main-block {
  padding: 148px 0 139px;
}
.featured-main-block .featured-title-img {
  transform: translateY(-60px);
  cursor: default;  
}
.featured-main-block .featured-main-block .products-filter ul li.featured-title-img:hover { 
  background-color: #FFF;
}
.featured-main-block .featured-main-block .section-ver-one {
  margin-bottom: 100px;
}
.products-filter {
  border-bottom: 1px solid #9F9E9A;
  border-radius: 0;
  margin-bottom: 10px;
}
.featured-main-block .products-filter ul {
  transform: translateY(63px);
}
.featured-main-block .products-filter ul li {
  padding: 12px 47.5px; 
}
.products-filter ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400; 
  text-align: center;
  color: #9F9E9A;
  text-transform: lowercase;
  padding: 14px 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@-moz-document url-prefix() {
  .featured-main-block .products-filter ul li {
    padding: 12px 45.5px !important; 
  }
  .products-filter ul li {  
    padding: 14px 23.5px !important;  
  }
}
.products-filter ul li span {
  font-weight: 600; 
}
.products-filter ul li:hover,
.products-filter ul li.btn-active {     
  color: #FFF;
  background-color: #82BA01;
  border-radius: 4px 4px 0 0;
}
.products-filter ul li.featured-title-img:hover,
.products-filter ul li.featured-title-img.btn-active {
  background-color: transparent;
}
.products-filter ul li.btn:hover,
.products-filter ul li.btn.active {
  box-shadow: none;
}
.products-filter {
  border-bottom: 1px solid #9F9E9A;
} 
.ver-one-feature-slider {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;      
}
.tile {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.scale-anm {
  -webkit-transition: scale(1);
  -ms-transition: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
.products-block {
  position: relative;
  overflow: visible;
  padding-bottom: 58px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-block:hover { 
  background-color: #FFF;
}
.products-block::after,
.products-block::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom: 2px solid #82BA01;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-block::before {
  left: 0;
  bottom: 0;
  border-left: 2px solid #82BA01;
  transform: translate(50px, -50px);
}
.products-block::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #82BA01;
  transform: translate(-50px, -50px);
}
.products-block-col {
  margin: 30px 0;
}
.products-block:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.10);
}
.products-block:hover::before,
.products-block:hover::after {
  opacity: 1;
  transform: translate(0);
}
.products-block:hover .products-icon {
  transform: translateY(0);
}
.products-block:hover .shopping-cart-icon {  
  -webkit-transition: scale(1);
  -ms-transition: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
.products-icon {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-80px);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products-icon ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #82BA01;
  line-height: 30px;
  box-shadow: 0px 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.products-icon ul li i {
  color: #507500;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: scale(0);
  -ms-transition: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  transform: scale(0);
  transition-delay: 0.2s;
}
.products-icon ul li:hover i {
  color: #FFF;
}
.products-block:hover .products-icon ul li i {
  -webkit-transition: scale(1);
  -ms-transition: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
.shopping-cart-icon {
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 111;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.35);
  background-color: #82BA01;
  text-align: center;
  -webkit-transition: scale(0);
  -ms-transition: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shopping-cart-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  color: #FFF;
  font-size: 36px;
}
.products-img-block {
  position: relative;
  height: 325px;
}
img.products-img {
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  z-index: 99999;
  width: 90%;
}
.ver-one-feature-slider.owl-carousel .owl-item img {
  width: 90%;
}
.products-name {
  margin: 40px 0 10px;
  font-weight: 400;
  text-transform: lowercase;
}
.products-name span {
  font-weight: 700;
}
.products-price {
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #82BA01;
}
.products-price span {
  margin-left: 5px;
  font-weight: 400;
  color: #DDD;
  text-decoration: line-through;
}
.ver-one-feature-slider .owl-prev,
.ver-one-feature-slider .owl-next {
  bottom: -50px;
}
.ver-one-feature-slider .owl-prev {
  left: 48%;
}
.ver-one-feature-slider .owl-next {
  right: 48%;
}
.mfp-figure:after {
  background-color: #FFF;
}
@media (max-width: 767px) {
  .shopping-cart-icon {
    right: 0;
  }
}
@media (max-width: 992px) {
  .featured-main-block .products-filter ul li {
    padding: 12px 20px;
  }
  .featured-main-block .products-filter ul {
     transform: translateY(0); 
  }
}
@media (min-width: 1600px) and (max-width: 2200px) {
  .ver-one-feature-slider .owl-prev {
    left: 48.6%;
  }
  .ver-one-feature-slider .owl-next {
    right: 48.6%;
  }
}

/* ================================= */
    /*===== Always Choose Organic =====*/
/* ================================= */
.choose-organic-main-block {
  background-color: #EBE7DE;
  margin-top: 93px;
}
.choose-organic-main-block .parallax {  
  padding-bottom: 100px;
}
.choose-organic-section img {
  margin: -93px auto 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.choose-organic-section img:hover {
  animation: bounce 2s ease;
}
.choose-organic-section-heading-1 {
  position: absolute;
  margin: 0 auto 0;
  top: 30px;
  left: -280px;
  right: 0;
  display: block;  
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
  font-weight: 400;  
  line-height: 0.6; 
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.choose-organic-section-heading-2 {
  position: absolute;
  margin: 0 auto 0;
  top: 110px;
  left: 0;
  right: 0;
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  font-weight: 400; 
  line-height: 1;  
  text-align: center;
  color: #6F6661;
  text-shadow: 0 0 8px #FFF;
}
.choose-organic-section-heading-3 {
  position: absolute;
  margin: 0 auto 0;
  top: 165px;
  left: 280px;
  right: 0;
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
  font-weight: 400; 
  line-height: 0.6;  
  text-align: center;
  color: #82BA01;
  text-shadow: 0px 7px 4px rgba(0, 0, 0, 0.2);
}
.choose-organic-quote {
  text-align: center;
}
blockquote.choose-organic-quote {
  padding: 10px 20px;
  margin: 0px 0 40px;
  border-left: 0;
}
.choose-organic-block-icon {
  margin-bottom: 52px;
  text-align: center;
  font-size: 65px;
}
.choose-organic-block-icon img {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choose-organic-block-icon:hover img {
  -webkit-transform: rotate(45deg) scale(1.05);
  -ms-transform: rotate(45deg) scale(1.05);
  -o-transform: rotate(45deg) scale(1.05);
  -moz-transform: rotate(45deg) scale(1.05);
  transform: rotate(45deg) scale(1.05);
}
.choose-organic-block-icon i {
  position: absolute;
  top: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
}
.choose-organic-block-heading {
  font-weight: 600; 
  line-height: 1;  
  text-align: left;
  line-height: 0.7;
  color: #6F6661;
}
.choose-organic-block-sub-heading {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  line-height: 0.5;  
  text-align: right;
  color: #82BA01;
  text-shadow: 0.1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media  (max-width: 767px) {
  .choose-organic-section-heading-1 {
    left: 0;
    text-align: center;
  }
  .choose-organic-section-heading-2 {
    text-align: center;
    left: 0;
  }
  .choose-organic-section-heading-3 {
    text-align: center;
    left: 0;
  }
  .choose-organic-section img {   
    width: 100%;
  }
  blockquote.choose-organic-quote {
    margin: 199px 0 97px;
  }
}
@media  (max-width: 992px) {
  .choose-organic-block {
    margin-bottom: 60px;
  }
  .choose-organic-block-heading {
    text-align: center;
  }
}

/* ================================= */
    /*===== Pure Organic =====*/
/* ================================= */
.pure-organic-main-block {
  padding-top: 0px;
}
.pure-organic-block {
  overflow: hidden;
}
.pure-organic-block-img {
  position: relative;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 01s ease;
  transition: all 0.1s ease;
}
.pure-organic-slider .owl-item img {
  width: auto;
}
.pure-organic-block-img .main-img {
  position: absolute;
  top: 28%;
  left: 0;
  width: auto;
}
.pure-organic-block-img .main-img img {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pure-organic-slider {
  margin-bottom: 80px;
}
.pure-organic-block-text {
  padding-top: 110px;
}
.pure-organic-block-top-heading {
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4.8px;
}
.pure-organic-block-heading {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.pure-organic-block-heading span {
  font-weight: 600;
}
.pure-organic-block-sub-heading {
  margin-bottom: 36px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
.pure-organic-block-text p {
  font-weight: 500;
  line-height: 1.93;
  color: #9F9E9A;
}
.pure-organic-facts-block {
  padding-top: 100px;
  border-top: 1px dashed #EBE7DE;
}
.pure-organic-facts {
  border-radius: 5px;
  padding-bottom: 7px;
}
.facts-grey {  
  box-shadow: 0px 10px 40px 0 rgba(106, 122, 135, 0.4);
}
.facts-green {
  box-shadow: 0px 10px 40px 0 rgba(130, 186, 1, 0.4);
}
.facts-blue {
  box-shadow: 0px 10px 40px 0 rgba(96, 203, 231, 0.4);
}
.pure-organic-facts img {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  padding: 30px 0;
}
.facts-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #3A3A3A;
  text-transform: uppercase;
  border-bottom: 1px solid #82BA01;
  margin: 0 10px 9px;
} 
.facts-heading span {
  font-size: 12px;
  font-weight: 500;
  color: #3A3A3A;
}
.facts-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #3A3A3A;
  text-transform: uppercase;
}
.pure-organic-facts .facts-desc i {
  margin-right: 6px;
}
.pure-organic-sep-img img {
  display: block;
  margin: 52px auto 0;
}
.pure-organic-slider .owl-prev {
  left: 95.6%;
}
.pure-organic-slider .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .pure-organic-facts {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .pure-organic-block-text {
    text-align: center;
    padding-top: 60px;
  }
}


/* ================================= */
    /*===== Healthy Deal =====*/
/* ================================= */
.healty-deal-main-block {
  padding-bottom: 74px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}
.healty-deal-sep-img {
 /* margin-top: -210px;*/
}
.healty-deal-sep-img img {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}
.healty-main-block {
  padding-top: 200px;
}
.healty-deal-section {
  background: -moz-linear-gradient(90deg, #FFFFFF 50%, #82BA01 50%);
  background: -webkit-gradient(linear, 90deg, color-stop(50%, FFFFFF), color-stop(50%, 82BA01));
  background: -webkit-linear-gradient(90deg, #FFFFFF 50%, #82BA01 50%);
  background: -o-linear-gradient(90deg, #FFFFFF 50%, #82BA01 50%);
  background: -ms-linear-gradient(90deg, #FFFFFF 50%, #82BA01 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
  background: linear-gradient(90deg, #FFFFFF 50%, #82BA01 50%);
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.healty-deal-main-block .section-ver-one {
  padding: 10px 0;
  text-align: right;
}
.healty-deal-main-block .section-ver-one-heading {
  padding-bottom: 40px;
  font-weight: 300;
  line-height: 0.75;
  text-transform: uppercase;
}
.healty-deal-main-block .section-ver-one-heading span {
  font-weight: 700;
}
.healty-heading-shadow {
  font-weight: 300!important;
  text-shadow: 4px 2px 4px #82BA01;
}
.healty-deal-main-block .section-ver-one-sub-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.healty-deal-main-block .section-ver-one-sub-heading span {
  padding: 0 0 9px 5px;
  margin-right: 2px;
  background-color: #9F9E9A;
  color: #FFF;
}
.healty-deal-main-block .section-ver-one-text {
  max-width: 280px;
  padding: 5px 0 5px 10px;
  background-color: #82BA01;
  position: relative;
}
.healty-deal-main-block .center-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 170px;
  border: 1px solid #82BA01;
  z-index: 2;
}
.healty-deal-main-block .section-ver-one-text p {
  font-size: 12px;
  color: #FFF;
  line-height: 1.5;
}
.healty-deal-block {
  position: relative;
  padding: 14px 35px 40px 12px;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.healty-deal-heading {
  font-size: 28px;
  font-weight: 400; 
  text-transform: uppercase;
}
.healty-deal-heading span {
  font-weight: 600; 
}
.healty-deal-sub-heading {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500; 
  line-height: 1.5;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.healty-deal-text .healty-deal-heading {
  padding-bottom: 15px;
}
.healty-deal-text p {
  padding-bottom: 35px;
  font-weight: 500;
  line-height: 1.93;
  color: #9F9E9A;
}
.healty-deal-icon {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.healty-deal-icon ul li {
  display: inline-block;
  padding: 15px 0;  
  border-right: 2px solid rgba(130, 186, 1, 0.5);
}
.healty-deal-icon ul li:last-child {  
  border-right: 0;
}
.healty-deal-icon ul li a {
  padding: 10px 25px; 
}
.healty-deal-icon ul li a i {
  font-size: 24px;
  color: #9F9E9A;
}
.healty-deal-icon ul li:hover i {
  color: #82BA01;
}
.sale-box,
.sale-box-two {
  position: absolute;
  z-index: -15;
  bottom: -48px;
  left: 40px;
  padding: 5.5px 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #82BA01;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: -10px 0 13px 0 rgba(0, 0, 0, 0.15);
}
.sale-box-two {
  left: 170px;
  background-color: #9F9E9A;
}
@media (max-width: 767px) {
  .healty-deal-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .healty-deal-sep-img img {    
    width: 100%;
  }
  .healty-deal-block {      
    margin-bottom: 90px;
  }
}

/* ================================= */
    /*===== Origano Popular =====*/
/* ================================= */


/* ================================= */
    /*===== Origano Popular =====*/
/* ================================= */
.popular-main-block {
  padding: 35px 0 50px;
  box-shadow: 0px -37px 70px 0 rgba(0, 0, 0, 0.03);
}
.popular-main-block .section-ver-one {
  padding-bottom: 75px;
}
.popular-main-block .section-ver-one-heading {
  position: relative;
  font-size: 14px;
  font-weight: 400;  
  letter-spacing: 2.8px;
}
.popular-main-block .section-ver-one-heading span {  
  font-weight: 700;  
}
.popular-main-block .section-ver-one-heading:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icons/flavour-icon.png);
  width: 87px;
  height: 89px;
  margin: -80px auto 0;
  left: 0;
  right: 0;
}
.popular-sub-heading {
  padding-bottom: 10px;
  letter-spacing: 4.8px;
  color: #3A3A3A;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.popular-heading {
  padding-bottom: 40px;
  font-size: 30px;
  color: #3A3A3A;
  font-weight: 400;
  text-transform: uppercase;
}
.popular-heading span {
  font-weight: 600;
}
.popular-product-slider .owl-prev {
  top: -68px;
  left: 85%;
  border-radius: 10px 0 0 10px;
}
.popular-product-slider .owl-next {
  top: -68px;
  right: 0;
  border-radius: 0 10px 10px 0;
}
.popular-product-block li {
  padding-bottom: 30px;
}
.popular-product-block li:last-child {
  padding-bottom: 0;
}
.popular-product-img {
  display: inline-block;
  border: 2px solid #EBE7DE;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.popular-product:hover .popular-product-img {
  border-color: #82BA01;
}
.popular-product-block li .popular-product-text {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px solid #6F6661;
}
.popular-product-block li:last-child .popular-product-text {
  padding-bottom: 0;
  border-bottom: none;
}
.popular-product-heading {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #3A3A3A;
  text-transform: lowercase;
}
.popular-product-heading span {
  font-weight: 500;
}
.rating {
  margin-bottom: 5px;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 14px/1 FontAwesome;
  display: block;
  content: "\f006";
  color: #82BA01;
  background: #82BA01;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label.selected:before{
  color: #82BA01;
  content: "\f005";
  background: #82BA01;;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popular-products-price {
  font-size: 18px;
  font-weight: 500;
  color: #82BA01;
}
.popular-products-price span {  
  color: #9F9E9A;
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .popular-main-block {
    padding: 35px 0 140px;
  }
  .popular-block {
    margin-bottom: 60px;
  }
}

.btn-choose-lang{
  background-color: transparent !important;
  color: #fff !important;
  padding: 0 !important;
  width: 100px;
}
.ul-choose-lang{
  width: 100%;
  padding: 0;
  top: 27px;
  border: 1px solid #82BA01;
  min-width: 110px;
}

.ul-choose-lang li{
    background-color: #FFF;
    padding: 4px 0;
}

.ul-choose-lang li a{
    color: #82BA01;    
    background-color: transparent;
}