
.header-top-bar{
    background-color: #D7BF85;
    padding: 8px 4px;
}
.choose-salon-link{
    color: #121212;
    font-size: 14px;
    text-decoration: none;
    text-align: end;
}
.choose-salon-link-icon{
    width: 16px;
    margin-right: 4px;
}
.divider-line{
    width: 1px;
    height: 20px;
    background: #313D49;
    margin: 0 10px;
}
.wlcm-new-txt{
    margin: 0;
    opacity: 1 !important;
    text-transform: capitalize !important;
    font-size: 13px !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 161px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    word-break: break-word;
    color: #000;
    font-weight: 900;
}
.align-center{
    align-items: center;
}
.wlcm-t{
    margin: 0 !important;
    padding: 10px 13px;
    padding-right: 8px;
}
#u_name {
    text-transform: capitalize;
    font-size: 13px !important;
}
.wlcm-msg-mob{
    background: #333;
    color: #f5f5f5;
    padding: 10px 20px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize !important;
    margin: 0;
    line-height: 20px;
}
.br-1-ddd {
    border-right: 1px solid #ddd;
}
.ml-15 {
    margin-left: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.main-navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
    height: 64px;
}
.navbar-brand .logo-img {
    /* max-width: 120px;
    max-height: 40px; */
        max-width: 115px;
        max-height: 60px;
}
.navbar-brand{
    margin-right: 0px;
}
.dis-f{
    display: flex;
    align-items: center;
    max-width: 75%;
}
.salon-name {
    margin-bottom: 0;
    font-size: 14px;
    /* font-family: sans-serif !important; */
    color: #121212;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 161px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    word-break: break-word;
    text-transform: uppercase;
    text-align: center;
}
.main-navbar ul.navbar-nav li.nav-item .nav-link {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 13px;
    letter-spacing: 0.5px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E0E0E;
    /* opacity: 0.5; */
}

.main-navbar ul.navbar-nav li.nav-item.active .nav-link {
    opacity: 1;
}

.main-navbar ul.navbar-nav li.nav-item .nav-link:hover {
    opacity: 1;
}

.main-navbar ul.navbar-nav li.nav-item .nav-link.nav-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    opacity: 0.6;
}
.heart{
    /* position: absolute; */
    top: 10px;
    left: 18px;
}
.heart img{
    opacity: 0.6;
    width: 16px;
    height: 16px;
}
.main-navbar ul.navbar-nav li.nav-item .nav-link.nav-icon {
    position: relative;
}
.nav-icon .count-badge {
    width: 20px;
    height: 20px;
    background-color: #121212;
    font-size: 9px;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -1px;
    letter-spacing: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-dropdown {
    width: 600px;
    top: 51px;
    left: -180px;
    border-radius: 0;
    padding: 30px 15px;
}
.products-dropdown h5 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    /* padding-bottom: 15px; */
    /* padding-right: 15px; */
    /* border-bottom: 1px solid #eee; */
    width: max-content;
}
.products-dropdown ul {
    padding-left: 0;
    list-style-type: none;
}
.products-dropdown ul li {
    width: 100%;
    margin-bottom: 15px;
    border-left: 2px solid #aaa;
}
.products-dropdown ul li:last-child {
    margin-bottom: 0;
}
.products-dropdown ul li a {
    display: block;
    width: 100%;
    padding: 2px 10px;
    font-size: 12px;
    color: #242424;
    font-weight: 300;
}
.mar-left{
    margin-left: 0px !important;
}
.no-overflow {
    overflow: hidden !important;
}

.mobile-menu {
    position: fixed;
    top: 0px;
    left: 3000px;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    color: #FFF;
    /* padding: 20px; */
    transition: all 0.5s ease;
    overflow-y: auto;
    z-index: 1;
}

.mobile-menu-show {
    left: 0 !important;
}
.mobile-menu ul.m-menu {
    margin-left: auto;
    width: 60%;
    padding-left: 0;
    list-style-type: none;
    min-height: 100%;
    background-color: rgba(255,255,255,0.98);
    border-left: 1px solid #ddd;
}
.mobile-menu ul.m-menu li.m-menu-item {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.mobile-menu ul.m-menu li.m-menu-item a.m-menu-link {
    padding: 12px 20px;
    display: block;
    text-transform: capitalize;
    color: #0E0E0E !important;
    font-size: 16px;
    text-decoration: none;
}
.mobile-menu ul.m-menu li.m-menu-item a.m-menu-link.m-menu-lbl {
    color: #999 !important;
}
.mobile-menu ul.m-menu li.m-menu-item i.m-menu-arrow {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.3s ease-in;
}
.rotate-arrow {
    transform: rotate(90deg);
}
.close-menu-1 {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    left: inherit !important;
}
.close-menu {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
}
.m-search-bar-input{
    position: relative;
}
.m-search-btn{
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    border: none !important;
    padding: 10px !important;
}
.m-search-btn img{
    width: 14px;
}
.m-search-bar{
    display: none;
    background-color: #F3F5F7;
}
.m-search-bar-input input{
    height: 40px;
    border-radius: 0;
    font-size: 13px;
    background-color: #F3F5F7;
    border: none;
    padding: 10px 0;
}
.m-search-bar-input input:focus{
    border: none;
    background-color: transparent;
}
.m-products-menu {
    color: #000;
    padding: 10px 15px;
    background-color: #f1f1f1;
}
.m-menu-dd {
    text-transform: uppercase;
    padding: 10px 0;
    color: #242424;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}
.m-menu-dd, .m-menu-dd i {
    margin-left: 10px;
    font-size: 16px;
}
.m-m-menu {
    padding: 0 10px;
}
.m-m-menu .m-m-menu-concern, .m-m-menu .m-m-menu-collection {
    display: block;
    width: 100%;
    padding: 2px 10px;
    font-size: 14px;
    color: #242424;
    font-weight: 300;
    margin-bottom: 15px;
    border-left: 2px solid #666;
}
.m-m-menu .m-m-menu-collection {
    border-left: 2px solid #666;
}
.m-cart-btn {
    display:none;
    position: relative;
    height: 36px;
    padding: 9px 0px !important;
    width: 36px;
    background-color: transparent;
    border: none !important;
    outline: none;
    margin-left: auto;
    margin-right: 0;
    font-size: 0px !important;
}
.m-cart-btn img {
    width: 18px;
    height: 18px;
}
.m-cart-btn .m-count-badge {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #121212;
    font-size: 9px;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 0;
    letter-spacing: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-salon-div{
    /* display: inline-block; */
    display: flex;
    align-items: center;
}
.pad-top-65{
    padding-top: 65px !important;
}
.pad-1{
  padding: 10px 10px !important;  
}
.mrt-2{
    margin-top: 2px;
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 120px !important;
    }
    .m-search-bar{
        display: block;
    }
    .choose-salon-link{
        text-align: center;
        font-size: 12px;
    }
    .header-top-bar{
        padding: 6px 0px;
    }
    .salon-name {
        font-size: 11px;
        white-space: normal;
        line-height: 14px;
        max-width: 150px;
        /* max-width:98px */
        /* max-width: inherit; */
    }
    .main-navbar{
        border: none;
        height: 50px;
    }
    .m-cart-btn {
        display:inline-block;
    }
    .main-navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand .logo-img {
        max-height: 52px !important;
        max-width: 90px;
    }
    .dis-verticle{
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .m-search-bar{
        display: block;
    }
}
/* responsive for device width 320px and 280px */
@media only screen and (max-width: 320px) {
    .navbar-brand .logo-img {
        max-width: 70px;
    }
    .m-cart-btn {
        height: 30px;
        padding: 5px 0px !important;
        width: 30px;
    }
    .m-cart-btn .m-count-badge {
        right: -4px;
    }
    .main-navbar.navbar-light .navbar-toggler {
        height: 30px;
        width: 30px;
    }
    .divider-line {
        margin: 0 8px;
    }
}
@media only screen and (max-width: 280px) {
    .navbar-brand .logo-img {
        max-width: 70px;
    }
    .m-cart-btn {
        height: 30px;
        padding: 5px 0px !important;
        width: 30px;
    }
    .m-cart-btn .m-count-badge {
        right: -5px;
    }
    .main-navbar.navbar-light .navbar-toggler {
        height: 30px;
        width: 30px;
    }
    .divider-line {
        margin: 0 6px;
    }
}
.switch-field {
	display: flex;
    background: #e4e4e4;
    border-radius: 30px;
	overflow: hidden;
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch-field label {
	background-color: #e4e4e4;
	color: rgba(85, 79, 79, 0.6);
	font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 6px 18px;
    margin: 0;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
}
.opacity_1{
    opacity: 1 !important;
}
.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #000;
    box-shadow: none;
    color: #fff;
    border-radius: 30px;
}

.switch-field label:first-of-type {
    border-radius: 30px 0 0 30px;
}

.switch-field label:last-of-type {
	border-radius: 0 30px 30px 0;
}

.lang-bar-full { 
    display: flex;
    flex-basis: auto;
    align-items: center;
    flex-grow: 1;
}
.lang-bar-full .ml-auto{ 
    margin-left: auto;
}
.lang-bar-mobile { 
    display: none;
}
@media (max-width: 768px) {
.lang-bar-full { 
    display: none;
}
.lang-bar-mobile {
    display: flex;
    background-color: #fff;
    z-index: 999;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
}
.collapse.navbar-collapse.menu-full
{
    display: none !important;
}
}
