.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-contact-info i{
	color: var(--thsn-logisto-global-color);
}
.thsn-header-style-6 .thsn-contact-info li:first-child {
    padding-left: 0;
}
.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-contact-info a span {
    font-weight: 700;
	color: var(--thsn-logisto-blackish-color);
}
.thsn-header-style-6 .thsn-pre-header-wrapper.thsn-bg-color-white{
	border-bottom: 1px solid #ddd;
}
.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-social-links a {
	width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    background: var(--thsn-logisto-global-color);
    color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-social-links a:hover{
	background: var(--thsn-logisto-white-color);
	color: var(--thsn-logisto-blackish-color)!important;
}
.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-social-links{
	padding-right: 0px;
}
.thsn-header-style-6 .thsn-pre-header-left li a{
	color:#666;
}
.thsn-header-style-6 .thsn-pre-header-right .thsn-link li{
	margin: 0 20px;
	position: relative;
	font-size: 13px;
}
.thsn-header-style-6 .thsn-pre-header-right .thsn-link li:before{
	content: "";
    height: 11px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 20px;
	right: -20px;
}
.thsn-header-style-6 .thsn-pre-header-right .thsn-link li:last-child:before{
	content: unset;
}
.thsn-header-style-6 ul.thsn-link li, 
.thsn-header-style-6 .thsn-pre-header-wrapper .thsn-social-links {
    display: inline-block;
}
.thsn-header-style-6 .thsn-pre-header-right .thsn-link li a {
    color: var(--thsn-logisto-white-color);
}
.thsn-header-style-6 .thsn-slider-area > p.rs-p-wp-fix{
    display: none;
}

@media (min-width: 1200px) {
	/*=== thsn-header-style-6 ===*/
	.thsn-max-mega-menu-override .thsn-header-style-6 .mega-menu-wrap > ul > li.mega-menu-item {
		margin: 0 20px 0 20px!important;
	}
	.thsn-header-style-6 .thsn-right-box,
	.thsn-header-style-6 .site-title{
		height: var(--thsn-logisto-header-height) !important;
		line-height: var(--thsn-logisto-header-height) !important;
	}
	.thsn-header-style-6 .thsn-sticky-on .site-title{
		height: var(--thsn-logisto-sticky-header-height) !important;
		line-height: var(--thsn-logisto-sticky-header-height) !important;
	}
	.thsn-header-style-6 .site-branding{
		margin-right: 30px;	
	}
	.thsn-header-style-6 .thsn-navbar div > ul > li > a{
		margin: 0 22px;
	}
	.thsn-header-style-6 .thsn-menuarea{
		margin-left: auto!important;
		display: flex;
	}
	.thsn-header-style-6 .thsn-logo-menuarea {
	    display: -ms-flexbox!important;
	    display: flex!important;
	}
	.thsn-header-style-6 .thsn-button-box{
		display: flex;
		align-items: center;
	}
	.thsn-header-style-6 .thsn-button-box > div{
		margin: 0 15px;
	}
	.thsn-header-style-6 .thsn-button-box > div:last-child{
		margin-right: 0;
	}
	.thsn-header-style-6 .thsn-header-button a{	
		display: inline-block;
		position: relative;
		height: 100%;
		font-size: 14px;
		letter-spacing: 0px;
		padding-left: 72px;
		text-transform: uppercase;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		font-weight:700;
	}
	.thsn-header-style-6 .thsn-header-button2 a {
		padding: 15px 65px 15px 45px;
		text-align: center;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		border-radius: 0px;
		-webkit-transition: none;
		transition: none;
		color: var(--thsn-logisto-blackish-color);
		background-color: var(--thsn-logisto-global-color);
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.thsn-header-style-6 .thsn-header-button a span.thsn-header-button-text-1{
		text-transform: capitalize;
		font-weight: normal;
	}
	.thsn-header-style-6 .thsn-header-button a span.thsn-header-button-text-2{
		display: block;
		font-weight: 700!important;
		font-size: 18px;
	}
	.thsn-header-style-6 .thsn-header-button a:before {
		content: "\e863";
		font-family: "themesion-base-icons";
		font-size: 25px;
		line-height: 35px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: 500!important;
		color: var(--thsn-logisto-global-color);
		background: var(--thsn-logisto-secondary-color);
		height: 55px;
		width: 55px;
		line-height: 55px;
		border-radius: 50%;
		text-align: center;
	}
	.thsn-header-style-6 .thsn-right-box .thsn-cart-wrapper a:before {
		content: "\e840";
		font-family: "themesion-base-icons";
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
	}
	.thsn-header-style-6 .thsn-right-box .thsn-cart-wrapper .thsn-cart-count{
		background-color: var(--thsn-logisto-global-color);
		color: var(--thsn-logisto-blackish-color);
		top: -20px;
		left: -18px;
	}
	body.rtl .thsn-header-style-6 .thsn-right-box .thsn-cart-wrapper .thsn-cart-count{
		left: 1px;
	}
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container,
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container, 
	.site-header.thsn-header-style-6 .thsn-main-header-area .container{
		max-width: none;
		padding: 0 185px;
	}
	.thsn-header-style-6 .thsn-header-button2 a:hover {
		background-color: var(--thsn-logisto-secondary-color);
		color: #fff;
	}
	.thsn-header-style-6 .thsn-header-button2 a:hover span:after{
		color: #fff!important;
	}

}

@media (max-width: 1200px){
	/* Reset Sticky */
	.thsn-header-style-6 .thsn-header-wrapper.thsn-sticky-on{
		position: static !important;
		width: auto !important;
	}
	.thsn-header-style-6 .thsn-main-header-area > .container-full{
		position: relative;
		margin-right: 15px;
		padding-left: 15px;
	}
	.site-header .thsn-navbar > div > ul > li.menu-item-has-children > a:after, 
	.site-header .thsn-navbar > div > ul > li.page_item_has_children > a:after,

	.thsn-header-style-6 .thsn-button-box,
	.thsn-header-style-6 .thsn-right-box,
	.thsn-header-style-6  .thsn-right-box .thsn-header-button{
		display: none;
	}
	.thsn-header-style-6 .navigation-top{
		position: relative;
	}
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container,
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container,
	.site-header.thsn-header-style-6 .thsn-main-header-area .container {
		padding: 0 30px!important;
	}
	.thsn-max-mega-menu-override .thsn-header-style-6 .mega-menu-wrap > ul > li.mega-menu-item {
		margin: 0px!important;
	}

}

@media (max-width: 1850px){
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container, 
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container, 
	.site-header.thsn-header-style-6 .thsn-main-header-area .container {
		max-width: none;
		padding: 0 110px;
	}
}

@media (max-width: 1750px){
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container, 
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container, 
	.site-header.thsn-header-style-6 .thsn-main-header-area .container {
		max-width: none;
		padding: 0 50px;
	}
}

@media (max-width: 1700px){
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container, 
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container, 
	.site-header.thsn-header-style-6 .thsn-main-header-area .container {
		max-width: none;
		padding: 0 15px;
	}
}

@media (max-width: 1650px){
	.thsn-header-style-6 .thsn-header-button2 a {
		padding: 15px 45px 15px 30px;
	}
	body.rtl .thsn-header-style-6 .site-branding{
		margin-left: 0 !important;
	}
}

@media (max-width: 1550px){
	.thsn-max-mega-menu-override .thsn-header-style-6 .mega-menu-wrap > ul > li.mega-menu-item {
		margin: 0 12px 0 12px!important;
	}
}

@media (max-width: 1450px){
	.thsn-header-style-6 .thsn-header-button2 a {
		padding: 15px 35px 15px 20px;
	}
	body:not(.thsn-max-mega-menu-override) .site-header.thsn-header-style-6 .thsn-navbar div > ul > li > a{
		margin: 0 14px !important;
	}
}
@media (max-width: 1350px){
	.thsn-header-style-6 .thsn-header-button a:before{
		display: none;
	}
	body.rtl .thsn-header-style-6 .thsn-header-button a{
		padding-right: 0 !important;
	}
	.thsn-header-style-6 .thsn-header-button a{
		padding-left: 0;
	}
}

@media (max-width: 1300px){
	.thsn-header-style-6 .thsn-button-box .thsn-header-button{
		display: none;
	}
	body:not(.thsn-max-mega-menu-override) .site-header.thsn-header-style-6 .thsn-navbar div > ul > li > a{
		margin: 0 15px !important;
	}
	.thsn-max-mega-menu-override .thsn-header-style-6 .mega-menu-wrap > ul > li.mega-menu-item {
		margin: 0 15px !important;
	}
}

@media (max-width: 575px){
	.site-header.thsn-header-style-6 .thsn-sticky-header.thsn-header-sticky-yes .container,
	.site-header.thsn-header-style-6 .thsn-pre-header-wrapper .container,
	.site-header.thsn-header-style-6 .thsn-main-header-area .container{
		padding: 0 15px;
	}
}

/*  RTL */

@media (min-width: 1200px){
	body.rtl .thsn-header-style-6 .thsn-right-box .thsn-header-search-btn a:before {
		margin-right: -15px;
		margin-left: 0;
	}
	body.rtl .thsn-header-style-6 .thsn-menuarea {
		margin-right: auto!important;
		margin-left: 20px;
	}
	body.rtl .thsn-header-style-6 .site-branding {
		margin-left: 60px;
		margin-right: 0px;
	}
	body.rtl .thsn-header-style-6 .thsn-header-button {
		margin-right: 0px;
		margin-left: 40px;
	}
	body.rtl .thsn-header-style-6 .thsn-header-button a{
		padding-left: 0;
		padding-right: 72px;
	}
	body.rtl .thsn-header-style-6 .thsn-header-button a:before{
		left: inherit;
		right: 0;
	}
	body.rtl .thsn-header-style-6 .thsn-search-cart-box > *:nth-child(2)::after{
		right: 0;
		left: inherit;
	}
	body.rtl .site-header .thsn-navbar > div > ul > li.menu-item-has-children > a:after, 
	body.rtl .site-header .thsn-navbar > div > ul > li.page_item_has_children > a:after{
		margin-right: 10px;
		margin-left: inherit;
	}
}

body.rtl .thsn-contact-info li i {
    margin-left: 5px;
    margin-right: 0;
}
body.rtl .thsn-header-style-6 .thsn-contact-info li:first-child {
    padding-right: 0;
}
body.rtl .thsn-header-style-6 .thsn-pre-header-right .thsn-link li:before{
	right: inherit;
	left: -20px;
}
