.contentNoFooter{
	width: 100% !important;
}
.header{
	min-height: auto;
	max-height: inherit;
	background-color: #ffffff;
}
.content{
	background-color: #F7F7F7;
}
.container{
	margin: 0 auto;
    max-width: 1280px;
    padding: 0 35px;
}

.header .headerIcons .pr-0 a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.header .headerIcons .pr-0 a img{
	max-height: 20px;
}

.charsBar > .active{
	color:#a64662 !important;
}

.charsBar > .charFound{
	color: black;
}
.charsBar > .charsAll{
	color: black;
}

/*calander open*/
.contentNoFooter .container.showshipmentcalendar .row .monthCalendar{
	width: calc(25% - 10px);
    margin-right: 10px !important;
    margin-left: 0px !important;
    float: left;
    padding: 0px !important;
    min-height: auto;

}
.contentNoFooter .container.showshipmentcalendar .row .monthCalendar .shipmentCalendar{
	font-size: 13px;
	width: 100%;
}
/*calander close*/
/*meldingen*/
.card .card-header{
	padding: 15px 30px !important;
}
.card .card-body{
	padding: 30px !important;
}

/**/
/*productview_prijslijst open*/
.content .container.showpricelist .row.orderviewPricelist{
	margin-top: 20px;
}
.content .container.showpricelist .row.orderviewPricelist .product{
	width: calc(25% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row{
	width: 100%;
	float: left;
	margin: 0px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container{
	padding: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 200px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .like{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .like .fa{
	color: #000;
	top: 3px;
    left: 5px;
    position: relative;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .like:hover .fa:before{
	content: "\f004";
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .product-img{
	margin: 0 auto;
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 180px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .offergroup-overlay{
	position: absolute;
    background-color: #a64662;
    color: #ffffff;
    bottom: 0;
    padding: 7px 15px;
    line-height: 1;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .offergroup-overlay span{
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-family: sans-serif;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .zoom-image{
	top: 2px;
	left: 10px;
	bottom: inherit;
    right: inherit;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .zoom-image a{
	color: #000;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-img-container .zoom-image a .fa{
	font-size:12px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-content .title{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .product-content .title .fa-info-circle{
	color: #275257;
}

.content .container.showpricelist .row.orderviewPricelist .product > .row .measurements{
	width: auto;
	max-width: 80%;
	flex:1 1 auto;
	margin-right: 20px !important;
	margin-bottom: 10px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .in-cart{
	width: auto;
	max-width: 20%;
	flex:initial;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .fa-shopping-cart{
	font-size: 14px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .in-cart .number_of_items_in_cart{
	font-size: 12px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options{
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-bottom: 10px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row{
	margin-bottom: 5px;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row .col-4{
	padding-right: 5px;
	width: 60px !important;
	float: left;
	flex: initial;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row .col-4 input{
	background-color: #F5F5F5;
	max-width: 100%;
	border:1px solid #000000;
	box-sizing: border-box;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row .col-4 input:disabled{
	background-color: #696969;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row .col-8{
	width: calc(100% - 60px) !important;
	box-sizing: border-box;
	float: left;
	flex: initial;
	padding-left: 0px;	
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .options .row .col-8 span{
	font-size: 12px;
	line-height: 14px;
	font-family: sans-serif;
}

.content .container.showpricelist .row.orderviewPricelist .product > .row .consumer-price{
	margin-bottom: 10px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.content .container.showpricelist .row.orderviewPricelist .product > .row .consumer-price .row .title{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;
	margin-bottom: 5px;
}	
.content .container.showpricelist .row.orderviewPricelist .product > .row .consumer-price .row .input-container input{
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:1px solid #000000;
	font-size: 12px;
}

/*productview_prijslijst close*/


/*productview_vooraad open*/
.content .container.showlot .row.orderviewLot{
	margin-top: 20px;
}
.content .container.showlot .row.orderviewLot .product{
	width: calc(25% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
}
.content .container.showlot .row.orderviewLot .product > .row{
	width: 100%;
	float: left;
	margin: 0px;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container{
	padding: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 200px;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .like{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .like .fa{
	color: #000;
	top: 3px;
    left: 5px;
    position: relative;
}
/*
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .like .fa:before{
	content:"\f08a";
}
*/
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .like:hover .fa:before{
	content: "\f004";
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .product-img{
	margin: 0 auto;
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 180px;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .offergroup-overlay{
	position: absolute;
    background-color: #a64662;
    color: #ffffff;
    bottom: 0;
    padding: 7px 15px;
    line-height: 1;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .offergroup-overlay span{
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-family: sans-serif;
}

.content .container.showlot .row.orderviewLot .product > .row .product-img-container .zoom-image{
	top: 2px;
	left: 10px;
	bottom: inherit;
    right: inherit;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .zoom-image a{
	color: #000;
}
.content .container.showlot .row.orderviewLot .product > .row .product-img-container .zoom-image a .fa{
	font-size:12px;
}

.content .container.showlot .row.orderviewLot .product > .row .product-content .title{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;
}
.content .container.showlot .row.orderviewLot .product > .row .product-content .title .fa-info-circle{
	color: #275257;
}

.content .container.showlot .row.orderviewLot .product > .row .measurements{
	width: auto;
	max-width: 80%;
	flex:1 1 auto;
	margin-right: 20px !important;
	margin-bottom: 10px;
}
.content .container.showlot .row.orderviewLot .product > .row .in-cart{
	width: auto;
	max-width: 20%;
	flex:initial;
}
.content .container.showlot .row.orderviewLot .product > .row .fa-shopping-cart{
	font-size: 14px;
}
.content .container.showlot .row.orderviewLot .product > .row .in-cart .number_of_items_in_cart{
	font-size: 12px;
}
.content .container.showlot .row.orderviewLot .product > .row .options{
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-bottom: 10px;
}
.content .container.showlot .row.orderviewLot .product > .row .options .row{
	margin-bottom: 5px;
}
.content .container.showlot .row.orderviewLot .product > .row .options .row .col-4{
	padding-right: 5px;
	width: 60px !important;
	float: left;
	flex: initial;
}
.content .container.showlot .row.orderviewLot .product > .row .options .row .col-4 input{
	background-color: #F5F5F5;
	max-width: 100%;
	border:1px solid #000000;
	box-sizing: border-box;
}
.content .container.showlot .row.orderviewLot .product > .row .options .row .col-4 input:disabled{
	background-color: #696969;
}
.content .container.showlot .row.orderviewLot .product > .row .options .row .col-8{
	width: calc(100% - 60px) !important;
	box-sizing: border-box;
	float: left;
	flex: initial;
	padding-left: 0px;	
}
.content .container.showlot .row.orderviewLot .product > .row .options .row .col-8 span{
	font-size: 12px;
	line-height: 12px;
	font-family: sans-serif;
}

.content .container.showlot .row.orderviewLot .product > .row .consumer-price{
	margin-bottom: 10px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.content .container.showlot .row.orderviewLot .product > .row .consumer-price .row .title{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	font-family: sans-serif;
	margin-bottom: 5px;
}	
.content .container.showlot .row.orderviewLot .product > .row .consumer-price .row .input-container input{
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:1px solid #000000;
	font-size: 12px 
}

/*productview_vooraad close*/
	


/*Cart open*/

.content .container.showcheckoutnew .row.cart-outer .cart-grower{
	margin-bottom: 10px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-grower .row{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content .container.showcheckoutnew .row.cart-outer .cart-grower .row .col-auto label{
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
}
.content .container.showcheckoutnew .row.cart-outer .cart-grower .row .col-auto span{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	padding: 5px;
	box-sizing: border-box;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner{
	margin-bottom: 10px;
}
.content .container.showcheckoutnew .row.cart-outer.mix .cart-inner{
	margin-bottom: 0px;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item{
	border:1px solid #C3C3C3;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item:last-child,
.content .container.showcheckoutnew .row.cart-outer.mix .cart-inner .row.cart-item:last-child{
	margin-bottom: 0px;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item.error-state{
	background-color: #FF9999;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item.threshold-state{
	background-color: #e28153;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-remove .fa{
	color: #275257;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item.error-state .cart-item-remove .fa{
	color: #ffffff;
}

.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show{
	padding: 30px 20px 5px 20px;
	box-sizing: border-box;
	-webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto{
	margin-bottom: 15px;
	flex: 1 0 auto;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto .form-group{
	margin-bottom: 0px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto label{
	display: block;
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto span{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	padding: 5px;
	box-sizing: border-box;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto input{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:none;	
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto select{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:none;	
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden{
	padding: 10px 20px 5px 20px;
	box-sizing: border-box;
	border-top:1px solid #C3C3C3;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-control{
	text-align: center;
	margin-bottom: 15px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-control .fa{
	color: #275257;
	position: absolute;
	top: 0px;
	right:-15px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item.error-state .cart-item-hidden .cart-item-label-control .fa{
	color: #ffffff;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row{
	-webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row .cart-label-collapse{
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row .cart-label-collapse .fa{
	color: #275257;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item.error-state .cart-item-hidden .cart-item-label-info .row .cart-label-collapse .fa{
	color: #ffffff;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row .col-auto{
	margin-bottom: 15px;
	flex: 1 0 auto;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row cart-label-col.col-auto label{
	display: block;
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    font-family: sans-serif;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .cart-item-label-info .row cart-label-col.col-auto span{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .cart-item-hidden .cart-item-label-info .row .col-auto input{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:none;	
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
}
.content .container.showcheckoutnew .row.cart-outer .cart-inner .cart-item-hidden .cart-item-label-info .row .col-auto select{
	font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-family: sans-serif;
	background-color: #F5F5F5;
	box-sizing: border-box;
	border:none;	
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
}
.content .container.showcheckoutnew .row.cart-outer .cart-alts{
	margin-bottom: 10px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-alts .row{
	background-color: #275257;
	padding-top: 15px;
    padding-bottom: 15px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-flow:row-reverse;
	flex-flow:row-reverse;
}
.content .container.showcheckoutnew .row.cart-outer .cart-alts .row .col-auto label{
	display: block;
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
}
.content .container.showcheckoutnew .row.cart-outer .cart-alts .row .col-auto span{
	font-size: 11px;
    line-height: 14px;
    color: #ffffff;
    font-family: sans-serif;
	padding: 5px;
	box-sizing: border-box;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments{
	padding: 0px;
	margin-bottom: 50px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row{
	margin-bottom: 20px;
	background-color: #ffffff;
	border:1px solid #C3C3C3;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row:first-child{
	width: calc(50% - 5px);
	float: left;
	margin: 0px 5px 0px 0px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row:last-child{
	width: calc(50% - 5px);
	float: left;
	margin: 0px 0px 0px 5px;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row label{
	display: block;
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #275257;
    font-family: sans-serif;
    padding: 5px 0px;
    position: relative;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row label:before{
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	height: 1px;
	bottom: 0;
	left: -15px;
	background-color: #C3C3C3;
}
.content .container.showcheckoutnew .row.cart-outer .cart-comments .row textarea{
	width: 100%;
	height: 80px !important;
	border:none;
}

.cartFooter .cart-btn-container {
	width: 49%;
}
.cartFooter .cart-btn-container .btn{
	width: 100%;
}

/*cart close*/

@media (max-width: 1200px){
	/*kalander open*/

	.contentNoFooter .container.showshipmentcalendar .row .monthCalendar{
		width: calc(33% - 10px);
	}

	/*kalander closse*/
}

@media (max-width: 992px){
	/*cart open*/

	.cartFooter .cart-btn-container {
		width: 100%;
	}

	/*cart close*/

}

@media (max-width: 900px){
	/*productview_prijslijst open*/
	.content .container.showpricelist .row.orderviewPricelist .product{
		width: calc(33.33% - 10px);
	}
	/*productview_prijslijst close*/

	/*productview_vooraad open*/
	.content .container.showlot .row.orderviewLot .product{
		width: calc(33.33% - 10px);
	}
	/*productview_vooraad close*/

	/*calander open*/
	.contentNoFooter .container.showshipmentcalendar .row .monthCalendar{
		width: calc(50% - 10px);
	}
	.contentNoFooter .container.showshipmentcalendar .row .monthCalendar .shipmentCalendar td{
		padding: 2px;
	}
	/*calander close*/

	/*Cart open*/
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto{
		width: 25%;
		flex:0 0 auto;
	}	
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .col-auto{
		width: 25%;
		flex:0 0 auto;
	}	
	/*Cart close*/
}

@media (max-width: 680px){
	/*productview_prijslijst open*/
	.content .container.showpricelist .row.orderviewPricelist .product{
		width: calc(50% - 10px);
	}
	/*productview_prijslijst close*/

	/*productview_vooraad open*/
	.content .container.showlot .row.orderviewLot .product{
		width: calc(50% - 10px);
	}
	/*productview_vooraad close*/

	/*cart open*/
	.content .container.showcheckoutnew .row.cart-outer .cart-comments{
		padding: 0px 15px;
	}
	.content .container.showcheckoutnew .row.cart-outer .cart-comments .row:first-child{
		width: auto;
		float: inherit;
		margin: 0px -15px 15px -15px;
	}
	.content .container.showcheckoutnew .row.cart-outer .cart-comments .row:last-child{
		width: auto;
		float: inherit;
		margin: 0px -15px 15px -15px;
	}
	/*cart close*/

}
@media (max-width: 540px){

	/*calander open*/
	.contentNoFooter .container.showshipmentcalendar .row .monthCalendar{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.contentNoFooter .container.showshipmentcalendar .row .monthCalendar .shipmentCalendar td{
		padding: 2px;
	}
	/*calander close*/

	/*Cart open*/
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto{
		width: 50%;
		text-align: left;
	}	
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .col-auto{
		width: 50%;
		text-align: left;
	}	
	/*Cart close*/

}
@media (max-width: 480px){
	.header .container #sc{
		-webkit-box-pack:center;
		-ms-flex-pack:center;
	    justify-content:center;			
	}

	.header .container #sc .mr-lg-auto{
		width: 50%;
		flex: 1 1 auto;
		text-align: left;
		padding: 5px;
		order: 1;
	}
	.header .container #sc .totals{
		width: 100%;
		flex: inherit;
		order: 3;
		max-width: 100%;
	}
	.header .container #sc .totals .row{
		display: inline-block;
		float: left;
		padding-right: 10px;
	}
	.header .container #sc .totals .row:first-child{
		display: none;
	}
	.header .container #sc .totals .row div:first-child{
		display: none;
	}
	.header .container #sc .totals .row:nth-child(3n+2) div:last-child{
		background-color: #275257;
		flex: initial;
		width: auto;
		display: inline-block;
		float: left;
		font-size: 14px;
		max-width: 100%;
		border-radius: 10px;
		padding: 0px 10px !important;
	}
	.header .container #sc .totals .row:nth-child(3n+2) div:last-child:before{
		content: 'CC:';
		display: inline-block;
		padding-right: 5px;
	}
	.header .container #sc .totals .row:nth-child(3n+3) div:last-child{
		background-color: #275257;
		flex: initial;
		width: auto;
		display: inline-block;
		float: left;
		font-size: 14px;
		max-width: 100%;
		border-radius: 10px;
		padding: 0px 10px !important;
	}
	.header .container #sc .totals .row{
		margin: 0px !important;
	}
	.header .container #sc .headerIcons{
		width: 40%;
		float: right;
		order: 2;
	}

	/*header close*/

	/*productview_prijslijst open*/
	.content .container.showpricelist .row.orderviewPricelist .product{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	/*productview_prijslijst close*/

	/*productview_vooraad open*/
	.content .container.showlot .row.orderviewLot .product{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	/*productview_vooraad close*/

}
@media (max-width: 450px){
	.header{
		height: auto;
		max-height: none;
	}
	.header .customHeader .logo{
		height: auto;
		max-height: 30px;
		padding-right: 10px;
	}
	.header .pageControlBar{
		position: relative;
	}
	.header .pageControlBar .row{
		padding-bottom: 5px;
	}	
	.header .pageControlBar .row > .sorting{
		padding-top: 10px;
	}
}
@media (max-width: 380px){
	/*Cart open*/
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto.cart-item-description{
		width: 100%;
	}
	/*Cart close*/
}

@media (max-width: 280px){
	/*Cart open*/
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-show .col-auto{
		width: 100%;
	}	
	.content .container.showcheckoutnew .row.cart-outer .cart-inner .row.cart-item .cart-item-hidden .col-auto{
		width: 100%;
	}	
	/*Cart close*/
}