/*	
	Robert Ungh
	Sherpas Group AB
	Copyright 2021

	Changelog: 
	- 210311, Profileringsändringar
*/

a {
	color: #000000;
	text-decoration: none;
}

	a:active, a:hover {
		text-decoration: underline;
		outline: 0;
	}

.addedToCart-wrapper {
	background-color: rgb(213 181 21 / 85%);
	color: #fff;
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: height .5s ease .3s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.btn-action {
    background-color: #d5b515;
    border-color: #d5bc2a;
    color: #000;
}

	.btn-action:hover, .btn-action:focus {
		background-color: #d5bc2a;
		border-color: #d5b515;
	}

.btn-buy, .btn-sendorder {
	font-size: 1.1em;
	padding: 5px 12px;
}

.btn-buy, .btn-tocheckout, .btn-sendorder, .btn-complete, .buttonColumn input {
	background-color: #d5b515;
	border-color: #d5bc2a;
	color: #000;
}

	.btn-buy:hover, .btn-buy:focus, .btn-tocheckout:hover, .btn-tocheckout:focus, .btn-sendorder:hover, .btn-sendorder:focus, .btn-complete:hover, .btn-complete:focus, .buttonColumn input:hover, .buttonColumn input:focus {
		background-color: #d5bc2a;
		border-color: #d5b515;
	}

button, .fw-button, .buttonColumn input {
	background-color: #d5b515;
	border: 1px solid #d5bc2a;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	padding: 4px 8px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.1em;
}

	button:hover, button:focus, .fw-button:hover, .fw-button:focus, .buttonColumn input:hover, .buttonColumn input:focus {
		background-color: #d5bc2a;
		border-color: #d5b515;
		text-decoration: none;
	}

/* .cart-header {
	background-color: #ffffff;
}

	.cart-header::before {
		content: "";
		font-family: "FontAwesome";
		font-size: 2em;
		color: #000;
		position: relative;
		top: -2px;
	}

.cart-footer .totalinfo {
	margin-top: .8em;
	background-color: #fff;
	color: #444;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1em;
}

.cart-open-btn .quantity {
    background-color: #f00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    min-width: 1.7em;
    padding: 2px;
} */

.cart-header {
    background-color: #fff; /*#d5b515;*/
}

	.cart-header, .cart-header a {
		color: #000;
	}

.cart-open-btn .quantity {
	background-color: #444;
	color: #fff;	
}

@media screen and (min-width: 951px){
	.cart-header .cartquantity .quantity {
		background-color: #d5b515;
	}
}

@media screen and (min-width: 501px){
	.cart-footer .totalinfo {
		background-color: #d5b515;
		color: #000;
	}
}

@media screen and (max-width: 500px){
	.cart .cart-footer {
		padding-top: 1em;
		padding-bottom: 0.8em;
		padding-right: 1em;
	}
}

#DefaultDeliveryAddress {
	margin-top: 0em;
}

	#DefaultDeliveryAddress .label-top {
		background-color: #d5b515;
		min-width: 160px;
		border-right-width: 0;
		padding-left: 1em;
		padding-top: 0.3em;
		border-radius: 3px 0 0 3px;
		-webkit-box-flex: 1 1 160px;
		-moz-box-flex: 1 1 160px;
		-webkit-flex: 1 1 160px;
		-ms-flex: 1 1 160px;
		flex: 1 1 160px;
	}

#DeliveryAddress {
	background-color: #efefef;
    color: #727272;
}

.empty .cart-header {
    background-color: #FFFFFF;
    width: 80px;
}

.fw-button.fw-button-outline {
	background-color: transparent;
	border: 0 none;
}

	.fw-input-group a.fw-input-group-button:hover {
		background-color: transparent;
		text-decoration: none;
	}

.footerMenu a:hover {
	color: #000000;
	text-decoration: underline;
}

.form-wrapper {
    background-color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
}

.form-group label, .form-group .label {
    background-color: #d5b515;
    min-width: 160px;
    border-right-width: 0;
    padding-left: 1em;
    border-radius: 3px 0 0 3px;
    -webkit-box-flex: 1 1 160px;
    -moz-box-flex: 1 1 160px;
    -webkit-flex: 1 1 160px;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
}

.forgotten-link .link-image {
    color: #000000;
}

.filters {
    background-color: #d5b515;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

footer {
    background-color: #d5b515;
    border-top: 2px solid #fff;
}

	footer .footer-inner>div {
		background-color: #d5b515;
		padding: .8rem;
		margin: .3rem;
		-webkit-box-flex: 1 1 auto;
		-moz-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

.groupview-wrapper .group-title {
    background-color: #d5b515;
    border: 1px solid #d5bc2a;
    border-radius: 2px;
    color: #000;
    padding: 1.2em;
    text-align: center;
    position: relative;
    bottom: -1em;
    width: 100%;
}

header {
    background-color: #ffffff;
    border-bottom-color: #fff;
}

.list-view {
    background-color: #fff;
}

@media screen and (max-width: 950px) {
	
	#Logo {
		margin-bottom: 10px;
	}

	header {
		background-color: #d5b515;
		border-bottom-color: #fff;
	}
	
	.header-top {
		background-color: #d5b515;
		padding: 10px;
		width: 100%;
	}

	.header-icons {
		width: 100%;
		margin-bottom: 0.8em;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 0.8em;
		background-color: #d5b515;
		margin: 0;
	}

	.header-icons>* {
		-webkit-box-flex: 0 1 50px;
		-moz-box-flex: 0 1 50px;
		-webkit-flex: 0 1 50px;
		-ms-flex: 0 1 50px;
		flex: 0 1 50px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding-bottom: 9px;
	}

	.nav-menu {
		background-color: #fff;
		visibility: visible;
		-webkit-transition: visibility 0s ease 0s,max-height 1s ease 0s;
		transition: visibility 0s ease 0s,max-height 1s ease 0s;
	}

		.nav-menu, .nav-menu a {
			color: #000;
		}

		.nav-menu .close-btn::before {
			content: "";
			font-family: "FontAwesome";
			font-size: 1.5rem;
			color: #000;
		}
}

.nav-menu li a {
    color: #000;
}

	.nav-menu li ul li:hover {
		background-color: rgba(213,181,21,.97);
		color: #111;
	}

.nav-wrapper {
    background-color: #d5b515;
    color: #000;
}

	.nav-wrapper a {
		color: #000;
	}

.nav-tree .level1>ul {
    display: block;
    position: absolute;
    z-index: 999;
    width: 400px;
    background-color: rgba(213,181,21,.99);
    overflow: hidden;
    column-count: 2;
    max-height: 0;
    -webkit-transition: max-height 0s linear;
    -o-transition: max-height 0s linear;
    transition: max-height 0s linear;
}

	.nav-tree .level1:hover {
		background-color: rgba(255,255,255,.2);
	}

	.nav-tree .level1 li>div:hover, .nav-tree .level1 li>a:hover {
		background-color: rgba(255,255,255,.2);
	}

	.nav-tree .current {
		background-color: rgba(255,255,255,.2);
	}

.page-Checkout .content-wrapper {
	background-color: #fff;
	margin-top: 0;
}

.register-link .fw-button {
    color: #111;
    padding: 0;
    text-align: left;
}
	.register-link .fw-button:hover {
		text-decoration: underline;
	}

.scrolled .logo {
	background-color: #d5b515;
}

.smallcart {
    border-color: #ddd;
	background: #fff;

}

/* .smallcart {
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 0;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 60;
} */

.table .header {
    background-color: #d5b515;
}

.totalbox {
    background-color: rgba(213,181,21,.99);
    margin-top: 1em;
    padding: 1em;
    color: #444;
}



