/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/
/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

@font-family: 'Open Sans';
 src: url('./fonts/OpenSans-Regular.ttf')
           format('truetype');
}
@font-family: 'Anton';
 src: url('./fonts/Anton-Regular.ttf')
           format('truetype');
}


.wc-gzd-additional-info.shipping-costs-info,
.wc-gzd-additional-info.tax-info,
.archive .woocommerce-count-wrap,
.archive .woocommerce-ordering,
.archive .page-heading {
	display: none;
}
.inner-page-wrap {
	margin-top: 0;
}
.single-product .woocommerce-Price-amount.amount {
	font-size: 2em;
	display: block;
	position: relative;
	margin: 20px 0 5px;
	font-weight: 700;
	line-height: 1em;
}
ul.products li.product .price {
	float: none;
}
ul.products.columns-4 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.cart_totals #shipping_method li label {
	margin-left: 0;
}



/*
.container {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-right: -15px;
}
.inner-page-wrap {
	margin-top: 0;
	margin-bottom: 0;
}
*/
.sticky-header-resized #logo img {
	max-height: 40px;
}

body .woocommerce form .form-row select {
	width: 75%;
}

@media screen and (max-width: 768px) {
	
	.woocommerce .cart_totals table tr td {
		display: inline-block;
	}

	p.impact-text-large {
		font-size: 28px;
	}
}
@media (min-width: 769px) {
  body.woocommerce .has-no-sidebar ul.products li.product {
    min-height: 390px;
  }
}