/*============================================================================================
   Start Header css
==============================================================================================*/
header.style-3 .welcome-msg {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0px;
}
header.style-3 .header-top .header-right a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}
header.style-3 .header-top .header-right a:hover {
    opacity: 0.8;
}

header.style-3 .header-top .header-right .header__shipping--text__link.email{
	text-transform: lowercase !important;
}

header.style-3 .header-bottom .main-nav {
    margin: 0;
}
header.style-3 .header-bottom .main-nav li a {
    font-weight: 400;
}
header.style-3 .header-bottom .main-nav li.active a,
header.style-3 .header-bottom .main-nav li:hover a {
    color: var(--primary-color);
}
header.style-3 .header-bottom .main-nav .submenu li a {
    color: var(--title-color);
}
header.style-3 .header-bottom .main-nav .submenu li a:hover {
    color: var(--primary-color);
}
header.style-3 .active-underline > li > a::before {
    margin-top: 16px;
    border-top: 2px solid;
}
header.style-3 .menu > .has-submenu > a::after {
    font-weight: 600;
}

header.style-3 .header-bottom {
    border: 1px solid #cccccc5e;
}
header.style-3 .header-middle {
    border: none;
}
header.style-3 .header-search input.form-control {
    border: 1px solid #cccccc5e;
}
header.style-3 .header-search.hs-expanded .select-box {
    border: 1px solid #cccccc5e;
}
header.style-3 .header-search.hs-expanded .select-box::after {
    display: none;
}
header.style-3 .header-search.hs-round .btn-search {
    border: none;
}
header.style-3 .header-top {
    background: var(--primary-color);
}

.header.style-3 .header__topbar {
    padding: 1rem 0;
}
.header.style-3 .header__shipping--text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color) !important;
    text-wrap: nowrap;
}
.header.style-3 .header__shipping--text:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header.style-3 .header__shipping--text:last-child::before {
    display: none;
}
.header.style-3 .header__shipping--text::before {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 100%;
    background: var(--white-color);
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.header.style-3 .header__shipping--text__icon {
    margin-right: 0.5rem;
    width: 19px;
    height: 13px;
}
.header.style-3 .header__shipping--text__link:hover {
    color: var(--white-color);
}

@media screen and (max-width: 767px) {
    .header.style-3 .header-top,
    .header.style-3 .header-top .container,
    .header.style-3 .header-top .container-fluid {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* Header Section Start */
    .header__shipping--wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 0;
    }
}





.header.style-3 .header__topbar {
    padding: 1rem 0;
}
.header.style-3 .header__shipping--text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
				font-size: 1.8rem; 
				font-weight: bold;
				display: flex;
				justify-content: center;
				align-items: center;
				color: var(--white-color) !important;
    text-wrap: nowrap;
}
.header.style-3 .header__shipping--text:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header.style-3 .header__shipping--text:last-child::before {
    display: none;
}
.header.style-3 .header__shipping--text::before {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 100%;
    background: var(--white-color);
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.header.style-3 .header__shipping--text__icon {
    margin-right: 0.5rem;
				width: 19px;
				height: 13px;
}
.header.style-3 .header__shipping--text__link:hover {
    color: var(--white-color);
}




@media screen and (max-width: 767px) {
    .header.style-3 .header-top,
				.header.style-3 .header-top .container,
				.header.style-3 .header-top .container-fluid {
					display: flex !important;
     flex-direction: column;
					justify-content: center;
					align-items: center;
    }
					/* Header Section Start */
	.header__shipping--wrapper{
		flex-wrap: wrap;
		justify-content: center; 
  gap: 10px;
		margin-top: 0;
	}
}








/*============================================================================================
   End Header css
==============================================================================================*/
