/*
 Theme Name:   Storefront Child
 Theme URI:    http://coor.seombris.se/twenty-fourteen-child/
 Description:  Storefront Child Theme
 Author:       Mikaela Lidquist
 Author URI:   http://coor.seombris.se
 Template:     storefront
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Bredd på sektioner / sidan */

@media only screen and (min-width: 1064px) {
	.col-full {
    	max-width: 70%;
	}
	.right-sidebar.content-area {
    	width: 75%;
	}
	#secondary,
	.site-header-cart{
		max-width: 20%;
	}
	/*marginal-top Mer info-sektion */
	.single-product div.product .woocommerce-product-gallery {
    	margin-bottom: 0em;
	}
	.woocommerce-tabs {
    	padding-top: 0.5em;
	}
}

/* Ta bort caption på bilder */
.pswp__caption__center {
    display: none;
}

/*----- Ta bort fraktinfo ---*/
.woocommerce-shipping-destination {
	display: none;
}

/*---- MITT KONTO--------*/
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--dashboard {
	display: none ;
}


.order-status {
  display: none !important;
}

.checkout-fileupload {
  background-color: #f8f8f8 !important;
}

.term-description {
    font-size: 18px;
    font-style: oblique;
    background-color: #FFF9C6;
    padding-left: 10px;
}

.secondary-navigation .menu  a {
    font-weight: 500 !important;
}

.site-branding h1 {
	display: none;
}

.widget-area .widget a {
	opacity: 0.7;
}

.woocommerce-active .site-header .main-navigation {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: -100%;
	width: 74.0%;
	clear: none;
	float: left;
	margin-left: 0;
	margin-right: 4%;
	clear: both;
	text-transform: uppercase;
}

mark, ins {
	background: none;
}

.site-info {
	display: none;
}

a.button.invoice {
	display:none;
}

.in-stock {
	font-weight: bold;
	font-style: oblique;
	color: green;
}

.out-of-stock {
	font-weight: bold;
	font-style: oblique;
	color: orangered;
}


#wnb-bar {
	color: #ffffff !important;
	font-family: sans-serif;
	font-weight: 600;
	border-bottom: 0px solid #fff;
}

.wnb-bar-button {
	margin-left: 7px;
	padding: 5px 8px 4px 8px;
}