/*
Theme Name: Zakra Child Theme

Description: Child Theme for Zakra


Template: zakra
Version: 1.0
*/
@font-face {
	font-family: 'Neoneon';
	src: url("fonts/Neoneon.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}


.tg-site-layout--default .content-area {
	max-width: 100%;
}

.tg-primary-menu > div > ul li:not(.tg-header-button-wrap) a {
	background-color: #000000;
}

.tg-header-action .tg-icon.tg-icon-search, .tg-header-action .tg-icon.tg-icon-shopping-cart {
	color: #ff0000;
}

.tg-header-action .tg-icon.tg-icon-search:hover, .tg-header-action .tg-icon.tg-icon-shopping-cart:hover {
	color: #00fff0;
}

header .tg-page-header__title {
   color: #ff0000;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #00fff0;
}

.woocommerce .woocommerce-ordering select {
	background: #000000;
    color: #ff0000;
}

.woocommerce .products.columns-3 li.product .woocommerce-loop-product__title {
	color: #ff0000!important;
}

.woocommerce ul.products li.product .price, .woocommerce .star-rating span, ul li.product .price, .wc-block-components-formatted-money-amount, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
	color: #00fff0!important;
}

.woocommerce ul.products li.product .button {
    border: groove!important;
    border-color: #ff0000!important;
    box-shadow: 1px 1px 15px 1px #ff0000;
    text-shadow: 0px 0px 10px #3afff1, 0px 0px 10px #3afff1;
}

.tg-site-footer .tg-site-footer-widgets ul li a {
	color: #ff0000;
}

.tg-site-footer .tg-site-footer-widgets ul li:hover a, .tg-site-footer .tg-site-footer-widgets ul li:hover a span {
	color: #00fff0;
}

.tg-site-footer-section-1 a {
   color: #ff0000;
}

.tg-site-footer-section-1 a:hover {
   color: #00fff0;
}


.wpcf7-form-control.wpcf7-submit {
	background: #ffffff;
	border: 1px solid #000000;
}




