/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

.post-type-archive-product .category-intro-section{
	    background-image: url(https://gloriousbaits.com/wp-content/uploads/glorious-baits-10-11.png);
}

.menu-item-has-children .sub-menu {
display:block!important;
}

.has-submenu .sub-arrow, .woocommerce-result-count, .woocommerce-ordering{
display:none!important;
}

.elementor-widget-container .woocommerce .product .woocommerce-loop-product__title{
margin-top: 30px !important;
PADDING: 12PX !important;
background: white !important;
	color: black !important;
}

.woocommerce-Tabs-panel--description h2, .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display:none;
	visibility:hidden;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel{
	padding:40px 20px 40px 20px !important;
}


table td, table th {
    border: 0px solid #ccc !important;
}


.woocommerce div.product .elementor-widget-container .woocommerce-tabs ul.tabs{
	padding-left:0px;
}

.woocommerce table.shop_table th {
    padding: 26px 12px;
}

.table tbody tr, .table tbody tr:hover, table tbody>tr:nth-child(odd)>td, table tbody tr:hover>td:hover, table tbody tr:hover>td, table tbody tr:hover>th, table tbody tr:hover>td, table tbody tr:hover>th ,table tbody tr:hover>td, table tbody tr:hover>th, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th  {
	    background-color: #ffffff;
	color:black;
}

.woocommerce table.shop_attributes td {
	padding-left: 10px;
}

.woocommerce-product-attributes shop_attributes .woocommerce-product-attributes-item__value p a{
	color:black;
}


