.bottom-navbar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.search-btn button[type=submit] {
    display: none;
}
.bottom-navbar-design .dropdown-menu li a.active {
    border-radius: 0px;
    background: transparent;
    color: #F9601C;
}
.top-navbar{
    padding: 8px 0;
}
.top-navbar-design,
.middle-navbar-design{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-navbar-left-side,
.top-navbar-right-side {
    display: flex;
    align-items: center;
    gap: 35px;
}
.bb1 ul.dropdown-menu.show {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
[dir="rtl"] .footer-contacts-item a {
    direction: ltr;
}
.country-flag .dropdown.bootstrap-select.form-control,
.country-flag button.btn.dropdown-toggle.btn-light,
.select-language .dropdown.bootstrap-select.form-control,
.select-language button.btn.dropdown-toggle.btn-light,
.select-mercedes .dropdown.bootstrap-select.form-control,
.select-mercedes button.btn.dropdown-toggle.btn-light{
    background: transparent !important;
    border: none;
    outline: none;
}
.country-flag button.btn.dropdown-toggle.btn-light:focus,
.select-language button.btn.dropdown-toggle.btn-light:focus,
.select-mercedes button.btn.dropdown-toggle.btn-light:focus{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.country-flag .bootstrap-select .dropdown-menu li a span.text ,
.select-language .bootstrap-select .dropdown-menu li a span.text ,
.select-mercedes .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 12px;
}
.country-flag .dropdown-menu.show,
.select-language .dropdown-menu.show,
.select-mercedes .dropdown-menu.show {
    background: var(--theme-lightbg);
}
.country-flag .dropdown-item.active,
.select-language .dropdown-item.active,
.select-mercedes .dropdown-item.active{
    background: var(--theme-lightprimary);
}
.country-flag ul.dropdown-menu.inner li a,
.select-language ul.dropdown-menu.inner li a,
.select-mercedes ul.dropdown-menu.inner li a{
    padding: 6px 4px;
}
.country-flag .dropdown-item:focus, .country-flag .dropdown-item:hover,
.select-mercedes .dropdown-item:focus, .select-mercedes .dropdown-item:hover,
.select-mercedes .dropdown-item:focus, .select-mercedes  .dropdown-item:hover {
    color: var(--theme-whitecolor);
    text-decoration: none;
    background-color: var(--theme-darkprimary);
}
button.btn.dropdown-toggle.btn-light,
.profile span{
    color: var(--theme-lightbg);
    font-family: var(--theme-mainhead);
    font-size: 15px;
    font-weight: var(--theme-regular);
}
.dropdown-toggle::after {
        font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    right: -3px;
    top: 50%;
    border: 0;
    transform: translateY(-42%);
    font-size: 10px;
}
.middle-navbar{
    padding: 20px 0;
}
.search-btn {
    background: var(--theme-lightbg);
    display: flex;
    align-items: center;
    padding: 2px 20px;
    border-radius: 60px;
}
.search-btn .search{
    background: transparent !important;
    border: none;
    outline: none;
}
.search-btn .search:focus{
    box-shadow: none;
    border: none;
}
.wishlist-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wishlist-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wishlist-item img {
    height: 25px;
}
.wishlist-item span{
    color: var(--theme-lightbg);
    font-family: var(--theme-mainhead);
    font-size: 15px;
    font-weight: var(--theme-medium);
}
.cart-number {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--theme-darksecondary);
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    bottom: 20px;
    right: -3px;
    font-size: 10px !important;
}
.whatsapp-col{
    border-left: 1px solid rgba(255,255,255,0.5)
}
.whatsapp {
    display: flex;
    align-items: center;
    gap: 8px;
}
.whatsapp-number span, 
.whatsapp-number p {
    color: var(--theme-lightbg);
    font-family: var(--theme-mainhead);
    font-size: 15px;
    font-weight: var(--theme-regular) 400;
}
.bottom-navbar {
    background: var(--theme-whitecolor);
    box-shadow: var(--theme-shadow);
    padding: 15px 0;
}
.bottom-navbar-design .bb1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-navbar-design li a {
    display: flex ;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: transparent;
    border-radius: 60px;
}
ul.dropdown-menu.mobile-sub .dropdown-item {
    margin: 6px 0;
}
ul.dropdown-menu.mobile-sub {
    min-width: 100% !important;
}
.mobile-ul .dropdown-toggle {
    padding: 0;
    font-weight: 700;
    color: #494453;
}
.bottom-navbar-design li .nav-link {
    color: #1d1a22;
    font-weight: 700;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #ebebeb;
    border-radius: 0 !important;
}
.bottom-navbar-design .dropdown-menu li a {
    font-size: 13px;
}
.bottom-navbar-design li a.active {
    background: var(--theme-darksecondary);
}
.bottom-navbar-design li a.active span{
    color: var(--theme-whitecolor);
}
.bottom-navbar-design ul li a span {
    font-size: 15px;
    font-weight: var(--theme-bold);
    color: var(--theme-mainheadcolor);
    font-family: var(--theme-mainhead);
}
.mobile-search-btn {
    background: var(--theme-lightbg);
    display: flex;
    align-items: center;
    padding: 2px 20px;
    border-radius: 60px;
}
.mobile-search-btn input,
.mobile-search-btn input:focus,
.mobile-search-btn input:hover {
    background: transparent;
    outline: none;
    border: none;
}
.mobile-ul span{
    color: var(--theme-paracolor);
    font-weight: 600;
}
.mobile-ul ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.mobile-ul ul li a span {
    color: var(--theme-paracolor);
    font-size: 16px;
}
.bar-close-btn, .bar-close-btn i {
    color: var(--theme-whitecolor);
    font-size: 25px;
}