
:root {
    --base-color-1: #F0D7A5;
    --base-color-2: #292929;
    --base-color-3: #CFA144;
    --base-color-4: #54BB83;
    --base-color-5: #474747;
    --base-color-6: #2E2E2E;
    --base-color-7: #e1dbc8;
    --kaveh-base-font-family: fontSite, IRANSansX,Tahoma,Arial;
}

@font-face {
    font-family: IRANSansX;
    src: url(../fonts/iransans-x/fontiran.css);
}
/*.................*/

/*.................*/

.container {
    max-width: 1200px;
}

.row {
    clear: both
}

a {
    text-decoration: none;
    color: inherit;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 27px;
    direction: rtl;
    background-color: var(--base-color-2);

}

body {
    font-family: IRANSansX;
    overflow: auto;
    position: relative;
}

    body.loading {
        overflow: hidden;
    }

        body.loading::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1000;
            background: #fff;
        }

#app {
    width: 100%;
    height: 100%;
    float: left;
}

.p-number {
    font-family: Vazir-FD;
}

.p-number {
    font-family: Vazir-FD;
}




@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
}


.kaveh-breadcrumb {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
}

    .kaveh-breadcrumb ol {
        margin: 0;
    }

.header-pages {
    width: 100%;
    min-height: 500px;
    background-color: var(--base-color-2);
    color:#fff;
    background-size:cover;
    background-position:center center;
    position:relative;
}
    .header-pages h2{
        padding:50px 0;
        position:relative;
    }
.header-content {
    width: 100%;
    min-height: 300px;
    padding: 150px 0;
    float:left;
    position:relative;
}
.header-pages::before{
    content:"";
    position:absolute;
   left:0;
   bottom:0;
   background-color:#000;
   opacity:.8;
   width:100%;
   height:100%;
}

.btn-shop {
    width: 200px;
    height: 50px;
    background-color: var(--base-color-5);
    color: #fff;
    border: none;
    transition: all .5s;
}

    .btn-shop:hover {
        border: 1px solid var(--base-color-5);
        color: var(--base-color-5);
        background-color: #fff;
    }

.btn-count {
    width: 100%;
    height: 50px;
    background-color: var(--base-color-1);
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.button-signIn {
    min-width: 200px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #F0D7A5;
    background-color: #F0D7A5;
    color: #000;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current-price {
    min-width: 300px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #F0D7A5;
    background-color: #F0D7A5;
    color: #000;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-nbg {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #F0D7A5;
    color: #F0D7A5;
    background: transparent;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    transition:all .5s;
}

    .button-nbg i {
        color: #F0D7A5;
        font-size: 25px;
        margin-left: 10px;
    }

    .button-nbg span {
        font-size: 16px;
    }

    .button-nbg:hover {
        background-color: #f0D7A5;
        color: #000;
    }

        .button-nbg:hover i {
            color: #000;
        }
.button-filter {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #F0D7A5;
    background-color: transparent;
    color: #F0D7A5;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-discover {
    width: 250px;
    height: 50px;
    border-radius: 30px;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: transparent;
    color: #fff;
    margin:0 10px;
}

    .button-discover i {
        font-size: 25px;
        color: #fff;
        margin-left: 10px
    }

    .button-discover:hover {
        background-color: #fff;
        color: #000;
    }

        .button-discover:hover i {
            color: #000;
        }
 .cart {
    height: 100%;
    text-align: left;
    position: relative;
}

    .cart img {
        margin: 0 10px;
    }

    .cart .count-cart {
        width: 20px;
        height: 20px;
        background-color: var(--base-color-3);
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart .price-cart {
        min-width: 130px;
        width: auto;
        height: 40px;
        border: 1px solid var(--base-color-3);
        color: #fff;
        margin: 10px 0;
        padding: 5px;
        border-radius: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }