body {
  background: #fff;
  color: #444;
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

a {
  color: #333333;
/*  transition: 0.5s; */
}

a:hover,
a:active,
a:focus {
  /*color: #0a98c0;*/
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.btn.rounded-pill{
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #119751;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*placeholder*/
::-webkit-input-placeholder { /* Edge */
  /*color: #eaeaea;*/
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #eaeaea;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.toll-free .number a {
    color: black;
}

ul#menu-woocommerce-top-menu li a {
    color: #0f7a49;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 115px;
  background: white;
  /*transition: all 0.5s;*/
  z-index: 997;
  padding: 20px 0;
  /*position: fixed;*/
}

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo-top img {
/*     width: 150px; */
    margin-top: -50px;
}
#header.header-scrolled .logo-top img {
    width: 75%;
    margin-top: -10px;
}
.xoo-el-sidebar{background-color:#0f7a49;}

.main-pages {
  margin-top: 60px;
}
.toll-free .number a {
    color: black;
    margin: 0 15px;
}
.toll-free button.btn{
  font-size: 22px;
  padding: 0 5px;
}
.toll-free .btnCart {
  position: relative;
}
.toll-free .btnCart .cart-count{
  position: absolute;
  line-height: 10px;
  top: 3px;
  right: -3px;
  z-index: 10;
  padding: 2px 5px;
  border-radius: 50%;
  background-color: #019247;
  color: white;
  font-size: 10px;
}
/* Owl Carousel */

.owl-dots{
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.owl-dots .owl-dot{
  display: inline-block;
  margin: 0 10px;
}
.owl-dots .owl-dot.active{
  margin-left: 70px;
  position: relative;
}
.owl-dots .owl-dot.active:before{
  content: "";
  width: 70px;
  background: white;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -75px;
}

#slider .hero-slider .slider-img{
  position: relative;
}

#slider .hero-slider .slider-img .slider-text-block{
  position: absolute;
  display: inline-block;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#slider .hero-slider .slider-img .slider-text-block h1{
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
}
#slider{
  position: relative;
}

#slider .hero-thumbnails{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#slider .hero-thumbnails .hero-thumb{
  width: 50%;
  min-height: 100px;
  max-height: 120px;
  color: white;
  padding: 20px 10px 10px 10px;
  opacity: 0.7;
}
.owl-dots {
    display: none;
}

#slider .hero-thumbnails .hero-thumb:nth-child(odd){
  background-color: darkgreen;
}

#slider .hero-thumbnails .hero-thumb:nth-child(even){
  background-color: green;
}

#slider .hero-thumbnails .hero-thumb > div{
  display: flex;
}

#slider .hero-thumbnails .hero-thumb .thumb-image,
#slider .hero-thumbnails .hero-thumb .thumb-text{
  display: inline-block;
}

#slider .hero-thumbnails .hero-thumb img{
  display: inline-block;
  height: auto;
  width: 40px;
}

#slider .hero-thumbnails .hero-thumb h5{
  font-size: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: bold;
}

#slider .hero-thumbnails .hero-thumb p{
  font-size: 13px;
  margin-left: 10px;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
nav.main-nav{
  margin-top: 2px;
}
#header.header-scrolled nav.main-nav{
  margin:0;
}
.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 10px 5px 10px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  
}
#header .main-nav > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #2eca6a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav li:hover > a {
    /*color: #019247;*/
    border-bottom: 2px solid #019247;
    text-decoration: none;
    font-weight: bold;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.section-header-small h3 {
  font-size: 28px;
  color: #333333;
  text-align: left;
  font-weight: 700;
  position: relative;
  font-family: 'Raleway', sans-serif;
}


.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}




/*paralex section*/
#parallax .parallax-div{
  background:url('../img/banner2.png');
  background-repeat: no-repeat;
  color:white !important;
  height:500px;
  background-position: center center;
  background-size: cover;
}
#parallax .parallax-div .p-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
#parallax .parallax-div .padding {
    padding-top: 5%;
}
#parallax .parallax-div .text {
    margin: 15px;
}
#parallax .parallax-div .text span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#parallax .parallax-div .text h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
#parallax .parallax-div  .sub-text {
    color: #9e9c1d;
    font-style: italic;
    font-size: 18px;
}



/*top search*/

.toll-free .number {
    font-family:  sans-serif;
    vertical-align: middle;
    color: black;
    margin: 4px;
}

/* Clients Section
--------------------------------*/

#clients , #knowledge , #tabs-product {
  padding: 60px 0;
}
#clients .icon-title {
    font-size: 15px;
    color: #009147;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
#clients .icon-box {
    position: relative;
    background: white;
    height: 185px;
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: -2px 3px 13px 2px rgba(218, 213, 218, 0.63);
    -moz-box-shadow: -4px 3px 19px 0px rgba(186,173,186,1);
    box-shadow: -4px 3px 19px 0px #f0f0f0;
}
#clients .icon-box .icon-img{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#clients .icon-box .icon-img img {
  max-width: 100%;
  width: 60px;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 9px;

  height: 9px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #119751;
}
#clients .owl-dots {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    top: 25px;
}


/*product section*/

#products ,#for{
    padding: 30px 0;
	background-color:#f6f6f6;
    margin-top: 50px;
}
#products .nav-tabs {
    border-bottom: 0;
    float: right;
}
#products .nav-tabs li {
    margin: 10px;
}
#products .nav-tabs li a{
   padding-bottom: 12px;
}
#products .nav-tabs li a.active {
    color: #009147;
    font-weight: 500;
    border-bottom: 2px solid;
}
#products .nav-tabs li a{
    color: #333333;
    font-weight: 500;
}

.product-grid .product-image {
    /*height: 255px;*/
}
.product-grid{position:relative;z-index:1;border: 1px solid #ddd;margin-bottom: 10px;}
.product-grid .product-image{border:1px solid #e4e9ef;position:relative;text-align: center;}
.product-grid:hover {box-shadow:0 0 10px rgba(0,0,0,.15)}
/*.product-grid .product-image a{display:block}*/
/*.product-grid .product-image img{width: auto;height: 100%; padding: 20px;max-height: 100%;max-width: 100%;}*/
.product-grid .pic-1{opacity:1;}
/*.product-grid:hover .pic-1{opacity:0}*/
/*.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid:hover .pic-2{opacity:1} */
/*.product-grid .social{padding:0;margin:0;list-style:none;position:absolute;bottom:13px;right:13px;z-index:1}
.product-grid .social li{opacity:0;transform:translateY(3px);transition:all .5s ease 0s}
.product-grid:hover .social li{margin:0 0 10px;opacity:1;transform:translateY(0)}
.product-grid:hover .social li:nth-child(1){transition-delay:.1s}
.product-grid:hover .social li:nth-child(2){transition-delay:.2s}
.product-grid:hover .social li:nth-child(3){transition-delay:.4s}
.product-grid .social li a{color:grey;font-size:17px;line-height:40px;text-align:center;height:40px;width:40px;border:1px solid grey;display:block;transition:all .5s ease-in-out}
.product-grid .social li a:hover{color:#000;border-color:#000}*/
/*.product-grid .product-discount-label{display:block;padding:4px 15px 4px 30px;color:#fff;background-color:#0081c2;position:absolute;top:10px;right:0;-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%)}*/
.product-grid .product-content{padding:0}

.product-grid .price, .product-grid .price p.sampoorti-archive-product-sale-price span{color:#000;font-size:19px;font-weight:400;/*margin-bottom:8px;*/text-align:left;}
.product-grid .price span.sampoorti-archive-product-title,
.product-grid a .woocommerce-loop-category-text {color:#119751;font-size:15px;font-weight:500;text-decoration:none;margin-left:7px;display:inline-block; width: 97%; min-height: 25px;}
.product-grid .price p {display: inline-block;width: 30%}
/*.product-grid .product-shipping{color:rgba(0,0,0,.5);font-size:15px;padding-left:35px;margin:0 0 15px;display:block;position:relative}
.product-grid .product-shipping:before{content:'';height:1px;width:25px;background-color:rgba(0,0,0,.5);transform:translateY(-50%);position:absolute;top:50%;left:0}*/
.product-grid .title{font-size:16px;font-weight:400;text-transform:capitalize;margin:0 0 30px;transition:all .3s ease 0s}
.product-grid .title a{color:#000}
.product-grid .title a:hover{color:#0081c2}
.product-grid .all-deals{display:block;color:#fff;background-color:#b7b504;font-size:15px;letter-spacing:1px;text-align:center;text-transform:uppercase;padding:15px 5px;transition:all .5s ease 0s}
.product-grid .all-deals .icon{margin-left:7px}

 #products-list button.btn-type-grid.active,
 #products-list button.btn-type-grid:hover,
 #products-list button.btn-type-list.active,
 #products-list button.btn-type-list:hover{
  color: #119751;
 }

.product-list-type.type-list{
  flex: 0 0 100% !important;
  max-width: 100%;
}

.product-list-type.type-list .product-grid{
  display: flex;
}

.product-list-type.type-list .product-image{
  flex: 1;
  width: 250px;
}

.product-list-type.type-list .product-content{
  display: inline-block;
  flex: 2;
  padding: 20px 10px;
}
.product-list-type.type-list .product-grid .price span{margin-left:0;display:block;width: 100%}
.product-list-type.type-list .product-grid .price p {display: block;width: 100%}

/*.product-grid .all-deals:hover{background-color:#0081c2}*/
@media only screen and (max-width:990px){
  .product-grid{
    margin-bottom:30px
  }
}

/*for sec*/

#for .service-container{

}

#for .service-box{
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}

#for .title-block {
    background: #fff;
    padding: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: -20px;
}

#for .img-block img{
  width: 100%;
}


#for {
 background-image: url("../img/banner-3.png");
 background-color: #cccccc;
 background-size: cover;
  background-position: center;
}

.post-slide{margin:0 15px;position:relative;background:#fff}
.post-slide .post-img{position:relative;overflow:hidden}
.post-slide .post-img img{width:100%;height:auto}
.post-slide .over-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.6);transition:all .3s ease}
.post-slide:hover .over-layer{opacity:1}
.post-slide .post-link{margin:0;padding:0;position:relative;top:45%;text-align:center}
.post-slide .post-link li{display:inline-block;list-style:none;margin-right:20px}
.post-slide .post-link li a{color:#fff;font-size:20px}
.post-slide .post-link li a:hover{color:#ff8b3d;text-decoration:none}
.post-slide .post-date{position:absolute;top:10%;left:4%}
.post-slide .month{display:inline-block;border-radius:0 3px 3px 0;padding:5px 13px;color:#111;font-size:20px;font-weight:700;background:#ff8b3d}
.post-slide .post-content{padding:20px 0}
.post-slide .post-title{margin:0 0 15px 0}
.post-slide .post-title a{font-size:18px;font-weight:700;color:#333;display:inline-block;text-transform:capitalize;transition:all .3s ease 0s}
.post-slide .post-title a:hover{text-decoration:none;color:#ff8b3d}
.post-slide .post-description{font-size:14px;line-height:24px;color:grey}
.post-slide .read-more{color:#333;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;transition:color .2s linear}
.post-slide .read-more:hover{text-decoration:none;color:#ff8b3d}
.post-slide .read-more:hover:after{width:100%}@media only screen and (max-width:479px){.post-slide .month{font-size:14px}.post-slide .date{font-size:14px}}
.post-slide .date {display: inline-block;border-radius: 3px 0 0 3px; padding: 5px 10px;color: #119751;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    float: left;
    text-transform: uppercase; 
}
.post-category {
    padding: 1px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #119751;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    font-size: 15px;
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}

.post-slide .post-author-comment {
    color: #119751;
    font-size: 15px;
    margin-bottom: 10px;
}

.post-slide .post-author-comment a {
  color: #119751;
}

.post-slide .post-author-comment span {
    margin-right: 20px;
    position: relative;
}

/*.post-slide .post-author-comment span:after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 0;
}*/


/*********************************
10. Register
*********************************/

.register{
  width: 100%;
}
.register_section{
  width: 100%;
  height: 100%;
  background: #009246;
  padding-top: 65px;
  padding-bottom: 65px;
}
.register_content{
  padding-right: 20px;
}
.register_content span {
  color: #fff;
  font-weight: bold;
  text-align: left!important;
  margin: 0;
  padding-right: 61%;
}
.register_content img {
/*   float: left; */
/*   width: 65px; */
}
.register_title {
  color: #FFFFFF;
  margin-bottom: 16px;
  margin: 0;
  width: 75%;
}
.register_title:last-child{
  margin-bottom: 0px;
}
.register_title span{
  color: #1a1a1a;
}
.register_text {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 0px;
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
}
.register_button
{
  background: #1a1a1a;
  margin-top: 65px;
}
.register_button a
{
  color: #FFFFFF;
}
button.btn.btn-outline-success.red {
    color: #fff;
    border: 1px solid;
    float: left;
    margin: 30px 0 0 25px;
}
/*********************************
11. Search
*********************************/
.search_section {
    width: 100%;
    height: 100%;
    background: #ececec;
    padding: 20px 20px;
}
.search_content {
  width: 100%;
}

.search_title {
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
/*********************************
11.1 Search Form
*********************************/

.search_form {
  margin-top: 57px;
}
.input_field {
    width: 100%;
    height: 42px;
    background: transparent;
    box-sizing: border-box;
    border: solid 1px #FFFFFF;
    padding-left: 25px;
    margin-bottom: 24px;
    border-radius: 2rem;
}
input:last-of-type {
  margin-bottom: 0px;
}
.input_field:focus {
  outline: none !important;
  border: solid 2px #ffb606;
}
.search_submit_button {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #b7b504;
    color: #FFFFFF;
    border-radius: 2rem;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 28px;
    border: none;
    cursor: pointer;   
}
.search_submit_button:hover
{
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
  outline: solid 2px #FFFFFF;
}
.nopadding
{
  padding: 0px !important;
}

.register_content img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 5px 0;
}
/*textarea.form-control {
    height: auto;
    background: #fff;
    margin-top: 7%;
    border-radius: .25rem;
}*/

.search_section .search_content, .register_section .register_content{
  width: 100%;
}

/*@media (min-width: 576px) {
  .search_section .search_content, .register_section .register_content{
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .search_section .search_content, .register_section .register_content{
    max-width: 360px;
  }
}*/

@media (min-width: 992px) {
  .search_section .search_content, .register_section .register_content{
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .search_section .search_content, .register_section .register_content{
    max-width: 570px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
section#copyright {
    padding: 30px 0;
    background: #1b1b1b;
    color: #fff;
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    /*background: #fff !important;*/
    padding: 80px 0;
	border-top: 10px solid #b7b504
}
#footer h5{
  padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    /*color: #ffffff;*/
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li, #footer ul.quick-links li{
  padding: 3px 0;
}
#footer ul.quick-links li { display: inline; }
#footer ul.social li a i {
  margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.quick-links, #footer .product-cat-menu ul, #footer ul.menu-footer-menu { list-style-type: none; padding-left: 20px; }
#footer ul.social li a, #footer ul.quick-links li a, #footer ul#menu-footer-menu li a, #footer .product-cat-menu ul.menu li a {
  /*color: #333;*/
}
ul#menu-footer-menu.foot-menu li::before,ul#menu-footer-menu-1 li::before, #menu-footer-product-category-menu li::before { content: '\00BB'; padding-right: 5px; /*font-size: 20px;*/ color: #119751; font-weight: 700; }
#footer ul.foot-menu li a:hover, #footer .product-cat-menu ul.menu li a:hover {color: #009147; font-weight: bold;}
/*#footer ul#menu-footer-menu li .sub-menu li: a { color: #333 }*/
ul#menu-footer-product-category-menu { column-count: 2; margin: 0; }
#footer ul.social li a:hover{
  color:#eeeeee;
}
ul#menu-footer-menu-1.foot-menu li, #footer .product-cat-menu ul.menu li {/*padding: 3px 0;*/}
#footer ul.quick-links li:hover a{
  padding: 3px 0;
  color: #009147;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
ul.list-unstyled.quick-links.py-3.tc {
    font-size: 14px;
}
ul.list-unstyled.quick-links.py-3.tc li a {
    color: #119751 !important;
}

.social-media p {
    color: #333;
}

#footer .social-links p{
  display: inline-block;
  margin: 0;
}
#footer .social-links a {
  display: inline-block;
  color: grey;
  padding: 3px 0;
  margin-right: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  border:1px solid;
  border-radius: 50%;
}
#footer .social-links a:hover {
  color: #009147;
}
#footer input[type="text"] {
    width:100%;
    height: 42px;
    background: transparent;  
    box-sizing: border-box;
    border: solid 1px #ddd;
    padding-left: 25px;
    border-radius: 2rem;
}
button.btn.btn-default {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #b7b504;
    color: #FFFFFF;
    border-radius: 2rem;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 28px;
    border: none;
}
@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
img.p-img {
    width: 100%;
}
}

/* Common for all pages */
section.page-header{
  /*padding: 100px 0;*/
  /*background-image: url('../img/crop-banner.png');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.page-header.spray{
  padding: 100px 0;
  background-image: url('../img/Farm-Equipment-banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.page-header .breadcrumb{
  background-color: transparent;

}

section.page-header .breadcrumb .breadcrumb-item a{
  color: white;
  text-transform: uppercase;
}

section.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

section.page-header .page-header-title{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
/* Common for all pages */

/*about*/

section#about {
    padding: 50px 0;
}
.list {
    column-count: 2;
}
.list p {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.c-section {
    padding-top: 65px;
    padding-bottom: 65px;
     width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/* FAQ */
#faq .accordion .card{
  border: none;
}

#faq .accordion .card .card-header{
  padding-left: 5px;
  border: none;
}

#faq .accordion .card .card-header h5 button{
  color: darkslategray;
}

#faq .accordion .card .card-header h5 button i{
  margin-right: 10px;
  font-size: 20px;
}

#faq .accordion .card .card-body{
  padding-left: 50px;
}

/* FAQ */

#products-list #search_form{
  position: relative;
}

#products-list #search_form input + img{
  position: absolute;
  height: 80%;
  right: 10px;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
}

#products-list .list-group{ margin: 0 !important; /*position: relative;*/  }
/*#products-list .sidebar ul.product-types li.woocommerce-product-category-page::before { position: absolute; content: '\00BB'; left: 23px; z-index: 1; bottom: 13px; font-size: 20px; font-weight: bold; color: #119751; }*/
#products-list .list-group-item{
  font-size: 18px;
  border: none;
  /*text-transform: uppercase;*/
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  color: #119751;
}

#products-list .list-group-item.active,
#products-list .list-group-item:focus,
#products-list .list-group-item:hover{
  background-color: white;
  color: #b7b504;
}

#products-list .filter-sorting{
  padding-top: 10px;
}

#products-list .filter-sorting .dropdown-toggle:after{
    vertical-align: 0;
    content: "\f107";
    font-family: FontAwesome;
    border:  none;
}

/* Product Details */

section#product-details .product-detail .product-title{
  text-transform: uppercase;
  font-weight: bold;
}

section#product-details .product-detail .product-price{
  text-transform: uppercase;
  font-weight: bold;
  color: #019247;
  font-family: sans-serif; 
}

section#product-details .product-detail .product-rating .checked, .price span {
    color: #019247;
}

section#product-details .product-detail .product-quantity {
  display: inline-block;
}

section#product-details .product-detail .product-quantity .value-button {
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -3px 0 0 0;
  width: 40px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  line-height: 20px;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section#product-details .product-detail .product-quantity .value-button:hover {
  cursor: pointer;
}

section#product-details .product-detail .product-quantity  #decrease {
  margin-right: -4px;
  border-radius: 50% 0 0 50%;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

section#product-details .product-detail .product-quantity  #increase {
  margin-left: -4px;
  border-radius: 0 50% 50% 0;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

section#product-details .product-detail .product-quantity  #input-wrap {
  margin: 0px;
  padding: 0px;
}

section#product-details .product-detail .product-quantity input[type=number]::-webkit-outer-spin-button,
section#product-details .product-detail .product-quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section#product-details .product-detail .product-quantity input[type=number] {
    -moz-appearance:textfield;
}

section#product-details .product-detail .product-quantity .input-text.qty.text {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 60px;
  height: 45px;
}
.single-product div.product form.cart .quantity {
float: none;
margin: 0;
display: inline-block;
}
section#product-details .product-detail .product-quantity input[type=number]::-webkit-inner-spin-button,
section#product-details .product-detail .product-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#nav-reviews .media img{
  width: 64px;
  height: 64px;
}

/* Product Details */



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
  textarea.form-control {
    width: 100%;
}
.register_content {
    padding: 10px;
    width: 100%;
}
.search_content {
    width: 100%;
}
.search_form {
    margin-top: 57px;
    padding: 20px;
}
.input_field{
  width: 100%;
}
.search_title {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10%;

    text-align: center;
}
  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #header .logo-top img {
    width: 65%;
    margin-top: -10px;
  }
  .row.copyright .col-md-4 {
      text-align: center !important;
  }
  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
 #slider .hero-slider .slider-img .slider-text-block h1 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.register_title {
    
    width: 100%;
}
.register_content img {
   
    padding-left: 14px;
}
.register_content span {
    
    padding-right: 45%;
}
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 998px){
  .service-box{
      width: 19%;
  }
}
@media screen and (min-width: 768px) and (max-width: 998px){
  .service-box {
      max-width: 32%;
  }
	#slider .hero-thumbnails .hero-thumb{padding:20px 0px 0px 10px;}
	#slider .hero-thumbnails .hero-thumb{min-height:94px;}
	.home #main #products ul.products.columns-4{margin-left:0px !important;}
	.sidebar h3{font-size: 1.50em;padding-bottom: 15px !important;}
	.post-category{padding: 1px 10px;}
}
@media screen and (max-width: 767px){
  .service-box {
      max-width: 49%;
  }
}

@media (min-width: 370px) and (max-width:667px){
  #header .logo-top img {
    width: 170px;
    margin-top: -10px;
}
	.mobile-nav-toggle i{margin: 18px 70px 0 0;}
	.btn{font-size: 10px;}
	#slider .hero-slider .slider-img .slider-text-block h1{font-size: 12px;}
	#products, #for {padding: 140px 0;background-color: #f6f6f6;}
	#slider .hero-thumbnails{top: 137px;}
	#slider .hero-thumbnails .hero-thumb{padding: 2px 10px 10px 10px;}
	.home #main #products ul.products.columns-4{margin-left: 25px !important;}
}


button#dropdownFilter , button#dropdownSort , button.btn.btn-link {
    color: #333;
}
/*.list-group-item {
    position: relative;
    display: block;
    padding: 5px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 15px;
    font-weight: 500;
}*/
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  padding: 5px;
    border: 3px solid #009247;
}
.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
    color: #009247;
    padding: 5px 15px;
}
nav.main-nav ul {
    position: relative;
    top: 134% !IMPORTANT;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/*tabs*/
#tabs-products{
  background: #007b5e;
    color: #eee;
}
#tabs-product h6.section-title{
    color: #eee;
}

#tabs-product .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs-product .nav-tabs a.nav-item.nav-link.active {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #009147;
    font-size: 18px;
}
#tabs-product .nav-tabs a.nav-item.nav-link {
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}
#img-text .text-des {
    padding: 22.2% 15px;
    background: #f7f7f7;
    width: 100%;
    height: auto;
}
#img-text .text-des h5 {
    font-size: 15px;
    font-weight: bold;
}

/*05-01-2020*/
.single-product div.product { display: block !important; }
/*span.onsale { display: none !important; }*/
span.onsale {
    max-width: 20%;
    border: 1px solid #119751;
    color: #ffffff;
    /* position: absolute; */
    background: transparent;
    float: left;
    position: absolute;
    left: 0;
    border-radius: 50%;
    padding: 5px 10px 5px 4px;
    background-color: #119751;
    /*animation: blinkingText 0.8s infinite;*/
}
/*@keyframes blinkingText{
  0%{   color: #fff;  }
  49%{  color: transparent; }
  50%{  color: transparent; }
  99%{  color:transparent;  }
  100%{ color: #000;  }
}*/
section.page-header.inner-banner { position: relative; }
.breadcrumbs { color: #fff; text-transform: uppercase; position: absolute; bottom: 15px; }
.breadcrumbs a span { color: #fff; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item { margin: 0 10px 0 10px !important; }

/*21-01-2020*/
.woocommerce .dropdown.sampoorti-list-grid-view-design { float: right; }

/* start of my style */
/*ul.headerlinks {
  position:relative !important;
  float: right;
  z-index:500 !important;
  background-color: #e3e3e3;
  margin-bottom: 10px;
  padding: 0;
}
ul.headerlinks li {
  list-style: none !important;
  display:inline !important;
  margin:0 5px 0 0 !important;
  padding:0;
}*/
/* end of my style */

ul#menu-woocommerce-top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /*display: -webkit-inline-box;*/
}
ul#menu-woocommerce-top-menu li {
    display: inline-block;
    margin-right: 10px;
	margin-top: 6px;
}

.home #main #products ul.products.columns-4 { margin-left: 10px; }
.header-search .searchform {
    /*padding-left: 500px !important;*/
}
.header-search input[type="text"] {
    height: 36px;
    font-size: 14px;
    display: inline-block;
    background: #fff !important;
    font-weight: 100;
    border: none;
    outline: none;
	   color: #fff;
	padding: 3px;
    width: 100%;
    border: 1px solid #019247;
    border-radius: 25px;
}
.header-search input[type="submit"] {
    height: 36px;
    /*width: 52px;*/
    width: 46px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../img/search-icon.png) no-repeat scroll 0% 0%;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
}

/*.woocommerce .product-filter {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
    padding: 102px 23px 45px;
	margin-top: 3rem;
}*/
.woocommerce .product-listing {
    background-color: #fff;
    border: 0px solid #fff;
}
/*span.berocket_aapf_widget_show.mobile_hide.hide_button {
    display: none;
}*/
/*.woocommerce .widget-title.berocket_aapf_widget-title {
    color: #bfbfbf;
    font-size: 16px;
    padding-bottom: 7px !important;
    text-transform: uppercase;
}
.woocommerce .berocket_aapf_widget.berocket_style_block {
    display: block;
    padding-left: 0 !important;
    margin: 0;
}
.woocommerce ul.berocket_aapf_widget li {
    list-style-type: none !important;
    padding: 0 !important;
}
.woocommerce ul.berocket_aapf_widget li > span {
    cursor: pointer !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 1em !important;
    min-height: 23px !important;
}
.woocommerce ul.berocket_aapf_widget li > span select {
    height: 40px;
    padding: 5px;
    background-color: #ececec;
    border: 0;
    outline: none;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce ul.berocket_aapf_widget li span:after {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}*/
@media screen and (min-width: 48em) {
    .woocommerce.tax-product_cat ul.products li.product.first {
        /*width: 100%;*/
    }
}
.woocommerce nav.woocommerce-pagination { text-align: center; }
.woocommerce nav.woocommerce-pagination ul.page-numbers { margin: 0; display: inline-block; }
.woocommerce ul.page-numbers li { display: inline-block; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li > a, .woocommerce ul.page-numbers li > .current  { display: block; color: #119751; font-size: 17px; }
.woocommerce ul.page-numbers li > .current { background-color: #119751; padding: 5px 10px; color: #fff; font-weight: 700; border-radius: 5px; }
.woocommerce ul.page-numbers li > a { display: inline-block; border: 1px solid #119751; padding: 5px 10px; border-radius: 5px; }
.header-search form.searchform { margin: 0; }
.header-search .ezas-theme-dark .ezas-searching, .header-search .ezas-theme-dark .ezas-empty { z-index: 999; }
ul.products li.product { /*width: 30.7966666667%;*/ float: left; margin-right: 25px; }
.term-crop-nutrition .product-listing ul.products li.product { /*width: 30.7966666667%;*/}
.sidebar ul#menu-footer-menu, .sidebar .blog-sidebar-category, .sidebar .blog-sidebar-category li ul.cat-post, .sidebar ul.product-types {padding-left: 20px;}
.sidebar ul#menu-footer-menu li::before, .sidebar .blog-sidebar-category li::before, .sidebar .blog-sidebar-category li ul.cat-post li::before, #products-list .sidebar ul.product-types li.woocommerce-product-category-page::before { content: '\00BB'; padding-right: 5px; font-size: 20px; color: #119751; font-weight: 700;}
.sidebar h3 { font-weight: 700; color: #119751; padding-bottom: 10px; border-bottom: 1px solid #119751; text-transform: uppercase; }
.sidebar ul#menu-footer-menu li > a, .sidebar .blog-sidebar-category li > a, .sidebar .blog-sidebar-category li ul.cat-post li > a, #products-list .sidebar ul.product-types li a { color: #119751; }
.sidebar ul#menu-footer-menu li.current-menu-item > a { font-weight: 700; }
#footer ul.quick-links li:hover a, .sidebar ul#menu-footer-menu li:hover > a, .sidebar .blog-sidebar-category li a:hover, .sidebar .blog-sidebar-category li ul.cat-post li:hover a, #products-list .sidebar ul.product-types li a:hover { font-weight: 700; }
.main-content h1.entry-title { font-size: 28px; font-weight: 700; color: #119751; border-bottom: 1px solid #119751; padding-bottom: 10px; text-transform: uppercase; }
.single-product div.product .woocommerce-product-gallery .flex-viewport { border: 1px solid #95a09a26; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li { border: 1px solid #95a09a26; padding: 5px; margin-right: 5px; }
.related-products header.section-header { border-top: 1px solid #95a09a26; padding-top: 50px;}
.post-pagination .nav-links a { color: #119751; }
.post-pagination .nav-links a:hover { font-weight: 700; }
#footer ul.quick-links li a, #footer .product-cat-menu ul.foot-menu li a, #footer .product-cat-menu ul.menu li a {color: #119751; }.social-links a i { padding: 3px;}
.knowledge-center .box-knowledge .post-slide{margin:0 0px;position:relative;background:#fff}
.knowledge-center .box-knowledge .post-slide .post-content{padding:0px 0}
.knowledge-center .box-knowledge .post-slide .post-title { margin-top: 10px }
span.sampoorti-archive-product-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
ul.product-parent-cat-list li a.product-parent-cat { font-weight: 900; }
ul.product-parent-cat-list li a.product-parent-cat:hover { color: #b7b504 !important; }
ul.product-parent-cat-list li.woocommerce-product-category-page.farm-equipment { margin-top: 20px; }
ul.product-types li.woocommerce-product-category-page ul.product-child-cat li > a.active-category, div.sidebar ul.cat-post li a.active-post, div.sidebar ul.blog-sidebar-category li a.active-category {font-weight: 700; color: #b7b504 !important;}

form.woocommerce-cart-form tr.cart_item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail { width: 50px; }
form.woocommerce-cart-form tr.cart_item td { vertical-align: baseline; text-align: center; }
.woocommerce-error { background-color: #e2401c; color: #fff; padding: 5px; }
.woocommerce-active .btn-primary { color: #fff; background-color: #119751; border-color: #119751; }
.woocommerce-active .btn-primary:hover { background-color: #b7b504; border-color: #b7b504; }
.woocommerce-active .woocommerce .woocommerce-notices-wrapper { color: #fff; margin-bottom: 10px; }
.woocommerce-active .woocommerce .woocommerce-notices-wrapper .woocommerce-message {background-color: #b7b504;}
.woocommerce-active .woocommerce-notices-wrapper .woocommerce-message { padding: 5px; }
.woocommerce-active .woocommerce-notices-wrapper .woocommerce-message > a { color: #fff; text-decoration: underline; margin-right: 15px; }
form.woocommerce-cart-form tr.cart_item td.product-remove > a { font-size: 25px; color: #ff0000; display: inline-block; }
table.woocommerce-cart-form__contents tr th { background-color: #119751; color: #fff; text-transform: uppercase; font-size: 15px; text-align: center !important; text-align: -webkit-center !important; }
table.woocommerce-cart-form__contents tr.cart_item td.product-name > a { color: #119751; }
.woocommerce-checkout .woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #119751; padding: 5px; color: #fff; }
.woocommerce-checkout .woocommerce-info a { color: #b7b504; font-weight: 700; text-decoration: underline; }
.woocommerce-checkout input.input-text { padding: 5px; }

.ezas-theme-dark .ezas-searching, .ezas-theme-dark .ezas-empty { background-color: #009147; color: #fff; }

.sidebar ul li { list-style-type: none; }


@media screen and (max-device-width: 1024px) {
.owl-carousel .owl-stage-outer { width: 100%; }
.main-nav, .main-nav * { z-index: 9 !important; }
}


#slider .hero-thumbnails {
 /*top: 592px;    */
 position:initial;
}
.productprice { clear: both;text-transform: uppercase;font-weight: bold;color: #019247; }
ins { background: none !important ; }
.images-left { float: left; margin-right: 15px; }


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   #slider .hero-thumbnails { top: 282px !important; }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    #slider .hero-thumbnails { top: 420px !important; }
}


@media only screen and (max-width: 600px) {
#slider .hero-thumbnails { top: 134px !important; }    
.owl-carousel { height: 160px; }    
.sidebar { display: none; }
.inner-banner { padding: 80px 0px !important;}
.knowledge-center .box-knowledge .post-slide .post-content { padding: 13px 30px; }
.mt-3 { margin-top: 0px !important; }
#slider .hero-thumbnails .hero-thumb p { font-size: 11px; margin-left: 10px; }
h1 { margin: 0px 0px 0px 0px; }
}