/*
Theme Name:   NeonWarlock
Description:  Child theme for Neon Warlock
Author:       the_neon_warlock
Author URL:   http://neonwarlock.com
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:  NeonWarlock
*/

/* Write here your own personal stylesheet */
body {
	color: #222;
	font-family:'Raleway', sans-serif;
	font-size:17px;
}


h1, h2, h3 {
	font-family: "Donau", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.page-content a {
	color:#FF8E0D;
}
.page-content a:hover {
	color:#019DAC;
}
table {
	border-radius:0!important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fafafa!important;
}

.button,
.btn,
input[type=submit],
.woocommerce  .page-content  input.button,
.woocommerce  .page-content  button.button,
.woocommerce .page-content #respond input#submit.alt, 
.woocommerce  .page-content   a.button.alt, 
.woocommerce  .page-content  button.button.alt, 
.woocommerce  .page-content  input.button.alt {
	border: 3px solid #000!important;
	background-color:#000!important;
	color:#FFF!important;
	border-radius:0!important;
	font-family: Raleway;
}

.button:hover,
.btn:hover,
input[type=submit]:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	border: 3px solid #FF8E0D!important;
	background-color:#FF8E0D!important;
	color:#FFF!important;
}
/**** Single Product ***/

.single-product.woocommerce .product .woocommerce-product-gallery.images {
	margin-bottom:0!important;
}

.single-product table.variations tbody>tr:nth-child(odd)>td,
.single-product table.variations table tbody>tr:nth-child(odd)>th,
.single-product table.variations tbody>tr:hover>td {
    background-color: unset!important;
}

.single-product.woocommerce div.product.elementor form.cart table.variations {
	margin-bottom:40px;
}
.single-product.woocommerce div.product.elementor form.cart table.variations td.value select {
    border: 2px solid black;
    border-radius: 0;
	font-weight:500;
	height: 32px;
}

.single-product.woocommerce div.product form.cart div.quantity {
	margin-right:0;
}
.single-product.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
	padding-right:0;
	  border: 2px solid black;
}
.single-product.woocommerce div.product.elementor .quantity+.button,
.single-product .single_add_to_cart_button.button {
	margin-left:0;
}