/*
Theme Name: Core Theme
Theme URI: http://taskbae.com
Author: Manish Patidar
Author URI: http://taskbae.com
Description: core theme for brand.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme, development
Text Domain: core-theme
*/

:root {
    --green-primary: #284622;
    --green-secondary: #127748;
  }

body
{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #faf7f5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
}
 a {
    color: #934c14;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* Header Css */
.announcement-bar {
    background: #284622;
    padding: .5rem;
    color: #fff;
    text-align: center;
}
.announcement-bar p {
    margin-bottom: 0;
    font-size: 12px
}
.header-main {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 3px 5px -3px #000;
-moz-box-shadow: 0 3px 5px -3px #000;
box-shadow: 0 3px 5px -3px #000;
background: #fff;
}
.logo_area a {
    color: #005242;
    font-size: 26px;
    text-decoration: none;
    font-weight: 600;
}
.logo_area img {
    max-width: 230px;
}
.desktop_info {
    padding-top: 10px;
}
.desktop_info i {
    font-size: 24px;
    color: #000;
}
.u_icon svg {
    width: 22px;
}
.xoo-wsc-sc-count {
    background-color: #d9534f;
    color: #ffffff;
}
.nav_area {
    text-align: center;
}

ul#menu-main-menu {
    margin: 0;
    padding: 0;
}
ul#menu-main-menu li {
    display: inline-block;
    padding: 0 16px;
    list-style: none;
}
ul#menu-main-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}
ul#menu-main-menu {
    margin: 0;
    padding: 0;
    text-align: left;
}
.user_area {
    justify-content: flex-end;
    width: 20%;
    /* max-width: calc((100% - 150px) / 2); */
}
.top_header {
    padding: 1rem 0;
}
.logo_section {
    width: 20%;
}
.main_navigation {
    width: 60%;
}
.user_area a {
    color: #000;
}
.search_from button {
    display: none;
}
input#woocommerce-product-search-field-0 {
    width: 100%;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #777;
}
.search_from {
    margin-top: -10px;
}

/* Hero Section */
section.heroslider_section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-slider__inner img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.arrow-left {
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}
.arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}
.btn_buy:hover {
    background: #000;
    color: #fff;
}

/* Best Products */
.best_products {
    padding: 4rem 0;
    width: 100%;
    position: relative;
    
}
.best_products span:first-of-type{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #000;
    font-weight: 600;
}
.best_products h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
.inner_bestproducts img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    height: 140px;
    object-fit: cover;
}

.inner_allproducts img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
}

.bestproduct_list {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}
.inner_bestproducts h3 {
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: 600;
}
.product_srt p {
    margin-bottom: 0;
    padding-bottom: 16px;
}
.product_srt {
    background: #fff;
    /* display: block; */
    /* height: auto; */
    text-align: center;
    padding: 10px;
}
.product_srt span:first-of-type { 
    font-weight: 600;
}
.inner_bestproducts bdi span
 {
    display: inline-block !important;
}
.inner_bestproducts {
    margin-bottom: 20px;
}
.inner_bestproducts span {
    color: #000 ! IMPORTANT;
    font-size: 18px ! IMPORTANT;
    padding-bottom: 0 !important;
}
.btn_buy {
    background: #284622;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 14px;
    border-radius: 30px;
}
.btn_all {
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.btn_all a {
    background: #284622;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    width: auto;
    /* display: block; */
    font-size: 14px;
    border-radius: 30px;
}

.prod_area {
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section.best_products.upcoming {
    background: #EFE1CE;
}
section.bg_space {
    /* background: #f8f7f1; */
    /* padding: 3rem; */
    border-top: 4px solid #fec901;
}
.why_choose {
    padding: 4rem 0;
    position: relative;
    text-align: center;
}
.why_choose h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.why_choose__box svg {
    width: 120px;
}
.why_choose_para {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: block;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
    max-width: 65%;
    margin: 0 auto;
}
.why_choose__inner img {
    width: 100%;
    object-fit: cover;
    height: 150px;
    object-position: center;
    border-radius: 10%;
}
.row.inner_choose {
    margin-bottom: 40px;
    padding: 20px;
}
.whychoose__block {
    padding: 40px 0 0 0;
}
.why_choose__box h3 {
    font-size: 18px;
    padding: 15px 0;
}
.why_choose__inner p {
    font-size: 16px;
    color: #000;
}

/* Banner */
section.banner img {
    width: 100%;
    object-fit: cover;
    height: 460px;
}

/* FAQ */
.faq_section {
    width: 100%;
    padding: 4rem 0;
    position: relative;
}

/* Product Page */
ol.flex-control-nav.flex-control-thumbs {
    padding: 6px 0 0 0 !important;
}
ol.flex-control-nav.flex-control-thumbs li img {
    padding: 2px;
}
h1.product_title.entry-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.benifits_products {
    padding: 10px 0;
    font-size: 16px;
}
.cfvsw-selected-swatch {
    border-color: var(--cfvsw-swatches-border-color, #000) !important;
    border-width: var(--cfvsw-swatches-border-width, 1px);
    box-sizing: border-box;
    background: #934c14;
    color: #fff;
}
.woocommerce-variation-price ins span {
    color: orangered;
    font-size: 22px;
    margin-left: 6px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-size: 1.25em;
}
.woocommerce .quantity .qty {
    text-align: center;
    height: 40px;
}
button.single_add_to_cart_button.button.alt {
    background: #298556;
    padding: 14px 60px;
    /* width: 100%; */
    text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-variation-price {
    padding: 10px 0;
}
section.related.products {
    display: none;
}
button.minus {
    background: #fff;
    padding: 10px;
    width: 50px;
    border: 1px solid #eee;
}
button.plus {
    background: #fff;
    padding: 10px;
    width: 50px;
    border: 1px solid #eee;
}
.woocommerce .quantity .qty {
    text-align: center;
    height: 40px;
    border: 1px solid #000;
}
span.onsale {
    display: none;
}
.pro_description h3 {
    font-size: 18px;
    font-weight: 600;
}
.pro_description ul {
    padding: 0 0 0 10px;
}
.pro_description {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.single_shop_pages {
    padding: 1rem 0;
    width: 100%;
    position: relative;
}


/* About Page */
.about_pic img {
    border-radius: 20px;
}
section.about_page {
    padding: 4rem;
    min-height: 360px;
    background-size: cover;
    width: 100%;
    background-position: bottom -30rem right 0 !important;
    position: relative;
}
section.about_page:before {
    content: "";
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .4;
    height: 100%;
    position: absolute;
}
.banner_info {
    position: relative;
    z-index: 11;
}
.banner_info h3 {
    color: #fff;
    font-size: 35px;
}
section.about_box {
    padding: 4rem;
    position: relative;
    width: 100%;
}
.about_info h2 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}
section.contact_page {
    padding: 2rem;
    text-align: center;
    position: relative;
    background: #fdfcef;
}
section.contact_page p {
    max-width: 60%;
    margin: 0 auto;
}
.form-fields input, textarea {
    width: 100%;
    padding: 10px;
}
.contact_info {
    background: #f8f8f8;
    padding: 2rem;
    height: 100%;
}
.contact_info h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact_wrapper {
    max-width: 70%;
    margin: 0 auto;
}
ul.contact_links {
    list-style: none;
    padding: 0;
}
ul.contact_links li {
    padding-bottom: 10px;
}
section.contact_box {
    padding: 2rem 0;
    position: relative;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #298556;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
}
section.inner_page {
    padding: 2rem 0;
    position: relative;
    width: 100%;
    background: #f9f6ed;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #298556;
    padding: 10px 30px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
}
.page_wrapper {
    max-width: 60%;
}
.search_form__header button {
    display: none;
}
.search_form__header input {
    padding: 10px;
    width: 100%;
}
span.xoo-wsc-sc-subt span {
    display: none;
}
.xoo-wsc-sc-bki {
    font-size: 23px;
    color: #000;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: none;
}
a.added_to_cart.wc-forward {
    display: none;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #298556;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
}
.slick-nav i {
    font-size: 28px;
}
form.woocommerce-form.woocommerce-form-login.login label {
    display: block;
}
section.blogs-section {
    padding: 2rem 0;
    position: relative;
    width: 100%;
}
.blogs-section span:first-of-type {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #934c14;
    font-weight: 600;
}
.blogs-section h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}
.inner_blogs img {
    height: 310px;
    object-fit: fill;
    width: 100%;
}
.inner_blogs h3 {
    font-size: 18px;
    padding: 10px 0;
}
.inner_blogs a {
    text-decoration: underline;
}
.row.blogs_col {
    padding-top: 2rem;
}

/* Footer */
.main_footer {
    background: #255946;
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
}
.sub_footer {
    padding: 2rem 0;
    text-align: center;
}
.sub_footer img {
    width: 160px;
    object-fit: cover;
    height: auto;
}
.sub_footer span {
    font-size: 20px;
}
.footer-col img {
    width: 160px;
}
.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-col ul li {
    padding-bottom: 10px;
}
.footer-col h3 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.colarea {
    padding-bottom: 4rem;
}
.copy_area {
    padding: 1rem 0;
}
.cpayment_area img {
    width: 60%;
    text-align: right;
}
.cpayment_area {
    text-align: right;
}
.footer_bottom {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.page_space {
    padding: 2rem 0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #298556;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    /* width: 100%; */
    /* display: block; */
    font-size: 14px;
}


/* Toggle menu */

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    height: 100vh;
    margin-left: 1px;
    background-color: #fff;
 
  }
 
  .sidepanel .closebtn {
    position: absolute;
    text-decoration: none;
    top: 5px;
    right: 25px;
    font-size: 23px;
    /* border: 1px solid #dc143c; */
    border-radius: 5px;
    padding: 0;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}
  .open {
    display: block !important; 
    width: 50%;
    height: 100vh;
  }
  .menu-main-menu-container ul li {
    list-style: none;
    padding-bottom: 10px;
}
.testimonial-section {
    padding: 4rem 0;
    position: relative;
    width: 100%;
} 

.testimonial-section span:first-of-type {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #298556;
    font-weight: 600;
}

.testimonial-section h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
.testimonial-slider {
    padding-top: 30px;
}
.inner_testo {
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
    min-height: 270px;
    margin-right: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
}
.inner_testo span {
    display: inline-block !important;
    text-align: unset !important;
    text-transform: capitalize !important;
    font-style: italic;
}
.inner_testo h3 {
    font-size: 20px;
}
.inner_testo p {
    font-size: 16px;
}
ul.social_media {
    list-style: none;
    padding: 20px 0;
}
ul.social_media li {
    display: inline;
    padding-right: 10px;
}
ul.social_media li a {
    font-size: 20px;
}
.container.subfoo {
    border-bottom: 1px solid #eee;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
h2.woocommerce-Reviews-title {
    padding-bottom: 15px;
    font-size: 20px;
}
.small_wrap_reviews {
    width: 100%;
    display: block;
    clear: both;
    background: #fdfaf8;
    padding: 2rem;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: #298556;
    color: #fff;
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
    color: rgb(255, 215, 0);
}
.why_product {
    width: 100%;
    clear: both;
    position: relative;
    display: block;
    margin: 30px 0;
    float: left;
    background: #298556;
    padding: 4rem;
    color: #fff;
}
.inner_whybest {
    text-align: center;
    display: block;
}
.inner_whybest path {
    fill: #fff;
    /* font-size: 38px; */
}
.inner_whybest svg {
    /* font-size: 95px; */
    width: 100px !important;
}
.why_product h2 {
    text-align: center;
    padding-bottom: 20px;
}
.inner_whybest h3 {
    font-size: 18px;
}
.single_blog img {
    width: 100%;
}
.single_blog h2 {
    font-weight: 600;
    font-size: 30px;
    color: #005242;
    padding: 20px 0;
}
.scroller-inner {
    margin: 0 2rem;
}
.footer_scroller {
    background: #934c14;
    padding: .5rem 0;
    color: #fff;
    overflow: hidden;
}
.scroller-inner h3 {
    font-size: 20px;
}
.inner_allproducts h3 {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: 400;
}
.inner_allproducts span {
    color: #000 ! IMPORTANT;
    font-size: 18px ! IMPORTANT;
    padding-bottom: 0 !important;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.shop_head {
    padding: 2rem;
    margin-bottom: 20px;
}
.colarea a {
    color: #fff;
}
.container.foo_space
 {
    padding-top: 4rem;
}
section.about_section {
    background: #fff;
    padding: 4rem 0;
    position: relative;
    width: 100%;
}
.about_copy {
    color: #000;
    padding: 4rem;
}
.about_copy h2 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}
.blog_inner  a{
    color: #000;
    text-decoration: none;
}
    
p.srt_b {
    font-size: 12px;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: #f5f5f5;
}
.aboutus-section {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: #f5f5f5;
}
.about-section__info h2 {
    font-size: 36px;
    text-transform: uppercase;
    /* line-height: 60px; */
    font-weight: 600;
    padding-bottom: 20px;
}
.about--pic {
    height: 100%;
}
.about--pic {
    border-radius: 10px;
    background-size: cover !important;
}
.about-section__info {
    padding: 4rem 4rem;
    color: #000;
}
.video-home video
{
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.why_choose__box {
    border: 1px solid #298556;
    padding: 1rem;
    margin-bottom: 24px;
    border-radius: 10px;
    min-height: 390px;
    background: #fff;
}
section.video-home {
    position: relative;
}
section.video-home:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .4;
    top: 0;
    left: 0;
}
section.available-section {
    padding: 4rem;
    text-align: center;
}
section.available-section li {
    padding: 0 30px;
    align-items: center;
    display: inline-block;
    list-style: none;
}
section.available-section ul {
    margin: 0;
    padding: 30px 0 0 0;
    vertical-align: middle;
}
section.available-section li img {
    width: 180px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 10px;
}
.inner_allproducts {
    margin-bottom: 20px;
}
.category_banner img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}
ul.contact_links a {
    color: #000;
}
section.cowimg-home img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
h2.heading_h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
}
ul.faq_home.uk-accordion a {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}
ul.faq_home.uk-accordion .uk-accordion-content {
    background: #fff;
    padding: 20px;
    margin: 0;
    border-radius: 10px;
}
section.faq-section {
    padding: 4rem 0;
    position: relative;
}
.reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
  }
  .reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: lightgray;
    transition-property: transform;
    transition-duration: 0.5s;
  }
  
  .reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
  }
  
  .reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
  }
  
  .reveal-block.extra {
    background: #1b9edf;
  }
  .reveal-block.extra::before {
    background: #af74c3;
  }
  
  .reveal-block.top.aos-animate::before {
    transform: scaleY(1);
  }
  
  .reveal-block.bottom.aos-animate::before {
    transform: scaleY(1);
  }
  
  .reveal-block.left.aos-animate::before {
    transform: scaleX(1);
  }
  
  .reveal-block.right.aos-animate::before {
    transform: scaleX(1);
  }
  
  .reveal-block.top::before {
    transform: scaleY(0);
    transform-origin: 0% 100%;
  }
  
  .reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  
  .reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 0% 100%;
  }
  
  .reveal-block.bottom::before {
    transform: scaleY(0);
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-top] {
    transition-property: transform;
    transition-delay: 0.5s;
    transform: scaleY(1);
  }
  
  [data-aos=reveal-left] {
    transition-property: transform;
    transition-delay: 0.5s;
    transform: scaleX(1);
  }
  
  [data-aos=reveal-right] {
    transition-property: transform;
    transition-delay: 0.5s;
    transform: scaleX(1);
  }
  
  [data-aos=reveal-bottom] {
    transition-property: transform;
    transition-delay: 0.5s;
    transform: scaleY(1);
  }
  
  [data-aos=reveal-top].aos-animate {
    transform: scaleY(0);
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-left].aos-animate {
    transform: scaleX(0);
    transform-origin: 0% 100%;
  }
  
  [data-aos=reveal-right].aos-animate {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-bottom].aos-animate {
    transform: scaleY(0);
    transform-origin: 0% 100%;
  }
  
  [data-aos=reveal-item] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
  }
  
  [data-aos=reveal-item].aos-animate {
    visibility: visible;
  }
.about--pic {
    border-radius: 10px;
    background-size: cover !important;
    background-size: cover;
    min-height: 28em;
    background-repeat: no-repeat;
    background-position: center, center;
    width: 100% !important;
}
.prod_area {
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
}
.why_choose__box img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}
/* media Css */

@media only screen and (max-width: 992px) {
    .logo_area img {
        margin: 0 auto;
        object-fit: cover;
    }
    .mobile_menu_area {
        width: 20%;
    }
    .burger_menu i {
        font-size: 24px;
    }
    .logo_section {
        width: 50%;
    }
    .user_area {
        justify-content: flex-end;
        width: 30%;
        max-width: 100%;
    }
    .logo_area img {
        max-width: 190px;
    }
    header.mobile-main {
        padding: 1rem 0;
    }
    .hero-slider__inner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    section.banner img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .why_choose__inner {
        margin-bottom: 30px;
    }
    .sub_footer img {
        width: 110px;
        object-fit: cover;
        height: auto;
    }
    .footer-col img {
        width: 50%;
    }
    .footer-col {
        padding-bottom: 24px;
    }
    .footer-col ul {
        list-style: none;
        padding: 0;
    }
    .best_products h2 {
        text-align: center;
        font-weight: 600;
        font-size: 30px;
    }
    .why_choose h2 {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        color: #000;
    }
    section.about_box {
        padding: 1rem;
        position: relative;
        width: 100%;
    
  }
  .about-section__info h2 {
    font-size: 30px;
    text-transform: uppercase;
    /* line-height: 60px; */
    font-weight: 600;
    padding-bottom: 20px;
}
h2.heading_h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
}
.bestproduct_list {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
  section.about_page {
    min-height: auto;
    }
    .cpayment_area {
        text-align: left;
    }
    .why_choose_para {
        max-width: 100%;
    } 
    .inner_blogs {
        margin-bottom: 20px;
    }
    .inner_bestproducts {
        margin-bottom: 50px;
    }
    .btn_buy {
        
        font-size: 11px;
    }
    .why_choose__inner h3 {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0 0 0;
        color: #000;
        text-transform: uppercase;
    }
    .why_choose__inner img {
        width: 100%;
        object-fit: cover;
        height: 150px;
        object-position: center;
        border-radius: 2%;
    }
    .row.inner_choose {
        margin-bottom: 0;
        padding: 10px;
    }
    .inner_bestproducts img {
        width: 100%;
        object-fit: cover;
        min-height: 180px;
    }
    .about-section__info {
        padding: 1rem;
        color: #000;
    }
    .about--pic {
        height: 300px;
    }
    .why_choose {
        padding: 1rem 0;
        position: relative;
        text-align: center;
    }
    .best_products {
        padding: 1rem 0;
        width: 100%;
        position: relative;
    }
    .testimonial-section {
        padding: 1rem 0;
        position: relative;
        width: 100%;
    }
    .category_banner img {
        width: 100%;
        min-height: auto;
        object-fit: cover;
    }
    .inner_allproducts img {
        width: 100%;
        object-fit: cover;
        min-height: 200px;
    }
    .best_products h2 {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
    }
    section.available-section {
        padding: 1rem;
        text-align: center;
    }
    section.available-section li img {
        width: 80px;
        height: 50px;
        object-fit: contain;
    }
    section.available-section li {
        display: inline-block;
        margin-bottom: 15px;
    }
    .mob_menu li {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    .mob_menu li a {
        color: #000;
    }
    .page_wrapper {
        max-width: 100%;
    }
    .why_choose__box {
       
        min-height: auto;
        background: #fff;
    }
    .inner_bestproducts {
        padding: 5px;
        margin: 0;
    }
           
}