/* ===================================================================================

* Theme Name: Techco Child
* Theme URI: https://themeforest.net/user/xpressbuddy
* Author: XpressBuddy
* Author URI: https://wp.xpressbuddy.com/techco/
* Description: IT Solutions & Business WordPress Theme
* Version: 1.0.1
* Template: abs-theme
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
:root, [data-bs-theme=light] {
    --bs-dark: #290A0A;
	--bs-light: #ffe3e3;
}

.content-area {
    background-color: rgb(255 227 227) !important;
}

.service_block_2 .icon_list > li {
    background: linear-gradient(90deg, transparent, #ffe3e3);
}

.accordion .accordion-body {
    background-color: #ffcccc;
}

.tab_block_wrapper .nav {
    background-color: #ffcccc;
}

.feature_partners_section {
    background-color: #b80101;
}

.feature_partners_section::before {
    background-color: #b80101;
}

.feature_partners_section .title_text {
    background-color: #b80101;
}

.iconbox_block .iconbox_icon {
    background-color: rgb(235 0 0 / 10%);
}

.elementor-products-grid ul.products.elementor-grid li.product {
	transition: var(--bs-transition);
    background-color: #FFE3E3;
    border-radius: var(--bs-border-radius); */
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 1em;
}