@font-face {
    font-family: iranyekanwebregular;
    font-style: normal !important;
font-weight:normal !important;
   
    src: url('../fonts/iranyekan/eot/iranyekanwebregular.eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekan/woff/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregular.ttf') format('truetype');
}

body{
    font-family:iranyekanwebregular !important;
    background: #eee ;
    font-style: normal !important;
    font-size:12px;
    line-height:40px;
    font-weight: 100 !important;
}
a{
    color: #000;
    transition: 0.3s;
    text-decoration: none !important;
}
a:hover{
    color: #f89223;
}

.rtl{direction: rtl !important;}
.ltr{direction: ltr !important;}

ul{
    list-style: none;
    direction: rtl;
}

.btn-own{
    color: #fff !important;
    background-color:#d85581 !important;
    font-size:0.7rem;
}
.btn-own-fonter{
    font-size:0.7rem;
}
.toolbar {
    background-color:#fff !important;
}
.toolbar .logo{
    width:97px;
    height:30px;
}

.toolbar .cart > i {
    line-height: 39px;
}

.toolbar .cart > a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.toolbar .cart:hover {
    background-color: #f5f5f5;
}

.toolbar .cart > a::after {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    margin-top: -10px;
    content: '';
}

.toolbar .cart {
    width: auto;
    padding: 0 16px;
    border-radius: 10px;
}

.toolbar .cart > a {
    border-radius: 22px;
}

.toolbar .cart > .count, .toolbar .cart > .subtotal {
    display: inline-block;
    margin-top: 2px;
    font-size: 0.7rem;
    vertical-align: middle;
    direction: ltr;
}

.toolbar .cart > .count {
    margin-left: 5px;
}

.toolbar .cart > .subtotal {
    margin-left: 11px;
    padding: 1px 12px 1px 0;
    border-right: 1px solid #e1e7ec;
}

.navbar-toggler i{
    font-size: 20px;
}

@media (max-width: 1200px) {
    .toolbar .cart {
        padding: 0 14px;
    }
    .toolbar .cart > .subtotal {
        display: none;
    }
}

.toolbar-dropdown {
    margin-top: 7px !important;
    text-align: left;
}

.toolbar .account > .toolbar-dropdown {
    left: 50%;
    margin-left: -100px;
}

.toolbar .cart > .toolbar-dropdown {
    z-index: 1;
    left: 0;
    right: auto;
    width: 260px;
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e1e7ec;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
    border-top: 0;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
    display: table-cell;
    vertical-align: top;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
    padding-right: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
    padding-left: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
    margin: 0;
}

.toolbar .cart:hover > .toolbar-dropdown {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu, .toolbar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin-top: -7px !important;
    padding: 10px 0 !important;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
}
.dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6;
}

.dropdown-product-item:first-child {
    border-top: 0;
}

.dropdown-product-item > .dropdown-product-thumb,
.dropdown-product-item > .dropdown-product-info {
    display: table-cell;
    vertical-align: top;
}

.dropdown-product-item > .dropdown-product-thumb {
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-product-item > .dropdown-product-thumb > img {
    display: block;
    width: 100%;
}

.dropdown-product-item > .dropdown-product-remove {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    color: #ff5252;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

.dropdown-product-item > .dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px;
}

.dropdown-product-item .dropdown-product-title {
    display: block;
    padding-top: 2px;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.dropdown-product-item .dropdown-product-title:hover {
    color: #bf5ea2;
}

.dropdown-product-item .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px;
}


#mobile-menu{
    display: none
;
}
#mobile-menu,.cart-bottom , #card-bottom-desc{
    display: none !important;
}
@media screen and (max-width: 991px) {
    .no-p-in-mob{
        padding:0 !important;
    }
    .nav-link{
        margin-bottom: 0.3rem;
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .navbar-toggler{
        /*display: none;*/
    }
    #mobile-menu{
        display: block;
        margin:0.3rem;
    }
    #top-navbar .navbar-toggler{
        display: none;
    }
    #card-bottom-desc{
        display: inline-block;
    }

    .toolbar .cart-bottom {
        position: fixed !important;
        display: block !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        background-color: #d85581 !important;
        color: #fff !important;
        z-index: 100;
    }
    .toolbar .cart-bottom .toolbar-dropdown {
        top: auto !important;
        bottom: 0 !important;
    }
}


.food-list{

}
.food-list .cat-icon-v1 {
    display: block;
    background: #eaeaea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.food-list .cat-icon-link .cat-icon-title {
    font-size: 12px;
    color: #797e80;
    margin-top: 10px;
    line-height: 19px;
    transition: .3s;
    margin-bottom: 0;
}

.last-learn-list ul{
    width:100%;
}
.last-learn-list li{
    width:50%;
    font-size:9px;
    color: #7d7f82;
}
.last-learn-list li a{
    color: #7d7f82;
}
.last-learn-list i{
    color: #6fb43f;
}


.footer-blue-light{
    background: #f2f5f7;
}


/*

.home-food-list .pr-img{
    width:100%;
    height: 10rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: ;
}*/
.instagram_container{
    position: relative;
}
.instagram_btn{
    position: absolute;
    top:40%;
    left:40%;
    z-index: 1;
}
.insta-img-col{
    background: #000;
}
.insta-img {
    opacity: 0.4;
    transition: 0.4s;
}
.insta-img:hover {
    opacity: 1;
}



.cat-fav .card{
    position: relative;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp-call{
    background: rgba(63, 225, 92,0.9);color: #fff; position: fixed;padding: 10px;margin-right: 10px;
    bottom: 50px; right:30px; width:150px;font-size: 12px;
    font-family: 'iran-sans', 'shabnam', tahoma, arial;-webkit-border-radius: 5px;
    -moz-border-radius: 5px; border-radius: 5px; z-index: 1000;
}

.content-container p{
    font-size:0.8rem !important;
}

.content-h1{
    font-size:1rem;
}

.x-font-1{
    font-size:0.7rem;
}
.x-font-2{
    font-size:1rem;
}



.share-item {

}
.share-item i{
    font-size:2.5rem;
}