
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');

/*====================  
    2.2 Header Bottom CSS
====================*/
.active1 a {
	color: #f55d2c !important;
}
.header{
	padding:15px 0;
}
.header-bottom {
	padding:  0;
	position: relative;
}
.ayira-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.ayira-menu ul li {
	position: relative;
	list-style: none;
	padding: 0 22px;
	cursor: pointer;
}
.ayira-menu ul>li.menu-item-has-children:before {
	content: "\f107";
	position: absolute;
	font: normal normal normal 16px/1 FontAwesome;
	right: 7px;
	top: 3px;
	color: #777777;
}
.ayira-menu ul>li .page-item-has-children {
	position: relative;
}
.ayira-menu ul>li .page-item-has-children:before {
	content: "\f107";
	position: absolute;
	font: normal normal normal 16px/1 FontAwesome;
	right: -15px;
	top: 0px;
	color: #777777;
}
.mega-menu .menu-item-has-children:before {
	display: none;
}
.ayira-menu ul li a {
	font-size: 15px;
	color: #262626;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
}

.header-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-action a.action {
	margin-left: 25px;
	position: relative;
	align-self: center;
	text-decoration: none;
	color: #262626;
}
.header-action a.action:hover {
	color: #262626;
}
.header-action .action .num {
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	color: #262626;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 6px;
	font-weight: 400;
}
.ayira-cart-subtotal {
	padding-top: 7px;
	padding-left: 4px;
}
.header-action .action img {
	height: 20px;
}
.header-action .action.cart .flaticon-shopping-bag:before {
	content: "\f115";
	font-size: 23px;
}
.ayira-cart-subtotal {
	font-size: 16px;
	color: #262626;
	font-weight: 400;
}
.header-action img {
	height: 20px;
}
.nt_count_wishlist {
	padding: 0;
	width: 15px;
	height: 15px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffbb42;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color: #000;
	top: -4px;
	right: -13px;
}
/* Sticky Menu */
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(29, 30, 30, 0.15);
	box-shadow: 2px 4px 8px rgba(29, 30, 30, 0.15);
	background-color: #fff;
	padding:10px 0;
}
 @-webkit-keyframes sticky {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}
}
 @keyframes sticky {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}
}
/* Sub Menu */

.ayira-menu .sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 185px;
	background-color: #efefef;
	display: block;
	z-index: 9;
	padding: 8px 0;
	-webkit-box-shadow: 0px 2px 8px rgba(29,30,30,0.1);
	box-shadow: 0px 2px 8px rgba(29,30,30,0.1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
}
.ayira-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.ayira-menu .sub-menu li a {
	font-size: 14px !important;
	color: #777777 !important;
	text-transform: capitalize !important;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 7px 0px
}
.ayira-menu .sub-menu li {
	list-style: none;
	line-height: 31px;
}
.ayira-menu .sub-menu li:hover {
	background-color: inherit !important;
}

.ayira-menu .sub-menu li:hover a {
	color: #f55d2c !important;
	margin-left: 5px;
}


/* Mega Menu */

.mega-menu .menu-item-has-children {
	width: 18%;
	padding: 0px;
}
.mega-menu .menu-item-has-product {
	width: 28%;
	padding: 0 !important;
}
.mega-menu {
	position: absolute;
	width: 100%;
	background: #efefef;
	left: 0;
	z-index: 300;
	top: 94px;
	opacity: 0;
	visibility: hidden;
	border-bottom: 2px solid #ffbb42;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.ayira-menu ul>li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.mega-menu h3 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
}
.sub-sub-menu {
	display: block !important;
	margin: 0;
	padding: 0;
}
.sub-sub-menu li {
	list-style: none;
	padding: 0 0 !important;
	line-height: 31px;
}
.sub-sub-menu li:hover {
	background-color: inherit !important;
}
.sub-sub-menu li a {
	font-size: 14px !important;
	color: #777777 !important;
	text-transform: capitalize !important;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 7px 0px
}
.sub-sub-menu li:hover a {
	color: #ffbb42 !important;
	margin-left: 5px;
}
/*====================  
    2.3 Header Mobile CSS
====================*/
.header-mobile {
	padding: 15px 0;
	clear: both;
}
.offcanvas-menu {
	position: fixed;
	top: 0;
	left: -330px;
	width: 265px;
	height: 100%;
	background-color: #f55d2c;
	z-index: 999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow-y: scroll;
}
.offcanvas-menu.open {
	left: 0;
}
.menu-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
}
.menu-close span {
	width: 20px;
	height: 2px;
	background-color: #1d1e1e;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: relative;
}
.menu-close span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
.menu-close span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}
.offcanvas-menu-wrapper {
	padding: 0;
}
.mobile-ayira-menu {
	padding-top: 0px;
}
.mobile-ayira-menu ul > li {
	position: relative;
}
.mobile-ayira-menu ul {
	padding-left: 0 !important;
}
.mobile-ayira-menu ul > li > a {
	font-size: 15px;
	font-weight: 400;
	padding: 12px 25px;
	display: block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-bottom: 1px solid #6b6b6b;
	text-decoration: none;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.mobile-ayira-menu ul > li > a {
	font-size: 16px;
}
}
.mobile-ayira-menu ul > li:hover > a {
	color: #ffbb42;
}
.mobile-ayira-menu ul > li .mobile-menu-expand {
    width: 17px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 23px;
    cursor: pointer;
}
.mobile-ayira-menu ul > li .mobile-menu-expand::before {
	position: absolute;
	content: '';
	width: 13px;
	height: 1px;
	background-color: #ffffff;
	top: 15px;
	left: 1px;
}
.mobile-ayira-menu ul > li .mobile-menu-expand::after {
position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ffffff;
    left: 7px;
    bottom: 1px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mobile-ayira-menu ul > li.active-expand > .mobile-menu-expand::after {
	height: 0;
}
.mobile-ayira-menu ul > li ul li a {
	padding-left: 11%;
}
.mobile-ayira-menu ul > li ul li ul li a {
	padding-left: 16%;
}
.mobile-ayira-menu ul > li ul li ul li ul li a {
	padding-left: 22%;
}
.mobile-ayira-menu ul > li ul li ul li ul li ul li a {
	padding-left: 27%;
}
.mobile-ayira-menu .sub-menu, .mobile-ayira-menu .mega-sub-menu {
	display: none;
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-overlay.open {
	opacity: 0.7;
	visibility: visible;
}
.header-top-search {
	padding: 20px 20px 20px;
	border-bottom: 1px solid #6b6b6b;
}
.header-top-search input {
	background-color: rgb(255 255 255);
	border: 1px solid rgba(208,208,208,.09);
	padding: 14px 50px 14px 18px;
	font-size: 14px;
	color: #fff;
	height: 48px;
	width: 100%;
	outline: none;
}
.header-top-search form {
	position: relative;
}
.header-top-search button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	border: none;
	background-color: transparent;
	padding: 0;
	width: 50px;
	color: #262626;
	text-align: center;
	height: 50px;
	z-index: 9999;
}
 @media only screen and (max-width: 991px) {
.header-mobile {
	padding: 0 0;
}
.header-logo {
	padding: 8px 0;
}
.header-action a i{
	font-size:35px;
}
.header {
    padding: 0;
}
.mobile-ayira-menu ul > li > a{
	color:#fff !important;
	border-bottom:1px solid #fff;
}
}
/*====================  
    2.4 Header Cart CSS
====================*/

