

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}





body {
    direction: rtl;
    transition: 0.7s all;
    font-family: "iranyekan";
    font-size: 12px;
}

    body.overlay::after {
        position: fixed;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #322f2fa1;
        z-index: 9;
    }
.iransans {
    font-family: "iranyekan" !important;
}

a {
    color: inherit;
    text-decoration: none;
}

label {
    cursor: pointer;
    color: #383A3F;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.label-text {
    font-size: 20px;
}

label input[type=checkbox] + .label-text:hover:before {
    color: #fe4365;
}

label input[type=checkbox] {
    display: none;
}

    label input[type=checkbox] + .label-text:before {
        content: "";
        color: #dddfe6;
        font-family: "fontAwesome";
        line-height: 1;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    label input[type=checkbox]:checked + .label-text:before {
        content: "";
        color: #fe4365;
        animation: tick 150ms ease-in;
    }

    label input[type=checkbox]:disabled + .label-text:before {
        content: "";
        color: #dddfe6;
    }

@keyframes tick {
    0% {
        transform: scale(0);
    }

    90% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-bg {
    background-color: rgb(247 247 247);
    box-shadow: -1px 2px 10px #ededed;
}

    .category-bg a {
        color: inherit;
    }

ul.navbar-nav {
    height: 45px;
    display: flex;
    align-items: center;
}

    ul.navbar-nav .nav-item {
        min-width: 150px;
        display: flex;
        height: 100%;
        align-items: center;
    }

        ul.navbar-nav .nav-item ul {
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            top: 100%;
            display: none;
            z-index: 99999999;
            box-shadow: 2px 8px 11px 0px #4c4c4c;
            flex-wrap: wrap;
        }

            ul.navbar-nav .nav-item ul li {
                min-width: 250px;
                min-height: 70px;
                display: flex;
                border-left: 1px solid rgb(245 245 245);
                justify-content: center;
                align-items: center;
            }

        ul.navbar-nav .nav-item:hover > ul {
            display: flex;
        }

.top-header {
    min-height: 50px;
}

.top-search-input {
    background-color: #f3f3f3;
    border: 0;
    font-size: 13px;
}
.form-control {
    background: #f5f5f5;
    padding: 14px;
    border: none;
    font-size:12px;
    border-radius: 10px;
}
    .form-control:focus{
        border:none;
        box-shadow:none;
        background:none;
    }
    .bg {
        background: url(/assets/images/bg.svg);
    }
.menu a {
    margin-left: 20px;
}

.card {
    border: none;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }
/* .box{
    border-radius: 10px;
    box-shadow: -1px 2px 10px #c7c7c7;
  } */

.container-2[_ngcontent-serverApp-c56] p[_ngcontent-serverApp-c56]:first-child {
    font-size: 10px !important;
    font-family: inherit !important;
}

a:hover {
    color: var(--bs-link-hover-color) !important;
}

.main {
    position: relative;
}

    .main.show::after {
        background-color: #3434345c;
        position: absolute;
        content: "";
        top: 0;
        height: 100vh;
        bottom: 0;
        left: 0;
        z-index: 99;
        right: 0;
    }

.mobile-menu {
    transition: 0.3s all;
    position: fixed;
    top: 0;
    width: 300px;
    right: -400px;
    bottom: 0;
    z-index: 999999999;
    background-color: #ffffff;
    box-shadow: -5px 1px 17px #4e4e4e;
}

    .mobile-menu.show {
        right: 0;
    }

.nav-tabs .nav-link {
    color: #4e4e4e;
    font-size: 15px;
}

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border: none;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none;
        border-radius: 0;
        border-top: 3px solid rgb(255, 0, 0);
    }

.red-zoom--style--window .red-zoom__overlay {
    background: none;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-result {
    /*set the size of the result div:*/
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -900px;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.tooltip {
    font-family: inherit;
}
