/*
Theme Name:   Onsus child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://onsuswp.themesflat.co/
Template:     onsus
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onsus-child-theme
*/
.products li .product-thumbnail {
    max-height: 280px;
}
.product_feature tr td{
        border: 1px solid black !important;
    padding: 5px 15px !important;
}
.product_feature tr td{border-color:#197fbf !important;text-align:left;}

.header-infor .content .phone a,.header-infor .content .email a {
    color: var(--theme-accent-color);
    font-weight: 600;
}

.header-infor .content .phone a:hover,.header-infor .content .email a:hover {
    color: var(--theme-secondary-color);
}
.special-progress {
    display: none;
}