@import '../../../style/variables.scss';

// @mixin flex-center {
//     display: flex;
//     align-items: center;
// }
// .site-header{
//     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
//     background: $white;
//     padding: 8px 0;
//     position: sticky;
//     top: 0;
//     left: 0;
//     width: 100%;
//     z-index: 9;
//     @media only screen and (min-width: 768px) {
//         padding: 13px 0;
//     }
//     .logo{
//        img{
//             width: auto;
//             height: 28px;
//             @media only screen and (min-width: 640px) {
//                 height: 40px;
//             }
//             @media only screen and (min-width: 991px) {
//                 height: 64px;
//             }
//        }
//     }
//     .desktop-launguage-select{
//         display: none;
//         @media only screen and (min-width: 991px){
//             display: block;
//         }
//     }
//     .logo-group{
//         @include flex-center();
//         gap: 10px;
//         @media only screen and (min-width: 640px){
//             gap: 16px;
//         }
//         @media only screen and (min-width: 1024px){
//             gap: 24px;
//         }
//         @media only screen and (min-width: 1660px){
//             gap: 50px;

//         }
//         .mobile-launguage-select{
//             @media only screen and (min-width: 991px){
//                 display: none;
//             }
//         }
//         .logo{
//             @media only screen and (min-width: 991px){
//                 display: block;
//             }
//         }
//         .header-ln-select {
//             .css-1fdsijx-ValueContainer{
//                 padding-left: 0;
//             }
//             .css-1dimb5e-singleValue{
//                 margin: 0;
//             }
//         }
//         .mobile-toggle{
//             width: 22px;
//             height: 22px;
//             @include flex-center();
//             justify-content: center;
//             cursor: pointer;
//             @media only screen and (min-width: 480px){
//                 width: 30px;
//                 height: 30px;
//             }
//             i{
//                 position: relative;
//                 width: 100%;
//                 height: 2px;
//                 background: $primary;
//                 @media only screen and (min-width: 480px){
//                     height: 3px; 
//                 }
//                 &::before,&::after{
//                     content: '';
//                     position: absolute;
//                     width: 100%;
//                     height: 2px;
//                     background: $primary;
//                     @media only screen and (min-width: 480px){
//                         height: 3px; 
//                     }
//                 }
//                 &::before{
//                     top: -8px;
//                 }
//                 &::after{
//                     bottom: -8px;
//                 }
//                 @media only screen and (min-width: 480px){
//                     &::before{
//                         top: -10px;
//                     }
//                     &::after{
//                         bottom: -10px;
//                     }
//                 }
//                 @media only screen and (min-width: 640px){
//                     &::before{
//                         top: -12px;
//                     }
//                     &::after{
//                         bottom: -12px;
//                     }
//                 }
//             }
//             @media only screen and (min-width: 991px) {
//                 display: none;
//             }
//         }
//     }
//     .header-inner{
//         @include flex-center();
//         justify-content: space-between;
//         .menu-group{
//             position: fixed;
//             top: 0;
//             bottom: 0;
//             left: -100%;
//             width: 320px;
//             padding-top: 44px;
//             transition: all 0.4s;
//             z-index: 9;
//             &::before,  &::after{
//                 visibility: hidden;
//                 transition: all 0.4s;
//             }
//             &::before{
//                 content: '';
//                 position: fixed;
//                 top: 0;
//                 left: 0;
//                 width: 100%;
//                 height: 100%;
//                 background: $mainText;
//                 opacity: 0;
//                 z-index: -1;
//             }
//             &::after{
//                 content: '';
//                 position: absolute;
//                 top: 0;
//                 left: 0;
//                 width: 100%;
//                 height: 100%;
//                 background: $primary;
//                 z-index: -1;
//                 opacity: 0;
//             }
//             &.show{
//                 left: 0;
//                 transition: all 0.6s;
//                 &::before,  &::after{
//                     visibility: visible;
//                 }
//                 &::before{
//                     opacity: 0.3;
//                     transition: all 0.6s;
//                 }
//                 &::after{
//                     opacity: 1;
//                     transition: all 0.6s;
//                 }
//                 @media only screen and (min-width: 991px){
//                     &::after,&::before{
//                         display: none;
//                     }
//                 }
//             }
//             .menu-close{
//                 position: absolute;
//                 top: 10px;
//                 right: 10px;
//                 width: 20px;
//                 height: 24px;
//                 cursor: pointer;
//                 &::after,&::before{
//                     content: '';
//                     position: absolute;
//                     top: 0;
//                     bottom: 0;
//                     left: 0;
//                     right: 0;
//                     margin: auto;
//                     background: $white;
//                     width: 100%;
//                     height: 2px;
//                 }
//                 &::after{
//                     transform: rotate(45deg);
//                 }
//                 &::before{
//                     transform: rotate(-45deg);
//                 }
//             }
//             @media only screen and (min-width: 991px){
//                 position: static;
//                 background: transparent;
//                 width: auto;
//                 padding: 0;
//                 .menu-close{
//                     display: none;
//                 }
//             }
//         }
//         .menu{
//             margin: 0;
//             max-height: calc(100vh - 44px);
//             overflow-y: auto;
//             @media only screen and (min-width: 991px){
//                 @include flex-center();
//                 gap: 20px;
//                 max-height: inherit;
//             }
//             @media only screen and (min-width: 1024px) {
//                 gap: 24px;
//             }
//             @media only screen and (min-width: 1600px) {
//                 gap: 50px;
//             }
//             li{
//                 &:first-child{
//                     .menu-link {
//                         border-top: 1px solid $mainBorder;
//                         @media only screen and (min-width: 991px){
//                             border: none;
//                         }
//                     }
//                 }
//             }
//             .menu-link {
//                 font-size: 14px;
//                 list-style: 1;
//                 line-height: normal;
//                 color: $white;
//                 text-transform: uppercase;
//                 &:hover,&.active{
//                     color: $btnText;
//                     background: $mainBorder;
//                 }
//                 width: 100%;
//                 padding: 12px 26px;
//                 border-bottom: 1px solid $mainBorder;
//                 @media only screen and (min-width: 991px){
//                     color: $lightGrey;
//                     width: auto;
//                     padding: 0;
//                     border: none;
//                     line-height: 22px;
//                     &:hover,&.active{
//                         color: $tertiary;
//                         background: transparent;
//                     }
//                 }
//                 @media only screen and (min-width: 1600px) {
//                     font-size: 18px;
//                 }
//             }
//         }
//         .nav-group{
//             @include flex-center();
//             gap: 10px;
//             @media only screen and (max-width: 380px){
//                 gap: 8px;
//             }
//             @media only screen and (min-width: 640px){
//                 gap: 16px;
//             }
//             @media only screen and (min-width: 1024px) {
//                 gap: 24px;
//             }
//             @media only screen and (min-width: 1600px) {
//                 gap: 32px;
//             }
//             .action-btn{
//                 padding: 4px 10px;
//                 @media only screen and (max-width: 380px){
//                     padding: 4px 6px;
//                 }
//                 @media only screen and (min-width: 640px){
//                     padding: 8px 20px;
//                 }
//                 @media only screen and (min-width: 1600px) {
//                     padding: 14px 60px;
//                 }
//             }
//             .notification-main{
//                 position: relative;
//                 .notification-btn{
//                     position: relative;
//                     width: 30px;
//                     height: 30px;
//                     cursor: pointer;
//                     @media only screen and (min-width: 1024px) {
//                         width: 34px;
//                         height: 34px;
//                     }
//                     @media only screen and (min-width: 1200px) {
//                         width: 40px;
//                         height: 40px;
//                     }
//                     @media only screen and (min-width: 1440px) {
//                         width: 52px;
//                         height: 52px;
//                     }
//                     i{
//                         &::before{
//                             font-size: 20px;
//                             color: $btnText;
//                             transition: all 0.4s;
//                             @media only screen and (min-width: 640px) {
//                                 font-size: 24px;
//                             }
//                             @media only screen and (min-width: 1200px) {
//                                 font-size: 32px;
//                             }
//                         }
//                     }
//                     &:hover{
//                         i{
//                             &::before{
//                                 color: $tertiary;
//                                 transition: all 0.4s;
//                             }
//                         }
//                     }
//                 }
//                 .ball-count{
//                     position: absolute;
//                     top: -2px;
//                     right: 4px;
//                     font-size: 10px;
//                     line-height: 10px;
//                     font-weight: 400;
//                     color: $white;
//                     // padding: 2px;
//                     border-radius: 100%;
//                     background: $tertiary;
//                     min-width: 15px;
//                     min-height: 15px;
//                     display: flex;
//                     justify-content: center;
//                     align-items: center;
//                     @media only screen and (min-width: 640px) {
//                         top: -6px;
//                         right: 2px;
//                         font-size: 12px;
//                         // padding: 4px;
//                         min-width: 18px;
//                         min-height: 18px;
//                     }
//                     @media only screen and (min-width: 1024px) {
//                         top: 0;
//                         right: 6px;
//                     }
//                     @media only screen and (min-width: 1440px) {
//                         top: 6px;
//                         right: 12px;
//                     }
//                 }
//                 .notification-body{
//                     position: absolute;
//                     top: 100%;
//                     right: 0;
//                     min-width: 240px;
//                     max-height: 335px;
//                     background: $white;
//                     box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
//                     opacity: 0;
//                     visibility: hidden;
//                     transition: all 0.4s;
//                     overflow-y: auto;
//                     scrollbar-color: rgba(253, 158, 85, 0.5) #E6D8C5;
//                     scrollbar-width: thin;
//                     &::-webkit-scrollbar {
//                         width: 6px;
//                         height: 6px;
//                     }
//                     &::-webkit-scrollbar-thumb {
//                         background-color: rgba(253, 158, 85, 0.5);
//                     }
//                     &::-webkit-scrollbar-track {
//                         background-color: $dust;
//                     }
//                     @media only screen and (max-width: 380px){
//                         min-width: 210px;
//                         max-width: 210px;
//                     }
//                     @media only screen and (min-width: 640px) {
//                         min-width: 380px;
//                     }
//                     &.show{
//                         opacity: 1;
//                         visibility: visible;
//                         transition: all 0.4s;
//                     }

//                     li{
//                         padding: 10px 10px 10px 18px;
//                         border-bottom: 1px solid $mainBorder;
//                         position: relative;
//                         cursor: pointer;
//                         @media only screen and (min-width: 1441px) {
//                             padding: 12px 12px 12px 18px;
//                         }
//                         &.skeleton-item{
//                             display: flex;
//                             flex-direction: column;
//                             gap: 10px;
//                         }
//                         h4{
//                             font-size: 14px;
//                             line-height: 18px;
//                             font-weight: 700;
//                             font-family: 'Cinzel';
//                             color: $btnText;
//                             display: -webkit-box;
//                             -webkit-line-clamp: 2;
//                             -webkit-box-orient: vertical;
//                             overflow: hidden;
//                             margin-bottom: 0;
//                             @media only screen and (min-width: 1441px) {
//                                 font-size: 16px;
//                                 line-height: 22px;
//                             }
//                         }
//                         p{
//                             margin-bottom: 0;
//                             font-size: 14px;
//                             line-height: 16px;
//                             margin-top: 5px;
//                             display: -webkit-box;
//                             -webkit-line-clamp: 2;
//                             -webkit-box-orient: vertical;
//                             overflow: hidden;
//                             @media only screen and (max-width: 480px){
//                                 -webkit-line-clamp: 3;
//                             }
//                             @media only screen and (min-width: 1441px) {
//                                 font-size: 16px;
//                                 line-height: 18px;
//                                 -webkit-line-clamp: 3;
//                             }
//                         }
//                         &:last-child{
//                             border-bottom: none;
//                         }
//                         &::before{
//                             content: "";
//                             position: absolute;
//                             top: 0;
//                             bottom: 0;
//                             margin: auto;
//                             left: 4px;
//                             background: $lightOrange;
//                             width: 5px;
//                             height: 75%;
//                         }
//                         &.empty-notification{
//                             padding: 30px 16px;
//                             text-align: center;
//                             background: $LightCream;
//                             i{
//                                 font-size: 30px;
//                                 color: $primary;
//                                 @media only screen and (min-width: 480px) {
//                                     font-size: 40px;
//                                 }
//                                 @media only screen and (min-width: 640px) {
//                                     font-size: 50px;
//                                 }
//                                 @media only screen and (min-width: 1200px) {
//                                     font-size: 60px;
//                                 }
//                             }
//                             .title{
//                                 font-size: 18px;
//                                 line-height: 1.3;
//                                 font-weight: 600;
//                                 letter-spacing: 0.04em;
//                                 text-transform: capitalize;
//                                 color: $mainText;
//                                 margin: 10px 0 6px;
//                                 @media only screen and (min-width: 480px) {
//                                     font-size: 22px;
//                                     margin: 14px 0 6px;
//                                 }
//                                 @media only screen and (min-width: 1200px) {
//                                     font-size: 26px;
//                                 }
//                                 @media only screen and (min-width: 1441px) {
//                                     font-size: 26px;
//                                 }
//                             }
//                             p{
//                                 font-size: 14px;
//                                 line-height: 1.3;
//                                 color: $darkGrey;
//                                 margin: 0 auto;
//                                 @media only screen and (min-width: 1200px) {
//                                     font-size: 18px;
//                                     max-width: 260px;
//                                 }
//                                 @media only screen and (min-width: 1441px) {
//                                     font-size: 20px;
//                                     max-width: 310px;
//                                 }
//                             }
//                         }
//                         .time{
//                             font-size: 12px;
//                             gap: 5px;
//                             color: $tertiary;
//                             margin-top: 5px;
//                             @media only screen and (min-width: 1441px) {
//                                 margin-top: 8px;
//                                 line-height: 16px;
//                             }
//                         }
//                         &.discount-code-text{
//                             display: flex;
//                             align-items: center;
//                             justify-content: space-between;
//                             column-gap: 5px;
//                             @media only screen and (min-width: 640px){
//                                 column-gap: 15px;
//                             }
//                             .notifications-content{
//                                 width: 80%;
//                                 max-width: 80%;
//                             }
//                             .copy-code{
//                                 font-size: 12px;
//                                 line-height: 20px;
//                                 font-weight: 700;
//                                 font-family: "Cinzel";
//                                 color: $tertiary;
//                                 text-transform: uppercase;
//                                 @media only screen and (min-width: 640px){
//                                     font-size: 14px;
//                                 }
//                                 @media only screen and (min-width: 1441px){
//                                     font-size: 16px;
//                                     line-height: 24px;
//                                 }
//                             }
//                         }
//                         &.read{
//                             h4 , p{
//                                 color: $lightGrey;
//                             }
//                             &::before{
//                                 display: none;
//                             }
//                         }
//                     }
//                 }
//             }
//             .my-account-dropdown{
//                 position: relative;
//                 white-space: nowrap;
//                 max-width: 100px;
//                 padding: 5px 0;
//                 @media only screen and (min-width: 640px) {
//                     max-width: 210px;
//                 }
//                 @media only screen and (min-width: 768px) {
//                     max-width: 226px;
//                 }
//                 @media only screen and (min-width: 1024px) {
//                     max-width: 260px;
//                 }
//                 .account-toggle{
//                     gap: 6px;
//                     cursor: pointer;
//                     @media only screen and (min-width: 640px) {
//                         gap: 10px;
//                     }
//                     @media only screen and (min-width: 1600px) {
//                         gap: 16px;
//                     }
//                     &.active{
//                         i{
//                             transform: rotate(90deg);
//                             transition: all 0.4s;
//                         }
//                     }
//                     img{
//                         width: 24px;
//                         height: 24px;
//                         object-fit: cover;
//                         border-radius: 100%;
//                         flex-shrink: 0;
//                         @media only screen and (min-width: 640px) {
//                             width: 40px;
//                             height: 40px;
//                         }
//                         @media only screen and (min-width: 1440px) {
//                             width: 50px;
//                             height: 50px;
//                         }
//                     }
//                     .title{
//                         font-size: 10px;
//                         color: $btnText;
//                         margin: 0;
//                         width: 100%;
//                         overflow: hidden;
//                         text-overflow: ellipsis;
//                         display: none;
//                         @media only screen and (min-width: 640px) {
//                             font-size: 14px;
//                             display: block;
//                         }
//                         @media only screen and (min-width: 768px) {
//                             font-size: 16px;
//                         }
//                         @media only screen and (min-width: 1200px) {
//                             font-size: 16px;
//                         }
//                         @media only screen and (min-width: 1440px) {
//                             font-size: 18px;
//                         }
//                     }
//                     i{
//                         font-size: 10px;
//                         transform: rotate(-90deg);
//                         transition: all 0.4s;
//                         @media only screen and (min-width: 640px) {
//                             font-size: 14px;
//                         }
//                         @media only screen and (min-width: 1200px) {
//                             font-size: 16px;
//                         }
//                         &::before{
//                             color: $btnText;
//                         }
//                     }
//                 }
//                 .account-body{
//                     position: absolute;
//                     right: 0;
//                     background: $white;
//                     top: 100%;
//                     width: 100%;
//                     min-width: 120px;
//                     right: 0;
//                     opacity: 0;
//                     visibility: hidden;
//                     transition: all 0.4s;
//                     box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
//                     @media only screen and (min-width: 640px) {
//                         min-width: 180px;
//                     }
//                     &.show{
//                         opacity: 1;
//                         visibility: visible;
//                         transition: all 0.4s;
//                     }
//                     a,.link{
//                         font-size: 14px;
//                         padding: 8px;
//                         color: $btnText;
//                         gap: 6px;
//                         cursor: pointer;
//                         transition: all 0.4s;
//                         @media only screen and (min-width: 768px) {
//                             font-size: 16px;
//                             padding: 10px 16px;
//                             gap: 10px;
//                         }
//                         @media only screen and (min-width: 1200px) {
//                             font-size: 18px;
//                             padding: 16px;
//                             gap: 16px;
//                         }
//                         i{
//                             font-size: 16px;
//                             color: $primary;
//                             @media only screen and (min-width: 1200px){
//                                 font-size: 24px;
//                             }
//                             &::before{
//                                 transition: all 0.4s;
//                             }
//                         }
//                         &:hover{
//                             background: $primary;
//                             color: $white;
//                             transition: all 0.4s;
//                             i{
//                                 &::before{
//                                     color: $white;
//                                     transition: all 0.4s;
//                                 }
//                             }
//                         }
//                     }
//                 }
//             }
//         }
//     }
//     .header-ln-select{
//         .css-13cymwt-control , .css-t3ipsp-control{
//             min-width: auto;
//             border: transparent;
//             background-color: transparent;
//             background: transparent;
//             &:hover{
//                 border-color: transparent;
//             }
//             &:focus-within{
//                 border-color: transparent;
//                 background: transparent;
//                 &:hover{
//                     border-color: transparent;
//                 }
//             }
//         }
//         .css-1fdsijx-ValueContainer , .css-hlgwow{
//             padding: 0px 5px 0px 5px;
//             @media only screen and (max-width: 380px){
//                 padding: 0px;
//             }
//             @media only screen and (min-width: 1600px){
//                 padding: 0px 10px 0px 10px;
//             }
//         }
//         .css-1xc3v61-indicatorContainer , .css-15lsz6c-indicatorContainer{
//             padding: 0;
//             color: $lightGrey;
//         }
//         .css-1dimb5e-singleValue{
//             font-weight: 700;
//             color: $lightGrey;
//         }

//         @media only screen and (max-width: 380px){
//             svg{
//                 width: 15px;
//                 height: 15px;
//             }
//             .css-r7ikz2-option , .css-rs8ahr-option , .css-5zq1nl-option{
//                 padding: 4px 6px;
//             }
//         }

//     }
// }

$color_1: var(--white);
$color_2: var(--grey5E);
$color_3: var(--black);
$color_4: var(--black25);
$color_5: var(--primary);
$color_6: #1E1E1E;
$font-family_1: 'Avenir Next';
$font-family_2: Avenir Next;
$background-color_1: var(--white);
$background-color_2: var(--primary);
$background-color_3: #e6d8c5;
$background-color_4: transparent;
$background-color_5: var(--black);
$background-color_6: var(--black25);
$background-color_7: #fff;

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-family: $font-family_1;
	transition: all 0.4s;
	z-index: 9;
	* {
		transition: all 0.4s;
	}
}
.header-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 18px 0;
	justify-content: space-between;
	border-bottom: 1px solid #FFFFFF33;
	.auth-group {
		display: flex;
		align-items: center;
		gap: 30px;
		.account-btn {
			display: flex;
			align-items: center;
			font-size: 18px;
			font-weight: 500;
			line-height: 1.22;
			color: $color_5;
			background-color: $background-color_1;
			text-transform: uppercase;
			padding: 14px 20px;
			gap: 16px;
			&:hover {
				color: $color_1;
				background-color: $background-color_2;
				.ns-icon {
					&::before {
						background-color: $background-color_1;
						transition: all 0.4s;
					}
				}
			}
			.ns-icon {
				&::before {
					background-color: $background-color_2;
				}
			}
			.ns-icon-user {
				display: none;
			}
		}
	}
}
.header-menu-group {
	display: flex;
	align-items: center;
	gap: 72px;
	.lang-btn {
		display: flex;
		align-items: center;
		cursor: pointer;
		flex-shrink: 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.44;
		gap: 8px;
		color: $color_1;
		.ns-icon {
			&::before {
				background-color: $background-color_1;
			}
		}
	}
	.menu-toggle {
		cursor: pointer;
		flex-shrink: 0;
		position: relative;
		width: 40px;
		height: 40px;
		&::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 85%;
			height: 3px;
			background-color: $background-color_1;
			top: -12px;
		}
		&::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 85%;
			height: 3px;
			background-color: $background-color_1;
			bottom: -12px;
		}
	}
}
.notification-Wrapp {
	.notification-btn {
		display: flex;
		align-items: center;
		position: relative;
		background-color: $background-color_4;
		border: none;
		justify-content: center;
		padding: 0;
		cursor: pointer;
		.ns-icon {
			width: 40px;
			height: 40px;
			&::before {
				background-color: $background-color_1;
			}
		}
		.count {
			position: absolute;
			top: 2px;
			right: 0;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-family: $font-family_2;
			font-size: 10px;
			font-weight: 500;
			line-height: 13px;
			min-width: 18px;
			height: 18px;
			border-radius: 50px;
			background-color: $background-color_2;
			color: $color_1;
		}
	}
	position: relative;
}
.header-logo {
	position: sticky;
	left: 50%;
	transform: translateX(-50%);
	img {
		max-width: 100px;
		max-height: 100px;
	}
	.sticky-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		visibility: hidden;
	}
}
.language-wrap {
	position: relative;
	position: relative;
	.language-list {
		background-color: $background-color_1;
		display: none;
		min-width: 77px;
		position: absolute;
		left: 0;
		top: 100%;
		border: 1px solid #f2f2f2;
		li {
			a {
				width: 100%;
				padding: 10px;
				background-color: $background-color_1;
				transition: .3s all;
				color: $color_2;
				font-size: 18px;
				font-weight: 400;
				text-transform: uppercase;
				&:hover {
					color: $color_1;
					background-color: $background-color_2;
				}
			}
		}
	}
	.language-list.show {
		display: block;
	}
	.trp_language_switcher_shortcode {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		width: 100%;
	}
	&:hover {
		.trp_language_switcher_shortcode {
			display: block;
		}
		.lang-dropdown-arrow {
			transform: rotate(180deg);
			transition: transform 0.3s ease;
		}
	}
	.trp-language-switcher-container {
		.language-wrap {
			.trp-ls-shortcode-language {
				display: block !important;
				width: 100% !important;
				color: $color_2;
				background-image: none;
				padding: 0;
			}
		}
	}
	.trp-language-switcher {
		>div {
			display: block !important;
			width: 100% !important;
			color: $color_2;
			background-image: none;
			padding: 0;
			>a {
				padding: 10px;
				font-size: 18px;
				line-height: 1.5;
				font-weight: 400;
				color: $color_2;
				&:hover {
					background-color: $background-color_4;
				}
			}
			>a.trp-ls-disabled-language {
				font-weight: 500;
			}
		}
		&:hover {
			.trp-ls-shortcode-language {
				padding: 0;
			}
		}
		width: 100%;
	}
	.trp-ls-shortcode-language {
		display: inline-block !important;
		height: auto;
		overflow: hidden;
		visibility: visible;
		position: absolute;
	}
}
.notification-body {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	width: 450px;
	background-color: $background-color_1;
	box-shadow: 0px 8px 12px 6px rgb(0 0 0 / 6%);
	display: none;
	.empty-notification{
		cursor: default;
		padding: 16px !important;
		text-align: center;
		background: $LightCream;
		align-items: center;
		justify-content: center;
		@media only screen and (min-width: 480px){
			padding: 30px 16px !important;
		}
		i{
			font-size: 30px;
			color: $primary;
			@media only screen and (min-width: 480px) {
				font-size: 40px;
			}
			@media only screen and (min-width: 640px) {
				font-size: 50px;
			}
			@media only screen and (min-width: 1200px) {
				font-size: 60px;
			}
		}
		.title{
			font-size: 18px;
			line-height: 1.3;
			font-weight: 600;
			letter-spacing: 0.04em;
			text-transform: capitalize;
			padding: 0 0 10px !important;
			color: $mainText;
			margin: 10px 0;
			@media only screen and (min-width: 480px) {
				font-size: 22px;
				margin: 14px 0;
				padding: 0 0 14px !important;
			}
			@media only screen and (min-width: 1200px) {
				font-size: 26px;
			}
			@media only screen and (min-width: 1441px) {
				font-size: 26px;
			}
		}
		p{
			font-size: 14px;
			line-height: 1.3;
			color: $darkGrey;
			margin: 0 auto;
			@media only screen and (min-width: 1200px) {
				font-size: 18px;
				max-width: 260px;
			}
			@media only screen and (min-width: 1441px) {
				font-size: 20px;
				max-width: 310px;
			}
		}
	}
	.title {
		font-family: $font-family_1;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.36;
		padding: 20px;
		margin-bottom: 0;
		color: $color_3;
		border-bottom: 1px solid #E7E7E7;
	}
	.time {
		font-family: $font-family_1;
		font-size: 14px;
		line-height: 1.36;
		font-weight: 500;
		margin-bottom: 3px;
		color: $primary;
	}
	.name {
		font-family: $font-family_1;
		font-size: 16px;
		line-height: 1.36;
		display: block;
		font-weight: 600;
		color: $color_4;
		margin-bottom: 3px;
	}
	.description {
		font-family: $font-family_1;
		font-size: 16px;
		line-height: 1.36;
		display: block;
		line-height: 1.46;
		color: $color_2;
	}
	ul {
		max-height: 274px;
		overflow-y: auto;
		&::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }
        &::-webkit-scrollbar-thumb {
            background-color: $primary;
        }
        &::-webkit-scrollbar-track {
            background-color: #e6d8c5;
        }
		li {
			display: flex;
			align-items: flex-start;
			gap: 15px;
			padding: 10px 20px;
			border-bottom: 1px solid #E7E7E7;
			cursor: pointer;
			&:last-child {
				border: none;
			}
			img {
				width: 50px;
				height: 50px;
				object-fit: cover;
				border-radius: 100%;
				flex-shrink: 0;
				border: 1px solid #e6d8c5;
			}
		}
	}
}
.notification-body.show {
	display: block;
}
.user-login-btn{
	display: flex;
	align-items: center;
	gap: 16px;
    font-family: "Avenir Next";
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	color: var(--white);
	@media only screen and (max-width: 1470px) {
		font-size: 16px;
		gap: 10px;
	}
	@media only screen and (max-width: 767px) {
		font-size: 0;
		gap: 0;
	}
	&:hover{
		color: var(--white);
	}
	img{
		width: 50px;
		height: 50px;
		border-radius: 100%;
		object-fit: cover;
		border: 1px solid #e6d8c5;
		flex-shrink: 0;
		@media only screen and (max-width: 1470px) {
			width: 40px;
			height: 40px;
		}
		@media only screen and (max-width: 767px) {
			width: 34px;
			height: 34px;
		}
	}
}

.menu-wrapper-inner {
	&::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    &::-webkit-scrollbar-thumb {
        background-color: $primary;
    }
    &::-webkit-scrollbar-track {
        background-color: #e6d8c5;
    }
	position: relative;
	padding: 200px 40px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	height: 100%;
	overflow-y: auto;
	.menu {
		a {
			font-size: 18px;
			font-weight: 500;
			line-height: 1.22;
			color: $color_2;
			&:hover {
				color: $color_5;
			}
		}
		li {
			margin-bottom: 40px;
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.logout-btn {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.22;
		display: inline-block;
		color: $color_2;
		cursor: pointer;
		&:hover {
			color: $color_5;
		}
	}
	.menu-close {
		position: absolute;
		top: 40px;
		left: 40px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		&::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 80%;
			height: 3px;
			background-color: $background-color_6;
			transform: rotate(45deg);
		}
		&::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 80%;
			height: 3px;
			background-color: $background-color_6;
			transform: rotate(-45deg);
		}
	}
}
.menu-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	max-width: 368px;
	width: 100%;
	height: 100%;
	background-color: $background-color_1;
	z-index: 99;
	transition: all 0.4s;
}
.open-menu {
	overflow: hidden;
	.body-menu-close {
		opacity: 0.2;
		visibility: visible;
		transition: 1.8s ease-in-out !important;
	}
	.menu-wrapper {
		left: 0;
		transition: all 0.4s;
	}
}
.body-menu-close {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 368px);
	opacity: 0;
	visibility: hidden;
	background-color: $background-color_5;
	transition: all 0s !important;
}
.header-ln-select{
	&.react-select-menu{
		height: 32px;
		font-family: 'Avenir Next';
		.css-13cymwt-control,
		.css-t3ipsp-control{
			display: inline-flex !important;
			align-items: center;
			flex-wrap: nowrap;
			.css-hlgwow{
				padding: 0;
				width: 22px;
				@media (min-width: 1471px){
					width: 28px;
				}
			}
		}
		.css-13cymwt-control,
		.multiselect__control,
		.multiselect__control--is-disabled,
		.css-t3ipsp-control,
		.css-1dimb5e-singleValue, 
		.css-r7ikz2-option, 
		.css-rs8ahr-option, 
		.css-5zq1nl-option{
		    font-size: 18px;
			font-weight: 400;
			line-height: 1.44;
			background: transparent;
			color: var(--white);
			padding: 0;
			margin: 0;
			width: auto;
			min-width: auto;
			border: none;
			min-height: auto;
			display: block;
			@media (max-width: 1470px){
				font-size: 16px;
			}
			@media (max-width: 767px){
				font-size: 14px;
			}
			&:hover,&:focus{
				font-size: 18px;
				font-weight: 400;
				line-height: 1.44;
				background: transparent;
				color: var(--white);
				padding: 0;
				margin: 0;
				width: auto;
				min-width: auto;
				border: none;
				@media (max-width: 1470px){
					font-size: 16px;
				}
				@media (max-width: 767px){
					font-size: 14px;
				}
			}
		}
		.css-r7ikz2-option, 
		.css-rs8ahr-option, 
		.css-5zq1nl-option{
			color: var(--grey5E);
			font-weight: 400;
			padding: 10px;
			&:hover,&:focus{
				padding: 10px;
				color: var(--grey5E);
				font-weight: 400;
			}
		}
		.css-1fdsijx-ValueContainer{
			padding: 0;
		}
		.css-1nmdiq5-menu{
			margin: 0;
			border-radius: 0;
			border: 1.5px solid #949494;
			min-width: 45px;
		}
		.css-1n6sfyn-MenuList{
			padding: 0;
		}
	}
	.css-1xc3v61-indicatorContainer, .css-15lsz6c-indicatorContainer{
		padding: 0;
		margin-left: 8px;
		@media (max-width: 767px){
			margin-left: 4px;
		}
		svg{
			width: 24px;
			height: 24px;
			mask: url('../../../../../public/assets/ns-icons/icon-arrow-down.svg') no-repeat center;
			-webkit-mask: url('../../../../../public/assets/ns-icons/icon-arrow-down.svg') no-repeat center;
			background-color: var(--white);
			@media (max-width: 767px){
				width: 12px;
				height: 12px;
			}
			path{
				display: none;
			}
		}
	}
}
.trp-language-switcher {
	height: 42px;
	position: relative;
	box-sizing: border-box;
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	&:focus {
		.trp-ls-shortcode-current-language {
			visibility: hidden;
		}
		.trp-ls-shortcode-language {
			visibility: visible;
			max-height: 250px;
			padding: 4px 13px;
			height: auto;
			overflow-y: auto;
			position: absolute;
			left: 0;
			top: 0;
			display: inline-block !important;
			min-height: auto;
		}
	}
	&:hover {
		.trp-ls-shortcode-current-language {
			visibility: hidden;
		}
		.trp-ls-shortcode-language {
			visibility: visible;
			max-height: 250px;
			padding: 4px 13px;
			height: auto;
			overflow-y: auto;
			position: absolute;
			left: 0;
			top: 0;
			display: inline-block !important;
			min-height: auto;
		}
	}
	>div {
		box-sizing: border-box;
		padding: 4px 20px 3px 13px;
		border: 1.5px solid #949494;
		border-radius: 2px;
		background-repeat: no-repeat;
		background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
		background-size: 8px 8px, 8px 8px;
		background-repeat: no-repeat;
		background-color: $background-color_7;
		>a.trp-ls-shortcode-disabled-language {
			cursor: default;
		}
		>a {
			display: block;
			padding: 7px 12px;
			border-radius: 3px;
			text-decoration: none;
			color: $color_6;
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
		}
	}
}
.site-header{
	&.authHeader{
		position: sticky;
		// z-index: 2;
		border-bottom: none;
		background-color: $white;
		// @media (min-width: 768px){
		// 	background-color: transparent;
		// }
		.header-inner{
			padding: 8px 0;
		}
		.header-logo {
			position: sticky;
			left: 50%;
			transform: translateX(-50%);
			img {
				max-width: 100px;
				max-height: 100px;
				opacity: 1;
				visibility: visible;
				@media (max-width: 1470px){
					max-width: 65px;
					max-height: 65px;
				}
				@media (max-width: 1199px){
					max-width: 60px;
					max-height: 60px;
				}
				@media (max-width: 767px){
					max-width: 50px;
					max-height: 50px;
				}
			}
		}
		.user-login-btn{
			color: var(--primary);
			&:hover{
				color: var(--primary);
			}
		}
		.header-menu-group {
			.lang-btn {
				color: $color_4;
				.ns-icon {
					&::before {
						background-color: $primary;
					}
				}
			}
			.menu-toggle {
				&::before {
					background-color: $primary;
				}
				&::after {
					background-color: $primary;
				}
			}
		}
		.header-ln-select{
			&.react-select-menu{
				height: 32px;
				.css-13cymwt-control,
				.multiselect__control,
				.multiselect__control--is-disabled,
				.css-t3ipsp-control,
				.css-1dimb5e-singleValue, 
				.css-r7ikz2-option, 
				.css-rs8ahr-option, 
				.css-5zq1nl-option{
					color: var(--primary);
					&:hover,&:focus{
						color: var(--primary);
					}
				}
			}
			.css-1xc3v61-indicatorContainer, .css-15lsz6c-indicatorContainer{
				svg{
					background-color: var(--primary);
				}
			}
		}
		.auth-group{
			min-width: 25px;
			@media (min-width: 768px){
				min-width: 140px;
			}
			@media (min-width: 1200px){
				min-width: 158px;
			}
			@media (min-width: 1600px){
				min-width: 201px;
			}
		}
		.notification-Wrapp {
			.notification-btn {
				.ns-icon{
					&::before{
						background-color: var(--primary);
					}
				}
			}
		}
		&.settings-header{
			border-bottom: 1px solid #dddddd;
			position: fixed;
			top: 0;
			left: 0;
			@media (min-width: 640px){
				box-shadow: 0px 4px 12px 0px #0000001A;
			}
			&.heder-sticky{
				.header-logo {
					img {
						max-width: 72px;
						max-height: 72px;
						opacity: 1;
						visibility: visible;
						@media (max-width: 1470px){
							max-width: 65px;
							max-height: 65px;
						}
						@media (max-width: 1199px){
							max-width: 50px;
							max-height: 50px;
						}
						@media (max-width: 767px){
							max-width: 48px;
							max-height: 48px;
						}
					}
				}
			}
		}
	}
}
.site-header.heder-sticky {
	box-shadow: 0 6px 12px 10px rgb(0 0 0 / 6%);
	background-color: $background-color_1;
	border-bottom: 1px solid #dddddd;
	transition: all 0.4s;
	* {
		transition: all 0.4s;
	}
	&.event-header{
		box-shadow: none;
	}
	
}
.site-header.event-header.settings-header{
	box-shadow: none !important;
	background-color: $white !important;
}
.heder-sticky{
	.user-login-btn{
		color: var(--black25);
		&:hover{
			color: var(--black25);
		}
	}
	.header-logo {
		img {
			max-width: 72px;
			max-height: 72px;
			opacity: 0;
		}
		.sticky-image {
			opacity: 1;
			visibility: visible;
		}
	}
}
.heder-sticky {
	
	.header-menu-group {
		.lang-btn {
			color: $color_4;
			.ns-icon {
				&::before {
					background-color: $background-color_6;
				}
			}
		}
		.menu-toggle {
			&::before {
				background-color: $background-color_6;
			}
			&::after {
				background-color: $background-color_6;
			}
		}
	}
	.notification-Wrapp {
		.notification-btn {
			.ns-icon {
				&::before {
					background-color: $background-color_2;
				}
			}
		}
	}
	.header-inner {
		.auth-group {
			.account-btn {
				color: $color_1;
				background-color: $background-color_2;
				.ns-icon {
					&::before {
						background-color: $background-color_1;
					}
				}
			}
		}
	}
	.language-wrap {
		.trp-ls-shortcode-language {
			border: 1px solid var(--grey5E);
		}
	}
}
.heder-sticky{
	.header-ln-select{
		&.react-select-menu{
			height: 32px;
			.css-13cymwt-control,
			.multiselect__control,
			.multiselect__control--is-disabled,
			.css-t3ipsp-control,
			.css-1dimb5e-singleValue, 
			.css-r7ikz2-option, 
			.css-rs8ahr-option, 
			.css-5zq1nl-option{
				color: var(--black25);
				&:hover,&:focus{
					color: var(--black25);
				}
			}
		}
		.css-1xc3v61-indicatorContainer, .css-15lsz6c-indicatorContainer{
			svg{
				background-color: var(--black25);
			}
		}
	}
}

@media (max-width: 1470px) {
	.header-logo {
		img {
			max-width: 65px;
			max-height: 65px;
		}
	}
	.header-inner {
		.auth-group {
			.account-btn {
				font-size: 14px;
				padding: 8px 16px;
				gap: 8px;
			}
		}
		padding: 10px 0;
	}
	.header-menu-group {
		.lang-btn {
			font-size: 16px;
		}
		gap: 30px;
		.menu-toggle {
			width: 34px;
			height: 30px;
		}
	}
	.heder-sticky {
		.header-logo {
			img {
				max-width: 65px;
				max-height: 65px;
			}
		}
	}
	.notification-Wrapp {
		.notification-btn {
			.ns-icon {
				width: 34px;
				height: 34px;
			}
		}
	}
	.menu-wrapper-inner {
		.menu-close {
			top: 20px;
			left: 20px;
			width: 30px;
			height: 30px;
		}
		padding: 80px 20px 20px;
		gap: 20px;
		.menu {
			li {
				margin-bottom: 20px;
			}
		}
	}
	.notification-body {
		.title {
			font-size: 16px;
			padding: 12px;
		}
		.time {
			padding: 12px;
			font-size: 14px;
		}
		.name {
			font-size: 14px;
		}
		.description {
			font-size: 14px;
		}
		ul {
			li {
				gap: 10px;
				padding: 6px 12px;
				img {
					width: 38px;
					height: 37px;
				}
			}
		}
		width: 320px;
	}
}
@media (max-width: 1199px) {
	.header-inner {
		padding: 10px 0;
		.auth-group {
			gap: 20px;
			.account-btn {
				font-size: 12px;
				.ns-icon {
					width: 20px;
					height: 20px;
				}
			}
		}
	}
	.header-menu-group {
		gap: 20px;
	}
	.header-logo {
		img {
			max-width: 60px;
			max-height: 60px;
		}
	}
	.heder-sticky {
		.header-logo {
			img {
				max-width: 50px;
				max-height: 50px;
			}
		}
	}
}
@media (max-width: 767px) {
	.header-menu-group {
		.lang-btn {
			font-size: 14px;
			gap: 4px;
			.ns-icon {
				width: 18px;
				height: 18px;
			}
		}
		gap: 14px;
		.menu-toggle {
			width: 30px;
			height: 26px;
			&::before {
				height: 2px;
			}
			&::after {
				height: 2px;
			}
		}
	}
	.header-inner {
		.auth-group {
			gap: 14px;
			.account-btn {
				font-size: 0;
				background: transparent !important;
				padding: 0;
				display: block;
				.ns-icon-arrow-right {
					display: none;
				}
				.ns-icon-user {
					width: 25px;
					height: 25px;
					display: block;
					width: 25px;
					height: 25px;
					display: block;
					&::before {
						background-color: $background-color_1;
						background-color: $background-color_1;
					}
				}
			}
		}
		padding: 6px 0;
	}
	.site-footer {
		text-align: center;
		padding: 40px 0 0;
	}
	.heder-sticky {
		.header-inner {
			.auth-group {
				.account-btn {
					.ns-icon-user {
						&::before {
							background-color: $background-color_2;
							background-color: $background-color_2;
						}
					}
				}
			}
		}
		.header-logo {
			img {
				max-width: 48px;
				max-height: 48px;
			}
		}
	}
	.header-logo {
		img {
			max-width: 50px;
			max-height: 50px;
		}
	}
	.notification-body {
		.title {
			font-size: 14px;
			padding: 8px;
		}
		.time {
			padding: 8px;
			font-size: 11px;
		}
		.name {
			font-size: 11px;
		}
		.description {
			font-size: 11px;
		}
		top: calc(100% + 10px);
		right: -20px;
		width: 260px;
		ul {
			li {
				img {
					width: 30px;
					height: 30px;
				}
			}
		}
	}
	.menu-wrapper-inner {
		.menu-close {
			&::before {
				height: 2px;
			}
			&::after {
				height: 2px;
			}
		}
		.menu {
			a {
				font-size: 16px;
			}
			li {
				margin-bottom: 14px;
			}
		}
		.logout-btn {
			font-size: 16px;
		}
		gap: 14px;
		padding: 70px 20px 20px;
	}
}

// .header-inner {
//     padding: 8px 0;
// }