@charset "UTF-8";
/* CSS Document */

body .b2cprice {
	display: block;
}
li .product .price .b2bprice {
	text-decoration: line-through;
}
body .delivery-date-container {
	display: none !important;
}
body header .icon-menu .search-icon {
	display: block;
}
body .search .close-search {
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 4px 0;
	margin: 0;
}
.whyusproducts > div {
	width: 1600px;
	max-width: 90%;
	margin: 0 auto;
}
body li .product .name {
	height: 75px;
}
body footer > section > * {
	flex: auto;
}
body footer > section > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .service {
	align-items: center;
    justify-content: flex-end;
}
.cus strong {
	text-align: right;
}

.gc-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1600px;
	max-width: 90%;
	margin: 0 auto;
	gap: 20px;
	margin-top: 40px;
}

.gc-categories > div {
	background-color: #B68D40;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.gc-categories > div > a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-family: 'PT Sans', sans-serif;
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gc-categories > div:hover {
	background-color: #a27b33;
}

.topbar > div a {
	color: #B68D40;
}

.product .stock:not(:empty) {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.product .stock:empty{
	display: none !important;
}

.productcard .stock:not(:empty) {
	justify-content: flex-start;
}

.product .instock::before, .productcard .instock::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #4CAF50;
	margin-right: 5px;
}

.product .notinstock::before, .productcard .notinstock::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #F44336;
	margin-right: 5px;
}

.formscontainer {
	margin-top: 20px;
}

.ccforms .form-input {
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 46px;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 5px;
}
.ccforms input[type="submit"], .change-password-wrapper input[type="submit"] {
	width: 100%;
	font-weight: bold;
}

.orange {
	color:  rgba(255,144,0,1.00);
	font-weight: bold;
}
.cctabs {
	display: flex;
	margin: 0;
}
.cctabs > a {
	flex: none;
	width: 50%;
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	text-align: center;
	background-color: #f6f6f6;
}
.cctabs > a:first-child {
	border-radius: 5px 0 0 0;
}
.cctabs > a:last-child {
	border-radius: 0 5px 0 0;
}
.cctabs > a:after, .cctabs > a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cctabs > a:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color:#f6f6f6;
	border-width: 4px;
	margin-left: -4px;
}
.cctabs > a.active:after {
	border-top-color: rgba(255,144,0,1.00);
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 5px;
}
.cctabs > a.active {
	background-color: rgba(255,144,0,1.00);
	color: #FFF;
}
.ccsignup .cctabs a[href*="customer"]:hover {
	background-color: rgba(255,144,0,1.00);
	color: #FFF;
}
.ccsignup a[href*="customer"].active:hover {
	color: #FFF;
}
.cctabs > a:first-child {
	border-top-left-radius: 8px;
}
.cctabs > a:last-child {
	border-top-right-radius: 8px;
}
.ccaccept {
	margin: 20px 0;
	background-color: rgba(101,200,191,0.10);
	border-radius: 3px;
	padding: 15px;
	font-size: 11px;
}
.ccsignup a[href*="customer"] {
	display: block;
	text-align: center;
	text-decoration: none;
}
.ccsignup a[href*="customer"]:hover {
	color:  rgba(255,144,0,1.00);
}
.ccsignup a[href*="customer"]:hover:after {
	border-top-color: rgba(255,144,0,1.00);
}
.ccsignupgift {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	background-color: rgba(101,200,191,0.10);
	padding: 20px;
	border-radius: 3px;
	margin-top: 20px;
}
.ccsignupgift img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 60px;
}
.ccforms {
	background-color: #FFF;
    border-radius: 0 0 8px 8px;
    padding: 30px;
    text-align: center;
	display: none;
	min-height: 560px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.ccforms.active {
	display: block;
}
.cclogin a.ccforgotpw[href*="customer"], .ccforgottenpassword a.ccloginlink[href*="customer"] {
	margin: 10px 0;
	color: #44b7b6;
	text-decoration: none;
	display: block;
}
.cclogin a[href*="customer"], .ccforgottenpassword a[href*="customer"] {
	display: block;
	text-decoration: none;
	text-align: center;
}
.cclink {
	display: block;
	margin-top: 20px;
}

.ccforms .form-label {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	text-align: left;
}

form.loading {
	pointer-events: none;
	opacity: 0.5;
}

.icon-menu .cart {
	display: block !important;
}

/*
.ekstramenu {
	max-width: 96%;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	gap: 20px;
}
*/
body.webshop-frontpage .ekstramenu {
	display: flex;
}
/*
.ekstramenu > a {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-family: 'PT Serif', Sans-serif;
	color: #FFF;
	border: 1px solid #eee;
	width: 100px;
	height: 100px;
	background-color: #B68D40;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
*/
#return-form {
	margin: 0 auto;
	width: 900px;
	max-width: 96%;
}
#return-form input, #return-form select {
	margin-bottom: 5px;
}
#return-form select {
	
}

@media (max-width: 1150px) {
	.ekstramenu {
		display: none;
	}
}
