/* Themify Customize Styling */
body {	
	font-family: "Verdana", "Geneva", sans-serif;	font-weight:400;
	letter-spacing:1px;
	text-align:left; 
}
:root {	
	--theme_accent: #fe0000;
	--theme_accent_semi: #fe0000;
	--theme_accent_hover: #fe0000; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #ffffff; 
}
.transparent-header #headerwrap,.transparent-header #headerwrap.fixed-header,#headerwrap,#headerwrap.fixed-header,#footerwrap {	background: none;
	background-color: #000000;
	color: #ffffff; 
}
h1 {	
	font-family: "Verdana", "Geneva", sans-serif;	font-weight:400;
	text-transform:uppercase;
	color: # e7e7e7; 
}
h2 {	
	color: #ffffff; 
}
h3 {	
	color: #ffffff; 
}
h4 {	
	color: #ffffff; 
}
h5 {	
	color: #ffffff; 
}
h6 {	
	color: #ffffff; 
}
body #site-logo a img {		width: 150px; 
}
#site-logo {	
	margin-left: -45px; 
}
#site-description {	display: none; 
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-category__title a, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h3 a, .wc-products .product h3 a {	
	color: #fffcfc; 
}
#slide-cart {		font-weight:900;
	font-style:normal;
background: none;
	background-color: #ffffff; 
}
#slide-cart .button {	
	color: #ffffff;background: none;
	background-color: #000000; 
}
.post-title, .post-title a, .loops-wrapper .post-image + .post-content .post-title a {	
	color: #ffffff; 
}
#sidebar, #sidebar-alt {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
body {	
	font-family: "Verdana", "Geneva", sans-serif;	font-weight:400;
 
}
:root {	
	--theme_accent: #fe0000;
	--theme_accent_semi: #fe0000;
	--theme_accent_hover: #fe0000; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #ffffff; 
}
.transparent-header #headerwrap,.transparent-header #headerwrap.fixed-header,#headerwrap,#headerwrap.fixed-header,#footerwrap {	background: none;
	background-color: #000000;
	color: #ffffff; 
}
h1 {	
	font-family: "Verdana", "Geneva", sans-serif;	font-weight:400;
 
}
h2 {	
	color: #ffffff; 
}
h3 {	
	color: #ffffff; 
}
h4 {	
	color: #ffffff; 
}
h5 {	
	color: #ffffff; 
}
h6 {	
	color: #ffffff; 
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-category__title a, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h3 a, .wc-products .product h3 a {	
	color: #fffcfc; 
}
#slide-cart {		font-weight:900;
background: none;
	background-color: #ffffff; 
}
#slide-cart .button {	
	color: #ffffff;background: none;
	background-color: #000000; 
}
.post-title, .post-title a, .loops-wrapper .post-image + .post-content .post-title a {	
	color: #ffffff; 
}
#sidebar, #sidebar-alt {	
	color: #ffffff; 
}
 }.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile-menu-visible.header-overlay #headerwrap, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .mobile_menu_active #headerwrap .sidemenu-on { background: none;
	background-color: #000000; }
/* Themify Custom CSS */
/* Change color of the Description and Review tab headings */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff !important; /* Text color for all tab headings */
}

/* Change the background color of the active tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: #333333 !important; /* Background color for active tab */
    color: #ffffff !important; /* Keep text color white for active tab */
}

/* Change the background color of the tab on hover */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background-color: #444444 !important; /* Background color on hover */
    color: #ffffff !important; /* Keep text color white on hover */
}

/* Global Button Styles */
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.wp-block-button__link {
    background-color: #ff0000; /* Red button background color */
    color: #ffffff; /* White text color */
    border: none; /* No border */
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Change button hover color to white with black text */
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.button:hover, 
.wp-block-button__link:hover {
    background-color: #ffffff; /* Change background to white */
    color: #000000; /* Change text to black */
    border: 1px solid #ff0000; /* Add red border on hover */
}
