.heder {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    padding: 5px 45px 5px 45px;
    margin: 0px;
    border-top: #0693e3 5px solid;
}

.continer-1 {
    display: flex;
    padding-bottom: 10px;
}

.icons {
    width: 50%;
    font-size: 20px;
}

.icon {
    text-decoration: none;
    color: gray;
    margin: 0px 0px 0px 5px;
}

.content {
    width: 50%;
    direction: ltr;
    color: gray;
}

#email-icon {
    vertical-align: middle;
    margin: 0px 0px 0px 5px !important;
}

.continer-2 {
    font-family: "ایران یکان فونت";
    display: flex;
	justify-content: space-between;
}

.log-button {
    width: 20%;
}

.search-bar {
    display: flex;
    width: 60%;
    justify-content: center;
}

.search-bar button{
    background-color: #ebebeb;
    color: #495051;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 40px;
}

.search-bar i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


#search-input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #ebebeb;
    color: #495051;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    height: 40px;
    padding-right: 15px;
}

.img-logo {
    width: 20%;
    direction: ltr;
    padding-left: 35px;
}

.img-logo img {
    width: 120px;
    height: 80px;
    margin-top: -22px;
    object-fit: contain;

}

.continer-3 {
    display: flex;
    font-family: "ایران یکان فونت";
    background-color: #f0eeee;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.navbar-1 {
    width: 80%;
}

.button-customer {
    width: 20%;
    direction: ltr;
    padding: 5px 0px 0px 45px;
}



/* استایل‌های سفارشی */
.mobile-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-top: #0693e3 5px solid;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.mobile-logo {
    direction: ltr;
}

.mobile-logo img {
    height: 60px;
    width: auto;
}

.mobile-user-btns {
    display: flex;
   
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.logged-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    padding: 0;
}

.register-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    padding: 0;
}

/* منوی Off-Canvas */



.offcanvas-menu {
    background: #fff;
}

.offcanvas-header {
    border-bottom: 1px solid #eee;
}

.offcanvas-body {
    padding: 0;
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.mobile-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
}

.mobile-menu a:hover {
    background: #f8f9fa;
}

.btn-close {
    margin-left: 0px !important;
    direction: ltr !important;
}

@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

/* رسپانسیو اصلی */

@media (max-width: 767px) {

    .heder,
    .continer-1,
    .continer-2.continer-3 {
        display: none;
    }

    .search-bar {
        width: 100%;
        padding: 0px 10px 0px 10px;
    }

    #search-input {
        width: 100%;
    }
}

@media (max-width: 768px) and (max-width: 1023px) {

    .heder,
    .continer-1,
    .continer-2,
    .continer-3 {
        display: none;
    }
	
	.search-bar {
        width: 100%;
        padding: 0px 10px 0px 10px;
    }

    #search-input {
        width: 100%;
    }
}