
.top-image img {
    display: block;
    width: 100%;
    height: 35px;
    object-fit: cover;
}


@font-face {
    font-family: 'CubeFont';
    src: url('icon/cube-v8.3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'iranyekan';
    src: url('font/iranyekanweb.woff') format('woff');
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: IRANYekanmedium;
    src: url('font/iranyekanwebmedium.2d4f96e5.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}




.search-bar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
}

.search-box-right {
    display: flex;
    align-items: center;
    background-color: #f0f0f1;
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    direction: rtl;
    min-width: 120px;
    max-width: 1024px;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 48px;
    box-sizing: border-box;
}

.search-text {
    font-family: 'IRANYekanmedium', sans-serif;
    opacity: 0.7;
    font-weight: 700 !important;
    font-size: 11.2px;
    color: rgb(129, 133, 139);
    line-height: 24px;
    padding: 0px 8px;
}

.digikala-logo {
    position: relative;
    height: 16px;
    width: 61px !important;
    left: 5px;
}

.left-icon {
    position: relative;
    font-family: 'CubeFont';
    font-size: 24px;
    color: rgb(127, 83, 239);
    right: 42px;
}


.notif-circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(240, 240, 241);
    border-radius: 50%;
    cursor: pointer;
    margin-right: 236px;
}

.notif-icon {
    font-family: 'CubeFont';
    font-size: 24px;
    color: rgb(66, 71, 80);
    margin-top: 1px;
}



@media (min-width: 768px) {
    .top-image::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: rgba(0,0,0,0.04);
        z-index: -1;
    }

    .search-bar-right {
        position: relative;
        top: 25px;
        z-index: 1;
    }
    
}