/**
Theme Name: Goldtech
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goldtech
Template: astra
*/

/** FOOTER **/
footer#colophon .widget_nav_menu li a,
footer#colophon .widget_nav_menu h2.widget-title {
	color: #fff;
}
footer#colophon .widget_nav_menu h2.widget-title {
    font-size: 16px;
}
footer#colophon .widget_nav_menu li:hover a {
    color: #f16729;
}
footer#colophon .widget_nav_menu h2.widget-title {
	font-weight: 700;
	text-transform: uppercase;
}

/** CART / CHECKOUT **/
.woocommerce-cart td.actions,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-subtotal,
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal,
.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive,
.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout th.product-total,
.woocommerce-checkout td.product-total,
.woocommerce-checkout tr.cart-subtotal,
.woocommerce-checkout tr.order-total,
li.woocommerce-order-overview__total.total,
section.woocommerce-order-details tfoot {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
	border: none;
}
h3#order_review_heading,
p#order_comments_field label,
.woocommerce-notices-wrapper a.button.wc-forward,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 0 !important;
    position: relative;
}
h3#order_review_heading::before {
    content: 'Your Quote';
    display: block;
    width: 100%;
    font-size: 1.2rem !important;
    margin: 0;
    padding: 1.5em 1.5em 1em;
}
p#order_comments_field label::before {
	content: 'Quote Notes (optional)';
    display: block;
    width: 100%;
	line-height: 2;
    font-weight: 700;
    font-size: 13.5px;
    font-size: .9rem;
}
.woocommerce-notices-wrapper a.button.wc-forward::before {
    content: 'View Quote';
    font-size: 15px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    content: 'Thank you. Your qoute has been received.';
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

/** SHOP **/
ul.products h2.woocommerce-loop-product__title {
	color: #F16729;
	font-size: 20px !important;
	font-weight: 400;
	font-family: "Nunito Sans", Sans-serif !important;
}

/** PRODUCT **/
.product-template-default p.price,
.product-template-default .product_meta {
    display: none !important;
}

/** RESPONSIVE **/
@media screen and (max-width: 921px) {
	footer#colophon .site-footer-above-section-1 {
		text-align: center;
	}
	footer#colophon .site-footer-above-section-1 figure {
		display: block;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	footer#colophon h2.widget-title {
		margin-bottom: 5px;
	}
	footer#colophon .site-footer-section {
		margin-bottom: 20px;
	}
	footer#colophon .site-footer-section:last-child {
		margin-bottom: 0;
	}
	button {
		width: 100%;
		padding: 12px 40px !important;
	}
	.single-product .woocommerce-product-gallery {
		width: 70% !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.single-product .woocommerce-product-gallery {
		width: 60% !important;
	}
}
@media screen and (max-width: 640px) {
	.single-product .woocommerce-product-gallery {
		width: 50% !important;
	}
}