/* Main Menu */
body.responsive.layout-full #page-wrapper .site-navigation .full-container {
	max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
  float: none;
}

/* WooCommerce */


/* Shop Page Title */

.woocommerce #page-wrapper h1.page-title {
	color: #3b3b3b;
}

/* Shop Result Count */

.woocommerce-result-count {
	color: #3b3b3b;
}

/* Shop Page Product Link Color */

.woocommerce ul.products li.product a {
    color: #248cc8;
}

.woocommerce ul.products li.product a:hover {
	color: #f47e3c;
}

/* Product Title */

.woocommerce #page-wrapper .product h1.entry-title {
    color: #3b3b3b;
}

.hide-title .widget-title {
	display: none !important;
}

/*.archive.woocommerce .site-main .full-container, .single-product .site-main .full-container {	max-width: none !important;}*/

#masthead {
	padding: 0;
}

.site-navigation {
	margin: 0;
}

.site-header .shopping-cart, .site-header .shopping-cart li, .site-header .shopping-cart .shopping-cart-link {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin-right: 20px;
}