/*
Theme Name: Hello Elementor Child
Theme URI: https://fruitylogic.com/
Description: A child theme of the Hello Elementor theme
Author: FruityLOGIC
Author URI: https://fruitylogic.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, accessibility-ready
*/

/* Add your custom styles below this line */

.fish-product-info-table-container{
	box-shadow: unset !important;
}
.fish-product-info-table{
	border-collapse: collapse !important;
}



.fish-product-info-table tbody>tr:nth-child(odd)>td,  
.fish-product-info-table tbody>tr:nth-child(odd)>th{
    background-color: rgb(0 0 0 / 1%) !important;
}
.fish-product-info-table th{
	background-color: unset !important;
	border: unset;
	width: 24.5%;
}

.fish-product-info-table tr {
    border-bottom: 1px solid #dedede !important;
}
.fish-product-info-table td, 
.fish-product-info-table th {
    border: unset !important;
	padding: 0.75rem !important;
}
.fish-product-info-table tr:hover {
    background-color: unset !important;
}

.fish-product-info-table tbody tr:hover > td, 
.fish-product-info-table tbody tr:hover > th {
    background-color: unset !important;
}