/*-----------------------------------------------*/
/*CUSTOM STYLE SHEET-----------------------------*/
/*BenP-------Versie 10---------------------------*/
/*Datum ---2026-01-08----------------------------*/
/*Last edited by FK------------------------------*/
/*START------------------------------------------*/

.border-radius-left {
	border-radius: 50px 0 0 50px;
}

.border-radius-right {
	border-radius: 0 50px 50px 0;
}

.dxcvEmptyHiddenCard_Metropolis {
	display: none;
}

/*VERKOOPPUNTEN*/

/*#ContentPlaceHolder1_ctl04_PointOfSalesCardView_DXMainTable tr:first-child {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}*/

/*.dxcvControl .dxcvSeparator {
	display: none;
}*/

.controlSet #ContentPlaceHolder1_ctl04_ResetCardbutton {
  font-family: Lora !important;
  font-size: 32px !important;
  padding: 20px !important;
}

.customerSellingpointMasterClass .dxbButtonSys.dxbTSys {
    color: white;
    background: #ece8da;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px;
}

.controlSet .customerSellingpointMasterClass {
	margin-left: -11vw !important;
}

.customerSellingpointMasterClass .buttonHover:Hover {
    background: #fff !important;
    text-decoration: none !important;
}

.customerSellingpointMasterClass .dxcvTable, .dxcvControl .dxcvCSD {
    background-color: #f8f8f4  !important;
}

.customerSellingpointMasterClass .dxcvEmptyCard {
    font-family: 'Lora';
    font-size: 16px;
	font-weight: 500;
	background: #c4c7d3 !important;
}

#ContentPlaceHolder1_ctl02_ResetCardbutton {
  margin-left: -1215px;
  z-index: 100;
  position: relative;
  margin-top: 85px !important;
}

.customerSellingpointMasterClass .dxcvCard {
    background-color: #c4c7d3 !important;
    /*width: 100% !important;*/
}

.customerSellingpointMasterClass div.dxcvHeader {
    font-family: 'Lora';
	font-weight: 500;
    font-size: 16px !important;
    background: #ece8da;
    padding: 10px 25px;
}

.customerSellingpointMasterClass div.dxcvHeader:hover {
    background: #fff !important;
	color: #000;
}

.customerSellingpointMasterClass .dxcvHeader td {
	color: black !important;
}

.customerSellingpointMasterClass .dxcvHeader:hover td {
  color: #ece8da !important;
}

.fieldsetSettingsRight {
    min-width: 100% !important;
    padding: 0px !important;
    border-width: 0 !important;
}

.fieldsetSettingsRight #map {
    width: 100% !important;
}

.customerSellingpointMasterClass {
	margin-top: 0px !important;
	margin-bottom: 0 !important;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

.fieldsetSettingsLeft div [style="padding-right: 5px;"] {
	max-width: 6px !important;
}

.fieldsetSettingsHeigthTop {
    background: #transparent !important;
}

.fieldsetSettingsLeft {
    border-width: 0px !important;
    margin-right: 0px !important;
    min-width: 100% !important;
	padding: 40px 240px !important;
	display: grid;
}

.fieldsetSettingsLeft .dxcvHeaderPanel {
    width: 1500px !important;
}

.fieldset {
    border-color: transparent !important;
}

#ContentPlaceHolder1_ctl02_BtnSearchForCustomers {
    padding: 0px 25px !important;
}

#ContentPlaceHolder1_ctl02_BtnSearchForCustomers:hover {
	background: #fff !important;
}

#ContentPlaceHolder1_ctl02_ResetCardbutton {
    padding: 0px 25px !important;
}

#ContentPlaceHolder1_ctl02_ResetCardbutton:hover {
	background: #fff !important;
}

.customerSellingpointMasterClass .dxeTextBox {
    background-color: white;
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 5px;
}

/*VERKOOPPUNTEN END*/

/*PRODUCT SLIDER*/

.sliderimage {
	height: 600px;
	border-radius: 50px;
}

div [style="width:100%;padding:5px 0px;"] {
	 display: none;
 }

#makeMeScrollable [id$="_PnlProducts_ProductsCardView"] div.scrollingHotSpotLeft, #makeMeScrollable [id$="_PnlProducts_ProductsCardView"] div.scrollingHotSpotRight {
    height: 320px !important;
}
 
#makeMeScrollable:has( .scrollableArea > table[id$="_PnlProducts_ProductsCardView"] ) {
    width: 70% !important;
    margin-top: -41%;
    margin-bottom: 10%;
}

/* footer in card */
#makeMeScrollable [id$="_PnlProducts_ProductsCardView"] .grid_price_footer{
  width: 46% !important;
  height: 30px !important;
}

/* Zet de TR met de cards als grid (dit is de echte 'rij' waar alle card-td's in zitten) */
#makeMeScrollable [id$="_PnlProducts_ProductsCardView_DXMainTable"] > tbody > tr{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr); /* 300px minimum, daarna flexibel */
  gap: 10px;
}

/* Breedte/hoogte van de cards */
#makeMeScrollable [id$="_PnlProducts_ProductsCardView_DXMainTable"] td.dxcvCard_Metropolis.ProductCard{
  min-width: 300px !important;
}

#makeMeScrollable [id$="_PnlProducts_ProductsCardView"] .item_bg_image{
  height: 350px !important;
}

/*PRODUCT SLIDER END*/

.categoryCardCorrection {
    padding-top: 0 !important;
    margin-top: -300px;
}

.categoryCard {
    margin: 55px 40px;
    background: white;
    border-radius: 25px;
	justify-content: flex-start;
	padding-bottom: 40px;
}

.categoryCardImage {
    border-radius: 25px 25px 0px 0px;
    margin-bottom: 20px;
	padding: 0px 40px;
}

.hr-category {
	width: 50%;
	border: 1px solid black;
	margin: 20px 0;
}

.link-category {
	color: black !important;
	margin-bottom: 80px;
}

.link-category:hover {
	color: black !important;
}

.panel_footer_sub {
	background: white !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: lora;
}

.ProductAnchorLandingAHref {
    color: #e56a25 !important;
}

.SMproductDetailsContainer ul.ul-vertical {
    padding: 0 !important;
}

.Productdetail_ProductDescriptionContainer h1 {
	margin: 0;
}

.SMproductDetailsContainer .SMHtmlFloatPosition {
    display: none;
}
	  
/*Carousel*/

.logo-carousel .logo-track a {
  display: flex;
}

.logo-carousel-black {
  background: #000;
}

.logo-carousel-orange {
  background: #e56a25;
}

.logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}

.logo-track{
  display:flex;
  width:max-content;
  gap:40px;
  animation: scroll 20s linear infinite;
  will-change: transform;
}

.logo-track img{
  flex:0 0 auto;
  width:clamp(120px, 12vw, 180px);
 /* height:100%;*/
  object-fit: contain;
}

.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(to left, #000 0%, transparent 100%);
}

.logo-carousel-black::before {
  left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
}

.logo-carousel-black::after {
  left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
}

.logo-carousel-orange::before {
  left: 0;
  background: linear-gradient(to right, #e56a25 0%, transparent 100%);
}

.logo-carousel-orange::after {
  right: 0;
  background: linear-gradient(to left, #e56a25 0%, transparent 100%);
}

/* animatie */
@keyframes scroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Optioneel: stop animatie bij hover */
/*.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}*/

/*Carousel END*/

.SMpanel_header_top_sub {
    Background-color: #000 !important;
    height: 0px !important;
}

.panel_header_top_sub_below {
    height: 0px !important;
    background: black;
}
	
.SMonderMenuExtraText {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
	background: #7ba7dd;
}

.rcrumbs {
    background-color: transparent !important;
}

.dxeButtonEditButton_Metropolis.dxeButtonEditClearButton_Metropolis, .dxeButtonEditButton_Metropolis.dxeButtonEditClearButton_Metropolis:hover {
    display: none;
}

.fa.fa-shopping-cart.IconArrowFavorites {
	color: #e56a25 !important;
}

.ProductCard .FooterRow::before {
    content: "";
    display: block;
    width: 170px;
    margin: auto auto 20px auto;
    border-top: 1px solid #000;
    opacity: 1;
}

.ProductCard .FooterRow {
    margin-top: -10px !important;
}

.productNameHolder .LblProductID {
    padding: 10px 0px 10px !important;
    width: 100%;
    word-wrap: break-word;
    font-size: 16px !important;
    color: #333 !important;
    text-align: center;
}

.ProductCard {
	height: auto !important;
}

.ProductOverview_ProductCards .ProductCard {
    margin: 0px 10px;
    border: none;
    border-radius: 25px;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable > tbody > tr:first-child > td:first-child {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable .dxbDisabled, a.dxbButton.dxbDisabled {
    height: auto !important;
}

.LblOverviewProductName span {
    font-size: 20px !important;
    text-align: center !important;
    color: black !important;
}
	
.ProductCard a.HlProductDetails,
.ProductCard a.HlProductDetails:visited,
.ProductCard a.HlProductDetails:hover,
.ProductCard a.HlProductDetails:active,
.ProductCard a.HlProductDetails:focus {
  background: transparent !important;       
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

[id^="ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_"] a.HlProductDetails,
[id^="ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_"] a.HlProductDetails:visited,
[id^="ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_"] a.HlProductDetails:hover,
[id^="ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_"] a.HlProductDetails:active,
[id^="ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_"] a.HlProductDetails:focus {
  background: transparent !important;
  background-color: transparent !important;
}

.ProductCard a.HlProductDetails,
.ProductCard a.HlProductDetails:hover {
  color: transparent !important;
  text-shadow: none !important;
}

.LblBannerGrid {
    height: 40px;
    font-size: 24px;
}

.item_bg_image {
    height: 400px!important;
}

.LblOverviewProductName {
    min-height: 20px !important;
    height: 40px;
}

.FooterRow, .SalesAdvicePriceHolder, .SMProductStockOverview, .SmMinOrderQuantity {
    padding:0px 10px 0px 20px !important;
}

.SMProductStockOverview {
	background: white;
}
	
.ProductCard .image_cutter.SMimage_cutter {
	height: 100% !important;
	max-height: 240px !important;
	min-height: 240px;
}

.dxgv {
	font-family: Lora;
}

.SMimgUpperSpacer {
	display: none;
}

.CustomerStoreItem div, .CustomerStoreItemCenter, .image_cutter {
    border-color: transparent !important;
    background-color: transparent !important;
}

.productNameHolder {
    padding: 10px 20px 0 !important;
}

.imageWrap img {
    padding-top: 20px;
}

#ContentPlaceHolder1_ctl05_PnlProducts .imageWrap img {
    border-radius: 25px 25px 0 0px;
}

.imageWrap {
    height: auto !important;
    display: flex;
    align-items: center;
    background-position-x: center;
    background-position-y: center;
}

.footerProductDetailsButton .SMHlProductDetailsButton,
.footerProductDetailsButton .SMHlProductDetailsButton:hover,
.footerProductDetailsButton .SMHlProductDetailsButton:focus,
.footerProductDetailsButton .SMHlProductDetailsButton:active {
    background: transparent !important;
    background-image: none !important;
    color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.HlProductDetails {
    background: transparent !important;
    height: 420px !important;
    margin-top: -400px;
    z-index: 100;
    position: relative;
	display: none;
}

.grid_price_view  {
	z-index: 150;
    position: relative;
}

.ProductCard *:not(.LblOverviewProductName):not(.LblOverviewProductName *):not(.dxgv):not(.dxgv *):not(.dx-ac):not(.dx-ac *):not(.fa):not(.fa *) {
    font-family: "Lora", sans-serif !important;
}
		
#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable .dxcvBreakpointsCard_Metropolis {
	margin: 0 !important;
	border-radius: 25px;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView .dxbplc {
    width: 100% !important;
}

.SalesAdvicePriceHolder span {
	font-style: italic !important;
}

ul.ul-vertical {
    display: grid;
    grid-template-columns: 1fr;
}

.SalesAdvicePriceHolder {
	padding-left: 9px;
	order: 10;
}

.ProductGridZoomIcon {
    top: 10px !important;
    right: 10px !important;
}

.LblProductPrice {
    margin-bottom: -15px !important;
    font-weight: 600;
    font-style: italic;
}

.LblPriceVat {
    margin-bottom: -15px;
}
	
/*PRODUCTOVERZICHT END*/

/* WINKELWAGEN / PROGRESSBAR */

.sm-mainmenu__rootitem span {
	text-align: center;
}

#ProgressBar .ProgressBarElement,
#ProgressBar .ProgressBarElement .dxb {
    background-color: #e56a25 !important;
    background-image: none !important;
    color: #fff !important;
    border: white !important;
}

#ProgressBar .ProgressBarElement .dx-vam {
    color: #fff !important;
    font-weight: 500 !important;
}

#ProgressBar .ProgressBarElement.dxbf,
#ProgressBar .ProgressBarElement:not(.dxbDisabled),
#ProgressBar .ProgressBarElement.dxbf .dxb,
#ProgressBar .ProgressBarElement:not(.dxbDisabled) .dxb {
    background-color: #000 !important;
    background-image: none !important;
}

#ContentPlaceHolder1_PnlMain_ProgressBarShippingChoice,
#ContentPlaceHolder1_PnlMain_ProgressBarShippingChoice .dxb {
    background-color: #000 !important;
    background-image: none !important;
}

/* WINKELWAGEN END */

.filterListBoxCaptionStyle {
    font-family: lora !important;
}

.text-container {
	background: transparent !important;
	height: 0 !important;
}

/* SUPERGROEPEN */

.dxdvControl.com-container {
    margin-left: calc(-50vw + 50%);
	z-index: 10;
	position: relative;
}

.obj-container a.obj-container-img{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.obj-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border-radius: 25px;
}

.obj-container .obj-img-container{
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.obj-container .obj-img-container img[class^="dx"]{
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.obj-container .obj-container-header{
  margin-top: auto !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  position: relative;
}

.SMlblSupergroupDescription{
  font-size: 24px !important;
  color: #000 !important;
  margin: 0 !important;
  text-align: center;
  text-wrap: balance;
  word-break: break-word;
}

.SMwrap{
  height: auto;
  display: block !important;
  text-align: center;
  margin: 0;
  padding: 0;
}

.SMlblSupergroupDescription::after {
    content: "";
    display: block;
    width: 180px;
    margin: 20px auto 20px;
    border-top: 1px solid #000;
    opacity: 1;
}

/* CTA onder de lijn */
.obj-container .obj-container-header::after {
    content: "Bekijk hier";
    display: block;
    font-size: 20px;
    line-height: 40px;
    opacity: 1;
    margin-bottom: 40px;
    font-family: lora;
    color: black;
}

/* SUPERGROEPEN END */

/*SLIDER*/

.bx-pager-link.active {
	background: #ded5df !important;
}

.bx-wrapper .bx-viewport {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
}

.bx-controls-direction {
	display: none !important;
}

.bx-pager-link {
    background: transparent !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    border: 3px solid #e5c89a !important;
}

.bx-pager.bx-default-pager {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 140px !important;
}*/

.bx-wrapper .bx-viewport {
    border: solid transparent 0px !important;
}

.bx-controls-auto {
	display: none;
}

/*SLIDER END*/

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView .dxbplc {
    border-radius: 25px;
}
	
.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #ffffff !important;
}

.mainmenu__hamburger-button {
    background-color: #e56a25 !important;
    border: none !important;
}
	
.PageBanquetingOrders .flex-container > div {
    background-color: #dbdee8;
}

.PageBanquetingOrders .dxheControl {
    border: none !important;
}

.PageBanquetingOrders .dxeHyperlink {
    background: #009fe2;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}

.PageBanquetingOrders .dxeHyperlink:hover {
    background: #000;
    color: white !important;
	text-decoration: none;
}

.flex-container > div .bread,
.flex-container > div .emphasis {
    font-family: Lora;
}

.LblOverviewProductName span {
    font-family: Lora;
    line-height: 1.25;
}

.dxeButtonEditButton.dxeButtonEditClearButton, .dxeButtonEditButton.dxeButtonEditClearButton:hover {
	display: none;
}

.ProductCard .dxeButtonEdit .dxeEditArea {
    background-color: #f0f0f0 !important;
}

.ProductCard .dxeButtonEdit {
    border-spacing: 0px !important;
    border: none;
    background: #f0f0f0;
}

.dxeValidDynEditorTable .SpinButtons,
.dxeValidStEditorTable .SpinButtons {
    color: white !important;
    padding: 10px !important;
}

.dxeValidDynEditorTable .SpinButtons:hover,
.dxeValidStEditorTable .SpinButtons:hover {
	color: #fff !important;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    background: transparent;
}

.dxeTextBox {
    background-color: #ece8da !important;
}

.headerMenuNew {
     justify-content: flex-end !important;
}
	
.container-2-columns-header {
    display: grid;
    justify-content: center;
}
	
.header-height {
	min-height: 640px;
}

.image-cell {
	min-height: 320px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fill-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height: 100vw;
}

.pageheadervideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(0%, -50%);
    pointer-events: none;
    min-height: 115vh;
	margin-top: -100px;
}

.pageheaderimagewrapper {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.pageheaderbg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.pageheaderimage {
    position: absolute;
}

.pageheadertop {
    z-index: 0 !important;
}
	
.pageheader {
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-position-x: center;
	position: relative; 
	overflow: hidden;
	z-index: 10;
}

/*NIEUWE INLOG*/
.fullWidth:has(#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword, #ContentPlaceHolder1_LoginBox_LoginButton) {
    display: flex;
	flex-direction: column;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword {
    order: 1; 
}

#ContentPlaceHolder1_LoginBox_LoginButton {
    order: 2;
    padding: 10px;
    width: 100% !important;
}

#ContentPlaceHolder1_BtnAddCustomer {
    padding: 10px;
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword {
    background: transparent !important;
    padding: unset !important;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: start;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword span {
	color: #696631 !important;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword span:hover {
	color: #000 !important;
}

.dxbButton.button.floatRight.gridOrderButton.SMgridOrderButton.dxbButtonSys:hover {
	text-decoration: none !important;
}

#ContentPlaceHolder1_LoginBox_LoginButton span {
	font-size: 20px;
    font-family: Lora;
    font-weight: 700;
}

#ContentPlaceHolder1_BtnAddCustomer span {
	font-size: 20px;
    font-family: Lora;
    font-weight: 700;
}

.labelForm {
    margin-top: 10px;
}

.pnlLogin, .PnlAddCustomer  {
    padding: 20px !important;
}

.dxeBase.header {
	font-size: 32px;
	color: #696631;
	font-weight: 700;
}

.loginBox {
    width: 100% !important;
}
	
#ContentPlaceHolder1_loginHolder {
    display: grid;
    margin-top: 40px !important;
}
	
/*NIEUWE INLOG EIND*/

.sm-mainmenu__submenu a, .sm-mainmenu__menuWebLevel1 {
    font-size: 18px;
}

.dxgvControl_Metropolis .dxgvCSD {
	height: unset !important;
}

/* START NIEUWE AANPASSINGEN ONTWIKKELING*/

.loginBoxHolder {
	display: table;
}

.dxeListBox td.dxeT, .dxeListBox td.dxeMI {
    font-family: Lora;
}

/*PRODUCTGROEPEN*/

.SgTreeNode .dx-vam {
    font-size: 15px;
}

.dxtv-subnd .dxtv-subnd .SgNodeHover {
    border-bottom: solid 1px transparent !important;
}

.dxtv-subnd .dxtv-subnd .SgNodeSelected {
    border-bottom: solid 1px transparent !important;
}

.dxtvControl .dxtv-ndSel {
    background-color: #D8D8D8;
    font-weight: 700;
	text-decoration: none !important;
}

.SgNodeSelected {
    text-decoration: none !important;
}

.contentblock {
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.grid_item {
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.SgNodeHover span {
	text-decoration: none !important;
}

.TreeViewProductGroups li ul {
    border-top: solid 0px transparent !important;
    border-bottom: solid 0px transparent !important;
}

.dxtv-subnd .SgNodeSelected, .dxtv-subnd .SgNodeHover {
    border-bottom: solid 0px transparent !important;
}

.SgTreeNode {
    border-bottom: solid 0px transparent !important;
}

/*PRODUCTGROEPEN END*/

.dxmLite .dxm-popup .dxm-selected {
    background-color: #000 !important;
}

.sm-mainmenu__menuWebLevel2Header {
    font-size: 100% !important;
}

.textboxForm {
    color: black !important;
}

.SbBorderBox {
    border-color: transparent !important;
    border-width: 1px;
	border-radius: 25px;
}

/*TOPMENU*/

.dx-vam {
    font-family: Lora;
}

.SMmnHeadMenuItem {
    font-family: Lora;
}

.dxmLite .dxm-main {
    padding: 0px !important;
}

.dxmLite .dxm-item {
    border-width: 2px !important;
}

.dxmLite .dxm-main .dxm-checked, .dxmLite .dxm-selected, .dxmLite .dxm-hovered, .dxmLite .dxm-main .dxm-dropDownMode.dxm-checked .dxm-popOut, .dxmLite .dxm-dropDownMode.dxm-selected .dxm-popOut, .dxmLite .dxm-dropDownMode.dxm-hovered .dxm-popOut {
    border-color: transparent !important;
}

.dxmLite .dxm-popup {
    border: 1px solid transparent !important;
}

	.dxmLite .dxm-popup .dxm-gutter {
    width: auto !important;
    border-right: 1px solid transparent !important;
}

/*TOPMENU END*/

/*SEARCH MENU*/

#SbBorderBox .dxeNullText .dxeEditArea, .dxeNullText .dxeMemoEditArea {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Lora' !important;
    margin-left: 10px;
}

#SbBorderBox .SearchBox input {
	color: #333 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Lora' !important;
    margin-left: 10px;
}
	
.dxeTextBox .dxeEditArea {
    background-color: transparent !important;
}

.SearchBox {
    background: transparent !important;
}
	
.menuSearch {
        height: 70px;
    }
	
.SbBorderBox {
    border-color: #cecece !important;
    background-color: #ece8da !important;
}

#headerMenuNew .dxeTextBoxSys td.dxic {
    padding: 3px 3px 2px 3px;
    overflow: hidden;
}

#headerMenuNew .dxbButtonSys.dxbTSys {
    border: 0 !important;
    height: 45px;
    border-radius: 0px 25px 25px 0;
    width: 45px;
}

/*SEARCH BUTTON END*/

.ProductOverview_ProductCards .dxcvSeparator_Metropolis {
	display: none;
}

.userMenu {
	margin-top: 75px; 
}

.landscape {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.SMadTitleWidget {
    margin-top: 0px !important; 
}

#ctl00_MnAccount_DXI0_T{
    padding-top: 0px !important;
}

.btn-header-black {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    background: black;
    color: white !important;
    font-family: 'Lora';
    margin: 10px;
    width: 300px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
	border: 1px black solid;
	text-decoration: none !important;
}

.btn-header-black:hover {
    background: white;
    color: black !important;
	border: 1px black solid !important;
	text-decoration: none !important;
}

.btn-header {
    font-size: 20px;
    font-weight: 700;
    padding: 20px !important;
    background: white;
    color: black !important;
    font-family: 'Lora';
    margin: 10px !important;
    width: 300px !important;
    display: flex;
    text-align: center !important;
    align-items: center;
    justify-content: center;
	border: 1px black solid !important;
}

.btn-header:hover {
    background: black;
    color: white !important;
	border: 1px white solid !important;
	text-decoration: none !important;
}

/*.btn-header-color {
    padding: 10px 20px !important;
    color: white !important;
    font-size: 20px;
    font-family: Lora;
}

.btn-header-color:hover {
	color: black !important;
}*/

/*.Zoom:hover {
  z-index: 1;
  background: #84c8e5 !important;
  color: white !important;
  text-decoration: none;
}*/

/* EINDE NIEUWE AANPASSINGEN ONTWIKKELING*/


/* START CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

.delft-line {
	display: none;	
}

.masterContainer {
    padding: 0 0px !important;
}

a.HlBackToCategory:hover, .HlBackToCategoryHover, a.DownloadTreeGroup, a.DownloadTreeGroup:hover, a.DownloadLink:hover, a:hover {
    color: #DFAA00 !important;
}

h1 {
	font-weight: 700;
}

h1, h2, .dxm-content {
    font-family: Lora !important;
}

p {
    font-size: 20px !important;
    font-family: Lora !important;
	line-height: 40px;
}

	.btn-discover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid rgba(255, 255, 255, 0.7);
		border-radius: 3px;
		color: #ffffff;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 14px 60px;
		text-decoration: none;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}	
	
	.btn-discover:hover {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.7);
		background-color:#D1C59B;
	}	
	
	.button-3 {
	  background-color:#D1C59B !important;
	}	

	.dxmLite .dxm-main .dxm-checked, .dxmLite .dxm-main .dxm-selected {
		background-color: transparent !important;
	}	
	
/*FOOTER VAST CONTACTBLOCK ONZICHTBAAR---------------------------------
#footer .contactBlock {
    margin-right: 20px;
    display: none;
}		*/

	h2.parallaxPrcexxx {
		font-size: 5em !important;
		color: #fff;
		text-shadow: 2px 2px 10px black;    
	}

	.header-info-block {
		border-radius: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.header-info-block h1 {
		color: #D1C59B;
		margin-top: 36px;
		margin-bottom: 14px;
		text-shadow: 2px 2px 0px #8e6c6d;
	}

	.header-info-block p {
		font-size: 1.2em !important;
	}
	
	.GridCell-LeftColumn {
	padding-left: 0px !important;
	}


	.ict-parallax-container .btn .parallax-btn {
		background-color: #d1c59b;
		color: #FFF;
	}

	.SMHideUnhidecontactBlock{
		display:none !important;
	}

	.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
		font-size: 16px;
	}
	
	.mediaTextHolder {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
	}		
	
	.SMfloat {
		float: left !important;
	}	
	
	.SMlblSupergroupDescription{
		font-family: Lora;		
	}		
	
	.SMProductDetailDescriptionLabel{
		font-size: 30px !important;
		font-family: Lora;
		font-weight: 600;
	}		
	
/* EINDE CUSTOM AANPASSINGEN KLEUR FONT ANDERS */

/*---------------------------------------------------------------------------------------------------*/
/* START CUSTOM AFMETINGEN PER SCHERM 320 - 375 - 414 - 768 - 1024 - 1280 - 1500>  FONTSIZE - HOOGTE */
	
@media only screen and (min-width: 320px) and (max-width: 374px) {
/*START*/	

#ContentPlaceHolder1_GvFavourites .centerSpin {
    width: 90px !important;
}

.centerSpin {
    width: 120px !important;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-row: 1fr;
    gap: 12px; /* optioneel */
    width: 100%;
}

.padding-cell {
	padding: 20px;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 td:first-child {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 .dx-ellipsis {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    display: block !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 > table {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 table table {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_DXMainTable tr td:nth-child(2) {
    width: 70px !important;
}

.dxeButtonEditButton_Metropolis {
    padding: 10px !important;
    background: #e56a25;
	color: white !important;
}

.easyorder-toolbar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
	
.container-2-columns-header {
    grid-template-columns: 1fr;
}

.mainmenu__hamburger-button {
    background-color: #ffffff !important;
    margin-top: -5px;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #e56a25 !important;
}

#header {
    z-index: 700 !important;
}

#bannerTop {
    z-index: 800 !important;
}

/*PRODUCT CARDS FULL SCREEN*/

.UnitStyleProductGridNew {
	margin-left: 158px;
}

.ProductCard .dxeValidDynEditorTable {
	margin-right: 5px;
}

.SMgrid_price_view table[style="float: right;"] {
	margin-top: -55px;
}

.favourite {
    margin-top: 75px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 250px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -45%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}

.grid_item_responsive {
    max-width: 50% !important;
    min-width: 163px !important;
}
	
.LblOverviewProductName span {
    font-size: 16px !important;
}	

.grid_price_view {
    width: 100% !important;
}

.grid_price_footer {
    height: 0px !important;
    margin-top: 80px;
}

/*.FooterRow {
    margin-top: -10px !important;
}*/

.LblProductPrice, .LblPriceVat {
     margin-bottom: -5px !important;
}

.SMSpOrderQuantity {
    width: 100% !important;
}
	
/*PRODUCT CARDS FULL SCREEN END*/

.header-height {
    min-height: 300px;
}
	
.obj-container {
    height: 300px !important;
    min-width: 375px !important;
}
	
.obj-img-container img[class^="dx"] {
    max-width: none !important;
    width: auto;
    height: 300px;
}

.HlProductDetails {
    margin-top: 40px;
}

.grid_price_footer {
        height: 0px !important;
        margin-top: 80px;
    }
	
.fb-widget-placement {
	margin: 50px 0px 50px 0px;
}

.display-mobile {
	display: none;
}

#bannerTop {
    margin-top: -50px !important;
}

#header {
    height: 100px !important;
}

.dxp-pageSizeItem label {
    display: none;
}	

.dxpLite_Metropolis .dxp-pageSizeItem {
    display: none;
}
	
.extraHeaderHtmlBlock {
    margin-left: 85px !important;
}
	
.headerLogo {
    width: 250px !important;
    margin-top: 10px !important;
    margin-left: 40px !important;
}
	
/*EINDE*/	
}
		
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/	

#ContentPlaceHolder1_GvFavourites .centerSpin {
    width: 90px !important;
}

.centerSpin {
    width: 120px !important;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-row: 1fr;
    gap: 12px; /* optioneel */
    width: 100%;
}

.padding-cell {
	padding: 20px;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 td:first-child {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 .dx-ellipsis {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    display: block !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 > table {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 table table {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_col1 {
    width: 70px !important;
}

#ContentPlaceHolder1_ctl00_CbPnlProductcomplete_GvProductOrderedHistoryInMonths_DXMainTable tr td:nth-child(2) {
    width: 70px !important;
}

.dxeButtonEditButton_Metropolis {
    padding: 10px !important;
    background: #e56a25;
	color: white !important;
}

.easyorder-toolbar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
	
.container-2-columns-header {
    grid-template-columns: 1fr;
}

.mainmenu__hamburger-button {
    background-color: #ffffff !important;
    margin-top: -5px;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #e56a25 !important;
}

#header {
    z-index: 700 !important;
}

#bannerTop {
    z-index: 800 !important;
}

/*PRODUCT CARDS FULL SCREEN*/

.UnitStyleProductGridNew {
	margin-left: 158px;
}

.ProductCard .dxeValidDynEditorTable {
	margin-right: 5px;
}

.SMgrid_price_view table[style="float: right;"] {
	margin-top: -55px;
}

.favourite {
    margin-top: 75px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 250px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -45%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}

.grid_item_responsive {
    max-width: 50% !important;
    min-width: 163px !important;
}
	
.LblOverviewProductName span {
    font-size: 16px !important;
}	

.grid_price_view {
    width: 100% !important;
}

.grid_price_footer {
    height: 0px !important;
    margin-top: 80px;
}

/*.FooterRow {
    margin-top: -10px !important;
}*/

.LblProductPrice, .LblPriceVat {
     margin-bottom: -5px !important;
}

.SMSpOrderQuantity {
    width: 100% !important;
}
	
/*PRODUCT CARDS FULL SCREEN END*/

.header-height {
    min-height: 300px;
}
	
.obj-container {
    height: 300px !important;
    min-width: 375px !important;
}
	
.obj-img-container img[class^="dx"] {
    max-width: none !important;
    width: auto;
    height: 300px;
}

.HlProductDetails {
    margin-top: 40px;
}

.grid_price_footer {
        height: 0px !important;
        margin-top: 80px;
    }
	
.fb-widget-placement {
	margin: 50px 0px 50px 0px;
}

.display-mobile {
	display: none;
}

#bannerTop {
    margin-top: -50px !important;
}

#header {
    height: 100px !important;
}

.dxp-pageSizeItem label {
    display: none;
}	

.dxpLite_Metropolis .dxp-pageSizeItem {
    display: none;
}
	
.extraHeaderHtmlBlock {
    margin-left: 85px !important;
}
	
.headerLogo {
    width: 250px !important;
    margin-top: 10px !important;
    margin-left: 40px !important;
}

/*EINDE*/	
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*START*/	

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-row: 1fr;
    gap: 12px; /* optioneel */
    width: 100%;
}

.header-height {
    min-height: 300px;
}

.padding-cell {
	padding: 20px;
}

.minHeightcell {
	width: 200px !important;
	min-width: 200px !important;
	max-width: 200px !important;
}

#ContentPlaceHolder1_GvFavourites .centerSpin {
    width: 90px !important;
}

.centerSpin {
    width: 120px !important;
}

.dxeButtonEditButton_Metropolis {
    padding: 10px !important;
    background: #e56a25;
	color: white !important;
}

.easyorder-toolbar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.container-2-columns-header {
    grid-template-columns: 1fr;
}

.mainmenu__hamburger-button {
    background-color: #ffffff !important;
    margin-top: -2px;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #e56a25 !important;
}

#header {
    z-index: 700 !important;
}

#bannerTop {
    z-index: 800 !important;
}

.UnitStyleProductGridNew {
	margin-left: 176px;
}

/*PRODUCT CARDS FULL SCREEN*/

.ProductCard .dxeValidDynEditorTable {
	margin-right: 5px;
}

.SMgrid_price_view table[style="float: right;"] {
	margin-top: -55px;
}

.favourite {
    margin-top: 95px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 250px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -40%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}

.grid_item_responsive {
    max-width: 50% !important;
    min-width: 203px !important;
}

.LblOverviewProductName span {
    font-size: 16px !important;
}

.grid_price_view {
    width: 100% !important;
}
.grid_price_footer {
    width: 100% !important;
}

.LblProductPrice, .LblPriceVat {
     margin-bottom: -5px !important;
}

.SMSpOrderQuantity {
    width: 100% !important;
}
	
/*PRODUCT CARDS FULL SCREEN END*/

.HlProductDetails {
    margin-top: 40px;
}

.grid_price_footer {
    height: 0px !important;
	margin-top: 80px;
}
	
.fb-widget-placement {
	margin: 50px 0px 50px 20px;
}

.display-mobile {
	display: none;
}
	
.obj-container {
    height: 300px !important;
    min-width: 426px !important;
}
	
.obj-img-container img[class^="dx"] {
    max-width: none !important;
    width: auto;
    height: 300px;
}

#header {
    height: 100px !important;
}

#bannerTop {
    margin-top: -50px !important;
}

.dxp-pageSizeItem label {
    display: none;
}

.dxpLite_Metropolis .dxp-pageSizeItem {
    display: none;
}

.extraHeaderHtmlBlock {
    margin-left: 120px !important;
    margin-top: -26px;
}

.headerLogo {
    width: 250px !important;
    margin-top: 10px !important;
    margin-left: 60px !important;
}

/*EINDE*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*START*/	

.obj-container {
    min-width: 256px !important;
}

.padding-cell {
	padding: 40px;
}

.header-height {
    min-height: 420px;
}

/*PRODUCTCARDS*/

.ProductCard {
    padding: 0px;
}
	
.ProductCard .dxeButtonEdit {
    width: 100px !important;
	margin-right: 2px;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; /* optioneel */
    width: 100%;
}

/*PRODUCTCARDS END*/

/*HEADER MENU*/

.dxm-hovered {
    border-color: transparent !important;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #e56a25 !important;
}

.mainmenu__hamburger-button {
    background-color: #ffffff !important;
    margin-top: 5px;
}

.headerLogo {
    width: 300px !important;
    margin-left: -620px;
    margin-top: 20px;
}
	
.panel_header {
    height: 0px !important;
}

.menuSearch {
    width: 700px;
    margin-left: 340px;
}

/*HEADER MENU END*/

.container-2-columns-header {
    grid-template-columns: 1fr;
}
	
.ProductCard .dxeButtonEdit {
    border-spacing: 0px !important;
    border: none;
    background: #f0f0f0;
    width: 125px !important;
}

.fb-widget-placement {
	margin: 50px 0px 50px 196px;
}

#header {
    height: 100px !important;
}

#bannerTop {
    margin-top: -100px !important;
}

.extraHeaderHtmlBlock {
    margin-left: 36% !important;
    margin-top: -40px;
}

.panel_header {
    height: 100px !important;
}

.headerLogo {
    width: 300px !important;
    margin-left: 190px !important;
    margin-top: 10px;
}
	
.SMbackground-image {
    height: 195px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 135%;
    opacity: 1;
    z-index: 0;
	margin-top: -35px;	
}

/*EINDE*/	
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/	

.obj-container {
    min-width: 256px !important;
}

.padding-cell {
	padding: 40px;
}

/*Header sticky*/

#header {
    width: 0px !important;
    z-index: 1010 !important;
}
	
.userMenuHeaderManipulate {
    z-index: 1010;
}

.userMenuHeaderManipulate {
    z-index: 1020;
    position: relative;
}

#bannerTop {
    z-index: 1030 !important;
}
	
.stickyTop {
	display: none !important;
}

.panel_header_top_sub_below {
	position: relative;
	/*z-index: 1010;*/
}

.panel_header {
	position: relative;
}

.panel_header_sub {
    position: sticky;
    top: 0;
    z-index: 800;
}

.headerLogo {
    z-index: 1001;
}

/*Header sticky END*/

/*PRODUCTCARDS*/

    .ProductCard {
        padding: 0px;
    }
	
.ProductCard .dxeButtonEdit {
    width: 100px !important;
	margin-right: 2px;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; /* optioneel */
    width: 100%;
}

/*PRODUCTCARDS END*/

/*HEADER MENU*/

.dxm-hovered {
    border-color: transparent !important;
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:before, .dxmLite.dxm-side-menu-mode .dxm-side-menu-button > div:after {
    background-color: #e56a25 !important;
}

.mainmenu__hamburger-button {
    background-color: #ffffff !important;
    margin-top: -155px;
}

.headerLogo {
    width: 300px !important;
    margin-left: -620px;
    margin-top: 20px;
}
	
.panel_header {
    height: 0px !important;
}

.menuSearch {
    width: 700px;
    margin-left: 340px;
}

/*HEADER MENU END*/

#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.container-2-columns-header {
    grid-template-columns: 1fr 2fr;
}

.fb-widget-placement {
	margin: 50px 0px 50px 324px;
}

.height-320 {
	height: 320px; 
}

#bannerTop {
    margin-top: -40px;
}

.SMproductDetailsContainer {
    width: 100% !important;
}

.softmaat-container-resp-adapt {
    padding-left: 110px !important;
}

.contentblock.generalInformation, .contentblock.SMcontentblock {
    width: 275px !important;
	margin-left: 15px;
}

.UserSummaryContainer {
    max-width: unset !important;  
    float: left !important;
    width: 581px !important;
}

.grid_item_responsive {
    max-width: 32.5% !important;
}

.extraHeaderHtmlBlock {
	margin-left: 210px !important;
    margin-top: -79px;
}

    .headerLogo {
        width: 300px !important;
        margin-left: -150px !important;
        margin-top: -15px;
    }

.panel_header {
    height: 100px !important;
}

	.SMbackground-image {
		height: 195px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 110%;
		opacity: 1;
		z-index: 0;
			margin-top: -35px;	
	}

/*EINDE*/	
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {	
/*START*/	

.obj-container {
    min-width: 256px !important;
}

.padding-cell {
	padding: 40px;
}

/*Header sticky*/

#header {
    width: 0px !important;
    z-index: 1010 !important;
}
	
.userMenuHeaderManipulate {
    z-index: 1010;
}

.userMenuHeaderManipulate {
    z-index: 1020;
    position: relative;
}

#bannerTop {
    z-index: 1030 !important;
}
	
.stickyTop {
	display: none !important;
}

.panel_header_top_sub_below {
	position: relative;
	/*z-index: 1010;*/
}

.panel_header {
	position: relative;
}

.panel_header_sub {
    position: sticky;
    top: 0;
    z-index: 800;
}

.headerLogo {
    z-index: 1001;
}

/*Header sticky END*/

/*PRODUCTCARDS*/

/*#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable table[style="float: right;"] {
	margin-top: -50px;
}*/

    .ProductCard {
        padding: 0px;
    }
	
.ProductCard .dxeButtonEdit {
    width: 100px !important;
	margin-right: 2px;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable td:has(> .dxbplc){
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; /* optioneel */
    width: 100%;
}

/*PRODUCTCARDS END*/

/* HEADER MENU */

#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.container-2-columns-header {
    grid-template-columns: 1fr 2fr;
}

.SbBorderBox {
    border-color: #e56a25 !important;
    border-width: 1px;
    margin-top: -50px;
}

.userMenuHeaderManipulate {
    margin-top: -30px !important;
}

.fb-widget-placement {
	margin: 50px 0px 50px 452px;
}

#bannerTop {
    margin-top: 10px;
}

.grid_item_responsive {
    max-width: 24.4% !important;
}

.extraHeaderHtmlBlock {
margin-left: 40% !important;
    margin-top: -83px;
}

/*HEADER MENU*/

.headerLogo {
    width: 300px !important;
    margin-left: -620px;
    margin-top: 20px;
}
	
.panel_header {
    height: 0px !important;
}

.menuSearch {
    width: 700px;
    margin-left: 340px;
}

/*HEADER MENU END*/

	#headerMenu {	
		background-color: #6b5b6c;	
		min-height: 48px;				
	}	
	

.SMbackground-image {
		height: 250px;
		position: absolute;
		background-repeat: no-repeat;
		background-size: 100%;
		opacity: 1;
		z-index: 0;
		margin-top: -35px;	
	}

.ProductsOverview__LeftPanelFilter {
    max-width: 230px;
}	

/*EINDE*/
}	

@media only screen and (min-width: 1500px) {	
/*START*/	

.FooterRow {
	height: 60px;
}

.headerMenuNew {
    display: grid !important;
    justify-content: center;
    grid-template-columns: 1fr;
}
	
.menuSearch {
    order: 2;
}
	
.headerMenuNew .pnlSearch {
    width: unset !important;
    margin-right: unset !important;
    float: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.noviteiten-img {
	max-height: 250px !important;
}

.Productdetail_ProductDescriptionContainer h1 span {
	font-size: unset !important;
	font-weight: 800;
}

.dxgvTable_Metropolis {
    font-size: 18px;
}

.productDetails span, .product-details-seperator {
    font-size: 18px !important;
    font-family: 'Lora';
	line-height: 1.5em;
}

.Productdetail_ProductImage {
    margin-top: -7%;
}
	
.Productdetail_ProductDescriptionContainer {
    width: 50%;
    margin-left: 50%;
}
	
.obj-img-container img[class^="dx"] {
    margin-top: -21px !important;
}

/*Header sticky*/

#header {
    width: 0px !important;
    z-index: 1010 !important;
}
	
.userMenuHeaderManipulate {
    z-index: 1010;
}

.userMenuHeaderManipulate {
    z-index: 1020;
    position: relative;
}

#bannerTop {
    z-index: 1030 !important;
}
	
.stickyTop {
	display: none !important;
}

.panel_header_top_sub_below-correction {
	width: 1500px;
}

.panel_header_top_sub_below-correction {
    margin-top: 16px;
    z-index: 10000;
    position: relative;
}

.userMenu {
    margin-top: 125px;
}

.panel_header_top_sub_below {
	position: relative;
}

.panel_header {
	position: relative;
}

.panel_header_sub {
    position: sticky;
    top: 20px;
    z-index: 800;
}

.headerLogo {
    z-index: 1001;
}

/*Header sticky END*/

/*PRODUCTCARDS*/

div[style="height: 15px; width: 100%; float: left;"] {
    display: none !important;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable table[style="float: right;"] {
	margin-top: -50px;
}

    .ProductCard {
        padding: 0px;
    }
	
.ProductCard .dxeButtonEdit {
    width: 90px !important;
}

/*PRODUCTCARDS END*/

/* HEADER MENU */

#headerMenuNew .dx.dxm-image-l.dxm-noImages{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; /* elke <li> even breed */
  gap: 0;                /* of bv 8px */
}

#headerMenuNew .dxm-spacing{
    display:none;
}

#headerMenuNew .dxm-item,
#headerMenuNew .dxm-content,
#headerMenuNew .dxm-contentText{
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto;
    padding: 2px 0px;
}

.dxmLite .dxm-main .dxm-selected,
.dxmLite .dxm-main .dxm-hovered {
    border-bottom: black 2px solid !important;
}

.dxm-item.sm-mainmenu__rootitem.dxm-noSubMenu, .sm-mainmenu__rootitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

/* HEADER MENU END */

#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.container-2-columns-header {
    grid-template-columns: 1fr 2fr;
}
	
.EasyOrder_ProductList {
    width: 1500px !important;
}

.userMenuHeaderManipulate {
    margin-right: 210px;
}

.panel_header {
    position: sticky;
    z-index: 802;
    top: 0;
}

.dxdvItem, .dxdvBreakpointsItem, .dxdvFlowItem {
    border: 0px solid #A8A8A8 !important;
}

/*SUPERGROEPEN*/	

.dxdvFlowItemsContainer td:first-child {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding-left: 100px;
}

.obj-container {
	height: 400px !important;
	min-width: 270px !important;
	box-shadow: 5px 5px 10px #00000005;
}
	
/*SUPERGROEPEN END*/

.intro-correction {
	margin-bottom: -750px;
}

.padding-cell {
	padding: 120px 80px;
}

.padding-cell-sm {
	padding: 40px;
}

.padding-cell-intro {
    padding: 80px;
    height: 1000px;
    justify-content: flex-start !important;
}

.h1, h1 {
	font-size: 72px !important;
}

.h2, h2 {
	font-size: 42px !important;
}

.h3, h3 {
	font-size: 32px !important;
}

.h4, h4 {
	font-size: 24px !important;
}

.h5, h5 {
	font-size: 20px !important;
}

.h6, h6 {
	font-size: 16px !important;
}

.landscape {
	width: 0 !important;
}

.fb-widget-placement {
	margin: 50px 0px 50px 562px;
}

.extraHeaderHtmlBlock {
    margin-top: -87px;
    margin-left: 556px !important;
}

.headerLogo {
        height: 75px !important;
        margin-left: 150%;
        margin-top: 5%;
}

.panel_header {
    height: 20px !important;
}

#header {
    height: 100px !important;
}

.SMbackground-image {
    height: 250px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    z-index: 0;
	margin-top: -40px;	
}

.SMColumn {
    box-sizing: border-box;
    width: 68%;
    margin-left: 16%;
    margin-right: 16%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.btn-header-small {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 10px !important;
    margin: 0px !important;
}

.SMProgressBarElement {
    max-width: 16.5% !important;
}

.instagram-media {
	margin: 40px 410px 12px !important;
}

/*EINDE*/
}	
	
/* EINDE CUSTOM AFMETINGEN PER SCHERM FONTSIZE - HOOGTE */

/*----------------------------------------------*/
/*CUSTOM STYLE SHEET------------------*/
/*EINDE--------------------------------------*/
