body {
  overflow-x: hidden;
  float: left;
  width: 100%;
}
.site {
    overflow-x: visible;
}
@font-face {
  font-family: "AestheticViolet";
  src: url("../fonts/AestheticViolet.eot");
  src: url("../fonts/AestheticViolet.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AestheticViolet.woff2") format("woff2"),
    url("../fonts/AestheticViolet.woff") format("woff"),
    url("../fonts/AestheticViolet.ttf") format("truetype"),
    url("../fonts/AestheticViolet.svg#AestheticViolet") format("svg");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
  padding: 0px;
}
a {
  font-family: "Poppins-Regular"!important;
  display: inline-block;
  color: #000;
  letter-spacing: 0px;
}
a:hover {
  text-decoration: none;
  color: #000;
}
button:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-offset: unset;
}
.btn:focus {
  outline: 0 !important;
  outline-offset: 0;
  color: #fff;
}
span,
select,
label {
  font-family: "Poppins-Regular";
}
li {
  font-family: "Poppins-Regular";
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
h1,
h4,
h2,
h3 {
  font-family: "AestheticViolet";
  margin: 0;
  clear: unset;
}
p,
h5,
h6 {
  font-family: "Poppins-Regular";
  color: #000000;
  margin: 0;
  letter-spacing: 0.3px;
}
input {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  padding: 0;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
    outline:unset;	
}	
 /****Mega Menu*****/
 ul.megamenu {
  padding: 0;
  box-shadow: 3px 3px 19px 5px #00000066;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #ffffff;
  left: 0em;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
    color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
  float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    font-size: 17px;
    line-height: 16px;
    color: #000;
    font-weight: 600;	
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d;
}
ul.megamenu.megamenu1 {
  left: 0em;
}
.header-nav nav ul li ul li:after{
  content:unset;		
}
/*****************************************************Homepage****************************************************/
.header-nav nav {
  width: 100%;
  font-size: 16px;
}
.mobile-top-head {
  display: none;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-nav nav>ul {
  position: relative;
  display: block;
  text-align: right;
  float:left;
  padding: 0;
  margin:0;
  width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */
}
.header-nav nav ul li:hover a {
  color: #ec202b;
  transition: 0.5s;
}  
.header-nav nav>ul>li>a {
  padding: 16px 6px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Outfit-Regular';
}
.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff;
} 
.header-nav nav ul li:hover::after {
  transform: translate(0px,0px);
}  
.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
  width: 100%;
} 
ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red;
  margin: 0 6px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #eee;
}
ul.megamenu li:hover a {
  letter-spacing: .5px;
  color: #840000 !important;
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {
  float: right;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
color: #c2951d
}
ul.megamenu.megamenu1 {
left: 0
}
.header-nav nav ul li ul li:after {
content: unset
}
.header-nav nav>ul>li:hover ul.megamenu li a:after {
content: unset;
}
.header-nav nav ul li.open {
  background-color: #772668;
} 

/**************************************************Homeapage***************************************************/
.page_loading {
  position: fixed;
  background-color: #FFF;
  background: #fff url(../images/home/loading.gif) no-repeat center;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999999;
  overflow: hidden;
  top:0;
}
.header_wrapper {
  float: left;
  width: 100%;
}
header#masthead {
    padding: 0;
    margin: 0;
}
.header_firstblck {
    padding: 10px 15px 15px;
    border-bottom: 1px solid #f3f3f3;
}
.header_category {
    text-align: right;
    vertical-align: middle;
    margin-top: 8px;
}
.header_category select {
    width: 200px;
    height: 42px;
    border-radius: 22px;
    border: 0px;
    color: #fff;
    padding: 0px 15px 0px 35px;
    font-size: 14px;
    background-color: #f99111;
    position:relative;
}
.header_categoryinner {
  position: relative;
}
.header_categoryinner button:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 15px;
    background-image: url(../images/home/menu.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 13px;
    left: 10px;
    z-index: 9;
}
div#ajaxsearchlite1 {
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    width: 85%;
    margin: 0 auto;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 45px !important;
}
.header_search div#ajaxsearchlite1 span.innericon {
    height: 45px!important;
}
.header_search div#ajaxsearchlite1 button.promagnifier {
    height: 45px!important;
    width: 15%;
}
.header_search div.asl_m .probox .proinput form {
  height: 45px!important;
}
.header_search div.asl_m .probox .proinput input {
    height: 45px!important;
    font-family: 'Poppins-Regular'!important;
    font-size: 15px !important;
}
.header_search div.asl_m .probox .proinput input::placeholder {
  font-family: 'Poppins-Regular'!important;
}
.header_search div.asl_m .probox .proclose svg {
    background: #fff!important;
    top: 78%!important; 
}
.header_icons ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 6px !important;
}
.header_icons ul li i.fa.fa-heart {
    font-size: 23px;
}
.header_icons ul li i.fa.fa-heart:before {
    content: '\f08a';
}
.header_icons ul li span.wishlist-count {
    position: absolute;
    top: 4px;
    width: 25px;
    height: 25px;
    background-color: #ff922e;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
}
span.cart_count_header {
    background: #ff922e!important;
}
/* .cart_menu_li.menu-link {
    opacity: 1 !important;
} */
.header_icons ul li:last-child {
    width: 30%;
    display: inline-block;
    text-align: left;
    vertical-align: baseline;
}
.header_icons {
    text-align: right;
    padding-top: 9px;
}
.header_icons ul li:last-child span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.header_search {
    padding-top: 7px;
}
.header_search div.asl_m .probox .proinput input.autocomplete {
  margin-top:0px!important
}
.site-header {
  border-bottom-color: unset !important;
  border-bottom: 0px;
}
.header_menu ul li {
    display: inline-block;
    margin: 0px 15px;
}
.header_secondblck {
    padding: 17px 0px;
    text-align: center;
}
.header_menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #010101;
    letter-spacing: 0px;
}
.header_menu ul li.current-menu-item a {
  color: #3a5627;
  font-weight: 700;
  border-bottom: 1px solid;
}
.footer_wrapper {
  float: left;
  width: 100%;
}
.footer_firstblck {
    padding: 4em 0em;
    background-image: url('../images/home/footerback.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer_menu h4, .footer_detail h4 {
    font-size: 29px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    padding-bottom: 2px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    display: inline-block;
}
.footer_menu ul li a {
    font-size: 17px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
}
.footer_menu ul li a:hover {
    color: #000;
}
.custom-footer-details ul li p {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    width: 90%;
    float: right;
    padding-left: 7px;
}
.custom-footer-details ul li p a {
    color: #fff;
    transition: 0.5s;
}
.custom-footer-details ul li p a:hover {
    color: #000;
}
.custom-footer-details ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}
.custom-footer-details ul li strong {
    color: #fff;
    font-size: 24px;
}
.footer_secondblck p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}
.footer_newsletter_inner {
    background-color: #fc8610;
    padding: 4em 2em 3em;
    border-radius: 50px 50px 0px 0px;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.custom-newsletter .tnp.tnp-subscription {
    max-width: 100%;
    text-align: right;
    margin: 0;
    float: right;
    margin-bottom: 0;
}
.custom-newsletter .tnp.tnp-subscription label {
    display: none;
}
.custom-newsletter .tnp.tnp-subscription .tnp-field.tnp-field-email {
    float: left;
    width: 75%;
    margin-right: 15px;
    margin-bottom: 0;
}
.footer_newsletter_main {
    width: 65%;
    float: right;
    padding-left: 15px;
}
.custom-newsletter .tnp.tnp-subscription input.tnp-submit {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #000;
    width: 19%;
    padding: 12px 0px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}
.footer_newsletter_main input#tnp-1 {
    height: 50px;
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #fff;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
.footer_newsletter_main input::placeholder {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
.custom-newsletter .tnp.tnp-subscription form {
    margin-bottom: 0;
}
.footer_newsletter_descrip {
    width: 35%;
}
.footer_newsletter_descrip p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}
.footer_secondblck {
    padding: 18px 0px;
}
.bannerhme_wrapper {
    float: left;
    width: 100%;
}
.bannerhme_image img {
    height: 720px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.bannerhme_content {
    position: absolute;
    margin: 0 auto;
    top: 35px;
    left: 0;
    right: 0;
    text-align: center;
}
.bannerhme_content h1 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 0.5em;
    font-size: 59px;
    line-height: 80px;
    color: #43612e;
}
.bannerhme_content a {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-image: linear-gradient(180deg, #f99111 0%, #fd790d 100%);
    border: 3px solid #ffffff;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
}
.bannerhme_content a:hover {
    transform: scale(0.9);
}
.bannerhme_wrapper ul.slick-dots {
    position: absolute;
    left: 49px;
    top: 50%;
}
.bannerhme_wrapper ul.slick-dots li {
    margin-bottom: 25px;
    display: block;
}
.bannerhme_wrapper ul.slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: transparent;
    font-size: 0;
    outline: 2px solid;
    border-radius: 50%;
    outline-offset: 3px;
}
.bannerhme_wrapper ul.slick-dots li.slick-active button {
  background-color: #ff872b;
}
.shopping-cart {
    display: none !important;
}
.productcategory_hme {
    float: left;
    width: 100%;
    padding: 0em 0em 2em;
    margin: 0em 0em 1em;
}
.productcategory_title h2 {
    font-size: 18px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.productcategory_title {
    margin-bottom: 2em;
    position: absolute;
    top: 35px;
   left: 49px;
}
.productcategory_single_inner {
    margin: 0px 10px;
    text-align: center;
    border: 2px solid #f0f0f0;
    height: 190px;
    padding: 1em 1em 2em;
    border-radius: 0px 30px;
    background-color: #fff;
    transition: 0.5s;
}
.productcategory_single_inner:hover {
    filter: drop-shadow(-0.558px 7.981px 8px rgba(0, 0, 0, 0.32));
    background-color: #eeeeee;
    border: 1px solid #fd820f;
}
.productcategory_hle {
    float: left;
    width: 100%;
    padding: 3em 2em 2em;
    background-image: url('../images/home/categorybkgnd.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px -5px 26px #0000002b;
}
.productcategory_slic {
    float: left;
    width: 100%;
    /* overflow: hidden; */
}
.productcategory_slic .slick-list.draggable {
    padding: 5em 0em 2em;
    float: left;
    width: 100%;
}
.productcategory_slic button.slick-prev.slick-arrow {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 9;
  font-size: 0px;
  margin-right: 6em;
}
.productcategory_slic button.slick-prev.slick-arrow:focus {
    outline-color: transparent!important;
}    
.productcategory_slic button.slick-prev.slick-arrow:before {
    width: 20px;
    height: 20px;
    top: 0;
}
.productcategory_slic button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    font-size: 0;
}
.productcategory_slic button.slick-next.slick-arrow:focus {
   outline-color: transparent!important;
}
.productcategory_slic button.slick-prev.slick-arrow:before {
    content: '\f053';
    position: absolute;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: #000;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #cccccc;
    border-radius: 50%;
    top: 0px;
    line-height: 40px;
    transition: 0.5s;
}
.productcategory_slic button.slick-prev.slick-arrow:hover::before {
    background-color: #395527;
    color: #fff;
}   
.productcategory_slic button.slick-next.slick-arrow:before {
    content: '\f054';
    position: absolute;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: #000;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #cccccc;
    border-radius: 50%;
    top: 0px;
    line-height: 40px;
    transition: 0.5s;
}
.productcategory_slic button.slick-next.slick-arrow:hover::before {
    background-color: #395527;
    color: #fff;
}
.productcategory_single_image {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0em;
}
.productcategory_single_image img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    object-position: center;
}
.productcategory_single_name a {
    font-size: 20px;
    line-height: 32px;
    color: #566b4a;
    font-weight: 600;
    text-align: center;
    display: block;
    transition: 0.5s;
}
.productcategory_single_inner:hover .productcategory_single_name a {
    color: #000;
}
.productcategory_single_inner:hover {
    filter: drop-shadow(-0.558px 7.981px 8px rgba(0, 0, 0, 0.32));
    background-color: #eeeeee;
    border: 1px solid #fd820f;
}
.productcategory_single_inner:hover .productcategory_single_image img {
    filter: invert(28%) sepia(10%) saturate(2250%) hue-rotate(52deg) brightness(97%) contrast(88%);
}
.collections_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.collections_single_image img {
    height: 420px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.collections_single_inner {
    position: relative;
}
.collections_single_content {
    position: absolute;
    top: 20%;
    left: 30px;
    width: 50%;
    text-align: center;
}
.collections_single_content h3 {
    font-size: 41px;
    line-height: 75px;
    color: #20370a;
    margin-bottom: 15px;
}
.collections_single_content a {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #f99111 0%, #fd790d 100%);
    border: 3px solid #ffffff;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
}
.collections_single_content a:hover {
    transform: scale(0.9);
}
.collections_single {
    padding: 0px 10px;
}
.delivery_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.delivery_image img {
    height: 560px;
    object-fit: cover;
    object-position: center;
}
.delivery_title {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50px;
}
.delivery_title h3 {
    font-size: 62px;
    line-height: 110px;
    color: #20370a;
    font-weight: 600;
}
.bloghme_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.bloghme_title {
    margin-bottom: 2em;
    text-align: center;
    padding: 0em 2em;
}
.bloghme_title h4 {
    font-size: 60px;
    line-height: 110px;
    color: #20370a;
    margin-bottom: 0.2em;
}
.bloghme_title p {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
}
/* .bloghme_slic {
    overflow: hidden;
} */
.bloghme_single_inner {
    margin: 0px 5px;
    overflow:hidden;
}
.bloghme_single_image img {
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.bloghme_single_inner:hover .bloghme_single_image a img {
    transform: scale(1.3) rotate(6deg);
}
.bloghme_single_image a img {
    transition: 0.5s;
}
.bloghme_single_content p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: none;
}
.bloghme_single_content {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1em;
    max-width: 93%;
}
.post-date {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins-Regular';
    margin-bottom: 1em;
    position: relative;
}
.post-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.bloghme_single_content h4 a {
    font-size: 24px;
    line-height: 32px;
    color: #20370a;
    font-weight: 800;
    font-family: 'Poppins-Medium';
    margin-bottom: 0.5em;
}
.bloghme_single_content h4 a {
    font-size: 24px;
    line-height: 32px;
    color: #20370a;
    font-weight: 900;
    font-family: 'Poppins-Medium';
    margin-bottom: 0.5em;
}
.bloghme_single.slick-active + .slick-active .bloghme_single_content p {
  display: block;
}
.bloghme_single.slick-active + .slick-active + .slick-active .bloghme_single_content p {
  display: none;
}
.testimonials_title {
    text-align: center;
    margin-bottom: 5em;
}
.testimonials_title h3 {
    font-size: 62px;
    line-height: 110px;
    color: #20370a;
}
.testimonials_title p {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
    padding: 0em 2em;
}
.testimonials_slic {
    float: right;
    /* overflow: hidden; */
}
.testimonials_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em 4em;
}
.testimonials_single_image:before {
    width: 130px;
    height: 130px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../images/home/testbck.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials_single_image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding-top: 0;
}
.testimonials_single_image {
    height: 120px;
    position: relative;
    padding-top: 20px;
    padding-left: 15px;
}
.testimonials_single_inner {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 3em 1em 2em;
    margin-top: -16px;
}
.testimonials_single {
    margin: 0px 10px;
}
.testimonial-rating {
  text-align: right;
  margin-bottom: 1em;
}
.testimonial-rating span {
    font-size: 18px;
    margin: 0px 1px;
}
.testi_cont p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.testi_cont {
    height: 340px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #fd8c1f;
}
.testimonials_single_inner h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    margin-bottom: 5px;
    line-height: 24px;
}
.testimonial-designation {
    font-size: 16px;
    line-height: 24px;
    color: #fc8710;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}
/* width */
.testi_cont::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.testi_cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.testi_cont::-webkit-scrollbar-thumb {
  background: #fd8c1f; 
  border-radius: 10px;
}
/* Handle on hover */
.testi_cont::-webkit-scrollbar-thumb:hover {
  background: #fd8c1f; 
}
.testimonials_hle {
    position: relative;
}
.testimonials_hle:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 750px;
    background-image: url(../images/home/testibk.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -90px;
    left: 0;
}
.testimonials_slic ul.slick-dots {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonials_slic ul.slick-dots li {
    display: inline-block;
    margin: 0px 6px;
}
.testimonials_slic ul.slick-dots li.slick-active button {
    background-color: #fff;
    width: 20px;
    height: 20px;
}   
.testimonials_slic ul.slick-dots li button {
    background-color: #ffffffbd;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    outline: unset;
}
.testimonials_single_inner:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 23px;
    bottom: 55px;
    right: 15px;
    background-image: url('../images/home/quotes.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.product_wrapper .star-rating::before, 
.product_wrapper .star-rating span::before,
.star-rating::before, .star-rating span::before {
  font-family: 'FontAwesome';
  color: #ffc108;
}
.product_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.product_title h3 {
    font-size: 45px;
    line-height: 70px;
    color: #20370a;
    display: inline-block;
    vertical-align: middle;
}
.product_title ul {
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.product_title ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
}
.product_title ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    border-bottom: 2px solid #ccc;
}
.product_title {
    margin-bottom: 3em;
}
/* .producthme_categry {
    overflow: hidden;
} */
.product_single {
    padding: 0px 5px;
}
.product_single {
    padding: 0px 5px;
}
.product_single_image img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 5px;
}
.product_single_content {
    padding: 0.5em 0.5em 1em 0.5em;
}
.product_single_image a {
    display: block;
    padding:1em;
}
.product_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product_top small {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.product_single_content a h4 {
    font-size: 18px;
    line-height: 24px;
    color: #20370a;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.product_single_content p {
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.producthme_price {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    padding-top: 1.2em;
}
.producthme_price ins {
    font-size: 17px;
    line-height: 20px;
    color: #fd810f;
    font-weight: 700;
}
.producthme_price del {
    font-size: 16px;
    line-height: 14px;
    color: #5c5c5c;
    font-weight: 400;
    margin-right: 5px;
}
.cart_hme a {
    width: 95px;
    height: 25px;
    border-radius: 13px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 11px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    transition: 0.5s;
}
.cart_hme a:hover {
    background-image: linear-gradient(180deg, #14260b 0%, #14260bc2 100%);
    transition: 0.5s;
}
.product_single_inner {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    position: relative;
    overflow: hidden;
}
.badge.discount {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 10px 0px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 0.5em 0.8em;
    font-size: 16px;
}
.product_single_image span.scale {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d3710;
    padding: 4px 13px;
    border-radius: 0px 0px 0px 15px;
}
.hurrytimer-timer-block {
    background-color: #fff;
    padding: 0.5em 0.8em;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #897278;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.hurrytimer-timer .hurrytimer-timer-label {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: block;
}
.hurrytimer-timer .hurrytimer-timer-digit {
  font-size: 20px;
}
.hurrytimer-campaign {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product_single_image {
    position: relative;
}
.bannerhme_slic {
  overflow: hidden;
}  
.whmc-buy-summary small {
    font-family: 'Poppins-Medium';
}
.whmc_ft-buttons-con a {
  background: #ff922e !important;
  padding: 5px;
}
/****************************************Aboutus Page***********************************************/
.banner_innerpage {
    float: left;
    width: 100%;
    margin-bottom: 0em;
    position: relative;
  padding-bottom: 4em;
}
.banner_inner_image img {
    height: 600px;
    width: 100%;  
    object-fit: cover;
    object-position: top;
}
.banner_inner_content {
    position: absolute;
    height: 100%;
}
.banner_innerpage:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    background-image: url(../images/aboutus/bannerbottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}
.banner_inner_content_inr {
    height: 100%;
    /* background-color: #48730eba; */
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: circle(85.3% at 10% 51%);
    clip-path: circle(85.3% at 10% 51%);
    background-color: #355c01bf;
}
.banner_inner_content {
    position: absolute;
    height: 100%;
    background-color: #ffffffba;
    -webkit-clip-path: circle(85.3% at 10% 51%);
    clip-path: circle(85.3% at 10% 51%);
    padding-right: 8px;
}
.banner_inner_content_inr h1 {
    font-size: 50px;
    line-height: 55px;
    z-index: 1;
    color: #ffff;
    font-family: 'Poppins-Medium';
    font-weight: 600;
}
.abuoutfirst_section {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.abuoutfirst_image {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.abuoutfirst_image_inner img {
    height: 750px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.abuoutfirst_image_inner {
    position: relative;
}
.abuoutfirst_image_inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/aboutus/aboutcovr.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.abuoutfirst_hle h2 {
    font-size: 40px;
    color: #5c6d2b;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.abuoutfirst_hle p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.abuoutfirst_hle h3 {
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.whatweprovide_wrapper {
    float: left;
    width: 100%;
    padding: 1em 0em 2em;
    margin: 1em 0em 2em;
}
.whatweprovide_title {
    text-align: center;
    margin-bottom: 2em;
}
.whatweprovide_title h3 {
    font-size: 30px;
    color: #5c6d2b;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Poppins-Medium';
    padding-bottom: 0.5em;
    display: inline-block;
}
.whatweprovide_title h3:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background-color: #eaeaea;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.whatweprovide_single {
    padding: 0px 10px;
}
.whatweprovide_single_img img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.whatweprovide_single_img {
    margin-bottom: 2em;
}
.whatweprovide_single_inner {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 2em 1em;
    text-align: center;
    transition: 0.5s;
}
.whatweprovide_single_inner h4 {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
.whatweprovide_single_inner p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.whatweprovide_single_inner a {
    font-size: 15px;
    line-height: 20px;
    color: #5c6d2b;
    font-weight: 400;
    border-bottom: 1px solid;
}
.whatweprovide_single_inner:hover {
    filter: drop-shadow(2.339px 7.65px 51.5px rgba(0,0,0,0.23));
}
.deliveryabt_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.deliveryabt_image {
    padding: 2em;
    position: relative;
}
.delivery_image_inner img {
    height: 600px;
    width: 100%;
    border-top-right-radius: 35px;
    object-fit: cover;
    object-position: center;
}
.deliveryabt_image:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #587700;
    top: 0;
    left: 0;
    z-index: -1;
    border-top-right-radius: 35px;
}
.delivery_hle h4 {
    font-size: 40px;
    color: #5b711d;
    font-weight: 700;
    line-height: 55px;
    font-family: 'Poppins-Medium';
    margin-top: 70px;
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
    border-left: 4px solid #5b711d;
    padding-left: 0.5em;
}
.delivery_hle p {
    font-size: 19px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
}
/*********************************Blog Page*******************************/
.our_blog.firstblog.row {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.blog_featured_post {
    height: 655px;
}
.featured_overlay {
    position: absolute;
    left: 0;
    width: 60%;
    padding: 2em;
    background-color: #4b7610c9;
}
.featured_overlay h3 a {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 32px;
    font-family: 'Poppins-Medium' !important;
    display: block;
    color: #fff;
}
.featured_overlay span {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 12px;
    display: inline-block;
}
.featured_overlay p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.our_blog.firstblog {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.recent_posts_box {
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.18));
    background-color: #f3f3f3;
    border: 0px solid #000000;
    padding: 2em;
}
.recent_posts_sidebar {
    padding-left: 15px;
}
.recent_posts_box h4 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #4b7610;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.recent_post_item p {
    width: 125px;
    height: 35px;
    border-radius: 5px;
    background-color: #4b7610;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.recent_post_item h5 a {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.recent_post_item a {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    font-weight: 600;
    transition: 0.5s;
}
.recent_post_item a:hover {
    color: #467723;
}
.recent_post_item {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1.5px dashed;
}
.blog_post_group .col-sm-4 {
    padding: 0px 5px;
}
.blog_thumb img {
    height: 425px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogcont_st {
    text-align: left;
    padding: 10px;
}
.blog_second_blk {
    float: left;
    width: 100%;
}
.blog_post_group.mb-5 {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.blogcont_st span {
    font-size: 16px;
    line-height: 30px;
    color: #5c5c5c;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    text-transform: capitalize;
}
.blogcont_st h5 {
    font-size: 26px;
    line-height: 36px;
    color: #6a8b47;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.blogcont_st p {
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.blogcont_st a.btn-outline-success {
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 15px;
    line-height: 24px;
    color: #6a8b47;
    font-weight: 400;
}
.blogcont_st a.btn-outline-success:hover {
    background-color: #6a8b47;
    color: #fff;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(1) {
    width: 65%;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) {
    width: 35%;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(1) .blog_post_item.text-center {
    display: block;
    height: 450px;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(1) .blog_post_item.text-center .blog_thumb {
    width: 50%;
    float: left;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(1) .blog_post_item.text-center .blogcont_st {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #f3f3f3;
    padding: 1.5em;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(1) .blog_post_item.text-center .blog_thumb img {
    height: 450px;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blog_thumb {
    height: 450px;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blog_thumb img {
    height: 100%;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blog_thumb a {
    height: 100%;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blog_post_item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blogcont_st {
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #677f3494;
    top: unset;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blogcont_st p {
    display: none;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blogcont_st h5 {
    color: #fff;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blogcont_st span {
    color: #fff;
}
.blog_second_blk .blog_post_group:nth-child(even) .col-sm-4:nth-child(2) .blogcont_st a.btn-outline-success  {
    display: inline-block;
    width: 150px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: left;
    width: 100%;
    border: 0;
}
.pagination .page-numbers.current {
    width: 35px;
    display: inline-block;
    height: 35px;
    background-color: #a6b991;
    vertical-align: middle;
    padding-top: 7px;
    border-radius: 50%;
    color: #fff;
}
.pagination .page-numbers {
    width: 75px;
    height: 35px;
    vertical-align: middle;
    padding-top: 7px;
}
/***********************************Blogdetail Page*******************************/
.blogdetail_banner .banner_inner_content_inr h1 {
    font-size: 36px;
    line-height: 55px;
}
.blogdetail_banner .banner_inner_content_inr {
    padding: 0em 4em;
}
.blogdetail_left span.post-author {
    display: none;
}
.blogdetail_left span.post-comments {
    display: none;
}
.blogdetail_left span.posted-on {
    font-size: 18px!important;
    line-height: 38px;
    color: #5c5c5c;
    font-weight: 400;
    display: inline-block!important;
    margin-bottom: 15px;
}
.blogdetail_left span.posted-on a {
    text-decoration: none!important;
}
.blogdetail_right {
    padding-left: 15px;
    padding-top: 4em;
}
.blogdetail_left {
    padding-right: 15px;
}
.blogdetail_left h1.entry-title {
    display: none;
}
.blogdetail_left .hentry .entry-header {
    margin-bottom: 0;
    border: 0px;
}
.blogdetail_left .entry-content img {
    height: 545px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogdetail_left .entry-content p {
    font-size: 17px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}
.blogdetail_left .entry-content h3 {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    color: #748b4e;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.blogdetail_left .entry-content h4 {
    margin: 0;
    font-size: 25px;
    line-height: 36px;
    color: #748b4e;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
.blogdetail_right .testimonial-sidebar {
    background-image: url('../images/blog-detail/testimonialback.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3em 2em 3em;
    border-radius: 10px;
}
.blogdetail_right .testimonial-image img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #fff;
}
.blogdetail_right .testimonial-slide {
    text-align: center;
}
.blogdetail_right .testimonial-image {
    text-align: center;
    margin-bottom: 2em;
}
.blogdetail_right .testimonial-content h5 {
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 0.5em;
}
.blogdetail_right .testimonial-content p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
}
.blogdetail_right .testimonial-slider .slick-list.draggable {
    padding: 1em 0em 0em;
    height: auto!important;
}
.blogdetail_right .testimonial-content {
    position: relative;
    z-index: 9;
}
.blogdetail_right .testimonial-slider {
    padding-bottom: 0em;
}
.blog-sidebar .widget:nth-child(2) h4 {
    font-size: 25px;
    line-height: 36px;
    color: #4b790d;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    padding-bottom: 0;
    margin: 0;
    border: 0;
    margin-bottom: 15px;
}
.blogdetail_right .recent-post-thumbnail {
    width: 30%;
    float: left;
}
.blogdetail_right .recent-post-content {
    width: 70%;
    float: left;
    padding-left: 15px;
}
.blogdetail_right .recent-post-item {
    float: left;
    width: 100%;
}
.blogdetail_right .recent-post-thumbnail img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blogdetail_right .recent-post-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.blogdetail_right .recent-post-content small {
    font-size: 15px;
    line-height: 28px;
    color: #4b790d;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.blogdetail_right .sidebarbottom_inner img {
    height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blogdetail_right .sidebarbottom_content {
    position: absolute;
    top: 50px;
    max-width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.blogdetail_right .sidebarbottom_content h4 {
    font-size: 26px;
    line-height: 36px;
    color: #4b790d;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.blogdetail_right .sidebarbottom_content p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}
/*********************************Aboutus Page*******************************/
.faq_wrapper {
    float: left;
    width: 100%;
    padding: 0em 0em 2em;
    margin: 1em 0em 1em;
}
.faq_title_sec {
    text-align: center;
    margin-bottom: 2em;
}
.faq_title_sec span {
    font-size: 25px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    display: block;
    margin-bottom: 0.5em;
}
.faq_title_sec h2 {
    font-size: 35px;
    line-height: 42px;
    color: #344d1b;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.faq_title_sec p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}
a.faqtop_link {
    width: 125px;
    height: 45px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #4c7a0d;
    font-weight: 700;
}
.faq_secondtop {
    border-radius: 10px;
    background-image: linear-gradient(180deg, #47730d 0%, #548a0b 99%, #548a0b 100%);
    padding: 1.5em;
}
.faq_secondtop h3 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.faq_secondtop p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}
.faq_accdhle .accordion-container {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0em 2em;
}
.set {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 0 0 10px;
    padding-bottom: 0px;
    border-bottom: 2px solid #d9d9d9;
}
.set > a {
  display: block;
  padding: 20px 0px;
  text-decoration: none;
  border-bottom: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}
.set > a.active {
  background-color: transparent;
  color: #4a770e;
}
.set > a i {
    float: right;
}
.set .content p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}
.set .content {
    padding-bottom: 15px;
}
.set > a i:before {
    content: '\f077';
    font-size: 17px;
    line-height: 28px;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fd8e2b;
    color: #fff;
    transition: 0.5s;
}
.set > a.active i:before {
    transform: rotate(180deg);
}
.faq_secondright {
    padding-left: 2em;
}
.faq_secondright_inner {
    border-radius: 10px;
    background-color: #ececec;
    padding: 2em;
}
.faq_secondright_image img {
    height: 430px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
}
.faq_secondright_image {
    margin-bottom: 1em;
}
.faq_secondright_inner h5 {
    font-size: 28px;
    line-height: 36px;
    color: #4a770e;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.faq_secondright_inner ul li {
    display: inline-block;
    vertical-align: middle;
}
.faq_secondright_inner ul li a {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 10px;
    color: #748b4e;
}
.faq_secondright_inner li a svg {
    width: 40px;
    vertical-align: top;
    fill: #748b4e;
    height: 40px;
}
.faq_secondright_inner p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}
.faq_secondright_inner h4 {
    font-size: 28px;
    line-height: 36px;
    color: #4a770e;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
/*********************************Contact Page**********************************/
.contact_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.contact_first_left_inner h3 {
    font-size: 32px;
    line-height: 45px;
    color: #6a8b47;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.contact_first_left_inner p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
}
.contact_firstdetail {
   margin-top: 1.5em;
   padding-left: 3em;
   position: relative;
   margin-bottom: 2.5em;
}
.contact_firstdetail.address_contact:before {
    content: '\f041';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-family: 'FontAwesome';
    color: #fd871e;
}
.contact_firstdetail.phone_contact:before {
    content: '\f095';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-family: 'FontAwesome';
    color: #fd871e;
}
.contact_firstdetail.mail_contact:before {
    content: '\f0e0';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #fd871e;
}
.contact_firstdetail h4 {
    font-size: 28px;
    line-height: 36px;
    color: #6a8b47;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.contact_firstdetail a {
    font-size: 20px;
    line-height: 32px;
    color: #5c5c5c;
    font-weight: 600;
}
.contact_first_right {
    padding-left: 25px;
}
.contact_first_right_inner {
    padding: 2em;
    background-image: url('../images/contact/contact.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact_first_right_inner h4 {
    font-size: 32px;
    line-height: 45px;
    color: #6a8b47;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.contact_first_right_inner input {
    width: 100%;
    margin-bottom: 15px;
    height: 55px;
    background-color: #fff;
    border: unset;
    outline: unset;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    box-shadow: unset;
}
.contact_mapinner iframe {
    height: 650px;
    width: 100%;
}
.contact_first_right_inner input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    box-shadow: unset;
}
.contact_first_right_inner input:focus {
    background-color: #fff;
}
.contact_first_right_inner textarea {
    resize: unset;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
}
.contact_first_right_inner textarea {
    resize: unset;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    padding: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 150px;
}
.contact_first_right_inner textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.contact_first_right_inner input[type="submit"] {
    width: 165px;
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
}
.contact_second_benefits_right {
    float: right;
    background-color: #6a8b47;
    padding: 1.5em 0em 1.5em 2em;
    border-radius: 20px 0px 0px 20px;
    width: 1140px;
}
.benefits_single span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.benefits_single span {
    display: inline-block;
}
.benefits_single div {
    display: inline-block;
    width: 79%;
    padding-left: 10px;
}
.benefits_single div h4 {
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
}
.benefits_single div p {
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
}
.benefits_single {
    padding: 1em 0em;
    position: relative;
}
.benefits_single:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 10px;
    background-color: #ffffff91;
}
.benefits_single:last-child::before {
    content: unset;
}
.contact_first_sec {
    margin-bottom: 5em;
}
.contact_second_benefits {
    padding: 4em 0em 1em;
    position: relative;
}
.contact_second_benefits:before {
    content: '';
    position: absolute;
    width: 235px;
    height: 220px;
    background-image: url(../images/contact/flowe.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    top: -20px;
    z-index: 9;
}   
.contact_mapinner iframe {
    width: 100%;
    height: 500px;
    float: left;
}
/***********************************Shop Page*******************************/
.woocommerce-products-header__title.page-title {
    display: none;
}
.view-toggle button#grid-view {
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    margin: 0px 5px;
}
.view-toggle button#list-view {
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cecece;
}
.product_listing_wrapper div#primary {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
}
.product_listing_wrapper div#secondary {
    float: left;
    width: 24%;
    border-right: 1px solid #c4c4c4;
    padding-right: 2em;
}
.product_listing_wrapper .woocommerce-result-count {
    display: none;
}
.view-toggle {
    position: absolute;
    right: 0;
    z-index: 9;
}
.product_listing_wrapper .container {
    position: relative;
}
.grocery-sorting form.woocommerce-ordering select {
    font-size: 16px;
    line-height: 50px;
    color: #5c5c5c;
    font-weight: 400;
    padding: 7px;
    border: 1px solid #cecece;
    border-radius: 5px;
}
.toggle-view img {
    filter: invert(15%) sepia(98%) saturate(5092%) hue-rotate(73deg) brightness(99%) contrast(103%)!important;
}   
.toggle-view.active img {
    filter: invert(57%) sepia(57%) saturate(2438%) hue-rotate(351deg) brightness(105%) contrast(104%)!important;
}
.grid-view li.product {
    margin-right: 0 !important;
    width: 32% !important;
    margin: 0px 7px !important;
    margin-bottom: 25px !important;
    border-radius: 10px;
    background-color: #ffffff;
    padding-bottom: 10px;
    border: 1px solid #d6d6d6;
}
.grid-view li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.grid-view li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.grid-view li.product img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}
.grid-view li.product h2.woocommerce-loop-product__title {
    display: inline-block;
    float: left;
    width: 60%;
    padding-left: 15px;
    font-size: 18px !important;
    line-height: 20px;
    color: #20370a;
    font-weight: 700 !important;
    font-family: 'Poppins-Medium';
    text-align: left;
}
.grid-view li.product .custom-main-description {
    padding: 0px 10px;
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 6px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}
.grid-view li.product .custom-main-description:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 2px;
    background-color: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.grid-view li.product .star-rating {
    float: right;
}
.grid-view li.product span.onsale {
    background-color: #26410c;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 0px 10px;
    border: 0px;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.grid-view li.product .add_to_cart_button {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 2px 9px;
    float: right;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    transition: 0.5s;
}
.single-product .related.products .add_to_cart_button.added {
    display: none;
}   
.single-product .related.products a.added_to_cart.wc-forward {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 2px 9px;
    float: right;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    transition: 0.5s;
}
.single-product .related.products .grid-view li.product span.price {
    width: 58%;
}
.grid-view li.product .add_to_cart_button:hover {
    background-image: linear-gradient(180deg, #26410c 0%, #26410c 100%);
}
.grid-view li.product span.price {
    float: left;
    width: 55%;
    padding-left: 12px;
}
.grid-view li.product span.price del {
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
}
.grid-view li.product span.price ins {
    font-size: 16px;
    line-height: 17px;
    color: #fd810f;
    font-weight: 700;
    font-family: 'Poppins-Medium' !important;
}
.star-rating span:before {
    color: #ffc107 !important;
}
.list-view li.product {
    float: left !important;
    width: 100% !important;
    display: block !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
    border-radius: 10px;
    background-color: #ffffff;
    padding-bottom: 0;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}
.list-view li.product img {
    margin-bottom: 0 !important;
    height: 275px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
.content_list {
    padding-left: 15px;
    text-align: left;
    padding-top: 10px;
}
.content_list h2.woocommerce-loop-product__title {
    font-size: 24px!important;
    line-height: 36px;
    color: #20370a;
    display: block;
    width: 100%;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.content_list .star-rating {
    text-align: left;
    float: left;
}
.content_list .custom-main-description {
    padding: 0px 10px;
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    padding-bottom: 0;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.content_list .custom-main-description {
    padding-left: 0;
}
.content_list span.price del {
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
    font-weight: 400;
}
.content_list span.price {
    padding-left: 0;
    margin-bottom: 15px!important;
    display: block!important;
    float: left;
    width: 100%;
}
.content_list span.price ins {
    font-size: 18px;
    line-height: 22px;
    color: #fd810f;
    font-weight: 700;
    font-family: 'Poppins-Medium' !important;
}
.content_list .product_type_simple {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 3px 15px;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.content_list span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #26410c;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0px 10px 0px 10px;
    border: 0px;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.product_listing_wrapper div#secondary span.gamma.widget-title {
    font-size: 22px;
    line-height: 36px;
    color: #7d9562;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
    border: 0;
}
.product_listing_wrapper div#secondary div#ajaxsearchlite2 {
    box-shadow: unset !important;
}
.product_listing_wrapper div#secondary div.asl_m .probox {
    border-radius: 10px!important;
    border: 1px solid #d6d6d6!important;
    padding: 0px 10px!important;
}
.product_listing_wrapper div#secondary div.asl_m .probox .proinput input {
    height: 45px;
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.product_listing_wrapper div#secondary div.asl_w .probox .proinput {
    margin: 0!important;
    padding: 0!important;
}
.product_listing_wrapper div.asl_w .probox .promagnifier {
    height: 45px;
}
.product_listing_wrapper .product-categories li a {
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-decoration: unset !important;
    position: relative;
}
.product_listing_wrapper .product-categories li a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #00af5f;
    left: -25px;
    top: 8px;
    border-radius: 50%;
}
.product_listing_wrapper .product-categories li.current-cat a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #00af5f;
    left: -22px;
    top: 11px;
    border-radius: 50%;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li:before {
    content: unset;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #00af5f;
    left: -28px;
    top: 8px;
    border-radius: 50%;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li.chosen a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #00af5f;
    left: -25px;
    top: 11px;
    border-radius: 50%;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a {
    position: relative;
}
.product_listing_wrapper .product-categories li::before {
    content: unset!important;
}
.product_listing_wrapper .widget_price_filter .ui-slider .ui-slider-range, 
.product_listing_wrapper .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #234114!important;
}
.product_listing_wrapper .widget_price_filter .price_slider_amount .button {
    background-color: #ff8a2b;
    border-color: #eeeeee;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    border-radius: 20px;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.2px;
}
.product_listing_wrapper .price_label {
    font-size: 15px;
    line-height: 32px;
    font-family: 'Poppins-Regular';
}
.product_listing_wrapper li.wc-layered-nav-rating a {
    font-size: 15px;
    margin-bottom: 10px;
}
.product_listing_wrapper nav.woocommerce-pagination {
    text-align: center;
    width: 100%;
}
.grocery-product-pagination {
    display: none!important;
}
.grocery-sorting .woocommerce-pagination {
    display: none;
}
.grocery-sorting:last-child .woocommerce-pagination {
    display: block;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0px 5px;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li span {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #355c01 !important;
    color: #fff !important;
    line-height: 24px;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li a {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: transparent !important;
    color: #002873 !important;
    line-height: 24px;
}
/*******************************Product detail Page*************************************/
.single-product .content-area {
    width: 100% !important;
    margin-right: 0 !important;
    float: left !important;
}
.productdetail_wrapper .hurrytimer-timer {
    justify-content: left!important;
}
.productdetail_wrapper .hurrytimer-campaign {
    position: relative!important;
}
.productdetail_wrapper .wcgs-slider-image img {
    width: 100%;
    height: 695px !important;
    object-fit: contain;
    object-position: center;
    /* border: 1.5px solid #8eae72; */
}
.gallery-navigation-carousel .wcgs-thumb img {
    height: 200px !important;
}
.productdetail_wrapper .woocommerce-product-details__short-description {
    margin-bottom: 1em;
}
.single-product div.product .product_meta {
    display: none!important;
}
.productdetail_wrapper .custom-product-info {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 15px 0px;
}
.productdetail_wrapper .custom-product-info p {
    padding: 0px 10px 15px 55px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    position: relative;
}
.productdetail_wrapper .custom-product-info p:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.productdetail_wrapper .custom-product-info p:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../images/product/credit-card.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 10px;
}
.productdetail_wrapper .custom-product-info p:last-child::before {
    background-image: url('../images/product/warranty.webp');
    width: 35px;
    height: 35px;
} 
.productdetail_wrapper a.button.whatsapp-order-button {
    border-radius: 10px;
    background-color: #355c01;
    color: #fff;
    padding: 10px 25px;
    width: 250px;
    text-align: center;
    height: 65px;
    font-size: 19px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    transition: 0.5s;
}
.productdetail_wrapper a.button.whatsapp-order-button:hover {
    background-color: #000;
}
.productdetail_wrapper .qib-button-wrapper {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    height: 55px;
    margin: 0;
    margin-right: 1em;
}
.productdetail_wrapper .qib-button-wrapper .minus.qib-button, 
.productdetail_wrapper .qib-button-wrapper .plus.qib-button {
    background: unset;
    border: 0;
}
.productdetail_wrapper .qib-button-wrapper .quantity input.input-text.qty.text {
    border: 0;
    width: 50px;
    font-family: 'Poppins-Medium';
}
.productdetail_wrapper button.single_add_to_cart_button.button.alt {
    width: 180px;
    height: 55px;
    border-radius: 10px;
    background-color: #355c01;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    position: relative;
    text-align: right;
    transition: 0.5s;
}
.productdetail_wrapper button.single_add_to_cart_button.button.alt:hover {
    background-color: #000;
}
.productdetail_wrapper button.single_add_to_cart_button.button.alt:before{
    content: '';
    position: absolute;
    width: 25px;
    height: 20px;
    background-image: url(../images/product/shopping-cart.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 17px;
    left: 18px;
}    
.product_bottom .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: inline-block;
    margin-right: 15px;
}
.product_bottom .woocommerce.product.compare-button {
    display: inline-block;
    position: relative;
}
.product_bottom .yith-wcwl-add-to-wishlist-button svg.yith-wcwl-icon {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 5px;
} 
.product_bottom span.yith-wcwl-add-to-wishlist-button__label {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
.product_bottom .compare.button {
    background-color: unset!important;
    display: inline-block!important;
    padding: 0;
    position: relative;
    padding-left: 40px;
}
.product_bottom .woocommerce.product.compare-button a:before {
    content: '';
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    background-image: url('../images/product-detail/left-and-right-arrows.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 4px;
}
.product_bottom .woocommerce.product.compare-button a.added:before {
    top:0;
}
.product_bottom .compare.button span {
    font-size: 18px;
    line-height: 40px;
    color: #000000 !important;
    display: inline-block !important;
    font-weight: 400;
}
.product_bottom {
    margin: 1.5em 0em;
    display: flex;
    align-items: center;
}
.product-share-wrapper {
    position: absolute !important;
    bottom: 24px;
    right: 25px;
    font-size: 18px;
    line-height: 32px;
    color: #000000 !important;
    display: inline-block !important;
    font-weight: 400;
}
.productdetail_wrapper .summary.entry-summary {
    position: relative;
}
.product-share-wrapper button {
    padding: 0px 0px;
}
.blogdetail_cvr div#primary {
    float: left;
    width: 100%;
    margin-right: 0;
}
.mobile-menu-btn {
   display: none;
}
.product_listing_wrapper .compare.button  {
    display: none!important;
}  
.productcategory_single.slick-slide {
    height: auto !important;
}
.contact_first_right_inner .wpcf7-response-output {
    font-family: 'Poppins-Medium'!important;
}
.cart-item-data-field {
    margin-top: 15px;
}
.whmc-item-price {
    margin-top: 15px;
}
.product_listing_wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.product_listing_wrapper a.added_to_cart.wc-forward {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 2px 9px;
    float: right;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
button#closeSidebar {
    display: none;
}
div#pm_menu a {
    border-radius: 50px;
}
/* .wmcchevkoutprocess {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px !important;
    background-image: linear-gradient(90deg, #f5afa0 0, #c28677 100%) !important;
    border: 0 !important;
    width: auto;
    background-color: transparent !important;
    padding: 7px;
} */
a.ckhviewcart {
    border-radius: 30px !important;
    background-image: linear-gradient(90deg, #f5afa0 0, #c28677 100%) !important;
    border: 0 !important;
    width: auto;
    background-color: transparent !important;
    padding: 10px;
}
.chekouttxtvalues {
    background: unset!important;
}
.grid-view a.compare.button {
    display: none;
}
.whmc_ft-buttons-con {
    display: block;
}
.whmc_ft-buttons-con a {
    padding: 10px;
}
.single-product h1.product_title.entry-title {
    font-size: 36px;
    line-height: 50px;
    color: #355c01;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}
.single-product p.price {
    margin: 5px 0px 15px !important;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: left;
}
.single-product p.price span {
    font-family: 'Poppins-Medium';
}
.single-product .price del {
    margin-top: 0px;
    line-height: 40px;
}
.single-product .price ins {
    margin-right: 10px;
    font-size: 29px;
    line-height: 40px;
    color: #fd810f;
    font-weight: 700;
}
.single-product .summary.entry-summary {
    display: flex;
    flex-direction: column;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
    order: 1;
}
.single-product .summary.entry-summary .woocommerce-product-rating {
    order: 2;
    margin-bottom: 10px;
    margin-top: 0em!important;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    order: 3;
}
.single-product .summary.entry-summary p.price {
    order: 4;
}
.single-product .summary.entry-summary a.button.whatsapp-order-button {
    order: 5;
}
.single-product .summary.entry-summary .hurrytimer-campaign {
    order: 6;
    display: none;
}
.single-product .summary.entry-summary form.cart {
    order: 8;
}
.single-product .summary.entry-summary .custom-product-info {
    order: 9;
}
.summary.entry-summary .custom-stock-progress {
   order: 7;
}
.single-product .summary.entry-summary .product_bottom {
    order: 10;
}
/* .hurrytimer-timer {
    border-radius: 10px;
    background-color: #f6ffeb;
    border: 1px solid #c2f182;
    padding: 1em 1em 1em;
} */
.hurrytimer-timer-block {
    margin: 0px 5px;
}
.single-product span.onsale, .single-product .stock.in-stock {
    display: none;
}
.single-product .custom-stock-progress h3 {
    font-size: 25px;
    line-height: 32px;
    color: #355c01;
    font-weight: 700;
    font-family: 'Poppins-Medium';
}
.single-product .custom-stock-progress p {
    margin: 5px 0 15px;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 24px;
    color: #8a8a8a;
    font-weight: 400;
}
.single-product .progress-bar-wrapper {
    margin-bottom: 15px;
}
.single-product .summary.entry-summary .custom-offer-box .hurrytimer-campaign {
    display: block;
}
.single-product .summary.entry-summary .custom-offer-box {
    order: 6;
}
.single-product .summary.entry-summary .custom-offer-box .hurrytimer-campaign {
    display: block;
}
.single-product .summary.entry-summary .custom-offer-box {
    order: 6;
    border-radius: 10px;
    background-color: #f6ffeb;
    border: 1px solid #c2f182;
    padding: 0.5em 0.5em 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 13px 0px;
}
.single-product .summary.entry-summary .custom-offer-box .offer-left {
    width: 40%;
    vertical-align: middle;
}
.single-product .summary.entry-summary .custom-offer-box .offer-left span.offer-title {
    font-size: 20px;
    line-height: 30px;
    color: #355c01;
    font-weight: 600;
    font-family: 'Poppins-Medium';
}
.single-product .summary.entry-summary .custom-offer-box .offer-center {
    width: 90%;
}
.single-product .summary.entry-summary .custom-offer-box .offer-right {
    width: 40%;
    vertical-align: middle;
}
.single-product .summary.entry-summary .custom-offer-box .offer-right span.offer-subtext {
    font-size: 13px;
    line-height: 16px;
    color: #355c01;
    font-weight: 400;
}
a.button.buy-now-btn {
    width: 180px;
    height: 55px;
    border-radius: 10px!important;
    padding: 10px 25px 10px 20px!important;
    background-color: #355c01;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular'!important;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}
a.button.buy-now-btn:hover {
    background-color: #355c01 !important;
}
a.button.buy-now-btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 21px;
    background-image: url('../images/product-detail/shop-now.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 15px;
    left: 18px;
}
.product_bottom .compare.button.added span {
    width: 110px !important;
    display: inline-block !important;
    font-size: 15px!important;
    line-height: 17px!important;
    white-space: unset!important;
}
.single-product a.compare.button {
    display: none;
}
/* .productdetail_wrapper button.single_add_to_cart_button.button.alt.added {
    display: none;
} */
/* .productdetail_wrapper a.added_to_cart.wc-forward {
    width: 180px;
    height: 55px;
    border-radius: 10px !important;
    padding: 10px 25px 10px 20px !important;
    background-color: #355c01;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular' !important;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
} */
.summary.entry-summary button.single_add_to_cart_button.button.alt.added {
    display: none;
}
.summary.entry-summary a.added_to_cart.wc-forward {
    width: 180px;
    height: 55px;
    border-radius: 10px !important;
    padding: 10px 25px 10px 20px !important;
    background-color: #355c01;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular' !important;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 15px;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    display: inline-block !important;
    width: 20%;
    padding-left: 15px;
    font-size: 18px;
}
.single-product div.product .woocommerce-tabs .panel {
    width: 100%!important;
    padding-bottom: 1em;
}
.single-product .woocommerce-Tabs-panel--description h2 {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    line-height: 32px;
    font-size: 25px!important;
}
.single-product .woocommerce-Tabs-panel--description p {
    font-size: 16px;
    line-height: 28px;
}
.single-product .woocommerce-Reviews h2.woocommerce-Reviews-title {
    font-family: 'Poppins-Medium';
    font-weight: 600;
}
.single-product p.stars a::before {
  font-family: 'FontAwesome';
}
.single-product .comment-respond {
    padding: 1.5em !important;
}
.single-product p.form-submit input[type=submit] {
    background-color: #305d14;
    margin-top: 1em;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    line-height: 24px;
}
.header_categoryinner button {
    width: 200px;
    height: 42px;
    border-radius: 22px;
    border: 0px;
    color: #fff;
    padding: 0px 15px 0px 35px;
    font-size: 14px;
    background-color: #f99111;
    position: relative;
    font-family: 'Poppins-Medium';
    text-align: left;
    position: relative;
}
button:focus {
    outline-color: #f99111!important;
}
.qib-button-wrapper .minus.qib-button:hover,
.qib-button-wrapper .minus.qib-button:focus,
.qib-button-wrapper .plus.qib-button:hover,
.qib-button-wrapper .plus.qib-button:focus {
    background-color: transparent!important;
    border: unset!important;
    outline: unset!important;
}
.header_categoryinner:after {
    content: '\f078';
    position: absolute;
    width: 20px;
    height: 15px;
    top: 9px;
    right: 16px;
    font-size: 15px;
    color: #fff;
    font-family: 'FontAwesome';
}
.product-category-links {
    text-align: left;
}
/* .product-category-links {
    display: none;
    transform: translate(0px, 0px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.product-category-links.active {
    display: block;
    position: absolute;
    padding: 1em 0em;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 
    64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px;
    transform: translate(0px, 0px);
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
} */
.product-category-links {
    /* display: none; */
    transform: translate(0px, 50px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    padding: 1em 0em;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px;
}
.product-category-links.active {
    /* display: block; */
    /* position: absolute; */
    /* padding: 1em 0em; */
    /* width: 100%; */
    /* background-color: #fff; */
    /* z-index: 1; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 
    64, 67, 0.15) 0px 2px 6px 2px; */
    /* border-radius: 15px; */
    transform: translate(0px, 0px);
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
.product-category-links li {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: let;
    border-bottom: 1px solid #efefef;
    padding: 5px 10px;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #fff;
}
.single-product div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {
    background-color: #305d14;
    color: #fff;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #305d14;
}
.woocommerce-noreviews::before {
    font-family: 'FontAwesome';
}

/**********************************Cart Page*****************************/
.woocommerce-cart div#secondary {
    display: none;
}
.woocommerce-cart .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-cart .hentry.type-page .entry-header {
    text-align: center;
    margin-bottom: 2em;
}
.woocommerce-cart .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-image span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-total span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart td.wc-block-cart-item__image {
    width: 30%;
}
.woocommerce-cart th.wc-block-cart-items__header-image span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-total span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart td.wc-block-cart-item__image {
    width: 30%;
}
.woocommerce-cart a.wc-block-components-product-name {
    font-size: 26px !important;
    line-height: 36px !important;
    text-decoration: unset;
    font-weight: 600;
}
.woocommerce-cart .wc-block-cart-item__prices span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.woocommerce-cart del.wc-block-components-product-price__regular del {
    color: red;
}
.woocommerce-cart del.wc-block-components-product-price__regular {
    font-size: 15px;
}
.woocommerce-cart ins.wc-block-components-product-price__value.is-discounted {
    font-size: 20px;
    font-weight: 600;
    color: #ff922e;
}
.woocommerce-cart .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    background-color: #333333;
    color: #fff;
}
.woocommerce-cart button.wc-block-cart-item__remove-link {
    font-size: 0!important;
    position: absolute;
    left: -25px;
    top: 85px;
}
.woocommerce-cart tr.wc-block-cart-items__row {
    position: relative;
}
.woocommerce-cart button.wc-block-cart-item__remove-link:before {
    content: '\f057';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 32px;
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}    
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle!important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 22px;
    font-weight: 600;
    color: #35492a;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid #efefef;
}
.woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins-Medium';
}
.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 18px;
    font-family: 'Poppins-Regular';
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    gap: 10px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 22px;
    font-weight: 600;
    color: #35492a;
}
.woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins-Medium';
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained>div {
    font-size: 16px;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #35492a!important;
    text-decoration: unset;
}
.woocommerce-cart .hentry {
    margin-bottom: 0;
}
.woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 65%;
    padding-right: 0.5em;
}
.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    margin-bottom: 0em!important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 5px 16px 5px 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    padding: 10px 16px 10px 0;
}    
/******************************Checkout Page*********************************/
.woocommerce-checkout div#secondary {
    display: none;
}
.woocommerce-checkout .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-checkout .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
    text-align: center;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
}
.woocommerce-checkout p.wc-block-components-checkout-step__description {
    font-size: 16px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email] {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label,
.woocommerce-checkout .wc-block-components-address-form-wrapper label {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-text-input {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-notice-banner__content {
    font-family: 'Poppins-Medium';
    font-size: 14px;
}    
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 25px;
    margin-bottom: 2em;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 30px;
}
.woocommerce-checkout .wc-block-components-address-form__phone {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text {
    font-family: 'Poppins-Medium';
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    font-size: 20px;
    line-height: 24px;
}
.woocommerce-checkout h3.wc-block-components-product-name {
    font-family: 'Poppins-Medium' !important;
    font-size: 15px;
}
.woocommerce-checkout del.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    font-size: 15px;
}
.woocommerce-checkout ins.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price span {
    font-size: 16px;
}   
.woocommerce-checkout .wc-block-components-panel__button {
    font-size: 15px;
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-button__text {
    font-family: 'Poppins-Medium';
}
/*****************************Wishlist Page***************************/
.whmtitr {
    font-family: 'AestheticViolet';
}
.woocommerce-wishlist div#secondary {
    display: none;
}
.woocommerce-wishlist .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-wishlist .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
    text-align: center;
}
.woocommerce-wishlist .woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.woocommerce-wishlist .wishlist_table thead tr th {
    font-size: 18px;
    line-height: 32px;
    background-color: #ff872b;
    color: #fff;
}
.wishlist_table tr td.product-thumbnail a img {
    width: 100%!important;
    height: auto;
    margin: 0;
    max-width: 100%;
}
.woocommerce-wishlist td.product-thumbnail {
    width: 15%;
}
.woocommerce-wishlist td.product-name {
    vertical-align: middle;
    padding-left: 15px!important;
    font-size: 19px;
    text-decoration: unset;
}
.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
}
.woocommerce-wishlist .wishlist-items-wrapper td.product-remove {
    padding: 0px;
    vertical-align: middle;
}
.woocommerce-wishlist a.remove.remove_from_wishlist {
    font-size: 25px !important;
}
.woocommerce-wishlist td.product-price {
    vertical-align: middle;
}
.woocommerce-wishlist td.product-price del {
    font-size: 15px;
}
.woocommerce-wishlist td.product-price ins {
    font-size: 20px;
    padding-left: 5px;
}
.woocommerce-wishlist td.product-price ins span {
    color: #ff883a;
}
.woocommerce-wishlist td.product-stock-status span {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-wishlist td.product-add-to-cart a {
    font-size: 16px;
    text-decoration: unset;
    background-color: #35492a;
    width: 115px;
    color: #fff;
    border-radius: 5px;
    line-height: 36px;
}
.woocommerce-wishlist td.product-stock-status {
    vertical-align: middle;
}
.woocommerce-wishlist td.product-add-to-cart {
    vertical-align: middle;
}
.woocommerce-wishlist td.product-add-to-cart {
    vertical-align: middle;
}
/*********************************Menus****************************/
#mega-menu-wrap-primary {
    background: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-it em > a.mega-menu-link {
    background: #fff;
    color: #000;
    padding: 0px 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff!important;
    color: #000!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
   background: #fff!important;
   color: #000!important;
}
.mega-current-menu-item a.mega-menu-link {
    color: #3a5627 !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px!important;
    transition: 0.5s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    border-bottom: 2px solid #bbb7b7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0px 15px!important;
}
.whmc-test {
    display: none;
}
/***********************************Homepage Two****************************/
.banner_homepagetwo {
    float: left;
    width: 100%;
    position: relative;
}
.banner_homepagetwo_image img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_homepagetwo_image {
    position: relative;
}
.banner_homepagetwo_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home2/bannercvr.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.banner_homepagetwo_content {
    position: absolute;
    top: 180px;
    padding-right: 0;
    z-index: 1;
}
.banner_homepagetwo_content h1 {
    font-size: 60px;
    line-height: 90px;
    color: #ffffff;
    margin-bottom: 15px;
}
.reviewbanner span {
    display: inline-block;
    margin-right: 5px;
}
.reviewbanner p {
    display: inline-block;
}
.reviewbanner span i {
    color: #ffe300;
}
.reviewbanner {
    margin-bottom: 0px;
}
.banner_homepagetwo_content p {
    font-size: 20px;
    line-height: 36px;
    color: #fefefe;
    font-weight: 400;
    margin-bottom: 1em;
}
.banner_homepagetwo_content a {
    width: 230px;
    height: 83px;
    background-image: url('../images/home2/readmre.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    justify-content: right;
    align-items: center;
    display: flex;
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 40px;
    position: relative;
    transition: 0.5s;
}
.banner_homepagetwo_content a:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/home2/plus.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 25px;
    left: 30px;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
.banner_homepagetwo_slic ul.slick-dots {
    position: absolute;
    top: 350px;
    left: 15px;
}
.banner_homepagetwo_slic ul.slick-dots li button {
    background-color: #fff;
    font-size: 0;
    margin-bottom: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}
.banner_homepagetwo_slic ul.slick-dots li.slick-active button {
    outline: 1px solid #fff;
    outline-offset: 3px;
}
.banner_homepagetwo_content a:hover {
    transform: scale(0.9);
}
.time_counter {
    position: absolute;
    top: 100px;
    right: 15px;
}
.time_counter_inr {
    padding: 0em 0em 0em 5em;
}
.time_counter_single h2 span {
    font-size: 46px;
    line-height: 55px;
    color: #ffffff;
    font-family: 'Poppins-Medium';
    vertical-align: middle;
}
.time_counter_single p {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.time_counter_single h2 {
    color: #fff;
    vertical-align: middle;
}
.time_counter_single {
    margin-bottom: 4em;
}
.whychoose_homepage2 {
    float: left;
    width: 100%;
    padding: 3em 0em;
    background-color: #bffde026;
}
.whychoose_homepage2_single_image {
    width: 115px;
    height: 130px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 2em;
}
.whychoose_homepage2_single_inner {
    text-align: center;
    padding: 0em 4em 0em;
    border-right: 2px solid #d4dad8;
}
.whychoose_homepage2_single_inner h3 {
    font-size: 24px;
    line-height: 34px;
    color: #48730e;
    font-weight: 700;
    font-family: 'Poppins-Medium';
}
.whychoose_homepage2_inner {
    border-bottom: 2px solid #d4dad8;
}
.whychoose_homepage2_single:last-child .whychoose_homepage2_single_inner {
    border-right: 0;
}
.whychoose_homepage2_single {
    padding-bottom: 3em;
}
.product_category_hmepge2 {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.product_category_hmepge2 h3 {
    font-size: 40px;
    line-height: 50px;
    color: #48730e;
    margin-bottom: 1em;
}
.productcategoryhm2_single_inner {
    text-align: center;
    margin: 0px 10px;
    border-radius: 10px;
    /* filter: drop-shadow(0px 6px 13.5px rgba(0,0,0,0.08)); */
    background-color: #ffffff;
    padding: 4em 0em;
    transition: 0.5s;
}
.producategory_single_imge {
    height: 115px;
    width: 130px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.producategory_hmepge2 .slick-list.draggable {
    padding: 1.5em 0em 3em;
    filter: drop-shadow(0px 6px 13.5px rgba(0, 0, 0, 0.08));
}
.producategoryhm2_single_name a {
    font-size: 24px;
    line-height: 30px;
    color: #566b4a;
    font-weight: 600;
}
/* .producategoryhm2_single.slick-active + .slick-active .productcategoryhm2_single_inner {
    background-color: transparent;
    background-image: url('../images/home2/categorybk.webp');
    background-size: cover;
    padding: 4em 0em 6em;
} */
.producategoryhm2_single:hover .productcategoryhm2_single_inner {
    background-color: transparent!important;
    background-image: url('../images/home2/categorybk.webp')!important;
    background-size: cover!important;
    padding: 4em 0em 4em!important;
}
.producategoryhm2_single.slick-active + .slick-active 
+ .slick-active .productcategoryhm2_single_inner,
.producategoryhm2_single.slick-active + .slick-active + .slick-active 
+ .slick-active .productcategoryhm2_single_inner,
.producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active  
+ .slick-active .productcategoryhm2_single_inner {
    background-color: #ffffff;
    background-image: unset;
    padding: 4em 0em 4em;
}
/* .producategoryhm2_single.slick-active + .slick-active 
.producategory_single_imge img {
    filter: invert(28%) sepia(10%) saturate(2250%) hue-rotate(52deg) brightness(97%) contrast(88%);
} */
.producategoryhm2_single:hover .producategory_single_imge img {
    filter: invert(28%) sepia(10%) saturate(2250%) hue-rotate(52deg) brightness(97%) contrast(88%)!important;
}
/* .producategoryhm2_single.slick-active + .slick-active  .producategoryhm2_single_name a {
    color: #000;
} */
.producategoryhm2_single:hover .producategoryhm2_single_name a {
    color: #000!important;
}
.producategoryhm2_single.slick-active + .slick-active + .slick-active .producategoryhm2_single_name a, .producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active  .producategoryhm2_single_name a, .producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active + .slick-active  .producategoryhm2_single_name a {
    color: #566b4a;
}
.producategoryhm2_single.slick-active + .slick-active + .slick-active
.producategory_single_imge img, .producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active
.producategory_single_imge img, .producategory_single_imge img, .producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active + .slick-active
.producategory_single_imge img {
  filter:unset;
}
.see_all {
    position: absolute;
    top: 0;
    right: 0;
}
.product_category_hmepge2 .container {
    position: relative;
}
.see_all a {
    width: 170px;
    height: 70px;
    background-image: url('../images/home2/grn.webp');
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 35px;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    filter: drop-shadow(#00000950 0rem 0.8rem 8px);
    transition: 0.5s;
}
.see_all a:hover {
    transform: scale(0.9);
}
.arrw_category {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.arrw_category a {
    width: 60px;
    height: 60px;
    border-radius: 29px;
    background-color: #1bba70;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
/* .producategoryhm2_single.slick-active + .slick-active .arrw_category {
    opacity: 1;
    visibility: visible;
} */
.producategoryhm2_single:hover .arrw_category {
    opacity: 1!important;
    visibility: visible!important;
}
.producategoryhm2_single.slick-active + .slick-active + .slick-active .arrw_category,
.producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active .arrw_category, .producategoryhm2_single.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .arrw_category  {
    opacity: 0;
    visibility: hidden;
}
.producategory_single_imge img {
    width: 75px;
    height: auto;
}
.delivery_hme2_wrapper {
    float: left;
    width: 100%;
}
.delivery_hme2_hle {
    height: 750px;
    background-position: center;
    background-size: 100% 100%;
}
.delivery_hme2_left {
    float: right;
    padding-top: 10em;
    text-align: center;
}
.delivery_hme2_left h4 {
    font-size: 65px;
    line-height: 110px;
    color: #20370a;
    margin-bottom: 0.5em;
}
.delivery_hme2_left p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 2em;
}
.delivery_hme2_left a:hover {
    background-color: #f99111;
}
.delivery_hme2_left a {
    width: 230px;
    height: 65px;
    border-radius: 33px;
    filter: drop-shadow(-0.698px 9.976px 31px rgba(0,0,0,0.2));
    background-color: #19ad68;
    border: 1px solid #ffffff;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    transition: 0.5s;
}
.blog_hme2_wrapper {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1.5em 0em;
}
.blog_hme2_title {
    margin-bottom: 2em;
}
.blog_hme2_title h4 {
    font-size: 60px;
    line-height: 110px;
    color: #48730e;
    margin-bottom: 15px;
}
.blog_hme2_title p {
    font-size: 18px;
    line-height: 28px;
    color: #010101;
    font-weight: 400;
}
.blog_hme2_single_inner {
    margin: 0px 5px;
}
.blog_hme2_single_image img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_hme2_single.slick-active + .slick-active .blog_hme2_single_image img {
    height: 375px;
}
.blog_hme2_single.slick-active + .slick-active + .slick-active .blog_hme2_single_image img,
.blog_hme2_single.slick-active + .slick-active + .slick-active + .slick-active .blog_hme2_single_image img {
    height: 600px;
}
.blog_hme2_single.slick-active + .slick-active .blog_hme2_single_content { 
    opacity: 1;
    visibility: visible;
    display: block;
    padding: 1em;
    filter: drop-shadow(0px 2px 30.5px rgba(0, 0, 0, 0.25));
    background-color: #fff;
    margin-top: -3px;
}
.blog_hme2_single_content, .blog_hme2_single.slick-active + .slick-active + .slick-active .blog_hme2_single_content, .blog_hme2_single.slick-active + .slick-active + .slick-active + .slick-active .blog_hme2_single_content
 {
    opacity: 0;
    visibility: hidden;
    display: none;
    filter: unset;
}
.blog_hme2_single_content h4 a {
    font-size: 22px;
    line-height: 30px;
    color: #20370a;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    overflow: hidden;
}
.blog_hme2_single_content p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.blog_hme2_slic .slick-list.draggable {
    padding: 2em 0em 4em;
}
.blog_hme2_slic button.slick-prev.slick-arrow {
    right: 100px;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #19ad68;
    position: absolute;
    top: -71px;
    transition: 0.5s;
}
.blog_hme2_slic button.slick-prev.slick-arrow:hover {
    background-color: #19ad68;
}
.blog_hme2_slic button.slick-prev.slick-arrow:before {
    content: '\f053';
    position: absolute;
    font-size: 19px;
    line-height: 0px;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #19ad68;
    transition: 0.5s;
}
.blog_hme2_slic button.slick-prev.slick-arrow:hover::before {
    color: #fff;
}
.blog_hme2_slic button.slick-next.slick-arrow {
    right: 25px;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #19ad68;
    position: absolute;
    top: -71px;
    transition: 0.5s;
}
.blog_hme2_slic button.slick-next.slick-arrow:hover {
    background-color: #19ad68; 
}
.blog_hme2_slic button.slick-next.slick-arrow:before {
    content: '\f054';
    position: absolute;
    font-size: 19px;
    line-height: 0px;
    font-family: 'FontAwesome';
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #19ad68;
    transition: 0.5s;
}
.blog_hme2_slic button.slick-next.slick-arrow:hover::before {
    color: #fff;
}
.healthy_organic_wrapper {
    float: left;
    width: 100%;
}
.healthy_organic_hle {
    height: 950px;
    width: 100%;
    background-image: url('../images/home2/healthybk.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.healthy_organic_inr img {
    height: 420px;
    width: 55%;
    margin: 0 auto;
    object-fit: fill;
    object-position: center;
}
.healthy_organic_inr {
    padding: 13em 0em;
}
.healthy_organic_title {
    text-align: center;
}
.healthy_organic_title h4 {
    font-size: 55px;
    line-height: 105px;
    color: #48730e;
    margin-bottom: 15px;
}
.healthy_organic_title p {
    font-size: 27px;
    line-height: 42px;
    color: #000000;
    font-weight: 600;
}
.healthy_organic_main_cont {
    position: absolute;
    padding: 5em 0em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.healthy_organic_slic {
    position: relative;
}
.healthy_organic_content:nth-child(odd) .healthy_organic_content_innr {
    text-align: right;
    max-width: 60%;
    float: right;
}
.healthy_organic_content:nth-child(even) .healthy_organic_content_innr {
    text-align: left;
    max-width: 60%;
}
.healthy_organic_content {
   margin-bottom: 7.5em;
}
.healthy_organic_content_innr h4 {
    font-size: 28px;
    line-height: 45px;
    color: #48730e;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.healthy_organic_content_innr p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}
.healthy_organic_main_cont .container {
    max-width: 1330px;
}
.healthy_organic_content:nth-child(1) .healthy_organic_content_innr {
    margin-right: 17em;
}
.healthy_organic_content:nth-child(3) .healthy_organic_content_innr {
    margin-right: 26em;
}
.healthy_organic_content:nth-child(2) .healthy_organic_content_innr {
    margin-left: 11em;
}
.healthy_organic_content:nth-child(4) .healthy_organic_content_innr {
    margin-left: 25em;
}
.healthy_organic_content:nth-child(5) .healthy_organic_content_innr {
    margin-right: 15em;
}
.healthy_organic_content:nth-child(6) .healthy_organic_content_innr {
    margin-left: 11em;
}
.testimonials_hme2_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.testimonials_hme2_title {
    margin-bottom: 3em;
    text-align: center;
    padding: 0em 5em;
}
.testimonials_hme2_title h4 {
    font-size: 60px;
    line-height: 105px;
    color: #48730e;
}
.testimonials_hme2_title p {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
}
.testimonials_hme2_single_inner {
    margin: 0px 10px;
}
.testimonials_hme2_single_img {
    position: absolute;
    width: 175px;
    top: 30px;
}
.testimonials_hme2_slic .slick-list.draggable {
    padding: 2em 0em;
    filter: drop-shadow(-0.698px 9.976px 31px rgba(0, 0, 0, 0.14));
}
.testimonials_hme2_single_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    padding-bottom: 0;
    overflow: hidden;
}
.testimonials_hme2_single_content {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 2em 1.5em 2em 7.5em;
    max-width: 80%;
    float: right;
}
.testimonials_hme2_single_img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}
.testimonials_hme2_single_content h4 {
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 5px;
    border-bottom: 3px solid #19ae69;
    padding-bottom: 5px;
    display: inline-block;
}
.testimonials_hme2_single_content h5 {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    line-height: 28px;
}
.testimonials_hme2_single_content:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    bottom: 25px;
    right: 25px;
    background-image: url(../images/home/quotes.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.testimonial-rating.home2-rating {
    text-align: left;
    margin-bottom: 10px;
}
.testimonials_hme2_single_content p {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.testimonial-designation.home2-designation {
    font-size: 14px;
    line-height: 16px;
    color: #fc8710;
    font-weight: 400;
}
.products_hme2_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.products_hme2_title h4 {
    font-size: 45px;
    line-height: 70px;
    color: #48730e;
    display: inline-block;
    vertical-align: middle;
}
.products_hme2_title ul {
    display: inline-block;
    text-align: right;
    width: 70%;
    vertical-align: middle;
}
.products_hme2_title ul li {
    display: inline-block;
    margin: 0px 15px;
}
.products_hme2_title ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
}
.products_hme2_title {
    margin-bottom: 3em;
}
.products_hme2_single_inner {
    margin: 0px 5px;
    position: relative;
}
.products_hme2_single_image img {
    height: 310px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0px;
}
.products_hme2_single_image {
    border:1px solid #dfdfdf;
    border-bottom: 0px;
}
.products_hme2_single_content {
    background-image: linear-gradient(180deg, #e0e0e040 0%, #d6d6d6b5 100%);
    padding: 1em;
    border-radius: 0px 0px 50px 0px;
    border:1px solid #dfdfdf;
}
.products_hme2_list_slic .slick-list.draggable {
    filter: drop-shadow(-0.698px 9.976px 31px rgba(0, 0, 0, 0.14));
}
.products_hme2_single_content p {
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.products_hme2_single_content h4 {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    transition: 0.5s;
}
.products_hme2_single_content .producthme_price ins {
    color: #437421;
    transition: 0.5s;
}
.products_hme2_single_content .cart_hme a {
    background-color: #fff;
    background-image: unset;
    color: #3d752c;
}
.badge.discount.hme2-discount {
    background-image: unset;
    background-color: #1bba70;
    border-radius: 0;
    left: unset;
    right: -1px;
    line-height: 20px;
    padding: 1em 0.8em 1.5em;
    clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}
.products_hme2_single_inner:hover .products_hme2_single_content {
    background-image: unset;
    background-color: #00bb76;
}
.products_hme2_single_image a {
    display: block;
    padding: 1em;
}
.products_hme2_single_content .product_top small {
    transition: 0.5s;
}
.products_hme2_single_content .producthme_price {
  border-top: 0px;
}
.products_hme2_single_content .producthme_price del {
    transition: 0.5s;
}
.products_hme2_single_inner:hover .products_hme2_single_content .product_top small,
.products_hme2_single_inner:hover .products_hme2_single_content h4,
.products_hme2_single_inner:hover .products_hme2_single_content .producthme_price del,
.products_hme2_single_inner:hover .products_hme2_single_content .producthme_price ins {
    color: #fff;
}
.banner_home3_single {
    position: relative;
}
.banner_home3_single:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../images/home3/bannercontent.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.banner_home3_content {
    position: absolute;
    top: 80px;
    z-index: 2;
    padding-right: 140px;
}
a.banner_shop {
    width: 205px;
    height: 65px;
    margin-right: 15px;
    background-image: url('../images/home3/bannrshop.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_home3_content strong {
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #ff750c;
    font-weight: 400;
    font-family: 'Poppins-Medium';
    border-radius: 10px;
    background-color: #ffdcc7;
    border: 1px solid #ffffff;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.banner_home3_content h1 {
    font-size: 45px;
    line-height: 65px;
    color: #355c01;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 0.5em;
}
.banner_home3_content p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 1em;
}
a.banner_shop {
    width: 205px;
    height: 65px;
    margin-right: 15px;
    background-image: url('../images/home3/bannrshop.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    padding-left: 33px;
    transition: 0.5s;
}
a.banner_shop:hover {
  transform: scale(0.9);
}
a.banner_shop_video {
    width: 205px;
    height: 65px;
    margin-right: 15px;
    background-image: url('../images/home3/bannrvdeo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
    padding-left: 25px;
    transition: 0.5s;
}
a.banner_shop_video:hover {
    transform: scale(0.9);
}   
.banner_home3_slic ul.slick-dots {
    position: absolute;
    top: 225px;
    left: 15px;
}
.banner_home3_slic ul.slick-dots li.slick-active button {
    outline: 1px solid #355c01;
    outline-offset: 3px;
}
.banner_home3_slic ul.slick-dots li button {
    background-color: #355c01;
    font-size: 0;
    margin-bottom: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}
.banner_home3_slic {
    position:relative
} 
.banner_home3_slic:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 101px;
    background-image: url(../images/aboutus/bannerbottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.banner_home3_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    position: relative;
}
.social_media_list {
    position: absolute;
    right: 15px;
    top: 50px;
}
.whychoose_hme3_wrapper {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1em 0em;
}
.whychoose_hme3_single_img img {
    width: 120px;
    margin: 0 auto;
}
.whychoose_hme3_single_img {
    margin-bottom: 2em;
}
.whychoose_hme3_single_inner {
    margin: 0px 15px;
    text-align: center;
}
.whychoose_hme3_single_inner span {
    font-size: 22px;
    line-height: 32px;
    color: #48730e;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
    display: block;
    min-height: 65px;
    padding: 0em 2em;
}
.whychoose_hme3_single_inner p {
    font-size: 15px;
    line-height: 24px;
    color: #010101;
    font-weight: 400;
}
.whychoose_hme3_hle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    background-image: url('../images/home3/whychoosebk.png');
    background-position: center;
    background-size: 100% 100%;
    top: 25px;
    left: 0;
}
/* .whychoose_hme3_single:nth-child(2) .whychoose_hme3_single_img img {
    margin-top: -1em;
}
.whychoose_hme3_single:nth-child(3) .whychoose_hme3_single_img img {
    margin-top: 1em;
} */
.aboutus_hme3_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.aboutus_hme3_image {
    margin-right: 2em;
    margin-left: 15px;
}
.aboutus_hme3_hle strong {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 5px;
    display: block;
    margin-top: 4em;
}
.aboutus_hme3_hle h2 {
    font-size: 40px;
    line-height: 55px;
    color: #48730e;
    font-weight: 600;
    font-family: 'Poppins-Medium';
}
.aboutus_hme3_hle h3 {
    font-size: 40px;
    line-height: 55px;
    color: #ff922e;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    border-top: 0;
    padding: 0;
    margin-bottom: 15px;
}
.aboutus_hme3_hle p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.aboutus_hme3_hle ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    display: flow-root;
    position: relative;
    margin-bottom: 10px;
}
.aboutus_hme3_hle ul li:before {
    content: '\f192';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 19px;
    color: #437421;
}
.aboutus_hme3_image_inner img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus_hme3_image_inner {
    height: 720px;
    display: flex;
    align-items: end;
}
.aboutus_hme3_subtitle h4 {
    font-size: 36px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    border-bottom: 3px solid #fff;
    display: inline;
}
.aboutus_hme3_subtitle {
    position: absolute;
    top: 15px;
    left: 20px;
}
.aboutus_hme3_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home3/aboutover.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.deliveryhm3_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em 1em;
    margin: 2em 0em 1em;
}
.deliveryhm3_hle {
    background-image: url('../images/home3/staticbk.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.deliveryhm3_imageinr img {
    height: 690px;
    width: 100%;
    object-fit: fill;
    object-position: center;
}
.deliveryhm3_content_inner h4 {
    font-size: 55px;
    line-height: 85px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    background-color: #355c01;
    display: ruby;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.deliveryhm3_content {
    margin-top: 9em;
}
.deliveryhm3_content_inner h4 span {
    background-color: #355c01;
    padding: 0px 15px;
    border: 0.5px solid #fff;
}
.deliveryhm3_content_inner h4 {
    font-size: 55px;
    line-height: 90px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Poppins-Medium';
    display: ruby;
    text-align: center;
    align-items: center;
}
.deliveryhm3_content_inner h4 span {
    background-color: #355c01;
    padding: 1px 15px;
    border: 0.5px solid #fff;
}
.deliveryhm3_content_inner h4 span strong {
    color: #ff8832;
}
.deliveryhm3_content_inner p {
    border-radius: 10px;
    background-color: #fd871e;
    width: 73%;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin: 1em 0em;
}
.deliveryhm3_content_inner a {
    width: 215px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    text-align: center;
    font-size: 25px;
    line-height: 55px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins-Medium' !important;
    transition: 0.5s;
}
.deliveryhm3_content_inner a:hover {
    background-color: #fd871e;
    color: #fff;
}
.latestpost_title_hme3 h4 {
    font-size: 40px;
    color: #48730e;
    font-weight: 600;
    line-height: 45px;
    font-family: 'Poppins-Medium';
    display: inline-block;
    padding: 0.4em 0.9em;
    background-image: url(../images/home3/postbk.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.latestpost_title_hme3 {
    text-align: center;
    margin-bottom: 2em;
}
.latestpost_title_hme3 h4 span {
    font-size: 40px;
    color: #ff8832;
    font-weight: 600;
    line-height: 45px;
    font-family: 'Poppins-Medium';
    display: inline-block;
}
.latestblog_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em 4em;
}
.bloghme3_single_inner {
    margin: 0px 5px;
    display: block;
    position: relative;
}
.bloghme3_single_image img {
    height: 640px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.bloghme3_single_content {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(53, 91, 1, 0.996078431372549) 0%, rgba(0, 0, 0, 0) 100%);
}
.post-date.hme3_date {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #f47200;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bloghme3_single_contentinr {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    float: left;
    padding: 0px 15px 20px;
}
.post-date.hme3_date:before {
    content: unset;
}
.bloghme3_single_contentinr h4 a {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
    overflow: hidden;
}
.bloghme3_single_contentinr p {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}
.bloghme3_single_contentinr a.rdmre {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px solid;
}
.bloghme3_single.slick-active + .slick-active .bloghme3_single_content {
    background-image: linear-gradient(0deg, rgba(243,113,0,0.996078431372549) 
    0%, rgba(0,0,0,0) 100%);
} 
.bloghme3_single.slick-active + .slick-active + .slick-active .bloghme3_single_content {
    background-image: linear-gradient(0deg, rgba(53, 91, 1, 0.996078431372549) 
    0%, rgba(0, 0, 0, 0) 100%);
} 
.latestblog_wrapper .container:before {
    content: '';
    position: absolute;
    height: 106%;
    background-image: url('../images/home3/borderimg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    left: -25px;
    right: 0;
    width: 104%;
    top: -14px;
}
.latestpost_title_hme3:before {
    content: '';
    position: absolute;
    width: 165px;
    height: 165px;
    left: -40px;
    z-index: -1;
    background-image: url('../images/home3/dots.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.latestblog_wrapper .container {
    position:relative;
}
.bloghme3_slic:before {
    content: '';
    position: absolute;
    width: 165px;
    height: 165px;
    right: -32px;
    z-index: -1;
    background-image: url('../images/home3/dots.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -45px;
} 
.testimonials_hme3_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.testimonials_hme3_left strong {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    display: block;
    margin-bottom: 15px;
}
.testimonials_hme3_left h4 {
    font-size: 40px;
    line-height: 50px;
    color: #355c01;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.testimonials_hme3_left h4 span {
    color: #fd871e;
    font-family: 'Poppins-Medium';
}
.testimonials_hme3_left {
    padding-right: 8em;
}
.testimonials_hme3single_image img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.testimonials_hme3single_image {
    text-align: center;
}
.testimonials_hme3_left p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 1em;
}
.testimonials_hme3single_cont h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    font-family: cursive;
    font-family: "Poppins-Medium";
    margin-bottom: 10px;
}
.testi_cont_hme3 {
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.testimonials_hme3_single_inr {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    display: block;
    width: 90%;
    float: left;
    padding: 1em 0em;
}
.testimonials_hme3_single_inr:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../images/home3/qutesbw.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 10px;
    right: 15px;
}
.testimonials_hme3_single.slick-active + .slick-active .testimonials_hme3single_cont h4 {
    color: #305d14;
}
.testimonials_hme3_single.slick-active + .slick-active + .slick-active .testimonials_hme3single_cont h4 {
    color: #000;
}
.testimonials_hme3_single.slick-active + .slick-active .testimonials_hme3_single_inr:after {
    background-image: url('../images/home3/qutesgr.webp');
} 
.testimonials_hme3_single.slick-active + .slick-active + .slick-active .testimonials_hme3_single_inr:after {
    background-image: url('../images/home3/qutesbw.webp');
}
.testimonials_hme3_single {
    margin-bottom: 1em;
}
.testimonials_hme3_single.slick-active .testimonials_hme3_single_inr,
.testimonials_hme3_single.slick-active + .slick-active + .slick-active  .testimonials_hme3_single_inr  {
    float: right;
    filter: unset;
}
.testimonials_hme3_single.slick-active + .slick-active .testimonials_hme3_single_inr  {
    float: left;
    filter: drop-shadow(4.357px 6.709px 16.5px rgba(0, 0, 0, 0.1));
}
.testimonials_hme3_left a {
    width: 155px;
    height: 50px;
    background-color: #fd871e;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Poppins-Medium';
    transition: 0.5s;
}
.testimonials_hme3_left a:hover {
    background-color: #355c01;
}
.products_hme3_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 2em 0em;
}
.products_hme3_wrapper .tabbed-products-wrapper ul.tabs {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
}
.products_hme3_wrapper .tabbed-products-wrapper ul.tabs li {
    font-size: 28px;
    line-height: 33px;
    color: #000;
    font-weight: 600;
    border: 0;
    font-family: 'Poppins-Medium';
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
}
.products_hme3_wrapper .tabbed-products-wrapper ul.tabs li.active {
    color: #355c01;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.products_hme3_wrapper .single-product {
    width: 25%;
    float: left;
    padding: 0;
}
.product-image img {
    width: 100% !important;
    height: 225px;
    object-fit: contain;
    object-position: center;
}
.product-image a {
    display: block;
    padding: 1em;
}
.product_content_hme3 {
    padding: 20px 15px;
    display: block;
}
.product_content_hme3 h4 a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.product_content_hme3 .star-rating {
    margin-bottom: 5px;
}
.product_content_hme3 .quantity.buttons_added {
    display: inline-block;
    margin-bottom:15px;
}
button.addcart_products_hme3 {
    width: 285px;
    height: 45px;
    border-radius: 10px;
    background-color: #355c01 !important;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    transition: 0.5s;
}
button.addcart_products_hme3:hover {
    background-color: #fd8110 !important;
}
.wholesale-buy-now-wrap form {
    margin: 0;
}
.product_content_hme3 .quantity.buttons_added input.minus {
    width: 30px!important;
    padding: 5px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #efefef;
    font-family: 'Poppins-Medium';
}
.product_content_hme3 .quantity.buttons_added input.input-text.qty.text {
    width: 35px !important;
    padding: 5px;
    height: 40px;
    margin-left: -3px;
    box-shadow: unset;
    background-color: transparent;
    border: 1px solid #efefef;
    text-align: center!important;
    font-family: 'Poppins-Medium';
}
.product_content_hme3 .quantity.buttons_added input.plus {
    width: 30px !important;
    padding: 5px;
    height: 40px;
    margin-left: -5px;
    background-color: transparent;
    border: 1px solid #efefef;
    font-family: 'Poppins-Medium';
}
.product_content_hme3 p.price {
    display: flex !important;
    width: 57%;
    float: right;
    margin: 0 !important;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.product_content_hme3 .price ins {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fd810f !important;
    font-weight: 700 !important;
    margin: 0;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 7px !important;
}
/* .product_content_hme3 .quantity-addcart {
    margin-bottom: 15px!important;
} */
.product_content_hme3 .addcart_products_hme3 a {
    width: 285px;
    height: 45px;
    border-radius: 10px;
    background-color: #355c01;
    color: #fff;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.bigsales_title_timer .hurrytimer-campaign .hurrytimer-timer {
    justify-content: left;
}
.bigsales_title_timer {
    float: left;
    display: flex;
}
.bigsales_title_mn h4 {
    padding: 0.5em 0.5em;
    font-size: 40px;
    line-height: 45px;
    color: #355c01;
    font-weight: 600;
    text-align: right;
    font-family: 'Poppins-Medium';
}
.bigsales_title_mn h4 span {
    font-family: 'Poppins-Medium';
    color: #ff750d;
}
.bigsales_title_timer .hurrytimer-campaign {
    position: relative;
    padding: 0;
}
.bigsales_title_timer span {
    vertical-align: middle;
    width: 19%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
}
.bigsales_title {
    margin-bottom: 2.5em;
}
.bigsales_wrapper {
  padding: 1em 0em 2em;
  margin: 1em 0em;
}
.banner_home3_image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.addcart_products_hme3 .ajax_add_to_cart.added {
    display: none;
}
.review_banner3hme .rev_img {
    width: 20%;
    float: left;
    vertical-align: middle;
}
.review_hme3banner {
    float: left;
    width: 80%;
    padding-left: 15px;
    vertical-align: middle;
}
.review_hme3banner p {
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
}
.review_hme3banner span {
    display: inline-block;
    margin-right: 5px;
}
.review_hme3banner p {
    display: inline-block;
    margin: 0px 7px 0px 0px;
}
.review_banner3hme {
    float: left;
    width: 100%;
    margin-top: 1em;
}
.review_hme3banner strong {
    background-color: transparent;
    border: 0;
    color: #5c5c5c;
    margin: 0;
}
.review_hme3banner span i {
    color: #ffc107;
}
.social_media_list {
    position: absolute;
    right: 25px;
    top: 120px;
}
.social_media_list ul li a {
    width: 45px;
    height: 45px;
    margin-bottom: 1em;
    background-color: #48730e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
}
.social_media_list ul li a svg {
    width: 27px;
    fill: #fff;
}
.social_media_list.blogdetail_media {
    right: unset;
    left: -50px;
    position: absolute;
    top: 50%;
}
.social_media_list.blogdetail_media ul li a {
   color: #48730e;
   background-color: transparent;
}
.social_media_list.blogdetail_media ul li a svg {
  fill: #48730e;  
}
.hurrytimer-campaign-465 .hurrytimer-timer-digit,
 .hurrytimer-campaign-465 .hurrytimer-timer-sep {
    font-size: 32px!important;
}
.product_listing_wrapper .proclose {
    top: 8px;
}   
.post-type-archive-product div.asl_r .results .item .asl_content h3, 
.post-type-archive-product div.asl_r .results .item .asl_content h3 a {
    color: #ff922e!important;
    font-weight: 600!important;
    font-family: 'Poppins-Medium' !important;
} 
.post-type-archive-product div.asl_r .results .item .asl_content .asl_desc {
    font-size: 12px!important;
    line-height: 18px!important;
    font-family: 'Poppins-Medium'!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
    padding-bottom: 0!important;
    overflow: hidden!important;
}
div.asl_r .results .item .asl_content .asl_desc {
    font-family: 'Poppins-Medium'!important;
     display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
    padding-bottom: 0!important;
    overflow: hidden!important;
}
.post-type-archive-product div.asl_m .probox .proclose svg {
    background-color: #fff!important;
}
.header_search div.asl_m .probox .proloading {
    margin-top: 6px;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li {
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-decoration: unset !important;
    position: relative;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a {
    text-decoration: unset !important;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li span.count {
    display: none;
}
.topselling_products_wrapper {
    float: left;
    width: 100%;
    margin: 2em 0em;
    padding: 2em 0em;
}
.topsellinghme_products_hle h4 {
    font-size: 60px;
    line-height: 110px;
    color: #20370a;
    text-align: center;
    margin-bottom: 0.5em;
}
.topsellinghme_products_nonveg .product-thumb,
.topsellinghme_products_veg .product-thumb {
    width: 90px;
    display: inline-block;
}
.topsellinghme_products_nonveg .product-info,
.topsellinghme_products_veg .product-info {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-left: 10px;
}
.topsellinghme_products_nonveg .product-thumb img,
.topsellinghme_products_veg .product-thumb img {
    height: 90px;
    object-fit: cover;
    object-position: center;
}
.topsellinghme_products_nonveg .custom-product-item,
.topsellinghme_products_veg .custom-product-item {
     margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8d9a944f;
}
.topsellinghme_products_nonveg .custom-product-list,
.topsellinghme_products_veg .custom-product-list {
    padding-top: 2em;
}
.topsellinghme_products_nonveg .price ins,
.topsellinghme_products_veg .price ins {
    font-weight: 800;
    color: #fd810f;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}
.topsellinghme_products_nonveg .price del,
.topsellinghme_products_veg .price del {
    font-size: 14px;
}
.topsellinghme_products_nonveg span.price,
.topsellinghme_products_veg span.price {
   margin-bottom: 5px;
    display: block;
}
.topsellinghme_products_nonveg .product-info .title a,
.topsellinghme_products_veg .product-info .title a {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Poppins-Medium';
    color: #1d3710;
}
.topsellinghme_products_main {
    display: flex;
    gap: 20px;
}
.topsellinghme_products_leftimg img,
.topsellinghme_products_rightimg img {
    height: 650px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    width: 100%;
}
.topsellinghme_products_left,
.topsellinghme_products_right {
    position: relative;
}
.topsellinghme_products_left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    background-image: url('../images/home/topsellbg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 13px;
    left: 0;
}
.topsellinghme_products_right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    background-image: url('../images/home/topbk.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 13px;
    left: 0;
}
.topsellinghme_products_nonveg,
.topsellinghme_products_veg {
    padding-left: 15px;
}
/***************************** Terms& Conditions***************************/
.termsandconditions_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.termsandconditions_hle h2 {
    font-size: 60px;
    line-height: 85px;
    color: #20370a;
    text-align: center;
    margin-bottom: 0.5em;
}
.termsandconditions_hle p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 10px;
}
.headersecond_logo_inner {
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    filter: drop-shadow(-8.402px 3.225px 34px rgba(0,0,0,0.21));
    background-color: #ffffff;
    padding: 10px 0px;
}
.headersecond_wrapper {
    float: left;
    width: 100%;
    margin-bottom: -40px;
}
.headersecond_hle {
    position: relative;
}
.headersecond_hle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    background-color: #fff;
    padding: 2em 0em;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    filter: drop-shadow(-8.402px 3.225px 34px rgba(0, 0, 0, 0.21));
    background-color: #ffffff;
    padding: 10px 0px;
}
.headersecond_menu_sec {
    padding: 1.5em 0em;
}
.headersecond_cont .header_icons ul li:last-child {
    width: 45%;
}
.headersecond_menu_sec {
    padding: 0.5em 0em 1.5em;
}
.headersecond_cont .header_icons {
    padding-top: 1em;
}
.headersecond_menus ul#mega-menu-header_menu2 {
    background-color: #fff;
}
.headersecond_menus div#mega-menu-wrap-header_menu2 {
    background-color: transparent;
}
.headersecond_menus ul#mega-menu-header_menu2 li a {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 36px !important;
    margin: 0px 8px !important;
}
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: #fff;
}
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 {
    text-align: center; 
}
.headersecond_call a {
    width: 195px;
    height: 65px;
    background-image: url(../images/home2/phonenumber.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 63px;
    text-align: left;
    padding-left: 1.5em;
}
.headersecond_menus {
    margin-top: 1em;
}
.headersecond_cont .header_icons ul li span.wishlist-count {
    top: 12px;
}
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item > a.mega-menu-link:focus {
    background:transparent!important;
}
.headerthird_logo_inner {
    background-color: #ffffff;
    border: 0px solid #aaaaaa;
    text-align: center;
    padding: 0.5em 0em;
    width: 85%;
}
#mega-menu-wrap-header_menu3 {
    background-color: transparent;
}
#mega-menu-header_menu3 li a {
    color: #000!important;
    font-size: 18px!important;
}
#mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
}
#mega-menu-header_menu3 li {
   margin: 0px 5px !important;
}
.headerthird_wrapper {
    float: left;
    width: 100%;
}
a.header_call {
    height: 65px;
    width: 215px;
    background-image: url('../images/home3/callbk.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 68px;
    position: relative;
    padding-left: 25px;
}
.headerthird_wrapper .container {
    max-width: 1300px;
}
a.appointment_third {
    height: 65px;
    width: 265px;
    background-image: url('../images/home3/callbk.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 68px;
    position: relative;
    padding-left: 25px;
}
a.header_call:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/home3/phone.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 23px;
    left: 30px;
}
a.appointment_third:before {
content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/home3/schedule.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 24px;
    left: 30px;
}    
.headerthird_menumain {
    margin-top: 1em;
}
#mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent!important;
}
.headerthird_point {
    margin-top: 0.5em;
    float: right;
    text-align: right;
}
.headerthird_menumain {
    margin-top: 1.5em;
}
.footer_wrapper_hme2 .footer_firstblck {
    background-image: url('../images/home2/footer.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 7em 0em 4em;
}
.footer_wrapper_hme3 .footer_firstblck {
    background-image: url('../images/home3/footer1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 7em 0em 4em;
}
.page_loading {
  position: fixed;
  background-color: #FFF;
  background: #fff url(../images/home/loading.gif) no-repeat center;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999999;
  overflow: hidden;
  top:0;
}
#mailpoet_form_1 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 20px;
    float: left;
    width: 75%;
    margin: 0;
}
#mailpoet_form_1 .mailpoet_paragraph input#form_email_1 {
    height: 50px !important;
    padding: 13px !important;
    background-color: transparent;
    outline: 0px;
    border: 1px solid #fff;
    box-shadow: unset;
    color: #fff;
}
#mailpoet_form_1 form.mailpoet_form {
    padding: 0!important;
    margin: 0!important;
}
#mailpoet_form_1 .mailpoet_paragraph.last {
    margin-bottom: 0;
    float: right;
    width: 23%;
}
#mailpoet_form_1 .mailpoet_submit {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #000;
    width: 100% !important;
    padding: 12px 0px !important;
    font-size: 16px !important;
    font-family: 'Poppins-Regular' !important;
}
.mailpoet_message p {
    color: #fff;
    padding: 0 !important;
}
#mailpoet_form_1 .mailpoet_message {
    padding: 0 0px!important;
}
.productcategory_slic button.slick-prev.slick-arrow:hover::before {
    background-color: #395527;
    color: #fff;
}
.productcategory_slic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5px;
    background-color: #cfcfcf;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.productcategory_slic:after {
    content: '';
    position: absolute;
    width: 17%;
    height: 2.5px;
    background-color: #648054;
    top: 50px;
    left: 0;
    margin: 0 auto;
}
.product_single_image .hurrytimer-timer-sep {
    display: none !important;
}
.product_single_image .hurrytimer-timer .hurrytimer-timer-digit {
    font-size: 15px !important;
    line-height: 18px !important;
    color: #897278 !important;
    font-weight: 400 !important;
    font-family: 'Poppins-Regular' !important;
}
.product_single_image .hurrytimer-timer .hurrytimer-timer-label {
    font-size: 13px !important;
    line-height: 16px !important;
    color: #897278 !important;
    font-weight: 400 !important;
}
.product_single_image .hurrytimer-timer-block {
    margin-right: 1px;
    width: 30px;
    height: 40px;
}
.product_single_content.deals_content {
    text-align: center;
}
.deals_content .star-rating {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.product_single_content.deals_content .producthme_price {
    justify-content: center;
    margin-bottom: 10px;
    border-top: 0;
}
/******************Stock*********************/
.deals_content .stock-progress-wrapper {
    margin: 15px 0;
    text-align: center;
}
.deals_content .stock-progress-bar {
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}
.deals_content .stock-progress-fill {
    height: 100%;
    background: #2d6a4f; /* green progress */
    transition: width 0.5s ease;
}
.deals_content .stock-progress-text {
    font-size: 13px;
    line-height: 25px;
    color: #5c5c5c;
    font-weight: 400;
}
.delivery_hle {
    position: relative;
}
.delivery_hle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 91.5%;
    background-color: #f5feda;
    z-index: -1;
    top: 28px;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    border: 2px solid #ff822a!important;
}
#reviews .commentlist li .avatar {
    margin-right: 15px !important;
}    
#reviews .commentlist li .comment_container .comment-text {
    width: 89%!important;
}
.single-product .comment-form-rating {
    margin-bottom: 15px;
}
.single-product .comment-form-comment {
    margin-bottom: 20px;
}
.single-product .comment-form-author {
    margin-bottom: 15px;
}
.single-product .comment-form-email {
    margin-bottom: 15px;
}
.single-product .comment-form-cookies-consent {
    display: block;
    clear: both;
}
.single-product p.comment-notes {
    margin-bottom: 10px;
}
.single-product section.related.products ul.products.columns-4 {
    display: grid;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
   grid-template-columns: repeat(4, 1fr);
}
.single-product section.related.products ul.products.columns-4:before {
    content: unset;
}
.single-product section.related.products ul.products.columns-4 .grid-view li {
    width: 100%!important;
    margin: 0!important;
}
.whychoose_homepage2_single:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    border-bottom: 4px solid #1bba70;
}
.whychoose_homepage2_single {
    padding-bottom: 3em;
}
.banner_home3_content h1 span {
    font-family: 'Poppins-Medium';
    color: #ff750c;
}
.bigsales_title_timer .hurrytimer-timer-block {
    border: 1.5px solid #21400e;
    border-radius: 0;
    margin: 0;
    padding: 5px 23px;
}
.bigsales_title_timer .hurrytimer-timer-digit {
    color: #21400e!important;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    object-fit: cover;
    object-position: center;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #2a5e1f;
}
.mega-sub-menu .mega-menu-item a.mega-menu-link {
    padding: 4px 10px !important;
    font-size: 16px !important;
}
.woocommerce-account div#primary {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    float: none;
}
.woocommerce-account div#secondary {
    display: none;
}
.woocommerce-account h1.entry-title {
    text-align: center;
    text-transform: capitalize;
    line-height: 75px;
    margin-bottom: 1em;
}
.woocommerce-account .woocommerce-info, 
.woocommerce-account .woocommerce-noreviews, .woocommerce-account p.no-comments {
    background-color: #ff872b;
}    
.woocommerce-account address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 3em;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-account .woocommerce h2 {
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
}
.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-form-login input[type=text], 
.woocommerce-account .woocommerce-form-login input[type=password] {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: unset;
    padding: 1em;
    border: 1px solid;
} 
.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #394d2f;
    color: #fff;
    font-size: 17px;
    margin-bottom: 1em;
}
.single-product .woocommerce-Tabs-panel--additional_information h2 {
    font-family: 'Poppins-Medium';
    font-weight: 600;
}
.single-product th.woocommerce-product-attributes-item__label {
    font-family: 'Poppins-Medium';
    font-size: 16px;
}
.woocommerce-shop input.autocomplete {
    display: none !important;
}
.grocery-breadcrumb {
    display: none!important;
}
.document_btn a {
    display: inline-block;
    background-color: #fff;
    padding: 2em;
    font-size: 18px;
    line-height: 24px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.productcategory_fallback {
    position: relative;
}
/*******************************************17-02-2026******************************************/
.producthme_categry  .slick-list.draggable {
    padding-bottom: 2em;
}
span.yith-wcwl-add-to-wishlist-button__label {
    font-size: 14px;
}
/********************************************************************************/
.wp-singular a.compare.button span.label {
    color: #fff;
}
/* a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none!important;
} */
.yith-woocompare-popup-container {
    background: rgb(48 44 44 / 77%)!important;
}
.yith-woocompare-popup-container tr.description.even {
    display: none;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
    padding-inline: 15px!important;
}
#yith-woocompare table.dataTable.compare-list tbody th, 
#yith-woocompare table.dataTable.compare-list tbody td {
    border-right: 1px solid #e7e7e7!important;
    border-top: 1px solid #e7e7e7;
}
#yith-woocompare table.compare-list td:not(.filler) {
    min-width: 185px!important;
    width: 300px!important;
}
#yith-woocompare .DTFC_LeftBodyLiner {
    overflow: hidden !important;
    width: 100% !important;
}
#yith-woocompare .DTFC_LeftBodyWrapper {
    width: 325px !important;
}
.yith-woocompare-popup, .yith-woocompare-table-scroll-wrapper {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
    border: 5px solid #96304D!important;
    background-color: #fff;
}
body.yith-woocompare-popup, .yith-woocompare-table-wrapper {
    padding: 5%!important;
}
.yith-woocompare-popup-container a.yith-woocompare-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    width: 30px;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    line-height: 1;
    background-color: #000000a3;
    text-align: center;
}
table.compare-list .product_info td > * {
    margin-bottom: 15px;
}
table.compare-list .product_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}
#yith-woocompare-table_wrapper {
    margin: 0!important;
}
#yith-woocompare-preview-bar.shown {
    display: none!important;
}
#primary-mono .entry-footer {
    display: none!important;
}
.wp-singular .woocommerce div.product form.cart .button {
    margin-left: 15px;
}
table.compare-list .product_title {
    font-size: 19px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.single-product .price ins {
    font-size: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: unset!important;
    color: #f99111!important;
}
/***************************************04-03-2026*********************************************/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: unset !important;
    color: #f99111 !important;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-header_menu3 #mega-menu-header_menu3 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link  {
    background-color: unset !important;
    color: #f99111 !important;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    font-family: 'FontAwesome'!important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #35492a!important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 70%!important;
}
.woocommerce-cart a.wc-block-components-product-name {
    font-size: 23px !important;
    line-height: 36px !important;
}
.wc-block-components-button:not(.is-link) {
    background-color: #355c01;
}
.post-type-archive-product #secondary div#ajaxsearchlite1 {
    width: 100%;
}
.product_listing_wrapper div#secondary div.asl_m .probox {
    border-radius: 30px !important;
}
.product_listing_wrapper div.asl_m .probox div.asl_loader {
    position: relative!important;
    top: 3px!important;
}
.product-share-wrapper button:focus {
    outline: 0px solid #355c01;
}
div#share-links {
    border: 1px solid #355c01;
}
.error {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.error_hle {
    text-align: center;
}
.error_hle h2 {
    font-size: 50px;
    font-family: 'AestheticViolet';
    line-height: 55px;
}
.single-product a.button.product_type_simple {
    background-color: #2a5e1f;
    color: #fff;
    border-radius: 5px;
}
div#ppcp-recaptcha-v2-container {
    display: none!important;
}
.single-product div.product .edit-link {
    display: none!important;
}
.wcgs-carousel .spswiper-slide, .wcgs-carousel .wcgs-slider-image {
    border: 1.5px solid #8eae72;
}
.price-cart-wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.products li.product .price {
    margin-bottom: 0em!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    padding-right: 24px!important;
}
.testimonial-sidebar .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}
.testimonial-sidebar .slick-dots {
    text-align: center;
    margin: 10px 0px;
}
.testimonial-sidebar .slick-dots li button {
    background-color: transparent;
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.testimonial-sidebar .slick-dots li.slick-active button {
    background-color: #fff;
}
.list-view .content_list .product_type_simple {
    width: 26%;
}
.product_listing_wrapper .list-view  a.added_to_cart.wc-forward {
    width: 26%!important;
    padding: 3px 15px;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.fancybox__slide.has-image>.fancybox__content {
    width: 100%!important;
    height: 100%!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 200px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
div#menuiconwrap.icons02 span.cart_count_header {
    bottom: auto;
    top: -16px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 13px;
}
.grid-view li.product a {
    padding: 1em;
}
.woocommerce-cart h2.wc-block-cart__empty-cart__title {
    font-size: 22px;
    line-height: 40px;
    font-family: 'Poppins-Medium';
}
.woocommerce-cart .has-text-align-center {
    text-align: center;
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 0.5em;
    font-family: 'AestheticViolet';
}
.woocommerce-cart li.wc-block-grid__product {
    border: 1px solid #dfdfdf;
    border-radius: 10px !important;
    padding-bottom: 2em;
}
.woocommerce-cart li.wc-block-grid__product a {
    display: block!important;
}
.woocommerce-cart .wc-block-grid__product-image {
    padding: 1em;
}
.woocommerce-cart .wc-block-grid__product-image img {
    height: 250px!important;
    width: 100%!important;
    object-fit: contain;
    object-position: center;
}
.woocommerce-cart .wc-block-grid__product-onsale {
    background-color: #26410c!important;
    position: absolute;
    top: 0!important;
    right: 0!important;
    border-radius: 0px 10px 0px 10px!important;
    border: 0px;
    padding: 5px 16px!important;
    color: #fff!important;
    font-size: 14px!important;
    line-height: 24px;
}
.woocommerce-cart .wc-block-grid__product-title {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 18px !important;
    line-height: 24px;
    color: #20370a;
    font-weight: 700 !important;
    font-family: 'Poppins-Medium';
    text-align: center;
    margin-bottom: 8px;
}
.woocommerce-cart .wc-block-grid__product-price.price del {
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
}
.woocommerce-cart .wc-block-grid__product-price.price ins {
    font-size: 16px;
    line-height: 17px;
    color: #fd810f;
    font-weight: bold;
    font-family: 'Poppins-Medium' !important;
}
.woocommerce-cart a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    border-radius: 50px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 6px 9px;
    margin-right: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s;
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}
.woocommerce-cart .wc-block-grid__products {
    background-clip: padding-box;
    display: flex!important;
    flex-wrap: nowrap!important;
    margin: 0px 0px!important;
    padding: 0!important;
    gap: 8px!important;
}
.woocommerce-cart .wp-block-button.wc-block-grid__product-add-to-cart {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.woocommerce-cart .wc-block-grid__product-rating {
    display: none;
}
.woocommerce-cart hr.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
    display: none;
}
/* .up-sells .products {
    display: block;
    float: left;
    width: 100%;
}  */
.up-sells .products {
    display: flex;
    gap: 5px;
}
.single-product .grid-view li.product {
  width: 97% !important;
}
.single-product .grid-view li.product span.price {
    float: none!important;
    width: auto!important;
}
.single-product .grid-view li.product .add_to_cart_button {
    float: none!important;
    width: auto!important;
}
/* .single-product .list-view {
    display: none!important;
} */
/* .up-sells .products .grid-view {
    width: 25% !important;
    float: left;
} */
.related.products h2,
.up-sells.upsells.products h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1em;
    color: #305d14;
}
.woocommerce-cart li.product {
    border: 1px solid #dfdfdf;
    border-radius: 10px !important;
    padding-bottom: 1em;
}
.woocommerce-cart h2.wp-block-heading.has-text-align-left {
    text-align: left;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 1em!important;
    font-family: 'AestheticViolet';
}
.woocommerce-cart .wc-block-components-product-sale-badge.alignright.wc-block-components-product-sale-badge--align-right {
    background-color: #26410c !important;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0px 10px 0px 10px !important;
    border: 0px;
    padding: 5px 16px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px;
}
.woocommerce-cart .wc-block-components-product-price.wc-block-grid__product-price del {
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
}
.woocommerce-cart .wc-block-components-product-price.wc-block-grid__product-price ins {
    font-size: 16px;
    line-height: 17px;
    color: #fd810f;
    font-weight: bold;
    font-family: 'Poppins-Medium' !important;
}
.woocommerce-cart button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_simple.has-font-size.has-small-font-size.has-text-align-center.wc-interactive {
    border-radius: 50px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 6px 9px;
    margin-right: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s;
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}
.woocommerce-cart h2.has-text-align-center.wp-block-post-title.has-medium-font-size {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 18px !important;
    line-height: 24px;
    color: #20370a;
    font-weight: 700 !important;
    font-family: 'Poppins-Medium';
    text-align: center;
}
.woocommerce-cart h2.has-text-align-center.wp-block-post-title.has-medium-font-size a {
    text-decoration: unset;
}
ul.wc-block-product-template__responsive.columns-3.wc-block-product-template.wp-block-woocommerce-product-template.is-layout-flow.wp-block-woocommerce-product-template-is-layout-flow {
    gap: 10px!important;
}




@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

