﻿

@font-face {
    font-family: byekan;
    src: url('/assets/fonts/Yekan.TTF')
}

a, label, li, ul, div, small, b, strong, small, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: byekan !important;
}


#topBar {
    border-bottom: none !important;
}

/*#topBar ul.top-links {
                float: none !important;
            }*/

#topBar ul.top-links > li > a {
    padding: 5px 5px;
    font-size: 12px;
}

#topBar.dark ul.top-links > li {
    border: none !important;
}

#topBar ul.top-links > li {
    border: none !important;
}



#header {
    height: 80px !important;
}

.sec5 {
    padding: 100px 0 0 0;
}

@media (min-width: 1024px) {


    .nav-pills > li {
        float: right !important;
    }

    .nav-second-main {
        margin-top: 30px !important;
    }
}


.badge.badge-corner {
    background-color: #d50057 !important;
    border-radius: 10px
}

.featured-grid .owl-carousel img {
    /*height: 380px;*/
    border-radius: 10px;
    margin-top: 5px
}

@media (max-width: 768px) {
    .owl-carousel .card {
        display: flex;
        flex-direction: column;
        align-items: center; /* وسط‌چین کردن آیتم‌ها */
        justify-content: center;
        text-align: center;
        margin: 0 auto; /* اطمینان از وسط قرار گرفتن کارت‌ها */
    }

    .owl-carousel .image img {
        display: block;
        margin: 0 auto; /* وسط‌چین کردن تصویر */
    }

    .owl-stage {
        display: flex;
        justify-content: center !important; /* اطمینان از اینکه آیتم‌ها در مرکز باشند */
    }
}

#header ul.nav-second-main {
    border-left: rgba(0, 0, 0, 0.1) 0px solid;
    padding-left: 0px;
}

#topBar ul.top-links > li > a > i {
    opacity: 10 !important
}

.custom-btn {
    background-color: #004D40 !important;
    color: #B2DFDB!important;
}

.btn-7:before, .btn-7:after{
    background-color: #B2DFDB!important;
}
.btn-7 span:before, .btn-7 span:after {
    background-color: #B2DFDB !important;
}
.btn-custom {
    background-color: inherit;
    color: #004D40;
    border: 1px solid #00897B;
    border-radius: 20px;
    padding: 5px 25px!important;
}
    .btn-custom:hover {
        color: #B2DFDB;
        background-color: #004D40;
        border-color: #B2DFDB;
    }

.btn-custom-active {
    color: #B2DFDB!important;
    background-color: #004D40!important;
    border-color: #B2DFDB!important;
}

.displaynone {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    section.featured-grid div.row > div {
        margin: 0px !important;
    }

    #divbanner1 {
        margin-top: 20px !important
    }

    .MARGINMOBILETOP10 {
        margin: 10PX 0 !important;
    }

    div.side-nav ul {
        display: BLOCK;
    }
}  

@media only screen and (max-width: 767px) {
        div.side-nav ul {
            display: BLOCK;
        }

    .dropdown-menu {
        right: -20% !important;
    }
    #divplusminusbasket{
        display:block!important;
        width:max-content!important;
    }
    .btnCountPlus{
        margin:5px 20px!important;
    }    
    .btnCountMinus{
        margin:5px 20px!important;
    }
}

section.page-header.page-header-lg{
    padding:60px 0 !important;
}

.container{
    max-width:100%!important;
}

#toWhatsApp {
    left: auto;
    right: 6px;
    font-size: 38px;
    line-height: 33px;
    background-color: inherit;
    position: fixed;
    height: 35px;
    width: 40px;
    bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}