/*
 Theme Name:   Storefront Child
 Theme URI:    https://kontorab.se
 Description:  Storefront Child Theme
 Author:       Mikaela Lidquist
 Author URI:   htts://kontorab.se
 Template:     storefront
 Version:      2.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.site-header { /* Skuggning istället för linje under header */
	box-shadow: 0 .0625rem .5rem 0 	rgba(0,0,0,.04),0 .0625rem .3125rem 0 rgba(0,0,0,.04);
}

/* 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;
	}
}

/*----- MENY undertext -----*/
.levtid-meny {
	text-transform: initial;
	font-style: oblique;
	font-weight: 600;
}

/* ---- WIDGET avstånd -------*/
.widget .widget-title {
	margin-bottom: 10px;
	padding: 0 0 0.3em;
}

/* ----- FOOTER avstånd ------*/
.footer-widgets {
    padding-top: 2.235801032em;
}

/*---- NYHETS-BADGE ----*/
.woosticker.custom_sticker_image {
    width: 70px;
    height: 70px;
    background-size: 70px auto;
}

/* --- Slider ---- */
.header-widget-region {
    position: relative;
    z-index: 99;
    margin-top: -82px;
    padding-bottom: 20px;
}

/* -- Margin header-content --*/
.storefront-breadcrumb {
    margin: 0px 0px 3px 0px;
}

/* 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 ;
}

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

.woocommerce-orders-table__header-order-status,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status{
	display: none;
}

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


.wc_simple_product_badge {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    font-size: 20px !important;
    font-weight: 400;
}

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

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

.woocommerce-active .site-header .main-navigation {
	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;
}

.storefront-primary-navigation {
  background-color: #000 !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.products.columns-3 span {
	display: none;
}
.products.columns-3 .button.product_type_variable.add_to_cart_button {
	display: none;
}
.products.columns-3 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	display: none;
}
.woocommerce-message {
	background-color: #000 !important;
}

#site-navigation-menu-toggle {
	background: #000;
/* 	margin-top: 14px; */
}

@media only screen and (max-width: 768px) {
	.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo {
		background: #fff !important;
		border: 2px solid black !important;
	}
	.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
		width: 100%;
		max-width: 130px !important;
		margin-top: 8px;
	}
	.site-header {
	  padding-top: 0px !important;
	  padding-bottom: 0px !important; 
	}
	#site-navigation {
		padding-top: 10px;
		padding-bottom: 8px;
	}
}