#column-right {
    /* margin-top: -67px; */
}
.helloBox {
    padding: 20px 20px 10px;
    margin-bottom: 15px;
    background-color: rgb(221 221 221 / 24%);
}
.helloBox img {
    position: absolute;
    right: 10px;
    top: 10px;
    height: calc(100% - 20px);
}

p.boxTitle{
    padding: 9px 18px;
    border: 1px solid #dcdddd;
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}

.listHolder > ul{
	list-style:none;
	padding:0;
}
.listHolder > ul > li > a {
	display: block;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    /* font-size: 14px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.listHolder{	
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddfdf;
}

.webshop .products{
	padding-bottom:30px;
}
	
.webshop a,
.webshop h2{
    /* font-family: "Open Sans"; */
    /* text-transform: uppercase; */
}

.login-content a.button {
    padding: 8px 20px;
}
.webshop .accountHolder{
	width: 100%;
	padding: 25px 0px;
    float: left;
}
.webshop .accountHolder table.form{
	width:100%;
}
table.form tr td{
	padding:4px;
}
.webshop .accountHolder table.form tr td:first-child{
	width: 90px;
}
.webshop .accountHolder table.form tr td:first-child img{
	width:50px;
	margin-left:15px;
}

.webshop .accountHolder .addProductToCart, .webshop .accountHolder .removeWish {
    cursor: pointer;
    margin: 0px 3px;
    font-size: 19px;
    color: #7f6a51;
}
.webshop .accountHolder tr.wishTr td {
    padding: 14px 10px;
}

.webshop .buttons{
	border-color:#dfdcd6;
}

.webshop .pagination {
    border-top: 1px solid #dcdddd;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.webshop .pagination .results {
    font-size: 12px;
    float: right;
    padding-top: 3px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    margin-bottom: 20px;
	font-size:12px;
}
table.list .leftText {
    text-align: left;
    padding: 7px;
}
table.list thead td {
    background-color: #DCDDDD;
}
table.list .rightText {
    text-align: right;
    padding: 7px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #393232;
    font-weight: bold;
}

table.list td {
    border-right: 1px solid #DCDDDD;
    border-left: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
}
table.list .center {
    text-align: center;
    padding: 7px;
}

.webshop td.inputRadio{
	line-height:30px;
	text-align:left;
}
.webshop td.inputRadio input{
    float: left;
    margin: 5px;
    height: 22px;
}

.webshop input,
#productOrder input,
.webshop select,
#productOrder select{
    /* width: 100%; */
    /* font-size: 14px; */

    /* border: 1px solid #ddd; */
    /* border-radius: 2px; */
}

table b.required{
	position:relative;
}
table b.required::after {
    position: absolute;
    top: 3px;
    content: '*';
    color: red;
    right: -11px;
    font-size: 12px;
}

.webshop .content {
    padding: 10px;
    /* overflow: auto; */
    margin-bottom: 10px;
    /* background: #fff; */
	/* font-size:12px; */
}
.webshop .content ul{
	list-style:none;
	padding-left:10px;
}
.webshop .content a{
    text-decoration: underline;
	text-transform:initial !important;
    cursor: pointer;
}
.webshop .content ul li {
    margin-bottom: 10px;
}

tr.addressItem{
	border-bottom: 1px solid #F5F5F5;
}
tr.addressItem.selected {
    background-color: #f3f3f3;
}
tr.addressItem.selected a.button.selectAddress{
    display:none;
}
label.addressSelector{
	width:100%;
	min-height:20px;
    display: inline-block;
}
input.addressSelector:not(:checked) ~ table{
	display:none;
}

/* -- order list -- */
.order-list {
    margin-bottom: 10px;
    font-size: 12px;
}
.order-list b{
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
/* -- order overzicht -- */
table.list {
    border-color: #DCDDDD;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    margin-bottom: 20px;
}
table.list .leftText {
    text-align: left;
    padding: 7px;
}table.list .rightText {
    text-align: right;
    padding: 7px;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}table.list thead td a, .list thead td {
    text-decoration: none;
    color: #393232;
    font-weight: bold;
}
/* -- retourneren -- */
.retour input[type='text'],
.retour textarea{
	width:100%;
}
.retour textarea{
	min-height:100px;
	resize:vertical;
}
.retour .miniList td,
.retour .miniList .col{
	padding:5px 0;
}

#accountForm td b{	
    margin-bottom: 2px;
    display: inline-block;
}

#accountForm .saveAll.disabled{
	cursor:none;
	opacity:0.1;
}

body div.fslider{
	height: 480px;
}

#accountForm .btwnummer.good {
    background-color: rgb(0 255 0 / 5%);
}
#accountForm .btwnummer.good ~ .checkBtw::before{
	color:green;
	position: absolute;
    top: 8px;
    left: -32px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f00c";
}
#accountForm .btwnummer.wrong ~ .checkBtw::before{
    color: red;
	position: absolute;
    top: 8px;
    left: -32px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}

@media screen and (max-width: 1200px){
	body div.fslider{
		height: 500px;
	}	
}
@media screen and (max-width: 1024px){
	body div.fslider{
		height: 400px;
	}	
}
@media screen and (max-width: 990px){
	body div.fslider{
		height: 580px;
	}	
}
@media screen and (max-width: 830px){
	body div.fslider{
		height: 500px;
	}	
}

@media screen and (min-width: 990px){
	.accountPersoon tr td:first-of-type:not(:last-of-type){
		width: calc(50% - 10px) !important;
		/* padding-right:20px;		 */
	}
	.accountAdres tr td:first-of-type:not(:last-of-type){
		width: 33% !important;
		/* padding-right:20px;		 */
	}
	#accountForm td:first-of-type:not(:last-of-type){
		padding-right:8px;		
	}
	#accountForm td:last-of-type:not(:first-of-type){
		padding-left:8px;
	}
}

@media screen and (max-width: 994px){
	#column-right{
		margin-top:0;
	}
}
@media screen and (max-width: 769px){	
	.login-content .button{	
		margin-bottom: 20px;
	}
}