:root {
    --kaveh-color-13-0: #fff;
    --kaveh-color-13-1: #f8f8f8;
    --kaveh-color-13-2: #CF0003;
    --kaveh-color-13-3: #8e8d8a;
    --kaveh-color-13-4: #d8c3a5;
    --kaveh-color-5: #DE7921;
}

.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;
    /*background-color: #0E163B;*/
    direction: rtl;
}

.star i,
.star-shop i {
    color: var(--kaveh-color-5);
    font-size: 15px;
    margin: 0 2px;
    transform: scaleX(-1);
    display: inline-block;
}


body {
    padding-top: 70px;
    font-family: IRANSansX;
    overflow: auto;
}

#app {
    width: 100%;
    height: 100%;
    float: left;
}

.p-number {
    font-family: Vazir-FD;
}

.p-number {
    font-family: Vazir-FD;
}

.btn-nicard {
    width: 160px;
    height: 50px;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    margin: 10px 0;
    border: 1px solid silver;
    border-radius: 10px;
}


    .btn-nicard a,
    .btn-nicard button {
        display: inline-block;
        width: 160px;
        height: 50px;
        color: var(--kaveh-color-13-3);
        overflow: hidden;
        position: relative;
        font-weight: bold;
        border-radius: 10px;
        padding-top: 5px;
    }

        .btn-nicard a span,
        .btn-nicard button span {
            display: inline-block;
        }

        .btn-nicard a:hover,
        .btn-nicard button:hover span {
            color: #fff;
        }

    .btn-nicard:hover {
        border: none;
    }

    .btn-nicard a:hover span,
    .btn-nicard button:hover span {
        position: relative;
    }

    .btn-nicard a::before,
    .btn-nicard button::before {
        content: "";
        position: absolute;
        height: 120%;
        width: 120%;
        background-color: var(--kaveh-color-13-2);
        left: -120%;
        top: 90%;
    }

    .btn-nicard a:hover::before,
    .btn-nicard button:hover::before {
        animation: social-animation 0.7s 1;
        top: -10%;
        left: -10%;
    }

.breadcrumb .breadcrumb-item.active {
    color: red;
}

@keyframes social-animation {
    0% {
        top: -110%;
        left: 90%;
    }

    50% {
        top: 10%;
        left: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

.btn-information {
    width: 200px;
    height: 50px;
    background-color: var(--kaveh-color-13-2);
    border: none;
    color: #fff;
    transition: all .5s;
    border-radius: 10px;
}

    .btn-information:hover {
        border: 1px solid var(--kaveh-color-13-2);
        background-color: #fff;
        color: var(--kaveh-color-13-2);
    }

.btn-count {
    width: 100%;
    height: 50px;
    background-color: var(--kaveh-color-13-1);
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-shop {
    width: 200px;
    height: 50px;
    background-color: var(--kaveh-color-13-0);
    color: #000;
    border: none;
    transition: all .5s;
}

    .btn-shop:hover {
        border: 1px solid #fff;
        color: #000;
        background-color: #f8f8f8;
    }

.kaveh-breadcrumb {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
}

    .kaveh-breadcrumb ol {
        margin: 0;
    }

.header-page {
    width: 100%;
    height: 200px;
    background-image: url('/images/header-page.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .header-page,
    .header-page .bg-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bg-header {
    width: 50%;
    height: 70px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}

.wrapper-header-page {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wrapper-header-page .cadr-header {
        width: 50%;
        height: 70px;
        background-color: #fff;
        border: 3px solid var(--kaveh-color-13-2);
        padding: 10px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media screen and (max-width: 768px) {
    .bg-header,
    .wrapper-header .cadr-header {
        width: 100%;
    }
}
