/*
  Theme Name:  Origano – Organic Store HTML Template
  Theme URL: https://mediacity.co.in/origano
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 28 July 2017
  Description: A default stylesheet for Origano – Organic Store HTML Template.
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navigation
04. Top Bar
04. Home Slider
05. Featured Product
06. Always Choose Organic
07. Pure Organic
08. Origano Products
09. Healthy Deal
10. Origano Popular
11. Like What You See
12. Footer
13. Shop Page
14. Shop Style 1
15. Shop Style 2
16. Shop Style 3
17. Shop 4 Columns
18. Shop List Page
19. Product Detail Page
20. Product Detail Left Sidebar
21. Checkout Page
22. Cart Page
23. Login / Register Page
24. My Account Page
25. Order History Page
26. Wishlist Page
27. Address Book Page
28. Wallet Page
29. Return Page
30. Privacy Policy Page
31. FAQ Page
32. Blog Grid Main Page
33. Blog Left Sidebar Page
34. Blog Listing Page
35. Blog Masonry Page
36. Blog Single With Audio
37. Gallery Grid Page
38. Gallery Masonry
39. Contact Us Page
40. About Us Page
41. 404 Page
42. Coming Soon Page
43. Deal Page
44. Preloader

/* =============== Colors Used=====================
  Green: #82BA01;
  Dark Gray: #3A3A3A;
  Brown: #6F6661;
 ===================================================*/

/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
  color: #3A3A3A;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  color: #6F6661;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #82BA01;
  text-decoration: none;
}

a:active {
  color: #82BA01;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

blockquote {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 2;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clr-white {
  color: #FFF;
}

.clr-green {
  color: #82BA01;
}

.clr-black {
  color: #000;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(130, 186, 1, 0.9);
  height: 100px;
}

.btn.active,
.btn:active {
  box-shadow: none !important;
}

.pad-0 {
  padding: 0;
}

.pad-lt-0 {
  padding-left: 0;
}

.pad-lft-0 {
  padding-left: 0;
}

.pad-rt-0 {
  padding-right: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.mrgn-bt-50 {
  padding-bottom: 50px;
}

.mrgn-bt-100 {
  margin-bottom: 100px;
}

.mrgn-bt-150 {
  margin-bottom: 150px;
}

.red-bg {
  background-color: #FF0000 !important;
}

.green-bg {
  background-color: #82BA01 !important;
}

.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -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;
}

.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.btn-default {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  background-color: #82BA01;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.btn.btn-default:focus,
.btn-default:hover {
  background-color: transparent;
  border: 1px solid #82BA01;
  color: #82BA01;
}

button {
  -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;
}

.arw-btn {
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #6F6661;
  position: relative;
  font-weight: 500;
}

.arw-btn:before {
  position: absolute;
  top: 0;
  right: -20px;
  content: "\f178";
  font-family: FontAwesome;
}

.arw-btn:hover {
  color: #82BA01;
}

.arw-btn:hover:before {
  animation: arrow 1s ease infinite;
}

.section {
  padding: 100px 0;
}

.section-heading {
  color: #000;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 78px 0 20px;
  text-transform: uppercase;
  position: relative;
  /* z-index: 2; */
}

.section-heading:after {
  background-image: url('../images/bg/section-heading-bg.png');
  position: absolute;
  z-index: -1;
  content: " ";
  width: 425px;
  height: 180px;
  top: 61%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.section-sub-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 24px;
  letter-spacing: 2px;
  letter-spacing: 2.4px;
  color: #82BA01;
  z-index: 2;
  position: relative;
}

.section-text {
  font-size: 18px;
  padding-top: 55px;
  margin: 0 auto;
  line-height: 1.78;
  max-width: 750px;
}

.ver-one-section-heading {
  font-weight: 400;
  color: #3A3A3A;
  text-transform: uppercase;
}

.ver-one-section-heading span {
  font-weight: 700;
}

.ver-one-section-sub-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4.8px;
  color: #3A3A3A;
  text-transform: uppercase;
}

.ver-one-section-sub-heading span {
  color: #FFF;
  background-color: #9F9E9A;
}

.ver-two-section {
  padding-bottom: 50px;
}

.ver-two-section-heading {
  position: relative;
  padding-bottom: 20px;
  color: #000;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.ver-two-section-heading:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -140px;
  left: 50%;
  width: 425px;
  height: 280px;
  transform: translateX(-50%);
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/heading-bg.png');
}

.ver-two-section-sub-heading {
  color: #82BA01;
  font-family: 'Great Vibes', cursive;
  letter-spacing: 2px;
  letter-spacing: 2.4px;
}

.ver-two-section-text {
  max-width: 750px;
  padding-top: 55px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
}

.form-control:focus,
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #EBE7DE;
}

.form-control:focus {
  border-color: #EBE7DE;
}

::-webkit-input-placeholder {
  color: #6F6661 !important;
  font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
  color: #6F6661 !important;
  font-family: 'Lato', sans-serif;
}

::-ms-input-placeholder {
  color: #6F6661 !important;
  font-family: 'Lato', sans-serif;
}

::-o-input-placeholder {
  color: #6F6661 !important;
  font-family: 'Lato', sans-serif;
}

.version-one-owl-icon .owl-prev {
  border-radius: 10px 0 0 10px;
}

.version-one-owl-icon .owl-next {
  border-radius: 0 10px 10px 0;
}

.version-one-owl-icon .owl-prev,
.version-one-owl-icon .owl-next {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 20px;
  background-color: #82BA01;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -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;
}

.version-one-owl-icon .owl-prev::before {
  position: absolute;
  content: "";
  width: 12.5px;
  border-top: 1px solid #FFF;
  border-radius: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.version-one-owl-icon .owl-prev::after {
  position: absolute;
  content: "";
  width: 7px;
  top: 36%;
  left: 28%;
  border-top: 1px solid #FFF;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  -o-transform: rotate(-38deg);
  -moz-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.version-one-owl-icon .owl-next::before {
  position: absolute;
  content: "";
  width: 12.5px;
  border-top: 1px solid #FFF;
  border-radius: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.version-one-owl-icon .owl-next::after {
  position: absolute;
  content: "";
  width: 7px;
  top: 35%;
  right: 27%;
  border-top: 1px solid #FFF;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  transform: rotate(38deg);
}

.version-one-owl-icon .owl-prev:hover,
.version-one-owl-icon .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 0 solid #292A2E;
  border-radius: 100%;
  background: #292A2E;
}

.owl-dot.active {
  border: 0 solid #292A2E;
  background: #E8511C;
}

.social-btns li {
  display: inline-block;
  line-height: 1.8;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.facebook,
.twitter,
.google-plus,
.linkedin,
.pinterest {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.facebook .fa,
.twitter .fa,
.google-plus .fa,
.linkedin .fa,
.pinterest .fa {
  color: #FFF;
}

.facebook {
  background-color: #3B5998;
}

.twitter {
  background-color: #1DA1F2;
}

.google-plus {
  background-color: #DD4B39;
}

.linkedin {
  background-color: #007BB6;
}

.pinterest {
  background-color: #CB2027;
}

.masonry-filter-group {
  margin-bottom: 70px;
}

.masonry-filter-group button {
  position: relative;
  padding: 2px 14px;
  margin-right: 20px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}

.masonry-filter-group .btn:focus {
  outline: none;
}

.masonry-filter-group button:hover>span:after,
.masonry-filter-group button.active>span:after {
  transform: scale(1);
  transform-origin: bottom;
  animation: leaf-ani 0.8s ease;
}

.masonry-filter-group button span:after {
  position: absolute;
  top: -17px;
  left: 58%;
  width: 13px;
  height: 17px;
  background-image: url('../images/bg/products-nav.png');
  content: " ";
  transform: translateX(-50%) scale(0);
  z-index: -1;
}

.masonry-filter-group button span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.masonry-filter-group button:focus {
  outline: none;
}

.masonry-filter-group button:hover,
.masonry-filter-group button.active {
  color: #FFF;
  background-color: #82BA01;
}

.masonry-filter-group button:last-child {
  margin-right: 0;
}

@keyframes leaf-ani {
  40% {
    transform: rotate(-35deg) translateX(-20%) scale(1.1);
  }

  60% {
    transform: rotate(20deg) translateY(0) scale(1.4);
  }

  70% {
    transform: rotate(6deg);
  }

  75% {
    transform: rotate(-6deg);
  }

  80% {
    transform: rotate(6deg);
  }

  85% {
    transform: rotate(-6deg);
  }

  90% {
    transform: rotate(6deg);
  }

  95% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

@keyframes arrow {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@media(max-width:767px) {
  .masonry-filter-group button {
    margin-bottom: 20px;
  }
}

@media(min-width: 1600px) and (max-width: 2000px) {
  .version-one-owl-icon .owl-prev::after {
    top: 37%;
    left: 27%;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  .version-one-owl-icon .owl-next::after {
    top: 37%;
    right: 27%;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}

/*=====================================*/
/*========  Page Banner  ======*/
/*=======================================*/
.page-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner .banner-dtl {
  padding: 110px 0 90px;
}

.banner-dtl .banner-heading {
  padding-bottom: 15px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb>li+li:before {
  color: #000;
}

.breadcrumb li {
  font-size: 18px;
  letter-spacing: 1.8px;
}

.breadcrumb li.active {
  color: #82BA01;
}

/* ================================= */
/*===== Navigation =====*/
/* ================================= */
.nav-bar.pos-abs {
  position: absolute;
  top: 10px;
  z-index: 99999;
  width: 100%;
}

.nav-bar {
  padding-bottom: 21px;
}

.logo.logo-pages {
  padding-top: 22px;
}

.navigation {
  float: right;
}

#cssmenu.home-nav ul ul li.has-sub:hover>ul {
  margin-top: 20px;
  margin-left: 50px;
}

.nav-info-bar ul.info-list {
  float: right;
  margin-top: 10px;
}

.nav-info-bar ul.info-list li {
  display: inline-block;
  margin: 0 12px;
  padding-right: 20px;
  border-right: 1px solid #82BA01;
}

.nav-info-bar ul.info-list li a {
  color: #3A3A3A;
  font-family: 'Lato', sans-serif;
}

.nav-info-bar ul.info-list li a:hover {
  color: #82BA01;
}

.nav-info-bar ul.info-list li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.nav-dropdown .dropdown button {
  background-color: transparent;
  color: #3A3A3A;
  padding: 0;
}

.nav-dropdown .dropdown button:hover {
  color: #82BA01;
}

.nav-dropdown .dropdown button:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #82BA01;
}

.nav-dropdown ul.dropdown-menu li {
  border: none;
  display: block;
  margin: 0;
  padding: 4px 0;
  background-color: #82BA01;
}

.nav-dropdown ul.dropdown-menu li:hover {
  background-color: transparent;
}

.nav-dropdown ul.dropdown-menu li:hover a {
  color: #82BA01;
}

.nav-dropdown ul.dropdown-menu {
  width: 100%;
  padding: 0;
  background-color: transparent;
  top: 27px;
  border: 1px solid #82BA01;
}

.nav-dropdown ul.dropdown-menu a {
  color: #FFF;
  background-color: transparent;
}

.navbar-cart-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-color: #82BA01;
  text-align: center;
  margin-top: 46px;
  -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;
}

.navbar-cart-icon a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.navbar-cart-icon a .fa {
  font-size: 18px;
  color: #FFF;
}

.navbar-cart-icon a:before {
  content: "2";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1.5;
  background-color: #6F6661;
  color: #FFF;
  text-align: center;
}

.navbar-cart-icon:hover {
  background-color: #3A3A3A;
}

/*Cart*/
.cart {
  position: relative;
}

.cart-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  width: 320px;
  top: 0;
  right: 75px;
  padding: 30px 25px 10px 25px;
  background-color: #FFF;
  transform: translateY(65%);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.cart-box.cart-box-pages {
  right: 30px;
}

.cart-box.active {
  transform: translateY(25%);
  visibility: visible;
  opacity: 1;
}

.cart-box li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-img {
  margin-right: 30px;
  float: left;
}

.cart-img img {
  width: 100px;
}

.cart-title,
.cart-price {
  padding-bottom: 10px;
}

.cart-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

li.cart-subtotal {
  font-weight: 700;
  font-size: 16px;
  border-bottom: none;
}

li.cart-footer {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(115, 157, 82, 0.6);
}

li.cart-footer a {
  padding: 6px 20px;
  margin-right: 10px;
  border: 1px solid transparent;
}

li.cart-footer a:hover {
  background-color: transparent;
  color: #82BA01;
  border: 1px solid #82BA01;
}

/*Search*/
.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 57px;
  padding-top: 0;
  z-index: 999999;
  opacity: 1;
  background: #FFF;
  box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}

.search .container {
  position: relative;
  margin-top: 15px;
}

.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-box {
  width: 97%;
  border: none;
  font-size: 16px;
  color: #6F6661;
  background: none;
}

.search-box::-webkit-input-placeholder {
  color: #6F6661 !important;
}

.search-box::-moz-placeholder {
  color: #6F6661 !important;
}

.search-box::-ms-input-placeholder {
  color: #6F6661 !important;
}

.search-box::-o-input-placeholder {
  color: #6F6661 !important;
}

.search-close {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 5px 15px;
  color: #6F6661;
}

.search-close:hover {
  color: #82BA01;
}

.search input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media(max-width:785px) {
  #cssmenu>ul>li>a {
    padding: 5px 25px;
  }

  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #82BA01;
  }

  #cssmenu.small-screen #menu-button {
    color: #82BA01;
  }

  #cssmenu.small-screen #menu-button:before {
    background: #82BA01;
  }

  #cssmenu.small-screen #menu-button:after {
    border-top: 2px solid #82BA01;
    border-bottom: 2px solid #82BA01;
    padding-bottom: 4px;
  }

  #cssmenu.small-screen #menu-button.menu-opened:before {
    background: #82BA01;
  }

  #cssmenu.small-screen #menu-button.menu-opened:after {
    background: #82BA01;
    padding-bottom: 0;
  }

  #cssmenu.small-screen ul {
    background-color: #FFF
  }
}

@media(max-width:767px) {
  .nav-bar .logo img {
    width: 60px;
  }
}

@media(max-width:992px) {
  .nav-bar .logo {
    margin-left: 0;
  }

  .nav-bar .logo img {
    margin: 0 auto;
  }

  .navbar-cart-icon {
    display: none;
  }

  .nav-info-bar ul.info-list {
    display: none;
  }

  .navigation {
    float: none;
  }
}

@media (min-width:992px) and (max-width:1400px) {
  #cssmenu>ul>li>a {
    color: #82BA01;
  }

  .nav-info-bar ul.info-list li a {
    color: #82BA01;
  }

  .nav-dropdown ul.dropdown-menu li {
    background-color: #FFF;
  }
}

@keyframes nav-leaf {
  0% {
    transform: translateY(40px) scale(0);
  }

  65% {
    transform: translateY(0) scale(1);
  }

  70% {
    transform: rotate(-6deg);
  }

  75% {
    transform: rotate(6deg);
  }

  80% {
    transform: rotate(-6deg);
  }

  85% {
    transform: rotate(6deg);
  }

  90% {
    transform: rotate(-6deg);
  }

  95% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* ================================= */
/*===== Top Bar =====*/
/* ================================= */
.top-bar {
  padding-top: 8px;
  background-color: #3A3A3A;
}

.top-bar-text {
  color: #EBE7DE;
  font-size: 12px;
  font-weight: 500;
  line-height: 3.33;
  letter-spacing: 1.8px;
}

.top-bar-text span {
  color: #739D52;
  font-weight: 500;
  text-transform: uppercase;
}

.top-bar-nav li {
  display: inline-block;
  padding: 0 16px;
}

.top-bar-nav li:first-child {
  padding-left: 0;
}

.top-bar-nav li a {
  color: #EBE7DE;
  font-weight: 500;
}

.top-bar-nav li a:hover {
  color: #FFF;
}

.track-order {
  border-left: 1px solid #EBE7DE;
}

li.track-order a {
  color: #FFF;
  font-weight: 700;
  line-height: 2.86;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .top-bar-nav {
    text-align: center;
  }

  .top-bar {
    padding-bottom: 8px;
  }
}

/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-slider-main {
  position: relative;
}

.slider-block {
  position: relative;
  overflow: hidden;
}

#home-slider.owl-carousel .owl-item img {
  width: auto;
}

img.slider-bg-img {
  position: relative;
  margin-left: 85px;
}

img.slider-top-img {
  position: absolute;
  top: 100px;
  left: 350px;
  width: auto;
}

img.slider-back-img {
  position: absolute;
  top: 0;
  right: 0
}

.slider-text {
  position: absolute;
  bottom: 220px;
  right: 70px;
  z-index: -1;
}

.slider-heading {
  font-size: 200px;
  font-weight: 700;
  letter-spacing: -10px;
  color: #82BA01;
  line-height: 0.6;
}

.slider-sub-heading {
  font-size: 16px;
  font-weight: 500;
  margin-left: 165px;
  letter-spacing: 3.2px;
  color: #2F2F2F;
  text-transform: uppercase;
}

.home-slider-main .owl-prev {
  bottom: 2.2%;
  left: 87%;
  background-color: transparent;
}

.home-slider-main .owl-next {
  bottom: 2.2%;
  right: 5%;
  background-color: transparent;
}

.home-slider-main .owl-prev:hover,
.home-slider-main .owl-next:hover {
  background-color: transparent;
}

.home-slider-main .owl-prev::before {
  position: absolute;
  content: "";
  width: 24px;
  border-top: 1px solid #000;
  border-radius: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-slider-main .owl-prev::after {
  position: absolute;
  content: "";
  width: 10px;
  top: 32%;
  left: 0;
  border-radius: 2px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  -o-transform: rotate(-38deg);
  -moz-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.home-slider-main .owl-next::before {
  position: absolute;
  content: "";
  width: 24px;
  border-top: 1px solid #000;
  border-radius: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-slider-main .owl-next::after {
  position: absolute;
  content: "";
  width: 11px;
  top: 32%;
  right: 0;
  border-top: 1px solid #000;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  transform: rotate(38deg);
}

.slider-nav-shape {
  position: absolute;
  display: block;
  bottom: 1.3%;
  right: 8%;
  width: 27px;
  height: 39px;
  border-radius: 45%;
  border: 1px solid rgba(111, 102, 97, 0.8);
}

.slider-nav-shape:after {
  position: absolute;
  content: " ";
  width: 3.5px;
  height: 3.5px;
  border-radius: 100%;
  background-color: rgba(111, 102, 97, 0.7);
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}

@media (min-width: 1600px) and (max-width: 2200px) {
  .home-slider-main .owl-prev {
    bottom: 2.2%;
    left: 89%;
    background-color: transparent;
  }

  .home-slider-main .owl-next {
    bottom: 2.2%;
    right: 5%;
    background-color: transparent;
  }

  .slider-nav-shape {
    position: absolute;
    display: block;
    bottom: 1.3%;
    right: 7.18%;
    width: 27px;
    height: 39px;
    border-radius: 45%;
    border: 1px solid rgba(111, 102, 97, 0.8);
  }
}

.owl-item.active .slider-top-img-one {
  animation: slider-top-img 3s ease;
}

.owl-item.active .slider-back-img-one {
  animation: slider-back-img 3s ease;
}

.owl-item.active .slider-top-img-two {
  animation: slider-top-img-two 3s ease;
}

.owl-item.active .slider-back-img-two {
  z-index: -1;
  animation: slider-back-img-two 3s ease;
}

@keyframes slider-top-img {
  0% {
    transform: translateY(-90%) rotate(0deg) scale(1.3);
  }

  100% {
    transform: translate(0) rotate(360deg) scale(1);
  }
}

@keyframes slider-back-img {
  0% {
    transform: translate(100%, -100%);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes slider-top-img-two {
  0% {
    transform: translateY(-90%) rotate(0deg) scale(0.8);
  }

  50% {
    transform: translateY(0) scale(0.8);
  }

  60% {
    transform: translateY(0) rotate(15deg);
  }

  65% {
    transform: translateY(0) rotate(-15deg);
  }

  70% {
    transform: translateY(0) rotate(15deg);
  }

  75% {
    transform: translateY(0) rotate(-15deg);
  }

  80% {
    transform: translateY(0) rotate(15deg);
  }

  85% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes slider-back-img-two {
  0% {
    transform: translateY(100%);
  }

  70% {
    transform: translateY(30%);
  }

  75% {
    transform: translateY(40%);
  }

  100% {
    transform: translate(0);
  }
}

@media (min-width:992px) and (max-width:1400px) {
  img.slider-top-img {
    top: 200px;
  }

  #home-slider.owl-carousel .owl-item img.slider-top-img {
    width: 50%;
  }

  #home-slider.owl-carousel .owl-item img.slider-back-img {
    width: 30%;
  }

  #home-slider.owl-carousel .owl-item img.slider-bg-img {
    width: 70%;
  }

  .slider-text {
    bottom: 160px;
  }

  .slider-heading {
    font-size: 100px;
    margin-left: 160px;
  }

  .slider-sub-heading {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  img.slider-bg-img {
    margin-left: 0;
  }

  img.slider-top-img {
    top: 200px;
    left: 0;
  }

  .home-slider-main.owl-carousel .owl-item img.slider-top-img {
    width: 50%;
  }

  .home-slider-main.owl-carousel .owl-item img.slider-back-img {
    width: 30%;
  }

  .home-slider-main.owl-carousel .owl-item img.slider-bg-img {
    width: 70%;
  }

  .slider-text {
    bottom: 160px;
    right: 0;
  }

  .slider-heading {
    font-size: 80px;
  }

  .slider-sub-heading {
    font-size: 16px;
    margin-left: 05px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  img.slider-top-img {
    top: 100px;
    left: 0;
  }

  .slider-text {
    bottom: 60px;
  }

  .slider-heading {
    font-size: 30px;
    margin-left: 120px;
    letter-spacing: inherit;
  }

  .slider-sub-heading {
    font-size: 10px;
    margin-left: 65px;
    margin-bottom: 30px;
  }
}

/* ================================= */
/*===== 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);
}
.product_details{
  padding: 15px;
  position: absolute;
  overflow-y: auto;
  left: 0px;
  top: 0;
  background: #82bb1be8;
  height: 100%;
  color: #000;
  display: none;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
}
.product_details .products_desc h6{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.product_details .products_desc p span{
  font-weight: bold;
  font-size: 16px;
}

.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;
  overflow: hidden;
}

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: 208px;
}

.choose-organic-section img {
  margin: 0 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: 200px;
  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: 280px;
  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: 335px;
  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: 35px 0 97px;
  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, .choose-organic-block-icon span {
  position: absolute;
  top: 48px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
}
/* .choose-organic-block-icon span{
  background: url(../images/100_organic_w.png) no-repeat center;
  width: 65px;
  height: 65px;
} */


.choose-organic-block-heading {
  font-weight: 600;
  line-height: 1;
  text-align: left;
  line-height: 1;
  color: #6F6661;
}
.choose-organic-block-heading {
  font-size: 32px;
  text-align: center;
}

.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: 90px;
}

.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: 0 auto 52px;
}

.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;
  }
}

/* ================================== */
/*===== 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: 1;
}

.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 .products-filter .btn-filter-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media(max-width:767px) {
  .products-main-block .products-filter .btn-filter-wrap ul {
    display: block;
  }
}

.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;
  }
}

/* ================================= */
/*===== Healthy Deal =====*/
/* ================================= */
.healty-deal-main-block {
  padding-bottom: 190px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.healty-deal-sep-img {
  margin-top: 100px;
  margin-bottom: 100px;
}

.deficiencyChart{
  text-align: center;
  background-color: #82BA01;
  padding: 15px;
  margin: 0px auto 26px;
  float: none;
  border-radius: 8px;
  max-width: 700px;
}
.deficiencyChart h3{
  color: #fff;
}

.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 =====*/
/* ================================= */
.popular-main-block {
  padding: 35px 0 200px;
  box-shadow: 0px -37px 70px 0 rgba(0, 0, 0, 0.03);
}

.popular-main-block .section-ver-one {
  padding-bottom: 150px;
}

.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,
.rating>label.selected~label: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;
  }
}

/* ================================= */
/*===== Like What You See =====*/
/* ================================= */
.like-main-block {
  padding: 100px 0;
  position: relative;
}
.like-main-block .container{
  position: relative;
}
.like-main-block span{
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000096;
}

.like-main-block .btn-default {
  position: relative;
  padding: 18px 32px;
}

.like-text-bg {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
  opacity: 0.02;
  color: #FFF;
  font-size: 110px;
  font-weight: 500;
}

.like-text {
  color: #82BA01;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 50px;
}

.contact-modal-body {
  padding: 50px 0;
  margin: 0 auto;
}

.contact-modal-body .form-group {
  margin-bottom: 20px;
}

.contact-modal-body .form-control {
  width: 60%;
  margin: 0 auto;
  box-shadow: none;
}

.contact-modal-body .form-control:focus,
.contact-modal-body textarea:focus {
  border-color: #82BA01;
  outline: -webkit-focus-ring-color auto 0;
}

.contact-modal-body .btn-default {
  width: 60%;
  margin-top: 10px;
  -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;
}

.contact-model-body textarea {
  width: 60%;
}

@media(max-width:767px) {

  .contact-model-body .form-control,
  .contact-model-body textarea,
  .contact-model-body .btn-default {
    width: 100%;
  }

  .like-text-bg {
    font-size: 50px;
  }
}

@media (min-width:767px) and (max-width: 992px) {
  .like-text-bg {
    font-size: 70px;
  }
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding-top: 100px;
}

.footer-block {
  padding-bottom: 80px;
}

.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img{
  max-height: 60px;
}

.about-widget p {
  padding-bottom: 10px;
  color: #6F6661;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.93;
}

.about-widget address{
  font-size: 16px;
  color: #6F6661;
  letter-spacing: 0.7px;
  line-height: 1.93;
}
.about-widget address span{
  font-weight: bold;
  color: #82BA01;
}

.read-more {
  padding: 0;
  margin-bottom: 30px;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-social ul li {
  display: inline-block;
  padding: 0 5px;
}

.footer-social ul li:first-child {
  padding-left: 0;
}

.footer-social ul li a {
  color: #6F6661;
  font-size: 14px;
}

.footer-social ul li a:hover {
  color: #82BA01;
  font-size: 14px;
}

.widget-heading {
  padding-bottom: 50px;
  color: #6F6661;
  font-weight: 700;
  text-transform: uppercase;
}

.useful-link-widget ul li {
  padding: 5px 0;
}

.useful-link-widget ul li a {
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.useful-link-widget ul li a:hover {
  color: #82BA01;
}

.myaccount-widget ul li {
  padding: 5px 0;
}

.myaccount-widget ul li a {
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.myaccount-widget ul li a:hover {
  color: #82BA01;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .form-group i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #6F6661;
  font-size: 14px;
}

.contact-form .form-control {
  height: 40px;
  color: #6F6661;
  border: 1px solid #EBE7DE;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.93;
  box-shadow: none;
}

.contact-form .form-control:focus,
.contact-form textarea:focus {
  border-color: #82BA01;
  outline: -webkit-focus-ring-color auto 0;
}

.contact-form textarea {
  width: 100%;
  height: 100px;
  padding-left: 15px;
  border: 1px solid #EBE7DE;
  border-radius: 5px;
  color: #6F6661;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.93;
}

.contact-form .btn-default {
  width: 100%;
  border-radius: 5px;
}

.footer-main-block hr {
  margin-bottom: 25px;
  border-top: 1px solid #F1F1F1;
}

.copyright-block {
  padding-bottom: 15px;
}

.copyright-text p {
  color: #6F6661;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.4px;
  text-align: left;
}

.copyright-text a {
  color: #82BA01;
}

.footer-menu {
  text-align: right;
}

.footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
}

.footer-menu ul li a {
  color: #6F6661;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer-menu ul li a:hover {
  color: #82BA01;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@media (max-width: 992px) {
  .footer-block {
    padding-bottom: 20px;
  }

  .footer-widget {
    margin-bottom: 60px;
  }

  .copyright-text p {
    text-align: center;
  }

  .footer-menu {
    text-align: center;
  }
}

/* ================================= */
/*===== Shop Page =====*/
/* ================================= */
.shop-page {
  padding: 100px 0;
}

/*===== Shop Sidebar =====*/
.search-box {
  position: relative;
  margin-bottom: 50px;
}

.search-box .form-control {
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
}

.search-box .form-control:focus {
  border-color: #82BA01;
  outline: -webkit-focus-ring-color auto 0;
}

.search-box i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #82BA01;
}

.sidebar-heading {
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.accordions-widget {
  padding-bottom: 30px;
}

.accor-widget .sidebar-heading {
  padding-bottom: 6px;
}

.accor-widget .panel {
  position: relative;
  border: none;
  box-shadow: none;
}

.accor-widget .panel-group {
  margin-bottom: 0;
}

.accor-widget .panel-group .panel+.panel {
  margin-top: 0;
}

.accor-widget .panel-heading {
  padding: 18px 0;
  border-bottom: 1px solid #EBE7DE;
  background-color: transparent;
  text-transform: uppercase;
}

.accor-widget .products-main-heading a {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.accor-widget .products-main-heading a:hover {
  color: #82BA01;
}

.accor-widget .panel-body {
  padding: 0;
}

.accor-widget .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.accor-widget .sub-panel .panel-heading {
  padding: 15px 0;
  text-transform: none;
}

.accor-widget .sub-panel .panel-title a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.accor-widget .sub-panel .panel-title a:hover {
  color: #739D53;
}

.shop-panel .shop-widget-btn-plus,
.shop-panel .shop-widget-btn-down {
  display: none;
}

.shop-panel .collapsed .shop-widget-btn-plus,
.shop-panel .collapsed .shop-widget-btn-down {
  display: inherit;
}

.shop-panel .btn-default.shop-widget-btn-minus,
.shop-panel .btn-default.shop-widget-btn-up {
  display: inherit;
}

.shop-panel .shop-widget-btn-up,
.shop-panel .shop-widget-btn-down {
  position: absolute;
  right: 0;
  padding: 1px 3px;
  border-radius: 100%;
  background-color: #82BA01;
  color: #FFF;
  font-size: 11px;
}

.shop-panel .collapsed .shop-widget-btn-up,
.shop-panel .collapsed .shop-widget-btn-down {
  background-color: #6F6661;
  color: #FFF;
}

.shop-panel .shop-widget-btn-plus,
.shop-panel .shop-widget-btn-minus {
  position: absolute;
  transform: translate(10px, -15px);
  right: 0;
  border-radius: 100%;
  background-color: transparent;
  color: #6F6661;
  font-size: 18px;
}

.shop-panel .collapsed .shop-widget-btn-minus,
.shop-panel .collapsed .shop-widget-btn-up {
  display: none;
}

.accor-widget .sub-panel .panel-body {
  padding: 14px 0;
}

.accor-widget .sub-panel .panel-body li a {
  color: #6F6661;
  font-weight: 500;
}

.accor-widget .sub-panel .panel-body li a:hover {
  color: #82BA01;
}

.accor-widget .sub-panel-heading+.panel-collapse>.panel-body {
  border-bottom: 1px solid #EBE7DE;
}

.accor-widget .sub-panel-heading .shop-widget-btn {
  box-shadow: none;
  border: none;
}

.price-filter {
  padding-bottom: 50px;
}

.price-filter .sidebar-heading {
  padding-bottom: 20px;
}

.price-slider-amount {
  padding-bottom: 15px;
}

.price-slider-amount span {
  color: #6F6661;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.price-slider-amount>input {
  padding-left: 5px;
  border: 0 none;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  outline: none;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  position: relative;
  height: 5px;
  border: 0 none;
  background: #EBE7DE none repeat scroll 0 0;
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  position: absolute;
  top: -6px;
  z-index: 10;
  width: 15px;
  height: 15px;
  border: medium none;
  border-radius: 100%;
  background: #82BA01 none repeat scroll 0 0;
  outline: none;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  position: absolute;
  height: 5px;
  background: #6F6661 none repeat scroll 0 0;
}

.top-selling-widget {
  padding-bottom: 25px;
}

.top-selling-block {
  padding: 15px 0 20px;
  border-bottom: 1px solid #6F6661;
}

.top-selling-block:last-child {
  border-color: transparent;
}

.top-selling-block:hover .top-selling-img {
  border-color: #82BA01;
}

.top-selling-img {
  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;
}

.top-selling-img img {
  width: 100%;
}

.top-selling-product-name {
  padding-bottom: 19px;
}

.top-selling-product-name a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.top-selling-block .shop-products-rating {
  padding-bottom: 5px;
}

.top-selling-block .shop-products-rating i {
  color: #FFF;
}

.top-selling-block .shop-products-rating .active {
  color: #82BA01;
}

.top-selling-block .shop-products-price span {
  color: #7C746E;
}

.tag-widget .sidebar-heading {
  padding-bottom: 30px;
}

.tag-widget .badge {
  padding: 10px 16px;
  border-radius: 0;
  margin-right: 7px;
  margin-bottom: 10px;
  background-color: #EBE7DE;
  color: #6F6661;
  font-size: 12px;
  letter-spacing: 1.8px;
  -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;
}

.tag-widget .badge:hover {
  color: #FFF;
  background-color: #82BA01;
}

@media(max-width:992px) {
  .top-selling-block .shop-products-price {
    font-size: 17px;
  }
}

/*===== Shop Navigation =====*/
.shop-nav {
  padding-bottom: 50px;
}

.sort-dropdown {
  position: relative;
}

.sort-dropdown button {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: solid 1px #EBE7DE;
  border-radius: 2px;
  background-color: #EBE7DE;
  color: #6F6661;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.sort-dropdown button>span {
  padding-left: 15px;
  color: #000;
  font-weight: 600;
}

.sort-dropdown i {
  position: absolute;
  right: 15px;
  color: #6F6661;
  font-size: 16px;
}

.sort-dropdown .dropdown-menu {
  width: 100%;
}

.product-display {
  height: 40px;
  border: solid 1px #EBE7DE;
  border-radius: 2px;
  background-color: #EBE7DE;
}

.select-filter {
  position: relative;
}

.select-filter span {
  padding-right: 20px;
  float: left;
  color: #6F6661;
  font-size: 16px;
  font-weight: 500;
}

.product-display form {
  padding-left: 20px;
}

.select-filter.number {
  padding-top: 8px;
  color: #000;
  font-weight: 600;
}

.cart-plus-minus-box {
  width: 20px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  float: left;
  font-size: 16px;
  outline: medium none;
}

.inc.qtybutton,
.dec.qtybutton {
  margin-top: 3px;
  line-height: 0;
  margin-left: 90px;
  color: #6F6661;
  cursor: pointer;
}

.inc.qtybutton .fa,
.dec.qtybutton .fa {
  line-height: 0.5;
}

.grid-icon .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 41px;
  border: 1px solid #EBE7DE;
  border-radius: 2px;
}

.grid-icon i {
  color: #6F6661;
  font-size: 18px;
}

.grid-icon a.active,
.grid-icon a:hover {
  background-color: #82BA01;
}

.grid-icon a.active>i,
.grid-icon a:hover>i {
  color: #FFF
}

@media(max-width:992px) {
  .shop-nav .pad-rt-0 {
    padding-right: 15px;
  }

  .shop-nav .pad-lt-0 {
    padding-left: 15px;
  }

  .shop-nav .sort-btn,
  .shop-nav .product-display {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .sidebar-widgets {
    padding-bottom: 50px;
  }

  .shop-page-right .shop-page-products-main-block {
    margin-bottom: 50px;
  }

  .shop-page-right .sidebar-widgets {
    padding-bottom: 0;
  }
}

/*===== Pagination =====*/
.pagination-block .btn-default {
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  border-color: #EBE7DE;
  color: #6F6661;
}

.pagination-block .btn-default:hover {
  border-color: #6F6661;
  background: #6F6661;
  color: #FFF;
}

.pagination-block .prev,
.pagination-block .next {
  margin-top: 18px;
}

.pagination li a {
  padding: 9px 15px;
  border: none;
  border-radius: 2px;
  margin: 0 1px;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
  background-color: #82BA01;
  color: #FFF;
}

/* ================================= */
/*===== Shop Style 1  =====*/
/* ================================= */
.shop-products-main-block {
  padding-bottom: 20px;
}

.shop-products-dtl-main {
  position: relative;
  -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;
}

.shop-products-block {
  border: 1px solid #EFEDE2;
  margin-bottom: 30px;
}

.shop-products-block:hover .shop-products-dtl-main {
  background-color: #3A3A3A;
}

.shop-products-block:hover a,
.shop-products-block:hover span {
  color: #FFF;
}

.shop-products-block:hover a:hover {
  color: #82BA01;
}

.shop-products-img {
  background-color: #F9F9F9;
  position: relative;
}

.shop-products-img img {
  padding: 70px 0;
  margin: 0 auto;
}

.shop-products-dtl {
  padding: 25px 0 25px 28px;
  border-top: 1px solid #EFEDE2;
  border-bottom: 1px solid #EFEDE2;
}

.shop-products-name {
  padding-bottom: 10px;
}

.shop-products-name a {
  font-family: 'Lato', sans-serif;
}

.shop-products-rating {
  padding-bottom: 10px;
}

.shop-products-rating li {
  display: inline-block;
}

.shop-products-rating i {
  color: #6F6661;
}

.shop-products-rating .active {
  color: #82BA01;
}

.shop-products-price {
  color: #82BA01;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.shop-products-price span {
  color: #6F6661;
  text-decoration: line-through;
}

.shop-products-footer {
  padding: 20px 28px;
}

.shop-products-footer a {
  color: #6F6661;
}

.promo-text {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  padding: 0 3px;
  border-radius: 2.5px;
  background-color: #FF0000;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* ================================= */
/*===== Shop Style 2  =====*/
/* ================================= */
.shop-two-products-block {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.shop-two-products {
  overflow: hidden;
  position: relative;
}

.shop-two-products-block li {
  display: inline-block;
}

.shop-two-products-block:hover .shop-two-products-img {
  border-color: #82BA01;
  box-shadow: 0 10px 25px 0 rgba(111, 102, 97, 0.3);
}

.shop-two-products-img {
  position: relative;
  border: 2px solid #EBE7DE;
  margin-bottom: 25px;
  min-height: 258px;
  -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;
}

.shop-two-products-img img {
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-two-products-block:hover img {
  padding: 0;
  padding: -30px 0 60px;
}

.shop-two-products-img .overlay-bg {
  background-color: transparent;
  opacity: 0;
  overflow: hidden;
}

.shop-two-products-block:hover .overlay-bg {
  opacity: 1;
}

.shop-two-promo-text {
  position: absolute;
  top: 8px;
  right: -12px;
  padding: 0 15px;
  transform: rotate(45deg);
  background-color: #82BA01;
  color: #FFF;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.shop-two-products-rating {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.shop-two-products-rating i {
  color: #D99F22;
  font-size: 18px;
}

.shop-two-products-icon {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  width: 100%;
  padding: 26px 0;
  background-color: #82BA01;
  -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;
}

.shop-two-products-block:hover .shop-two-products-icon {
  bottom: 0;
  opacity: 1;
}

.shop-two-products-icon ul li {
  padding: 0 13px;
}

.shop-two-products-icon i {
  color: #FFF;
  font-size: 18px;
}

.shop-two-products-name {
  position: relative;
  margin-bottom: 20px;
}

.shop-two-products-name:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 1px;
  content: " ";
  transform: translateX(-50%);
  background-color: #6F6661;
}

.shop-two-products-name a {
  color: #282828;
  font-weight: 400;
  line-height: 1.33;
}

.shop-two-products-name a:hover {
  color: #82BA01;
}

.shop-two-products-price {
  color: #6F6661;
  font-size: 18px;
  font-style: italic;
}

@media(max-width:992px) {
  .shop-two-products-img img {
    padding: 22px 0;
  }
}

/* ================================= */
/*===== Shop Style 3  =====*/
/* ================================= */
.shop-three-products-block {
  margin-bottom: 30px;
  -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;
}

.shop-three-products-block:hover {
  box-shadow: 0 10px 25px 0 rgba(111, 102, 97, 0.3);
}

.shop-three-products-block:hover .shop-three-products-img,
.shop-three-products-block:hover .shop-three-products-dtl {
  border-color: #82BA01;
}

.shop-three-products-block:hover {
  box-shadow: 0 10px 25px 0 rgba(111, 102, 97, 0.3);
}

.shop-three-products-block:hover .add-cart-btn {
  border-color: transparent;
  background-color: #82BA01;
}

.shop-three-products-block:hover .add-cart-btn a {
  color: #FFF;
}

.shop-three-products-block .shop-products-rating i {
  color: #82BA01;
}

.shop-three-products-img {
  position: relative;
  padding: 70px 0;
  border: 1px solid #EBE7DE;
}

.shop-three-products-img img {
  margin: 0 auto;
}

.shop-three-products-dtl {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.shop-three-products-name a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  text-transform: uppercase;
}

.shop-three-products-name a:hover {
  color: #82BA01;
}

.shop-three-products-price {
  padding-bottom: 20px;
  color: #82BA01;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
}

.shop-three-products-price span {
  padding-right: 25px;
  color: #8D8D8D;
  text-decoration: line-through;
}

.add-cart-btn {
  border: 1px 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;
}

.add-cart-btn a {
  color: 262626;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2.86;
  letter-spacing: 2.1px;
}

.add-cart-btn i {
  padding-right: 15px;
}

.shop-three-promo-text {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 5px 11px;
  border-radius: 2px 0 0 2px;
  background-color: #82BA01;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* ================================= */
/*===== Shop 4 Columns  =====*/
/* ================================= */
.shop-col-four .shop-products-main-block {
  padding-bottom: 40px;
}

.shop-col-four .shop-three-products-block {
  display: none;
}

.promo-text-three {
  position: absolute;
  top: 5px;
  right: -15px;
  padding: 0 15px;
  transform: rotate(45deg);
  background-color: #82BA01;
  color: #FFF;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.show-more-btn .btn-default {
  padding: 7px 30px;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 2.86;
  text-transform: none;
}

.show-more-btn .btn-default:hover {
  color: #82BA01;
}

/* ================================= */
/*===== Shop List Page  =====*/
/* ================================= */
.list-products-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #EBE7DE;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
}

.list-products-img {
  border: 2px solid #82BA01;
  margin-bottom: 5px;
}

.list-products-img img {
  width: 100%;
}

.list-products-icon {
  padding: 8px 0 7px;
  background-color: #82BA01;
  text-align: center;
}

.list-products-icon li {
  display: inline-block;
  position: relative;
  padding: 10px 14px;
  line-height: 1.33;
}

.list-products-icon li:after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  content: " ";
  background-color: #FFF;
}

.list-products-icon li:first-child {
  padding-left: 8px;
}

.list-products-icon li:last-child {
  padding-right: 8px;
}

.list-products-icon li:last-child:after {
  display: none;
}

.list-products-icon i {
  color: #FFF;
  font-size: 18px;
}

.list-products-dtl {
  padding-right: 20px;
}

.list-promo-text {
  width: 30px;
  padding: 0 3px;
  border-radius: 2.5px;
  margin-bottom: 10px;
  background-color: #FF0000;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.list-products-name a {
  font-family: 'Poppins', sans-serif;
  line-height: 1.33;
  text-transform: none;
}

.products-origin {
  font-family: 'Poppins', sans-serif;
  color: #00A0CE;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.67;
}

.list-products-info {
  margin: 0;
  color: #6F6661;
  line-height: 1.71;
}

.list-products-info a {
  color: #6F6661;
  font-weight: 700;
}

.list-products-info a:hover {
  color: #82BA01;
}

.price {
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
}

.price:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 30px;
  height: 1px;
  transform: translateX(-50%);
  content: " ";
  background-color: #6F6661;
}

.products-price-box .shop-products-rating {
  padding-bottom: 0;
}

.products-price-box .shop-products-rating i {
  color: #D99F22;
  font-size: 18px;
}

.rating-text {
  color: #000;
  line-height: 1.71;
}

@media(max-width:992px) {
  .list-products-icon {
    margin-bottom: 30px;
  }

  .list-products-info {
    margin-bottom: 30px;
  }
}

/* ================================= */
/*===== Product Detail Page =====*/
/* ================================= */
.product-detail-page {
  padding-top: 100px;
}

.product-detail-page .shop-two-products-block {
  display: none;
}

.product-detail-page .cart-plus-minus-box {
  width: 32px;
}

.product-detail-page .inc.qtybutton,
.product-detail-page .dec.qtybutton {
  margin-left: 70px;
}

.product-gallery-slider {
  position: relative;
  padding: 0 70px;
}

.product-gallery-slider .owl-prev {
  left: 0;
  padding-left: 8px;
}

.product-gallery-slider .owl-next {
  right: 0;
  padding-right: 8px;
}

.product-gallery-slider .owl-prev,
.product-gallery-slider .owl-next {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 25px;
  height: 100px;
  background-color: #EBE7DE;
  color: #6F6661;
  font-size: 18px;
  line-height: 5.5;
  text-align: center;
  cursor: pointer;
  -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;
}

.product-gallery-slider .owl-prev i,
.product-gallery-slider .owl-next i {
  transform: rotate(270deg);
}

.product-gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #FFF;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -transition: 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.product-gallery-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.product-gallery-thumb {
  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;
}

.product-gallery-thumb img {
  width: 100%;
}

.product-gallery-thumb.active,
.product-gallery-thumb:hover {
  border-color: #82BA01;
}

.product-gallery-thumb:hover .product-gallery-overlay {
  opacity: 1;
  background-color: rgba(115, 157, 82, 0.3);
  -webkit-transform: scale(0.90);
  -moz-transform: scale(0.90);
  -ms-transform: scale(0.90);
  -o-transform: scale(0.90);
  transform: scale(0.90);
}

.product-dtl-name {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.33;
}

.product-dtl-name:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  content: " ";
  background-color: #6F6661;
}

.product-dtl-price {
  padding-bottom: 10px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.product-dtl-price span {
  padding-right: 30px;
  color: #6F6661;
  font-weight: 400;
  text-decoration: line-through;
}

.product-dtl-rating-block .shop-products-rating {
  float: left;
}

.product-dtl-rating-block .shop-products-rating i {
  color: #D99F22;
  font-size: 18px;
}

.rating-text-two a {
  color: #6F6661;
  line-height: 1;
}

.rating-text-two a:hover {
  color: #82BA01;
}

.rating-text-two span>a {
  padding-left: 17px;
  padding-right: 29px;
  color: #82BA01;
  font-style: italic;
}

.product-desc {
  padding-bottom: 15px;
}

.product-desc p {
  color: #6F6661;
  line-height: 1.71;
}

.product-desc a {
  color: #82BA01;
  font-weight: 700;
}

.product-detail-page .or-text {
  padding-bottom: 15px;
}

.product-detail-page .tag-widget {
  padding-bottom: 20px;
}

.product-page-dtl-block hr {
  margin: 30px 0;
}

.purchase-features-main-block {
  border: 1px solid #6F6661;
  border-radius: 2px;
  background-color: #EBE7DE;
}

.purchase-features {
  position: relative;
  padding: 17px 0 17px 20px;
  border-right: 1px solid #6F6661;
  color: #000;
  line-height: 1.71;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.purchase-features i {
  padding-right: 6px;
}

.purchase-features span {
  float: left;
  color: #6F6661;
  font-weight: 400;
}

.border-gray {
  border-color: #EBE7DE;
}

.product-dtl-btn-main-block .sort-dropdown button>span {
  padding-left: 0;
}

.coupon-box {
  margin-right: 20px;
  float: left;
}

.coupon-box .form-control {
  height: 40px;
  border: 1px solid #EBE7DE;
  border-radius: 2px;
  box-shadow: none;
}

.coupon-box ::-webkit-input-placeholder {
  padding-left: 0;
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.coupon-box ::-moz-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.coupon-box ::-ms-input-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.coupon-box ::-o-input-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.in-stock-text {
  padding-top: 7px;
  color: #6F6661;
  font-style: italic;
  line-height: 1.71;
}

.in-stock-text i {
  color: #82BA01;
}

.or-text {
  padding-top: 15px;
  color: #6F6661;
  font-size: 18px;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: center;
}

.cart-btn-block {
  margin-top: 63px;
}

.add-cart-btn-two {
  float: left;
}

.add-cart-btn-two .btn-default {
  padding: 6px 12px;
  border: 2px solid #6F6661;
  border-radius: 2px;
  font-family: 'Poppins', sans-serif;
  background-color: #FFF;
  color: #6F6661;
  line-height: 1.71;
  text-transform: uppercase;
}

.add-cart-btn-two .btn-default:hover {
  background-color: #82BA01;
  color: #FFF;
}

.wishlist-btn .btn-default {
  padding: 9px 15px;
  margin-left: 20px;
}

.product-info li {
  padding: 3px 0;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
}

.product-info li>span {
  color: #6F6661;
  font-weight: 500;
}

.product-info a {
  color: #6F6661;
}

.product-info a:hover {
  color: #000;
}

.share-block {
  margin-right: 4px;
  float: left;
}

.social-icon {
  transform: translateY(-10px);
}

.social-icon li {
  display: inline-block;
}

.social-icon i {
  color: #6F6661;
  -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;
}

.social-icon i:hover {
  color: #000;
}

.product-dtl-slider {
  padding-bottom: 100px;
}

@media(max-width:992px) {
  .product-page-dtl-block .pad-rt-0 {
    padding-right: 15px;
  }

  .product-page-dtl-block .pad-lt-0 {
    padding-left: 15px;
  }

  .product-page-dtl-block .product-display,
  .product-page-dtl-block .sort-btn {
    margin-bottom: 15px;
  }

  .purchase-features {
    border-right: none;
    border-bottom: 1px solid #6F6661;
  }

  .or-text {
    padding-top: 0;
  }

  .sort-dropdown button>span {
    padding-left: 0;
  }
}

/*===== Review Block =====*/
.product-dtl-tab {
  padding: 80px 0 100px;
}

.product-dtl-tab .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}

.product-dtl-tab .nav-tabs>li {
  background-color: #EBE7DE;
  color: #6F6661;
}

.product-dtl-tab .nav-tabs>li a {
  border-radius: 0;
  border: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.product-dtl-tab .nav-tabs>li.active>a,
.product-dtl-tab .nav-tabs>li.active>a:focus,
.product-dtl-tab .nav-tabs>li.active>a:hover {
  border: none;
  border-bottom-color: transparent;
  background-color: #82BA01;
  color: #FFF;
}

.product-dtl-tab .nav-tabs>li>a:hover {
  background-color: #82BA01;
  border-color: transparent;
  color: #FFF;
}

.tab-content p {
  color: #6F6661;
  font-weight: 500;
  line-height: 1.86;
}

.tab-content li {
  color: #6F6661;
}

.related-products-heading {
  position: relative;
  margin-bottom: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.related-products-heading:after,
.related-products-heading:before {
  position: absolute;
  width: 500px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  background-color: #82BA01;
}

.related-products-heading:before {
  top: -6px;
}

/* ============================================= */
/*===== Product Detail Left Sidebar =====*/
/* ============================================= */
.product-detail-left-sidebar .product-gallery-slider {
  padding: 0 40px;
}

.product-detail-left-sidebar .cart-btn-block {
  margin-top: 93px;
}

.product-detail-left-sidebar .cart-plus-minus-block {
  width: 0;
}

.related-products-heading-two {
  padding-bottom: 50px;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-detail-left-sidebar .shop-products-main-block li {
  display: inline-block;
}

.shop-load-more-btn {
  width: 100%;
  padding: 15px 0 12px;
  background-color: #82BA01;
  font-weight: 700;
}

.product-commitment-main-block {
  padding-bottom: 35px;
}

.product-commitment-block {
  margin-bottom: 17px;
}

.product-commitment-block:hover .product-commitment-icon {
  background-color: #82BA01;
}

.product-commitment-block:hover .product-commitment-icon>i {
  color: #FFF;
}

.product-commitment-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #F0F2F1;
  -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;
}

.product-commitment-icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  color: #6F6661;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
}

.product-commitment {
  color: #000;
  line-height: 1.71;
  letter-spacing: 0.7px;
}

.featured-product-slider-main .sidebar-heading {
  padding-bottom: 30px;
}

.featured-product-slider {
  position: relative;
}

.featured-product-slider .owl-prev {
  right: 40px;
}

.featured-product-slider .owl-next {
  right: 15px;
}

.featured-product-slider .owl-prev,
.featured-product-slider .owl-next {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background-color: #6F6661;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -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;
}

@media (max-width: 768px) {

  .related-products-heading:after,
  .related-products-heading:before {
    width: 100%;
  }
}

/* ================================= */
/*===== Checkout Page =====*/
/* ================================= */
.checkout-page {
  padding: 100px 0;
}

.checkout-page-heading {
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: 0.6px;
}

.checkout-form label {
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.checkout-form .form-control {
  box-shadow: none;
  height: 40px;
}

.checkout-form .form-control:focus {
  border-color: #82BA01;
  outline: -webkit-focus-ring-color auto 0;
}

.checkout-btn {
  position: relative;
}

.checkout-btn .btn-default {
  padding: 14px 33px;
  border-radius: 2px;
  margin-top: 15px;
  letter-spacing: 0.4px;
  text-transform: none;
}

.cancel-text {
  position: absolute;
  bottom: -3px;
  margin-left: 9px;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.cart-total-heading {
  padding-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cart-total-block {
  padding-bottom: 10px;
}

.cart-total-block td {
  width: 100%;
  padding-bottom: 10px;
  color: #6F6661;
  font-weight: 500;
  line-height: 1.71;
}

.cart-table-one td {
  font-family: 'Poppins', sans-serif;
}

.cart-table-one td>span {
  font-weight: 400;
}

.cart-table-one hr {
  border-color: #EBE7DE;
  margin-top: 15px;
  margin-bottom: 0;
}

.cart-table-two th {
  color: #000;
  font-weight: 700;
}

.cart-table-two hr {
  border-color: #EBE7DE;
  margin: 0;
}

.payment .form-group {
  padding: 10px 0;
  border-bottom: 1px solid #EBE7DE;
  margin: 0;
}

.payment .form-group p {
  margin-right: 15px;
  margin-bottom: 0;
  float: right;
  color: #6F6661;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.3px;
}

.payment .form-group img {
  padding-top: 3px;
  margin-right: 15px;
  float: right;
}

.payment input[type="radio"] {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 9px;
  transform: translateY(3px);
  box-shadow: inset 0px 1px 2.5px 0.5px rgba(111, 102, 97, 0.9);
  background-color: #FFF;
  outline: none;
  -webkit-appearance: none;
}

.payment input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: #6F6661;
  content: '';
  transform: translate(-50%, -50%);
}

.address-dtl-block {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.address-dtl {
  color: #6F6661;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.4px;
  text-transform: none;
}

.add-address-text {
  padding-top: 20px;
}

.add-address-text a {
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.71;
}

@media (max-width: 767px) {
  .checkout-form {
    margin-bottom: 60px;
  }
}

/* ================================= */
/*===== Cart Page =====*/
/* ================================= */
.cart-page {
  padding-top: 100px;
}

.cart-page .container {
  padding-bottom: 100px;
}

.cart-page .container-fluid {
  padding-top: 100px;
  border-top: 1px solid #EBE7DE;
}

.cart-page .alert-success {
  border-radius: 2px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.cart-page .alert-success i {
  padding-right: 20px;
}

.cart-page .inc.qtybutton,
.cart-page .dec.qtybutton {
  margin-left: 120px;
}

.cart-products-main-block {
  padding: 30px 0 15px;
  border-bottom: 1px solid #EBE7DE;
}

.cart-products-main-block:last-child {
  margin-bottom: 145px;
}

.cart-product-img {
  border: 2px solid #82BA01;
}

.cart-product-img img {
  margin: 0 auto;
}

.cart-product-name {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.33;
}

.cart-parent-page {
  position: relative;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
}

.cart-parent-page:after {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  bottom: -10px;
  content: " ";
  background-color: #6F6661;
}

.cart-parent-page a {
  color: #6F6661;
  font-weight: 500;
}

.cart-parent-page a:hover {
  color: #82BA01;
}

.cart-products-block .shop-products-rating {
  padding-bottom: 17px;
}

.cart-products-block .shop-products-rating i {
  color: #D99F22;
  font-size: 18px;
}

.cart-page .add-cart-btn-two .btn-default {
  padding: 1px 11px;
  font-weight: 500;
  text-transform: none;
}

.cart-page .add-cart-btn-two .btn-default:hover {
  background-color: #82BA01;
  color: #FFF;
  border-color: #82BA01;
}

.cart-page .wishlist-btn .btn-default {
  padding: 4px 8px;
}

.cart-page .wishlist-btn .btn-default:hover i {
  color: #82BA01;
}

.btn-title {
  color: #6F6661;
  transform: translate(-35px, 32px);
  font-weight: 500;
}

.cart-shipping-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}

.cart-price {
  padding-bottom: 5px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.cart-price span {
  padding-right: 30px;
  color: #6F6661;
  text-decoration: line-through;
}

.cart-promo {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}

.cart-promo span {
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #82BA01;
  text-align: center;
}

.cart-shipping-info hr {
  margin-bottom: 12px;
}

.cart-final-block {
  padding-top: 15px;
}

.cart-final-btn .btn-default {
  padding: 10px 28px;
  font-weight: 500;
  line-height: 1.71;
}

.cart-final-table th {
  width: 100%;
  font-size: 18px;
}

.cart-final-table span {
  color: #82BA01;
}

.cart-coupon-text {
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 10px;
}

.cart-coupon-form .form-control {
  display: inline-block;
  width: 370px;
  height: 40px;
  padding-left: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.cart-coupon-form ::-webkit-input-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.cart-coupon-form ::-moz-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.cart-coupon-form ::-ms-input-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.cart-coupon-form ::-o-input-placeholder {
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.coupon-apply-text {
  margin-left: -3px;
  display: inline-block;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 2.7;
  border-bottom: 1px solid #000;
}

.cart-page .related-products-heading {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .cart-coupon-form .form-control {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {

  .cart-page .inc.qtybutton,
  .cart-page .dec.qtybutton {
    margin-left: 60px;
  }
}

/* ========================================*/
/*===== Login / Register Page =====*/
/* ========================================*/
.register-page-heading {
  position: relative;
  margin-bottom: 50px;
}

.register-page-heading:after {
  position: absolute;
  width: 13px;
  height: 17px;
  top: -20px;
  left: 50%;
  content: " ";
  transform: translateX(-50%);
  background-image: url('../images/bg/products-nav.png');
}

.register-form {
  padding: 30px;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 1, 0.15);
}

.register-heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #82BA01;
  margin-bottom: 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.register-form .form-control {
  height: 40px;
  border-radius: 0;
  box-shadow: none;
}

.register-form .form-control:focus {
  border-color: #82BA01;
  outline: -webkit-focus-ring-color auto 0;
}

.register-form .btn-default {
  margin: 15px 0;
  width: 100%;
}

.why-register-heading {
  padding: 15px 0 15px 20px;
  background-color: #82BA01;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.why-register-block ul {
  padding: 15px 0 20px 20px;
  border: 1px solid #EBE7DE;
}

.why-register-block li {
  padding: 5px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.why-register-block li:hover>i {
  color: #82BA01;
}

.why-register-block i {
  padding-right: 10px;
  -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;
}

.login-text {
  padding-bottom: 30px;
}

.login-text a {
  font-size: 16px;
}

.social-login {
  width: 100%;
  padding: 12px 5px;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
}

.social-login:hover {
  color: #FFF
}

.social-login i {
  padding-right: 10px;
}

.fb-login {
  background-color: #49639F;
}

.google-login {
  background-color: #DF4A32;
}

.twitter-login {
  background-color: #1DA1F2;
}

@media(max-width:992px) {
  .social-login:first-child {
    margin-bottom: 15px;
  }
}

@media(max-width:767px) {
  .register-form {
    margin-bottom: 80px;
  }

  .login-page.account-page {
    padding-bottom: 20px;
  }
}

/* ================================= */
/*===== My Account Page =====*/
/* ================================= */
.account-page {
  padding: 150px 0;
}

.customer-profile-main-block {
  padding: 20px;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 1, 0.15);
}

.customer-profile-block {
  padding-bottom: 20px;
  border-bottom: 2px solid #82BA01;
  margin-bottom: 30px;
}

.profile-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.customer-name {
  position: relative;
  color: #82BA01;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.customer-name:after {
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -7px;
  left: 0;
  content: " ";
  background-color: #6F6661;
}

.ac-status {
  color: #000;
  font-size: 16px;
  font-style: italic;
}

.ac-nav li {
  position: relative;
  padding: 5px 0;
}

.ac-nav li i {
  padding-right: 20px;
}

.ac-nav li a {
  font-size: 18px;
  font-weight: 500;
}

.ac-nav li:hover>a:after,
.ac-nav li.active:after {
  position: absolute;
  width: 13px;
  height: 17px;
  right: 0;
  content: " ";
  background-image: url('../images/bg/products-nav.png');
  animation: leaf-ani-two 0.8s ease;
}

.ac-nav li.active {
  color: #82BA01;
  font-size: 18px;
}

.my-ac-block {
  padding: 20px 0 20px 30px;
  border: 2px solid #82BA01;
  margin-bottom: 50px;
}

.my-ac-heading {
  font-size: 20px;
  font-weight: 600;
}

.my-ac-wallet {
  padding-right: 30px;
}

.my-ac-wallet div {
  padding-bottom: 10px;
  font-size: 16px;
}

.my-ac-wallet div>span {
  color: #82BA01;
  font-weight: 500;
}

.my-ac-wallet .btn-default {
  width: 100%;
}

.about-me-main-block {
  padding-bottom: 50px;
}

.about-me-block div {
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}

.about-me-heading {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}

.about-me-block p {
  color: #6F6661;
  font-style: italic;
}

.about-me-main-block .social-login {
  margin-bottom: 10px;
}

.recent-order-block {
  padding-bottom: 50px;
}

.recent-order-heading {
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.ac-subscribe-block {
  padding: 30px;
  border: 2px solid #82BA01;
}

.ac-subscribe-heading {
  padding: 20px 0 20px 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #82BA01;
  background-color: #EBE7DE;
  font-weight: 400;
}

.ac-subscribe-block input[type="checkbox"] {
  margin-right: 10px;
  transform: translateY(2px);
}

@keyframes leaf-ani-two {
  40% {
    transform: translateX(10%) scale(1.1);
  }

  60% {
    transform: translateY(0) scale(1.4);
  }

  70% {
    transform: rotate(6deg);
  }

  75% {
    transform: rotate(-6deg);
  }

  80% {
    transform: rotate(6deg);
  }

  85% {
    transform: rotate(-6deg);
  }

  90% {
    transform: rotate(6deg);
  }

  95% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

@media(max-width:767px) {
  .customer-profile-main-block {
    margin-bottom: 80px;
  }
}

/* ================================= */
/*===== Order History Page =====*/
/* ================================= */
.order-history-table table {
  width: 100%;
}

.order-history-table tr {
  border: 1px solid #82BA01;
}

.order-history-table td,
.order-history-table th {
  color: #000;
  text-align: center;
  padding: 15px;
  width: 10%;
}

.order-history-table th {
  background-color: #82BA01;
  color: #FFF;
  border: 1px solid transparent;
  text-align: center;
  padding: 30px 0;
  width: 10%;
}

.order-history img {
  width: 100%;
}

.order-pdt-name {
  font-size: 18px;
}

.order-status span {
  color: #000;
  font-weight: 500;
}

.order-status {
  padding-bottom: 15px;
}

/* ================================= */
/*===== Wishlist Page =====*/
/* ================================= */
.wishlist th {
  font-size: 25px;
  font-weight: 700;
}

.wishlist .account-btn {
  position: relative;
}

/* ================================= */
/*===== Address Book Page =====*/
/* ================================= */
.address-main-block {
  padding-bottom: 40px;
}

.address-block {
  border: 1px solid #EBE7DE;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 1, 0.15);
}

.address-page-heading {
  margin-bottom: 40px;
}

.address-heading {
  padding: 15px 20px;
  background-color: #82BA01;
  color: #FFF;
  font-family: 'Lato', sans-serif;
}

.address-block ul {
  padding: 20px;
}

.address-block li {
  font-size: 16px;
}

.company-name {
  color: #000;
  font-weight: 600;
}

.edit-text {
  text-align: right;
}

.edit-text a {
  color: #82BA01;
  font-weight: 500;
}

@media(max-width:992px) {
  .address-main-block {
    padding-bottom: 0;
  }

  .address-block {
    margin-bottom: 50px;
  }

  .add-address-page.account-page {
    padding-bottom: 20px;
  }
}

/* ================================= */
/*===== Wallet Page =====*/
/* ================================= */
.wallet-page .register-form {
  box-shadow: none;
}

.wallet-text {
  padding: 15px 0 15px 20px;
  background-color: #82BA01;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.wallet-text span {
  font-weight: 700;
}

.wallet-form {
  padding-bottom: 37px;
  border-left: 1px solid #EBE7DE;
  border-right: 1px solid #EBE7DE;
}

.wallet-form .form-group {
  margin-bottom: 20px;
}

.wallet-form .btn-default {
  margin-top: 0;
}

@media(max-width:767px) {
  .wallet-page .register-form {
    margin-bottom: 0;
  }
}

/* ================================= */
/*===== Return Page =====*/
/* ================================= */
.return-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.return-form {
  box-shadow: none;
}

.return-form input[type="radio"] {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 9px;
  transform: translateY(3px);
  box-shadow: inset 0px 0.5px 1.5px 0.5px rgba(111, 102, 97, 0.9);
  background-color: #FFF;
  outline: none;
  -webkit-appearance: none;
}

.return-form input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: #6F6661;
  content: '';
  transform: translate(-50%, -50%);
}

.wishlist-close {
  color: #6F6661;
}

#file-upload {
  position: absolute;
  left: -9999px;
}

label[for="file-upload"] {
  padding: 0.5em;
  display: inline-block;
  background: #82BA01;
  color: #FFF;
  cursor: pointer;
}

#filename {
  padding: 0.5em;
  float: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  background: #EBE7DE;
}

@media(max-width:767px) {
  .return-form.register-form {
    margin-bottom: 0;
  }

  .return-form input[type="radio"] {
    margin-right: 2px;
  }
}

/* ================================= */
/*===== Privacy Policy Page =====*/
/* ================================= */
.privacy-policy-page {
  padding: 100px 0 70px;
}

.privacy-policy-block {
  padding-bottom: 20px;
}

.privacy-policy-block ul {
  padding-left: 20px;
  padding-bottom: 10px;
}

.privacy-policy-block li {
  padding: 3px 0;
  color: #6F6661;
}

.privacy-heading {
  padding-bottom: 10px;
}

.privacy-policy-page p {
  color: #6F6661;
}

/* ================================= */
/*===== FAQ Page =====*/
/* ================================= */
.faq-page {
  padding: 100px 0 80px;
}

.faq-left-block ul li {
  padding-bottom: 7px;
}

.faq-border {
  width: 5px;
  height: 1250px;
  border: 1px solid #EBE7DE;
  border-radius: 5px;
}

.faq-border-two {
  height: 160px;
  border-left: 1px solid #EBE7DE;
}

.faq-main-heading {
  padding-bottom: 12px;
  font-weight: 600;
}

.faq-sub-heading {
  padding-bottom: 30px;
  font-weight: 500;
}

.popular-que-block {
  padding: 30px 0;
  border: 1px solid #EBE7DE;
  margin-bottom: 50px;
}

.tabs-left>li {
  float: none;
}

.faq-page .nav-tabs>li:hover {
  background-color: transparent;
}

.faq-page .nav-tabs>li.active>a,
.faq-page .nav-tabs>li.active>a:focus,
.faq-page .nav-tabs>li.active>a:hover {
  border: none;
  color: #82BA01;
  font-weight: 700;
}

.faq-page .nav>li>a:hover,
.faq-page .nav>li>a:focus {
  background-color: transparent;
}

.faq-page .nav-tabs,
.faq-page .nav-tabs>li>a {
  border: none;
}

.faq-page .nav-tabs>li>a {
  padding: 7px 15px;
  font-weight: 600;
}

.faq-page .tab-content {
  padding-left: 20px;
  margin-top: 0;
}

.faq-page .tab-content ul {
  list-style-type: circle;
}

.faq-page .tab-content ul li {
  padding-bottom: 7px;
}

.faq-block {
  padding-bottom: 30px;
}

.faq-panel .panel-default {
  position: relative;
  padding: 5px 10px;
}

.faq-panel .btn-default {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  -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;
}

.faq-panel .faq-btn-minus.btn-default:hover {
  color: #FFF;
  border-color: #000;
}

.faq-panel .btn-default i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-panel .faq-btn-plus {
  display: none;
}

.faq-panel .collapsed .faq-btn-plus {
  display: inherit;
}

.faq-panel .btn-default.faq-btn-minus {
  display: inherit;
  background-color: #000;
}

.faq-panel .collapsed .faq-btn-minus {
  display: none;
}

.faq-panel .panel-default>.panel-heading {
  padding: 20px 30px;
  border-radius: 0;
  border-color: #EBE7DE;
  background-color: #FFF;
}

.faq-panel .panel-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}

.faq-panel .panel-group .panel {
  padding: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

.faq-panel .panel-body {
  padding: 31px 32px 16px 28px;
}

.faq-panel .panel-body p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.63;
}

.faq-img img {
  width: 100%;
}

.faq-contact {
  padding: 20px 0 20px 30px;
  background-color: #EBE7DE;
  font-size: 18px;
}

.faq-contact p {
  margin-top: 10px;
}

.faq-contact .btn-default {
  margin-right: 30px;
}

@media(max-width:992px) {
  .faq-border {
    height: 1700px;
  }

  .faq-img {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .faq-left-block {
    margin-bottom: 30px;
  }

  .popular-que-block .nav-tabs {
    padding-bottom: 25px;
    border-bottom: 1px solid #EBE7DE;
    margin-bottom: 30px;
  }

  .popular-que-block .tab-content ul {
    padding-left: 12px;
  }

  .faq-main-heading {
    font-size: 25px;
  }

  .faq-contact .btn-default {
    margin-left: 0;
  }
}

/*========================================*/
/*===== Blog Grid Main Page =====*/
/*========================================*/
.blog-grid-main-block {
  padding: 100px 0;
}

.blog-grid-img {
  position: relative;
}

.blog-grid-block {
  display: none;
  margin-bottom: 30px;
}

.blog-grid-dtl {
  padding: 7px 0 12px;
}

.blog-grid-dtl .date {
  color: #6F6661;
  line-height: 2.86;
}

.blog-grid-dtl-heading a {
  margin-bottom: 16px;
  display: block;
  font-family: 'Poppins', sans-serif;
  line-height: 1.44;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-grid-dtl-heading:hover {
  color: #82BA01;
}

/* ========================================== */
/*===== Blog Left Sidebar Page =====*/
/* ========================================== */
.blog-right-sidebar-main-block,
.blog-left-sidebar-main-block {
  padding: 100px 0;
}

/*========= Blog Sidebar ========*/
.blog-sidebar .search-box {
  margin-bottom: 45px;
}

.blog-sidebar-heading {
  margin-bottom: 30px;
  letter-spacing: 0.9;
  text-transform: uppercase;
  font-weight: 700;
}

.twitter-widget-block {
  margin-bottom: 33px;
}

.twitter-widget {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #EBE7DE
}

.twitter-widget:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.twitter-user {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.twitter-user span {
  color: #6F6661;
}

p.user-tweet {
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #6F6661;
  font-family: 'Lato', sans-serif;
}

.user-tweet a {
  color: #82BA01;
}

.social-icons-widget-block {
  margin-bottom: 45px;
}

.social-icons-widget {
  text-align: center;
}

.social-icons-widget li {
  display: inline-block;
  margin-right: 4.5px;
}

.social-icons-widget li:last-child {
  margin-right: 0;
}

.social-icons-widget li a {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 1.7;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px;
}

.social-icons-widget .facebook-tw a {
  background-color: #1883D5;
}

.social-icons-widget .twitter-tw a {
  background-color: #21C2F8;
}

.social-icons-widget .pinterest-tw a {
  background-color: #EF584D;
}

.social-icons-widget .instagram a {
  background-color: #4982AF;
}

.social-icons-widget .google a {
  background-color: #2C3E50;
}

.social-icons-widget .tumblr a {
  background-color: #43698E;
}

.social-icons-widget .dribbble a {
  background-color: #EB5D8D;
}

.insta-widget-block {
  margin-bottom: 37px;
}

.insta-img {
  position: relative;
  border: 2px solid #FFF;
  margin-bottom: 10px;
  overflow: hidden;
  -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;
}

.insta-img img {
  width: 100%;
  margin: 0 auto;
  -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;
}

.insta-img:hover {
  border-color: #82BA01;
}

.insta-img:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.insta-img .overlay-bg {
  text-align: center;
  background-color: rgba(111, 102, 97, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.insta-img:hover .overlay-bg {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.insta-img .overlay-bg i {
  color: #FFF;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -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;
}

.blog-sidebar .tag-widget {
  margin-bottom: 37px;
}

.archives-widget-block {
  margin-bottom: 55px;
}

.archives-widget-block ul>li {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #EBE7DE;
  margin-bottom: 13px;
}

.archives-widget-block ul>li:hover>a {
  color: #82BA01;
}

.archives-widget-block ul>li>a,
.archives-widget-block ul>li>span {
  font-family: 'Lato', sans-serif;
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #6F6661;
}

.archives-widget-block ul>li>span {
  position: absolute;
  right: 0;
}

.tab-widget-block {
  margin-bottom: 47px;
}

.sidebar-tabs {
  border: none;
}

.sidebar-tabs li>a {
  width: 125px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: #EBE7DE;
  font-size: 14px;
  line-height: 2.9;
  font-weight: 500;
  text-align: center;
}

.sidebar-tabs li.active a:focus,
.sidebar-tabs li.active:focus a,
.sidebar-tabs li.active:hover a,
.sidebar-tabs li.active a {
  height: 51px;
  margin-top: -5px;
  border-top: 5px solid #82BA01;
  background-color: #6F6661;
  color: #FFF;
}

.tab-content {
  margin-top: 30px;
}

.tab-widget {
  padding-bottom: 4px;
  margin-bottom: 22px;
  border-bottom: 1px solid #EBE7DE;
}

.tab-post-dtl .date {
  margin-bottom: 12px;
  color: #6F6661;
  font-size: 12px;
  font-weight: 500;
}

.tab-post-dtl .date>.like {
  display: inline-block;
  margin-left: 44px;
}

.tab-post-user {
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.tab-post-user span {
  color: #6F6661;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: none;
  padding-left: 10px;
}

.tab-post-dtl .user-tweet {
  padding-right: 20px;
}

.testimonial-widget-block {
  margin-bottom: 42px;
}

.testimonial-widget-block .client {
  font-size: 12px;
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.testimonial-widget-block .client-text {
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #000;
  font-weight: 600;
}

.testimonial-widget-block .client-text .fa {
  color: #6F6661;
}

.testimonial-widget-block .owl-dots {
  text-align: right;
  margin-top: 20px;
}

.testimonial-widget-block .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: none;
  background: #6F6661;
  margin-right: 5px;
  display: inline-block;
}

.testimonial-widget-block .owl-dot.active {
  background-color: #82BA01;
}

.accordion-widget-block {
  margin-bottom: 50px;
}

.accordion-widget-block .panel {
  border: none;
}

.accordion-widget-block .panel-heading {
  background-color: #FFF;
  border: none;
  color: #000;
  margin-left: 30px;
  padding: 18px 10px;
}

.accordion-widget-block .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  border-bottom: 1px solid #EBE7DE;
  padding: 0 10px 16px 0;
}

.accordion-widget-block .widget-btn {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  font-size: 16px;
  background-color: #82BA01;
  line-height: 1;
}

.accordion-widget-block .collapsed .widget-btn {
  background-color: #000;
}

.summer-slider-block {
  margin-bottom: 42px;
}

.summer-slider {
  background-color: #82BA01;
}

.summer-slider-bg-two {
  background-color: #6F6661;
}

.summer-slider .item {
  padding: 30px 20px 50px;
}

.summer-sub-heading {
  margin-bottom: 184px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.summer-heading {
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 600;
  line-height: 0.5;
  letter-spacing: 9.6px;
  text-transform: uppercase;
}

.summer-off {
  color: #FFF;
  font-weight: 600;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.summer-title {
  color: #FFF;
  font-family: 'Great Vibes', cursive;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.4px;
}

.summer-slider .owl-prev {
  left: 205px;
}

.summer-slider .owl-next {
  right: 10px;
}

.summer-slider .owl-prev,
.summer-slider .owl-next {
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 20px;
  color: #FFF;
  background-color: rgba(111, 102, 97, 0.8);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -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;
}

.summer-slider .owl-prev:hover,
.summer-slider .owl-next:hover {
  background-color: #FFF;
  color: #82BA01;
}

@media(max-width:767px) {
  .blog-sidebar {
    margin-bottom: 80px;
  }

  .blog-right-sidebar-main-block .blog-sidebar {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

@media(max-width:992px) {
  .summer-heading {
    font-size: 32px;
  }

  .summer-sub-heading {
    margin-bottom: 130px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .social-icons-widget li {
    margin-bottom: 15px;
  }

  .social-icons-widget-block {
    margin-bottom: 30px;
  }
}

/*====== End Sidebar ======*/
.blog-posts {
  margin-bottom: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid #EBE7DE;
}

.blog-content {
  margin-top: 30px;
}

.blog-content .date {
  background-color: #82BA01;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  width: 87px;
  height: 91px;
  text-align: center;
  padding-top: 5px;
  float: left;
  margin-right: 22px;
}

.blog-content .date span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  display: block;
  margin: 0;
  text-transform: uppercase;
}

.blog-content .meta-tags {
  padding-top: 10px;
  margin-bottom: 25px;
}

.blog-content .meta-tags li {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  color: #6F6661;
}

.blog-content .meta-tags li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58;
  color: #6F6661;
}

.blog-content .meta-tags li a:hover {
  color: #82BA01;
}

.blog-content .meta-tags li i {
  margin-right: 5px;
  font-size: 16px;
  color: #82BA01;
}

.blog-title {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-title:hover {
  color: #82BA01;
}

.blog-content p {
  margin-top: 31px;
  font-size: 14px;
  line-height: 1.86;
  color: #6F6661;
  margin-bottom: 26px;
}

.blog-slider-post .owl-prev {
  left: 0;
}

.blog-slider-post .owl-next {
  right: 0;
}

.blog-slider-post .owl-prev,
.blog-slider-post .owl-next {
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  height: 57px;
  line-height: 1.7;
  background-color: rgba(111, 102, 97, 0.8);
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -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;
}

.blog-slider-post .owl-prev:hover,
.blog-slider-post .owl-next:hover {
  background-color: #82BA01;
  color: #FFF;
}

.blog-slider-post .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.blog-slider-post .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: none;
  background: #6F6661;
  margin-right: 5px;
  display: inline-block;
}

.blog-slider-post .owl-dot.active {
  background-color: #82BA01;
}

.video-device:hover .overlay-bg {
  opacity: 0;
}

.video-item {
  text-align: center;
}

.video-device .bg_img {
  background-size: cover;
  width: 100%;
}

.video-device {
  position: relative;
}

.video-item .video-preview,
.video-item .video-preview iframe,
.video-item .video-preview-two,
.video-item .video-preview-two iframe {
  width: 100%;
  height: 100%;
}

.video-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.btn-video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 30;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  width: 110px;
  height: 110px;
  padding-left: 5px;
  border: 8px solid #82BA01;
}

.btn-video-play i {
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 36px;
  color: #FFF;
}

.btn-video-play:hover i {
  color: #82BA01;
}

/*===== Audio Player Bar =====*/
.blog-post-audio {
  position: relative;
}

.blog-post-audio {
  background-color: #EBE7DE;
}

.blog-post-audio img {
  margin-left: 30px;
  border-radius: 6px;
}

#audioplayer {
  position: absolute;
  top: 25%;
  left: 18%;
}

#pButton {
  position: absolute;
  top: 28px;
  height: 36px;
  width: 36px;
  background-color: #82BA01;
  color: #FFF;
  float: left;
  margin-right: 20px;
  outline: none;
}

.play:before {
  content: "\f04b";
  font-family: FontAwesome;
}

.pause:after {
  content: "\f04c";
  font-family: FontAwesome;
}

#timeline {
  width: 642px;
  height: 10px;
  background: #FFF;
}

#playhead {
  width: 10px;
  height: 10px;
  background: #82BA01;
}

@media(max-width: 767px) {
  #audioplayer {
    position: absolute;
    top: 25%;
    left: 35%;
  }

  #timeline {
    width: 200px;
    height: 10px;
  }

  .blog-post-audio img {
    margin-left: 0;
    border-radius: 6px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  #audioplayer {
    position: absolute;
    top: 25%;
    left: 30%;
  }

  #timeline {
    width: 280px;
    height: 10px;
  }
}

/*===== End Audio Player Bar =====*/
.blockquote-block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EBE7DE;
}

.block-quote {
  border-bottom: 1px solid #FFF;
  border-left: none;
  margin-bottom: 0;
  padding: 52px 99px 36px 30px;
  background-color: #EBE7DE;
}

.block-quote .fa {
  font-size: 24px;
  color: #82BA01;
  margin-bottom: 9px;
}

.block-quote .text {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #6F6661;
}

.block-quote-info {
  padding: 10px 30px;
  background-color: #EBE7DE;
}

.block-quote-info .client {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.block-quote-info .client-info {
  color: #6F6661;
  font-style: italic;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

ul.blog-pagintaion li {
  display: inline-block;
}

a.pagi-btn-pre,
a.pagi-btn-nxt {
  background-color: #000;
  color: #FFF;
  padding: 2px 14px;
  border-radius: 0;
  line-height: 1.5;
}

a.pagi-btn-pre:hover,
a.pagi-btn-nxt:hover {
  background-color: #82BA01;
  color: #FFF;
}

a.pagi-btn-pre .fa {
  padding-right: 5px;
}

a.pagi-btn-nxt .fa {
  padding-left: 5px;
}

ul.blog-pagintaion {
  margin-top: 4px;
}

ul.blog-pagintaion>li {
  margin-bottom: 10px;
}

ul.blog-pagintaion>li>a {
  padding: 4px 9px;
  background-color: #FFF;
  color: #2C3E50;
  border-radius: 5px;
}

ul.blog-pagintaion>li.active>a,
ul.blog-pagintaion>li>a:hover {
  background-color: #82BA01;
  color: #FFF;
}

@media(max-width:992px) {
  .blog-content .meta-tags {
    margin-bottom: 17px;
  }

  .tab-post-dtl .date>.like {
    margin-left: 15px;
  }

  .sidebar-tabs li a {
    width: 110px;
  }

  .block-quote {
    padding-right: 52px;
  }
}

@media(max-width:767px) {
  .blog-content .meta-tags {
    margin-bottom: 40px;
  }

  .sidebar-tabs li a {
    width: 150px;
  }

  .block-quote {
    padding-right: 25px;
  }
}

/* ==================================== */
/*===== Blog Listing Page =====*/
/* ==================================== */
.blog-listing-block-page {
  padding: 100px 0 92px;
}

.blog-listing-block {
  display: none;
  margin-bottom: 20px;
}

.blog-listing-img img {
  width: 1170px;
}

.blog-listing-dtl {
  padding: 45px 180px;
}

.blog-listing-heading {
  margin-bottom: 3px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-listing-heading:hover {
  color: #82BA01;
}

.blog-listing-dtl .blog-listing-info {
  margin-bottom: 12px;
}

.blog-listing-info {
  color: #6F6661;
  font-size: 10px;
  line-height: 2.6;
  letter-spacing: 2px;
}

.blog-listing-info .fa {
  color: #82BA01;
}

.blog-listing-dtl p {
  margin-bottom: 28px;
  color: #6F6661;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
}

.view-btn {
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.load-more-btn-block {
  margin-top: 25px;
}

.load-more-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 18px;
  text-transform: uppercase;
}

@media(max-width:992px) {
  .blog-listing-dtl {
    padding: 45px;
  }
}

@media(max-width:767px) {
  .load-more-btn {
    letter-spacing: 10px;
  }

  .blog-listing-dtl {
    padding: 45px 20px;
  }
}

/* ==================================== */
/*===== Blog Masonry Page =====*/
/* ==================================== */
.grid .grid-item {
  position: relative;
  width: 31%;
  margin-bottom: 15px;
  padding: 0 7.5px 0;
}

.blog-masonary-dtl {
  padding: 23px 20px 25px 0;
}

.blog-masonary-title {
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.blog-masonary-dtl p {
  color: #6F6661;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
}

@media(max-width:767px) {
  .grid .grid-item {
    width: 91%;
    padding: 0;
  }
}

/* =========================================== */
/*===== Blog Single With Audio =====*/
/* =========================================== */
.outline-50 .container {
  transform: translateY(-192px);
  outline: 50px solid #FFF;
  margin-top: 50px;
  background-color: #FFF;
}

.blog-user-detail {
  border-bottom: 1px solid #EBE7DE;
  padding-bottom: 44px;
}

.blog-user-img img {
  width: 100px;
}

.blog-user-info {
  margin-top: 30px;
}

.blog-user-info-heading {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-user-dtl a,
.blog-user-dtl {
  color: #6F6661;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
}

.topic-block {
  padding-top: 50px;
}

.topic-block .breadcrumb-block {
  margin-bottom: 45px;
}

.topic-block .breadcrumb li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  color: #6F6661;
  letter-spacing: 0;
}

.topic-block .breadcrumb>li+li:before {
  font-weight: 600;
  color: #6F6661;
  padding: 0;
  padding-left: 5px;
}

.topic-block .breadcrumb li.active a {
  color: #000;
}

.topic-heading {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  margin-bottom: 14px;
}

.topic-heading:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #6F6661;
}

.single-blog-full-article {
  padding-top: 50px;
  margin-bottom: 94px;
}

.single-blog-full-article .article-heading {
  margin-bottom: 38px;
  text-transform: uppercase;
  font-weight: 600;
}

.special-block {
  padding: 10px 0 10px 30px;
  margin-left: 29px;
  margin-bottom: 40px;
  border: 1px solid #EBE7DE;
  border-left: 5px solid #82BA01;
  color: #6F6661;
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.single-blog-full-article p {
  color: #6F6661;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.8px;
}

.inner-blog-heading {
  margin-bottom: 19px;
  color: #6F6661;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.inner-blog-heading span {
  display: block;
}

.inner-blog-img {
  margin-bottom: 15px;
}

.inner-blog-title {
  font-family: 'Lato', sans-serif;
  margin-bottom: 38px;
  color: #6F6661;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.8px;
}

.inner-blog-text p {
  margin-top: -8px;
  margin-bottom: 18px;
}

.inner-blog-img img {
  width: 100%;
}

.single-blog-full-article .text {
  margin-bottom: 33px;
}

.share-btns ul li {
  display: inline-block;
  margin-top: 3px;
  margin-right: 15px;
  color: #6F6661;
  font-size: 18px;
  text-transform: uppercase;
}

.share-btns ul>li>a>.fa {
  color: #6F6661;
  -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;
}

.share-btns ul>li>a:hover>.fa {
  color: #000;
}

.single-blog-related-post {
  margin-bottom: 47px;
}

.related-post-heading {
  padding-bottom: 44px;
  margin-bottom: 50px;
  border-bottom: 1px solid #EBE7DE;
  text-transform: uppercase;
}

.blog-comment {
  margin: 0;
}

.blog-comment .media.comments-reply {
  margin: 60px 0;
}

.blog-comment img {
  margin-right: 25px;
}

.media-heading-block {
  position: relative;
  margin-bottom: 13px;
}

.blog-comment {
  margin-bottom: 16px;
}

.blog-comment .media-heading-reply,
.blog-comment .media-heading {
  font-size: 16px;
  font-weight: 600;
  -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;
}

.blog-comment .media-heading span {
  color: #82BA01;
}

.blog-comment .media-heading-reply span,
.blog-comment .media-heading span {
  font-family: 'Lato', sans-serif;
  font-style: 14px;
  font-weight: 400;
  -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;
}

.blog-comment .media-heading-reply span {
  color: #6F6661;
}

.blog-comment .media-heading-block {
  position: relative;
}

.blog-comment .shop-products-rating i {
  color: #D99F22;
  font-size: 18px;
}

.blog-comment .media-heading:hover span {
  color: #82BA01;
}

.blog-comment .rating {
  margin-top: 2px;
}

.blog-comment p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  color: #6F6661;
}

.media-reply-block {
  margin-top: 28px;
}

.media-reply {
  padding-bottom: 140px;
  text-align: right;
}

.media-reply a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6F6661;
  text-transform: uppercase;
}

.media-reply a:hover {
  color: #82BA01;
}

.media-reply i {
  padding-right: 14px;
}

.comments-heading {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.comments-heading:after {
  position: absolute;
  width: 35px;
  height: 2.5px;
  bottom: -20px;
  left: 0;
  content: " ";
  background-color: #82BA01;
}

.blog-comment-send p {
  line-height: 1.86;
  color: #6F6661;
}

.comment-form {
  margin-top: 32px;
}

.comment-form .form-control,
.comment-form textarea {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-radius: 0%;
  padding-left: 0;
}

.comment-form textarea.form-control {
  height: 140px;
}

.comment-form ::-webkit-input-placeholder {
  line-height: 2;
  letter-spacing: 0.7px;
}

.comment-form ::-moz-placeholder {
  line-height: 2;
  letter-spacing: 0.7px;
}

.comment-form ::-ms-input-placeholder {
  line-height: 2;
  letter-spacing: 0.7px;
}

.comment-form ::-o-input-placeholder {
  line-height: 2;
  letter-spacing: 0.7px;
}

.comment-form .btn-default {
  margin-top: 50px;
  border-radius: 2px;
  background-color: #6F6661;
  padding: 12px 15px 8px;
  font-weight: 500;
}

.comment-form .btn-default:hover {
  background-color: #82BA01;
  color: #FFF;
}

@media(max-width:767px) {

  .media-body,
  .media-left,
  .media-right {
    display: initial;
  }
}

@media(max-width:992px) {
  .outline-50 .container {
    transform: translateY(0);
  }

  .blog-user-detail {
    display: table;
  }

  .blog-user-info-heading {
    margin-bottom: 10px;
  }

  .blog-user-info-sub-heading {
    line-height: 1;
  }

  .blog-user-profile {
    padding-right: 20px;
  }

  .special-block {
    margin-left: 0;
    padding-right: 20px;
  }
}

.blog-single-with-video {
  padding-bottom: 150px;
}

.blog-single-with-video .container {
  margin-top: 50px;
}

.blog-single-post-audio {
  position: relative;
  top: -90px;
}

/*===== Audio Player Bar =====*/
.blog-single-post-audio #audioplayer {
  position: relative;
  left: 0;
}

.blog-single-post-audio #pButton {
  position: absolute;
  top: -22px;
  left: -60px;
  height: 36px;
  width: 36px;
  background-color: transparent;
  color: #000;
  outline: none;
  border-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;
}

.blog-single-post-audio #pButton:hover {
  color: #FFF;
}

.blog-single-post-audio #timeline {
  width: 1170px;
  height: 10px;
  background: #FFF;
}

.blog-single-post-audio .play:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 34px;
}

.blog-single-post-audio .pause:after {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 34px;
}

@media(max-width: 767px) {
  .blog-single-post-audio #audioplayer {
    position: absolute;
    top: 25%;
    left: 17%;
  }

  .blog-single-post-audio #timeline {
    width: 270px;
    height: 10px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .blog-single-post-audio #audioplayer {
    position: absolute;
    top: 25%;
    left: 8%;
  }

  .blog-single-post-audio #timeline {
    width: 600px;
    height: 10px;
  }
}

/* =================================== */
/*===== Gallery Grid Page =====*/
/* =================================== */
.gallery-grid-main-block {
  padding: 100px 0;
}

.gallery-masonry-block,
.gallery-grid-block {
  position: relative;
}

.gallery-masonry-block img,
.gallery-grid-block img {
  width: 100%;
}

.gallery-grid-block {
  display: none;
}

.gallery-masonry-block .overlay-bg,
.gallery-grid-block .overlay-bg {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background-color: rgba(115, 157, 82, 0.3);
}

.gallery-masonry-block a,
.gallery-grid-block a {
  position: absolute;
  top: 50%;
  color: #FFF;
  font-size: 52px;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.gallery-masonry-block a:focus,
.gallery-grid-block a:focus {
  outline: none;
}

.gallery-masonry-block a:hover,
.gallery-grid-block a:hover {
  transform: translateY(-50%) rotate(90deg);
}

.gallery-masonry-block:hover .overlay-bg,
.gallery-grid-block:hover .overlay-bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-grid-block {
  margin-bottom: 20px;
}

.gallery-grid-main-block .load-more-btn-block {
  margin-top: 74px;
}

/* =================================== */
/*===== Gallery Masonry =====*/
/* =================================== */
.masonry-main-block {
  padding: 100px 0;
}

.gallery-masonry-img {
  overflow: hidden;
  position: relative;
}

.gallery-masonry-2 .grid .grid-item {
  width: 25%;
}

.gallery-masonry-2 .grid .grid-item img {
  width: 100%;
  height: 100%;
}

.masonry-main-block .load-more-btn-block {
  margin-top: 82px;
}

@media(max-width:767px) {
  .gallery-masonry-2 .grid .grid-item {
    width: 100%;
  }
}

/* =================================== */
/*===== Contact Us Page =====*/
/* =================================== */
.contact-us-page .contact-us-banner{
  background-image: url('../images/contact_us_slider.png'); background-repeat: no-repeat; background-size: cover; background-position: center;
}

@media(max-width:767px) {
  .contact-us-page .contact-us-banner{
    max-height: 300px;
    background-position: 0% 50%;
  }
}

.career-page .contact-us-banner{
  background-image: url('../images/career_slider.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;
}

@media(max-width:767px) {
  .career-page .contact-us-banner{
    max-height: 300px;
  }
}

.contact-us-banner{

width: 100%;
height: 600px;
margin-bottom: 100px;
}

.contact-us-page {
  padding-bottom: 100px;
}

.contact-us-main-block {
  margin: -200px 0 200px;
}

.contact-us-block {
  padding: 45px 91px 108px 91px;
  border-radius: 2px;
  box-shadow: 0px 25px 70px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-us-block-three {
  padding: 48px 60px;
}

.contact-us-block .fa-map-marker {
  color: #82BA01;
  margin-bottom: 5px;
  font-size: 70px;
}

.contact-us-heading {
  color: #3A3A3A;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-dtl {
  color: #6F6661;
  font-size: 16px;
  line-height: 2.25;
}

ul.contact-list li a {
  color: #6F6661;
  line-height: 2.57;
}

ul.contact-list li.tel a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.contact-us-block ul.social-btns {
  margin-top: 37px;
}

.contact-us-block ul.social-btns li {
  margin-right: 30px;
}

.contact-us-block ul.social-btns li:last-child {
  margin-right: 0;
}

.contact-message-heading {
  margin-bottom: 22px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 1.67;
}

.contact-us-form label {
  width: 100%;
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 3;
}

.contact-us-form textarea,
.contact-us-form input {
  /* width: 100%; */
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #EBE7DE;
  border-radius: 0;
}

.contact-us-form textarea {
  height: 150px;
}

.contact-us-form textarea:focus,
.contact-us-form input:focus {
  border-color: #82BA01;
  box-shadow: none;
}

.btn-lt-green {
  padding: 14px 63px;
  color: #FFF;
  background-color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
}

.btn-lt-green:hover {
  border: 1px solid #82BA01;
  background-color: #FFF;
  color: #82BA01;
}

.contact-us-form .message-btn {
  margin-top: 35px;
}

.indianMap img{
  width: 100%;
}

.appointment-block {
  padding: 50px;
  border: 1px solid #EBE7DE;
}

.appointment-heading {
  margin-bottom: 20px;
  color: #3A3A3A;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.appointment-block p {
  margin-bottom: 35px;
  color: #6F6661;
  font-weight: 400;
  line-height: 2.14;
}

.appointment-block .arw-btn {
  color: #82BA01;
  font-weight: 600;
}

.appointment-block .arw-btn:before {
  right: -25px;
}

.contact-us-map .map-banner,
.contact-us-page .map-banner {
  width: 100%;
  height: 500px;
}

@media(max-width:992px) {
  .contact-us-main-block {
    margin-bottom: 170px;
  }

  .contact-us-form {
    margin-bottom: 70px;
  }

  .contact-us-block {
    margin-bottom: 30px;
  }
}

/* =================================== */
/*===== Career Page =====*/
/* =================================== */

.career-page .career-message-block{
  margin: 0px auto; float: none;
}
.career-page .career-message-block .btn-default{
  width: auto;
  margin-right: 15px;
}

.career-page .contactBtns{
  display: flex;
  justify-content: start;
}

.career-page .contactBtns .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.career-page .contactBtns .upload-btn-wrapper .btn {
  color: #ffffff;
  background-color: #82BA01;
  padding: 10px 20px;
  font-weight: 800!important;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: pointer;
}

.career-page .contactBtns .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.career-page .contactBtns .upload-btn-wrapper .btn:hover {
  background-color: transparent;
  border: 1px solid #82BA01;
  color: #82BA01;
}

/* =================================== */
/*===== About Us Page =====*/
/* =================================== */
/*=========== Welcome ===========*/
.welcome-main-block {
  padding: 190px 0;
}

.welcome-heading-block {
  padding-bottom: 70px;
}

.welcome-heading,
.welcome-sub-heading {
  color: #6F6661;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 1.5;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.welcome-sub-heading {
  position: relative;
  margin-left: 200px;
}

.welcome-sub-heading:after {
  position: absolute;
  top: -20px;
  left: 392px;
  width: 50px;
  height: 48px;
  content: " ";
  background-image: url('../images/bg/trust-leaf.png');
}

.welcome-text {
  max-width: 760px;
  padding-bottom: 80px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 2;
}

.welcome-text span {
  font-weight: 700;
}

.welcome-features-heading {
  font-weight: 600;
  line-height: 1;
  line-height: 0.7;
  color: #6F6661;
}

.welcome-features-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);
}

.fresh-flavour-img {
  margin-bottom: 20px;
}

.fresh-flavour-img-one {
  margin-top: 100px;
}

.fresh-flavour-img-two {
  position: relative;
}

.fresh-flavour-img-two img {
  position: absolute;
  right: 0;
}

@media(max-width:992px) {
  .welcome-main-block {
    padding-bottom: 100px;
  }

  .welcome-features-block {
    margin-bottom: 50px;
  }

  .welcome-features-heading {
    text-align: center;
  }

  .welcome-sub-heading {
    margin-left: 90px;
  }

  .welcome-sub-heading:after {
    display: none;
  }
}

.about-us-page{
  margin-top: 100px;
  margin-bottom: 100px;
}

.fresh-flavour-title {
  margin-bottom: 26px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 600;
}

.fresh-flavour-block p {
  margin-bottom: 13px;
  color: #6F6661;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.7px;
}

.signature-block {
  margin-top: 59px;
}

.signature-block .signature {
  margin-bottom: 5px;
}

.signature .sign {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  color: #82BA01;
}

.signature-block .director-name {
  text-transform: uppercase;
  font-family: 600;
  margin-bottom: 5px;
}

.signature-block .director {
  color: #6F6661;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.4px;
  font-family: 'Lota', sans-serif;
}

.delivery-time-block {
  padding: 70px 0;
  margin: 200px 0;
}

.delivery-time-heading {
  margin-bottom: 25px;
  color: #82BA01;
  font-size: 25px;
  letter-spacing: 1.2px;
}

.delivery-time-sub-heading {
  margin-bottom: 41px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.delivery-time-sub-heading span {
  color: #82BA01;
  font-weight: 700;
}

.delivery-time-img {
  margin: 50px 0 37px;
}

.delivery-time-img img {
  margin: 0 auto;
}

.delivery-time-block p {
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #6F6661;
}

.our-features-main-block {
  padding-bottom: 53px;
  background-color: #EBE7DE;
}

.our-features {
  margin-bottom: 35px;
}

.features-heading {
  margin-bottom: 10px;
  font-weight: 700;
}

.our-features p {
  line-height: 1.71;
  font-weight: 400;
}

.farmers-main-block {
  padding: 50px 0 50px;
}

.farmers-main-block .section {
  padding-bottom: 90px;
}

.farmers-img {
  margin-bottom: 40px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(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;
}

.farmers-img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.farmers-img img {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.farmers-dtl {
  padding-bottom: 23px;
  margin-top: 35px;
}

.farmers-name {
  color: #82BA01;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  line-height: 0.5;
  text-shadow: 0.1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.farmers-dtl .farmers-post {
  padding-right: 50px;
  padding-bottom: 10px;
  color: #6F6661;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 3;
  text-align: right;
}

.farmers-dtl p {
  text-align: center;
  line-height: 1.71;
  font-weight: 600;
}

.farmers-social ul li {
  display: inline-block;
  padding: 0 15px;
}

.farmers-social i {
  color: #000;
  font-size: 15px;
  -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;
}

.farmers-social i:hover {
  color: #82BA01;
}

@media(max-width:992px) {
  .farmers-main-block {
    padding: 100px 0 80px;
  }

  .about-us-page .welcome-main-block {
    padding-bottom: 100px;
  }

  .farmers-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-heading:after {
    width: 100%;
  }
}

/* ============================ */
/*===== 404 Page =====*/
/* ============================ */
.error-404-page {
  position: relative;
  padding: 186px 0 276px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.error-404-page:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 95%;
  border-top: 2px solid #82BA01;
  border-bottom: 2px solid #82BA01;
  z-index: -1;
}

.error-404-page:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border-left: 2px solid #82BA01;
  border-right: 2px solid #82BA01;
  z-index: -1;
}

.error-404-img {
  margin-bottom: 70px;
}

.error-404-img img {
  margin: 0 auto;
}

.error-404-block {
  margin-bottom: 76px;
}

.error-404-heading {
  margin-bottom: 13px;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  line-height: 0.83;
}

.error-404-sub-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  line-height: 1.25;
  color: #3A3A3A;
}

.error-notify-block p {
  padding-bottom: 10px;
  color: #6F6661;
}

.error-notify-block .form-group {
  display: inline-block;
  width: 642px;
}

.error-notify-block .form-control:focus {
  box-shadow: none;
}

.error-notify-block input {
  width: 480px;
  height: 40px;
  border-radius: 2px;
  background-color: #EBE7DE;
  float: left;
}

.error-notify-block .btn-default {
  padding: 9px 40px;
}

@media(max-width:767px) {
  .error-notify-block .form-group {
    width: 300px;
  }

  .error-notify-block input {
    width: 300px;
    float: none;
    margin-bottom: 20px;
  }
}

/* ==================================== */
/*===== Coming Soon Page =====*/
/* ==================================== */
.comming-soon-page {
  position: relative;
  padding: 186px 0 215px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.comming-soon-page:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 95%;
  border-top: 2px solid #82BA01;
  border-bottom: 2px solid #82BA01;
  z-index: -1;
}

.comming-soon-page:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border-left: 2px solid #82BA01;
  border-right: 2px solid #82BA01;
  z-index: -1;
}

.comming-soon-icon img {
  margin: 0 auto;
}

.comming-soon-page .counter-col-days {
  margin-top: 72px;
  display: inline-block;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  line-height: 0.83;
}

.comming-soon-page .count-days,
.comming-soon-page .count-hours,
.comming-soon-page .count-minutes {
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
}

.count-seconds {
  position: relative;
  padding-left: 37px;
}

.comming-soon-page .count-days:before,
.comming-soon-page .count-hours:before,
.comming-soon-page .count-minutes:before,
.comming-soon-page .count-seconds:before {
  font-family: 'Great Vibes', cursive;
  line-height: 1.25;
  padding-top: 25px;
}

.comming-soon-page .count-days:before {
  content: "days";
  position: absolute;
  top: 60px;
  font-size: 48px;
  color: #3A3A3A;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0;
}

.comming-soon-page .count-hours:before {
  content: "hours";
  position: absolute;
  top: 60px;
  font-size: 48px;
  color: #3A3A3A;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0;
}

.comming-soon-page .count-minutes:before {
  content: "mins";
  position: absolute;
  top: 60px;
  font-size: 48px;
  color: #3A3A3A;
  text-align: center;
  margin: 15px auto 0;
  left: 0;
  right: 0;
}

.comming-soon-page .count-seconds:before {
  content: "secs";
  position: absolute;
  top: 60px;
  font-size: 48px;
  color: #3A3A3A;
  text-align: center;
  margin: 15px auto 0;
  left: 30%;
  right: 0;
}

.comming-soon-page .counter-col {
  display: inline-block;
  color: #82BA01;
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  line-height: 0.83;
}

.comming-soon-page .error-notify-block {
  margin-top: 148px;
}

@media (max-width: 767px) {

  .comming-soon-page .count-days,
  .comming-soon-page .count-hours,
  .comming-soon-page .count-minutes,
  .comming-soon-page .count-seconds,
  .comming-soon-page .count-days:before,
  .comming-soon-page .count-hours:before,
  .comming-soon-page .count-minutes:before,
  .comming-soon-page .count-seconds:before,
  .comming-soon-page .counter-col,
  .comming-soon-page .counter-col-days {
    font-size: 30px;
  }
}

@media (max-width: 992px) {

  .comming-soon-page .count-days,
  .comming-soon-page .count-hours,
  .comming-soon-page .count-minutes {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ============================== */
/*===== Deal Page =====*/
/* ============================== */
/*===== Welcome Organic =====*/
.welcome-main-block {
  padding: 175px 0 200px;
}

.welcome-main-block .section {
  padding-top: 0;
  padding-bottom: 60px;
}

.welcome-block-desc {
  max-width: 750px;
  padding-bottom: 130px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
}

.welcome-block-icon {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 65px;
}

.welcome-block-icon img {
  display: block;
  margin: 0 auto;
  -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;
}

.welcome-block-icon:hover.welcome-block-icon img {
  transform: rotate(45deg) scale(1.05);
}

.welcome-block-icon i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
}

.welcome-pdt-name {
  position: relative;
  margin-bottom: 26px;
  color: #282828;
  line-height: 1.33;
}

.welcome-pdt-name:after {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background-color: #6F6661;
  content: " ";
}

.welcome-block-text div,
.welcome-block-text a {
  color: #6F6661;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.33;
}

.welcome-block-text a:hover {
  color: #82BA01;
}

@media (max-width: 767px) {
  .home-revo-slider .tparrows {
    display: none !important;
  }
}

@media(max-width:992px) {
  .welcome-main-block {
    padding-bottom: 100px;
  }

  .welcome-block {
    margin-bottom: 50px;
  }
}

.store-offer img {
  margin: 0 auto;
}

/*===== Free Shipping =====*/
.shipping-main-block {
  padding-bottom: 200px;
}

.shipping-block {
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.shipping-dtl {
  padding: 55px 0 35px;
  border: solid 5px #FFF;
}

.shipping-heading {
  padding-bottom: 15px;
  color: #FFF;
  text-transform: uppercase;
}

.shipping-dtl p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.33;
}

/*===== Deal =====*/
.deal-main-block {
  position: relative;
  padding: 100px 0;
  background-color: #EBE7DE;
}

.deal-sub-heading {
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
}

.deal-slider-box {
  position: absolute;
  top: -170px;
}

.deal-heading {
  padding-bottom: 35px;
  color: #82BA01;
  font-family: 'Lora', serif;
  text-transform: uppercase;
}

.deal-dtl p {
  padding-bottom: 25px;
  color: #000;
  line-height: 1.71;
}

.deal-price {
  color: #6F6661;
  font-size: 48px;
  font-family: 'Lora', serif;
  line-height: 0.5;
}

.deal-main-block .counter-col-days {
  display: none;
}

.deal-main-block .count-hours,
.deal-main-block .count-minutes,
.deal-main-block .count-seconds {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  font-family: 'Lora';
  padding-top: 3px;
}

.deal-main-block .count-hours:after,
.deal-main-block .count-minutes:after,
.deal-main-block .count-seconds:after {
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 3px;
  background-color: #82BA01;
}

.deal-main-block .count-hours {
  padding-left: 0;
}

.deal-main-block .counter-col {
  margin-top: 63px;
  display: inline-block;
  color: #3A3A3A;
  font-size: 48px;
  line-height: 0.83;
}

@media(max-width:992px) {
  .deal-img {
    top: 50%;
  }

  .deal-heading {
    font-size: 45px;
  }
}

/* ================================= */
/*===== Offer =====*/
/* ================================= */
.offers-block {
  padding-bottom: 200px;
}

.offer-img-bg img {
  width: 100%;
}

.offer-img-block,
.offer-img-block-two {
  position: relative;
}

.offer-img-block:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-img-block:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.offer-img-block-two:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-img-block-two:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.offer-img,
.offer-img-two {
  position: absolute;
}

.offer-img {
  bottom: 50px;
  left: 50px;
}

.offer-img-two {
  left: 57%;
  bottom: 10px;
}

.offer-img-block-two .overlay-bg {
  height: 80%;
}

.offer-img-block-two:first-child {
  margin-bottom: 30px;
}

.offer-img-block-two .offer-heading {
  padding-bottom: 6px;
}

.offer-img-block-two .offer-img-text {
  top: 52px;
  left: 60px;
  width: 250px;
}

.offer-img-text {
  position: absolute;
  top: 60px;
  right: 60px;
}

.offer-heading {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 7.2px;
  text-align: left;
}

.offer-sub-heading {
  padding: 4px 0;
  background-color: #000;
  color: #FFF;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 4.8px;
}

@media(max-width:767px) {
  .offer-img-block {
    margin-bottom: 30px;
  }

  .offer-img-block .offer-img img {
    width: 50%;
  }

  .offer-heading {
    font-size: 20px;
  }

  .offer-sub-heading {
    font-size: 10px;
  }

  .offer-img-block-two .offer-img-text {
    left: 20px;
    width: 150px;
  }
}

/* ================================= */
/*===== Preloader =====*/
/* ================================= */
.preloader {
  background: #82BA01;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.status {
  background-image: url(../images/logo.png);
}

.status,
.status-message {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.status-message {
  padding-top: 30%;
}

/* Custom Css */

header.transparentHeader {
  width: 100%;
  padding: 10px 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 555;
  background-color: rgba(255, 255, 255, 0.5);
}

header.transparentHeader>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.transparentHeader .brandLogo img {
  height: 60px;
}

@media (max-width: 767px) {
  header.transparentHeader .brandLogo img {
  height: 32px;
}
header.transparentHeader{
  padding: 10px 15px;
}
}


header #nav-icon1 {
  width: 34px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #003d7f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header #nav-icon1 span:nth-child(1) {
  top: 0px;
}

header #nav-icon1 span:nth-child(2) {
  top: 12px;
}

header #nav-icon1 span:nth-child(3) {
  top: 24px;
}

header #nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

header #nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header_menu_modal .slick-slide {
  display: block;
  float: none;
}

.header_menu_modal.slick-slider {
  float: none;
}

.headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 777;
  display: none;
}

.headerWrapper .menuWrapper {
  position: relative;
  height: 100%;
}

.headerWrapper .menuWrapper .innerWrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  right: 50px;
  top: 7%;
  width: 18%;
  background-color: #1b0c2b;
  /* background: url("../images/headerTexture.png") repeat-x; */
  /* background-size: cover; */
  z-index: 777;
}

.headerWrapper .menuWrapper .innerWrapper .cstMenuImg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: none;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg1 {
  background: url(../images/backgroundImages/main-menu-bg--purple.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg2 {
  background: url(../images/backgroundImages/main-menu-bg--blue.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg3 {
  background: url(../images/backgroundImages/main-menu-bg--green.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg4 {
  background: url(../images/backgroundImages/main-menu-bg--pink.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg5 {
  background: url(../images/backgroundImages/main-menu-bg--red.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg6 {
  background: url(../images/backgroundImages/main-menu-bg--yellow.png) no-repeat;
  background-size: cover;
}
.headerWrapper .menuWrapper .innerWrapper .cstMenuImg7 {
  background: url(../images/backgroundImages/main-menu-bg--blue.png) no-repeat;
  background-size: cover;
}

.d-block{
  display: block!important;
}

.headerWrapper .menuWrapper .innerWrapper .headMenu {
  position: relative;
}

/* .headerWrapper .menuWrapper .innerWrapper .headMenu .main__headMenu {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
} */

.headerWrapper .menuWrapper .innerWrapper .headMenu .main__headMenu a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.headerWrapper .menuWrapper .innerWrapper .headMenu .main__headMenu a {
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  display: block;
  transition: 0.5s;
}

.headerWrapper .menuWrapper .innerWrapper .headMenu .main__headMenu a:hover {
  text-decoration: none;
}

.socialOnPopup{
  margin-top: 40px;
  position: relative;
  margin-left: 50px;
}
.socialOnPopup a{
  margin-right: 15px;
}
/* .socialOnPopup a svg path{
  fill: #000000;
} */

.headerWrapper .menuWrapper .innerWrapper .headMenu .headSubMenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
}

.headerWrapper .headerOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 666;
}

/* Slider */
.slickCustomAnimation {
  /* img {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
      } */ 
    max-height: 650px;
  overflow: hidden;}
  .slickCustomAnimation .slick-slider {
    overflow: hidden; }
  .slickCustomAnimation .slick-slider div.slick-active .hero-image {
    -webkit-animation: myMove 8s 1 ease-in-out;
    -moz-animation: myMove 8s 1 ease-in-out;
    -o-animation: myMove 8s 1 ease-in-out;
    -ms-animation: myMove 8s 1 ease-in-out;
    animation: myMove 4s 1 ease-in-out; }

@keyframes myMove {
  from {
    transform: scale(1.2, 1.2);
    transform-origin: 50% 0%; }
  to {
    transform: scale(1, 1);
    transform-origin: 50% 50%; } }

@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 0%; } }

@-o-keyframes myMove {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%; }
  to {
    -o-transform: scale(1.1, 1.1);
    -o-transform-origin: 50% 0%; } }

@-moz-keyframes myMove {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%; }
  to {
    -moz-transform: scale(1.1, 1.1);
    -moz-transform-origin: 50% 0%; } }

/* @-ms-keyframes myMove {
  .slickCustomAnimation from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%; }
  .slickCustomAnimation to {
    -ms-transform: scale(1.1, 1.1);
    -ms-transform-origin: 50% 0%; } } */
/* Slider */

/* Custom Css End */

/* Media Query */

@media (max-width: 767px) {
  header #nav-icon1{
    width: 30px;
    height: 25px;
  }
  header #nav-icon1 span{
    height: 4px;
  }
  header #nav-icon1 span:nth-child(2){
    top: 10px;
  }
  header #nav-icon1 span:nth-child(3){
    top: 20px;
  }
  .headerWrapper .menuWrapper .innerWrapper{
    width: 75%;
  }
  .slickCustomAnimation{
    max-height: 360px;
  }
}

/* Check Box styling */

.whoUR{
  display: flex;
  justify-content: space-between;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 2px solid #82BA01;
  border-radius: 4px;
  /* background: white; */
}
.styled-checkbox:hover + label:before {
  background: #82BA01;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #82BA01;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 20px 0;
}

.centered {
  width: 300px;
  margin: auto;
}

.title {
  text-align: center;
  color: #4571ec;
}

/* Style the Image Used to Trigger the Modal */
#myImg, #myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover, #myImg1:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1100px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption, #caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption, .modal-content, #caption1 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close, .close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus, .close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}