* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

a,
a:hover {
  text-decoration: none; }

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333; }

a:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: 'Circular';
  line-height: 1.7;
  margin: 0;
  padding: 0; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background: none; }

#team-stories .container hr {
  margin-top: 3rem; }
#team-stories .container .sectional-header {
  margin-top: 50px; }

.show_alert.alert {
  padding-left: 10vw;
  padding-right: 10vw; }

.body_height {
  min-height: 1000px; }

.body_height_farms {
  min-height: 700px; }

.index_owl {
  min-height: 455px; }



button:focus,
select:focus,
input:focus {
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -webkit-border-color: #acbb16;
  -moz-border-color: #acbb16;
  -o-border-color: #acbb16;
  -ms-border-color: #acbb16;
  border-color: #acbb16;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid !important;
  -moz-border-style: solid !important;
  -o-border-style: solid !important;
  -ms-border-style: solid !important;
  border-style: solid !important;
  -webkit-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.08) !important;
  -o-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.08) !important;
  -ms-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.08) !important;
  -moz-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.08) !important;
  box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.08) !important; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.top-nav {
  background: #DB353A;
  font-weight: 400;
  font-size: .8em;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  color: #ffffff;
  z-index: 999; }
  .top-nav a:hover {
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    color: #acbb16; }

.hidden {
  display: none !important; }

nav label.menu-icon {
  cursor: pointer;
  display: inline-block;
  padding-right: 2rem;
  margin-bottom: 0;
  position: relative;
  user-select: none; }

nav.nav-fixed {
  padding: 8px;
  position: sticky;
  position: -webkit-sticky;
  top: 2.8em;
  z-index: 999;
  background: #fff; }

.hide-loader {
  display: none; }

.header {
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  width: 100%;
  z-index: 1000; }

  .header img{
    clear: both;
    width: 7%;
  
    }

.header .menu {
  clear: both;
  max-height: 0;
  flex-grow: 1;
  transition: max-height .2s ease-out; }
.header .cart-pad {
  padding: .1rem 1.2rem .1rem 0; }
.header .cart_item {
  display: flex; }

.header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  margin-right: 100px;  }
  .header .menu ul li a {
    font-size: .99em;
    padding: .1rem .2rem;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .header .menu ul li a:hover {
      color: #db353a;
      -moz-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .header .menu ul li a .dropdown-menu .dropdown-item .active {
      background-color: transparent; }
  .header .menu ul li .nav-link.active {
    background-color: transparent;
    position: relative; }
    .header .menu ul li .nav-link.active:after {
      position: absolute;
      content: " ";
      bottom: -4.7%;
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 0.099em;
      -moz-border-width: 0.099em;
      -o-border-width: 0.099em;
      -ms-border-width: 0.099em;
      border-width: 0.099em;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      left: 10%;
      width: 80%; }
  .header .menu ul li a.login {
    margin-right: .4em;
    background: rgba(172, 187, 22, 0.06);
    color: #db353a;
    -webkit-border-color: #db353a;
    -moz-border-color: #db353a;
    -o-border-color: #db353a;
    -ms-border-color: #db353a;
    border-color: #db353a;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: .1rem .8rem;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .header .menu ul li a.login:hover {
      background: #db353a;
      color: #ffffff !important;
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .header .menu ul li .sign-up {
    margin-left: .4em;
    background: #db353a;
    color: #ffffff;
    -webkit-border-color: #db353a;
    -moz-border-color: #db353a;
    -o-border-color: #db353a;
    -ms-border-color: #db353a;
    border-color: #db353a;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: .1rem .8rem;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .header .menu ul li .sign-up:hover {
      background: rgba(172, 187, 22, 0.06);
      color: #db353a;
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .header .menu ul .dropdown .dropdown-menu .dropdown-item {
    padding-top: .4em;
    padding-bottom: .1em; }
  .header .menu ul .dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #293737;
    position: relative; }
    .header .menu ul .dropdown .dropdown-menu .dropdown-item.active:hover {
      background-color: #fafafa; }

.header .menu-icon .navicon {
  background: #db353a;
  display: block;
  height: 4px;
  position: relative;
  width: 28px;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #db353a;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.header .menu-icon .navicon:before {
  top: 8px; }
.header .menu-icon .navicon:after {
  top: -8px; }
.header .menu-btn {
  display: none; }
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    -moz-transition: all 0.25s, transform 0.3s;
    -webkit-transition: all 0.25s, transform 0.3s;
    -ms-transition: all 0.25s, transform 0.3s;
    -o-transition: all 0.25s, transform 0.3s;
    transition: all 0.25s, transform 0.3s;
    max-height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-0.9em); }

  .last-dropdown-menu {
    left: -120% !important; }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    max-height: 200px;
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
    -moz-transition: all 0.25s, transform 0.25s;
    -webkit-transition: all 0.25s, transform 0.25s;
    -ms-transition: all 0.25s, transform 0.25s;
    -o-transition: all 0.25s, transform 0.25s;
    transition: all 0.25s, transform 0.25s; }

  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none; }

  .header {
    justify-content: normal; }
    .header ul .pad-nav-item {
      padding-top: 10px;
      padding-bottom: 10px; }
    .header ul .pad-nav-item1 {
      padding-top: 14px; }
    .header ul li {
      float: left;
      padding: .1rem 1.7rem .1rem 0; }
      .header ul li .dropdown {
        padding-top: 13px;
        padding-bottom: 13px; }
    .header ul .pad_login {
      padding-right: 1rem; }
    .header .menu {
      clear: none;
      max-height: none; }
    .header .menu-icon {
      display: none; }

  .profileDropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.015);
    -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.015);
    -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.015);
    -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.015);
    box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.015);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
    .profileDropdown .dropdown-menu .profile-img {
      padding: .5em;
      background: #acbb16; }
      .profileDropdown .dropdown-menu .profile-img span, .profileDropdown .dropdown-menu .profile-img .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .profileDropdown .dropdown-menu .profile-img .p_span {
        color: #ffffff;
        padding-left: .2em; }
      .profileDropdown .dropdown-menu .profile-img img {
        background: #aaaaaa;
        height: 35px;
        width: 35px;
        object-fit: cover;
        border-radius: 50%; }
    .profileDropdown .dropdown-menu .log-out {
      background: #fefefe;
      color: #666666; } }
@media (max-width: 991px) {
  .header .menu-btn:checked ~ .menu {
    max-height: 100% !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.87);
    top: 0 !important; }
  .header #navlist {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: -60%;
    right: 0;
    overflow-y: scroll;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 5.8em !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .menu ul .profileDropdown {
    position: relative; }
    .menu ul .profileDropdown a {
      text-align: left; }
  .menu ul li a {
    color: white;
    font-size: 1.05em; }
  .menu ul li .nav-link {
    padding-left: 9vw !important;
    padding-top: 20px !important;
    padding-top: 15px !important; }
  .menu ul .profileDropdown .dropdown-menu {
    background: transparent !important;
    position: relative;
    width: 100% !important; }
    .menu ul .profileDropdown .dropdown-menu a:hover {
      background: none !important; }
    .menu ul .profileDropdown .dropdown-menu a {
      font-size: .92em !important;
      position: relative;
      left: 10%;
      padding: .2rem 1.5rem;
      color: #dbd0d0; } }
/*end of navbar*/
/*jumbotron*/
div .nav-bg {
  background: url("/storage/images/bg/nav-bg.png") no-repeat;
  background-size: cover;
  padding-top: 6.5em;
  padding-bottom: 6.5em;
  background-position: left 0px top 0px;
  overflow: hidden;
  position: relative; }
  div .nav-bg .bold {
    font-weight: 800;
    font-size: 2.4em;
    margin-bottom: 0;
    line-height: 1.2; }
  div .nav-bg .normal {
    font-size: 1.1em;
    padding-bottom: 1em;
    padding-top: 0.8em; }
  div .nav-bg .play a {
    background: #ffffff;
    padding: 12px 25px 12px 15px;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
    div .nav-bg .play a:hover {
      color: #333333;
      -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      -ms-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s; }
  div .nav-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #f5ffea, #f5ffea); }

@media (min-width: 991px) and (max-width: 1067px) {
  .header ul li {
    float: left;
    padding: .1rem 1rem .1rem 0; }
    .header ul li .dropdown {
      padding-top: 13px;
      padding-bottom: 13px; }
    .header ul li .nav-links {
      padding: 0 !important; }
    .header ul li a.sign-up {
      margin-left: 0 !important; } }
/*end of jumbotron*/
/*how it works*/
div .how-it-works {
  background: #fafafa; }
  div .how-it-works .row .farm-card {
    padding: 30px 5px; }
    div .how-it-works .row .farm-card .main {
      height: 100%;
      background: #ffffff;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      -webkit-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.06), 3px 3px 14px 1px rgba(0, 0, 0, 0.062), 2px 4px 18px 3px rgba(0, 0, 0, 0.036);
      -o-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.06), 3px 3px 14px 1px rgba(0, 0, 0, 0.062), 2px 4px 18px 3px rgba(0, 0, 0, 0.036);
      -ms-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.06), 3px 3px 14px 1px rgba(0, 0, 0, 0.062), 2px 4px 18px 3px rgba(0, 0, 0, 0.036);
      -moz-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.06), 3px 3px 14px 1px rgba(0, 0, 0, 0.062), 2px 4px 18px 3px rgba(0, 0, 0, 0.036);
      box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.06), 3px 3px 14px 1px rgba(0, 0, 0, 0.062), 2px 4px 18px 3px rgba(0, 0, 0, 0.036); }
      div .how-it-works .row .farm-card .main .center {
        line-height: 1.4; }
  div .how-it-works .row .owl-stage .carousel-item-bg1 {
    box-shadow: none;
    border-color: transparent; }
  div .how-it-works .owl-carousel .owl-item img {
    width: auto !important;
    border-radius: 0 !important;
    display: inline;
    margin: 0; }

.translate {
  -moz-transition: all 0.53s;
  -webkit-transition: all 0.53s;
  -ms-transition: all 0.53s;
  -o-transition: all 0.53s;
  transition: all 0.53s; }
  .translate:hover {
    -moz-transition: all 0.53s;
    -webkit-transition: all 0.53s;
    -ms-transition: all 0.53s;
    -o-transition: all 0.53s;
    transition: all 0.53s;
    transform: translateY(5px);
    -webkit-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.09), 3px 3px 14px 1px rgba(0, 0, 0, 0.065), 2px 4px 18px 3px rgba(0, 0, 0, 0.039);
    -o-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.09), 3px 3px 14px 1px rgba(0, 0, 0, 0.065), 2px 4px 18px 3px rgba(0, 0, 0, 0.039);
    -ms-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.09), 3px 3px 14px 1px rgba(0, 0, 0, 0.065), 2px 4px 18px 3px rgba(0, 0, 0, 0.039);
    -moz-box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.09), 3px 3px 14px 1px rgba(0, 0, 0, 0.065), 2px 4px 18px 3px rgba(0, 0, 0, 0.039);
    box-shadow: -3px -3px 6px -3px rgba(0, 0, 0, 0.09), 3px 3px 14px 1px rgba(0, 0, 0, 0.065), 2px 4px 18px 3px rgba(0, 0, 0, 0.039); }

/*end of how it works*/
/*products*/
.sold-out-div img {
  filter: grayscale(80%); }

.product-card .img-div {
  position: relative; }
  .product-card .img-div span, .products div.row div.main-container div.row div div.row .product-card .img-div div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .img-div .p_span {
    color: #ffffff;
    position: absolute;
    bottom: -6.5%;
    right: 5%;
    padding: 3px 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: .8em; }
  .product-card .img-div .sold-out {
    background: #D90F45; }
  .product-card .img-div .opening-soon {
    background: #ED9405; }
  .product-card .img-div .now-selling {
    background: #2ABC5D; }

.farmshop .product-card h4 {
  padding-left: 10px; }
.farmshop .product-card .state-color {
  padding-left: 10px; }
.farmshop .product-card p {
  padding-left: 10px; }

.products {
  padding-top: 40px;
  padding-bottom: 55px; }
  .products div.row div.main-container div h4.product-head {
    font-weight: 400;
    padding-top: .3em;
    font-size: 1.8em; }
  .products div.row div.main-container div.row {
    padding-left: 10px;
    padding-right: 10px; }
    .products div.row div.main-container div.row div div.row .product-card {
      -moz-border-radius: 8px 8px 8px 8px;
      -webkit-border-radius: 8px 8px 8px 8px;
      -o-border-radius: 8px 8px 8px 8px;
      -ms-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px;
      -webkit-border-color: #dddddd;
      -moz-border-color: #dddddd;
      -o-border-color: #dddddd;
      -ms-border-color: #dddddd;
      border-color: #dddddd;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      background: #ffffff;
      padding: 0;
      padding-bottom: 20px; }
      .products div.row div.main-container div.row div div.row .product-card h4 {
        color: #707070;
        padding-left: 15px;
        padding-top: 20px;
        font-size: 1.15em;
        margin-bottom: 0;
        line-height: 1; }
      .products div.row div.main-container div.row div div.row .product-card .state-color {
        color: #aaaaaa;
        font-size: .88em;
        padding-left: 15px; }
      .products div.row div.main-container div.row div div.row .product-card p {
        padding-left: 15px;
        color: #acbb16;
        font-size: 1.2em;
        margin-bottom: 0; }
      .products div.row div.main-container div.row div div.row .product-card a img {
        -moz-border-radius: 8px 8px 0px 0px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        -ms-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px; }
      .products div.row div.main-container div.row div div.row .product-card div.row div span, .products div.row div.main-container div.row div div.row .product-card div.row div .p_span {
        font-size: 1em;
        color: #707070; }
      .products div.row div.main-container div.row div div.row .product-card div.row div .p_span {
        line-height: 1.5; }
  .products div.row div.main-container .product-card .img-div {
    position: relative; }
    .products div.row div.main-container .product-card .img-div span, .products div.row div.main-container div.row div div.row .product-card .img-div div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .img-div .p_span {
      color: #ffffff;
      position: absolute;
      bottom: -6.5%;
      right: 5%;
      padding: 3px 10px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      font-size: .8em; }
    .products div.row div.main-container .product-card .img-div .sold-out {
      background: #D90F45; }
    .products div.row div.main-container .product-card .img-div .opening-soon {
      background: #ED9405; }
    .products div.row div.main-container .product-card .img-div .now-selling {
      background: #2ABC5D; }
  .products div.row div.main-container div.see-more-link div {
    padding-top: 40px; }
    .products div.row div.main-container div.see-more-link div a {
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      background: rgba(172, 187, 22, 0.06);
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      padding: 9px 25px;
      color: #acbb16;
      font-size: 1em;
      font-weight: 500;
      -moz-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      .products div.row div.main-container div.see-more-link div a:hover {
        color: #828d11;
        -webkit-border-color: #828d11;
        -moz-border-color: #828d11;
        -o-border-color: #828d11;
        -ms-border-color: #828d11;
        border-color: #828d11;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        background: rgba(0, 0, 0, 0.06);
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }

.stat {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 50px; }

.stat-card {
  padding: 20px 5px;
  text-align: center;
  padding-left: 25px !important;
  padding-right: 25px !important; }
  .stat-card div.row div {
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-border-color: #eeeeee;
    -moz-border-color: #eeeeee;
    -o-border-color: #eeeeee;
    -ms-border-color: #eeeeee;
    border-color: #eeeeee;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    background: #ffffff; }
    .stat-card div.row div p {
      color: #acbb16;
      font-weight: 900;
      font-size: 1.45em;
      line-height: 1.1;
      margin-bottom: 0; }
    .stat-card div.row div span, .stat-card .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products .stat-card div.row div.main-container div.row div div.row .product-card div.row div .p_span {
      color: #888888;
      font-size: 0.95rem; }

.cycle-chart {
  padding-left: 1.5em; }

.cycle-chart-icon {
  padding-left: 2em; }

.cycle-chart-icon_1 {
  padding-left: 1.5em; }

/* end of products*/
/* happy sponsors*/
.sponsor {
  padding-top: 40px;
  padding-bottom: 55px; }
  .sponsor h4 {
    font-weight: 400;
    padding-top: .3em;
    padding-bottom: .8em;
    font-size: 1.8em; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .owl-theme .owl-dots .owl-dot.active .p_span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:hover .products div.row div.main-container div.row div div.row .product-card div.row div .p_span,
.products div.row div.main-container div.row div div.row .product-card div.row div .owl-theme .owl-dots .owl-dot:hover .p_span {
  background: #acbb16 !important; }

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .owl-theme .owl-dots .owl-dot .p_span {
  width: 13px !important;
  height: 13px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  -o-border-radius: 3px 3px 3px 3px !important;
  -ms-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important; }

button.owl-dot:focus {
  outline: none !important;
  border: none !important; }

.carousel-item-bg {
  -webkit-border-color: #fafafa;
  -moz-border-color: #fafafa;
  -o-border-color: #fafafa;
  -ms-border-color: #fafafa;
  border-color: #fafafa;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  -webkit-border-color: #eeeeee;
  -moz-border-color: #eeeeee;
  -o-border-color: #eeeeee;
  -ms-border-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.018), 3px 3px 14px 1px rgba(0, 0, 0, 0.018), 2px 4px 18px 3px rgba(0, 0, 0, 0.016);
  -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.018), 3px 3px 14px 1px rgba(0, 0, 0, 0.018), 2px 4px 18px 3px rgba(0, 0, 0, 0.016);
  -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.018), 3px 3px 14px 1px rgba(0, 0, 0, 0.018), 2px 4px 18px 3px rgba(0, 0, 0, 0.016);
  -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.018), 3px 3px 14px 1px rgba(0, 0, 0, 0.018), 2px 4px 18px 3px rgba(0, 0, 0, 0.016);
  box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.018), 3px 3px 14px 1px rgba(0, 0, 0, 0.018), 2px 4px 18px 3px rgba(0, 0, 0, 0.016); }
  .carousel-item-bg img {
    border-radius: 50%;
    width: 30% !important;
    margin: 20px auto; }
  .carousel-item-bg .carousel-body {
    font-weight: lighter;
    font-size: .9em;
    padding-left: 40px;
    padding-right: 40px; }
  .carousel-item-bg .sponsor-name span, .carousel-item-bg .sponsor-name .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .carousel-item-bg .sponsor-name .p_span {
    display: block;
    font-weight: lighter;
    font-size: .7999em; }

/* end of happy sponsors*/
/* video bg*/
.video-bg {
  background: #FAFBF0;
  padding-top: 70px;
  padding-bottom: 70px; }

.img-dummy {
  position: relative; }
  .img-dummy:before {
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .img-dummy .play-icon svg {
    position: absolute;
    top: 40%;
    left: 38%;
    height: 7vh;
    width: 7vw;
    z-index: 900; }
    .img-dummy .play-icon svg path:hover {
      fill: #aaaaaa;
      stroke: #aaaaaa; }

.happy-farmers h4 {
  font-weight: 400;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.8em; }
.happy-farmers p {
  font-weight: 100;
  margin-bottom: 0; }
  .happy-farmers p:last-of-type {
    margin-bottom: 40px; }

.video-link {
  padding: 10px 25px 10px 15px;
  background: #acbb16;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .video-link:hover {
    color: black;
    background: #97a413;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .video-link:hover svg path {
      -moz-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      fill: #cccccc;
      stroke: #cccccc; }
  .video-link svg {
    position: relative;
    top: 5px;
    height: 21px;
    width: 21px; }

.confidentiality {
  padding-top: 70px;
  padding-bottom: 70px; }
  .confidentiality h4 {
    font-weight: 400;
    padding-bottom: .3em;
    font-size: 1.8em; }
  .confidentiality p {
    font-weight: 100;
    padding-bottom: 10px; }
  .confidentiality a {
    font-size: 1.1em;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    color: #acbb16; }
    .confidentiality a svg {
      padding-top: 5px !important; }
    .confidentiality a:hover {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      color: #565e0b; }
      .confidentiality a:hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #565e0b; }
      .confidentiality a:hover svg line {
        fill: #565e0b;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #565e0b; }

.insurance {
  padding-top: 25px;
  padding-bottom: 5px; }
  .insurance svg {
    width: 200px !important;
    height: 150px !important; }

.companies a img {
  width: 151px;
  height: 50px;
  object-fit: contain;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  -ms-transition: all 0.65s;
  -o-transition: all 0.65s;
  transition: all 0.65s;
  cursor: pointer; }
  .companies a img:hover {
    -webkit-filter: grayscale(0.8);
    -ms-filter: grayscale(0.8);
    -moz-filter: grayscale(0.8);
    -o-filter: grayscale(0.8);
    filter: grayscale(0.8);
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    -ms-transition: all 0.65s;
    -o-transition: all 0.65s;
    transition: all 0.65s; }

/* end of video bg*/
/* login/signup*/
.form-signup h4 {
  font-weight: 400;
  padding-bottom: .8em;
  padding-top: 1.5em;
  padding-left: 0.5em;
  font-size: 1.8em; }

.terms {
  color: #888888;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  text-decoration: underline; }
  .terms:hover {
    color: #888888;
    text-decoration: none;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s; }

.login {
  border-radius: 5px;
  -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01); }
  .login span, .login .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .login .p_span {
    font-weight: 100;
    color: #888888;
    font-size: .99em;
    text-align: center !important;
    display: block; }
  .login .forgot-pass-description {
    padding-bottom: 20px; }
  .login form {
    padding: 1em; }
    .login form .alternative {
      font-weight: 400; }
      .login form .alternative a {
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        color: #acbb16; }
        .login form .alternative a:hover {
          color: #828d11; }
    .login form label {
      color: #888888; }
    .login form input:focus {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -webkit-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -o-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -ms-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -moz-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5); }
    .login form .forgot-pass {
      color: #888888;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s; }
      .login form .forgot-pass:hover {
        text-decoration: underline;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s; }
    .login form input[type=checkbox]:focus {
      border: none;
      box-shadow: none; }
    .login form .line {
      color: #888888;
      text-align: center;
      position: relative; }
      .login form .line:before {
        content: " ";
        position: absolute;
        -webkit-border-color: #e6e3e3;
        -moz-border-color: #e6e3e3;
        -o-border-color: #e6e3e3;
        -ms-border-color: #e6e3e3;
        border-color: #e6e3e3;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        width: 45.5%;
        top: 50%;
        left: 0; }
      .login form .line:after {
        content: " ";
        position: absolute;
        -webkit-border-color: #e6e3e3;
        -moz-border-color: #e6e3e3;
        -o-border-color: #e6e3e3;
        -ms-border-color: #e6e3e3;
        border-color: #e6e3e3;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        width: 45.5%;
        top: 50%;
        right: 0; }
    .login form button.login[type=submit] {
      width: 100%;
      color: #ffffff;
      background: #acbb16;
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      margin-top: 20px;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      margin-bottom: 20px; }
      .login form button.login[type=submit]:hover {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        background: #9ba814; }
      .login form button.login[type=submit]:focus {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        background: #99a614;
        -webkit-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
        -o-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
        -ms-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
        -moz-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
        box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5); }
    .login form button.fb[type=button] {
      width: 100%;
      color: #ffffff;
      background: #4251A2;
      -webkit-border-color: #4251A2;
      -moz-border-color: #4251A2;
      -o-border-color: #4251A2;
      -ms-border-color: #4251A2;
      border-color: #4251A2;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      margin-top: 20px;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      margin-bottom: 20px; }
      .login form button.fb[type=button]:hover {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        background: #2e3971; }
      .login form button.fb[type=button]:focus {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        background: #2d376e;
        -webkit-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
        -o-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
        -ms-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
        -moz-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
        box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7); }
    .login form button.fb_login[type=button] {
      width: auto;
      margin-left: 2.5px;
      margin-right: 2.5px;
      display: inline !important; }
      .login form button.fb_login[type=button]._linkedin {
        -webkit-border-color: #0077b5;
        -moz-border-color: #0077b5;
        -o-border-color: #0077b5;
        -ms-border-color: #0077b5;
        border-color: #0077b5;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        background: #0077b5; }
        .login form button.fb_login[type=button]._linkedin:hover {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          background: #00537f; }
        .login form button.fb_login[type=button]._linkedin:focus {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          background: #00517b;
          -webkit-box-shadow: 0 0 4px 2px rgba(40, 62, 109, 0.7);
          -o-box-shadow: 0 0 4px 2px rgba(40, 62, 109, 0.7);
          -ms-box-shadow: 0 0 4px 2px rgba(40, 62, 109, 0.7);
          -moz-box-shadow: 0 0 4px 2px rgba(40, 62, 109, 0.7);
          box-shadow: 0 0 4px 2px rgba(40, 62, 109, 0.7); }
      .login form button.fb_login[type=button]._google {
        background: #d44638;
        -webkit-border-color: #d44638;
        -moz-border-color: #d44638;
        -o-border-color: #d44638;
        -ms-border-color: #d44638;
        border-color: #d44638;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
        .login form button.fb_login[type=button]._google:hover {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          background: #943127; }
        .login form button.fb_login[type=button]._google:focus {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          background: #903026;
          -webkit-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
          -o-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
          -ms-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
          -moz-box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7);
          box-shadow: 0 0 4px 2px rgba(66, 61, 162, 0.7); }




/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: static;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 800px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-field2 {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-field2:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-field2 .btn--primary {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-field2 .btn:hover {
  opacity: 1;
}

/*login css grid*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr 400px 1fr; }
  .grid-container .column-no {
    grid-column-start: 2; }

.login_margin {
  margin-bottom: 80px; }

/* login ends*/
/* contact us*/
.sub-header-bg {
  background: rgba(221, 221, 221, 1);
  padding-top: 2.5em;
  padding-bottom: 1em; }
  .sub-header-bg h4 {
    font-weight: 700;
    font-size: 4em; }
  .sub-header-bg p {
    font-weight: 100; }

.sub-header-bg1 {
  padding-top: 3.5em;
  padding-bottom: 2.5em;
  background: #fafafa; }
  .sub-header-bg1 h4 {
    padding-bottom: .5em;
    font-size: 1.3em;
    color: #acbb16; }
  .sub-header-bg1 p {
    font-weight: 100;
    font-size: .95em; }
  .sub-header-bg1 a:hover {
    color: #acbb16;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s; }
  .sub-header-bg1 ul {
    list-style-type: none;
    padding-left: 0; }
    .sub-header-bg1 ul li a {
      color: #293737;
      font-size: .9em;
      font-weight: 600; }
      .sub-header-bg1 ul li a:hover {
        color: #78830f; }
  .sub-header-bg1 .social-contact ul {
    list-style-type: none;
    padding-left: 0; }
    .sub-header-bg1 .social-contact ul li {
      display: inline-block;
      padding: 2px 3px; }
      .sub-header-bg1 .social-contact ul li a svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #293737;
        stroke: #293737; }
      .sub-header-bg1 .social-contact ul li:nth-child(1):hover a svg path {
        fill: #4251A2;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #4251A2; }
      .sub-header-bg1 .social-contact ul li:nth-child(2):hover a svg path {
        fill: #0084b4;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #0084b4; }
      .sub-header-bg1 .social-contact ul li:nth-child(3):hover a svg path {
        fill: #cc181e;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #cc181e; }
      .sub-header-bg1 .social-contact ul li:nth-child(4):hover a svg path {
        fill: #9b6954;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #9b6954; }
      .sub-header-bg1 .social-contact ul li:nth-child(5):hover a svg path {
        fill: #0077b5;
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        stroke: #0077b5; }

.news-letter {
  background: #fafafa;
  padding-top: 5em;
  padding-bottom: 5em; }
  .news-letter h4 {
    font-size: 1.8em;
    font-weight: 400; }
  .news-letter p {
    font-weight: 100;
    font-size: .95em; }
  .news-letter form button[type=submit] {
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    background: #acbb16;
    color: #ffffff; }
    .news-letter form button[type=submit]:hover {
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      color: white;
      background: #8a9612; }

.address {
  padding-top: 1.5em;
  padding-bottom: 0.5em; }
  .address h4 {
    padding-bottom: .5em;
    font-size: 1.3em;
    color: #acbb16; }
  .address p {
    font-weight: 100;
    font-size: .91em; }
  .address a {
    text-decoration: underline;
    color: #acbb16;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    font-size: .9em;
    font-weight: 200; }
    .address a:hover {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      color: #67700d;
      text-decoration: none; }

.contact {
  -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
  -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
  box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
  padding: 35px 30px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }
  .contact button[type=submit] {
    color: #ffffff;
    background: #acbb16;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    padding: 5px 70px; }
    .contact button[type=submit]:hover {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      background: #8a9612;
      color: #ebebeb; }

/* contact us ends*/
/*faq*/
.header h5 .icon:after {
  align-self: center !important;
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  float: right !important;
  right: 6% !important;
  position: absolute; }
.header h5 .icon .collapsed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007"; }

/*faq ends*/
/*farmshop*/
.page-sub-nav {
  list-style-type: none;
  padding-left: 0; }
  .page-sub-nav li {
    font-weight: 100;
    display: inline-block; }
    .page-sub-nav li a:hover {
      color: #4a6363; }
  .page-sub-nav .active {
    font-weight: normal; }

.farms {
  margin-bottom: 15px;
  background: #fafafa;
  -webkit-border-color: #eeeeee;
  -moz-border-color: #eeeeee;
  -o-border-color: #eeeeee;
  -ms-border-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid; }
  .farms ul {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    list-style-type: none; }
    .farms ul li {
      margin-top: 0;
      display: inline-block; }
      .farms ul li a {
        padding: 5px 10px;
        font-weight: 100;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        .farms ul li a:hover {
          -moz-transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s;
          color: #4a6363; }
        .farms ul li a.active {
          position: relative;
          font-weight: 500;
          -moz-transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
          .farms ul li a.active::after {
            position: absolute;
            content: " ";
            -moz-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
            -webkit-border-color: #acbb16;
            -moz-border-color: #acbb16;
            -o-border-color: #acbb16;
            -ms-border-color: #acbb16;
            border-color: #acbb16;
            -webkit-border-width: 2px;
            -moz-border-width: 2px;
            -o-border-width: 2px;
            -ms-border-width: 2px;
            border-width: 2px;
            -webkit-border-style: solid;
            -moz-border-style: solid;
            -o-border-style: solid;
            -ms-border-style: solid;
            border-style: solid;
            width: 80%;
            left: 10%;
            top: 120%; }

.search-output p {
  font-size: 1.5em;
  font-weight: 200; }
  .search-output p span, .search-output p .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .search-output p .p_span {
    font-weight: 400; }

.search {
  position: relative; }
  .search select {
    position: absolute;
    right: 0;
    padding-left: 5px;
    background: #ffffff;
    -webkit-border-color: #dddddd;
    -moz-border-color: #dddddd;
    -o-border-color: #dddddd;
    -ms-border-color: #dddddd;
    border-color: #dddddd;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #888888;
    font-weight: 100;
    width: 40%;
    height: 65%; }
    .search select:focus {
      -webkit-outline-color: rgba(172, 187, 22, 0.06);
      -moz-outline-color: rgba(172, 187, 22, 0.06);
      -o-outline-color: rgba(172, 187, 22, 0.06);
      -ms-outline-color: rgba(172, 187, 22, 0.06);
      outline-color: rgba(172, 187, 22, 0.06);
      -webkit-outline-width: 1px;
      -moz-outline-width: 1px;
      -o-outline-width: 1px;
      -ms-outline-width: 1px;
      outline-width: 1px;
      -webkit-outline-style: solid;
      -moz-outline-style: solid;
      -o-outline-style: solid;
      -ms-outline-style: solid;
      outline-style: solid; }

.farmshop {
  padding-left: 8px;
  padding-right: 8px; }

.product-card {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-color: #dddddd;
  -moz-border-color: #dddddd;
  -o-border-color: #dddddd;
  -ms-border-color: #dddddd;
  border-color: #dddddd;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  background: #ffffff;
  padding: 0;
  padding-bottom: 20px; }
  .product-card h4 {
    color: #707070;
    padding-left: 8px;
    padding-top: 20px;
    font-size: 1.15em;
    margin-bottom: 0;
    line-height: 1; }
  .product-card .state-color {
    color: #aaaaaa;
    font-size: .88em;
    padding-left: 8px; }
  .product-card p {
    padding-left: 8px;
    color: #acbb16;
    font-size: 1.2em;
    margin-bottom: 0; }
  .product-card a img {
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px; }
  .product-card div.row div span, .products div.row div.main-container div.row div div.row .product-card div.row div .p_span {
    font-size: .972em !important;
    color: #707070; }
  .product-card div.row div .p_span {
    font-size: .972em !important;
    color: #707070; }

#farmshop-filter h5 {
  position: relative;
  padding-bottom: 5px; }
  #farmshop-filter h5:after {
    position: absolute;
    content: " ";
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    bottom: 0;
    width: 90%;
    left: 0; }
  #farmshop-filter h5 .shop-title {
    font-weight: 200;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 1.08rem; }
    #farmshop-filter h5 .shop-title:hover {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      color: #557171; }
    #farmshop-filter h5 .shop-title:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      right: 20% !important;
      position: absolute;
      content: "\f107"; }
    #farmshop-filter h5 .shop-title.collapsed:after {
      content: "\f105"; }
#farmshop-filter .shop-sub-class {
  padding-top: 1rem; }
  #farmshop-filter .shop-sub-class .form-check-input {
    margin-left: 0;
    margin-top: .4em; }
  #farmshop-filter .shop-sub-class label {
    font-size: .89rem;
    padding-left: 1.8rem; }

.empty_farm {
  margin-top: 20px; }
  .empty_farm svg {
    height: 150px;
    width: 150px;
    margin: 0 auto; }
    .empty_farm svg path {
      stroke: #aaaaaa !important;
      fill: #aaaaaa !important; }
  .empty_farm h4 {
    font-size: 1.5rem; }
  .empty_farm p {
    font-size: 1.2rem; }
    .empty_farm p a {
      text-decoration: underline;
      color: #acbb16; }
      .empty_farm p a:hover {
        color: #293737;
        text-decoration: none; }

.empty_farm_sponsors svg {
  height: 80px;
  width: 80px; }
.empty_farm_sponsors h4 {
  font-size: 1.2rem; }
.empty_farm_sponsors p {
  font-size: 1rem; }

/*farmshop ends*/
/*farm unit*/
.individual-farm-unit {
  padding-top: 4rem; }
  .individual-farm-unit .farm-span {
    position: relative; }
    .individual-farm-unit .farm-span span, .individual-farm-unit .farm-span .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .farm-span .p_span {
      position: absolute;
      right: 0;
      font-size: 14px; }
    .individual-farm-unit .farm-span .farm-name {
      font-size: 26px;
      font-weight: 400; }
    .individual-farm-unit .farm-span .farm-name_hover {
      color: #293737; }
  .individual-farm-unit .state-date {
    font-size: 17px;
    color: #888888; }
  .individual-farm-unit .returns-period {
    padding-top: 1em;
    margin-bottom: 0;
    font-size: 18px; }
    .individual-farm-unit .returns-period span, .individual-farm-unit .returns-period .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .returns-period .p_span {
      font-weight: bold; }
  .individual-farm-unit .no-left {
    color: #888888; }
  .individual-farm-unit .product-price {
    font-size: 30px;
    position: relative;
    color: #db353a;
    font-weight: 500;
    padding-bottom: .5em; }
    .individual-farm-unit .product-price:before {
      position: absolute;
      content: " ";
      bottom: 0px;
      left: 0;
      -webkit-border-color: #efefef;
      -moz-border-color: #efefef;
      -o-border-color: #efefef;
      -ms-border-color: #efefef;
      border-color: #efefef;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      width: 50%; }
  .individual-farm-unit .border-under {
    padding-bottom: 1.2em; }
    .individual-farm-unit .border-under .social-pg {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      padding-top: 15px;
      color: #666666; }
      .individual-farm-unit .border-under .social-pg a svg {
        vertical-align: middle; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(1):hover svg {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        .individual-farm-unit .border-under .social-pg a:nth-of-type(1):hover svg path {
          fill: #4251A2; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(2):hover svg path {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        fill: #4251A2; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(3):hover svg path {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        fill: #cc181e; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(4):hover svg path {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        fill: #9b6954; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(5):hover svg path {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        fill: #0077b5; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(1):hover img {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #4251A2;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(2):hover img {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #0084b4;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(3):hover img {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #cc181e;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(4):hover img {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #9b6954;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
      .individual-farm-unit .border-under .social-pg a:nth-of-type(5):hover img {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #0077b5;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        -ms-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px; }
  .individual-farm-unit .farm-pic-container {
    position: relative; }
    .individual-farm-unit .farm-pic-container .farm-tag {
      position: absolute;
      top: 0;
      right: 0;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px;
      -o-border-radius: 3px 3px 3px 3px;
      -ms-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      font-weight: 400;
      font-size: .9em;
      color: #ffffff;
      padding: 2px 10px; }
    .individual-farm-unit .farm-pic-container .sold-out {
      background: #D90F45; }
    .individual-farm-unit .farm-pic-container .opening-soon {
      background: #ED9405; }
    .individual-farm-unit .farm-pic-container .now-selling {
      background: #2ABC5D; }
  .individual-farm-unit .farm-unit {
    padding-left: 2rem; }
    .individual-farm-unit .farm-unit .button {
      padding-top: .86em; }
      .individual-farm-unit .farm-unit .button p {
        margin-bottom: 5px;
        color: #888888;
        font-size: 14px; }
      .individual-farm-unit .farm-unit .button .minus, .individual-farm-unit .farm-unit .button .plus {
        padding: .4em .8em;
        background: #efefef;
        -webkit-border-color: #efefef;
        -moz-border-color: #efefef;
        -o-border-color: #efefef;
        -ms-border-color: #efefef;
        border-color: #efefef;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
        .individual-farm-unit .farm-unit .button .minus:focus, .individual-farm-unit .farm-unit .button .plus:focus {
          box-shadow: none !important;
          outline: none !important; }
      .individual-farm-unit .farm-unit .button input[type=number]::-webkit-inner-spin-button,
      .individual-farm-unit .farm-unit .button input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0 !important; }
      .individual-farm-unit .farm-unit .button .quantity[type=number] {
        margin-left: -4.5px !important;
        margin-right: -4.5px !important;
        -webkit-border-color: #efefef;
        -moz-border-color: #efefef;
        -o-border-color: #efefef;
        -ms-border-color: #efefef;
        border-color: #efefef;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        padding-top: .4em;
        padding-bottom: .4em;
        width: 14%;
        text-align: center; }
        .individual-farm-unit .farm-unit .button .quantity[type=number]:focus {
          outline: none !important;
          box-shadow: none !important; }
    .individual-farm-unit .farm-unit .sponsors-link {
      font-weight: 500;
      font-size: .85em;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      padding: .7em 15px;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      margin-right: 13px;
      margin-left: 13px;
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      color: #ffffff;
      background: #acbb16; }
      .individual-farm-unit .farm-unit .sponsors-link:hover {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        color: #f0f0f0;
        background: #8a9612; }
      .individual-farm-unit .farm-unit .sponsors-link:focus {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-border-color: #828d11;
        -moz-border-color: #828d11;
        -o-border-color: #828d11;
        -ms-border-color: #828d11;
        border-color: #828d11;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
    .individual-farm-unit .farm-unit .follow-link {
      font-size: .85em;
      font-weight: 500;
      background: #ffffff;
      color: #db353a;
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      padding: .7em 20px; }
      .individual-farm-unit .farm-unit .follow-link:hover {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        color: #ffffff;
        background: #db353a;
        -webkit-border-color: #333333;
        -moz-border-color: #333333;
        -o-border-color: #333333;
        -ms-border-color: #333333;
        border-color: #333333;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
      .individual-farm-unit .farm-unit .follow-link:focus {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-border-color: #db353a;
        -moz-border-color: #db353a;
        -o-border-color: #db353a;
        -ms-border-color: #db353a;
        border-color: #db353a;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
  .individual-farm-unit .simulator-bg {
    background: rgba(239, 239, 239, 1); }
    .individual-farm-unit .simulator-bg .calculator {
      padding-top: .5em;
      background: #ffffff;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px; }
    .individual-farm-unit .simulator-bg .minus, .individual-farm-unit .simulator-bg .farm-unit .button .plus, .individual-farm-unit .farm-unit .button .simulator-bg .plus, .individual-farm-unit .simulator-bg .plus, .individual-farm-unit .simulator-bg .farmcart-body .pad-up .button .plus, .farmcart-body .pad-up .button .individual-farm-unit .simulator-bg .plus {
      padding: .4em .8em;
      background: #efefef;
      -webkit-border-color: #efefef;
      -moz-border-color: #efefef;
      -o-border-color: #efefef;
      -ms-border-color: #efefef;
      border-color: #efefef;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid; }
      .individual-farm-unit .simulator-bg .minus:focus, .individual-farm-unit .simulator-bg .plus:focus {
        box-shadow: none !important;
        outline: none !important; }
    .individual-farm-unit .simulator-bg input[type=number]::-webkit-inner-spin-button,
    .individual-farm-unit .simulator-bg input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0 !important; }
    .individual-farm-unit .simulator-bg .quantity[type=number] {
      margin-left: -4.5px !important;
      margin-right: -4.5px !important;
      -webkit-border-color: #efefef;
      -moz-border-color: #efefef;
      -o-border-color: #efefef;
      -ms-border-color: #efefef;
      border-color: #efefef;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      padding-top: .4em;
      padding-bottom: .4em;
      width: 28%;
      text-align: center; }
      .individual-farm-unit .simulator-bg .quantity[type=number]:focus {
        outline: none !important;
        box-shadow: none !important; }
    .individual-farm-unit .simulator-bg .calc-title-main {
      margin-bottom: 0; }
    .individual-farm-unit .simulator-bg .des {
      color: #aaaaaa;
      font-size: 14px; }
    .individual-farm-unit .simulator-bg .amount {
      margin-bottom: 10px;
      font-size: 24px;
      color: #293737; }
    .individual-farm-unit .simulator-bg .calc-title {
      color: #db353a;
      font-size: 16.5px !important;
      font-weight: normal !important; }
    .individual-farm-unit .simulator-bg .sponsorship {
      font-weight: bold; }
    .individual-farm-unit .simulator-bg .simulate {
      position: relative; }
      .individual-farm-unit .simulator-bg .simulate:before {
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-border-color: #dddddd;
        -moz-border-color: #dddddd;
        -o-border-color: #dddddd;
        -ms-border-color: #dddddd;
        border-color: #dddddd;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
    .individual-farm-unit .simulator-bg #details .product-details p {
      font-weight: bold;
      font-size: 17px;
      margin-bottom: 0;
      padding-top: .5em; }
      .individual-farm-unit .simulator-bg #details .product-details p span, .individual-farm-unit .simulator-bg #details .product-details p .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .simulator-bg #details .product-details p .p_span {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 0;
        padding-top: .5em; }
    .individual-farm-unit .simulator-bg #details .product-details span, .individual-farm-unit .simulator-bg #details .product-details .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .simulator-bg #details .product-details .p_span {
      font-weight: 200;
      font-size: 16px; }
      .individual-farm-unit .simulator-bg #details .product-details span img, .individual-farm-unit .simulator-bg #details .product-details .products div.row div.main-container div.row div div.row .product-card div.row div .p_span img, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .simulator-bg #details .product-details .p_span img {
        max-width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px; }
    .individual-farm-unit .simulator-bg #details .product-details .normal-font {
      line-height: 1.5;
      font-weight: normal; }
    .individual-farm-unit .simulator-bg #details .product-details .underline-link {
      text-decoration: underline;
      line-height: 1.7; }
    .individual-farm-unit .simulator-bg #details .read-more-content {
      display: none; }
    .individual-farm-unit .simulator-bg #details .details-container, .individual-farm-unit .simulator-bg #details .cover {
      position: relative;
      padding-top: 2em; }
      .individual-farm-unit .simulator-bg #details .details-container:before, .individual-farm-unit .simulator-bg #details .cover:before {
        position: absolute;
        content: " ";
        left: 0;
        top: 0;
        -webkit-border-color: #efefef;
        -moz-border-color: #efefef;
        -o-border-color: #efefef;
        -ms-border-color: #efefef;
        border-color: #efefef;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid;
        width: 90%; }
      .individual-farm-unit .simulator-bg #details .details-container h4, .individual-farm-unit .simulator-bg #details .cover h4 {
        font-size: 28px;
        font-weight: 200; }
      .individual-farm-unit .simulator-bg #details .details-container p, .individual-farm-unit .simulator-bg #details .cover p {
        font-weight: 400; }
        .individual-farm-unit .simulator-bg #details .details-container p a, .individual-farm-unit .simulator-bg #details .cover p a {
          -moz-transition: all 0.35s;
          -webkit-transition: all 0.35s;
          -ms-transition: all 0.35s;
          -o-transition: all 0.35s;
          transition: all 0.35s;
          color: #db353a; }
          .individual-farm-unit .simulator-bg #details .details-container p a:hover, .individual-farm-unit .simulator-bg #details .cover p a:hover {
            -moz-transition: all 0.35s;
            -webkit-transition: all 0.35s;
            -ms-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
            color: #db353a; }
    .individual-farm-unit .simulator-bg #details .cover p {
      font-weight: 200; }
  .individual-farm-unit .nav-pills .nav-link.active,
  .individual-farm-unit .nav-pills .show > .nav-link {
    color: #333333;
    background: none;
    position: relative; }
    .individual-farm-unit .nav-pills .nav-link.active:before,
    .individual-farm-unit .nav-pills .show > .nav-link:before {
      position: absolute;
      content: " ";
      bottom: 0;
      left: 0;
      width: 88%;
      -webkit-border-color: #dc3545;
      -moz-border-color: #dc3545;
      -o-border-color: #dc3545;
      -ms-border-color: #dc3545;
      border-color: #dc3545;
      -webkit-border-width: 2px;
      -moz-border-width: 2px;
      -o-border-width: 2px;
      -ms-border-width: 2px;
      border-width: 2px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid; }
  .individual-farm-unit .nav-item-tab {
    padding-right: 3.5rem; }
    .individual-farm-unit .nav-item-tab .nav-link {
      line-height: 1.4;
      color: #888888;
      padding-top: 2em;
      padding-bottom: 1em;
      padding-left: 0; }
  .individual-farm-unit .other-farms {
    position: relative; }
    .individual-farm-unit .other-farms .side-product {
      padding-bottom: 1.5em;
      padding-left: 0px; }
    .individual-farm-unit .other-farms h4 {
      color: #888888;
      font-weight: 300;
      padding-left: 12px; }
    .individual-farm-unit .other-farms:after {
      position: absolute;
      content: " ";
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 0.094rem;
      -moz-border-width: 0.094rem;
      -o-border-width: 0.094rem;
      -ms-border-width: 0.094rem;
      border-width: 0.094rem;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      width: 100%;
      left: 0%;
      top: 5%; }
    .individual-farm-unit .other-farms p {
      padding-left: 15px; }
    .individual-farm-unit .other-farms .pad-sides {
      padding-left: 10px;
      padding-right: 10px; }
  .individual-farm-unit .see-more-side-link {
    margin-top: 1.2em;
    margin-bottom: 1.2em; }
    .individual-farm-unit .see-more-side-link a {
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      background: rgb(255, 255, 255);
      padding: 8px 20px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      color: #db353a; }
      .individual-farm-unit .see-more-side-link a:hover {
        color: #ffffff;
        background: #db353a;
        -webkit-border-color: #333333;
        -moz-border-color: #333333;
        -o-border-color: #333333;
        -ms-border-color: #333333;
        border-color: #333333;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }

/*farm unit ends*/
.poultry-farm {
  background: #F8FAEB; }
  .poultry-farm .details-container, .poultry-farm .individual-farm-unit .simulator-bg #details .cover, .individual-farm-unit .simulator-bg #details .poultry-farm .cover {
    width: 90%; }
    .poultry-farm .details-container h4, .poultry-farm .individual-farm-unit .simulator-bg #details .cover h4, .individual-farm-unit .simulator-bg #details .poultry-farm .cover h4 {
      font-weight: 300; }
    .poultry-farm .details-container p, .poultry-farm .individual-farm-unit .simulator-bg #details .cover p, .individual-farm-unit .simulator-bg #details .poultry-farm .cover p {
      font-size: 16px; }
    .poultry-farm .details-container .read-more-link, .poultry-farm .individual-farm-unit .simulator-bg #details .cover .read-more-link, .individual-farm-unit .simulator-bg #details .poultry-farm .cover .read-more-link {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      color: #acbb16; }
      .poultry-farm .details-container .read-more-link:hover, .poultry-farm .individual-farm-unit .simulator-bg #details .cover .read-more-link:hover, .individual-farm-unit .simulator-bg #details .poultry-farm .cover .read-more-link:hover {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        color: #828d11; }
  .poultry-farm .read-more-content {
    display: none; }

/*farmcart*/
.social_links_container {
  padding-top: 2.5em; }
  .social_links_container span, .social_links_container .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .social_links_container .p_span {
    font-size: 18px; }
  .social_links_container ol {
    list-style-type: none;
    padding-left: 0;
    padding-top: .5rem; }
    .social_links_container ol li {
      display: inline-block;
      padding-right: .5em; }
      .social_links_container ol li:nth-of-type(1):hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #4251A2; }
      .social_links_container ol li:nth-of-type(2):hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #0084b4; }
      .social_links_container ol li:nth-of-type(3):hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #cc181e; }
      .social_links_container ol li:nth-of-type(4):hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #9b6954; }
      .social_links_container ol li:nth-of-type(5):hover svg path {
        -moz-transition: all 0.45s;
        -webkit-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        fill: #0077b5; }

.sub-farmcart-bg {
  background: #fafafa; }
  .sub-farmcart-bg .sub-title-farmcart {
    font-size: 17px;
    color: #888888; }

.farmcart-body .pad-up {
  padding-top: 3.5em;
  padding-bottom: 3em; }
  .farmcart-body .pad-up:last-child {
    border: none !important; }
  .farmcart-body .pad-up svg {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer; }
    .farmcart-body .pad-up svg:hover path {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      fill: #D90F45;
      stroke: #D90F45; }
    .farmcart-body .pad-up svg path {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      fill: #cccccc;
      stroke: #cccccc; }
  .farmcart-body .pad-up i.fa-times {
    color: #cccccc !important; }
  .farmcart-body .pad-up img {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; }
  .farmcart-body .pad-up .price {
    font-size: 18px;
    font-weight: 500; }
  .farmcart-body .pad-up .farm-name-cart {
    font-size: 18.5px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1; }
  .farmcart-body .pad-up .farm-state-cart {
    font-size: 14px;
    color: #888888; }
  .farmcart-body .pad-up .farm-duration-cart {
    font-size: 14px;
    font-weight: 400; }
    .farmcart-body .pad-up .farm-duration-cart span, .farmcart-body .pad-up .farm-duration-cart .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .farmcart-body .pad-up .farm-duration-cart .p_span {
      font-weight: bold; }
  .farmcart-body .pad-up .button .minus, .farmcart-body .pad-up .button .plus {
    padding: .4em .8em;
    background: #efefef;
    -webkit-border-color: #efefef;
    -moz-border-color: #efefef;
    -o-border-color: #efefef;
    -ms-border-color: #efefef;
    border-color: #efefef;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .farmcart-body .pad-up .button .minus:focus, .farmcart-body .pad-up .button .plus:focus {
      box-shadow: none !important;
      outline: none !important; }
  .farmcart-body .pad-up .button input[type=number]::-webkit-inner-spin-button,
  .farmcart-body .pad-up .button input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0 !important; }
  .farmcart-body .pad-up .button .quantity[type=number] {
    margin-left: -4.5px !important;
    margin-right: -4.5px !important;
    -webkit-border-color: #efefef;
    -moz-border-color: #efefef;
    -o-border-color: #efefef;
    -ms-border-color: #efefef;
    border-color: #efefef;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    padding-top: .4em;
    padding-bottom: .4em;
    width: 28%;
    text-align: center; }
    .farmcart-body .pad-up .button .quantity[type=number]:focus {
      outline: none !important;
      box-shadow: none !important; }
.farmcart-body .total-border {
  border-top: 3px solid #acbb16;
  border-bottom: 3px solid #acbb16; }
.farmcart-body .subtotal {
  font-size: 20px;
  font-weight: bold;
  padding-top: 1.5em;
  padding-bottom: 1.2em; }
.farmcart-body .subtotal_management {
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
  padding-top: 1.5em;
  padding-bottom: .3em; }
  .farmcart-body .subtotal_management span, .farmcart-body .subtotal_management .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .farmcart-body .subtotal_management .p_span {
    color: #acbb16;
    font-size: 16px; }
.farmcart-body .subcheck .subcheck-border {
  -webkit-border-color: #acbb16;
  -moz-border-color: #acbb16;
  -o-border-color: #acbb16;
  -ms-border-color: #acbb16;
  border-color: #acbb16;
  -webkit-border-width: 2px;
  -moz-border-width: 2px;
  -o-border-width: 2px;
  -ms-border-width: 2px;
  border-width: 2px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding-top: .6em;
  padding-bottom: .6em; }
  .farmcart-body .subcheck .subcheck-border p {
    padding-left: 0; }
  .farmcart-body .subcheck .subcheck-border .mobile-weight1 {
    font-size: 20px;
    font-weight: bold;
    color: #293737; }
.farmcart-body .subcheck input[type=checkbox] {
  position: relative;
  top: 50%;
  transform: translateY(90%); }
.farmcart-body .subcheck label {
  padding-left: 1em;
  font-size: 19px;
  font-weight: 400; }
.farmcart-body .subcheck p {
  padding-left: 1em;
  font-size: 14px;
  color: #888888; }
.farmcart-body .nav-link {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .farmcart-body .nav-link a {
    padding: 8px 25px;
    font-size: 19px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .farmcart-body .nav-link .back-shop {
    background: rgba(172, 187, 22, 0.06);
    color: #acbb16;
    line-height: 1.4;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .farmcart-body .nav-link .back-shop:hover {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      background: rgba(4, 4, 1, 0.06);
      -webkit-border-color: #828d11;
      -moz-border-color: #828d11;
      -o-border-color: #828d11;
      -ms-border-color: #828d11;
      border-color: #828d11;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      color: #828d11; }
  .farmcart-body .nav-link .checkout-pg {
    line-height: 1.4;
    background: #acbb16;
    color: #ffffff;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .farmcart-body .nav-link .checkout-pg:hover {
      background: #828d11;
      color: #e6e6e6;
      -webkit-border-color: #828d11;
      -moz-border-color: #828d11;
      -o-border-color: #828d11;
      -ms-border-color: #828d11;
      border-color: #828d11;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }

/* end of farmcart*/
/* checkout*/
.check-cart-link {
  padding-top: 3em;
  padding-bottom: 3em; }
  .check-cart-link a {
    padding: 8px 25px;
    font-size: 19px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: rgba(172, 187, 22, 0.06);
    color: #acbb16;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .check-cart-link a:hover {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      background: rgba(4, 4, 1, 0.06);
      -webkit-border-color: #828d11;
      -moz-border-color: #828d11;
      -o-border-color: #828d11;
      -ms-border-color: #828d11;
      border-color: #828d11;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      color: #828d11; }

.card-border-row {
  display: grid;
  grid-template-columns: 1fr 395px 1fr; }

.checkout {
  grid-column-start: 2;
  margin-bottom: 3.5em;
  padding-bottom: 1.4em !important;
  padding-left: 1.4em;
  padding-right: 1.4em;
  -webkit-border-color: #efefef;
  -moz-border-color: #efefef;
  -o-border-color: #efefef;
  -ms-border-color: #efefef;
  border-color: #efefef;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #ffffff;
  -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
  box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01); }
  .checkout label {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 18px;
    color: #acbb16;
    position: relative;
    cursor: pointer;
    padding-left: 1em;
    width: 100%; }
    .checkout label img {
      position: absolute;
      right: 5%; }
  .checkout .card-border {
    -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.006), 3px 3px 4px 1px rgba(0, 0, 0, 0.006), 2px 4px 18px 3px rgba(0, 0, 0, 0.006);
    -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.006), 3px 3px 4px 1px rgba(0, 0, 0, 0.006), 2px 4px 18px 3px rgba(0, 0, 0, 0.006);
    -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.006), 3px 3px 4px 1px rgba(0, 0, 0, 0.006), 2px 4px 18px 3px rgba(0, 0, 0, 0.006);
    -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.006), 3px 3px 4px 1px rgba(0, 0, 0, 0.006), 2px 4px 18px 3px rgba(0, 0, 0, 0.006);
    box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.006), 3px 3px 4px 1px rgba(0, 0, 0, 0.006), 2px 4px 18px 3px rgba(0, 0, 0, 0.006);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-color: #dddddd;
    -moz-border-color: #dddddd;
    -o-border-color: #dddddd;
    -ms-border-color: #dddddd;
    border-color: #dddddd;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    margin-bottom: .5em;
    margin-top: .5em;
    position: relative;
    padding-bottom: 1rem; }
    .checkout .card-border .remove-pad {
      margin-bottom: 0; }
    .checkout .card-border input[type=radio] {
      margin-left: -.5em;
      cursor: pointer; }
    .checkout .card-border .span {
      position: absolute;
      bottom: 6%;
      font-size: 13px;
      color: #888888;
      padding-left: 1.5em; }
  .checkout button[type=submit] {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    background: #acbb16;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    margin-bottom: 20px; }
    .checkout button[type=submit]:hover {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      background: #828d11; }
    .checkout button[type=submit]:focus {
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s;
      background: #828d11;
      -webkit-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -o-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -ms-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      -moz-box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5);
      box-shadow: 0 0 4px 2px rgba(172, 187, 22, 0.5); }

/* end of checkout*/
/* order received*/
.order-received-bg {
  background: #3DBC47;
  background: #25AA39;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px; }
  .order-received-bg p {
    font-weight: 300;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 0; }

/* dashboard begins*/
.profile_img {
  background: #aaaaaa;
  width: 34px;
  height: 34px;
  object-fit: contain;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.dash_margin {
  margin-bottom: 6rem; }

.back-to-dashboard a {
  padding: 6px 25px;
  -webkit-border-color: #acbb16;
  -moz-border-color: #acbb16;
  -o-border-color: #acbb16;
  -ms-border-color: #acbb16;
  border-color: #acbb16;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  background: rgba(172, 187, 22, 0.06);
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #acbb16; }
  .back-to-dashboard a:hover {
    -webkit-border-color: #828d11;
    -moz-border-color: #828d11;
    -o-border-color: #828d11;
    -ms-border-color: #828d11;
    border-color: #828d11;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    background: rgba(88, 96, 11, 0.06);
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    color: #828d11; }
    .back-to-dashboard a:hover svg path {
      stroke: #828d11; }

.pr_4 {
  padding-right: 1.8rem; }

.chart_bg_container {
  background: rgba(172, 187, 22, 0.06);
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 1rem 0.5rem 0.5rem; }
  .chart_bg_container .chart_bg_white {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #ffffff; }
    .chart_bg_container .chart_bg_white #chart {
      max-width: 650px;
      margin: 0 auto; }

.chart_bg_white_1 {
  max-height: 65vh; }

.chart_bg_white {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: scroll; }
  .chart_bg_white p {
    margin-bottom: .3rem;
    line-height: 1.3; }
  .chart_bg_white a {
    margin-bottom: .3rem;
    line-height: 1.3;
    display: block; }
  .chart_bg_white .farm_title {
    color: #acbb16;
    font-weight: bold;
    font-weight: 16px; }
  .chart_bg_white .farm_sponsored {
    font-size: 14px; }
  .chart_bg_white .amount_words {
    padding-top: 15px;
    font-size: 12px; }
  .chart_bg_white .amount_mumber {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle; }
  .chart_bg_white .farm_unit {
    font-weight: bold;
    font-size: 16px; }
  .chart_bg_white .last_margin:last-of-type .main_container {
    margin-bottom: .5rem; }
  .chart_bg_white .main_container {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #fafafa; }

.invite-friends-bg {
  background: rgba(172, 187, 22, 0.06);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }
  .invite-friends-bg .social-links-container {
    padding-top: 2.5em; }
    .invite-friends-bg .social-links-container span, .invite-friends-bg .social-links-container .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .invite-friends-bg .social-links-container .p_span {
      font-size: 18px; }
    .invite-friends-bg .social-links-container ol {
      list-style-type: none;
      padding-left: 0;
      padding-top: .5rem; }
      .invite-friends-bg .social-links-container ol li {
        display: inline-block;
        padding-right: .5em; }
        .invite-friends-bg .social-links-container ol li:nth-of-type(1):hover svg path {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          fill: #4251A2; }
        .invite-friends-bg .social-links-container ol li:nth-of-type(2):hover svg path {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          fill: #0084b4; }
        .invite-friends-bg .social-links-container ol li:nth-of-type(3):hover svg path {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          fill: #cc181e; }
        .invite-friends-bg .social-links-container ol li:nth-of-type(4):hover svg path {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          fill: #9b6954; }
        .invite-friends-bg .social-links-container ol li:nth-of-type(5):hover svg path {
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          fill: #0077b5; }

.remove_button {
  padding: .375rem .75rem;
  background: #293737;
  color: #ffffff;
  font-weight: bold; }
  .remove_button:hover {
    color: #ffffff;
    background: #3a4e4e; }

.add_button-container {
  margin-top: 2rem; }
  .add_button-container .add_button {
    color: #acbb16;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    display: block;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    width: 100%;
    padding: .375rem .75rem; }
    .add_button-container .add_button:hover {
      -webkit-border-color: #828d11;
      -moz-border-color: #828d11;
      -o-border-color: #828d11;
      -ms-border-color: #828d11;
      border-color: #828d11;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      color: #828d11; }

.invite-friends-btn {
  color: #ffffff;
  width: 100%;
  margin-top: .8rem;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  background: #acbb16; }
  .invite-friends-btn:hover {
    background: #828d11; }

#dropOne {
  padding-top: 1.5rem; }

.dashboard-title {
  padding-top: 40px; }
  .dashboard-title h4 {
    font-size: 20px;
    color: #293737;
    font-weight: normal;
    margin-bottom: 3px; }
  .dashboard-title span, .dashboard-title .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .dashboard-title .p_span {
    color: #888888; }

.dashboard-sub-nav ol {
  list-style-type: none;
  padding-left: 0; }
  .dashboard-sub-nav ol li {
    display: inline-block;
    padding-right: 15px; }
    .dashboard-sub-nav ol li a {
      font-size: 16px;
      color: #bbbbbb; }
      .dashboard-sub-nav ol li a.active {
        color: #293737;
        position: relative; }
        .dashboard-sub-nav ol li a.active:after {
          position: absolute;
          content: " ";
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-border-color: #acbb16;
          -moz-border-color: #acbb16;
          -o-border-color: #acbb16;
          -ms-border-color: #acbb16;
          border-color: #acbb16;
          -webkit-border-width: 1px;
          -moz-border-width: 1px;
          -o-border-width: 1px;
          -ms-border-width: 1px;
          border-width: 1px;
          -webkit-border-style: solid;
          -moz-border-style: solid;
          -o-border-style: solid;
          -ms-border-style: solid;
          border-style: solid; }
      .dashboard-sub-nav ol li a:hover {
        color: #666666; }

.dashboard .dashboard-img-container {
  padding-top: 30px; }
  .dashboard .dashboard-img-container .img {
    border-radius: 50%;
    object-fit: cover;
    max-height: 250px;
    width: 100%; }
.dashboard .person-name {
  font-size: 22px;
  margin-bottom: 0;
  padding-top: 15px; }
.dashboard .follow-month {
  font-size: 17px;
  color: #888888; }
.dashboard .follow-date {
  color: #888888;
  font-size: 15px; }
.dashboard .follow-date-1 {
  display: block; }
.dashboard .edit-profile-link {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: rgba(172, 187, 22, 0.06);
  width: 60%;
  margin-left: 20%;
  -webkit-border-color: #acbb16;
  -moz-border-color: #acbb16;
  -o-border-color: #acbb16;
  -ms-border-color: #acbb16;
  border-color: #acbb16;
  -webkit-border-width: 2px;
  -moz-border-width: 2px;
  -o-border-width: 2px;
  -ms-border-width: 2px;
  border-width: 2px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  padding: 5px 20px;
  color: #acbb16;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s; }
  .dashboard .edit-profile-link:hover {
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    -webkit-border-color: #828d11;
    -moz-border-color: #828d11;
    -o-border-color: #828d11;
    -ms-border-color: #828d11;
    border-color: #828d11;
    -webkit-border-width: 2px;
    -moz-border-width: 2px;
    -o-border-width: 2px;
    -ms-border-width: 2px;
    border-width: 2px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    background: rgba(130, 141, 17, 0.06);
    color: #58600b; }
.dashboard .dashboard-img {
  height: 100%;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 5%;
  -webkit-border-color: #eeeeee;
  -moz-border-color: #eeeeee;
  -o-border-color: #eeeeee;
  -ms-border-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .dashboard .dashboard-img .underline {
    position: absolute;
    -webkit-border-color: #eeeeee;
    -moz-border-color: #eeeeee;
    -o-border-color: #eeeeee;
    -ms-border-color: #eeeeee;
    border-color: #eeeeee;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    left: 0;
    width: 100%; }
.dashboard .invite-friends div {
  color: #acbb16;
  padding-top: 20px;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  padding-bottom: 20px; }
  .dashboard .invite-friends div .span {
    display: block; }
.dashboard .invite-friends:hover div {
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  color: #828d11; }
.dashboard .dashboard-body .person-name {
  font-size: 22px;
  margin-bottom: 0;
  padding-top: 15px; }
.dashboard .dashboard-body .dasboard-sub {
  font-size: 18px;
  color: #888888;
  padding-right: 20px; }
.dashboard .dashboard-body .dashboard-details {
  font-size: 14px;
  color: #acbb16; }
.dashboard .dashboard-body #owl-carousel-dashboard {
  background: rgba(172, 187, 22, 0.06); }
  .dashboard .dashboard-body #owl-carousel-dashboard .owl-item {
    background: #ffffff; }
  .dashboard .dashboard-body #owl-carousel-dashboard .owl-dot {
    display: none !important; }
  .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg {
    padding-bottom: 1.2em; }
    .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg img {
      display: inline;
      border-radius: 0;
      width: 7% !important;
      padding-right: 4px; }
    .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .link_arrow {
      width: 8% !important; }
    .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-body {
      color: #666666;
      font-weight: 400;
      font-size: 14px;
      padding-left: 20px;
      padding-bottom: 10px; }
    .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .sponsored-amount {
      line-height: .5;
      font-weight: 500;
      font-size: 25px;
      padding-left: 20px; }
    .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link {
      line-height: .3;
      font-size: 14px;
      color: #acbb16;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      padding-left: 22px; }
      .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link:hover {
        color: #828d11;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .dashboard .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link img {
        margin: 0px auto; }
.dashboard .dashboard-body .sub-tab {
  padding-left: 1rem; }
  .dashboard .dashboard-body .sub-tab .nav-tabs {
    padding-top: .5rem; }
    .dashboard .dashboard-body .sub-tab .nav-tabs .nav-item {
      padding-left: 1rem;
      padding-right: 1rem; }
      .dashboard .dashboard-body .sub-tab .nav-tabs .nav-item:first-of-type {
        padding-left: 0; }
      .dashboard .dashboard-body .sub-tab .nav-tabs .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
        color: #aaaaaa;
        font-size: 16px; }
        .dashboard .dashboard-body .sub-tab .nav-tabs .nav-item .nav-link.active {
          color: #db353a;
          border-bottom: 4px solid #db353a; }
        .dashboard .dashboard-body .sub-tab .nav-tabs .nav-item .nav-link svg {
          width: 19px;
          height: 20px;
          display: none; }
  .dashboard .dashboard-body .sub-tab #myTabContent {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
    .dashboard .dashboard-body .sub-tab #myTabContent .see-all-link a {
      color: #707070;
      text-decoration: underline; }
      .dashboard .dashboard-body .sub-tab #myTabContent .see-all-link a:hover {
        text-decoration: none;
        color: #707070; }
    .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom {
      padding-bottom: 2rem; }
      .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card {
        padding-left: 1em; }
        .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg {
          -moz-border-radius: 5px 5px 5px 5px;
          -webkit-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          -ms-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
          -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
          -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
          -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
          box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036); }
          .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .product-img {
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            -o-border-radius: 5px 0 0 5px;
            -ms-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
            object-fit: cover;
            position: absolute;
            height: 100%; }
          .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .image-container span, .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .image-container .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .image-container .p_span {
            position: absolute;
            right: 0;
            top: 5%;
            padding-right: .5em;
            padding-left: .5em;
            color: #ffffff;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            -o-border-radius: 5px 0 0 5px;
            -ms-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px; }
          .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .image-container .cycle-ended {
            background: #ED9405; }
          .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .image-container .cycle-ongoing {
            background: #2ABC5D; }
          .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body {
            padding-top: .6em; }
            .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-name {
              color: #707070;
              font-size: 18px;
              margin-bottom: 0; }
            .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-state {
              color: #aaaaaa;
              margin-bottom: 0;
              font-size: 14px; }
            .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-price {
              color: #acbb16;
              font-size: 18px;
              margin-bottom: 0; }
            .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-details {
              color: #707070;
              margin-bottom: 0;
              font-size: 14px;
              padding-bottom: .4em;
              padding-top: .4em;
              position: relative; }
              .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-details img {
                height: 18px;
                width: 18px;
                padding-right: .3em; }
              .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-details:after {
                position: absolute;
                content: " ";
                bottom: 0%;
                left: 0;
                -webkit-border-color: #eeeeee;
                -moz-border-color: #eeeeee;
                -o-border-color: #eeeeee;
                -ms-border-color: #eeeeee;
                border-color: #eeeeee;
                -webkit-border-width: 1px;
                -moz-border-width: 1px;
                -o-border-width: 1px;
                -ms-border-width: 1px;
                border-width: 1px;
                -webkit-border-style: solid;
                -moz-border-style: solid;
                -o-border-style: solid;
                -ms-border-style: solid;
                border-style: solid;
                width: 95%; }
              .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-details:last-of-type:after {
                position: absolute;
                content: " ";
                bottom: 0%;
                border: none; }
              .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .farm-details:first-of-type {
                padding-top: 0 !important; }
            .dashboard .dashboard-body .sub-tab #myTabContent .pad-bottom .sponsored-card .sponsored-card-bg .sponsored-card-body .cycle {
              display: none; }
    .dashboard .dashboard-body .sub-tab #myTabContent .update-pad-sides {
      padding-left: 1.5em;
      padding-right: 1.5em; }
    .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg {
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      margin-bottom: 2rem;
      -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
      -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
      -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
      -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036);
      box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.026), 3px 3px 4px 1px rgba(0, 0, 0, 0.026), 2px 4px 18px 2px rgba(0, 0, 0, 0.036); }
      .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .product-img {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        object-fit: cover;
        position: absolute;
        height: 100%; }
      .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover {
        padding-bottom: 1.2em;
        padding-left: 1.5em; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .farm-name, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .farm-name, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .farm-name {
          color: #707070;
          font-size: 18px;
          margin-bottom: 0; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .farm-state, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .farm-state, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .farm-state {
          color: #aaaaaa;
          margin-bottom: 0;
          font-size: 14px; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .notifi-date, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .notifi-date, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .notifi-date {
          color: #aaaaaa;
          margin-bottom: 0;
          font-size: 13px; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .farm-title, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .farm-title, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .farm-title {
          color: #acbb16;
          margin-bottom: 0;
          padding-top: .5em;
          font-weight: 600;
          font-size: 18px; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .paragraph, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .paragraph, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .paragraph {
          color: #aaaaaa;
          margin-bottom: 0;
          font-size: 15px;
          line-height: 1.5;
          padding-top: .3em;
          padding-bottom: .5em; }
        .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .details-link, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .details-link, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .details-link {
          color: #acbb16;
          font-size: 15px;
          -moz-border-radius: 5px 5px 5px 5px;
          -webkit-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          -ms-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          -webkit-border-color: #acbb16;
          -moz-border-color: #acbb16;
          -o-border-color: #acbb16;
          -ms-border-color: #acbb16;
          border-color: #acbb16;
          -webkit-border-width: 1px;
          -moz-border-width: 1px;
          -o-border-width: 1px;
          -ms-border-width: 1px;
          border-width: 1px;
          -webkit-border-style: solid;
          -moz-border-style: solid;
          -o-border-style: solid;
          -ms-border-style: solid;
          border-style: solid;
          background: rgba(172, 187, 22, 0.06);
          -moz-transition: all 0.45s;
          -webkit-transition: all 0.45s;
          -ms-transition: all 0.45s;
          -o-transition: all 0.45s;
          transition: all 0.45s;
          padding: 6px 20px; }
          .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .details-container .details-link:hover, .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .individual-farm-unit .simulator-bg #details .cover .details-link:hover, .individual-farm-unit .simulator-bg #details .dashboard .dashboard-body .sub-tab #myTabContent .updates-bg .cover .details-link:hover {
            -moz-transition: all 0.45s;
            -webkit-transition: all 0.45s;
            -ms-transition: all 0.45s;
            -o-transition: all 0.45s;
            transition: all 0.45s;
            background: rgba(130, 141, 17, 0.06);
            color: #828d11;
            -webkit-border-color: #828d11;
            -moz-border-color: #828d11;
            -o-border-color: #828d11;
            -ms-border-color: #828d11;
            border-color: #828d11;
            -webkit-border-width: 1px;
            -moz-border-width: 1px;
            -o-border-width: 1px;
            -ms-border-width: 1px;
            border-width: 1px;
            -webkit-border-style: solid;
            -moz-border-style: solid;
            -o-border-style: solid;
            -ms-border-style: solid;
            border-style: solid; }
.dashboard .back-to-dashboard {
  margin-top: 3em;
  padding-top: .5em; }
  .dashboard .back-to-dashboard .back-to-dashboard-link {
    background: rgba(172, 187, 22, 0.06);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    color: #acbb16;
    padding: 8px 15px; }

@media (min-width: 991px) and (max-width: 1190px) {
  .hide-container-notification {
    display: none; }

  .change-notification-width {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%; } }
@media (min-width: 991px) and (max-width: 1200px) {
  .hide-container {
    display: none; }

  .change-width {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%; }

  .cycle {
    position: absolute;
    right: 0;
    top: 5%;
    padding-right: .8em;
    padding-left: .8em;
    color: #ffffff;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    display: block !important; }

  .cycle-ended {
    background: #ED9405; }

  .cycle-ongoing {
    background: #2ABC5D; } }
@media (min-width: 991px) and (max-width: 1135px) {
  .edit-profile-link {
    padding: 5px 10px !important; } }
@media (min-width: 1439px) {
  .dashboard-body .remove-right-pad {
    padding-right: 0; }
  .dashboard-body #owl-carousel-dashboard {
    background: rgba(172, 187, 22, 0.06); }
    .dashboard-body #owl-carousel-dashboard .owl-item {
      background: #ffffff; }
    .dashboard-body #owl-carousel-dashboard .owl-dot {
      display: none !important; }
    .dashboard-body #owl-carousel-dashboard .carousel-item-bg {
      padding-bottom: 1.2em; }
      .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-body {
        color: #666666;
        font-weight: 400;
        font-size: 13.5px;
        padding-left: 18px !important;
        padding-right: 10px !important;
        padding-bottom: 10px; }
        .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-body img {
          width: 6% !important; }
      .dashboard-body #owl-carousel-dashboard .carousel-item-bg .sponsored-amount {
        line-height: .5;
        font-weight: 500;
        font-size: 21px !important;
        padding-left: 18px !important;
        padding-right: 10px !important; }
      .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link {
        line-height: .3;
        font-size: 13px !important;
        color: #acbb16;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        padding-left: 20px !important; }
        .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link:hover {
          color: #828d11;
          -moz-transition: all 0.35s;
          -webkit-transition: all 0.35s;
          -ms-transition: all 0.35s;
          -o-transition: all 0.35s;
          transition: all 0.35s; }
        .dashboard-body #owl-carousel-dashboard .carousel-item-bg .carousel-link img {
          margin: 0px auto; } }
@media (min-width: 1334px) and (max-width: 1500px) {
  .carousel-item-bg .carousel-body {
    font-size: 13px !important;
    padding-top: 1.2em !important;
    padding-bottom: 10px !important; }
    .carousel-item-bg .carousel-body img {
      display: none !important; } }
.dashboard-body .product-img-container img {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.profile-update-container .user-phone {
  display: block; }
.profile-update-container .profile-update-title h5 {
  position: relative;
  padding-bottom: .5em;
  padding-top: .5em; }
  .profile-update-container .profile-update-title h5:after {
    position: absolute;
    content: " ";
    width: 100%;
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    left: 0;
    bottom: 0; }
  .profile-update-container .profile-update-title h5 a {
    font-size: 22px;
    font-weight: 400;
    color: #888888; }
    .profile-update-container .profile-update-title h5 a:hover {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      color: #557171; }
    .profile-update-container .profile-update-title h5 a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      right: 5% !important;
      color: #acbb16;
      position: absolute;
      content: "\f107"; }
    .profile-update-container .profile-update-title h5 a.collapsed:after {
      content: "\f105";
      color: #888888; }

.individual-update {
  margin-top: 3em; }
  .individual-update a {
    font-size: 22px;
    font-weight: 500; }
    .individual-update a:hover {
      color: #555555; }

.individual-update-nav ol {
  padding-left: 0;
  list-style-type: none; }
  .individual-update-nav ol li {
    display: inline-block; }
    .individual-update-nav ol li a {
      color: #888888;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .individual-update-nav ol li a:hover {
        color: #6f6f6f; }
      .individual-update-nav ol li a.active {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        color: #acbb16; }
        .individual-update-nav ol li a.active:hover {
          color: #828d11; }

.progress-bar-container .progress-main-title {
  padding-bottom: .9em;
  font-size: 22px; }
.progress-bar-container .accordion-bg h5 {
  color: #acbb16;
  font-size: 18px; }
  .progress-bar-container .accordion-bg h5 span, .progress-bar-container .accordion-bg h5 .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .progress-bar-container .accordion-bg h5 .p_span {
    color: #888888; }
.progress-bar-container .accordion-bg .img-title {
  padding-top: .8em; }
  .progress-bar-container .accordion-bg .img-title h5 {
    color: #293737;
    margin-bottom: 0; }
  .progress-bar-container .accordion-bg .img-title span, .progress-bar-container .accordion-bg .img-title .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .progress-bar-container .accordion-bg .img-title .p_span {
    color: #888888; }
.progress-bar-container .accordion-bg .img-container-lity a:hover {
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -webkit-filter: grayscale(0.5);
  -ms-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  -o-filter: grayscale(0.5);
  filter: grayscale(0.5); }
.progress-bar-container .accordion-bg .img-container-lity a img {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
.progress-bar-container .progressBar:first-child {
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px; }
.progress-bar-container .progressBar:last-child {
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0; }
.progress-bar-container .progressBar {
  background: #acbb16; }
  .progress-bar-container .progressBar a:before {
    content: "\25CF";
    margin-top: -19px;
    position: absolute;
    font-size: 20pt;
    text-decoration: none;
    color: #222; }
.progress-bar-container .position-of-update {
  content: " ";
  position: absolute;
  margin-top: 10px;
  margin-left: 8px;
  font-size: 18px;
  color: #222; }
.progress-bar-container .progress {
  height: 0.7rem; }

@media (min-width: 2200px) {
  .img-container-lity a img {
    height: 160px !important; } }
.img-container-lity a img {
  width: 100%;
  object-fit: cover;
  height: 90px; }

@media (max-width: 1200px) {
  .img-container-lity a img {
    height: 70px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .img-container-lity a img {
    height: 100px !important; } }
.update-profile-btn {
  background: #acbb16;
  padding-left: 4rem;
  padding-right: 4rem;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: 3%; }
  .update-profile-btn:hover {
    background: #828d11;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

/* end of dashboard*/
/* footer begins*/
footer .footer-bg {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: .9rem; }
  footer .footer-bg p {
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0rem; }
    footer .footer-bg p:last-of-type {
      margin-bottom: 20px; }
    footer .footer-bg p:first-of-type {
      margin-top: 20px; }
  footer .footer-bg a {
    color: #ffffff;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s; }
    footer .footer-bg a:hover {
      color: #acbb16;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s; }
  footer .footer-bg a.email {
    color: #acbb16;
    -moz-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s; }
    footer .footer-bg a.email:hover {
      color: #ffffff;
      -moz-transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -ms-transition: all 0.45s;
      -o-transition: all 0.45s;
      transition: all 0.45s; }
  footer .footer-bg div.social ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px; }
    footer .footer-bg div.social ul li {
      display: inline-block;
      padding: 10px 2px 0; }
      footer .footer-bg div.social ul li a {
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        footer .footer-bg div.social ul li a:hover {
                            /* svg{
              height: 22px;
              width: 22px;
              @include transition(all 0.45s);

              path{
                fill: $white;
                stroke: $white;
                @include transition(all 0.25s);
              }
            }*/ }
          footer .footer-bg div.social ul li a:hover img {
            -moz-transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
            height: 22px;
            width: 22px; }
  footer .footer-bg h5 {
    color: #ffffff;
    font-weight: 700; }
  footer .footer-bg div.footer-nav-title ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px; }
    footer .footer-bg div.footer-nav-title ul li {
      padding: 0.1px 0; }
      footer .footer-bg div.footer-nav-title ul li a {
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
  footer .footer-bg div.pocket a img {
    margin-top: 3px;
    margin-bottom: 3px; }
  footer .footer-bg form button[type=submit] {
    -webkit-border-color: #acbb16;
    -moz-border-color: #acbb16;
    -o-border-color: #acbb16;
    -ms-border-color: #acbb16;
    border-color: #acbb16;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    background: #acbb16; }
    footer .footer-bg form button[type=submit]:hover {
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      background: #58600b; }

/* footer ends*/
/*media query*/
.farm_img {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  object-fit: cover; }

@media (min-width: 768px) {
  .farm_img {
    min-height: 260px; } }
@media (min-width: 990px) {
  .farm_img {
    min-height: 240px; } }
@media (min-width: 1100px) {
  .farm_img {
    min-height: 290px; } }
@media (min-width: 1440px) {
  .farm_img {
    min-height: 346px; } }
@media (min-width: 1660px) {
  .farm_img {
    min-height: 361px; } }
@media (min-width: 1975px) {
  .farm_img {
    min-height: 450px; } }
@media (min-width: 2500px) {
  .farm_img {
    min-height: 550px; } }
/*image responsive*/
.img-div img {
  width: 100%;
  object-fit: cover;
  height: 160px; }

@media (min-width: 1660px) {
  .pad-row {
    padding-left: 6em !important;
    padding-right: 6em !important; }

  .no-pad-left {
    padding-right: 0 !important; } }
@media (min-width: 2196px) {
  .pad-row {
    padding-left: 8em !important;
    padding-right: 8em !important; }

  .img-div img {
    height: 200px !important; } }
@media (min-width: 2418px) {
  .pad-row {
    padding-left: 13em !important;
    padding-right: 13em !important; }

  .no-pad-row {
    padding-left: 8em !important;
    padding-right: 8em !important; }

  .img-div img {
    height: 200px !important; } }
@media (max-width: 1200px) {
  .img-div img {
    height: 130px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  nav label.menu-icon {
    padding-right: 3rem; }

  .img-div img {
    height: 110px !important; } }
/*responsive images ends*/
@media (min-width: 1355px) {
  .col_lg_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%; }

  .col_lg_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%; } }
@media (min-width: 991px) and (max-width: 1355px) {
  .col_lg_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col_lg_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%; } }
@media (min-width: 767px) and (max-width: 935px) {
  .col_lg_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col_lg_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%; } }
@media (min-width: 991px) and (max-width: 1200px) {
  .pl-lg-55 {
    padding-left: 1.5rem !important; }

  .farmshop {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .option-font {
    font-size: 16.9px !important; }

  #farmshop-filter h5 .shop-title {
    font-size: 1rem; }
    #farmshop-filter h5 .shop-title:after {
      right: 5% !important; } }
@media (min-width: 992px) and (max-width: 1162px) {
  #myTab .nav-item a .hide-span {
    display: block; }
  #myTab .nav-item a span, #myTab .nav-item a .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div #myTab .nav-item a .p_span {
    display: block; } }
@media (min-width: 991px) and (max-width: 1100px) {
  .individual-farm-unit .farm-span span, .individual-farm-unit .farm-span .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .individual-farm-unit .farm-span .p_span {
    position: relative !important;
    display: block !important; }

  .center {
    font-size: .9em; } }
@media (min-width: 991px) and (max-width: 1035px) {
  .see-more-side-link a {
    padding: 7px 10px !important; } }
@media (min-width: 351px) {
  .picture {
    display: inline-block;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    margin-right: 30px;
    border-radius: 50% !important;
    vertical-align: middle; }

  .user-placeholder {
    background: #dce0eb url("/storage/images/profile1.png") center no-repeat;
    background-size: 100px;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 30px;
    border-radius: 50%;
    vertical-align: middle; } }
@media (min-width: 767px) and (max-width: 991px) {
  .offset-md-33 {
    margin-left: 29.1666665%; }

  .pad-sides {
    padding-left: 1.5rem;
    padding-right: 3.5rem; }

  .tablet-no-pad {
    padding-right: 0 !important; } }
@media (min-width: 768px) and (max-width: 855px) {
  .hide-container {
    display: none; }

  .change-width {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%; }

  .cycle {
    position: absolute;
    right: 0;
    top: 5%;
    padding-right: .8em;
    padding-left: .8em;
    color: #ffffff;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    display: block !important; }

  .cycle-ended {
    background: #ED9405; }

  .cycle-ongoing {
    background: #2ABC5D; } }
@media (min-width: 1600px) {
  .form-check-input {
    margin-top: .5rem; }

  div .nav-bg {
    background: url("/storage/images/bg/nav-bg-big.png") no-repeat;
    background-size: cover;
    padding-top: 7.5em;
    padding-bottom: 3.5em;
    background-position: left 0px top 0px; } }
@media (max-width: 1244px) {
  ._no_break {
    padding-bottom: 0 !important; }

  ._break {
    display: block;
    margin-bottom: 1.5em; }

  .break .sponsors-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important; } }
@media (max-width: 1148px) {
  .img-size {
    font-size: .92em; } }
@media (max-width: 1114px) {
  .img-size {
    font-size: .89em; } }
@media (max-width: 1031px) {
  .img-size {
    font-size: .8em; } }
@media (max-width: 1146px) {
  .nav-item-tab {
    padding-right: 1rem !important; } }
@media (max-width: 991px) {
  .dashboard .back-to-dashboard {
    margin-top: .3em !important; }

  .body_height {
    min-height: 900px; }

  .dashboard-title {
    padding-top: 25px !important; }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    top: -8px; }

  .cart_item svg path {
    fill: #ffffff; }

  .pr_4 {
    padding-right: 15px; }

  .update_head {
    margin-bottom: 3em; }

  .profile-container-mobile {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e3e3;
    top: 0;
    margin-bottom: 1.5em; }
    .profile-container-mobile .profile-container {
      position: absolute;
      left: 10vw;
      top: -4em; }
      .profile-container-mobile .profile-container .profile-name {
        color: #ffffff; }
      .profile-container-mobile .profile-container a {
        text-decoration: underline;
        padding-left: 0;
        color: #888888; }
      .profile-container-mobile .profile-container .profile-img img {
        background: #aaaaaa;
        height: 40px;
        width: 40px;
        object-fit: cover;
        border-radius: 50%; }

  .overlay {
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: relative; }
    .overlay:before {
      position: absolute;
      content: " ";
      width: 100%;
      z-index: 1000;
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      top: 0;
      left: 0;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }

  .profile-setting {
    padding-top: 2.5rem;
    padding-bottom: 20px; }
    .profile-setting .show-profile {
      position: relative;
      color: #293737;
      padding: 6px 15px;
      font-size: 18px; }
      .profile-setting .show-profile:before {
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        -webkit-border-color: #888888;
        -moz-border-color: #888888;
        -o-border-color: #888888;
        -ms-border-color: #888888;
        border-color: #888888;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }
      .profile-setting .show-profile:after {
        position: absolute;
        content: " ";
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-border-color: #888888;
        -moz-border-color: #888888;
        -o-border-color: #888888;
        -ms-border-color: #888888;
        border-color: #888888;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid;
        -moz-border-style: solid;
        -o-border-style: solid;
        -ms-border-style: solid;
        border-style: solid; }

  #side-bar_profile {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: fixed;
    top: 0%;
    width: 90%;
    height: 100%;
    left: 0%;
    z-index: 1000 !important;
    -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02); }
    #side-bar_profile.dashboard-img-no-radius {
      -moz-border-radius: 0px 5px 5px 0px !important;
      -webkit-border-radius: 0px 5px 5px 0px !important;
      -o-border-radius: 0px 5px 5px 0px !important;
      -ms-border-radius: 0px 5px 5px 0px !important;
      border-radius: 0px 5px 5px 0px !important; }
      #side-bar_profile.dashboard-img-no-radius .dashboard-img-container .img {
        max-width: 120px !important; }
    #side-bar_profile .hide-side-bar {
      position: fixed;
      z-index: 1000; }
      #side-bar_profile .hide-side-bar .fa-2x {
        font-size: 1.3em;
        color: #293737;
        background: rgba(172, 187, 22, 0.06);
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%; }
    #side-bar_profile .hide-farmshop {
      color: #293737; }

  .d-hide-filter {
    display: none; }

  /*mobile slider begins*/
  .slider {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  @-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible; }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  @keyframes slideInRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible; }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }

  @-webkit-keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible; }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @keyframes slideInLeft {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible; }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }

  /*mobile slider ends*/
  .d-hide-profile {
    display: none; }

  .d-show-profile {
    display: block; }

  nav.nav-fixed {
    top: 2.3em !important; }

  .sub-tab {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .pad-up {
    position: relative; }
    .pad-up .close-btn-mobile {
      position: absolute;
      top: 15%;
      left: 100%; }

  .farmcart-body .nav-link a {
    padding: 6px 20px !important;
    font-size: 16px !important; }
  .farmcart-body .pad-up {
    padding-bottom: .5em !important; }

  .sub-header-bg h4 {
    font-size: 1.5em; }

  .nav-item-tab {
    padding-right: 1.5rem !important; }

  .farm-unit {
    padding-left: 1em !important; }

  .break {
    display: inline; }
    .break .sponsors-link {
      padding: .7em 15px !important;
      margin-left: 13px !important;
      margin-left: 0 !important; }

  .details-container, .individual-farm-unit .simulator-bg #details .cover {
    width: 100% !important; }

  .happy-farmers {
    padding-top: 0 !important; }

  .other-farms .side-product {
    padding-bottom: 0 !important; }
  .other-farms:after {
    width: 35% !important;
    left: 32.5% !important;
    top: 6% !important; }
  .other-farms .side-product {
    text-align: center; }

  .pad {
    margin-top: 30px !important; }

  .img-size {
    font-size: .98em; }
    .img-size img {
      display: inline; }

  .farm-card {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .how-it-works {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .stat-card {
    padding-top: 10px;
    padding-bottom: 10px; }

  ._no_break {
    margin-bottom: 1rem !important; } }
@media (min-width: 426px) and (max-width: 767px) {
  #side-bar_profile {
    width: 70% !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  #side-bar_profile {
    width: 55% !important; } }
@media (max-width: 767px) {
  .farm-unit_no_pad {
    padding-left: 0 !important; }

  #farmshop-filter .shop-sub-class .form-check-input {
    top: .09em; }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    top: -35px; }

  .d-hide-farmshop {
    display: none !important; }

  #side-bar_farmshop {
    width: 70% !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: fixed;
    top: 0%;
    width: 90%;
    height: 100%;
    left: 0%;
    z-index: 1000 !important;
    -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02); }
    #side-bar_farmshop.dashboard-img-no-radius {
      -moz-border-radius: 0px 5px 5px 0px !important;
      -webkit-border-radius: 0px 5px 5px 0px !important;
      -o-border-radius: 0px 5px 5px 0px !important;
      -ms-border-radius: 0px 5px 5px 0px !important;
      border-radius: 0px 5px 5px 0px !important; }
      #side-bar_farmshop.dashboard-img-no-radius .dashboard-img-container .img {
        max-width: 120px !important; }
    #side-bar_farmshop .hide-side-bar {
      position: fixed;
      z-index: 1000; }
      #side-bar_farmshop .hide-side-bar .fa-2x {
        font-size: 1.3em;
        color: #293737;
        background: rgba(172, 187, 22, 0.06);
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%; }
    #side-bar_farmshop .hide-farmshop {
      color: #293737; }

  .update-profile-btn {
    width: 100% !important; }

  .products div.row div.main-container div.row {
    padding-left: 8px;
    padding-right: 8px; }

  .pad-product-sides {
    padding-left: .6em !important;
    padding-right: .6em !important; }

  ._pad-product-sides {
    padding-left: 4.6em !important;
    padding-right: 4.6em !important; }

  .img-dummy .play-icon svg {
    top: 44% !important;
    left: 44% !important;
    height: 10vh !important;
    width: 10vw !important; }

  .update-pad-sides {
    padding-left: 0em !important;
    padding-right: 0em !important; }

  nav.nav-fixed {
    top: 3.5em !important; }

  .navbar-brand {
    padding-left: 20px !important; }

  #myTab .nav-item a span, #myTab .nav-item a .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div #myTab .nav-item a .p_span {
    display: block; }
  #myTab .nav-item a .hide-span {
    display: block; }

  .sub-tab {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

  .sponsored-card {
    padding-left: 0 !important; }

  .amount {
    margin-bottom: 10px;
    font-size: 18px !important; }

  .calc-title {
    font-size: 15px !important; }

  .total .amount {
    padding-bottom: .5em;
    position: relative; }
    .total .amount:after {
      position: absolute;
      content: " ";
      bottom: 0;
      width: 90%;
      left: 5%;
      -webkit-border-color: #db353a;
      -moz-border-color: #db353a;
      -o-border-color: #db353a;
      -ms-border-color: #db353a;
      border-color: #db353a;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid; }

  .calc-details {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd; }

  .farm-pic-container {
    padding-left: 0 !important; }

  .relative-on-mobile #slide-out {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: fixed;
    top: 0%;
    width: 90%;
    left: 0%;
    z-index: 1000;
    -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02);
    box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.02), 3px 3px 14px 1px rgba(0, 0, 0, 0.02), 2px 4px 18px 3px rgba(0, 0, 0, 0.02); }
    .relative-on-mobile #slide-out .fa-2x {
      font-size: 1.3em;
      color: #293737;
      background: rgba(172, 187, 22, 0.06);
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
  .relative-on-mobile #farmshop-filter {
    overflow-y: auto !important;
    height: 80vh; }
  .relative-on-mobile .form-check-input {
    position: relative; }
  .relative-on-mobile #farmshop-filter .shop-sub-class label {
    padding-left: 0.8rem; }

  .farms ul {
    padding-top: 8px;
    padding-bottom: 8px; }
    .farms ul li a {
      padding-top: 3px;
      padding-bottom: 3px; }

  .sub-header-bg {
    padding-bottom: 0; }

  .search-output {
    padding-top: 2rem !important; }
    .search-output .search {
      position: relative; }
      .search-output .search select {
        position: absolute;
        left: 25%;
        width: 50%;
        height: auto;
        min-height: 35px; }

  .happy-farmers {
    padding-top: 1.3em !important; }

  .other-farms .side-product {
    padding-bottom: 0 !important; }
  .other-farms:after {
    top: 7% !important; } }
.hide-span {
  display: none; }

.mobile-form-select {
  display: none; }

@media (max-width: 655px) {
  ._pad-product-sides {
    padding-left: 2.6em !important;
    padding-right: 2.6em !important; }

  .hide-span {
    display: block; }

  #myTab {
    display: none; }

  .mobile-form-select {
    display: block; }
    .mobile-form-select form #mySelect {
      height: calc(2.875rem + 2px);
      width: 100%;
      padding-left: .7rem;
      padding-top: .375rem;
      padding-bottom: .375rem;
      margin: auto;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent !important;
      background-position: 96% 50% !important;
      background-repeat: no-repeat !important;
      background-image: url("/storage/images/bg/down.svg") !important; }
      .mobile-form-select form #mySelect:focus {
        outline: none !important;
        -webkit-border-color: #707070;
        -moz-border-color: #707070;
        -o-border-color: #707070;
        -ms-border-color: #707070;
        border-color: #707070;
        -webkit-border-width: 1px;
        -moz-border-width: 1px;
        -o-border-width: 1px;
        -ms-border-width: 1px;
        border-width: 1px;
        -webkit-border-style: solid !important;
        -moz-border-style: solid !important;
        -o-border-style: solid !important;
        -ms-border-style: solid !important;
        border-style: solid !important;
        box-shadow: none !important; } }
@media (max-width: 575px) {
  .checkout_btn{
    padding-left:3em;
    padding-right:3em;
  }
  .subtotal_1 {
    padding-top: 0 !important; }

  .profile-update-container .profile-update-title h5 a {
    font-size: 18px; }

  .hide-container-notification {
    display: none; }

  .pad-up {
    padding-bottom: .9em !important; } }
@media (max-width: 571px) {
  .nav-item-tab {
    padding-right: 1rem !important; } }
@media (max-width: 550px) {
  ._pad-product-sides {
    padding-left: 0.6em !important;
    padding-right: 0.6em !important; }

  .progress-bar-container .progress-main-title {
    font-size: 19px !important; }

  .order-received-bg {
    font-size: 16px; }
    .order-received-bg p {
      font-size: 21px;
      font-weight: 600; }
    .order-received-bg svg {
      height: 50px !important;
      width: 50px !important; }

  .other-farms:after {
    width: 45% !important;
    left: 27.5% !important; } }
@media (min-width: 991px) {
  .relative-position {
    position: relative;
    top: -3.49em;
    padding-right: 0; }

  .push_progress_left {
    padding-left: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
    background: #F8FAEB;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
    .push_progress_left .progress2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      width: .8rem;
      height: 90vh;
      margin-left: .7em;
      border: 1px solid #acbb16;
      overflow: hidden;
      font-size: .75rem;
      background-color: #e9ecef;
      border-radius: .25rem; }
      .push_progress_left .progress2 .progress-bar2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        transition: height .6s ease; }
        .push_progress_left .progress2 .progress-bar2.progressBar:first-child {
          -moz-border-radius: 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0;
          -o-border-radius: 10px 10px 0 0;
          -ms-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }
        .push_progress_left .progress2 .progress-bar2.progressBar:last-child {
          -moz-border-radius: 0 0 10px 10px;
          -webkit-border-radius: 0 0 10px 10px;
          -o-border-radius: 0 0 10px 10px;
          -ms-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }
        .push_progress_left .progress2 .progress-bar2.progressBar:before {
          z-index: 1000;
          position: absolute;
          left: 0;
          content: " ";
          width: 100%; }
        .push_progress_left .progress2 .progress-bar2.progressBar a {
          display: inline-block; }
          .push_progress_left .progress2 .progress-bar2.progressBar a:before {
            content: "\25CF";
            margin-top: 10px;
            position: absolute;
            font-size: 20pt;
            left: 2.51em;
            text-decoration: none;
            color: #222; }
          .push_progress_left .progress2 .progress-bar2.progressBar a.active:before {
            content: "\25CF";
            margin-top: 10px;
            position: absolute;
            font-size: 20pt;
            left: 2.51em;
            text-decoration: none;
            color: #888888; }
        .push_progress_left .progress2 .progress-bar2:before {
          position: absolute;
          content: " ";
          background: #4e7c4e;
          left: 0;
          top: 0;
          z-index: 1000;
          width: 100 !important; }
        .push_progress_left .progress2 .progress-bar2 .progress_update_number {
          content: " ";
          position: absolute;
          margin-top: 15px;
          left: 2em;
          font-size: 18px;
          color: #222; }
        .push_progress_left .progress2 .progress-bar2 .progress_update_date {
          position: absolute;
          margin-top: 18px;
          font-weight: bold;
          left: 7em;
          font-size: 14px;
          color: #222;
          display: block; }
          .push_progress_left .progress2 .progress-bar2 .progress_update_date.active:after {
            -webkit-border-color: #acbb16;
            -moz-border-color: #acbb16;
            -o-border-color: #acbb16;
            -ms-border-color: #acbb16;
            border-color: #acbb16;
            -webkit-border-width: 1.5px;
            -moz-border-width: 1.5px;
            -o-border-width: 1.5px;
            -ms-border-width: 1.5px;
            border-width: 1.5px;
            -webkit-border-style: solid;
            -moz-border-style: solid;
            -o-border-style: solid;
            -ms-border-style: solid;
            border-style: solid;
            width: 100%;
            content: " ";
            position: absolute;
            left: 0;
            bottom: -5px; }

  .d-absolute {
    top: -395px; } }
.progress_update_date {
  display: none; }

@media (min-width: 1138px) {
  .d-absolute {
    top: -380px; } }
@media (min-width: 1276px) {
  .d-absolute {
    top: -350px; } }
@media (max-width: 575px) {
  .sub_tab {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important; }

  .total .amount:after {
    width: 30%;
    left: 0; }

  .form-width div {
    justify-content: center !important;
    display: flex !important; } }
@media (max-width: 518px) {
  .back-shop span, .back-shop .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .back-shop .p_span {
    display: none; }

  .checkout-pg span, .checkout-pg .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .checkout-pg .p_span {
    display: none; }

  .break .sponsors-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important; }

  ._break {
    display: block;
    margin-bottom: 1.5em; } }
@media (max-width: 506px) {
  .dashboard-sub-nav1 ol li {
    padding-right: 6.5px; }
    .dashboard-sub-nav1 ol li a {
      font-size: 15px; } }
@media (max-width: 484px) {
  .total .amount:after {
    width: 40%; }

  .farm-span span, .farm-span .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .farm-span .p_span {
    position: relative !important;
    display: block; }

  .product-price:before {
    width: 60% !important; } }
@media (max-width: 470px) {
  .sub-tab {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .sub_tab {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .hide-container {
    display: none; }

  .change-width {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%; }

  .cycle {
    position: absolute;
    right: 0;
    top: 5%;
    padding-right: .8em;
    padding-left: .8em;
    color: #ffffff;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    display: block !important; }

  .cycle-ended {
    background: #ED9405; }

  .cycle-ongoing {
    background: #2ABC5D; } }
@media (max-width: 444px) {
  .chart_bg_white .amount_mumber {
    font-size: 14px; }
  .chart_bg_white .farm_unit {
    font-size: 14px; }

  .card-border-row {
    display: grid;
    grid-template-columns: 1fr 366px 1fr; } }
@media (max-width: 428px) {
  .tablet-no-pad {
    padding-right: 0 !important; }

  .nav-item-tab {
    padding-right: .5rem !important; }
    .nav-item-tab .nav-link {
      padding: .5rem 0.6rem; }

  .break .sponsors-link {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .break .follow-link {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (max-width: 425px) {
  .farmcart-body .subtotal_management {
    font-size: 14.5px; }
    .farmcart-body .subtotal_management span, .farmcart-body .subtotal_management .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .farmcart-body .subtotal_management .p_span {
      font-size: 13px; }

  .dashboard-details {
    display: block;
    padding-left: 3px; }

  .grid-container {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 360px 1fr; }

  .pad-sides {
    padding-left: 1.4em !important;
    padding-right: 1.4em !important; }

  .pad-sides_1 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media (max-width: 424px) {
  .chart_bg_white .amount_mumber {
    font-size: 13.5px; }
  .chart_bg_white .farm_unit {
    font-size: 13.5px; }

  .products div.row div.main-container div.row {
    padding-left: 5px;
    padding-right: 5px; }

  .img-dummy .play-icon svg {
    top: 38% !important;
    left: 43% !important;
    height: 9vh !important;
    width: 9vw !important; }

  .dashboard-sub-nav ol {
    list-style-type: none;
    padding-left: 0; }
    .dashboard-sub-nav ol li {
      display: inline-block;
      padding-right: 10px; }
      .dashboard-sub-nav ol li a {
        font-size: 16px;
        color: #bbbbbb; }
        .dashboard-sub-nav ol li a.active {
          color: #293737; }
        .dashboard-sub-nav ol li a:hover {
          color: #666666; }

  .dashboard-sub-nav1 ol li {
    padding-right: 6.5px; }
    .dashboard-sub-nav1 ol li a {
      font-size: 15px; } }
.label-btn {
  position: absolute;
  background: #acbb16;
  padding: .3rem .6rem;
  color: #ffffff;
  z-index: 1000;
  top: 73%;
  left: 50%; }
  .label-btn i {
    color: #ffffff; }

.user-placeholder-container {
  position: relative; }

@media (min-width: 991px) and (max-width: 1250px) {
  .label-btn {
    left: 65%; } }
@media (max-width: 406px) {
  .picture {
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    margin-right: 30px;
    border-radius: 50% !important;
    vertical-align: middle; }

  .user-placeholder {
    background: #dce0eb url("/storage/images/profile1.png") center no-repeat;
    background-size: 80px;
    display: inline-block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 30px;
    border-radius: 50%;
    vertical-align: middle; }

  .dashboard-sub-nav {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 397px) {
  .mobile-weight {
    font-weight: 500 !important;
    color: #666666; }

  .checkout {
    padding-left: .5em !important;
    padding-right: .5em !important; }

  .option-font {
    font-size: 16.9px !important; }

  .pad-sides_1 {
    padding-left: 6px !important;
    padding-right: 6px !important; } }
@media (max-width: 370px) {
  .checkout_btn{
    padding-left:1em;
    padding-right:1em;
  }
  .check_cart_link {
    padding-left: 1em;
}
  .grid-container {
    grid-template-columns: 1fr 3200px 1fr; }

  .sub-tab {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .sub_tab {
    padding-left: .5rem !important;
    padding-right: .5rem !important; }

  .chart_bg_container {
    padding-left: 0;
    padding-right: 0; }

  .dashboard-sub-nav ol li {
    padding-right: 4.8px; }
    .dashboard-sub-nav ol li a {
      font-size: 14px;
      font-weight: 400; } }
@media (max-width: 364px) {
  .card-border-row {
    display: grid;
    grid-template-columns: 1fr 290px 1fr; }
    .card-border-row .span1 {
      bottom: 0% !important;
      left: 13% !important; }
      .card-border-row .span1 span, .card-border-row .span1 .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .card-border-row .span1 .p_span {
        display: block;
        line-height: 1; } }
@media (max-width: 350px) {
  .option-font {
    padding-bottom: 2.2em !important;
    font-size: 15px !important; }

  .span {
    bottom: 10% !important;
    padding-left: 1em !important; }

  .span1 {
    bottom: 6% !important;
    padding-left: 0 !important;
    left: .9em !important; }

  .total .amount:after {
    width: 45%; }

  .product-price:before {
    width: 80% !important; }

  .img-size {
    font-size: .8em; }

  .break .sponsors-link {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .break .follow-link {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media (max-width: 347px) {
  .chart_bg_white {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .chart_bg_white .col_4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
      flex: 0 0 31%;
      max-width: 31%; }
    .chart_bg_white .col_44 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35.666666%;
      flex: 0 0 35.666666%;
      max-width: 35.666666%; }

  #owl-carousel-dashboard .carousel-item-bg {
    padding-bottom: 1.2em; }
    #owl-carousel-dashboard .carousel-item-bg img {
      display: none !important; }
    #owl-carousel-dashboard .carousel-item-bg .carousel-body {
      font-weight: 400 !important;
      font-size: 13.4px !important;
      padding-left: 10px !important;
      padding-bottom: 15px !important; }
    #owl-carousel-dashboard .carousel-item-bg .sponsored-amount {
      font-size: 20px !important;
      padding-left: 10px !important; }
    #owl-carousel-dashboard .carousel-item-bg .carousel-link {
      font-size: 13.2px !important;
      color: #acbb16;
      padding-left: 10px !important; }
      #owl-carousel-dashboard .carousel-item-bg .carousel-link img {
        display: inline !important; } }
@media (max-width: 321px) {
  .other-farms:after {
    top: 4% !important; }

  .grid-container {
    grid-template-columns: 1fr 300px 1fr; }

  .farmcart-body .nav-link a {
    padding: 6px 8px !important;
    font-size: 14px !important; }

  .index-product {
    width: 80% !important;
    left: 10% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important; }

  .product-card div.row div span, .products div.row div.main-container div.row div div.row .product-card div.row div .p_span {
    font-size: 1.1em !important;
    color: #707070; }
  .product-card div.row div .p_span {
    font-size: 1.1em !important;
    color: #707070; }

  .companies a img {
    height: 46px !important; } }
/*mobile menu begins*/
@media (max-width: 991px) {
  .menu ul li.login_top {
    margin-top: -25px; }
  .menu ul li .dummy::after {
    border-color: transparent; }
  .menu ul li a:hover {
    color: #db353a !important; }
  .menu ul li a.login {
    text-align: center !important;
    width: 40vw;
    margin-left: 30vw;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    padding: .3rem 1rem !important;
    position: relative !important; }
  .menu ul li a.sign-up {
    text-align: center !important;
    width: 60vw;
    margin-left: 20vw !important;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: .3rem 1rem !important;
    position: relative; }
  .menu ul li .dropdown-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; }
    .menu ul li .dropdown-menu .dropdown-item.active {
      color: #ffffff !important;
      position: relative; }
  .menu .nav__width li {
    width: 70%; }
  .menu .nav__width .profile-container-mobile {
    width: 100%; } }
/*mobile menu ends*/
/*farmshop page navigation*/
.farmshop-pg-nav .page-item .page-link {
  color: #293737; }
  .farmshop-pg-nav .page-item .page-link:focus {
    box-shadow: none;
    -webkit-border-color: #3DBC47;
    -moz-border-color: #3DBC47;
    -o-border-color: #3DBC47;
    -ms-border-color: #3DBC47;
    border-color: #3DBC47;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }

/*style loader*/
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
    39%,
    100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%,
    39%,
    100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/*  sign-up grid container*/
.sign-up-grid {
  display: grid;
  grid-template-columns: 1fr 65vw 1fr; }

.back_to_bome_link {
  text-align: center;
  margin-top: 30px; }
  .back_to_bome_link a {
    color: #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #293737;
    padding: 9px 25px;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .back_to_bome_link a:hover {
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      background: #3f5454;
      color: #f7f7f7; }

.sign-up-grid-body {
  grid-column-start: 2;
  margin-top: 20vh;
  padding: 30px;
  background: #acbb16;
  text-align: center;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .sign-up-grid-body h5,
  .sign-up-grid-body p {
    color: #293737; }

@media (max-width: 991px) {
  .sign-up-grid {
    display: grid;
    grid-template-columns: 1fr 85vw 1fr; } }
.tab-body {
  align-items: center;
  justify-content: center;
  background: #fafafa;
  display: flex;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.125em;
  height: 100vh;
  margin: 0;
  padding: 15px; }

.phone {
  background: white;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .phone .card__title {
    text-align: left !important;
    width: 80%;
    padding-left: 10px; }
  .phone .card {
    height: 100%;
    position: absolute;
    transition: transform 300ms;
    width: 100%;
    border: none; }
  .phone .card:nth-child(2) {
    transform: translateX(100%); }
  .phone .card:nth-child(3) {
    transform: translateX(100%); }
  .phone .card:nth-child(4) {
    transform: translateX(100%); }
  .phone .card:nth-child(5) {
    transform: translateX(100%); }
  .phone .card__contents {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 20px;
    position: absolute;
    top: 0;
    width: 100%; }
  .phone .card__body {
    margin-top: 20px;
    max-width: 80%;
    padding-left: 10px;
    overflow-y: scroll; }
    .phone .card__body::-webkit-scrollbar {
      width: 0px;
      background: transparent;
      /* make scrollbar transparent */ }
    .phone .card__body h5 {
      padding-bottom: 10px;
      color: #acbb16; }
  .phone .card__next {
    -webkit-tap-highlight-color: transparent;
    bottom: 20px;
    cursor: pointer;
    margin-top: 50px;
    position: absolute;
    right: 20px;
    user-select: none; }
  .phone .card__shadow {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 10%; }
  .phone .card:nth-child(1) .card__shadow {
    height: 0; }
  .phone .card:nth-child(2) .card__shadow {
    height: 10%; }
  .phone .card:nth-child(3) .card__shadow {
    height: 20%; }
  .phone .card:nth-child(4) .card__shadow {
    height: 30%; }
  .phone .card:nth-child(5) .card__shadow {
    height: 40%; }
  .phone .card__index {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 10%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 10%;
    z-index: 1; }
  .phone .card:nth-child(1) .card__index {
    top: 0; }
  .phone .card:nth-child(2) .card__index {
    top: 10%; }
  .phone .card:nth-child(3) .card__index {
    top: 20%; }
  .phone .card:nth-child(4) .card__index {
    top: 30%; }
  .phone .card:nth-child(5) .card__index {
    top: 40%; }

/*farm updates*/
.card:nth-of-type(0) .card__content__bg {
  background: #dddddd; }
.card:nth-of-type(0) .card__index {
  background: #dddddd; }

.card:nth-of-type(1) .card__content__bg {
  background: #dadada; }
.card:nth-of-type(1) .card__index {
  background: #dadada; }

.card:nth-of-type(2) .card__content__bg {
  background: lightgray; }
.card:nth-of-type(2) .card__index {
  background: lightgray; }

.card:nth-of-type(3) .card__content__bg {
  background: #c6c6c6; }
.card:nth-of-type(3) .card__index {
  background: #c6c6c6; }

.card:nth-of-type(4) .card__content__bg {
  background: #b4b4b4; }
.card:nth-of-type(4) .card__index {
  background: #b4b4b4; }

.card:nth-of-type(5) .card__content__bg {
  background: #9d9d9d; }
.card:nth-of-type(5) .card__index {
  background: #9d9d9d; }

.card:nth-of-type(6) .card__content__bg {
  background: #818181; }
.card:nth-of-type(6) .card__index {
  background: #818181; }

.card:nth-of-type(7) .card__content__bg {
  background: #606060; }
.card:nth-of-type(7) .card__index {
  background: #606060; }

.card:nth-of-type(8) .card__content__bg {
  background: #3a3a3a; }
.card:nth-of-type(8) .card__index {
  background: #3a3a3a; }

.card:nth-of-type(9) .card__content__bg {
  background: #0e0e0e; }
.card:nth-of-type(9) .card__index {
  background: #0e0e0e; }

.card:nth-of-type(10) .card__content__bg {
  background: black; }
.card:nth-of-type(10) .card__index {
  background: black; }

.update_head {
  padding: 2em 5px 10px 1.8em;
  background: #666666;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .update_head h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: .2rem; }
  .update_head p {
    color: #ffffff;
    font-size: 16px; }

.apexcharts-legend {
  display: block !important; }

/*pagination farmshop*/
.farm_pagination .pagination {
  /*justify-content:flex-end;*/ }
.farm_pagination .page-link {
  padding: .3rem .75rem;
  color: #293737; }
.farm_pagination .page-item.active .page-link {
  background: #dee2e6;
  color: #293737;
  -webkit-border-color: #dee2e6;
  -moz-border-color: #dee2e6;
  -o-border-color: #dee2e6;
  -ms-border-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -o-border-style: solid;
  -ms-border-style: solid;
  border-style: solid; }
.farm_pagination .page-item:hover .page-link {
  background-color: #e9ecef; }
.farm_pagination .page-item .page-link:focus {
  box-shadow: none !important;
  -webkit-border-color: #3DBC47;
  -moz-border-color: #3DBC47;
  -o-border-color: #3DBC47;
  -ms-border-color: #3DBC47;
  border-color: #3DBC47;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  -o-border-width: 1px;
  -ms-border-width: 1px;
  border-width: 1px;
  -webkit-border-style: solid !important;
  -moz-border-style: solid !important;
  -o-border-style: solid !important;
  -ms-border-style: solid !important;
  border-style: solid !important; }

/*media page*/
.media_nav {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  .media_nav li {
    padding: 20px 5px 3px 5px;
    display: inline-block; }
    .media_nav li a {
      padding: 8px 85px;
      -webkit-border-color: #efefef;
      -moz-border-color: #efefef;
      -o-border-color: #efefef;
      -ms-border-color: #efefef;
      border-color: #efefef;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01); }
      .media_nav li a:hover {
        color: #293737;
        position: relative; }
        .media_nav li a:hover:after {
          position: absolute;
          content: " ";
          bottom: -3px;
          left: 0;
          width: 100%;
          border-bottom: 4px solid #acbb16; }
      .media_nav li a.active {
        background: #acbb16;
        color: #ffffff; }
        .media_nav li a.active:hover {
          color: #ffffff; }
          .media_nav li a.active:hover:after {
            border: none; }
    .media_nav li:first-of-type a {
      -moz-border-radius: 8px 0 0 8px;
      -webkit-border-radius: 8px 0 0 8px;
      -o-border-radius: 8px 0 0 8px;
      -ms-border-radius: 8px 0 0 8px;
      border-radius: 8px 0 0 8px; }
      .media_nav li:first-of-type a:hover:after {
        left: 0%;
        width: 100%;
        -moz-border-radius: 0 0 0 28px;
        -webkit-border-radius: 0 0 0 28px;
        -o-border-radius: 0 0 0 28px;
        -ms-border-radius: 0 0 0 28px;
        border-radius: 0 0 0 28px; }
    .media_nav li:last-of-type a {
      -moz-border-radius: 0px 8px 8px 0px;
      -webkit-border-radius: 0px 8px 8px 0px;
      -o-border-radius: 0px 8px 8px 0px;
      -ms-border-radius: 0px 8px 8px 0px;
      border-radius: 0px 8px 8px 0px; }
      .media_nav li:last-of-type a:hover:after {
        -moz-border-radius: 0 0 12px 0px;
        -webkit-border-radius: 0 0 12px 0px;
        -o-border-radius: 0 0 12px 0px;
        -ms-border-radius: 0 0 12px 0px;
        border-radius: 0 0 12px 0px; }

.container_main {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px; }

.grid_container {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  grid-template-columns: repeat(2, minmax(200px, 1fr)); }
  .grid_container .grid_item {
    grid-template-columns: 230px 1fr;
    display: grid;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.02);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-color: #efefef;
    -moz-border-color: #efefef;
    -o-border-color: #efefef;
    -ms-border-color: #efefef;
    border-color: #efefef;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .grid_container .grid_item:hover {
      box-sizing: border-box;
      -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 1px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      border: none; }
    .grid_container .grid_item p {
      font-size: .92em; }
    .grid_container .grid_item .award_type {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: .5rem;
      position: relative; }
      .grid_container .grid_item .award_type:after {
        position: absolute;
        content: " ";
        bottom: 0;
        border-bottom: 3px solid #acbb16;
        width: 15%;
        left: 0; }
  .grid_container .grid-img-container {
    display: grid;
    align-content: center; }
    .grid_container .grid-img-container .img_container {
      display: grid;
      align-content: center;
      height: 106px;
      line-height: 126px;
      border: 1px solid #efefef;
      border: 1px solid rgba(107, 11, 11, 0.05);
      margin: 7px auto;
      padding: 7px;
      background: #fefefe;
      overflow: hidden;
      width: 70%; }
      .grid_container .grid-img-container .img_container img {
        vertical-align: unset;
        object-fit: contain; }
  .grid_container .award_body {
    padding-right: 20px; }

.photo_bottom {
  padding-bottom: 80px; }

/*media*/
.grid_media_container {
  padding: 0 70px;
  display: grid;
  padding-bottom: 80px;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(200px, 1fr)); }
  .grid_media_container .grid_media_item {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.02);
    padding: 20px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-color: #efefef;
    -moz-border-color: #efefef;
    -o-border-color: #efefef;
    -ms-border-color: #efefef;
    border-color: #efefef;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid;
    display: grid;
    grid-template-columns: 1fr; }
    .grid_media_container .grid_media_item:hover {
      box-sizing: border-box;
      -webkit-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 0px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -o-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 0px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -ms-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 0px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -moz-box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 0px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      box-shadow: -3px -3px 14px -1px rgba(0, 0, 0, 0.01), 3px 3px 14px 0px rgba(0, 0, 0, 0.01), 2px 4px 18px 3px rgba(0, 0, 0, 0.01);
      -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      border-color: transparent; }
      .grid_media_container .grid_media_item:hover .item_media_logo {
        -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
        .grid_media_container .grid_media_item:hover .item_media_logo .media_img_container img {
          -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          filter: grayscale(0); }
    .grid_media_container .grid_media_item .item_media_logo {
      display: grid; }
      .grid_media_container .grid_media_item .item_media_logo .media_img_container {
        align-self: center;
        justify-self: center;
        width: 50%; }
        .grid_media_container .grid_media_item .item_media_logo .media_img_container img {
          display: block;
          margin: 0 auto;
          -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
          filter: grayscale(0.5);
          height: 70px;
          object-fit: contain; }
    .grid_media_container .grid_media_item .item_media_body {
      background: #ffffff;
      background: #fefefe;
      padding: 10px;
      padding-top: 20px; }
      .grid_media_container .grid_media_item .item_media_body .media_mention {
        margin-bottom: .3rem;
        line-height: 1.3; }
      .grid_media_container .grid_media_item .item_media_body .full_article {
        margin-bottom: 0;
        text-align: right; }
        .grid_media_container .grid_media_item .item_media_body .full_article a {
          font-size: .9rem;
          text-decoration: underline;
          text-decoration-color: #acbb16;
          color: #293737;
          color: #717171; }
          .grid_media_container .grid_media_item .item_media_body .full_article a:hover {
            text-decoration: none; }
      .grid_media_container .grid_media_item .item_media_body .media_title_date {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr)); }
        .grid_media_container .grid_media_item .item_media_body .media_title_date .media_tittle {
          position: relative;
          font-weight: 500; }
          .grid_media_container .grid_media_item .item_media_body .media_title_date .media_tittle:after {
            position: absolute;
            content: " ";
            width: 30px;
            left: 0;
            bottom: 0;
            -webkit-border-color: #acbb16;
            -moz-border-color: #acbb16;
            -o-border-color: #acbb16;
            -ms-border-color: #acbb16;
            border-color: #acbb16;
            -webkit-border-width: 1.5px;
            -moz-border-width: 1.5px;
            -o-border-width: 1.5px;
            -ms-border-width: 1.5px;
            border-width: 1.5px;
            -webkit-border-style: solid;
            -moz-border-style: solid;
            -o-border-style: solid;
            -ms-border-style: solid;
            border-style: solid; }
        .grid_media_container .grid_media_item .item_media_body .media_title_date .media_date {
          text-align: right;
          padding-right: 10px;
          font-size: .8rem;
          color: #c07804; }

/*video*/
.grid_video_container {
  padding-bottom: 80px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, minmax(200px, 1fr)); }
  .grid_video_container .video_container {
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-color: #efefef;
    -moz-border-color: #efefef;
    -o-border-color: #efefef;
    -ms-border-color: #efefef;
    border-color: #efefef;
    -webkit-border-width: 1px;
    -moz-border-width: 1px;
    -o-border-width: 1px;
    -ms-border-width: 1px;
    border-width: 1px;
    -webkit-border-style: solid;
    -moz-border-style: solid;
    -o-border-style: solid;
    -ms-border-style: solid;
    border-style: solid; }
    .grid_video_container .video_container:before {
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
      width: 100%;
      height: 100%;
      background: transparent; }
    .grid_video_container .video_container:hover .video_play_overlay {
      visibility: visible;
      -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
      -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
      -ms-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
      -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
      transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important; }
    .grid_video_container .video_container span, .grid_video_container .video_container .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .grid_video_container .video_container .p_span {
      display: block;
      line-height: 1.2;
      padding: 10px;
      padding-top: 0; }
    .grid_video_container .video_container .video_play_overlay {
      position: absolute;
      left: 0;
      visibility: hidden;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      display: grid;
      align-content: center;
      background: rgba(0, 0, 0, 0.87);
      -moz-border-radius: 0px 0px 10px 10px;
      -webkit-border-radius: 0px 0px 10px 10px;
      -o-border-radius: 0px 0px 10px 10px;
      -ms-border-radius: 0px 0px 10px 10px;
      border-radius: 0px 0px 10px 10px; }
      .grid_video_container .video_container .video_play_overlay span, .grid_video_container .video_container .video_play_overlay .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .grid_video_container .video_container .video_play_overlay .p_span {
        color: #ffffff;
        text-align: center;
        font-size: 1.2em; }

/*FAQ*/
.faq-section .faq_main_title {
  margin: 50px auto;
  margin-bottom: 10px;
  font-size: 20px;
  max-width: 777px;
  font-weight: bold; }
.faq-section .faq__body {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #557171; }
.faq-section .accordion {
  background-color: #fefffa;
  max-width: 777px;
  margin: 50px auto;
  margin-top: 0;
  border-top: 6px solid #44BBA4;
  line-height: 1.6;
  box-shadow: 5px 5px 10px 0px #a4bac1; }
  .faq-section .accordion:last-of-type {
    margin-bottom: 80px; }
  .faq-section .accordion__item {
    border-bottom: 1px solid #dce7eb; }
  .faq-section .accordion__title {
    padding: 15px 15px 15px 40px;
    display: block;
    position: relative;
    font-weight: 400; }
    .faq-section .accordion__title:before {
      font-family: "Font Awesome 5 Free";
      content: "\f067";
      font-weight: 600;
      font-size: 20px;
      position: absolute;
      left: 15px;
      top: 12px;
      color: #44BBA4; }
    .faq-section .accordion__title h5 {
      border-bottom: 1px solid #fefffa;
      display: inline-block;
      font-size: 17px;
      font-weight: 400; }
    .faq-section .accordion__title:hover, .faq-section .accordion__title:focus {
      cursor: pointer;
      outline: none; }
      .faq-section .accordion__title:hover h5, .faq-section .accordion__title:focus h5 {
        border-bottom-color: #a8bdc4;
        display: inline-block; }
  .faq-section .accordion__content-inner {
    padding: 0 40px 10px 40px; }
  .faq-section .accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden; }
.faq-section .is-expanded .accordion__title:before {
  content: "\f068"; }

/*brand resources*/
.resources_main_container .resources_container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; }
  .resources_main_container .resources_container .resource_item {
    margin: 5px;
    padding: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid;
    align-self: start; }
    .resources_main_container .resources_container .resource_item.resource_item_iframe {
      align-self: stretch; }
      .resources_main_container .resources_container .resource_item.resource_item_iframe .resource_iframe {
        justify-content: center;
        align-content: center; }
    .resources_main_container .resources_container .resource_item .resource_mention {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 5px; }
      .resources_main_container .resources_container .resource_item .resource_mention img {
        width: 90%;
        padding: 10px;
        height: auto;
        filter: grayscale(100%);
        -webkit-transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
        transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715); }
        .resources_main_container .resources_container .resource_item .resource_mention img:hover {
          filter: grayscale(0);
          -webkit-transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715); }
    .resources_main_container .resources_container .resource_item p {
      color: #324343;
      color: #4a4a4a; }
    .resources_main_container .resources_container .resource_item ul {
      list-style-type: circle;
      line-height: 1.5; }
    .resources_main_container .resources_container .resource_item .resource_title {
      color: #293737;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.125;
      margin-bottom: .5em; }
    .resources_main_container .resources_container .resource_item .button {
      -moz-border-radius: 50px 50px 50px 50px;
      -webkit-border-radius: 50px 50px 50px 50px;
      -o-border-radius: 50px 50px 50px 50px;
      -ms-border-radius: 50px 50px 50px 50px;
      border-radius: 50px 50px 50px 50px;
      padding: 5px 20px;
      font-size: .9rem;
      -webkit-border-color: #acbb16;
      -moz-border-color: #acbb16;
      -o-border-color: #acbb16;
      -ms-border-color: #acbb16;
      border-color: #acbb16;
      -webkit-border-width: 1px;
      -moz-border-width: 1px;
      -o-border-width: 1px;
      -ms-border-width: 1px;
      border-width: 1px;
      -webkit-border-style: solid;
      -moz-border-style: solid;
      -o-border-style: solid;
      -ms-border-style: solid;
      border-style: solid;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      display: inline-block; }
      .resources_main_container .resources_container .resource_item .button:hover {
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: #acbb16;
        color: #ffffff; }
    .resources_main_container .resources_container .resource_item span, .resources_main_container .resources_container .resource_item .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .resources_main_container .resources_container .resource_item .p_span {
      display: block;
      padding-top: 3px;
      font-size: .6em; }
    .resources_main_container .resources_container .resource_item .resource_img_container {
      display: grid;
      justify-content: center; }
      .resources_main_container .resources_container .resource_item .resource_img_container .resource__img {
        margin: 0 auto;
        width: 70%; }
  .resources_main_container .resources_container .resource_item_bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.02); }

.resource_bg {
  background: #fafafa; }
  .resource_bg .resource_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .resource_bg .resource_images .images_item {
      padding: 10px;
      display: grid;
      justify-content: center; }
      .resource_bg .resource_images .images_item img {
        width: 80px; }

/*terms*/
.terms_container {
  padding: 100px 180px; }
  .terms_container p {
    color: #4a4a4a; }
    .terms_container p span, .terms_container p .products div.row div.main-container div.row div div.row .product-card div.row div .p_span, .products div.row div.main-container div.row div div.row .product-card div.row div .terms_container p .p_span {
      display: block; }
  .terms_container h5 {
    margin-top: 2em; }
  .terms_container a {
    text-decoration: underline; }
  .terms_container ul {
    list-style-type: circle; }
    .terms_container ul .span {
      display: block;
      font-weight: 600; }
  .terms_container .terms_title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: .5em;
    font-weight: bold;
    color: #293737; }

.index_owl {
  min-height: 465px !important; }

@media screen and (min-width: 1400px) {
  .index_owl {
    min-height: 455px !important; } }
@media (min-width: 1280px) and (max-width: 1399px) {
  .index_owl {
    min-height: 520px !important; } }
@media screen and (max-width: 1400px) {
  .terms_container {
    padding: 100px 100px; } }
@media screen and (max-width: 1216px) {
  .terms_container {
    padding: 100px 40px; }

  .grid_media_container {
    padding: 0 10px !important;
    padding-bottom: 80px !important; }

  .grid_container .grid_item {
    grid-template-columns: 180px 1fr; } }
@media screen and (max-width: 991px) {
  .resources_main_container .resources_container .resource_item .resource_img_container .resource__img {
    width: 80%; }

  .container_main {
    padding-left: 40px;
    padding-right: 40px; }

  .media_nav {
    padding-top: 40px;
    padding-bottom: 40px; }
    .media_nav li a {
      padding: 8px 80px; }

  .grid_video_container {
    grid-template-columns: repeat(3, minmax(200px, 1fr)); } }
@media screen and (max-width: 870px) {
  .grid_media_container {
    padding: 0 40px !important;
    grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
@media screen and (max-width: 767px) {
  .check_cart_link{
    padding-left:3em;
  }
  .terms_container {
    padding: 60px 10px; }

  .resources_main_container {
    padding-right: 100px;
    padding-left: 100px; }
    .resources_main_container .resources_container {
      grid-template-columns: 1fr; }
      .resources_main_container .resources_container .resource_item_border {
        border: 1px solid #efefef;
        border-radius: 5px; }
      .resources_main_container .resources_container .resource_item_iframe {
        padding: 0; }
      .resources_main_container .resources_container .resource_item {
        margin-top: 40px;
        margin-bottom: 40px; }
        .resources_main_container .resources_container .resource_item .resource_iframe iframe {
          width: 100%; }

  .grid_container {
    display: grid;
    grid-template-columns: 1fr; }

  .grid_video_container {
    grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
@media (max-width: 946px) {
  .media_nav li a {
    padding: 8px 75px;
    font-size: 12pt; } }
@media (max-width: 894px) {
  .media_nav li a {
    padding: 8px 60px; } }
@media (max-width: 774px) {
  .media_nav li a {
    padding: 8px 50px; } }
@media (max-width: 698px) {
  .media_nav li a {
    padding: 8px 45px; }

  .grid_media_container {
    padding: 0 10px !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
@media (max-width: 632px) {
  .media_nav li a {
    padding: 8px 35px; } }
@media (max-width: 610px) {
  .grid_media_container {
    padding: 0 !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(2, minmax(200px, 1fr)); } }
@media (max-width: 587px) {
  .container_main1 {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 560px) {
  .media_nav {
    padding-top: 30px;
    padding-bottom: 30px; }
    .media_nav li {
      padding: 20px 2px 3px 2px; }
      .media_nav li a {
        padding: 8px 25px;
        font-size: 10.5pt; } }
@media (max-width: 544px) {
  .grid_media_container {
    padding: 0 40px !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(1, minmax(200px, 1fr)); }

  .container_main1 {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 544px) {
  .grid_media_container {
    padding: 0 40px !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(1, minmax(200px, 1fr)); }

  .container_main1 {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 510px) {
  .grid_video_container {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 422px) {
  .media_nav li {
    padding: 20px 1px 3px 1px; }
    .media_nav li a {
      padding: 8px 18px;
      font-size: 10.5pt; }

  .grid_video_container {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 425px) {
  .container_main {
    padding-left: 20px;
    padding-right: 20px; }

  .grid_container .grid_item {
    grid-template-columns: 1fr 2fr !important; }

  .grid_media_container {
    padding: 0 20px !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(1, minmax(200px, 1fr)); } }
@media screen and (max-width: 350px) {
  .media_nav {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 0; }
    .media_nav li {
      padding: 20px 1px 3px 1px;
      display: inline-block; }
      .media_nav li a {
        padding: 6px 14px;
        font-size: 10.5pt; }

  .grid_video_container {
    padding-left: 10px;
    padding-right: 10px; }

  .grid_media_container {
    padding: 0 10px !important;
    padding-bottom: 80px !important;
    grid-template-columns: repeat(1, minmax(200px, 1fr)); }

  .terms_container {
    padding: 40px 0px; } }
@media screen and (min-width: 1024px) {
  .container_main {
    max-width: 960px;
    width: 960px; } }
@media screen and (min-width: 1216px) {
  .container_main {
    max-width: 1152px;
    width: 1152px; } }
@media screen and (min-width: 1408px) {
  .container_main {
    max-width: 1344px;
    width: 1344px; } }
@media screen and (min-width: 1200px) {
  .container_main_about {
    max-width: 1140px; } }
/*correct padding in farmshop card*/
.returns_row {
  padding: 0 !important;
  padding-right: 10px !important; }
  #checkout1{
    padding-top:40px;
    padding-bottom:3em !important;
  }

/*# sourceMappingURL=main.css.map */