﻿@font-face {
    font-family: 'Vazir';
    /*src: url('fonts/Vazir-FD.eot?#') format('eot');  IE6�8 */
    src: url('fonts/Vazir-FD.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    /*src: url('fonts/Vazir-FD.ttf') format('truetype');  Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    outline: none;
    font-family: Vazir, Tahoma;
    box-sizing: border-box !important;
    color: #6a757b;
}

input::placeholder {
    color: #ccc;
    text-align: right;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #777;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #777;
    }

.ic {
    font-size: 20px;
    font-style: normal;
}

    .ic.d180 {
        transform: rotate(180deg);
    }

    .ic:hover {
        transition: margin-right .5s;
        transition: 0.5s;
    }

    .ic.ibtn {
        padding: 0 3px;
    }

body {
    direction: rtl;
    font: 12px/24px Vazir, tahoma;
    background: url('/media/pattern loop.png')0/40px repeat;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin-top: 15px;
    text-indent: 20px;
}

header {
    padding: 0;
    margin: 0;
    background: #ffcb05;
    position: sticky;
    top: 0;
    z-index: 99;
}

section {
    padding: 0;
    margin: 0;
    clear: both;
}

.container {
    text-align: center;
    padding: 20px;
    overflow: auto;
    text-align: center;
    margin: 0 auto;
}

    .container .content-title {
        color: #444;
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0;
        padding: 15px;
        border-bottom: 2px solid #eee;
        text-align: center;
    }




.copyright {
    text-align: left;
    direction: ltr;
    flex-grow: 1;
}


div.clr {
    padding: 0;
    margin: 0;
    clear: both;
}

.description {
    list-style: none;
    margin: 14px 0;
    padding: 10px;
    /*  -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);*/
    width: 100%;
    text-align: justify;
}

.ct-footer-bottunbar {
    margin: 15px 0 0;
    padding: 10px 10px 0 0;
    border-top: 1px dotted #dfdfdf;
    width: 100% !important;
    border-radius: 0 !important;
}

.btn {
    border: 0;
    background: #00adff;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 3px;
    min-width: 86px;
    text-align: center;
    margin: 0 1px 0 0;
}

    .btn:hover {
        background: #38befe;
        cursor: pointer;
    }

    .btn:disabled,
    .btn:disabled:hover {
        border: 1px solid #d5d5d5;
        background: #ccc !important;
        color: #bbb !important;
        cursor: not-allowed !important;
    }

.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    color: #f1f1f1 !important;
}

.btn-success {
    background: #4b0 !important;
}

    .btn-success:hover {
        background: #46a049;
    }

.btn-info {
    background: #07d !important;
}

    .btn-info:hover {
        background: #0b7dda;
    }

.btn-warning {
    background: #ff9800 !important;
}

    .btn-warning:hover {
        background: #e68a00;
    }

.btn-danger {
    background: #b00 !important;
}

    .btn-danger:hover {
        background: #da190b;
    }

.head {
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .head .logo {
    }

        .head .logo img {
            width: auto;
            background: #ffffffcc;
        }

    .head .title {
        font-size: 16px;
        text-align: center;
        flex-grow: 1;
        text-shadow: 2px 2px 10px #444;
    }

/* Responsice */
@media only screen and (max-width: 320px) {

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width: 321px) and (max-width:480px) {

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
}

@media only screen and (min-width: 1025px) {
    .container {
        /*min-width: 1025px;*/
        min-width: 340px;
        max-width: 1140px;
    }
}


@media only screen and (max-width:480px) {

    .product:not([data-finished='']):after {
        font-size: 25px;
        transform: translate(-170%, 70%) rotate(-15deg);
        width: 90px;
        height: 20px;
    }
}



/***************************************************/
body {
    background: #fff;
    line-height: 23px;
    font-size: 13px;
}

header {
    border-bottom: 2px solid #eee;
    background: #fff;
    text-align: right !important;
}

.head {
    font-size: 13px;
}

    .head .logo {
        text-align: right;
        padding-right: 20px;
    }

footer {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    background: #fff;
}

    footer div {
        padding: 5px 10px !important;
    }

#f-t {
    align-items: center;
    font-size: 13px;
}

    #f-t > div:first-child {
        width: 100px;
    }

        #f-t > div:first-child > img {
            width: 80px;
            height: auto;
        }

    #f-t > div:last-child {
        width: calc(100% - 100px);
        display: flex;
        flex-direction: row;
    }

        #f-t > div:last-child > div {
            width: 25%;
            text-align: center;
        }

@media only screen and (max-width: 420px) {
    footer {
        position: sticky;
    }

    #f-t > div:first-child {
        width: 70px;
    }

        #f-t > div:first-child > img {
            width: 50px;
        }

    #f-t > div:last-child {
        width: calc(100% - 70px);
    }
}

.free-body {
    margin: 10px auto;
    text-align: center;
}


.cl-mbr {
    width: 300px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

    .cl-mbr .lg {
        text-align: center;
        margin: 20px;
    }

        .cl-mbr .lg img {
            width: 150px;
        }

    .cl-mbr > .desc {
    }

    .cl-mbr input {
        border-radius: 10px !important;
        font-size: 15px;
        padding: 8px !important;
    }

        .cl-mbr input[data-format=captcha], .cl-mbr input[data-format=mobile] {
            border-radius: 0 10px 10px 0 !important;
            font-size: 16px;
        }

        .cl-mbr input.btn {
            width: 100%;
            background: #fdb719 !important;
            color: #000 !important;
        }

    .cl-mbr .ct-footer-bottunbar {
        padding: 0;
        border: none;
    }

        .cl-mbr .ct-footer-bottunbar .btn {
            margin: 0;
        }

@media only screen and (max-width: 300px) {

    .cl-mbr {
        width: 100%;
    }
}

.tp-btn-list {
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .tp-btn-list > div {
        width: 48%;
        border-radius: 20px;
        background: #ffde95;
        padding: 8px 0;
        margin: 5px 2px;
        color: #000;
        cursor: pointer;
    }

        .tp-btn-list > div.-s12 {
            background: #fdb719;
        }

.sign {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 5px auto;
    width: 100vw;
    direction: ltr;
}

.l-r66 {
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    margin: 25% auto;
}

    .l-r66 > div {
        text-align: center !important;
    }
        .l-r66 > div .l-r {
            width: 80%;
        }
        .l-r66 > div .l-h {
            width: 50%;
        }
        .l-r66 > div .l-j {
            width: 100%;
        }
        .l-r66 > div .l-b {
            width: 70%;
        }
        .l-r66 > div .l-c {
            width: 85%;
        }

@media only screen and (min-width: 321px) and (max-width: 480px) {

    .l-r66 {
        display: block;
        margin: 0 auto;
    }

        .l-r66 > div {
            padding: 20px 35% !important;
            flex-wrap: wrap;
        }
            .l-r66 > div .l-r {
                width: 100%;
            }

            .l-r66 > div .l-h {
                width: 70%;
            }

            .l-r66 > div .l-j {
                width: 80%;
            }

            .l-r66 > div .l-b {
                width: 90%;
            }

            .l-r66 > div .l-c {
                width: 90%;
            }
}
