/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  
  /*========== Colors ==========*/
  --first-color: hsl(36, 72%, 48%);
  --first-color-alt: hsl(36, 72%, 44%);
  --black-color: hsl(206, 12%, 12%);
  --card-color: hsl(0, 0%, 90%);
  --title-color: hsl(206, 12%, 12%);
  --text-color: hsl(206, 4%, 42%);
  --text-color-light: hsl(206, 4%, 75%);
  --body-color: hsl(206, 4%, 97%);
  --container-color: #fff;

  /*========== Font and typography ==========*/
  --body-font: 'Poppins', sans-serif;
  --biggest-font-size: 2.25rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .9rem;
  --small-font-size: .9rem;
  --smaller-font-size: .9rem;

  /*========== Font weight ==========*/
  --font-bold: 700;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 3.5rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
}

h1, h2, h3 {
  color: var(--title-color);
  font-weight: var(--font-bold);
}

h1, h2, h3, p {
  line-height: 140%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

/*=============== REUSABLE CSS CLASSES ===============*/

.grid {
  display: grid;
  gap: 1.5rem;
}
.section {
  padding: 4.5rem 0 2rem;
}

.section-title {
  position: relative;
  font-size: var(--h1-font-size);
  padding-left: 1.25rem;
  margin-bottom: 2.5rem;
}

.section-title::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 25px;
  background-color: var(--first-color);
}






/*=============== HERO ===============*/

.feature-icon i{
  display: inline-block;
  line-height: 1 !important;
  font-size: 2.85em !important;
  color: #4a8b71 !important;
}
.feature-info-wrap h5{
    font-size: 20px;
    color: #333333;
    text-align: center;

}
/*================= ===================*/
.contact-us-form{
  background-color: #fff;
}
.contact-us-form h2{
    font-size: 3.5rem;
    color: #333333;
    line-height: 1.1;
    text-align: left;
}
.input-group input,
.input-group textarea
{
    line-height: 1.1;
    font-size: 1rem;
    font-family: inherit;
    font-weight: inherit;
    color: rgb(159, 159, 159);
    background: 0px 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(183, 183, 183);
    border-radius: 0px;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    appearance: none;
    outline: none !important;
    background: transparent;
    transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
/*****************/
.small-img-group{
  display: flex;
  justify-content: space-between;
}
.small__group{
  display: flex;
}
.small-img-col{
  flex-basis: 35%;
  cursor: pointer;
  margin-right: .3rem;
}
.small__col{
  flex-basis: 30%;
  margin-right: .3rem;
  cursor: pointer;
}
.product_title {
  font-size: 21px;
  font-weight: 600;
  margin-top: -3px;
}
p.price, span.price {
  color: #77a464;
  font-size: 1.25em;
}
 p.price del, span.price del {
  opacity: .5;
  display: inline-block;
}
.woocommerce-Price-amount {
  color: #4a8b71;
}
p.price ins, span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
 form.cart {
  margin-bottom: 2em;
}
form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
label.screen-reader-text {
  display: none;
}
.quantity .qty {
  width: 3.631em;
  text-align: center;
  border: 1px solid #d1d1d1;
  line-height: 33px;
  min-height: 33px;
  border-radius: 3px;
}
button.button.alt {
  font-size: 14px;
    margin: 0;
    line-height: inherit;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 7px 17px!important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #4a8b71;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: auto!important;
  background-color: #4a8b71;
  color: #fff;
  -webkit-font-smoothing: antialiased;

}
.posted_in {
  display: block;
}
.posted_in a{
  color: #4a8b71;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;

}
.woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.entry-content {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce-tabs .panel h2 {
  font-size: 21px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px !important;
}
.entry-content p {
  color: #222;
  margin: 0 0 20px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
 #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
#reply-title {
  margin-bottom: 20px;
}
small {
  font-size: 80%;
}
#review_form #respond p {
  margin: 0 0 10px;
}
.products{
  position: relative;
}
.products h2:first-child{
  text-align: center;
}
.products ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
  text-align: center;
}
ul.products li.product a {
  text-decoration: none;
}
span.onsale {
  min-height: 0!important;
  min-width: 0!important;
  margin: 0!important;
  padding: 2px 10px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: inherit;
  top: 0;
  left: 0!important;
  right: inherit!important;
  border-radius: 0;
  background-color: #f1cf69;
  color: #282828;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  border: 1px solid #008dd2; 
}
ul.products li.product .woocommerce-loop-product__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: .857em;
}
ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
}
ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
a.button, .woocommerce button.button {
  font-size: 14px;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 7px 17px!important;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #4a8b71;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  width: auto!important;
}
ul.products li.product .button {
  margin-top: 1em;
}
.widget {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.widget form{
  position: relative;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
label.screen-reader-text {
  display: none;
}
.woocommerce-product-search input[type=search] {
  width: 76%;
  font-size: 14px;
  font-weight: 100;
  position: relative;
  overflow: hidden;
  border: none;
  background: #efefef;
  background-clip: padding-box;
  box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
  padding: 0 20px;
}
.woocommerce-product-search button {
  display: none;
}
form button[type=submit] {
  margin-top: 15px;
  box-shadow: none;
    outline: none;
}
.widget-title {
  font-weight: 700;
  color: #222;
  padding-left: 13px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: inherit;
}
.widget-title:after {
  background: #4a8b71;
  bottom: 0;
  content: "";
  height: 12px;
  left: -4px;
  top: 3px;
  position: absolute;
  width: 5px;
  border-radius: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
  display: block;
}
.widget ul>li {
  padding: 0 0 20px!important;
}
.widget ul li a {
  text-decoration: none;
  color: #585858;
  display: block;
    font-weight: 700;
}
ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.widget img {
  max-width: 100%;
}
.product_list_widget del {
  opacity: .5;
}
.widget:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.cat-item a{
  font-weight: 400 !important;
}
/*
===================================
===================================
*/
.blog {
  background: rgb(255, 255, 255);
  padding-top: 80px;
  position: relative;
  /* padding-bottom: 80px; */
}

.woocommerce-result-count {
  position: relative;
  margin: 17px 0px;
  float: left;
}
.woocommerce-ordering {
  margin: 0px 0px 30px;
  float: right;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0px;
}
.woocommerce-ordering select {
  width: 100%;
  border: 1px solid rgb(225, 226, 230);
  font-size: 14px;
  padding: 10px;
  height: 42px;
  display: block;
  position: relative;
  border-radius: 0px !important;
  width: 100%;
  padding: 4px;
  border: 2px solid rgb(225, 226, 230);
  font-size: 14px;
}
.blog  ul.products {
  margin: 0px 0px 1em;
  padding: 0px;
  list-style: outside none;
  clear: both !important;
}
.blog li.product-category.product
{
  border: 1px solid rgb(238, 238, 238);
  background: rgb(233, 233, 233);
  text-transform: capitalize;
  margin: 0px 2.5% 2.992em 0px;
  padding: 0px;
  position: relative;
  padding: 20px !important;
  /* width: 45.75%; */
  width: 100%;
}
.blog ul li.type-product {
  float: left;
  margin: 0 2.5% 2.992em 0;
  padding: 0;
  position: relative;
  width: 100%; 
  margin-left: 0;
  text-align: center;
}
.blog li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px 0px 1em;
  box-shadow: none;
}
.blog li.product h2{
  padding: 0.5em 0px;
  margin: 0px;
  font-size: 1em;
}
mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}