.page_detail{
	margin:80px auto 120px;
}
.page_detail.first{
	margin-top: 0px !important;
}

.page_detail h2{
	margin-bottom:16px;
	font-weight:500;
	line-height:46px;
	font-size:32px
}
.page_detail h3{
	margin-bottom:32px;
	font-weight:400;
	line-height:36px;
}
@media(max-width:768px){
.page_detail{
	margin:40px auto 50px;
}
.page_detail h2{
	line-height:34px;
	font-size:24px
}
.page_detail h3{
	line-height:32px;
}
}
.megamenu-item{
  color: var(--header_main_f_color, #13243e);
}
.wishlist-item-count.v1{
	color: var(--color1);
	background: var(--white);
}
.responsive-topbar.v1 .wishlist-item-count.v1 {
	color: var(--white);
	background: var(--color1);
}

@media(max-width:1199px){
.responsive-topbar.v1 .wishlist-item-count.v1 {
	color: var(--color1);
	background: var(--white);
}
html.sticky .responsive-topbar.v1 .wishlist-item-count.v1 {
	color: var(--white)!important;
	background: var(--color1)!important;
}
}

html.sticky .responsive-topbar{
	background-image: unset !important;
	background: var(--header_main_bg_color, #ffffff);
}
html.sticky .wishlist-and-cart.text-color-w > li a {
	color: inherit !important;
}

.blog-banner-img-mask {
	height: 480px;
	width: 100%; 
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
	position: absolute;
	top: 0;
}
@media (max-width:1199px) {
	.blog-banner-img-mask {
	    height: 442px;
	}
}