﻿.torob-pay_details {
    background: #9ce669;
    margin-top: 16px;
    border-radius: 12px;
    padding: 12px;
    font-family: yekanbakh, serif;
}

    .torob-pay_details .content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .torob-pay_details .content .logo_torobpay {
            width: 40px;
            height: 40px;
        }

            .torob-pay_details .content .logo_torobpay img {
                width: 100%;
                height: 100%;
                display: block;
            }

        .torob-pay_details .content .caption {
            border-right: 1px solid #5fa245;
            color: #023f03;
            margin-right: 16px;
            padding-right: 16px;
        }

            .torob-pay_details .content .caption .title {
                font-size: 18px;
                font-weight: 700 !important;
                line-height: 20px;
                letter-spacing: -0.5px;
                padding-bottom: 4px;
            }

            .torob-pay_details .content .caption .detail {
                font-size: 20px;
                font-weight: 800 !important;
                line-height: 24px;
                letter-spacing: -0.5px;
            }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .torob-pay_details {
        font-family: yekanbakh !important;
        margin-top: 8px;
    }

        .torob-pay_details .content .logo_torobpay {
            width: 24px;
            height: 24px;
        }

        .torob-pay_details .content .caption {
            margin-right: 12px;
            padding-right: 16px;
        }

            .torob-pay_details .content .caption .title {
                font-size: 10px;
                line-height: 15.5px;
                padding-bottom: 4px;
            }

            .torob-pay_details .content .caption .detail {
                font-size: 12px;
                line-height: 18.6px;
                letter-spacing: -0.5px;
            }
}

.km-cart-content-left .torob-pay_details .content .logo_torobpay {
    width: 38px !important;
    height: 24px !important;
}

.km-cart-content-left .torob-pay_details .content .caption {
    margin-right: 8px !important;
    padding-right: 8px !important;
}

    .km-cart-content-left .torob-pay_details .content .caption .title {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .km-cart-content-left .torob-pay_details .content .caption .detail {
        font-size: 15px !important;
        line-height: 16px !important;
    }
