/* Sticky Header */
.sticky-header.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 1040;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.6s ease;
  padding: 10px 2px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Sticky Header ends*/

.header-3 b, .header-3 strong {
    font-weight: 700;
}
.header-3 header a {
    color: inherit;
}
.header-3 a {
    transition: all 0.3s;
    color: #301b24;
    text-decoration: none;
}

.header-3 ol, ul {
    /* margin: 0 0 2.25rem; */
    padding: 0;
    list-style: none;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.header-3 .h1, .header-3 .h2, .header-3 .h3, .header-3 .h4, .header-3 .h5, .header-3 .h6, .header-3 h1, .header-3 h2, .header-3 h3, .header-3 h4, .header-3 h5, .header-3 h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif;
}
.header-3 .h6, .header-3 h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    font-weight: 600;
}

.header-3 .top-notice {
    position: relative;
    padding: 0.9rem 2rem 1.1rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.025em;
}

.header-3 .top-notice {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f4f4f4;
}


.header-3 .top-notice .container {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .header-3 .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.header-3 .top-notice .container {
    padding-left: 1.4rem;
}

@media (min-width: 1220px) {
    .header-3 .container {
        max-width: 1200px;
    }
}

.header-3 .top-notice h5 {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
}

.header-3 .top-notice h4, .header-3 .top-notice h5 {
    font-size: 1.125em !important;
    line-height: 1;
}

.header-3 .top-notice h4, .header-3 .top-notice h5, .header-3 .top-notice h6 {
    margin-bottom: 0 !important;
    letter-spacing: -0.02em !important;
}

.header-3 .top-notice strong {
    display: block;
    margin-right: 1.7rem;
    padding: 0.8rem 1rem;
    transform: rotate(-1.5deg);
    color: #fff;
    line-height: 1;
    background-color: #222529;
}

.header-3 .top-notice small {
    font-size: 0.8461em;
    letter-spacing: 0.025em;
    opacity: 0.5;
}

.header-3 .top-notice small {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #777;
    letter-spacing: -0.02em;
    opacity: 1;
}

@media (max-width: 376px) {
    .header-3 .main-heading {
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .header-3 .top-notice {
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
   .header-3 .container {
        max-width: none;
    }
}

@media (max-width: 660px) {
    .header-3 .top-notice .container {
        display: block;
    }
}

 .header-3 .header {
    z-index: 1000;
}

.header-3 .header-top {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
	background-color: #fff;
}

.header-3 .header-top {
    padding-top: 8px;
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.header-3  header .container, header .container-fluid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
 }

 .header-3 .header-top .header-left {
    margin-left: -4px;
 }

 .header-3 .header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
 }
 .header-3 .header-center, .header-3 .header-left, .header-3 .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-3 .header-dropdown {
    position: relative;
    line-height: 1.5;
    padding: 5px 0;
}
.header-3 .header-dropdown>a {
    padding: 0 5px;
}

.header-3 .header-dropdown a {
    padding: 0 4px;
    letter-spacing: 0.04em;
}

.header-3 .header-top .header-left a,.header-3 .header-top .header-right a {
    font-size: 1.1rem;
}

.header-3 .header-top .header-menu {
    margin-top: 1px;
}
.header-3 .header-menu a {
    padding: 0.6rem 1.4rem;
    letter-spacing: 0.025em;
}
.header-3 .header-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem);
}

.header-3 .header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    background: #fff;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}

.header-3 .header-dropdown ul {
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.header-3 .header-dropdown ul a {
    display: block;
    padding: 0.5em 7px;
    color: #777;
    white-space: nowrap;
}

.header-3 .header-top .header-left a {
    font-size: 1.1rem;
}

.header-3 .flag.flag-us {
    background-position: -160px -154px;
}
.header-3 .flag.flag-fr {
    background-position: -144px -44px;
}
.header-3 .flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: 1px;
    vertical-align: middle;
    line-height: 0;
    background: url('../images/flags.png') no-repeat;
}

.header-3 .header-dropdown:hover .header-menu:before, .header-3 .header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-3 header .separator {
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0 10px;
}

.header-3 .header .separator {
    margin-left: 1.4rem;
    margin-right: 1.5rem;
}

@media (min-width: 992px) {
    .header-3 .w-lg-max {
        flex: 1;
        -ms-flex: 1;
        max-width: 100%;
    }
}

.header-3 .header-center, .header-3 .header-left, .header-3 .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-3 .header-center, .header-3 .header-right {
    margin-left: auto;
}

.header-3 .header-top .header-right {
    padding-top: 2px;
}
.header-3 .header-top .header-contact {
    align-items: center;
    text-transform: uppercase;
}

.header-3 .header-contact i {
    font-size: 1.4rem;
    margin-right: 5px;
}


.header-3 .icon-phone-2:before  {
    content: "";
	mask: url('../../../image/icons/call-outlined.svg') no-repeat center;
    width: 20px;
    height: 20px;
    mask-size: contain;
}

[class^="icon-phone-2-"]:before, [class*=" icon-phone-2-"]:before {
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    font-style: normal;
    width: 1em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-3 .header h6 {
    font-family: "Open Sans", sans-serif;
}
.header-3 .header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #777;
}

.header-3 .header-contact a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.header-3 .header-contact a {
    font-size: 1.3rem;
    letter-spacing: 0.025em;
    color: #777;
}

.header-3 .header-right .separator {
    margin-right: 2rem;
    margin-left: 1.4rem;
}

.header-3 .header-search {
    position: relative;
}


.header-3 .header-icon:not(:last-child) {
    margin-right: 2.2rem;
}
.header-3 .header-icon:not(:last-child) {
    margin-right: 1.5rem;
    margin-bottom: -2px;
}
.header-3 .header-icon i {
    font-size: 2.5rem;
}
.header-3 .icon-user-2::before {
    font-size: 38px;
}

.header-3 .icon-cart-thick::before {
	font-size: 28px;
    color: #000;
}
/* Override inside .header-3 */
.header-3 .header-search-category {
    flex: initial;
    max-width: initial;
    margin-left: initial; /* Or 0 / your default */
}

.header-3 .header-search-category .btn {
	background-color: transparent;
	border: none;
}

.header-3 .header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 34px;
    border-radius: 5rem;
	 background: #f4f4f4;
    border: 3px solid #ccc;
	z-index: 1000;
}

.header-3 .header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #e7e7e7;
    min-width: 45px;
    color: #222529;
    font-size: 16px;
    background: #f4f4f4;
}

.header-3  .header-search-popup .form-control {
    min-width: 266px;
    padding: 4px 22px;
    font-size: 1.4rem;
    line-height: 20px;
}

.header-3 .header-search-category .form-control {
    border-radius: 5rem 0 0 5rem;
}
.header-3 .header-search .form-control, .header-3 .header-search .select-custom {
    background: #f4f4f4;
}

.header-3 .header-search .form-control, .header-3 .header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none;
}

.header-3  #q::placeholder {
    color: #888;     
    font-size: 12px;
}

.header-3  .header-search form {
    display: none;
    transition: all 0.3s ease;
}

.header-3 .search-toggle.active:after {
    content: "";
    position: absolute;
    right: calc(50% - 10px);
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom-color: #d0d5d8;
}

.header-3 .header-search form.active {
    display: block;
	
}

.header-3 .header-middle {
    padding-top: 2.8rem;
    padding-bottom: 2.7rem;
}

.header-3 .header-middle .header-left, .header-3 .header-middle .header-right {
    flex: 1;
}

.header-3 .menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.header-3 .main-nav .menu {
 
    text-transform: uppercase;
    font-size: 12px;
}

.header-3 .main-nav .menu {
    text-transform: unset;
}

.header-3 .menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem;
}

.header-3 .main-nav .menu>li {
    margin-right: 2.9rem;
}

.header-3 .main-nav .menu>li {
    margin-right: 3.3rem;
}

.header-3 .menu>li.active>a, .header-3  .menu>li.show>a, .menu>li:hover>a {
    color: #301b24;
    background: transparent;
}

.header-3 .main-nav .menu>li>a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 19px 0;
    color: #555;
}

.header-3 .logo {
    max-width: 11.1rem;
}
@media (min-width: 992px) {
    .header-3 .header .logo {
        margin-right: initial;
    }
}


@media (max-width: 991px) {
    .header-3 .header-center {
        width: 100%;
    }
}


.header-3  .sticky-header.is-sticky.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

 .header-3 .sticky-header.is-sticky .logo {
    width: 8rem;
}

 .header-3 .sticky-header.is-sticky .logo {
    max-width: 89px;
}

.header-3 .offcanvas-title {
	margin-bottom: 0;
	color: #fff;
}

.header-3 #header:has(.sticky-header.is-sticky) {
  padding-bottom: 116px;
}

/* Common styles */
.main-nav .menu.sf-arrows ul {
	border-top: none;
}
.menu ul li {
	position: relative;
}
.menu>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 999;
}

.menu li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Nested submenu (Blog -> Blog Post) */
.menu li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.3s ease;
}

.menu li ul li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


.menu li ul li .sf-with-ul::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
    position: static;
    font-weight: 900;
	float: right;
	margin-top: 4px;
}

.menu-vertical a {
	padding: 0px !important;
}

.menu.sf-arrows>li>.sf-with-ul:after{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: static;
    font-weight: 900;
    margin-left: 5px;
}

.header-dropdown>a:after {
	content: "\f078";
	/* Unicode for Font Awesome's chevron-down */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/* Needed for solid style icons */
	margin-left: 0.5rem;
}

.header-dropdown ul {
	position: absolute;
	top: -300rem;
	z-index: 1150;
	min-width: 100%;
	margin: 0;
	padding: 0.5rem 0;
	background: #fff;
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.header-dropdown ul a {
	display: block;
	padding: 0.3em 0.8em;
	color: #777;
	white-space: nowrap;
}

.header .separator {
	height: 50px;
}
@media (max-width: 767px) {
    .header .separator {
        display: none;
    }
}

.icon-pin::before,
.icon-shipping-truck::before,
.icon-help-circle::before,
.icon-wishlist-2::before,
.icon-cart-thick::before,
.icon-user-2::before,
.icon-magnifier::before,
.icon-phone-2:before  {
	display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    mask-size: cover;
    background-color: currentColor;
}

.icon-pin::before {
	content: "location_on";
	font-size: 18px;
}

.icon-shipping-truck::before {
	content: "local_shipping";
	font-size: 18px;

}

.icon-help-circle::before {
	content: "help";
	font-size: 18px;

}

.icon-wishlist-2::before {
	content: "favorite";
	/* font-size: 18px; */

}

.icon-cart-thick::before {
	content: "shopping_bag";
	font-size: 32px;

}

.icon-user-2::before {
	content: "";
	mask: url('../../../image/icons/person-outline.svg') no-repeat center;
}
.icon-magnifier::before {
	content: "";
	mask: url('../../../image/icons/search-outlined.svg') no-repeat center;
}
.dropdown-toggle::after {
	display: none;
}

.badge-circle {
	right: -8px;
}

.badge-circle {
	position: absolute;
	top: 0px;
	right: -2px;
	width: 1.6rem;
	border-radius: 50%;
	color: #fff;
	background: #ff5b5b;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.main-nav .menu>li.active>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li:hover>a {
	color: #4dae65;
}

.menu li>a {
	display: block;
	padding: 0.8rem 1.8rem;
	transition: 0.2s ease-out;
	color: #777;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
	.mobile-menu-toggler {
		display: none;
	}
}
/* common styles ends */

/* Common Menu Css */
.horizontal-menu {
  position: relative;
  background: transparent !important;
  text-align: center;
}

.pt-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-menu .ul-top-items .li-top-item>a {
  line-height: 24px;
  border: 0;
  background: transparent !important;
}

.pt-menu .ul-top-items .li-top-item a {
  display: block;
  position: relative;
  padding: 0 0.5rem !important;
}

.pt-menu a {
  text-decoration: none;
  display: block;
}

#wishlist-total, .compare-header {
    display: inline-block;
    vertical-align: top;
    color: black;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
}
#wishlist-total:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    mask: url('../../../image/icons/heart-outlined.svg') no-repeat center;
    mask-size: cover;
    background-color: currentColor;
}
#wishlist-total .text-wishlist {
    color: #727272;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    margin-left: 3px;
    font-size: 1.3rem;
    display: none;
}
#header .header-bottom { 
    background: transparent !important;
}
/* common menu css ends */

/* Cart design */
#cart.open:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    left: 0;
    top: 0;
}

#cart>.btn:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    mask: url('../../../image/icons/shopping-bag.svg') no-repeat center;
    mask-size: cover;
    background-color: currentColor;
}
#cart .txt-count,#wishlist-total .txt-count {
  width: 17px;
  height: 17px;
  line-height: 18px;
  font-size: 1.2rem;
  background: var(--link-hover-color);
  color: #fff;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-weight: 700;
  top: 5px;
  right: -3px;
}
#wishlist-total .txt-count {
    top: 2px;
    right: -5px;
}
/* Cart design ends */

/* searchbar css */
.header-bottom .col-search {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
}
#search-by-category .search-button {
    display: none;
    color: #253237;
}
.search-content {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    right: 0;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5rem;
    display: block;
    float: none;
    background: #eee;
    width: 28rem;
    height: 38px;
}
#search-by-category {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#search-by-category .search-container {
    position: relative;
}

#search-by-category .search-container #text-search {
    padding: 1rem 2rem;
    height: 100%;
    width: calc(100% - 42px);
    font-size: 1.2rem;
    border: 0;
    z-index: 1;
    background: #ffffff00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search-by-category .search-container .categories-container {
    position: absolute;
    right: 35px;
    top: 0;
    height: 100%;
    width: 15.1rem;
    display: none;
}
#search-by-category .search-container .categories-container .hover-cate {
    height: 100%;
}
#search-by-category .search-container .categories-container .hover-cate .text-selected {
    overflow: hidden;
    height: 100%;
}
#search-by-category .search-container .categories-container .hover-cate .cate-selected {
    position: relative;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #253237;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
}
#search-by-category .search-container .categories-container .hover-cate .cate-selected span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 0.005em;
}
#search-by-category .search-container .categories-container .hover-cate .cate-selected > * {
    position: relative;
}
#search-by-category .search-container .categories-container .hover-cate .text-selected i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: 10px;
    font-size: 1.2rem;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items {
    z-index: 9999 !important;
    position: absolute;
    display: none;
    max-height: 30rem;
    background: #fff;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    width: 100%;
    cursor: pointer;
    top: 100%;
    text-align: left;
}
.cate-items li {
    text-transform: capitalize;
    font-size: 1.2rem;
    list-style: none;
    line-height: 2rem;
}
#search-by-category #sp-btn-search {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#btn-search-category {
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    height: 100%;
    color: black;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
    min-width: 42px;
    background: #eee;
}
#btn-search-category:before {
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
    font-family: "Ionicons";
    content: "\f4a4";
}
#btn-search-category span {
    display: none;
}
#search-by-category .search-ajax {
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
    min-width: 25rem;
    max-width: 600px;
}
#search-by-category .search-ajax .ajax-result-container {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 30rem;
    overflow: auto;
    margin: 0;
    padding: 10px;
}
#search-by-category .search-ajax li {
    list-style: none;
    margin-bottom: 2rem;
}
/* searchbar css ends */

/* Mobile Menu */
.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}
.mobile-menu-toggler,.mobile-menu-toggler:hover {
	border: 0;
	background: transparent;
	color: #222529;
	padding: 1rem 0.5rem;
	margin-right: 0.5rem;
	font-size: 20px;
	line-height: 0;
	cursor: pointer;
}
.header-3 .offcanvas{
	background-color: #1c1c1c;
}
.header-3 .nav-link{
	padding: 10px 0;
	font-size: 16px;
}

.header-3 .nav-link:hover{
	color: #4dae65 !important;
}

.header-3 .dropdown ul{
	list-style: none;
	padding-left: 15px;
}
/* Mobile Menu ends */

/* dropdown basic css starts */
.horizontal-menu .ul-top-items .li-top-item.right{float:right;position:relative;text-align:right;}
.horizontal-menu .ul-top-items .li-top-item.mega-right{float:right;text-align:right;}
.horizontal-menu .sub-menu-container,.horizontal-menu .flyout-third-items{position:absolute;top:100%;-webkit-box-shadow: none;box-shadow: none;border: 0;background: #fff;border-radius: 0;-webkit-border-radius: 0;-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);}
.horizontal-menu .flyout-menu-container{width:20rem;}
.horizontal-menu .flyout-menu-container.left .a-item .fa{float:right;line-height:inherit;}
.horizontal-menu .flyout-menu-container.left{float:left;}
.horizontal-menu .flyout-menu-container.right{float:right;right:0;}
.horizontal-menu .flyout-menu-container.right .a-item .fa{float:left;line-height:inherit;}
.horizontal-menu .flyout-menu-container.right .li-second-items{position:relative;}
.horizontal-menu .ul-second-items .li-second-items{position:relative;background: transparent !important;}
.horizontal-menu .ul-second-items .li-second-items .a-second-link{padding:1rem 1.5rem !important;}
.horizontal-menu .ul-second-items .li-second-items .a-second-link i{font-size: 1.2rem;margin: 0;}
.horizontal-menu .flyout-menu-container{width:20rem;}
.horizontal-menu .flyout-menu-container.left .a-item .fa{float:right;line-height:inherit;}
.horizontal-menu .flyout-menu-container.left{float:left;}
.horizontal-menu .flyout-menu-container.right{float:right;right:0;}
.horizontal-menu .flyout-menu-container.right .a-item .fa{float:left;line-height:inherit;}
.horizontal-menu .flyout-menu-container.right .li-second-items{position:relative;}
.sub-menu-container {
    z-index: 100;
    display: none;
}
.horizontal-menu .ul-top-items .li-top-item .left {
    text-align: left;
}
.horizontal-menu .flyout-menu-container.left {
    float: left;
}
.horizontal-menu .ul-top-items .li-top-item > a > i{
    background: transparent !important;
}
.horizontal-menu .ul-top-items .li-top-item > a > i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-weight: normal !important;
}
/* dropdown basic css end */