.navbar {
    background-color: white;
    color: black;
    height: 80px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
}
.navbar a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
body,html{
    font-family: Open Sans !important;
}
#closeSearchSvg{
    cursor: pointer;
    width: 20px;
    height: 20px;
}
#nav-bar {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.navbar a:hover {
    color: #cc4400;
    text-decoration: underline !important;
}
.nav-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10rem;
    /* width: 35%; */
}
.navbar a {
    color: #EE7700;
}
.circle {
    width: 22px;
    height: 22px;
    /* background-color: #4285f4;  */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px; 
    font-weight: bold;
    text-transform: uppercase; 
}
#user-profile {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 0.25rem;
}
.user-details {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
#user-profile p {
    margin: 0 10px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #EE7700;
}
.dropdown {
    display: none;
    margin-top: 1.5rem; 
    position: absolute !important;
    top: 100%;
    right: -20px;
    width: 170px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
    width: 252px;
}
.dropdown a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #535353;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 10px;
}
.dropdown a img {
    margin-right: 10px; 
    /* width: 20px; 
    height: auto;  */
}
.dropdown a:hover {
    background-color: #FEF3E8;
    color: #EE7700;
}
.login-btn {
    font-weight: bold;
    display: none;
}
.profile-btn {
    text-align: center;
    cursor: pointer;
}
.cart-circle {
    position: absolute;
    top: 22px;
    right: 10px;
    background-color: #EE7700;
    color: white;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
#nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}
.drop-down-line {
    width: 90%;
    height: 1px;
    margin: 10px auto; 
    background-color: #D9D9D9;
}
.hamburger-icon {
    display: none;
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* White overlay with transparency */
    z-index: 1000; /* Ensure it's on top of everything */
}
.d-none {
    display: none;
}
.profile-dropdown-content.active {
    display: block;
}
.mobile-menu-content {
    position: absolute;
    top: 0;
    left: 80%; 
    transform: translateX(-50%);
    width: 80%; 
    height: 100%;
    background-color: #ffffff; 
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
#mobile-menu-logo {
    width: 120px;
}
.mobile-menu-close {
    cursor: pointer;
}
.mobile-menu-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #B3B3B3;
}
.mobile-menu-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile-menu-links a, .mobile-menu-profile a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
}
.mobile-menu-links a:hover, .mobile-menu-profile a:hover {
    color: #EE7700;
}
#welcome-dropdown {
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    margin-top: 1rem;
    margin: 0 !important;
    padding-right: 1rem;
}
.login-text {
    color: #EE7700;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
  }
.login-div {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    justify-content: left;
    align-items: center;
    padding: 10px;
    width: 60%;
}
#hits {
    position: absolute;
    top: 80px;
    z-index: 2;
    max-width: 100%;
    background-color: white;
}
.login-signup-text {
    font-size: 14px;
    font-weight: 700; 
    color: #EE7700;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.msg-text {
    font-size: 12px;
    font-weight: 400;
    color: #535353;
    margin: 0 !important;
}
#highlight-name {
    font-size: 16px;
    font-weight: 700;
    color: #EE7700;
}
#search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.5rem;
}
/* .ais-SearchBox-form {
width: 150% !important
} */
.search-div {
    position: relative;
    /* z-index: 1; */
    padding: 10px;
}
#searchbox {
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-radius: 5px;
    /* background-color: #fff; */
    align-items: center;
    justify-content: space-between;
    /* z-index: 2;  */
}
.searchbox-input::placeholder {
color: #444444 !important;
}
.ais-SearchBox-form::before {
background: rgba(0, 0, 0, 0) url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23444%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%20fill%3D%22none%22%20stroke%3D%22%23444%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%20stroke%3D%22%23444%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) repeat scroll 0% 0% !important;
}
.ais-SearchBox-input {
-webkit-appearance: none;
-moz-appearance: none;
    border: 1px solid #B3B3B3 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    caret-color: #cc4400 !important;
    color: #cc4400 !important;
    padding-right: 10px !important;
    padding-left: 40px;
}
.ais-Highlight-highlighted, .ais-Snippet-highlighted {
    background-color:#FEF3E8 !important;
    color: #cc4400 !important;
    font-style: normal;
    font-weight: 700 !important;
}
.ais-Hits-item{
    cursor: pointer !important;
    padding: 10px !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
    border-top: 0 !important;
}
.hit {
    display: flex;
    align-items: center;
}
.hit-image {
    margin-right: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.hit-title-link {
cursor: pointer;
}
.hit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#no-results {
    appearance: none;
    background-color: #fff;
    color: #cc4400;
    font: inherit;
    max-width: 100%;
    padding-left: 2.5rem;
    margin-bottom: 5px;
    font-weight: 600;
}
#no-results-msg {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    text-align: center; 
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    gap: 1rem;
}
#search-container-phn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        border-top: 1px solid #EE7700;
        background-color: #FFFFFF;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    #search-container-phn.show {
        transform: translateY(0);
        opacity: 1;
    }
    .search-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
    .explore-phn-text{
        display: none;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
        text-decoration: underline !important;
        margin: 0;
        margin-bottom: 0.5rem !important;
    }
    .search-icon {
        display: none; 
        cursor: pointer;
    }
      
      .cart-icon-total {
        margin: 0; 
        color: white; 
        font-size: 10px; 
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
      
      span.cartTotal {
        position: absolute;
        bottom: 26px;
        left: 25px;
        background: #EE7700;
        border-radius: .8em;
        -moz-border-radius: .8em;
        -webkit-border-radius: .8em;
        color: #fff;
        display: inline-block;
        font-weight: 500;
        line-height: 1.4em;
        margin-right: 15px;
        text-align: center;
        width: 1.4em;
        font-size: 15px;
      }
@media (max-width: 768px) {
.search-icon {
    display: block; 
}
.navbar {
    height: 51px;
}
.cart-circle { 
    top: 10px;
    right: 14px;
}
.login-div {
    width: 60%;
}
.explore-phn-text {
    display: block;
    text-decoration: underline;
}
.close-search,
.close-search-allComics {
    display: flex !important;
    position: absolute;
    right: 6px;
    background-color: transparent;
    border: none;
    font-size: 32px;
    color: #000000;
    cursor: pointer;
    border: none;
}
#search-container {
    display: none; 
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-top: 1px solid #EE7700;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute; 
    top: 90%; 
    left: 0;
    z-index: 1000; 
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#search-container.show {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}
}
@media (max-width: 768px) {
/* .navbar {
    padding: 1rem !important;
} */
.nav-center {
    margin-top: 0; 
    gap: 5%;
}
#nav-right {
    /* width: 60px; */
    /* justify-content: flex-start; */
}
.hamburger-icon {
    display: block;
}
.user-details-phone {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.nav-center {
    display: none;
}
.nav-left {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* #trubuddy-logo{
    margin-left: 1rem;
} */
.inner-links {
    padding-left: 20px;
}
.profile-dropdown-content {
    display: none;
    padding-left: 0;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
}
.mobile-menu-profile:hover .profile-dropdown-content {
    display: block;
}
.profile-dropdown-toggle {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
}
.profile-dropdown-content a {
    color: #333333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.profile-dropdown-content a:hover {
    background-color: #f1f1f1;
}
.drop-down-line {
    border-top: 1px solid #444444;
    margin: 8px 0;
}
.your-profile-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding-right: 1.5rem;
}
.your-profile-toggle {
    display: flex;
    justify-content: space-between;
    padding-right: 1.5rem;
}
.nav-icons {
    margin-right: 0.5rem;
}
.profile-name{
    margin-bottom: 0;
}
.circle { 
    margin-left: 0.5rem;
}
.search-icon svg{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .ais-SearchBox-form{
    width: 50% !important;
} */
.search-div {
   /* width: 90%; */
}
#searchbox {
    display: flex;
    align-items: center;
    width: 90%;
}
/* .ais-SearchBox-form {
    width: 90% !important;
} */
.ais-SearchBox-input{
    font-size: 14px !important;
}
/* .login-signup-text .p {
    margin-left: 0 !important;
    margin-right: 0 !important;
} */
}
.modal-content {
height: 100%;
}
/* Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
position: absolute; 
right: 10px;
top: 10px; 
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
}
/* .modal-body {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
} */
.close-btn {
    display: none;
}

.search-input-container{
    border: 1px solid #B3B3B3;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.search-input-container svg {
    width: 16px;
    height: 16px;
    color: #666;
    transition: color 0.3s ease;
}

.searchInput,
.searchInput-allComics{
    border: none;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    color: #444444;
}

.searchInput:focus{
    border: none;
    outline: none;
}

.searchInput-allComics:focus{
    border: none;
    outline: none;
}
.search-input-container:focus-within {
    border-color: #EE7700;
    box-shadow: 0 0 0 2px rgba(238, 119, 0, 0.1);
}

.search-input-container:focus-within svg {
    color: #EE7700;
}