/*
Theme Name: Boliin Child
Theme URI: https://gaviaspreview.com/wp/boliin/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Boliin theme.
Template: boliin
*/


html , body{
	overflow-x:hidden !important;
}

.heading-icon img , .about-two__single:before{
	filter: brightness(0) saturate(100%) invert(20%) sepia(42%) saturate(669%) hue-rotate(98deg) brightness(94%) contrast(92%);
}
.table_order_item_total_price td.order_item_total_price, table.table_order_item_total_price td.order_item_total_price , table td.order_items_row_total_amount.order_items_row_due{
	color: var(--e-global-color-primary);
}


:root {
    --e-global-color-primary: #16452E ;
    --e-global-color-secondary: #292836;
    --e-global-color-text: #6B6A71;
    --e-global-color-accent: #292836;
    --boliin-link-color: #292836;
    --boliin-hover-color: #E85F4C;
    --boliin-heading-color: #292836;
    --boliin-font-sans-serif: "Urbanist", sans-serif;
    --boliin-heading-font-family: "Marcellus", sans-serif;
    --boliin-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --boliin-footer-bg-color: #292836;
    --boliin-footer-color: #a09faf;
    --boliin-footer-color-link: #a09faf;
    --boliin-footer-color-link-hover: #E85F4C;
    --tec-font-family-sans-serif: var(--boliin-font-sans-serif);
    --tec-color-accent-primary: var(--e-global-color-primary);
    --tec-font-size-4: 16px;
    --tec-line-height-2: 28px;
    --tec-spacer-14: 60px;
    --tec-spacer-13: 60px;
}