.logoPB { height: 42px; margin-top: 1rem; background-repeat: no-repeat; background-image: url(../images/paisabazaar_logo.png); background-size: 180px; }

/* .row.mainHeader {background: #0a6b82; color: #fff; position: fixed; z-index: 1000; } */

header.header.v3 { z-index: 9999;padding: 7px 10px;border-bottom: 1px solid rgba(5, 47, 95, 0.1);
min-height: 42px; }

header.header.v3 .mobile_logo { padding: 10px; }

header.header.v3 ul { z-index: 9; top: 75px; transition: .3s; left: 0;overflow: auto;white-space: nowrap;padding-left: 10px;padding-right: 10px; }

header.header.v3 ul.main { border-bottom: 1px solid #D8D8D8; }

header.header.v3 ul.main li { color: #19396C; font-size: 11px; /*width: 22%;*/width: auto;margin: 0 6px;min-width: 60px; }

header.header.v3 ul.main li.active { font-weight: 700; }

header.header.v3 ul.main li img { padding-bottom: 4px; }

header.header.v3 ul.main li span { position: absolute; top: -5px; margin-left: -6px; }

header.header.v3 ul.main li span.new { right: 0px;top: -9px; }

header.header.v3 ul.sticky { transform: translate(0%, -46px); transition: .3s;top: 45px;left: 0; }

.mobile_hamburger_menu { position: fixed; width: 75%; height: 100%; z-index: 99999; top: 0; bottom: 0; background: #eaeaea; transition: .3s;left: -75%; }

.mobile_hamburger_menu .close_icon_mob { position: absolute; right: 0; height: 30px; width: 25px; cursor: pointer; z-index: 2; }

.mobile_hamburger_menu .close_icon_mob .close_line_first { width: 20px; height: 2px; display: inline-block; background: #000; top: 7px; position: relative; transform: rotate(46deg); }

.mobile_hamburger_menu .close_icon_mob .close_line_second { width: 20px; height: 2px; display: inline-block; background: #000; top: -16px; position: relative; transform: rotate(-50deg); }

.mobile_hamburger_menu .sidenav ul li.active a { color: orange; }

.mobile_hamburger_menu.active { left: 0; transition: .3s; }

.humburgerLayout { position: fixed; width: 27%; height: 100%; left: 0; top: 0; display: none; }

.mobile_hamburger_menu.active .humburgerLayout { display: block; }

.row.mainHeader.v2 {
	 background: #fff;
	 border-bottom: 1px solid rgba(131, 144, 163, 0.4);
}
 .row.mainHeader.v2 .logoPB {
	 height: 40px;
	 background-size: 104px;
	 background-image: url(../images/paisabazaar_logo2.png);
}
 .row.mainHeader.v2:before {
	 content: "powered by";
	 color: rgba(5, 47, 95, 0.6);
	 font-size: 8px;
	 font-weight: 600;
	 line-height: 11px;
	 left: 10px;
	 position: absolute;
	 top: 4px;
}
header .language .Select-control {
    border: 1px solid #1996FF;
}
header .language .Select-control .Select-value .Select-value-label {
	color: #1996FF !important;
	font-size: 14px !important;
}
header .language .Select-control .Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}
header .language .Select-control .Select-arrow {
	border-color: #1996FF transparent transparent;
	border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative;
}
header .language .Select-control + .Select-menu-outer > div > div {
    padding: 12px;
    color: #052F5F;
    font-size: 12px;
    border-bottom: 1px solid #E6EBEF;
}
header .language .Select-control + .Select-menu-outer > div > div:last-child {
    border-bottom: none;
}
header .language .Select-control{
	width: 90px;
	height: 38px;
}
header .Select-placeholder,header  .Select--single>.Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Select, .Select div, .Select input, .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 480px) { 
	.logoPB { background-size: 150px; } 
	.row.mainHeader.v2 + .main_form {
	    padding-top: 70px;
	}
	.row.mainHeader.v2 .logoPB {
	    height: 26px;
	    background-position-y: bottom;
	}
	header .language .Select-control{
		width: 100%;
		height: inherit;
    }
    header._inner_page {
        padding: 12px 16px;
        border-bottom: 1px solid #E6EBEF;
    }
    header._inner_page img.arrow {
        margin-right: 16px;
    }
    header._inner_page span.page_name {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 19px;
    }
    header._inner_page ~ :not(.main_container){
        display: none;
    }
    header._inner_page ~ div#main_container{
        padding-top: 0px;
    }
}
