﻿
.bottom-buffer {
    margin-bottom: 10px;
}

.OtherAddress {
    display: none !important;
}

.naghdi {
}

.btn.btn-link.btn-block:not(.collapsed):after {
    border: 1px solid #9e9e9e;
    background-color: #838383;
}

.btn.btn-link.btn-block:after {
    content: ' ';
    float: right;
    border-radius: 100px;
    border: 1px solid silver;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    margin-top: 2px;
}

.btn.btn-link.btn-block {
    color: #62666d;
}

.btn.btn-link {
    font-size: 13px
}

.cardtocard input[type=text], .cardtocard input[type=number] {
    margin-top: 10px;
}

.payinfo_collps {
}


#accordionPayment .card-body {
    margin: 20px;
}



span[data-status] {
    position: relative;
    padding-right: 23px;
    top: 8px;
    font-size: 10px;
}

    span[data-status]:before {
        width: 13px;
        height: 13px;
        position: absolute;
        top: -1px;
        right: 4px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

span[data-status='1'] {
    display: none;
}

    span[data-status='1']:before {
        content: " ";
        background-image: none;
    }



span[data-status='true'] {
    color: green;
}

    span[data-status='true']:before {
        content: " ";
        background-image: url('/img/tick.png');
    }

span[data-status='wait']:before {
    content: " ";
    background-image: url('/img/amaz-loading.gif');
    background-size: 100%;
}



span[data-status='false'] {
    color: red;
}

    span[data-status='false']:before {
        content: " ";
        background-image: url('/img/untick.png');
    }




#Modal_installment .amontD {
    text-align: center;
}

    #Modal_installment .amontD label {
        font-weight: bold;
        font-size: 15px;
    }

    #Modal_installment .amontD input {
        width: 145px;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }

._product_container {
}

    ._product_container .firstPayment > div._active {
        background-color: #f0fffb;
        border: 2px solid #13cb9e;
    }

    ._product_container .firstPayment > div:hover {
        background-color: #fdfdfd;
    }

    ._product_container .firstPayment > div > div._num {
        width: 100%;
        display: inline-block;
    }

    ._product_container .firstPayment > div > div {
        display: inline-block;
        /* padding-left: 15px; */
    }

    ._product_container .firstPayment > div {
        display: inline-block;
        border: 1px solid #dfe0e5;
        border-radius: 43px;
        padding: 8px;
        margin-left: 11px;
        cursor: pointer;
    }

    ._product_container .firstPayment {
        width: 100%;
        display: flex;
        text-align: center;
    }

    ._product_container ._toman {
        font-size: 11px;
    }

    ._product_container ._select_container {
        margin-top: 40px;
        padding-bottom: 70px;
        text-align: center;
        border: 2px solid #d6d7de8c;
        background: #fff;
        border-radius: 10px;
        width: 740px;
        max-width: 100%;
        margin: 12px auto auto;
        padding: 42px 29px;
    }

._head {
    border: none !important;
}

._product_container ._select_container > div {
    border: 2px solid #d7d8df;
    border-radius: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

    ._product_container ._select_container > div._head > div {
        padding: 0 5px;
        /* font-family: vazir; */
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
    }

    ._product_container ._select_container > div > div {
        padding: 11px 5px;
        position: relative;
        font-size: 18px;
        /* font-family: vazir-bold; */
    }

        ._product_container ._select_container > div > div._radio {
            width: 55px;
        }


        ._product_container ._select_container > div > div._num {
            width: 80px;
        }

        ._product_container ._select_container > div > div._monthlyWage {
            width: 107px;
            font-size: 15px;
        }

        ._product_container ._select_container > div > div._monthly {
            width: 152px;
        }

        ._product_container ._select_container > div > div._total {
            width: 200px;
        }

        ._product_container ._select_container > div > div._radio ._radio_btn._active {
            border-color: #13cb9e;
        }

        ._product_container ._select_container > div > div._radio ._radio_btn {
            float: left;
            width: 24px;
            height: 24px;
            border: 2px solid #d7d8df;
            border-radius: 100%;
            position: relative;
            cursor: pointer;
        }

            ._product_container._select_container > div > div._radio ._radio_btn._active:after {
                display: block;
            }

._radio_btn._active:after {
    content: "11";
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #13cb9e;
    position: absolute;
    top: 3px;
    left: 3px;
}


._product_container ._select_container > div._active {
    border-color: #13cb9e;
    background: #f0fffb;
}


#cash {
    margin-left: 10px;
}

.calc-holder .in_price {
    color: red;
    text-decoration: underline;
    margin-right: 9px;
    font-weight: bold;
}

.calc-holder span, .calc-holder label {
    margin-left: 12px;
}

.calc-holder span {
    font-size: 12px;
}

.calc-holder {
    font-size: 12px;
    padding: 6px;
}



#sb-site {
    margin-top: 25px;
}




@media only screen and (max-width: 519px) {

    ._product_container ._select_container {
        width: 100%;
        padding: 0px;
        border: none;
    }

    .ft-cols-hld, .footer-bot-hld {
        display: none;
    }

    #topHeaderPC, .headMid {
        display: none;
    }

    ._product_container ._select_container > div._head {
        display: none;
    }

    ._product_container ._select_container > div {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    ._product_container ._select_container .d-sm-none {
        font-size: 10px !important;
    }

    ._product_container ._select_container > div > div {
        width: inherit !important;
    }

    ._product_container ._select_container * {
        font-size: 13px !important;
        /* padding: 4px 0px !important; */
    }
}
