/*
Theme Name: Agria
Theme URI: http://demo.bravisthemes.com/agria/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Agria is an Awesome Theme for the website of Agriculture, Fruits & Vegetable, dairy & cheese farm, eco solutions and organic food products and many more. The template contains 22 unique pages and 6 unique home page variations in light and dark modes.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: agria
Tags: agriculture, clean, ecology, farm, farmer, farming, health, livestock, organic, organic farm, organic food, retail, shop, woocommerce
*/


.supply-details {
    width: 100%;
    background: #fafbfa;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
}

.demand-availability {
	width: 100%;
    background: #fafbfa;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 2% -2px;
}

.dark-mode .supply-details {
    background: #272727;
}

.dark-mode .demand-availability {
    background: #272727;
}

.dark-mode div.bwl_acc_container .acc_container {
    background: #272727;
    border-color: #333;
}

.home-categories .woocommerce ul.products.columns-4 li.product {
    width: 100%;
}

.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-content {
    padding: 15px 30px 30px;
}

.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
    display: none;
}

body div.bwl_acc_container h2.acc_trigger a {
    padding: 12px 0;
    font-size: 20px;
    color: var(--primary-color);
    position: relative;
}

body div.bwl_acc_container h2.acc_trigger_green_theme {
    background: #fff !important;
    color: var(--primary-color);
}

body div.bwl_acc_container h2.acc_trigger_green_theme a, div.bwl_acc_container h2.acc_trigger_green_theme a:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
}

body div.bwl_acc_container .acc_container {
    border: none;
    background: #fff;
    padding: 0;
}

body div.bwl_acc_container .acc_container .block {
    padding: 0;
}

body div.bwl_acc_container section {
    border-bottom: 2px solid var(--sixth-color);
    padding: 20px 0;
}

body div.bwl_acc_container .acc_container .block p {
    margin: 5px 0 0 0;
    font-size: 16px;
}

body div.bwl_acc_container h2.acc_trigger_green_theme a:before {
    content: '';
    position: absolute;
    top: 50%;
    background-color: var(--primary-color);
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    width: 4px;
    height: 18px;
    margin-right: 7px;
    margin-top: -7px;
    right: 4px;
}

body div.bwl_acc_container h2.acc_trigger_green_theme a:after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: var(--primary-color);
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    width: 18px;
    height: 4px;
    right: 4px;
}

body div.bwl_acc_container h2.acc_trigger_green_theme a:hover:before {
    content: "";
    width: 4px;
    height: 18px;
}

body div.bwl_acc_container h2.acc_trigger_green_theme.active_green_theme a:before {
    opacity: 0;
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-details:before {
    opacity: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-btn-item {
    display: none;
}

.btn-form input.wpcf7-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    background-color: var(--secondary-color);
    height: auto;
    font-family: 'DM Sans', sans-serif;
}

body.dark-mode div.bwl_acc_container h2.acc_trigger_green_theme {
    background: #232323 !important;
    color: #fff;
}

body.dark-mode div.bwl_acc_container h2.acc_trigger_green_theme a, body.dark-mode div.bwl_acc_container h2.acc_trigger_green_theme a:hover {
    background: #232323 !important;
    color: #fff !important;
}

body.dark-mode div.bwl_acc_container h2.acc_trigger_green_theme a:before {
    background-color: #fff;
}

body.dark-mode div.bwl_acc_container h2.acc_trigger_green_theme a:after {
    background-color: #fff;
}

.woocommerce-product-rating {
    display: none !important; 
}

.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
    position: relative;
    top: 5px;
}