.whitelabel-size-banner2 {
	height: 109px !important;
}

.custom-page-header-banner2.sv-header {
	height: 109px;
}

.custom-page-header-banner2 .mkdf-menu-area,
.custom-page-header-banner2 .mkdf-vertical-align-containers {
	height: 109px !important;
}

.custom-page-header-banner2 .mkdf-vertical-align-containers {
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.custom-banner2-desktop {
	width: 100%;
	height: 109px;
	position: relative;
}

.custom-banner2-navbar {
	height: 109px;
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 15px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px minmax(0, 1fr);
	align-items: center;
}

.custom-banner2-menu {
	min-width: 0;
}

.custom-banner2-menu > ul {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 109px;
}

.custom-banner2-menu-left > ul {
	justify-content: flex-end;
}

.custom-banner2-menu-right > ul {
	justify-content: flex-start;
}

.custom-banner2-menu-right {
	padding-right: 180px;
}

.custom-banner2-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 109px;
	min-width: 0;
}

.custom-banner2-logo img#logoImg {
	display: block;
	max-height: 70px !important;
	max-width: 210px;
	padding: 0 !important;
	object-fit: contain;
}

.custom-page-header-banner2 .custom-banner2-navbar .customMenu > li {
	display: flex;
	align-items: center;
	height: 109px;
	margin: 0 5px;
	top: auto;
}

.custom-page-header.custom-page-header-banner2 .sv-header-cart.mkdf-header-cart svg{
	margin-top: 0px;
}

.custom-page-header-banner2 .custom-banner2-navbar .customMenu > li > a {
	display: flex;
	align-items: center;
	height: 109px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 5px !important;
}

.custom-page-header-banner2 .custom-banner2-navbar .custom-submenu {
	height: auto;
	min-width: 190px;
	padding: 8px 0;
	white-space: normal;
	z-index: 30;
}

.custom-page-header-banner2 .custom-banner2-navbar .custom-submenu li {
	display: block;
	height: auto;
	margin: 0;
}

.custom-page-header-banner2 .custom-banner2-navbar .custom-submenu li a {
	display: block;
	height: auto;
	font-size: 14px;
	line-height: 1.2;
	padding: 8px 14px !important;
	text-transform: none;
}

.custom-banner2-icons {
	display: flex;
	position: absolute;
	top: 0;
	right: 20px;
	width: 110px;
	height: 109px;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	z-index: 20;
}

.custom-banner2-icons .header-logo-container {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.custom-page-header-banner2,
.custom-page-header-banner2 .mkdf-menu-area,
.custom-page-header-banner2 .mkdf-vertical-align-containers,
.custom-banner2-desktop,
.custom-banner2-navbar,
.custom-banner2-icons {
	overflow: visible !important;
}

.custom-banner2-icons .mkdf-icon-widget-holder {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 0;
}

.custom-banner2-icons svg,
.custom-banner2-icons img {
	width: 30px !important;
	height: 30px !important;
}

.custom-banner2-icons .sv-header-cart {
	bottom: 0 !important;
}

.custom-banner2-icons .mkdf-header-cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px !important;
	height: 30px !important;
	position: relative !important;
	bottom: 0 !important;
	line-height: 0;
}

.custom-banner2-icons .mkdf-shopping-cart-holder {
	position: relative;
}

.custom-banner2-icons .mkdf-shopping-cart-dropdown {
	top: 52px;
	right: -46px !important;
	width: 310px;
	z-index: 99999;
	pointer-events: auto;
	margin-top: 10px;
}

.custom-banner2-icons .sv-cart-number {
	position: absolute;
	top: -11px;
	right: -15px;
	left: auto;
	z-index: 1;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.custom-banner2-spacer {
	height: 29px;
}

@media only screen
  and (min-device-width: 991px)
  and (max-device-width: 1519px) {
	.whitelabel-size-banner2 {
		height: 109px !important;
	}

	.mkdf-menu-area.mkdf-menu-center.sv-header-area.whitelabel-size-banner2 {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 991px) {
	.whitelabel-size-banner2 {
		height: 60px !important;
	}

	.custom-page-header.custom-page-header-banner2.sv-header {
		height: 60px;
	}
	
	.custom-page-header-banner2 .mkdf-menu-area, .custom-page-header-banner2 .mkdf-vertical-align-containers {
	    height: 60px !important;
	}
}

@media (min-width: 992px) and (max-width: 1340px) {
	.custom-banner2-navbar {	
		grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
		max-width: 734px;
		padding: 0px;
	}
	.custom-banner2-logo img#logoImg {
    	max-height: 60px !important;
	}
	
	.custom-page-header-banner2 .custom-banner2-navbar .customMenu > li > a
	{
		padding: 0px !important;
		font-size: 11px;
	}
	
}

@media screen and (min-width: 992px) {
	.custom-page-header.custom-page-header-banner2.sv-header {
		height: 109px;
	}
}

@media (max-width: 767px) {
	.custom-page-header-banner2.sv-header {
		height: 60px;
	}
}
