.logo { max-height: 75px !important; }
.nav_custome { padding-top: 0px !important; padding-bottom: 0px !important; }
.topbar_custome { padding: 2px 0 3px; }
.loginLink { color: #884cd2 !important;}
.fe-bg-pink-text{background: #ffdbdb !important;}
.fe-select { cursor: pointer; }
.fe-label-head { margin: 0; padding: 20px 15px 0 15px; }
.notificationMain { background-color: rgba(255, 44, 44, 0.5); padding: 25px; border-radius: 5px; margin: -10px 0 20px; }
.text-notity-green { color: #00a65a !important; }
.fe-link { color: #e42484 !important; margin:10px; }
.fe-link:hover { color: #75093f !important; margin:10px; }
.salonTown { margin: -7px 0 10px 0 !important; padding: 0 !important; font-size: 13px; }

/* ************************* Home Search ************************************ */
.fehs-Container {  padding: 0px; margin: -6px;  min-height: 30px; position: relative; border-radius: 25px; background: transparent;  background: #fff; }
.fehs-Container::before { content: ""; position: absolute; inset: 0; padding: 4px; border-radius: 25px; background: linear-gradient(45deg, #9c345e,   #ff4f9d, #ffffff); -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: destination-out; mask-composite: exclude; pointer-events: none; /* Prevents blocking clicks */
}

.fehs-Location {  display: block;}
.fehs-Dates { display: block; }
.fehs-button {  display: block; }
.fes-input-bg { background-color: #ffffff ;  }
.fes-input-bg:disabled, .fes-input-bg:read-only { background-color: #ffffff; }
.fes-input-bg:focus { box-shadow : none; }
.fes-input-bg:hover { background-color: #ffdffa; }
.border-radius-14 { border-radius: 30px 0 0 30px !important;}
.border-radius-23 { border-radius: 0 30px 30px 0 !important;}
.customSelect, .customDate { cursor: pointer; }
/* ************************* Home Search ************************************ */

.list-address { padding: 0 0 0 0px; }
.list-address li { float: left; margin: 0 40px 0 0;}
.list-address li:first-child { list-style-type: none; }
.salon-profile-logo-main { text-align: right;}
.salon-profile-logo { max-height: 130px; margin-right :-15px; }
.line-separator { border: 1px solid #ff70af; }
.services-item:hover .text-primary { color:#c9ffd0 !important; }
.services-list-item:hover { background-color: #fff4fa; }

/* ************************* Add To Cart Button Start ************************************ */
.cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #28a745;
    background-color: white;
    color: #28a745;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 10px 0px 0 0;
    float: right;
}

.cart-btn:hover { background-color: #28a745; color: white; }

/* Added to cart state */
.cart-btn.added {  background-color: #28a745; color: white; border-color: #28a745; }

/* Hover effect when added */
.cart-btn.added:hover { background-color: #ff4d4d; border-color: #ff4d4d; color: white; }

/* ************************* Add To Cart Button End ************************************ */



.floating-cart {
    width: 100%;
    max-width: 350px;
    float: left;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.floating-cart.fixed {
    width: 350px;
    position: fixed;
    top: 110px;
    transform: translateY(0%);
}

.floating-cart.fixedBottom {
    width: 350px;
    position: fixed;
    bottom: 15px;
    transform: translateY(20px);
}

.holdAboveFooter {
    position: absolute;
    bottom: 100px; /* Adjust to match footer spacing */
}

.cartHeading {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cartItemBlockMain {
    width: 100%;
    float: left;
    min-height: 20px;
    max-height: 340px;
    max-height: 340px;
    overflow-y: auto;
}
.cartItemBlock {
    display: flex;
    justify-content: space-between;
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.cartTotal {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-align: right;
    padding-top:5px;
    
}
.cartTotalLabel {
    width: 40%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    text-align: left;
    padding: 0 0 0 15px;
}
.cartTotalAmount {
    width: 40%;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    text-align: right;
    padding: 0 15px 0 0;
}
.cartContinueBtn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.cartContinueBtn button {
    width: 100%;
    background: #ff4f9d;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.cartContinueBtn button:hover {
    background: #970145;
}




/*** Login start ***/

#loginModal { z-index: 99999; }
#loginModal .modal-header { background: rgb(249 175 175 / 60%); color: #fff; border-bottom:1px solid #f35681; }
#loginModal .modal-header .modal-title {  color: #fff; }
#loginModal .modal-dialog { position: relative; max-width: 420px; margin: 60px auto 0 auto; }

#loginModal .modal-body .errorMessage {  color: #871131; font-size: smaller; font-family: inherit;}
#loginModal .modal-body .loginLabel {  color: #ad6d6d; }
#loginModal .modal-body { position: relative; padding: 0px;  min-height:300px;}
#loginModal .modal-body .contact-form { position: relative;  min-height:360px; padding: 0px;  background: rgba(255, 255, 255, 0.6);}

#loginModal .close { position: absolute; width: 30px; height: 30px; right: 0px; top: -30px; font-weight: normal; 
                     z-index: 999; font-size: 30px; color: #ffffff;  background: #000000; opacity: 1; }

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*** Login Model End ***/

/*** Header Profile Icon Start ***/
.h-login-btn { border: none; }

 /* Profile Container */
 .profile-container {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
/* Profile Icon */
.profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d31268;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

/* Down Arrow */
.profile-container i {
    font-size: 14px;
    color: #333;
    transition: transform 0.3s;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 150px;
    display: none;
    z-index: 1000;
}

/* Dropdown Items */
.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background: #f1f1f1;
}

/* Rotate Arrow when Active */
.profile-container.active i {
    transform: rotate(180deg);
}
/*** Header Profile Icon End ***/
.hide { display: none; }
#emailError , #passError { padding: 0 15px !important; height: 10px !important; text-align: left !important; }
.continueBtn { width: 100%;
    background: #ff4f9d;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: .5s;

}

.continueBtn:hover {
    background: #970145;
}


