@charset "UTF-8";
/* CSS Document */
.Row {
    position:relative;
}
.loginText {
	display: none;
	visibility: hidden;
}
#acceptLoyaltyCreationContainer {
    display:none !important;
}
.SubmitButton_Customer {
	display: block;
    background-color: #c66500;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    margin: 5px 0 0 0;
}
body.webshop-customercenter table.BackgroundColor1_Customer td {
    vertical-align: top;
}
#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #c66500;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #c66500;
}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,
#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer{
	background-color:rgba(255,255,255,1.00);
	border: solid 1px #c66500;
	color: #095a3e;
}
#tabB4 {
	float: right;
}
#tabB4 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
@media (max-width: 767px) {
	#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
		Margin: 0px !important;	
	}
	#tabB4 > span {
		Margin: 0px;
	}	
}

.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
}
/*
#tabID2 > tbody > tr > td > br {
	display: none;
}
*/
#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
	font-size: 0;
	position: relative;
	width: 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td {
	padding: 4px 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
	padding-right: 15px;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);

}
form[action="/shop/customer.html"] {
	background-color: #f9f9f9;
	padding: 30px;
	height: 100%;
}
.loyalty_signup_table>tbody>tr>td:first-child>* {
	flex: none !important;
	width: 48%;
}

.loyalty_signup_form label {
	display: none !important;
}
.loyalty_signup_form p {
	margin: 0;
	padding: 0;
}
.loyalty_signup_form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.loyalty_signup_form li {
	background-image: url("/images/skins/Bewise/images/icon-checks.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: left center;
	padding: 5px 0 5px 20px;
}
.loyalty_signup_form input[type=email], .loyalty_signup_form input[type=number], .loyalty_signup_form input[type=password], .loyalty_signup_form input[type=text], .loyalty_signup_form select {
	border: 1px solid #ddd;
	height: 36px;
	padding: 0 10px;
	border-radius: 3px;
}
.signup_confirm_checkbox {
	display: flex;
	background-color: #f9f9f9;
	margin: 10px 0;
	padding: 10px;
	align-items: flex-start;
}
.signup_confirm_checkbox p {
	padding-left: 10px;
	font-size: 11px;
}
.submit .button {
	background-color: #c66500;
	padding: 20px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
.loyalty_signup_form .header {
	margin-bottom: 20px;
}
body.webshop-customercenter h2.myPointsHeader {
	background-color: #c66500;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 10px 15px !important;
	font-weight: lighter!important;
	margin: 0;
    color: #FFF;
}
.myPoints {
	margin: 0;
	padding: 10px 15px;
	background-color: #f3f8f9;
	border: solid 1px #f3f8f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 229, 201);
	border-top: 0;
}
.account {
	position:absolute;
	right:173px;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
	z-index: 999;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
	top: 70px;
}
.account i {
	font-size:30px;
    display: block;
    color: #c66500;
}
.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
}
a.account .points.myPoints.active {
    background-color: #c66500;
    border-radius: 2px;
    border: 1px solid #c66500;
    padding: 1px 5px;
    position: sticky;
    top: -25px;
    left: -65px;
    color: #FFF;
}
body.webshop-checkout a.account .points.myPoints.active {
    top: -33px;
}
a.account .basket .totalproducts .count {
	font-weight: bold;
}
#refer {
	background-color:rgba(237,250,238,1.00);
	border:solid 1px rgba(200,229,201,1.00);
	padding: 20px;
	font-size: 15px;
}
#refer p {
	padding:0;
	margin: 0;
}
input.referEmail {
	width: 100%;
	height: 45px;
	border-radius: 3px;
	border: 0;
	padding: 0 10px;
	display: block;
	border:1px solid #ddd;
	margin: 5px 0;
}
a.referButton {
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #095a3e;
	border-radius: 3px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#usePointsContainer {
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #eee;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 5px 0;
}
#usePoints {
	display: inline-block;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #c66500;
	border-radius: 3px;
	border-bottom:2px solid #c66500;
	border:0;
	cursor: pointer;
    margin: 6px 0 0 0;
}
.removePointsContainer {
	margin: 10px 0 5px;
	font-size: 13px;
	background-color: #f2faf0;
	padding: 10px;
	border: 1px solid #e1efde;
	border-radius: 3px;
}

.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}
.clubmember {
    float: right;
    width: 45%;
    margin: 30px 0 0 0;
}
.clubmember .subheader {
    margin:0 0 10px 0;
}
.clubmember input[type="text"], .clubmember input[type="email"], .clubmember input[type="password"] {
    width: 100%;
    border-radius: 2px;
    padding: 0 10px;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.clubmember input[type="submit"] {
    background-color: #c66500;
    border-radius: 2px;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.blogReadMore {
    display:block;
    margin: 20px 0 0 0;
}
.whyCreateAccount {
	float:left;
	width: 45%;
    margin: 30px 0 0 0;
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #c66500;
}
.whyCreateAccount ol {
	padding:0;
	list-style: none;
}
 
.whyCreateAccount ol li {
   counter-increment: item;
   margin-bottom: 10px;
 }
.whyCreateAccount ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #4a9a3b;
	border-radius: 100%;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	padding: 2px 0 0 0;
 }
body.webshop-customercenter input#xprofileid, body.webshop-customercenter input#xprofileid1 {
    width:100% !important;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
	margin-bottom: 6px;
}

.productcard .info ul.pointDetails {
    padding:0;
    list-style-type: none;
    margin: 0 0 20px 0;
}
.productcard .info ul.pointDetails > li {
    font-size: 12px;
    vertical-align: middle;
    padding: 7px 15px;
    display: inline-block;
    border-right: none;
    background-color: #c66500;
    color: #FFF;
    border-radius: 2px;
	margin-top: 15px;
}
.productcard .info ul.pointDetails > li a {
    color: #FFF;
}
.productcard .info ul.pointDetails > li.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
.productcard .info ul.pointDetails > li.productPointsSystem:before {
    font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 14px;
}
.productcard .info ul.pointDetails > li.productPointsSystem div {
	display: inline;
}

@media (max-width: 999px) {
    .account {
        right: 166px;
		top: 33px;
    }
    a.account .points.myPoints.active {
        top:-19px;
    }
    .WebShopSkinLogo {
        max-width: 42%;
		
    }
}
@media (max-width: 550px) {
    .account {
        right: 107px;
    }
}

.KlubFordele {
    	border: 1px solid #c66500;
    	padding: 20px;
    	background-color: #f5f5f5;
    	width: 100%;
    	margin: 0 auto;
    	display: inline-block
}
.Fordele {
		list-style: none;
		padding-left: 20px;
}
.Fordele li::before {
		content: '\2713';
		margin-right: 10px;
		font-weight: bold;
}
@media (max-width: 999px) {
.Fordele {
		margin-left: -54px;
}
}

    ul#SVpoints {
    margin-top: -130px;
}
    li#DApoints {
	margin-top: -5px;
	max-width: 325px;
	width: 100%;
	margin-right: 10px;
    }
    li#ENpoints {
    float: left;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 0px;
    max-width: 325px;
    width: 100%;
    padding-right: 50px;
    margin-bottom: 20px;
}
li#SVpoints {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 21px;
    max-width: 325px;
    width: 100%;
}

    
@media (max-width: 999px) {
li#DApoints {
float: left;
display: inline-flex;
flex-wrap: wrap;
margin-top: 0px;
max-width: 325px;
width: 100%;
padding-right: 35px;
}
li#ENpoints {
    float: left;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 0px;
    max-width: 325px;
    width: 100%;
    margin-right: 50px;
  /*  margin-bottom: 20px; */
}
}