/* CSS Document */


.home.page .site-header {
    margin-bottom: 0!important;
	padding-top:2em;
}

.wp-block-cover {
	margin-bottom:30px;
}

.storefront-primary-navigation  {
	background-color:#000;
}

/* remove focus */
a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}


#tslogin {
	float:right;
}

.woocommerce-active .site-header .site-branding {
    width: 200px;
	margin-bottom:2em;
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	padding-left: 0;
    padding-right: 0;
	width:auto;
}

.storefront-handheld-footer-bar .search {display:none}

/* My Account */

.woocommerce-MyAccount-content h2 {
	margin-top:0;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-addressbilling a::before {
    content: "\f571";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--accreditations a::before {
    content: "\f571";
}

.acf-fields>.acf-field {
    padding: 15px 0;
    border:none;
}

body.woocommerce-edit-address .woocommerce-MyAccount-navigation-link--edit-addressbilling a::before {
    opacity: 1;
}



/* Shopping */

.col-image img {
	border:1px solid #ccc;
}

.single-product div.product .product_meta .sku_wrapper {
	display:none;
}


/* Cart / Checkout */
.shop_table tr.shipping {
	display:none;
}
.jSignature {
	border:2px dashed #999!important;
}
.wph_woo_sign_button {
	margin-right:10px;
}



/* User Switching  */

#user_switching_switch_on{
	position: absolute;
  top: 2px;
  text-align: center;
  z-index: 999;
  width: 100%;
}