h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	font-family: Jost;
	color: var(--global-palette3);
}

h6 {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	font-family: Jost;
	color: var(--global-palette3);
}

.entry-hero h1 {
	color: #222;
}

.entry-hero .base-breadcrumbs, .entry-hero .search-form {
	line-height: 2;
	color: #222;
}

@media all and (max-width: 1024px) {
	h5 {
		font-size: 22px;
	}
}

@media all and (max-width: 767px) {
	h5 {
		font-size: 20px;
	}
}

.entry-hero .base-breadcrumbs {
	max-width: 1290px;
}

.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container {
	max-width: var(--global-content-narrow-width);
}

@media all and (min-width: 1520px) {
	.wp-site-blocks .content-container  .alignwide {
		margin-left: -115px;
		margin-right: -115px;
		width: unset;
		max-width: unset;
	}
}

@media all and (min-width: 1102px) {
	.content-width-narrow .wp-site-blocks .content-container .alignwide {
		margin-left: -130px;
		margin-right: -130px;
		width: unset;
		max-width: unset;
	}
}

.content-style-boxed .wp-site-blocks .entry-content .alignwide {
	margin-left: calc(-1 * var(--global-content-boxed-padding));
	margin-right: calc(-1 * var(--global-content-boxed-padding));
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

.has-sidebar:not(.has-left-sidebar) .content-container {
	grid-template-columns: 1fr 22%;
}

.has-sidebar.has-left-sidebar .content-container {
	grid-template-columns: 22% 1fr;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	padding: 10px 30px 10px 30px;
}

.kb-button.kb-btn-global-outline.kb-btn-global-inherit {
	padding-top: calc(10px - 2px);
	padding-right: calc(30px - 2px);
	padding-bottom: calc(10px - 2px);
	padding-left: calc(30px - 2px);
}

@media all and (max-width: 1024px) {
	.wp-block-button.is-style-outline .wp-block-button__link {
		padding: 10px 22px 10px 22px;
	}
	
	.kb-button.kb-btn-global-outline.kb-btn-global-inherit {
		padding-top: calc(10px - 2px);
		padding-right: calc(22px - 2px);
		padding-bottom: calc(10px - 2px);
		padding-left: calc(22px - 2px);
	}
}

@media all and (max-width: 767px) {}

@media all and (min-width: 1025px) {
	.transparent-header .entry-hero .entry-hero-container-inner {
		padding-top: calc(40px + 85px);
	}
}

@media all and (max-width: 1024px) {
	.mobile-transparent-header .entry-hero .entry-hero-container-inner {
		padding-top: calc(40px + 75px);
	}
}

@media all and (max-width: 767px) {
	.mobile-transparent-header .entry-hero .entry-hero-container-inner {
		padding-top: calc(40px + 65px);
	}
}

#bt-scroll-up-reader.scroll-up-side-left, #bt-scroll-up.scroll-up-side-left {
	left: 30px;
}

.page-title .base-breadcrumbs {
	color: var(--global-palette9);
}

.page-hero-section .entry-hero-container-inner {
	background-color: #c58772;
}

.entry-hero.page-hero-section .entry-header {
	min-height: 170px;
}

.page-hero-section .hero-section-overlay {
	background: #c58772;
}

@media all and (max-width: 1024px) {
	.entry-hero.page-hero-section .entry-header {
		min-height: 150px;
	}
}

@media all and (max-width: 767px) {
	.entry-hero.page-hero-section .entry-header {
		min-height: 110px;
	}
}

.loop-entry.type-post h2.entry-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
}

@media all and (max-width: 1024px) {
	.loop-entry.type-post h2.entry-title {
		font-size: 20px;
	}
}

@media all and (max-width: 767px) {
	.loop-entry.type-post h2.entry-title {
		font-size: 18px;
	}
}

@media all and (max-width: 1024px) {
	.mobile-transparent-header #masthead {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 100;
	}
	
	.base-scrollbar-fixer.mobile-transparent-header #masthead {
		right: var(--scrollbar-offset, 0);
	}
	
	.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
		background: transparent;
	}
	
	.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard {
		padding: 0px;
	}
}

@media all and (min-width: 1025px) {
	.transparent-header #masthead {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 100;
	}
	
	.transparent-header.base-scrollbar-fixer #masthead {
		right: var(--scrollbar-offset, 0);
	}
	
	.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
		background: transparent;
	}
}

.site-branding a.brand img.svg-logo-image {
	width: 128px;
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle {
	right: calc(38px / 2);
}

.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.secondary-menu-container>ul>li>a:after {
	width: calc(100% - 2.5em);
}

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
	padding-left: calc(2.5em / 2);
	padding-right: calc(2.5em / 2);
	padding-top: .5em;
	padding-bottom: .5em;
	color: var(--global-palette3);
}

.secondary-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle {
	right: calc(2.5em / 2);
}

.secondary-navigation .secondary-menu-container > ul li.menu-item > a {
	font-weight: 400;
	font-size: 14px;
}

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a:hover {
	color: var(--global-palette1);
}

.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu {
	background: var(--global-palette9);
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, .1);
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
	width: 240px;
	padding-top: .3em;
	padding-bottom: .3em;
	color: var(--global-palette4);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	font-family: Jost, var(--global-fallback-font);
	text-transform: capitalize;
}

.header-navigation .header-menu-container ul ul li.menu-item > a:hover {
	color: var(--global-palette1);
}

.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
	color: var(--global-palette1);
}

.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered {
	border: 1px solid currentColor;
}

.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-left: 0px solid rgba(255, 255, 255, .1);
}

.header-cart-wrap .header-cart-button .header-cart-label.subtotal {
	color: var(--global-palette3);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}

.header-cart-wrap .header-cart-button .header-cart-label.subtotal span {
	color: var(--global-palette3);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}

.header-cart-wrap .header-cart-button .header-cart-label.subtotal .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
	color: var(--global-palette3);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}

.search-toggle-open-container .search-toggle-open.search-toggle-style-bordered {
	border: 1px solid currentColor;
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 1024px) {}

.header-navigation-dropdown-direction-left ul ul.submenu, .header-navigation-dropdown-direction-left ul ul.sub-menu {
	right: 0px;
	left: auto;
}

.rtl .header-navigation-dropdown-direction-right ul ul.submenu, .rtl .header-navigation-dropdown-direction-right ul ul.sub-menu {
	left: 0px;
	right: auto;
}

.header-account-style-icon_title_label .header-account-content {
	padding-left: 5px;
}

.header-account-style-icon_title_label .header-account-title {
	display: block;
}

.header-account-style-icon_title_label .header-account-label {
	display: block;
}

.header-account-style-icon_label .header-account-label {
	padding-left: 5px;
}

.header-account-style-label_icon .header-account-label {
	padding-right: 5px;
}

.header-account-wrap .header-account-button .header-account-title {
	color: inherit;
}

.header-account-wrap .header-account-button .header-account-label {
	color: inherit;
}

.header-mobile-account-wrap.header-account-style-icon_label .header-account-label {
	padding-left: 5px;
}

.header-mobile-account-wrap.header-account-style-label_icon .header-account-label {
	padding-right: 5px;
}

.header-mobile-account-wrap .header-account-button .header-account-title {
	color: inherit;
}

.header-mobile-account-wrap .header-account-button .header-account-label {
	color: inherit;
}

@media all and (min-width: 1025px) {
	#login-drawer hr.register-divider.hide-desktop {
		display: none;
	}
	
	#login-drawer p.register-field.hide-desktop {
		display: none;
	}
}

@media all and (max-width: 1024px) {
	#login-drawer hr.register-divider.hide-mobile {
		display: none;
	}
	
	#login-drawer p.register-field.hide-mobile {
		display: none;
	}
}

@media all and (max-width: 767px) {
	#login-drawer hr.register-divider.hide-mobile {
		display: none;
	}
	
	#login-drawer p.register-field.hide-mobile {
		display: none;
	}
}

.tertiary-navigation .tertiary-menu-container > ul > li.menu-item > a {
	padding-left: calc(1.2em / 2);
	padding-right: calc(1.2em / 2);
	padding-top: .6em;
	padding-bottom: .6em;
	color: var(--global-palette5);
}

.tertiary-navigation .tertiary-menu-container > ul > li.menu-item > a:hover {
	color: var(--global-palette-highlight);
}

.tertiary-navigation .tertiary-menu-container > ul > li.menu-item.current-menu-item > a {
	color: var(--global-palette3);
}

.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.tertiary-menu-container>ul>li>a:after {
	width: calc(100% - 1.2em);
}

.quaternary-navigation .quaternary-menu-container > ul > li.menu-item > a {
	padding-left: calc(1.2em / 2);
	padding-right: calc(1.2em / 2);
	padding-top: .6em;
	padding-bottom: .6em;
	color: var(--global-palette5);
}

.quaternary-navigation .quaternary-menu-container > ul > li.menu-item > a:hover {
	color: var(--global-palette-highlight);
}

.quaternary-navigation .quaternary-menu-container > ul > li.menu-item.current-menu-item > a {
	color: var(--global-palette3);
}

.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.quaternary-menu-container>ul>li>a:after {
	width: calc(100% - 1.2em);
}

#main-header .header-divider {
	border-right: 1px solid var(--global-palette6);
	height: 50%;
}

#main-header .header-divider2 {
	border-right: 1px solid var(--global-palette6);
	height: 50%;
}

#main-header .header-divider3 {
	border-right: 1px solid var(--global-palette6);
	height: 50%;
}

#mobile-header .header-mobile-divider, #mobile-drawer .header-mobile-divider {
	border-right: 1px solid var(--global-palette6);
	height: 50%;
}

#mobile-drawer .header-mobile-divider {
	border-top: 1px solid var(--global-palette6);
	width: 50%;
}

#mobile-header .header-mobile-divider2 {
	border-right: 1px solid var(--global-palette6);
	height: 50%;
}

#mobile-drawer .header-mobile-divider2 {
	border-top: 1px solid var(--global-palette6);
	width: 50%;
}

.header-item-search-bar form ::-webkit-input-placeholder {
	color: currentColor;
	opacity: .5;
}

.header-item-search-bar form ::placeholder {
	color: currentColor;
	opacity: .5;
}

.header-search-bar form {
	max-width: 100%;
	width: 240px;
}

.header-mobile-search-bar form {
	max-width: calc(100vw - var(--global-sm-spacing) - var(--global-sm-spacing));
	width: 240px;
}

.header-widget-lstyle-normal .header-widget-area-inner a:not(.button) {
	text-decoration: underline;
}

.element-contact-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: -.6em;
	margin-left: calc(-.6em / 2);
	margin-right: calc(-.6em / 2);
}

.element-contact-inner-wrap .header-contact-item {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: .6em;
	margin-left: calc(.6em / 2);
	margin-right: calc(.6em / 2);
}

.element-contact-inner-wrap .header-contact-item .base-svg-iconset {
	font-size: 1em;
}

.header-contact-item img {
	display: inline-block;
}

.header-contact-item .contact-content {
	margin-left: .935em;
}

.rtl .header-contact-item .contact-content {
	margin-right: .935em;
	margin-left: 0px;
}

.header-contact-item .contact-content span {
	display: block;
}

.header-mobile-contact-wrap .element-contact-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: -.6em;
	margin-left: calc(-.6em / 2);
	margin-right: calc(-.6em / 2);
}

.header-mobile-contact-wrap .element-contact-inner-wrap .header-contact-item {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: .6em;
	margin-left: calc(.6em / 2);
	margin-right: calc(.6em / 2);
}

.header-mobile-contact-wrap .element-contact-inner-wrap .header-contact-item .base-svg-iconset {
	font-size: 1em;
}

#main-header .header-button2 {
	border: 2px none transparent;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

#main-header .header-button2:hover {
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}

.mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2 {
	border: 2px none transparent;
	box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

.mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2:hover {
	box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, .1);
}

#widget-drawer.popup-drawer-layout-fullwidth .drawer-content .header-widget2, #widget-drawer.popup-drawer-layout-sidepanel .drawer-inner {
	max-width: 400px;
}

#widget-drawer.popup-drawer-layout-fullwidth .drawer-content .header-widget2 {
	margin: 0 auto;
}

.widget-toggle-open {
	display: flex;
	align-items: center;
	background: transparent;
	box-shadow: none;
}

.widget-toggle-open:hover, .widget-toggle-open:focus {
	border-color: currentColor;
	background: transparent;
	box-shadow: none;
}

.widget-toggle-open .widget-toggle-icon {
	display: flex;
}

.widget-toggle-open .widget-toggle-label {
	padding-right: 5px;
}

.rtl .widget-toggle-open .widget-toggle-label {
	padding-left: 5px;
	padding-right: 0px;
}

.widget-toggle-open .widget-toggle-label:empty, .rtl .widget-toggle-open .widget-toggle-label:empty {
	padding-right: 0px;
	padding-left: 0px;
}

.widget-toggle-open-container .widget-toggle-open {
	color: var(--global-palette5);
	padding: .4em .6em .4em .6em;
	font-size: 14px;
}

.widget-toggle-open-container .widget-toggle-open.widget-toggle-style-bordered {
	border: 1px solid currentColor;
}

.widget-toggle-open-container .widget-toggle-open .widget-toggle-icon {
	font-size: 20px;
}

.widget-toggle-open-container .widget-toggle-open:hover, .widget-toggle-open-container .widget-toggle-open:focus {
	color: var(--global-palette-highlight);
}

#widget-drawer .header-widget-2style-normal a:not(.button) {
	text-decoration: underline;
}

#widget-drawer .header-widget-2style-plain a:not(.button) {
	text-decoration: none;
}

#widget-drawer .header-widget2 .widget-title {
	color: var(--global-palette9);
}

#widget-drawer .header-widget2 {
	color: var(--global-palette8);
}

#widget-drawer .header-widget2 a:not(.button), #widget-drawer .header-widget2 .drawer-sub-toggle {
	color: var(--global-palette8);
}

#widget-drawer .header-widget2 a:not(.button):hover, #widget-drawer .header-widget2 .drawer-sub-toggle:hover {
	color: var(--global-palette9);
}

#mobile-secondary-site-navigation ul li a {
	padding-top: .5em;
	padding-bottom: .5em;
}

#filter-drawer.popup-drawer-layout-fullwidth .drawer-content .product-filter-widgets, #filter-drawer.popup-drawer-layout-sidepanel .drawer-inner {
	max-width: 300px;
}

#filter-drawer.popup-drawer-layout-fullwidth .drawer-content .product-filter-widgets {
	margin: 0 auto;
}

.filter-toggle-open-container {
	margin-right: .5em;
}

.filter-toggle-open >*:first-child:not(:last-child) {
	margin-right: 4px;
}

.filter-toggle-open {
	display: flex;
	align-items: center;
	box-shadow: none;
}

.filter-toggle-open.filter-toggle-style-default {
	border: 0px;
}

.filter-toggle-open:hover, .filter-toggle-open:focus {
	box-shadow: none;
}

.filter-toggle-open .filter-toggle-icon {
	display: flex;
}

.filter-toggle-open >*:first-child:not(:last-child):empty {
	margin-right: 0px;
}

.filter-toggle-open-container .filter-toggle-open {
	padding: 6px 15px 6px 15px;
	font-size: 14px;
}

.filter-toggle-open-container .filter-toggle-open.filter-toggle-style-bordered {
	border: 1px solid currentColor;
}

.filter-toggle-open-container .filter-toggle-open .filter-toggle-icon {
	font-size: 20px;
}

#filter-drawer .drawer-inner {
	background: var(--global-palette9);
}

#filter-drawer .drawer-header .drawer-toggle, #filter-drawer .drawer-header .drawer-toggle:focus {
	color: var(--global-palette5);
}

#filter-drawer .drawer-header .drawer-toggle:hover, #filter-drawer .drawer-header .drawer-toggle:focus:hover {
	color: var(--global-palette3);
}

#filter-drawer .header-filter-2style-normal a:not(.button) {
	text-decoration: underline;
}

#filter-drawer .header-filter-2style-plain a:not(.button) {
	text-decoration: none;
}

#filter-drawer .drawer-inner .product-filter-widgets .widget-title {
	font-weight: 500;
	font-size: 20px;
	color: var(--global-palette3);
}

#filter-drawer .drawer-inner .product-filter-widgets {
	color: var(--global-palette4);
}

#filter-drawer .drawer-inner .product-filter-widgets a, #filter-drawer .drawer-inner .product-filter-widgets .drawer-sub-toggle {
	color: var(--global-palette4);
}

#filter-drawer .drawer-inner .product-filter-widgets a:hover, #filter-drawer .drawer-inner .product-filter-widgets .drawer-sub-toggle:hover {
	color: var(--global-palette1);
}

.base-shop-active-filters {
	display: flex;
	flex-wrap: wrap;
}

.base-clear-filters-container a {
	text-decoration: none;
	background: var(--global-palette7);
	color: var(--global-palette5);
	padding: .6em;
	font-size: 80%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.base-clear-filters-container ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.base-clear-filters-container ul li {
	float: left;
	padding: 0 0 1px 1px;
	list-style: none;
}

.base-clear-filters-container a:hover {
	background: var(--global-palette9);
	color: var(--global-palette3);
}

.vertical-navigation .vertical-navigation-header {
	padding-left: calc(1.2em / 2);
	padding-right: calc(1.2em / 2);
	padding-top: .6em;
	padding-bottom: .6em;
	color: var(--global-palette3);
	color: var(--global-palette3);
}

.vertical-navigation .vertical-navigation-header .base-svg-iconset {
	padding: calc(0em / 2);
	font-size: em;
}

.vertical-navigation .vertical-menu-container > ul > li.menu-item > a {
	padding-left: calc(1.2em / 2);
	padding-right: calc(1.2em / 2);
	padding-top: .6em;
	padding-bottom: .6em;
	color: var(--global-palette5);
}

.vertical-navigation .vertical-menu-container > ul > li.menu-item > a:hover {
	color: var(--global-palette-highlight);
}

.vertical-navigation .vertical-menu-container > ul.menu {
	border: 0px solid var(--global-palette1);
}

.vertical-navigation .vertical-menu-container > ul.menu > li.menu-item {
	border-bottom: 1px solid var(--global-palette7);
}

.vertical-navigation .vertical-menu-container > ul > li.menu-item.current-menu-item > a {
	color: var(--global-palette3);
}

.header-item-search-advanced form ::-webkit-input-placeholder {
	color: currentColor;
	opacity: .5;
}

.header-item-search-advanced form ::placeholder {
	color: currentColor;
	opacity: .5;
}

.header-search-advanced form.search-form {
	max-width: 100%;
	width: 450px;
}

@media all and (max-width: 1024px) {
	.header-search-advanced form.search-form {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.header-search-advanced form.search-form {
		width: 100%;
	}
}

.header-search-advanced form.search-form .search-submit {
	background: var(--global-palette1);
	color: var(--global-palette9);
}

.header-search-advanced form.search-form .search-submit:hover, .header-search-advanced form.search-form .search-submit:focus {
	background: var(--global-palette2);
	color: var(--global-palette9);
}

.woocommerce table.shop_table td.product-quantity {
	min-width: 130px;
}

.woocommerce div.product div.images {
	width: 600px;
}

.product-hero-section .entry-hero-container-inner {
	background-image: url("https://zeynep.com.pk/wp-content/plugins/templatemela-plugin-majori/layouts/layout2/img/breadcumb-bkg.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: inherit;
	background-attachment: scroll;
	--lzl-bg-img: "https://zeynep.com.pk/wp-content/plugins/templatemela-plugin-majori/layouts/layout2/img/breadcumb-bkg.jpg";
}

.entry-hero.product-hero-section .entry-header {
	min-height: 170px;
}

@media all and (max-width: 1024px) {
	.entry-hero.product-hero-section .entry-header {
		min-height: 150px;
	}
}

@media all and (max-width: 767px) {
	.entry-hero.product-hero-section .entry-header {
		min-height: 110px;
	}
}

.product-title .single-category {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: var(--global-palette3);
}

.wp-site-blocks .product-hero-section .extra-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
}

.woocommerce div.product .product_title {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
}

@media all and (max-width: 1024px) {
	.woocommerce div.product .product_title {
		font-size: 24px;
	}
}

@media all and (max-width: 767px) {
	.woocommerce div.product .product_title {
		font-size: 21px;
	}
}

@media all and (max-width: 767px) {}

.product-archive-hero-section .entry-hero-container-inner {
	background-image: url("https://zeynep.com.pk/wp-content/plugins/templatemela-plugin-majori/layouts/layout2/img/breadcumb-bkg.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: inherit;
	background-attachment: scroll;
	--lzl-bg-img: "https://zeynep.com.pk/wp-content/plugins/templatemela-plugin-majori/layouts/layout2/img/breadcumb-bkg.jpg";
}

.product-archive-hero-section .entry-hero-container-inner.lzl:not(.lzl-ed), .product-archive-hero-section .entry-hero-container-inner.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB28AAACqCAYAAACK2wTkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE/UlEQVR42u3BMQEAAADCoPVPbQlPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4GwJ8AAYzxa1wAAAAASUVORK5CYII=");
}

.entry-hero.product-archive-hero-section .entry-header {
	min-height: 170px;
}

@media all and (max-width: 1024px) {
	.entry-hero.product-archive-hero-section .entry-header {
		min-height: 150px;
	}
}

@media all and (max-width: 767px) {
	.entry-hero.product-archive-hero-section .entry-header {
		min-height: 110px;
	}
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 767px) {}

@media all and (max-width: 767px) {}

.product-hero-section .entry-hero-container-inner.lzl:not(.lzl-ed), .product-hero-section .entry-hero-container-inner.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB28AAACqCAYAAACK2wTkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE/UlEQVR42u3BMQEAAADCoPVPbQlPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4GwJ8AAYzxa1wAAAAASUVORK5CYII=");
}