@font-face {
    font-family: "header-font";
    src: url("fonts/IRANSansXFaNum-Black.ttf");
}
@font-face {
    font-family: "body-font";
    src: url("fonts/IRANSansXFaNum-Regular.ttf");
}
@font-face {
    font-family: "lists-font";
    src: url("fonts/IRANSansXFaNum-Medium.ttf");
}
@font-face {
    font-family: 'Yekan';
    src: url('asset/font/BYekan+.ttf') format('ttf'),
    url('asset/font/BYekan+.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'IRANSans', sans-serif;
}

.e-lottie__container {
    display: inline-block;
    width: 90px;
}

.dropdown {
    z-index: 1000;
    float: right;
    overflow: hidden;
    color: white;
}

.dropdown .dropbtn {
    background-color: inherit;
    font: inherit;
    margin: 0;
    padding: 12px;
    border-bottom: 2px solid #616161;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    border-bottom: 2px solid red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 70%;
    right: 0;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.backdrop-container {
    display: none;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}

.sidenav-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidenav-container a {
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    transition: 0.3s;
    margin: 10px 0;
}

.sidenav-container a:hover {
    color: #f1f1f1;
}

.sidenav-container .closebtn {
    font-size: 3rem;
    font-weight: 700;
    /*color:#C9002B ;*/
    padding-right: 1rem;
}

.sidenav-container .drawer-close-button {
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
    margin-inline-end: 20px;
}

.cart-dropdown {
    display: none;
    position: absolute;
    top: 4em;
    left: 4em;
    background-color: white;
    border: 1px solid #ccc;
    width: 300px;
    height: 80px;
    z-index: 10000000;
    padding: 10px;
}

.cart-dropdown-2 {
    display: none;
    position: absolute;
    top: 4em;
    left: 13em;
    background-color: white;
    border: 1px solid #ccc;
    width: 200px;
    height: 100px;
    z-index: 10000000;
    padding: 10px;
}

.logo {
    max-width: 200px;
}

.out-of-stock {
    background-color: #ffffff;

    font-weight: 800;

    border-radius: 7px;

    margin: 8px 0;

    padding: 12px;

    color: #EE193A;

}
.text-muted {
    font-size: small;
    color: gray;
}
.home_categories {
    line-height: 100px;
    text-align: center;
}
.offers .swiper-slide {
    height: 80% !important;
    text-align: center;
    font-size: 18px;
    background:
        #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1366px) {
    .offers .c-product-box__img {
        height: 170px;
    }
    .offers .c-product-box {
        padding: 15px 12px 23px;
    }
}


.c-header__btn-user, .c-header__btn-user span {
    overflow: clip !important;
}
