@charset "UTF-8";
/* CSS Document */

main > .container {
	padding-bottom: 30px;
}

header #topbar>.container>.row {
	position: relative;
}

.whyCreateAccount {
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
}
.whyCreateAccount ol {
    margin:0;
    padding: 0;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #4a9a3b;
}
.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: 1px 0 0 0;
    font-size: 13px;
 }

/* CUSTOMER */

table.loyalty_signup_table>tbody>tr>td:first-child {
    flex-wrap: nowrap;
}
form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
    display: block;
    max-width: 100%;
    background-color: rgba(247,247,247,1.00);
    padding: 30px;
    margin: 0 auto;
}
.webshop-customercenter input[type="text"]#xprofileid.TextInputField_Customer {
    display: block;
}
.webshop-customercenter input[type="text"]#xprofileid.TextInputField_Customer, .webshop-customercenter input[type="password"]#xprofileid1.TextInputField_Customer {
    width: 100% !important;
    margin: 0 0 10px;
    display: inline-block;
}
#xprofileid1 + .SubmitButton_Customer {
    display: block;
    margin: 0 0 20px;
}

.loyalty_signup_form .input_section {
    width: 350px;
    max-width: 100%;
}
.loyalty_signup_form div label {
    display: none;
}
.signup_confirm_checkbox {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.signup_confirm_checkbox * {
    margin: 0;
    line-height: normal;
}
.signup_confirm_checkbox input {
    margin-right: 5px;
}

table.loyalty_signup_table>tbody>tr>td:first-child > form:not([name="forgotpsw"]):not(.loyalty_signup_form) {
    order: 1;
    min-width: 250px;
}
table.loyalty_signup_table>tbody>tr>td:first-child > [name="forgotpsw"] {
    order: 2;
    background-color: rgba(247,247,247,1.00);
    min-width: 250px;
}

form.loyalty_signup_form {
    border: none;
    padding: 20px 30px;
    max-width: 70%;
    border-top: solid 8px #7d964f;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    order:3;
}

.SubmitButton_Customer, table.loyalty_signup_table form.loyalty_signup_form .submit .button  {
    background-color: #ff931e;
    border-radius: 2px;
    padding: 5px 10px;
    color: #FFF;
    border: 0;
    display: inline-block;
    float: left;
}
table.loyalty_signup_table form.loyalty_signup_form .submit {
    margin-bottom: 30px;
}
table.loyalty_signup_table form.loyalty_signup_form .submit:after {
    content: "";
    display: block;
    clear: both;
}
table.loyalty_signup_table form.loyalty_signup_form .submit .button {
    margin: 0;
}

#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #7d964f;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #7d964f;
}
#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 #7d964f;
	color: #7d964f;
}
#tabB4 {
	float: right;
}
#tabB4 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
.BackgroundColor1_Customer {
    margin-bottom:20px;
}
.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
    margin: 20px 0 0 0;
}
#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%);

}
body.webshop-customercenter h2.myPointsHeader {
	background-color: #7d964f;
	color: rgba(255,255,255,1.00);
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 2px;
	padding: 10px 15px !important;
	font-weight: normal !important;
	margin: 0;
}
a.account .myPoints {
    border: 1px solid rgb(200, 229, 201);
    padding: 4px 6px;
}
.myPoints {
	margin: 0;
	padding: 10px 15px;
	background-color: rgba(237,250,238,1.00);
	border: solid 1px rgba(200,229,201,1.00);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 229, 201);
	color: rgba(75,97,76,1.00);
	border-top: 0;
}
.myPoints.active .notMemberText {
	display: none;
}
.headerTop {
    position:relative;
}


/* ACCOUNT */
.account {
	position:absolute;
	right:155px;
	top:40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
	z-index: 99999;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #7d964f;
}
.account i {
	font-size:30px;
    display: block;
    color: #7d964f;
}
.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
    position: absolute;
    top: -10px;
    right: -30px;
}
.headerTop .points.myPoints.active {
    background-color: rgba(237,250,238,1.00);
    border-radius: 2px;
    border: 1px solid rgba(200,229,201,1.00);
    padding: 3px 5px;
    position: absolute;
    top: -15px;
    left: -35px;
}
.headerTop .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: #7d964f;
	border-radius: 3px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#usePointsContainer {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #f9f6ec;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 5px 0;
}
#usePoints {
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #7d964f;
	border-radius: 3px;
	border-bottom:2px solid #3B862D;
	border:0;
	cursor: pointer;
}
.removePointsContainer {
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 15px;
	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;
}
ul.loyalityCard {
    margin:0 0 15px 0;
    background-color: #faf9eb;
    border: 1px solid #edecda;
    padding: 7px 15px;
    border-radius: 2px;
    list-style-type: none;
}
ul.loyalityCard li.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
ul.loyalityCard li.productPointsSystem div {
	display: inline;
}

a.member {
    margin: 0 0 8px 0;
    text-decoration: underline;
    display: block;
    font-size: 11px;
}
div.productPointsSystem {
    margin: 0 0 15px 0;
    padding: 7px 15px;
    border-radius: 2px;
    list-style-type: none;
}
div.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
div.productPointsSystem div {
	display: inline;
}


/* STEP 4 */
img.ProductImage_Order4 {
	margin:0 10px 0 0;
}
body.webshop-orderstep4 #basket, body.webshop-orderstep4 #btn-menu {
	display:none;
}
a.loyaltyAccount {
    display: none;
    text-decoration: underline;
    float: right;
}

#acceptLoyaltyCreationContainer,#mailchimp-subscribe-box{
	margin-bottom: 20px;
	position: relative;
    padding-top: 0;
}
#acceptLoyaltyCreationContainer:after,#mailchimp-subscribe-box:after  {
	content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid rgba(0, 165, 250, 0);
    background: rgba(0, 165, 250, 0.75);
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-animation: pulsate 1s ease-out 0.1s infinite;
    animation: pulsate 1s ease-out 0.1s infinite;
    opacity: 0.0;
}

.webshop-checkout #checkout-container [type="checkbox"].mailchimp-subscribe,
.webshop-checkout #checkout-container [type="checkbox"]#acceptLoyaltyCreation {
	width: 100%;
	left: 0;
}
.webshop-checkout .animLabel.checkout_password.input {
	margin-bottom: 20px;
}

@media (max-width: 880px) {
    a.loyaltyAccount {
        display: block;
    }
    .account {
        display:none;
    }

    .whyCreateAccount {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    
    table.loyalty_signup_table>tbody>tr>td:first-child {
        flex-wrap: wrap;
    }
     
    form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]), form.loyalty_signup_form {
        max-width: 100%;
        padding: 20px;
    }

}

