/*
Theme Name: Storefront Mindsets Child Theme
Theme URI:
Description: Mindsets Storefront theme.
Author: Joseph Birks
Author URI:
Template: storefront
Version: 1.0
Text Domain: storefront-child
*/

/*.site-header {
	border-bottom-color: #782786;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.custom-logo {
	position: absolute;
}

.logo {
	position: absolute;
}

div.site-branding {
	height: 1px;
}


.woocommerce-breadcrumb {
	padding: 0.5em;
	margin: 0.5em;
	margin-bottom: 1.5em;
	margin-top: -50px;
	padding-left: 130px;
}

.main-navigation ul.nav-menu>li>a {
	padding: 0.5em;
}

.site-header-cart .cart-contents {
	padding: 0.5em 0;
}

.site-content {
	margin-top: 50px;
}

.main-navigation.toggled ul {
    margin-top: 110px;
}

.dgwt-wcas-search-wrapp {
	min-width: 100px !important;
}

.step-cap {
	float: left;
	font-size: 3em;
	line-height: 1;
	padding-right: 0.2em;
}

.onsale {
	background-color: #FF0000;
	border-color: #FF0000 !important;
	color: #FFFFFF !important;
	font-size: 1.5em;
}

ul.products li.product .onsale {
    position: absolute;
    top: 0px;
    right: 0px;
}*/