#nav,
#nav ul {
	padding: 0 0 0px 0;
	margin: 0 !important;
	list-style: none;
	z-index: 9998;
}

#nav li ul.sub_nav,
#nav li ul.sub_nav_without {
	margin: 10px 0 0px 0px;
	display: none;
	margin: 0;
}

#nav {
	padding: 0;
	border: 0px #000 solid;
	width: auto;
	display: inline-block;
	height: 100%;

	/* height: 30px; */
}

#nav li {
	float: left;
	text-align: left;
	background: none;

	height: 100%;

}

#nav li li {
	float: none;
	border: 0px #ccc solid;
	background: none;
}

/* a hack for IE5.x and IE6 */
* html #nav li li {
	float: left;
}

#nav li a {
	position: relative;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
   
    transition: color .3s linear;
	gap: 5px;

    color: var(--white-color);
    position: relative;
    cursor: pointer;
    z-index: 9 !important;
	display: flex;
	align-items: flex-end;

	height: 45px;

}

#nav li a:not(:first-child) {
	margin: 0 20px;
}

#nav li ul.submenu_scroll a{
	transition: color .3s linear;
}
#nav li ul.submenu_scroll a:hover {
	background-position: 0;
	color:#f28241 !important;
}

#nav li a:hover::after {
	visibility: visible;
	width: 100%;
}

#nav li li a {
	float: none;
	background: none;
	letter-spacing: 0px !important;
	padding: 3px 0;
}

#nav li li td a {
	line-height: 30px;
	float: none;
	color: #2a166f;
	background: none;
	text-transform: capitalise !important;
}

#nav li li td a.sub_menulink:hover {
	font-weight: normal;
}

#nav li li td a.sub_menulink:hover,
#nav li li td a.sub_menulink2:hover {
	text-decoration: none;
	background: none;
}

#nav li li td a:hover {
	color: #ce0000;
	text-decoration: none !important;
	background: none;
}

#nav li li td a.sub_menulink2 {
	font-weight: 400;
	font-size: 13px !important;
	text-transform: capitalize !important;
	margin-top: 0;
}

#nav li li td a.sub_menulink2:hover {
	color: #787878 !important;
}

.main_category_content i {
	text-align: right;
	margin: auto;
	font-size: 16px;
	color: #787878;
	cursor: pointer;
}

.main_category_content:hover i {
	color: #000 !important;
}

#nav li li td a.sub_menulink2 {
	line-height: 10px;
	height: 21px !important;
	margin-bottom: 3px;
}

#nav li li td a.menu_sub_cat {
	float: none;
	font-size: 9pt;
	color: #fff;
	padding-bottom: 3px;
	font-size: 9.5pt;
}

#nav li:hover {
	z-index: 300;
	background: none;
}

#nav li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

#nav li:hover ul li {
	opacity: 1 !important;
}

/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {
	left: 10px;
}

/* #nav ul { */
#nav ul.submenu_scroll {

	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
}


/* yet another hack for IE5.x and IE6 */
* html #nav ul {
	width: 1px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover>ul {
	left: 0px;
	margin-left: 100%;
	top: -1px;
	background: #fff;
	padding: 5px 0px 10px 0px;
}

/* keep further levels hidden */
#nav li:hover>ul ul {
	position: absolute;
	/* left:-9999px; 
	top:-9999px;  */
	width: auto;
}

/* show path followed */
#nav li:hover>a {
	color: #000;
	/* display: inline-block; */
}

/* #nav li:hover ul{ */
#nav li:hover ul.submenu_scroll {
	/* position: absolute; */
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	/* background: #fff; */
	transform: none;
	/* min-width: 600px; */
	/* padding: 4.6rem 0 4.6rem 4.8rem; */
	display: block;
	/* left: 0;
    right: 0; */
	width: fit-content;
	max-width: 70%;
	transform: translateY(-22px);

	background-color:var(--white-color);
}

#nav li:hover a.dropdown {
	/*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);*/
	/* color: #787878 !important; */
	/* border-bottom: 2px solid #787878; */
}

ul.submenu_scroll {
	/* background:none; */
	/* margin-top: 1rem !important; */
	/* background-color: #fff; */
	transition: all .5s ease;
}

#nav li:hover ul.submenu_scroll {
	/* background:none; */
	/* margin-top: 0rem !important; */
}

/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 0px;
	margin-left: 100%;
	top: -1px;
	border: 0px #ccc solid;
}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* show path followed */
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a {
	/*text-decoration:none; color:#fff; font-size:8pt;font-weight:normal;*/
}

#nav li:hover a {
	background-position: 0;
	/* border-top: 4px #fff solid; */
	/* border-bottom: 4px #000 solid; */
}

#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	color: #2a166f;
	font-weight: normal;
}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	color: #2a166f;
	font-size: 10pt;
	letter-spacing: 0px;
	/*font-weight:normal;*/
	font-weight: 500;
	/* width: 100%; */
	/*line-height:30px;*/
	border-bottom: 0px #000 solid;

	width: fit-content;
}

#nav li:hover li:hover,
#nav li:hover li:hover li:hover,
#nav li:hover li:hover li:hover li:hover,
#nav li:hover li:hover li:hover li:hover li:hover {
	position: relative;
	z-index: 300;
	background: none;
}

#nav li li A.special_link {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	border-bottom: 0px #000 solid;
	background: none;
}

#nav li .special_link:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: 400;
	border-bottom: 0px #000 solid;
	background: none;
}

/* a.menu_sub_title {
	font-size: 8pt !important;
	color: #2f2f2f;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 1.5px !important;

	
} */

/* #nav li li a.menu_sub_title:hover */

/* ,
#nav li li .main_category_content:hover a.menu_sub_title */
	/* {
	color: #000 !important; */
	/* border-bottom:3px #000 solid !important; */
/* } */

/* #nav li li .main_category_content:hover i{
	color:#000 !important;
	transition: right .3s linear;
	right: .5rem;
} */

span.category_subtitle {
	display: inline-block;
	/* float:left; */
	width: 100%;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#nav li li a.sub_menulink {
	/* font-size: 11pt !important;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none;
	border: 0px #000 solid; */
	/* margin:0px; */
	/* margin: 1rem;
	width: 100%;
	display: inline-block;
	padding: 6px 0px;
	line-height: 16px;
	height: auto !important; */

	
}

#nav li li a.sub_menulink:hover {
	color: #000 !important;
	text-decoration: none;
	border-bottom: 0px #fff solid !important;
	margin-left: 5px;
}

.header_bar {
	position: relative;
    /* background: none;
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 35px; */
	display: block;

	/* max-width: 1300px; */
	/* padding: 10px 0; */
	max-width: none !important;
	padding: 0 60px;

	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header_left_menu {
	/* float: left ;*/
	z-index: 10003;
	border: 0px #ccc solid;
	box-sizing: border-box;
	text-align: left;
	/* padding: 10px 0px 10px 0px; */

	/* width: 40%; */
	width: 20%;
	text-align: center;
}

.header_center_menu .logo img {
	width: 100%;
	max-width: 300px;
}

.header_right_menu {
	z-index: 9999;
	box-sizing: border-box;
	padding: 0;
	border: 0px #ccc solid;
	/* float: right */;
	text-align: right;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	width: 40%;
	/* width: 25%; */
}

.header_center_menu {
	display: inline-block;
	z-index: 9999;
	box-sizing: border-box;
	margin: 0px;
	vertical-align: middle;
	text-align: left;

	align-items: center;

	padding: 24px 0 0;

	height: 100%;
	/* flex: 5; */
	width: 40%;

}

.header_left_menu {
	/* flex: 1; */
}

.header_center_menu .logo img {
	width: 100%;
	max-width: 300px;
}

.header_right_menu {
	z-index: 9999;
	box-sizing: border-box;
	padding: 0;
	text-align: right;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	flex: 1;
	position: relative;

	/* gap: 10px; */
	gap: 30px;
}

/* .header_right_link {
	position: relative;
	margin: 15px 20px 15px;
} */

.header_left_menu,
.header_right_menu{
	padding: 15px 0;
}

/* .header_center_menu{
	height: 40px;
} */

.headerlink_img {
	padding: 0px 0px 0px 0px !important;
	display: inline-block;
	text-align: center;
	min-width: 42px;
	border: 0px #000 solid;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.headerlink_img img {
	width: 25px;
}

/* .headerlink_img img:not(:last-child) {
	margin-right: 7px;
} */

.headerlink_img i {
	font-size: 16pt;
}

.top_header_bar_content {
	width: 1200px;
}

.top_header_info_link {
	margin: 3px 5px 0px 5px;
	display: inline-block;
	font-weight: normal;
	font-size: 10.5pt;
}

.top_header_info_link img {
	margin: 0px 8px 8px 8px;
	display: inline-block;
	vertical-align: middle;
}

.top_header_info_link img {
	width: 20px;
}

.top_header_bar a,
.top_header_bar {
	font-size: 13px;
	font-weight: 400;
	color: var(--main-color);
}

.top_header_bar a:hover {
	color: #fefefe;
	text-decoration: none;
}

.top_header_bar {
	width: 100%;
	box-sizing: border-box;
	color: var(--white-color);
	background: var(--main-color);
	font-size: 9pt;
	font-weight: normal;
	display: inline-block;
	position: relative;

	height: 40px;
	z-index: 3;
}

.top_header_bar_container{
	/* display: grid;  */
	/* grid-template-columns: 1fr 24%;  */
	height: 40px; 
	max-width: none !important;
	padding: 0 60px !important;
	display: flex;
	justify-content: center;
}

.menu_bar {
	border: 0px #dedede solid;
	background: none;
	display: inline-block;

	height: 100%;
}

.header_bar {
	position: relative;
	background: none;
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.top_info_bar {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 30px 20px 30px !important;
}

.top_info_bar img {
	width: 100%;
}

.header_currency {
	padding: 8px 15px 8px 15px !important;
}

.header_socialnetwork {
	/* float: left ;*/
	margin-top: 5px;
}

.header_socialnetwork img,
.mobile_menu_socialnetwork img {
	width: 100%;
	max-width: 30px;
}

.mobile_menu_socialnetwork img {
	width: 100%;
	max-width: auto;
	height: 15px;
}

.mobile_menu img {
	width: 25px;
}

.top_headerbg {
	color: var(--main-color);
	background: transparent;
	font-size: 9pt;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	border: 0px var(--main-color) solid;
	position: relative;
	z-index: 2;

	height: 72px;
	transition: all .3s linear;
}

/* .top_headerbg:hover {
	background: var(--white-color) !important;
}

div.top_headerbg:hover .main_link,
div.top_headerbg:hover .dropdown {
	color: var(--main-color) !important;
}

div.top_headerbg:hover .logo_img_secondary,
div.top_headerbg:hover .icon_img_secondary {
	display: none !important;
}

div.top_headerbg:hover .logo_img_primary,
div.top_headerbg:hover .icon_img_primary {

	display: inline-block !important;
} */

A.main_link,
A.dropdown {
	color: var(--main-color);
}

A.main_link:hover,
A.dropdown:hover {
	color: var(--main-color) !important;
}

A.menu_sub_link,
A.menu_sublink2{
	overflow: unset !important;
}

A.main_link,
A.dropdown ,
A.menu_sub_link span,
A.menu_sublink2 span{
	display: inline-block;
	position: relative;
	border-bottom: 2px solid transparent;
	transition: all .3s linear;
}

A.main_link span,
A.dropdown span{
	height: 40px;
	letter-spacing: .5px;
}

A.main_link:hover,
A.dropdown:hover,
A.menu_sub_link span:hover,
A.menu_sublink2 span:hover{
	border-bottom: 2px solid var(--main-color);
}

#nav li:hover a.dropdown {
    border-bottom: 2px solid var(--main-color);
}

a.dropdown{
	position: relative;
	
}

.sub_nav,
.sub_nav_2,
.sub_nav_without{
    padding: 10px 20px;
	padding: 0 !important;
	margin: 0 12px !important;
}

.sub_nav{
	position: absolute;
	left: 0;
	width: 100%;
	z-index:9999;
}

.sub_nav_2{
	/* left: 100%; */
    top: -15px;
    z-index: 1;

	position: absolute;
    /* right: -11px; */
    right: 0 !important;
    transform: translate(89%, -5%) !important;
}

.sub_nav_box_2,
.menu_sub_link{
	padding: 0 10px !important;
}

/* .sub_nav_box:hover,
.sub_nav_box_2:hover,
.menu_sub_link:hover{
	background-color: #f2f2f2 !important;

} */

/* .sub_nav_box:hover,
.menu_sub_link:hover{
	border-radius: 22px;
}

.sub_nav_box_2:hover{
	border-radius: 0px;
} */

.menu_sub_link,
.menu_sub_title,
.menu_sub_link_2{
	font-size: 13px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	color: var(--footer-color) !important;

	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-khtml-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;

	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.menu_sub_link,
.menu_sub_link_2{
	height: unset !important;
}

.menu_sub_link{
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	line-height: 24px !important;

}

.menu_sub_link i,
.dropdown i{
	font-size: 11px;
}

.menu_sub_link i{
	color: var(--footer-color) !important;
}

.dropdown i{
	color: var(--main-color) !important;
}

/* .dropdown:hover i{
	color: var(--footer-color) !important;
} */

#nav li:hover .sub_nav,
.sub_nav li:hover .sub_nav_2,
#nav li:hover .sub_nav_without {
	display: block !important;
}

#site_logo {
	width: 100%;
	max-width: 80px;
	border: 0px #000 solid;
	transition: all .3s linear;
}

.item_incart_bg {
	font-size: 10px;
    position: absolute;
    top: 0;
    left: 12.5px;
    background-color: var(--main-color);
    z-index: 9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-35%);
    transition: all 175ms linear;
}

.menu_sub_link,
.menu_sublink2{
	font-size: 14px !important;
	letter-spacing:0px;
	color: var(--main-color) !important;
	display: inline-block !important;
}

.menu_sub_link{
	font-weight: 400 !important;
}

.menu_sublink2{
	font-weight: 400 !important;
	padding: 10px 0 0!important;
}

.menu_sub_link_panel{
	padding: 0 10px;
	margin-top: 0px;
}

.sub_nav_without{
	left: unset; 
	width: fit-content;
	position: absolute;
	z-index:9999;
}

.menu_sub_link_box{
	/* display: flex;  */
	padding: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 50%;
}

.menu_sub_link_content_without{
	margin: 1rem !important;
}

/* .menu_sub_link_box_without{
	display: block; 
	padding: 0rem;
	position: absolute;
} */

.pageDescp_catbanner,
.pageHeading_catbanner{
	color: var(--main-color);
	font-size: 14px !important;
}

.pageDescp_catbanner{
	font-weight: 400;
	display: block;
}

.pageHeading_catbanner{
	font-weight: 700;
	display: inline-block;

	border-bottom: 1px solid var(--main-color);
    padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.category_banner_content a{
	margin: 0 !important;
}

.top_header_right .top_header_menu:not(:first-child) {
    border-left: 1px solid var(--main-color);
    padding-left: 9px;
}

.top_header_menu A:hover
{
	color:var(--link-hover-color);
	text-decoration:underline !important;
}

.top_header_advertisement {
	height: 40px !important;
	font-size: 13px;
}

.top_header_advertisement a {
	color: var(--main-color);
	text-decoration: none;
}

.headerAdvertisementSwiper{
	height: 40px !important;
}

.menu_sub_link_box_without {
	width: 50%;
	padding: 20px;
	min-width: 250px;
}

.category_banner_content{
	padding: 0 10px;
}

#nav > li {
	padding: 0 23px 0 0;
}

.header_icon_panel{
	margin: 20px 0;
}

.header_icon_panel img{
	display: block !important;
}

.header_icon_box{
	display: flex; 
	gap: 20px; 
	line-height: 40px; 
	align-items: center;
}

.header_icon_box span{
	font-size: 16px;
	font-weight: normal;
	color: var(--main-color);
}

.headerlink_sub_header .headerlink_sub {
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
	margin: 10px 0;

	padding: 0 !important;
}

.countdown_container .swiper-pagination-bullet {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .5 !important;
    margin: 0 3px !important;
}

.countdown_container .swiper-pagination-bullet-active {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    opacity: 1 !important;
}

.header_currency {
    padding: 5px 6px !important;
    border: 1px solid var(--black-color);
    position: relative;
    width: 100%;
    max-width: 100px;
}

.select .currency-list {
    font-size: 13px;
    list-style: none;
    border: 1px solid var(--black-color);
    cursor: pointer;
    background-color: var(--white-color);
    color: var(--black-color);
    z-index: 99999;
    position: fixed;
    width: 100%;
    max-width: 100px;
    padding: 5px 11px;
}

.currency-list .currency {
    margin: 5px 0;
}

.header_currency .select{
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: -1px;
}

.sub_nav{
	width: 100%;
	max-width: 450px;
	padding: 30px 50px !important;

}

.sub_nav_box{
    width: 100%;
}

.main_cat_panel:hover .level_cat_wrapper{
	display: block;
}

.level_cat_wrapper{
	display: none;
	height: 100vh;
    background-color: #fff;
    width: 100%;
    max-width: 460px;
    position: absolute;
    left: 0;
    padding: 30px 60px;
}

.sub_nav_box .menu_sub_title{
	font-weight: 400 !important;
	font-size: 24px;
}

.sub_nav_2{
	position: relative;
	transform: unset !important;
	padding: 0 !important;
}

.level_2_catpanel,
.level_3_catpanel{
	height: 100vh; 
	background-color: #fff; 
	width: 100%; 
	max-width: 450px; 
	padding: 30px 60px;
	display: none;
}

.level_1_catpanel:hover .level_2_catpanel{
	display: block;
}

.level_2_catpanel .menu_sub_title{
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 20px !important;
	padding: 10px 0 0 !important;
}

.level_2_catpanel .menu_sub_link{
	padding: 0 !important;
}

.level_2_catpanel .menu_sub_link,
.level_3_catpanel .menu_sub_link_2 .menu_sub_title{
	font-size: 16px !important;
}

.level_3_catpanel .menu_sub_link_2{
	padding: 10px 0 0 !important;
}

@media screen and (max-width: 1350px) and (min-width: 1140px) {
	/*#nav li a {border:0px #ccc solid;display:block; float:left; color:#fff; margin:0 15px 0 15px; height:70px; line-height:70px; text-decoration:none; white-space:nowrap; text-transform: uppercase; font-size:9.5pt;font-weight:600;letter-spacing:1.5px;}
	
	#nav li:hover ul {left:0px; top:74px;
	}*/
}

@media only screen and (max-width: 1050px){
	.top_header_bar_container{
		display: flex !important;
		justify-content: space-between !important;
		padding: 0 !important;
	}
	
	.header_center_menu {
		border: 0px #000 solid;
		/* padding: 7px 0 0; */
		padding: 0px 0 0;

		/* flex: 3; */
		
	}

	.mobile_logo{
		display: block;
	}

	.logo,
	.header_bottom_bar_menu {
		display: none;
	}

	.header_bar {
		padding: 15px 43px;
		align-items: center !important;
	}

	.header_center_menu {
		height: unset;
		/* display: none; */
	}

	.header_left_menu, .header_right_menu {
		padding: 0;
	}

	#site_logo{
		max-width: 120px;
	}

	.header_left_menu,
	.header_center_menu,
	.header_right_menu{
		flex: 1;
	}
}

@media only screen and (max-width: 850px){
	#profile_link, #search_link, #booking_link {
		display: none;
	}

	.top_header_bar_container {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.header_center_menu {
		height: unset;
		padding: 0px 0 0;
	}

	.header_bar {
		padding: 0 35px;
	}

	/* .header_left_menu {
		flex: 1.5;
        justify-content: space-between;
    } */

	/* .header_right_menu {
        flex: 1;
    } */
}

@media only screen and (max-width: 610px){
	.btn_icon{
		display: none !important;
	}

	.banner_btn:hover .btn_txt {
		transform: translateX(0%) !important;
	}

	.header_bar {
		padding: 0 33px;
		display: flex;
	}

	.mobile_menu img,
	.headerlink_img img{
		width: 25px;
	}
	
	.top_header_advertisement {
		height: 40px !important;
		font-size: 11px;
	}

	/* .header_left_menu{
		flex: 2;
		justify-content: space-between;
	}

	.header_right_menu{
		flex: 1;
	} */

	.top_header_bar .top_header_bar_container .top_header_left .headerAdvertisementSwiper p{
		padding: 5px 0 !important;
	}
}

@media only screen and (max-width: 480px){
	.header_bar {
		padding: 0 15px;
	}

	.top_header_bar_container {
		padding: 0 15px !important;
	}
	
	.top_header_advertisement {
		height: 40px !important;
		font-size: 11px;
		border:0px #000 solid;
		justify-content:none !important;
		display:inline-block !important;
		text-align:center !important;
	}
}

@media only screen and (max-width: 350px){
	.top_header_advertisement{
		font-size: 9px;
	}
	
	.top_header_advertisement {
		height: 40px !important;
		font-size: 11px;
		border:0px #000 solid;
		justify-content:none !important;
		display:inline-block !important;
		text-align:center !important;
	}
}