@media only screen and (max-width: 760px) {


}

@media only screen and (max-width: 790px){

	.pagetop--sidebar,
	.av3x .av3x-sidebar {
		width: 100% !important;
		max-width: initial !important;
		margin-left: 0 !important;
		margin-right: 0!important;

	}
	.cart-item-name span {

		max-width: 70%;
	}

	.cart-wrapper {width: 100%;}
}


.loginwrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 2em;
}

.checkoutform {
	flex: 0;
	width: 100%;
	border: none;
}
.av3x-onlyMobile {
	display: block;
   margin-bottom: 1em;
}


.av3x-onlyDesktop {
	display: none;
}
@media only screen and (max-width: 790px) {


	.loginscreen	.av3x h1 {
		margin-bottom: 0.5em !important;
	}
	.av3x-segment .checkoutform h2 {
		margin-top: 0;
	}

	.checkoutform {
		margin-bottom: 2.5em !important;
	}
	.only-desktop {
		display: none;
	}

}

@media only screen and (min-width: 791px) {

	.av3x-onlyMobile {
		display: none;
	}


	.av3x-onlyDesktop {
		display: block;
	}
	.loginwrapper {
		flex-direction: row;
		    align-items: flex-start;

	}
	.checkoutform .av3x-formbox, .accountform, .loginform {
		border-radius: 5px;
		border: 1px solid rgba(163, 163, 163, 0.2);
		box-shadow: 1px 0.5px 2px 1px rgba(218, 218, 218, 0.7);
		/*	padding: 0 5% 2em 5%; */
		/* padding: 0 5% 2em 5%; */
		padding: 0 5%;
		margin-bottom: 2em;
	}
	
	
	.av3x-checkout-overview div:last-of-type {
		padding-bottom 2em;
	}
	.loginform {
		flex: 0 1 48%;
	}

	.av3x-formbox h2 {
		position: relative;
	}
	
	.av3x-formbox h2 a {
		display: block;
	}

	.av3x-formbox h2:after, .av3x-formbox h2 > a:after {
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'FontAwesome';
		color: #ea148c;
		content: "\f078";
	}

	.av3x-formbox.active h2:after {
		content: "\f077";	

	}

	.av3x-formbox .cart-summary h2:after  {
		content: '';

	}
	.accountform,.checkoutform.av3x-checkout {
		flex: 0 1 60%;
	}

	.accountform form,.checkoutform.av3x-checkout form {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.accountform fieldset, .accountform button {
		flex: 0 1 48%;
	}

	.checkoutform.av3x-checkout fieldset {
	/*	flex: 0 1 32%; */
		display: flex;
	  flex-flow: row wrap;
		justify-content: space-between;
		font-weight: 400;
		width: 100%;
	}
	.checkoutform.av3x-checkout .fullwidth, 	.checkoutform.av3x-checkout .hundred {
		flex: 0 1 100% !important;
	}
	.checkoutform.av3x-checkout .fifty {
		flex: 0 1 48%;
	}
		.checkoutform.av3x-checkout .thirtythree {
		flex: 0 1 32%;
	}
	.checkoutform.only-desktop,  .checkoutform.second-column{
		flex: 0 1 35%}
}

 .checkoutform.second-column.av3x-checkout-summary {
	margin-top: 12rem;
}

.checkoutform.only-desktop.benefits  h2 {
	text-align: center;
}

.l-maincontent {
	-webkit-box-shadow:  none;
	-moz-box-shadow:none; 
	box-shadow: none; 
}


.av3x h1 {
	font-weight: bold !important;
	margin-bottom: 1em !important;
}

.checkoutform h2 {
	color: rgb(52, 51, 54);
	flex: 1 0 100%;

}


.checkoutform input[type="checkbox"] { width: inherit;}


.checkoutform select, .checkoutform input[type="text"], .checkoutform input[type="password"],.checkoutform input[type="email"] {
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(163, 163, 163, 0.2);
	box-shadow: 2px 6px 10px 0px rgba(163, 163, 163, 0.09);
	padding: 0.5em 1em;
	background-color: white !important;
	margin: 1em 0; width: 100%;
	font-size: 1rem;
}
.checkoutform input.button {
    margin: 1rem 0 2.5rem;
}
.loginform input[type="text"], .loginform input[type="password"],.loginform input[type="email"] {
	width: 100%;


}


.loginform .btn--whitegreen {
	display: block;
	margin-bottom: 1em;
}

.list-checkmarks li {
	list-style-type: none;
	padding-left: 1rem;
}


.list-display {
	margin-top: 3em;
}
.list-display li {
	margin-bottom: 1rem;
	font-size: 1rem;
}

.list-checkmarks {
	padding-left:2rem;
	margin-bottom: 1em;
}


.only-desktop .list-checkmarks li,  .only-desktop .list-checkmarks {
	padding-left: 0;
}

.list-checkmarks li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin: 0 10px 0 -28px;
	color: #fa168d;
}

.link-purple {
	color: #ea148c;
	font-size: 1.1rem;
	text-decoration: underline;
}

p.grey{
	color: rgb(68, 67, 70);	
}

p.grey a:link {
	color: rgb(68, 67, 70);	
	font-size: 1rem;
	text-decoration: underline;
}

.checkoutSteps {
	background-color: rgb(248, 248, 248);
}


.av3x-checkout-header {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.av3x-checkout-header h1 {
	order: 2;
}
.av3x-checkout-header .checkoutSteps {
	order: 1;
	margin-bottom: 1em;
	padding: 1em;
	padding-bottom: 0;
}


.av3x-checkout-header .checkoutSteps ul {
	display: flex;
	list-style: none;
	margin: 0;
}


.av3x-checkout-header .checkoutSteps  ol{
	list-style:none;
	counter-reset:item;
	display: flex;
	margin: 0;

}
.av3x-checkout-header .checkoutSteps ol li{
	counter-increment:item;
}
.av3x-checkout-header .checkoutSteps ol li:before{
	content: counter(item);
	display:block;
}
.av3x-checkout-header .checkoutSteps ol li.active:before{
	font-weight: bold;
}

.av3x-checkout-header .checkoutSteps ol li.finished:before{
	font-family: "fontawesome";
	content: "\f00c";
}


.av3x-checkout-header .checkoutSteps li {
	text-align: center;
	flex: 0 1 20%;
	padding-bottom: 0.7em;
	color: #2e2d2f;

}

.av3x-checkout-header .checkoutSteps li.active { 
	border-bottom: 3px solid rgb(0, 137, 34);
}
@media only screen and (max-width: 790px) {
	.av3x-checkout-header .checkoutSteps {
		margin-bottom: 2rem;	
		margin-left: -1em;
		margin-right: -1em;
		width: calc(100% + 2em);
	}

	.av3x-checkout-header .checkoutSteps ol li {
		font-size: 0.75rem;
	}
	.av3x-checkout-header .checkoutSteps ol li:before{
		font-size: 1rem;
	}
}

@media only screen and (min-width: 791px) {
	.av3x-checkout-header {

		width: 60%;
	}
	.av3x-checkout-header h1 {
		order: 1;
	}
	.av3x-checkout-header .checkoutSteps {
		order: 2;
	}

}




.av3x .av3x-sidebar div, 

.av3x .pagetop--sidebar div {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	font-weight: 400;
}


.av3x .cart-item-row {position: relative;}
.av3x .cart-item-row, .av3x .cart-item-row:active  {
	border-radius: 8px;
	border: 0.5px solid rgba(163, 163, 163, 0.2);
	box-shadow: 0px 0.5px 2px 1px rgb(218, 218, 218);
	border-bottom: none;
	margin-bottom: 2rem;
}

.av3x .cart-item-row:last-of-type, .av3x .cart-item-row:active:last-of-type  {
	margin-bottom: 0;
}
.av3x .cart-item-quantity {
	display: flex;
	/* width: 122px; */
	border-radius: 2px;
	border: 1px solid rgb(242, 242, 242);

}

.av3x .cart-item-info {
	/* padding: 0 1em 0 5em; */
	padding: 0 1em 0  33.333%;
	display: flex;
	width: 100%;
	float: right;
	justify-content: space-between;

}


@media only screen and (max-width: 790px){

	/* ADDED 2021-09-21 by ssommer */
	.av3x .cart-item { 
		width: 100%;
	}

	
	/* // ADDED 2021-09-21 by ssommer */

	
}


.av3x .cart-item-info .remove {position: absolute; top: 1em; right: 1em;}

.av3x .pagetop--sidebar,
.av3x -av3x-sidebar
{ 
	margin-top: 22px !important;
	margin-bottom: 1em;
	padding: 0 !important;
}

.av3x div.cart-summary {
	padding: 1.5em 1em !important;
	border-radius: 8px;
	border: 1px solid rgb(255, 249, 249);
	box-shadow: 0px 0.5px 2px 1px rgb(218, 218, 218);
}

.av3x .discount-code, .av3x .shipping-cost, .av3x .total-sum {
	padding: 0;
	width: 100%;
}

.av3x .pagetop--sidebar div.total-sum, 
.av3x .av3x-sidebar div.total-sum 
{ 
	font-weight: bold; 
	font-size: 22px;
	margin-top: 0.5em !important;
	padding-top: 0.5em !important;
	padding-bottom: 1em !important;
	border-top: 1px solid rgb(229, 229, 229);
	background-color: white;
}

.av3x .total-sum .text-right {
	color: rgb(18, 148, 22);
}

@media only screen and (max-width: 760px) {
	.av3x .pagetop--sidebar,
	.av3x .av3x-sidebar {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0!important;

	}

}
@media only screen and (max-width: 790px){

	.av3x .pagetop--sidebar, 
	.av3x .av3x-sidebar {
		width: 100% !important;
		max-width: initial !important;
		margin-left: 0 !important;
		margin-right: 0!important;

	}
	.av3x .cart-item-name span {

		max-width: 70%;
	}

	.av3x .cart-wrapper {width: 100%;}
	
}

.av3x .shipping-cost {

	font-size: 1.2em !important;
	line-height: 2em !important;
}

@media only screen and (min-width: 791px){

	.av3x .shipping-cost {

		font-size: 1em !important;
	}
	.av3x .cart-item-info {
		padding: 0 1.8em 0 0;
		width: 50%;
		float: right;
	}

	.av3x .cart-item-info .remove {position: relative; top: initial; right: initial;}
}

.av3x .cart-item-quantity button, .av3x .cart-item-quantity button:active {
	border: none; 
	padding: 0 0.5em !important; 
	text-align: center;  
	width: 40px; 
	background-color: transparent; 
}

.av3x .cart-item-quantity button:active {
	border-radius: 2px !important;
	background-color: rgb(246, 250, 243); }

.av3x .cart-item-quantity input {
	font-size: 20px; 
	border: none; 
	/* width: 3em; 
	max-width: 42px;  */
	text-align: center;
	margin: 0 0.25em; 
	padding: 0;
	line-height: 2em;
}

.av3x .cart-item-row .cart-item-total {
		line-height: 2em;
}

.av3x .cart-item-row a.remove {
	font-size: 1.5rem;
	vertical-align: middle;
	margin-left: .5em;
	color: rgb(206, 206, 206);
}
.av3x .cart-item-total {
	color: rgb(0, 137, 34);
	float: right;
}

.av3x .cart-summary h2 {
	margin-bottom: 0.2em;
	font-weight: 700;
	font-size: 1.95rem;
	line-height: 1.125em;
	color: black !important;
	font-family: 'Roboto',sans-serif !important;
	clear: both;
}

.av3x .cart-footer-row {
	display: inline-block;
}


.av3x .discount-code, .av3x .shipping-cost, .av3x .total-sum, .av3x .shopping-options 
{
	display: block;
	clear: both;
	float: initial;

}

.av3x .shopping-options {
	margin: 1em 0 !important;
	text-align: center;
}

.av3x .shopping-options .alert-message {
	margin: 3em 0 2em -1em;
	padding: 1em !important;
	width: calc(100% + 2em);
	color:  rgb(68, 67, 70);
	background-color: rgb(246, 250, 243);

}
.av3x .shopping-options input.button {
	width: 100%;
}

.av3x .shopping-options p {
	margin-top: 1em;
	color: rgb(68, 67, 70)
		padding: 0;
}
.av3x .size_selector {

	border-radius: 2px;
	border: 1px solid rgb(242, 242, 242);
	padding: 5px 10px;
	font-weight: bold;
	position: relative;
	width: 100px;
	display: inline-block;
}
.av3x .size_selector:after {
	font-family: "fontawesome";
	content: "\f107";
	color: rgb(234, 20, 140);
	font-size: 20px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 5px;
}

.av3x .size_selector.active:after {
	content: "\f106";

}


.av3x .package_sizes 
{
	width: 120px;
	display: none;
	list-style: none;
	position: absolute;
	margin: 0;
	border-radius: 2px;
	border: 1px solid rgb(242, 242, 242);
	left: 0;
	margin-top: 5px;
}


.av3x .package_sizes li a {
	line-height:30px;
	height: 30px;
	font-size: 16px;
	padding: 0 5px;
	background-color: white;
	color: black;
	display: inline-block; 
	width: 100%;
}

.av3x .package_sizes li a:hover, .av3x .package_sizes li a:active   {
	background-color: rgb(246, 247, 249) !important;
}

.av3x .package_sizes a span { 
	font-size: 13px;
	display: inline-block !important; 
	text-align: right;
	float: right;
}

.av3x  p.shopping-additional-text {
	text-align: center;
	color: rgb(0, 137, 34) !important;
	font-size: 0.9rem !important;
	margin: 1em -1em !important;
}
.av3x  .add-discount p {
	color: rgb(99, 96, 101);
	position: relative;
	padding: 0;
	margin-bottom: 0;
}

.av3x .add-discount p:after {
	font-family: "fontawesome";
	content: "\f107";
	color: rgb(234, 20, 140);
	font-size: 20px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;

}

.av3x .add-discount p.active:after {
	content: "\f106";

}
.av3x .discountForm {display: none;}
.av3x .add-discount form {
	display: flex;
	margin: 1em 0;
	justify-content: space-between;

}

.av3x .add-discount form input[type="text"] {
	flex: 2;
	margin-right: 1em;
}

.av3x .add-discount form input.button { }



@media screen and (min-width: 791px) {


	.av3x .av3x-checkout .cart-item-row {
		padding: 0.4em !important;
		margin-bottom: 1em !important;
	}
	.av3x .av3x-checkout .cart-item-info { 
		display: flex;
		flex-flow: row wrap;
		width: 35%;
		text-align: right;
	}
	.av3x .av3x-checkout .cart-item-quantity {
		width: auto;
		text-align: center;

	}
	.av3x .av3x-checkout .cart-item-quantity input {
		font-size: 20px;
		border: none;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
		max-width: none;

	}

	.av3x .av3x-checkout .cart-item-quantity, .av3x .av3x-checkout .cart-item-info .remove {
		flex: 0 1 50%;
		margin: 0 !important;

	}
	.av3x .av3x-checkout .cart-item-total {
		text-align: right;
		flex: 1 0 100%;
	}

}


.av3x-checkout .regular-checkbox {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #ea148c;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 12px;
	border-radius: 4px;
	/* display: inline-block;
	position: relative;
	margin-left: -3rem;
	margin-right: 1rem;
	margin-top: 0.5rem;*/
	position: absolute;
	left: -3rem;
	top: -0.1rem;
}

.av3x-checkout .regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.av3x-checkout .regular-checkbox:checked {
	background-color: #ea148c;
	border: 2px solid #ea148c;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #fff;
}

.av3x-checkout .regular-checkbox:checked:after {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 22px;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #fff;
}

.av3x-checkboxgroup label,
.regular-checkbox + label {
	display: block;
	vertical-align: bottom;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 2rem; 
	position: relative;

}

.av3x-formbox.av3x-checkout-overview h2:after,
.av3x-formbox.av3x-newuser h2:after {
	content: '';
}
.av3x-formbox.av3x-newuser ul.list-display  {
margin-bottom: 3em;
}

.av3x-formbox.av3x-checkout-overview  {
	position: relative;
	padding-bottom: 1.5em;
width: 100%;
}
a.pen {position: absolute;
	top: 1.5em;
	right: 1.5em;
	color: #CCC;
	font-size: 1.2rem;
	z-index: 1000;
}
.av3x-formbox.av3x-checkout-addresses {
	display: flex;
}
.av3x-formbox .av3x-checkout-addresslabel {
	flex: 0 1 50%;
}
.av3x-btn--inline {
	display: inline-block; 
	margin: 0.5em 0 1em 0;
	min-width: 50% !important;
	 padding: 1em !important;
    
    font-size: 0.875rem !important; 
    border-radius: 4px;
	font-family: Roboto, sans-serif !important;
	
	
}
.order-via-drogisterij {border: none !important;}
.order-via-drogisterij fieldset {
background-color: white;
	padding: 10px 0;
}

.order-via-drogisterij fieldset label {
	padding-left: 0;
    text-indent: 0;
	font-size: 1rem;
	font-weight: 400;
}

.order-via-drogisterij fieldset>div:not(#accountNumber)>label {
		font-size: 1rem;
	font-weight: 400;
}
.order-via-drogisterij fieldset div {position: relative; width: 100%; }
.order-via-drogisterij fieldset input[type=radio].betaalwijze {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	left: 0;
}
.order-via-drogisterij fieldset input[type=radio].betaalwijze + label:before {
		font-family: 'FontAwesome';
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #ccc;
	    width: 35px;

}
.order-via-drogisterij fieldset.active input[type=radio].betaalwijze + label:before {
    content: "\f058";
    font-size: 1.2em;
    color: rgb(234, 20, 140);
    letter-spacing: 5px;
    width: 35px;
}
.order-via-drogisterij fieldset input[type=radio].betaalwijze:focus + label:before {
    font-weight: bold;
    color:orange;
}

.order-via-drogisterij fieldset input[type=submit] {
	margin-top: 0;
}
fieldset .payment-info-container div.input-box-container {
	padding: 0;
	
}

fieldset .payment-info-container div.input-box {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

fieldset div.input-box select {
	    -webkit-appearance: auto;
    -moz-appearance: auto;
	appearance: auto;
	background: none;
	
	border-radius: 5px;
    border: 1px solid rgba(163, 163, 163, 0.2);
    box-shadow: 2px 6px 10px 0px rgb(163 163 163 / 9%);
    padding: 0.5em 1em;
    background-color: white !important;
    margin: 1em 0;
    width: 100%;
	font-size: 1rem;
}



#afterPayIcon {
position: absolute;
top: -46px;
right: 10px;
width: 125px;
height: auto;
}

.payment-info-container small {padding-left: 0 !important;}
/*
#shippingAddress {display: none;}
*/

form.checkUserInputAV3x span.field-wrapper {
	position: relative;
}

form.checkUserInputAV3x input.invalid {
	border-color: #ea144b;
}

.tmplID-2640 form.checkUserInputAV3x span.invalid::after {
	content: "\f06a";
	font-family: FontAwesome;
	font-size: 1.5rem;
	color: #ea144b;
	position: absolute;
	display: block;
	right: .3rem;
	top: -.125rem;
	line-height: 1;
}

form.checkUserInputAV3x input.valid {
	border-color: #008922;
}

form.checkUserInputAV3x span.valid::after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1.5rem;
	color: #008922;
	position: absolute;
	display: block;
	right: .3rem;
	top: -.125rem;
	line-height: 1;
}

input.button[disabled] {
background-color: #ccc;
}
input.button[disabled]:hover {
border-color: #fff;
}

.order-via-drogisterij fieldset.active small {
font-size: inherit;
}