/*-----------------------------------------------*/
/*CUSTOM STYLE SHEET-----------------------------*/
/*Lowiczanka ---Versie 8-------------------------*/
/*Datum ---2025-11-10----------------------------*/
/*Updated by: FK---------------------------------*/
/*START------------------------------------------*/

/* START NIEUWE AANPASSINGEN ONTWIKKELING*/

.menuSearch {
    z-index: 10000 !important;
}

.dxmLite.dxm-side-menu-mode .dxm-slide-panel {
    background-color: #f80a1d !important;
    border-right: 0px solid #a8a8a8 !important;
    width: 75% !important;
}

.LblOverviewProductName span {
    font-family: raleway;
}

.productNameHolder .LblProductID {
    font-family: raleway;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable .SMHlProductDetailsButton {
    font-family: raleway;
}
	
.sm-mainmenu__rootitem .dxm-content, .sm-mainmenu__submenu, .sm-mainmenu__menuWebLevels, .sm-mainmenu__submenuitem {
    font-weight: 700;
}

/*VERKOOPPUNTEN*/

.customerSellingpointMasterClass .dxbButtonSys.dxbTSys {
    color: white;
    background: #F80A1D;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px;
}

.customerSellingpointMasterClass .buttonHover:Hover {
    background: #fff !important;
    text-decoration: none !important;
    border: 1px solid transparent !important;
}

.customerSellingpointMasterClass .dxcvTable, .dxcvControl .dxcvCSD {
    background-color: #ebebeb !important;
}

.customerSellingpointMasterClass .dxcvEmptyCard {
    font-family: 'Raleway';
    font-size: 16px;
	font-weight: 500;
	background: #cfcfcf !important;
}

#ContentPlaceHolder1_ctl02_ResetCardbutton {
  margin-left: -1215px;
  z-index: 100;
  position: relative;
  margin-top: 85px !important;
}

.customerSellingpointMasterClass .dxcvCard {
    background-color: #bcb1bd !important;
}

.customerSellingpointMasterClass div.dxcvHeader {
    font-family: 'Raleway';
	font-weight: 500;
    font-size: 16px !important;
    background: #F80A1D;
    padding: 10px 25px;
	border: 2px solid #fff;
}

.customerSellingpointMasterClass div.dxcvHeader:hover {
    background: #fff !important;
	color: #F80A1D;
	border: 2px solid #F80A1D;
}

.customerSellingpointMasterClass .dxcvHeader td {
	color: white !important;
}

.customerSellingpointMasterClass .dxcvHeader:hover td {
  color: #F80A1D !important;
}

.fieldsetSettingsRight {
    min-width: unset !important;
    padding: 30px !important;
	border-width: 0 !important;
}

.customerSellingpointMasterClass {
    margin-top: 80px !important;
    margin-bottom: 80px;
}

.fieldsetSettingsHeigthTop {
    min-height: 460px !important;
    background: #EBEBEB;
}

.fieldsetSettingsLeft {
    border-width: 0px !important;
    margin-right: 0px !important;
	min-width: 910px !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;
    border: 1px solid #9f9f9f;
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 5px;
}

/*VERKOOPPUNTEN END*/

.logohover {
  filter: sepia(1) saturate(0) hue-rotate(20deg);
}

.logohover:hover {
  filter: unset;
}

#SbBorderBox .dxeNullText .dxeEditArea, .dxeNullText .dxeMemoEditArea {
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway' !important;
    margin-left: 10px;
}

#SbBorderBox .SearchBox input {
	color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Raleway' !important;
    margin-left: 10px;
}

.BtnSearch {
    border-radius: 0 25px 25px 0;
}
	
.dxeTextBox .dxeEditArea {
    background-color: transparent !important;
}

.SearchBox {
    background: transparent !important;
}
	
.menuSearch {
        height: 70px;
    }
	
.SbBorderBox {
    border-radius: 25px;
    border-color: #000 !important;
    outline: solid 2px black;
    outline-offset: 2px;
	box-shadow: 0 0 0 4px white;
	background-color: transparent !important;
}

.width50 {
    font-family: 'Raleway';
}

.ProductAnchorLandingAHref {
    font-size: 2em !important;
    font-weight: bold !important;
    color: #f80a1d !important;
    font-family: 'Raleway';
}

.ProductDescriptionLabel {
    font-weight: 900 !important;
    font-family: 'Raleway';
}
	
.Productdetail_freefields {
    font-size: 16px;
	font-family: 'Raleway';
}

.image-cell {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.image-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(248, 10, 29, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.image-cell:has(a:hover)::after {
  background-color: rgba(248, 10, 29, 0.5); 
}

/* Zorg dat tekst en knoppen boven de overlay blijven */
.image-cell p,
.image-cell a {
  position: relative;
  z-index: 2;
}

.header-height {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.header-height::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(248, 10, 29, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.header-height:has(a:hover)::after {
  background-color: rgba(248, 10, 29, 0.5); 
}

/* Zorg dat tekst en knoppen boven de overlay blijven */
.header-height p,
.header-height a,
.header-height h2 {
  position: relative;
  z-index: 2;
}

.rcrumbs {
    background-color: transparent !important;
    font-family: 'Raleway';
    font-weight: bold;
}

.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;
}

.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;
}

.dxmLite .dxm-popup {
    border: 0px solid transparent !important;
	font-size: 16px !important;
}

.SMHlProductDetailsButton {
	border-radius: 5px;
    border: 2px #f80a1d solid;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#ContentPlaceHolder1_ProductCards_PnlProducts_ProductsCardView_DXMainTable .SMHlProductDetailsButton:hover {
	background: white !important;
    border: 2px #f80a1d solid;
	color: #f80a1d !important;
	text-decoration: none !important;
}

.ProductCard {
	padding: 20px;
}

.dxcvBreakpointsCard_Metropolis {
    border-radius: 10px;
}

/*NIEUWE INLOG*/

.dxbButton {
	color: unset !important;
}

.loginBox {
	min-height: 350px !important;
}

#ContentPlaceHolder1_PnlLoginInfo {
	padding: 20px;
}

.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;
	border: 2px solid #f80a1d !important;
	color: white !important;
}

button#ContentPlaceHolder1_LoginBox_LoginButton:hover {
    background: white !important;
	text-decoration: none !important;
	border: 2px solid #f80a1d !important;
	color: #f80a1d !important;
}

#ContentPlaceHolder1_LoginBox_LoginButton.SMLoginButton:hover {
    color: #f80a1d !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: #f80a1d !important;
}

#ctl00_ContentPlaceHolder1_LoginBox_ASPxBtnForgotPassword span:hover {
	color: black !important;
}

.button {
	font-family: raleway !important;
	font-size: 16px !important;
	border: 2px solid #f80a1e;
}

.buttonHover:hover {
	background: white !important;
	text-decoration: none !important;
	border: 2px solid #f80a1e;
}

.buttonHover span {
	text-decoration: none !important;
	color: #f80a1e !important;
}

.SMLoginButton {
    border-color: transparent !important;
}

#ContentPlaceHolder1_LoginBox_LoginButton span {
	font-size: 20px;
    font-family: Raleway;
    font-weight: 700;
}

#ContentPlaceHolder1_BtnAddCustomer span {
	font-size: 20px;
    font-family: Raleway;
    font-weight: 500;
}

.labelForm {
    margin-top: 10px;
}

.pnlLogin, .PnlAddCustomer  {
    padding: 20px !important;
}

.dxeBase.header {
	font-size: 32px;
	color: #f80a1d;
	font-weight: 700;
	font-family: Raleway;
}

.loginBox {
    width: 100% !important;
}
	
#ContentPlaceHolder1_loginHolder {
    display: grid;
}
	
/*NIEUWE INLOG EIND*/

.SMlblSupergroupDescription {
    font-size: 18px !important;
    margin-top: 40px !important;
    background: #f80a1d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white !important;
    border-radius: 5px;
	border: 2px solid #f80a1d;
}

.SMlblSupergroupDescription:hover {
    background: white;
    color: #f80a1d !important;
	border: 2px solid #f80a1d;
}
	
.obj-container {
    min-width: 300px !important;
    margin-left: 0px !important;
    margin-right: 0% !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
	
.sm-mainmenu__rootitem {
	padding: 0 10px;
}

.slider_gallery {
    padding-left: 0;
}

.bx-wrapper .bx-viewport {
    border: solid #fff 0px !important;
}
	
.panel_footer_sub {
    background: white;
}

.headerMenuNew {
     justify-content: flex-end !important;
}
	
.userMenu {
	margin-top: 120px;
}

.landscape {
	height: 0;
}

.padding-height {
	padding: 40px 0px;
}

.padding-cell-sm {
	padding: 0px 20px !important;
}

.SMonderMenuExtraText {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffffff;
	display: none;
}

.masterContainer {
    padding: 0 !important;
}

.contentblock {
   float: unset !important; 
}

.top_content {
    padding-bottom: 0px !important;
}

.SMadTitleWidget {
    margin-top: unset !important; 
}

.SMAdWidgetHolder {
    height: 716px !important;
    margin-top: unset !important; 
}

.loginBoxHolder {
    display: table;
}

.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;
}

.textboxForm {
    color: black !important;
}

.BackgroundContentBox {
	float: left;
	background-color: transparent;
	padding: 25px 0 25px 0;
}

.btn-header {
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 20px !important;
    margin: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white !important;
    min-width: 160px;
}

.btn-header-small {
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none !important;
	padding: 20px !important;
	margin: 0px !important;
}

.btn-header-color-white {
	background: #f80a1d;
	border: 2px solid #fff;
	color: white !important
}

.btn-header-color-white:hover {
	background: white !important;
	border: 2px solid #F80A1D !important;
	color: #f80a1d !important;
}

.btn-header-color {
	background: #F80A1D;
	border: 2px solid #F80A1D;
}

.btn-header-color:hover {
	background: #fff;
	border: 2px solid #F80A1D;
	color: #F80A1D !important;
}

.btn-discover:hover {
	background-color: #F80A1D !important;
	  filter: grayscale(30%);
}

.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: 16px;
	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: 1px !important;
	margin: 0px !important;
}
	
.btn-discover:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
	background-color:transparent;
}	

.btn-primary {
    color: #fff;
    background-color: #F80A1D !important;
    border-color: #F80A1D !important;
}

.btn-primary:hover{
	background-color: #F80A1D !important;
	border-color: #F80A1D !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway' !important;
}

.h1, h1 {
	font-weight: 900;
	font-size: 60px;
	letter-spacing: 1px;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	font-weight: 700;
	letter-spacing: 1px;
}

.p, p {
    font-family: 'Raleway' !important;
	font-size: 18px;
}

.SMmnHeadMenuItem {
    font-family: 'Raleway' !important;
}

/*NIEUW MENU*/

.TreeViewProductGroups li ul {
    border-top: solid 3px transparent !important;
    border-bottom: solid 2px transparent !important;
}

.TreeViewProductGroups li ul li ul {
    border-top: solid 2px transparent !important;
    border-bottom: transparent !important;
}

.dx-vam {
    font-family: Raleway !important;
}

.BtnMoreInfoClickDescription span, .SgNodeSelected span {
    text-decoration: none !important;
}

.dxtv-subnd .SgNodeHover {
    border-bottom: solid 1px transparent !important;
}

.dxtv-subnd .dxtv-subnd .SgNodeHover, .dxtv-subnd .dxtv-subnd .SgNodeSelected {
    border-bottom: solid 1px transparent !important;
}

.SgNodeHover span {
    color: #8A8B8C !important;
	text-decoration: none !important;
}

.SgTreeNode {
    border-bottom: solid 1px transparent !important;
}

/*EINDE NIEUW MENU*/


.item_bg_image {
    height: 290px !important;
}

.SMmnHeadMenuItem:hover {
	color: #ee6c0e !important;
}

.dxtc-activeTab span {
    color: white !important;
}

.LblProductDescriptionFull {
		font-family: Arial, Raleway, sans-serif !important;
    font: 14px Tahoma, Geneva, sans-serif !important;
}

	.footer-min-width-per-column {
		font-family: Arial, Raleway, sans-serif !important;
	}

.SMBtnOrderAndFinishBottomAdd {
	padding: 5px !important;
    font-size: 16px !important;
    border-radius: 4px;
}

.dxdvBreakpointsItem_Metropolis:hover   {
  transform: scale(1.02); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border: 1px !important;
  border-style: solid !important;
  border-color: #cd151e !important;
}

.SalesAdvicePriceHolder {
    padding-left: 9px;
    color: black;
    background: transparent;
    height: 21px;
}

.button, .viewProductHolder, .EditCartBtn, .FinishOrderBtn, .LbtnOrderMyProductsCss, .BtnBackToLogin, .PasswordBtnCss, .ChangePasswordButtonStyleCss, .ASPxBtnForgotPassword, .LbtnLoginInfo, .LoginBtnCssNewCustomer, .LoginBtnCss, .slideCaptionTextHolder div, .AdViewBtn, .BtnAddUser, .BtnAddUser tr td, .BtnOrderProductGrid tr td, .HlProductDetails, a.HlSummaryLoginBtns:hover, a.HlSummaryLoginBtns:visited {
    background-color: #701a1b !important;
}

.SMpanel_header_top_sub {
    background-color: #fff !important;
    justify-content: center;
    padding-bottom: 15px;
}

.panel_header_top_sub_below {
    background: black;
}

.panel_header_top_sub_below-correction {
	margin-top: -43px;
}

	.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: 16px;
		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;
	}	

	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: #D605b5b;
		font-family: Raleway, sans-serif !important;
		font-size: 20px !important;
		margin-top: 36px;
		margin-bottom: 14px;
	}

	.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;
		text-transform: uppercase;
	}

	.SMHideUnhidecontactBlock{
		display:none !important;
	}

	.mediaTextHolder {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
	}		
	
	.nav-side-menu ul, .nav-side-menu li {
		background: white;
	}

	.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
		background: white;
	}

	.nav-side-menu li:hover {
		background-color: #f2eded !important;
		color: white !important;
	}	
	
	.productNameHolder .LblProductID {
	padding: 5px 0px 3px;
	width: 100%;
	word-wrap: break-word;
	}
	
	.SMfloat {
		float: left !important;
	}	
		
	.SMProductDetailDescriptionLabel{
		font-size: 30px !important;
    font-family: Arial, Raleway, sans-serif;
		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*/	

.PopUpShoppingCartWidget {
    width: 320px;
}

/*WINKELWAGEN POPUP END*/

.SMpanel_header_top_sub {
    height: 90px !important;
}
	
.ProductCard .dxeButtonEdit {
	width: 100px !important;
}

.stickyTopSearchPanel .BtnSearch {
    height: 39px;
	margin-top: 0 !important;
}

#center, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content {
        padding: 0px !important;
    }
	
#SearchImgBtn {
	border: unset !important;
}

.mainmenu__hamburger-button {
    top: 235px !important;
}

.panel_header_top_sub_below {
	height: 140px;
}

.extraHeaderHtmlBlock {
    margin-left: 0px !important;
    margin-top: -120px;
}

.panel_header_top_sub_below-correction {
    width: 375px;
}

.SMpanel_header_top_sub {
    height: 90px;
}

.userMenuHeaderManipulate {
    margin-top: 150px;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    background: transparent;
}

/*PRODUCT CARDS FULL SCREEN*/

.dxeButtonEditSys [class*="dxeSpinDecButton"], .dxeButtonEditSys [class*="dxeSpinIncButton"] {
    background: #f80a1d;
    padding: 10px 10px;
    margin: 0;
}

.grid_price_view.SMgrid_price_view .dxeValidDynEditorTable td.SpinButtons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;	
}

.favourite {
    margin-top: 115px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 300px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -65%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}
	
/*PRODUCT CARDS FULL SCREEN END*/
	
.dxdvFlowItemsContainer {
    width: 320px !important;
}

.LowiczankatekstblokOnder {
position: relative;
    display: inline-block;
    width: 375px;
	text-align: center;
} 

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

.headerLogo {
    width: 100px;
    margin-top: 65px;
    margin-left: 130px !important;
}
	
	.SMbackground-image {
		display: none;
	}	
	
/*EINDE*/	
}	
	
@media only screen and (min-width: 375px) and (max-width: 413px) {
/*START*/	

/*WINKELWAGEN POPUP*/

.PopUpShoppingCartWidget {
    width: 375px;
}

/*WINKELWAGEN POPUP END*/


.ProductCard .dxeButtonEdit {
	width: 100px !important;
}

.stickyTopSearchPanel .BtnSearch {
    height: 39px;
	margin-top: 0 !important;
}

#center, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content {
        padding: 0px !important;
    }
	
#SearchImgBtn {
	border: unset !important;
}

.mainmenu__hamburger-button {
    top: 235px !important;
}

.panel_header_top_sub_below {
	height: 140px;
}

.extraHeaderHtmlBlock {
    margin-left: 0px !important;
    margin-top: -120px;
}

.panel_header_top_sub_below-correction {
    width: 375px;
}

.SMpanel_header_top_sub {
    height: 90px;
}

.userMenuHeaderManipulate {
    margin-top: 150px;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    background: transparent;
}

/*PRODUCT CARDS FULL SCREEN*/

.dxeButtonEditSys [class*="dxeSpinDecButton"], .dxeButtonEditSys [class*="dxeSpinIncButton"] {
    background: #f80a1d;
    padding: 10px 10px;
    margin: 0;
}

.grid_price_view.SMgrid_price_view .dxeValidDynEditorTable td.SpinButtons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;	
}

.favourite {
    margin-top: 115px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 300px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -65%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}
	
/*PRODUCT CARDS FULL SCREEN END*/
	
.dxdvFlowItemsContainer {
    width: 375px !important;
}

.LowiczankatekstblokOnder {
position: relative;
    display: inline-block;
    width: 375px;
	text-align: center;
} 

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

.headerLogo {
    width: 100px;
    margin-top: 65px;
    margin-left: 130px !important;
}
	
	.SMbackground-image {
		display: none;
	}	

/*EINDE*/	
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
/*START*/	

/*WINKELWAGEN POPUP*/

.PopUpShoppingCartWidget {
    width: 414px;
}

/*WINKELWAGEN POPUP END*/

.ProductCard .dxeButtonEdit {
	width: 100px !important;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    background: transparent;
}

.dxeButtonEditSys [class*="dxeSpinDecButton"], .dxeButtonEditSys [class*="dxeSpinIncButton"] {
    background: #f80a1d;
    padding: 10px 10px;
    margin: 0;
}

.grid_price_view.SMgrid_price_view .dxeValidDynEditorTable td.SpinButtons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;	
}

.favourite {
    margin-top: 115px;
    left: 0px !important;
}

.image_cutter {
    max-height: 200px !important;
}

.item_holder {
    height: 110px !important;
}

.ProductCard {
        height: 300px !important;
    }
	
.FooterRow {
     height: 60px !important;
}

.item_bg_image {
    height: 120px !important;
}

.productNameHolder {
    width: 50% !important;
    margin-left: 45%;
    margin-top: -58%;
}

.imageWrap img {
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin-left: 0 !important;
}

.dxbplc {
    min-width: 100% !important;
}

.stickyTopSearchPanel .BtnSearch {
    height: 39px;
	margin-top: 0 !important;
}

.stickyTopSearchPanel {
    margin-top: -50px !important;
}
	
#center, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content {
        padding: 0px !important;
    }
	
#SearchImgBtn {
	border: unset !important;
}

.mainmenu__hamburger-button {
    top: 185px !important;
}

#userMenuHeaderManipulate {
        margin-top: 100px !important;
    }
	
.panel_header_top_sub_below {
	height: 90px;
}

.extraHeaderHtmlBlock {
    margin-left: 0px !important;
	margin-top: -90px;
}

.panel_header_top_sub_below-correction {
    width: 414px;
}

.SMpanel_header_top_sub {
    height: 90px;
}

.dxdvFlowItemsContainer {
    width: 414px !important;
}

.LowiczankatekstblokOnder {
position: relative;
    display: inline-block;
    width: 414px;
	text-align: center;
} 

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}
	
.headerLogo {
        width: 110px;
        margin-top: 55px;
        margin-left: 150px !important;
    }
	
	.SMbackground-image {
		display: none;
	}

/*EINDE*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*START*/	

.stickyFloatLeft {
    margin-top: -75px !important;
}

.userMenu {
    margin-top: 0px !important;
}

.panel_header_top_sub_below-correction {
    margin-top: -55px !important;
}

.stickyTopSearchPanel .BtnSearch {
    height: 39px;
	margin-top: 0 !important;
}

.stickyTopSearchPanel {
    margin-top: -30px !important;
}
	
#center, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content {
        padding: 0px !important;
    }
	
#SearchImgBtn {
	border: unset !important;
}

.mainmenu__hamburger-button {
    top: 125px !important;
}

#userMenuHeaderManipulate {
        margin-top: 80px !important;
    }

.panel_header_top_sub_below {
	height: 60px;
}

.extraHeaderHtmlBlock {
    margin-left: 0px !important;
}

.panel_header_top_sub_below-correction {
    width: 768px;
}

.SMpanel_header_top_sub {
    height: 60px;
}

.dxdvFlowItemsContainer {
    width: 768px !important;
}

.LowiczankatekstblokOnder {
position: relative;
    display: inline-block;
    width: 768px;
	text-align: center;
}

.YoutubeWidth {
    width: 100% !important;
    height: 315px !important;
}	

    .headerLogo {
        width: 120px;
        margin-top: 40px;
        margin-left: 320px !important;
    }

	.SMbackground-image {
		margin-top: -29px;
		max-width: 287px;
	}
		
/*EINDE*/	
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*START*/	

.stickyTop .stickyTopRightAligner {
        margin-top: -55px !important;
    }
	
.stickyFloatLeft {
    margin-top: -50px !important;
}

.userMenu {
    margin-top: 0px !important;
}

.panel_header_top_sub_below-correction {
    margin-top: -55px !important;
}

.stickyTopSearchPanel .BtnSearch {
    height: 39px;
	margin-top: 0 !important;
}

.stickyTopSearchPanel {
    margin-top: -50px !important;
}
	
#center, #ContentPlaceHolder1_top_content, #ContentPlaceHolder1_left_content {
        padding: 0px !important;
    }
	
#SearchImgBtn {
	border: unset !important;
}

.mainmenu__hamburger-button {
    top: 125px !important;
}

#userMenuHeaderManipulate {
        margin-top: 60px !important;
    }

.panel_header_top_sub_below {
	height: 60px;
}


.extraHeaderHtmlBlock {
    margin-left: 0px !important;
}

.panel_header_top_sub_below-correction {
    width: 1024px;
}

.SMpanel_header_top_sub {
    height: 60px;
}

#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.dxdvFlowItemsContainer {
    width: 1024px !important;
}

.LowiczankatekstblokOnder {
	position: relative;
    display: inline-block;
    width: 1024px;
	text-align: center;
}

.YoutubeWidth {
    width: 100% !important;
}	

.grid_item_responsive {
    max-width: 32.5% !important;
}

    .headerLogo {
        width: 100px;
        margin-top: 25px;
        margin-left: 450px !important;
    }
	
	.SMbackground-image {
		margin-top: -18px;
		max-width: 287px;
	}

/*EINDE*/	
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {	
/*START*/

/*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*/

.panel_header_top_sub_below {
	height: 60px;
}

.extraHeaderHtmlBlock {
    margin-left: -640px !important;
}

.panel_header_top_sub_below-correction {
    width: 1280px;
}

.SMpanel_header_top_sub {
    height: 60px;
}
	
#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.dxdvFlowItemsContainer {
    width: 1280px !important;
}

.masterContainer {
    min-height: 526px;
}

.LowiczankatekstblokOnder {
position: relative;
    display: inline-block;
    width: 1280px;
	text-align: center;
	margin-top: -9px;
}

.YoutubeWidth {
    width: 560px !important;
    height: 315px !important;
}	

.grid_item_responsive {
    max-width: 24.4% !important;
}

.headerLogo {
    width: 86px !important;
    margin-top: -35px;
}

	
	.SMbackground-image {
		margin-top: -21px;
		max-width: 314px;
		margin-left: 50px;
	}
	

.panel_header_top_sub {
     height: 40px;
}
	
/*EINDE*/
}	

@media only screen and (min-width: 1500px) {	
/*START*/	

.userMenu {
    margin-top: 120px !important;
}

/*Header sticky*/

#header {
    width: 0px !important;
    z-index: 1010 !important;
}
	
.userMenuHeaderManipulate {
    z-index: 1010;
}

.userMenuHeaderManipulate {
    z-index: 1020;
    position: relative;
}

#bannerTop {
    z-index: 10300 !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*/

.panel_header_top_sub_below {
	height: 60px;
}

.SMpanel_header_top_sub {
    height: 60px;
}

.headerMenuNew .pnlSearch {
    width: 232px !important;
}

.userMenu {
    margin-right: 220px;
}

.panel_header_top_sub_below-correction {
    width: 1500px;
}

.dxgvTable_Metropolis {
    font-size: 16px;
    font-family: 'Raleway';
}

.Productdetail_freefields {
    margin-left: -40px;
}
.Productdetail_ProductImage {
    margin-top: -10%;
}

.product-header-horizontal {
    margin-left: 50%;
    padding: 0 !important;
}
	
.ProductDescriptionLabel {
    width: 50%;
    margin-left: 50%;
}

.panel_header_sub {
    height: 80px;
}

#ContentPlaceHolder1_loginHolder {
    grid-template-columns: 1fr 1fr;
}

.obj-container {
    height: 300px !important;
}

.dxdvFlowItemsContainer {
    width: 1500px !important;
}

.padding-cell {
	padding: 40px;
}

.masterContainer {
    min-height: 590px;
}

.YoutubeWidth {
    width: 100% !important;
}

.extraHeaderHtmlBlock {
    margin-left: -750px !important;
}

.headerLogo {
    width: 150px !important;
    margin-top: 190px;
    margin-left: 190px;
}

#header {
     height: 100px !important;
}
	
	body, .masterFooter, #footerBar, #footer {
		max-width: 1500px !important;
		margin: auto;
	}
		
	.footer-min-width-per-column {
		min-width: 370px;
	}

	.SMbackground-image {
		margin-top: -25px;
		max-width: 355px;
		margin-left: 50px;
	}
	
/*EINDE*/
}	
	
/* EINDE CUSTOM AFMETINGEN PER SCHERM FONTSIZE - HOOGTE */

/*----------------------------------------------*/
/*CUSTOM STYLE SHEET------------------*/
/*EINDE--------------------------------------*/

