.header-area {
&.white-header {
top: 0;
left: 0;
right: 0;
z-index: 99;
position: absolute;
.top-header-area {
background-color: transparent;
}
.top-header-contact-info {
color: var(--whiteColor);
li {
color: var(--whiteColor);
a {
color: var(--whiteColor);
&:hover {
color: var(--whiteColor);
}
}
&.email {
a {
color: var(--whiteColor);
&:hover {
color: var(--whiteColor);
}
}
}
&.phone-number {
a {
color: var(--whiteColor);
&:hover {
color: var(--whiteColor);
}
}
}
}
}
.top-header-right-side {
color: var(--whiteColor);
li {
color: var(--whiteColor);
a {
color: var(--whiteColor);
&:hover {
color: var(--whiteColor);
}
}
&.language-switcher {
color: var(--whiteColor);
span {
color: var(--whiteColor);
}
&::before {
background-color: var(--whiteColor);
}
&::after {
background-color: var(--whiteColor);
}
}
}
}
.navbar-area {
background-color: rgba(0, 0, 0, .40);
&.is-sticky {
background-color: var(--blackColor) !important;
}
}
.cyard-nav {
.navbar {
.navbar-nav {
.nav-item {
a {
color: var(--whiteColor);
&:hover, &.active {
color: var(--mainColor);
&::after, &::before {
background-color: var(--mainColor);
}
}
}
.dropdown-toggle {
&::before {
background-color: var(--whiteColor);
}
&::after {
background-color: var(--whiteColor);
}
}
&:hover, &.active {
a {
color: var(--mainColor);
&::after, &::before {
background-color: var(--mainColor);
}
}
}
.dropdown-menu {
background: var(--blackColor);
li {
a {
color: var(--whiteColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
.dropdown-toggle {
&::before {
background-color: var(--whiteColor);
}
&::after {
background-color: var(--whiteColor);
}
}
.dropdown-menu {
li {
a {
color: var(--whiteColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
.dropdown-menu {
li {
a {
color: var(--whiteColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
.dropdown-menu {
li {
a {
color: var(--whiteColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
&.active {
a {
color: var(--mainColor);
}
}
}
}
&.active {
a {
color: var(--mainColor);
}
}
}
}
&.active {
a {
color: var(--mainColor);
}
}
}
}
&.active {
a {
color: var(--mainColor);
}
}
}
}
}
}
.others-option {
.option-item {
color: var(--whiteColor);
.default-btn {
border: 1px solid var(--mainColor);
background-color: var(--whiteColor);
&:hover {
border-color: var(--blackColor);
color: var(--whiteColor);
}
}
.social-links {
li {
color: var(--whiteColor);
a {
color: var(--whiteColor);
&:hover {
color: var(--mainColor);
}
}
}
}
.search-cart {
li {
color: var(--whiteColor);
.search-icon {
color: var(--whiteColor);
&:hover {
color: var(--mainColor);
}
}
a {
color: var(--whiteColor);
&:hover {
color: var(--mainColor);
}
}
}
}
.cart-btn {
display: inline-block;
position: relative;
top: 0;
font-size: 18px;
color: var(--whiteColor);
span {
position: absolute;
right: -4px;
top: -4px;
width: 14px;
height: 14px;
text-align: center;
line-height: 13.9px;
border-radius: 50%;
color: var(--whiteColor);
background-color: red;
font-size: 9px;
font-weight: 600;
}
&::before {
top: 6px;
right: -15px;
width: 1px;
content: '';
height: 16px;
position: absolute;
background-color: #cdbebe;
}
}
}
}
}
}
.others-option-for-responsive {
.dot-menu {
.inner {
.circle {
background-color: var(--whiteColor);
}
}
&:hover {
.inner {
.circle {
background-color: var(--mainColor);
}
}
}
}
}
}
}
.cyard-new-navbar-area {
.cyard-nav {
.navbar {
.others-option {
.option-item {
.cart-btn {
color: var(--whiteColor);
}
}
}
}
}
}
/*top-header-area-css*/
.top-header-area {
z-index: 9991;
position: relative;
background: linear-gradient(to left, var(--gradOne), var(--gradTwo), var(--gradThree), var(--gradFour), var(--gradFive));
padding: {
top: 10px;
bottom: 10px;
};
.container-fluid {
padding: {
left: 30px;
right: 30px;
};
}
}
.top-header-contact-info {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
color: var(--whiteColor);
li {
margin-right: 20px;
display: inline-block;
color: var(--whiteColor);
a {
color: var(--whiteColor);
position: relative;
&:hover {
color: var(--whiteColor);
}
}
&.email {
a {
font-weight: 500;
margin-left: 5px;
padding-left: 18px;
color: var(--whiteColor);
i {
position: absolute;
top: 1px;
left: 0;
}
&:hover {
color: var(--whiteColor);
}
}
}
&.phone-number {
a {
font-weight: 500;
margin-left: 5px;
padding-left: 18px;
color: var(--whiteColor);
i {
position: absolute;
top: 1px;
left: 0;
}
&:hover {
color: var(--whiteColor);
}
}
}
&:last-child {
margin-right: 0;
}
}
}
.top-header-right-side {
text-align: end;
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
color: var(--whiteColor);
li {
margin-right: 20px;
display: inline-block;
color: var(--whiteColor);
a {
color: var(--whiteColor);
position: relative;
padding-left: 23px;
i {
position: absolute;
font-size: 16px;
left: 0;
top: 0;
}
&:hover {
color: var(--whiteColor);
}
}
&:last-child {
margin-right: 0;
}
&.language-switcher {
color: var(--whiteColor);
padding-right: 16px;
position: relative;
cursor: pointer;
z-index: 3;
.drop {
left: 0;
right: 0;
top: 100%;
opacity: 0;
z-index: 2;
width: 130px;
display: none;
position: absolute;
pointer-events: none;
list-style-type: none;
background: var(--whiteColor);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
text-align: start;
padding: 15px;
margin: {
bottom: 0;
top: 10px;
};
li {
margin: {
right: 0;
bottom: 12px;
};
&:last-child {
margin-bottom: 0;
}
a {
color: var(--blackColor);
padding-left: 25px;
display: block;
img {
left: 0;
top: 50%;
position: absolute;
transform: translateY(-50%);
}
}
}
}
&.active {
.drop {
opacity: 1;
display: block;
pointer-events: auto;
}
}
span {
color: var(--whiteColor);
padding-left: 25px;
position: relative;
img {
left: 0;
top: 50%;
position: absolute;
transform: translateY(-50%);
}
}
&::before {
top: 5px;
right: 0;
width: 1px;
content: '';
height: 10px;
position: absolute;
transform: rotate(45deg);
background-color: var(--whiteColor);
}
&::after {
top: 5px;
right: 7px;
width: 1px;
content: '';
height: 10px;
position: absolute;
transform: rotate(-45deg);
background-color: var(--whiteColor);
}
}
}
}
/*navbar-area-css*/
.navbar-area {
position: relative;
background-color: var(--whiteColor);
&.is-sticky {
top: 0;
left: 0;
width: 100%;
z-index: 999;
position: fixed;
background-color: var(--whiteColor) !important;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
}
.cyard-responsive-nav {
display: none;
}
.cyard-nav {
.container-fluid {
padding: {
left: 30px;
right: 30px;
};
}
.navbar {
padding: 0;
position: inherit;
.navbar-brand {
font-size: inherit;
line-height: 1;
padding: 0;
}
ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.navbar-nav {
margin-left: 100px;
position: relative;
.nav-item {
position: relative;
margin: {
left: 15px;
right: 15px;
};
a {
position: relative;
color: var(--blackColor);
transition: var(--transition);
font: {
family: var(--headingFontFamily);
weight: 500;
size: 16px;
};
padding: {
left: 0;
right: 0;
top: 30px;
bottom: 30px;
};
&:hover, &.active {
color: var(--mainColor);
&::after, &::before {
background-color: var(--mainColor);
}
}
}
.dropdown-toggle {
padding-right: 15px;
&::before {
right: 0;
width: 1px;
content: '';
height: 9px;
top: 38.5px;
position: absolute;
transform: rotate(45deg);
transition: var(--transition);
background-color: var(--blackColor);
}
&::after {
margin: 0;
border: 0;
right: 6px;
width: 1px;
content: '';
height: 9px;
top: 38.5px;
position: absolute;
transform: rotate(-45deg);
transition: var(--transition);
background-color: var(--blackColor);
}
}
&:last-child {
margin-right: 0;
}
&:first-child {
margin-left: 0;
}
&:hover, &.active {
a {
color: var(--mainColor);
&::after, &::before {
background-color: var(--mainColor);
}
}
}
.dropdown-menu {
left: 0;
top: 80px;
opacity: 0;
z-index: 99;
border: none;
width: 250px;
margin-top: 0;
display: block;
padding: 10px 0;
border-radius: 0;
position: absolute;
visibility: hidden;
background: var(--whiteColor);
transition: all 0.2s ease-in-out;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
li {
margin: 0;
a {
display: block;
padding: 9px 20px;
position: relative;
color: var(--blackColor);
background: transparent;
font: {
family: var(--headingFontFamily);
weight: 500;
size: 15px;
};
&::before {
top: 0;
left: 0;
width: 2px;
content: '';
height: 100%;
position: absolute;
transform: scaleY(0);
transition: var(--transition);
background-color: var(--mainColor);
}
&:hover {
color: var(--mainColor);
&::before {
transform: scaleY(1);
}
}
&.active {
color: var(--mainColor);
&::before {
transform: scaleY(1);
}
}
}
.dropdown-toggle {
padding-right: 15px;
&::before {
top: 15px;
left: auto;
width: 1px;
content: '';
height: 9px;
right: 15px;
position: absolute;
transform: rotate(45deg) !important;
background-color: var(--blackColor);
}
&::after {
top: 15px;
margin: 0;
border: 0;
width: 1px;
content: '';
height: 9px;
right: 21px;
position: absolute;
transform: rotate(-45deg) !important;
background-color: var(--blackColor);
}
}
.dropdown-menu {
top: 0;
opacity: 0;
left: auto;
right: 250px;
margin-top: 0;
visibility: hidden;
li {
a {
color: var(--blackColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
.dropdown-menu {
top: 0;
opacity: 0;
right: 250px;
visibility: hidden;
li {
a {
color: var(--blackColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
.dropdown-menu {
top: 0;
opacity: 0;
right: -250px;
visibility: hidden;
li {
a {
color: var(--blackColor);
background: transparent;
&:hover {
color: var(--mainColor);
}
&.active {
color: var(--mainColor);
}
}
&.active {
a {
color: var(--mainColor);
}
}
&:hover {
.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
}
}
&.active {
a {
color: var(--mainColor);
}
}
&:hover {
.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
}
}
&.active {
a {
color: var(--mainColor);
}
}
&:hover {
.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
}
}
&.active {
a {
color: var(--mainColor);
&::before {
transform: scaleY(1);
}
}
}
&:hover {
.dropdown-menu {
opacity: 1;
margin-top: 0;
visibility: visible;
}
}
}
}
&:hover {
.dropdown-menu {
opacity: 1;
visibility: visible;
}
}
}
}
.others-option {
margin-left: auto;
.option-item {
margin-left: 30px;
&:first-child {
margin-left: 0;
}
.default-btn {
border: 1px solid var(--mainColor);
box-shadow: 0 8px 35px #d7ced140;
color: var(--mainColor);
background: transparent;
padding: {
top: 10px;
bottom: 10px;
};
&:hover {
border-color: var(--whiteColor);
color: var(--whiteColor);
}
}
.social-links {
margin-bottom: 0;
padding-left: 0px;
position: relative;
list-style-type: none;
&::before {
top: 1px;
left: -15px;
width: 1px;
content: '';
height: 16px;
position: absolute;
background-color: #cdbebe;
}
li {
display: inline-block;
margin-right: 10px;
a {
display: block;
line-height: 1;
font-size: 16px;
color: var(--blackColor);
&:hover {
color: var(--mainColor);
}
}
&:last-child {
margin-right: 0;
}
}
}
.search-cart {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
li {
display: inline-block;
margin-right: 15px;
.search-icon {
line-height: 1;
font-size: 18px;
cursor: pointer;
color: var(--blackColor);
transition: var(--transition);
&:hover {
color: var(--mainColor);
}
}
a {
display: block;
line-height: 1;
font-size: 20px;
color: var(--blackColor);
&:hover {
color: var(--mainColor);
}
}
&:last-child {
margin-right: 0;
}
}
}
.cart-btn {
display: inline-block;
position: relative;
top: 0;
font-size: 18px;
color: var(--blackColor);
span {
position: absolute;
right: -4px;
top: -4px;
width: 14px;
height: 14px;
text-align: center;
line-height: 13.9px;
border-radius: 50%;
color: var(--whiteColor);
background-color: red;
font-size: 9px;
font-weight: 600;
}
&::before {
top: 6px;
right: -15px;
width: 1px;
content: '';
height: 16px;
position: absolute;
background-color: #cdbebe;
}
}
}
}
}
}
.others-option-for-responsive {
display: none;
.dot-menu {
top: -29px;
right: 60px;
height: 30px;
z-index: 999;
padding: 0 10px;
cursor: pointer;
position: absolute;
.inner {
align-items: center;
display: flex;
height: 30px;
.circle {
width: 5px;
height: 5px;
margin: 0 2px;
border-radius: 100%;
transition: var(--transition);
background-color: var(--blackColor);
}
}
&:hover {
.inner {
.circle {
background-color: var(--mainColor);
}
}
}
}
.container {
position: relative;
.container {
right: 0;
top: 15px;
opacity: 0;
z-index: 2;
max-width: 300px;
margin-left: auto;
visibility: hidden;
position: absolute;
transform: scaleX(0);
transition: var(--transition);
padding: {
left: 15px;
right: 15px;
};
&.active {
opacity: 1;
visibility: visible;
transform: scaleX(1);
}
}
}
.option-inner {
padding: 15px 20px;
text-align: center;
background-color: var(--whiteColor);
box-shadow: 0 15px 40px rgba(0,0,0,.09);
.others-option {
.option-item {
margin-bottom: 15px;
&:last-child {
margin-bottom: 0;
}
.default-btn {
border: 1px solid var(--mainColor);
box-shadow: 0 8px 35px #d7ced140;
background-color: transparent;
color: #fff;
padding: {
top: 10px;
bottom: 10px;
};
&:hover {
border-color: var(--whiteColor);
color: var(--whiteColor);
}
}
.social-links {
margin-bottom: 0;
padding-left: 0px;
position: relative;
list-style-type: none;
li {
display: inline-block;
margin-right: 10px;
a {
display: block;
line-height: 1;
font-size: 16px;
color: var(--blackColor);
&:hover {
color: var(--mainColor);
}
}
&:last-child {
margin-right: 0;
}
}
}
.search-cart {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
li {
display: inline-block;
margin-right: 15px;
.search-icon {
line-height: 1;
font-size: 18px;
cursor: pointer;
color: var(--blackColor);
&:hover {
color: var(--mainColor);
}
}
a {
display: block;
line-height: 1;
font-size: 20px;
color: var(--blackColor);
&:hover {
color: var(--mainColor);
}
}
&:last-child {
margin-right: 0;
}
}
}
}
}
}
}
/*search-overlay-css*/
.search-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 99999;
position: fixed;
overflow: hidden;
visibility: hidden;
transition: all 0.3s ease-in-out;
.search-overlay-layer {
top: 0;
right: 0;
bottom: 0;
z-index: 1;
position: absolute;
transform: translateX(100%);
&:nth-child(1) {
left: 0;
transition: all 0.3s ease-in-out 0s;
background-color: rgba(0, 0, 0, 0.5);
}
&:nth-child(2) {
left: 0;
transition: all 0.3s ease-in-out 0.3s;
background-color: rgba(0, 0, 0, 0.4);
}
&:nth-child(3) {
left: 0;
transition: all 0.9s ease-in-out 0.6s;
background-color: rgba(0, 0, 0, 0.7);
}
}
.search-overlay-close {
top: 40px;
right: 40px;
width: 50px;
z-index: 2;
opacity: 0;
padding: 10px;
cursor: pointer;
text-align: center;
visibility: hidden;
position: absolute;
transition: all 0.9s ease-in-out 1.5s;
.search-overlay-close-line {
width: 100%;
height: 3px;
float: left;
margin-bottom: 5px;
transition: all 500ms ease;
background-color: var(--whiteColor);
&:nth-child(1) {
transform: rotate(45deg);
}
&:nth-child(2) {
margin-top: -7px;
transform: rotate(-45deg);
}
}
&:hover {
.search-overlay-close-line {
background: red;
transform: rotate(180deg);
}
}
}
.search-overlay-form {
transform: translateY(-50%) translateX(-50%);
transition: all 0.9s ease-in-out 1.4s;
visibility: hidden;
position: absolute;
max-width: 600px;
width: 600px;
opacity: 0;
z-index: 2;
left: 50%;
top: 50%;
form {
position: relative;
.input-search {
padding: 0 0 0 15px;
width: 100%;
height: 70px;
border: none;
display: block;
color: var(--blackColor) !important;
background-color: var(--whiteColor) !important;
transition: var(--transition);
font: {
size: 20px;
family: var(--headingFontFamily);
};
&::placeholder {
transition: var(--transition);
color: var(--paragraphColor);
}
&:focus {
&::placeholder {
color: transparent;
}
}
}
button {
right: 15px;
top: 13px;
border: none;
opacity: 0.7;
font-size: 25px;
position: absolute;
color: var(--blackColor);
transition: var(--transition);
background-color: transparent;
&:hover {
opacity: 1;
}
}
}
}
&.search-overlay-active {
&.search-overlay {
opacity: 1;
visibility: visible;
.search-overlay-layer {
transform: translateX(0);
}
.search-overlay-close {
opacity: 1;
visibility: visible;
}
.search-overlay-form {
opacity: 1;
visibility: visible;
}
}
}
}
// New top-header-area & navbar-area CSS
.cyard-new-top-header-area {
background: var(--primaryGradientColor);
.top-header-contact-info {
li {
color: var(--whiteColor);
font-family: var(--headingFontFamily);
font-weight: 600;
a {
color: var(--whiteColor);
&:hover {
color: var(--blackColor);
}
}
&.email {
a {
padding-left: 0;
&:hover {
color: var(--blackColor);
}
}
}
&.phone-number {
a {
padding-left: 0;
&:hover {
color: var(--blackColor);
}
}
}
}
}
.top-header-right-side {
li {
a {
padding-left: 0;
color: var(--whiteColor);
i {
position: relative;
top: 1.2px;
transition: var(--transition);
&:hover {
transform: translateY(-2px);
color: var(--blackColor);
}
}
}
}
}
}
.navbar-area {
&.cyard-new-navbar-area {
background-color: #1C0531;
&.is-sticky {
background-color: #1C0531 !important;
}
.cyard-nav {
.navbar {
.navbar-nav {
margin-left: auto;
.nav-item {
a {
color: var(--whiteColor);
}
.dropdown-toggle {
&::before {
background-color: var(--whiteColor);
}
&::after {
background-color: var(--whiteColor);
}
}
.dropdown-menu {
li {
a {
color: var(--blackColor);
}
}
}
}
}
.others-option {
margin-left: 35px;
position: relative;
top: 2px;
.option-item {
.search-cart {
li {
.search-icon {
color: var(--whiteColor);
}
}
}
.default-btn-two {
background: var(--primaryGradientColorTwo);
border: none;
&::before {
background: var(--primaryGradientColorThree);
}
}
}
}
}
a.navbar-brand {
h2 {
color: #fff;
margin: 0;
}
}
}
.cyard-responsive-nav {
.logo {
a {
h2 {
color: #fff;
margin: 0;
}
}
}
}
}
}
.background-transparent-header {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 9;
.cyard-new-navbar-area {
background-color: transparent;
}
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
.header-area {
&.white-header {
position: relative;
.top-header-area {
background-color: var(--blackColor);
}
.navbar-area {
border-bottom: none;
background-color: #000000;
}
.cyard-responsive-nav {
.mean-container {
a {
&.meanmenu-reveal {
color: var(--whiteColor);
span {
background: var(--whiteColor);
}
}
}
}
}
}
}
/*top-header-area-css*/
.top-header-area {
text-align: center;
padding-bottom: 0;
}
.top-header-contact-info {
li {
margin: {
left: 10px;
right: 10px;
bottom: 10px;
};
&:last-child {
margin-right: 10px;
}
}
}
.top-header-right-side {
text-align: center;
li {
margin: {
left: 0;
right: 10px;
bottom: 10px;
};
&:last-child {
margin-right: 10px;
}
&.language-switcher {
padding-right: 14px;
.drop {
li {
margin: {
left: 0;
right: 0;
};
}
}
&::after {
top: 6px;
right: 5px;
height: 7px;
}
&::before {
top: 6px;
height: 7px;
}
}
}
}
/*navbar-area-css*/
.navbar-area {
border-bottom: 1px solid #eeeeee;
padding: {
top: 15px;
bottom: 15px;
};
&.is-sticky {
border-bottom: none;
padding: {
top: 15px;
bottom: 15px;
};
}
}
.cyard-responsive-nav {
display: block;
&.menu-top-space {
.cyard-responsive-menu {
&.mean-container {
.mean-nav {
margin-top: 13px;
}
}
}
.mean-container {
a {
&.meanmenu-reveal {
&.meanclose {
padding-top: 13px;
}
}
}
}
}
.cyard-responsive-menu {
position: relative;
&.mean-container {
.mean-nav {
//margin-top: 63px;
margin-top: 43px;
background-color: var(--whiteColor);
font-family: var(--headingFontFamily);
ul {
font-size: 16px;
border: none !important;
li {
a {
border-top-color: #DBEEFD;
color: var(--blackColor);
text-transform: unset;
font-weight: 500;
i {
display: none;
}
&.mean-expand {
width: 50%;
height: 28px;
text-align: end;
padding: 11px!important;
background: transparent !important;
border: {
left: none !important;
bottom: none !important;
};
}
&.active {
color: var(--mainColor);
}
}
li {
a {
font-size: 15px;
}
}
}
}
}
.navbar-nav {
max-height: 60vh;
background-color: var(--whiteColor);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
overflow: {
y: scroll;
x: hidden;
};
}
}
}
.mean-container {
a {
&.meanmenu-reveal {
top: 0;
padding: 0;
width: 35px;
height: 30px;
//padding-top: 13px;
padding-top: 2px;
color: var(--blackColor);
font-family: var(--fontFamily);
&.meanclose {
padding-top: 3px;
}
span {
top: 8px;
height: 4px;
margin-top: -6px;
border-radius: 3px;
position: relative;
background: var(--blackColor);
}
}
}
.mean-bar {
background: transparent;
position: absolute;
z-index: 999;
padding: 0;
}
}
.dropdown-toggle {
&::after {
display: none !important;
}
&::before {
display: none !important;
}
}
.others-option {
display: none !important;
}
.logo {
position: relative;
z-index: 999;
width: 60%;
}
}
.cyard-nav {
display: none;
}
.others-option-for-responsive {
display: block;
}
/*search-overlay-css*/
.search-overlay {
.search-overlay-form {
max-width: 290px;
width: 290px;
form {
.input-search {
height: 55px;
font-size: 16px;
}
button {
font-size: 19px;
}
}
}
}
// New navbar-area CSS
.cyard-new-navbar-area {
.cyard-responsive-nav {
.mean-container {
a {
&.meanmenu-reveal {
color: var(--whiteColor);
span {
background: var(--whiteColor);
}
}
}
}
}
.others-option-for-responsive {
.dot-menu {
.inner {
.circle {
background-color: var(--whiteColor);
}
}
}
.option-inner {
padding: 20px 20px 15px;
.others-option {
.d-flex {
display: block !important;
}
}
}
}
}
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
/*top-header-area-css*/
.top-header-area {
.container-fluid {
max-width: 540px;
}
}
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area {
&.white-header {
position: relative;
.top-header-area {
background-color: var(--blackColor);
}
.navbar-area {
border-bottom: none;
background-color: #000000;
}
.cyard-responsive-nav {
.mean-container {
a {
&.meanmenu-reveal {
color: var(--whiteColor);
span {
background: var(--whiteColor);
}
}
}
}
}
}
}
/*top-header-area-css*/
.top-header-area {
text-align: center;
}
.top-header-right-side {
text-align: center;
margin-top: 10px;
li {
&.language-switcher {
padding-right: 14px;
.drop {
li {
margin: {
left: 0;
right: 0;
};
}
}
&::after {
top: 7px;
right: 5px;
height: 7px;
}
&::before {
top: 7px;
height: 7px;
}
}
}
}
/*navbar-area-css*/
.navbar-area {
border-bottom: 1px solid #eeeeee;
padding: {
top: 15px;
bottom: 15px;
};
&.is-sticky {
border-bottom: none;
padding: {
top: 15px;
bottom: 15px;
};
}
}
.cyard-responsive-nav {
display: block;
&.menu-top-space {
.mean-container a.meanmenu-reveal span {
margin-top: 0;
}
}
.cyard-responsive-menu {
position: relative;
&.mean-container {
.mean-nav {
//margin-top: 63px;
margin-top: 49px;
background-color: var(--whiteColor);
font-family: var(--headingFontFamily);
ul {
font-size: 16px;
border: none !important;
li {
a {
border-top-color: #DBEEFD;
color: var(--blackColor);
text-transform: unset;
font-weight: 500;
i {
display: none;
}
&.mean-expand {
width: 50%;
height: 28px;
text-align: end;
padding: 11px!important;
background: transparent !important;
border: {
left: none !important;
bottom: none !important;
};
}
&.active {
color: var(--mainColor);
}
}
li {
a {
font-size: 15px;
}
}
}
}
}
.navbar-nav {
max-height: 60vh;
background-color: var(--whiteColor);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
overflow: {
y: scroll;
x: hidden;
};
}
}
}
.mean-container {
a {
&.meanmenu-reveal {
top: 0;
padding: 0;
width: 35px;
height: 30px;
padding-top: 13px;
color: var(--blackColor);
font-family: var(--fontFamily);
span {
top: 8px;
height: 4px;
margin-top: -6px;
border-radius: 3px;
position: relative;
background: var(--blackColor);
}
}
}
.mean-bar {
background: transparent;
position: absolute;
z-index: 999;
padding: 0;
}
}
.dropdown-toggle {
&::after {
display: none !important;
}
&::before {
display: none !important;
}
}
.others-option {
display: none !important;
}
.logo {
position: relative;
z-index: 999;
width: 60%;
}
}
.cyard-nav {
display: none;
}
.others-option-for-responsive {
display: block;
}
// New navbar-area CSS
.cyard-new-navbar-area {
.cyard-responsive-nav {
.mean-container {
a {
&.meanmenu-reveal {
color: var(--whiteColor);
span {
background: var(--whiteColor);
}
}
}
}
}
.others-option-for-responsive {
.dot-menu {
.inner {
.circle {
background-color: var(--whiteColor);
}
}
}
.option-inner {
padding: 20px 20px 15px;
.others-option {
.d-flex {
display: block !important;
}
}
}
}
}
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*top-header-area-css*/
.top-header-area {
.container-fluid {
padding: {
left: var(--bs-gutter-x, 0.75rem);
right: var(--bs-gutter-x, 0.75rem);
};
}
}
.top-header-contact-info {
li {
margin-right: 15px;
&.email {
a {
margin-left: 0;
padding-left: 0;
i {
display: none;
}
}
}
&.phone-number {
a {
margin-left: 0;
padding-left: 0;
i {
display: none;
}
}
}
}
}
/*navbar-area-css*/
.cyard-nav {
.container-fluid {
padding: {
left: var(--bs-gutter-x, 0.75rem);
right: var(--bs-gutter-x, 0.75rem);
};
}
.navbar {
.navbar-nav {
margin-left: 20px;
.nav-item {
margin: {
left: 11px;
right: 11px;
};
a {
font-size: 13px;
}
.dropdown-toggle {
padding-right: 15px;
&::before {
top: 37.5px;
}
&::after {
top: 37.5px;
}
}
.dropdown-menu {
li {
a {
font-size: 14.5px;
background: transparent;
}
.dropdown-menu {
li {
.dropdown-menu {
right: -250px;
li {
.dropdown-menu {
right: 250px;
}
}
}
}
}
}
}
}
}
.others-option {
margin-left: auto;
.option-item {
margin-left: 15px;
&:first-child {
margin-left: 0;
}
.default-btn {
font-size: 14px;
padding: {
left: 15px;
right: 15px;
};
}
.social-links {
&::before {
left: -10px;
}
li {
a {
font-size: 14px;
}
}
}
.search-cart {
li {
margin-right: 10px;
.search-icon {
font-size: 16px;
}
a {
font-size: 18px;
}
}
}
.cart-btn {
font-size: 14px;
&::before {
top: 3px;
right: -9px;
}
}
}
}
}
}
.header-area.white-header {
.cyard-nav {
.navbar {
.others-option {
.option-item {
.cart-btn {
font-size: 14px;
&::before {
top: 3px;
right: -9px;
}
}
}
}
}
}
}
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
/*navbar-area-css*/
.cyard-nav {
.navbar {
.navbar-nav {
margin-left: 50px;
}
}
}
}
/* Min width 1550px */
@media only screen and (min-width: 1550px) {
/*top-header-area-css*/
.top-header-area {
.container-fluid {
max-width: 1900px;
padding: {
left: 100px;
right: 100px;
};
}
}
/*navbar-area-css*/
.cyard-nav {
.container-fluid {
max-width: 1900px;
padding: {
left: 100px;
right: 100px;
};
}
}
}
.mean-container .mean-nav ul li li a {
color: var(--blackColor) !important;
}
.mean-container .mean-nav ul li ul li.active a {
color: var(--mainColor) !important;
}