﻿strong {
    font-size: 16px;
}

#popupwindow .pin-giftcard-details a.copy:hover {
    color: #808080
}

#popupwindow .notes {
    color: red;
    font-size: 13px;
}

#popupwindow #serialNum a,
#popupwindow #pincode a {
    cursor: pointer;
}

    #popupwindow #serialNum a:hover,
    #popupwindow #pincode a:hover {
        text-decoration: underline;
    }

.k-tooltip {
    background: #808080;
    text-align: center;
}

    .k-tooltip .k-callout {
        color: #808080;
    }

.back-btn {
    font-size: 16px;
}

.box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2% 0;
}


    .box .card-details a {
        color: #fff;
        text-decoration: none;
    }

        .box .card-details a:hover,
        .box .card-details a:active {
            color: #00ffd1;
        }

    .box .card-details .card-img {
        width: 100%;
    }

    .box .card-details .card-info {
        padding-bottom: 5%;
        text-align: center;
    }

        .box .card-details .card-info .name {
            font-weight: bold;
        }

        .box .card-details .card-info .desc {
            text-align: left;
        }

        .box .card-details .card-info .desc,
        .box .card-details .card-instruction {
            padding: 0 20px;
        }

        .box .card-details .card-info .website a {
            text-transform: uppercase;
        }

    .box .card-details .card-img img {
        width: 100%;
        aspect-ratio: 3/1;
        object-fit: cover;
    }

    .box .item-details .card-body .label {
        font-size: 24px;
    }

    .box .item-details .topup-card {
        background: black !important;
    }

    .box .item-details .listing {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #00ffd1;
        text-align: center;
        color: #000;
        margin-right: 5px;
    }

    .box .item-details .title {
        font-size: 16px;
        font-weight: bold;
        padding-left: 6px;
    }

    .box .item-details .item-button {
    }

        .box .item-details .item-button .item:nth-child(4n+2),
        .box .item-details .payment-method .item:nth-child(4n+2) {
            margin-left: 4%;
        }

        .box .item-details .item-button .item:nth-child(4n+3),
        .box .item-details .payment-method .item:nth-child(4n+3) {
            margin: 0 4%;
        }

        .box .item-details .item-button .item,
        .box .item-details .payment-method .item {
            width: 22%;
            float: left;
            margin-bottom: 20px
        }

            .box .item-details .item-button .item label,
            .box .item-details .payment-method .item label {
                width: 100%;
                height: 60px;
                align-content: center;
                text-align: center;
                border-radius: 10px;
                border: 1px solid #fff;
            }

            .box .item-details .item-button .item label {
                margin: 0;
            }

            .box .item-details .payment-method .item label img {
                height: 37px;
                object-fit: cover;
                border-radius: 10px;
                margin-right: 10px;
            }

input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
}

    input[type="radio"]:checked + label {
        color: #00ffd1;
        background-color: #001f1c;
        border: 1px solid #00ffd1 !important;
    }

    input[type="radio"][disabled] + label {
        background-color: #808080;
        opacity: 40%;
    }

#disc {
    color: #00ffd1;
}

#ori-price {
    text-decoration: line-through;
    color: #808080;
}

#price {
    font-weight: bold;
}

#btncheckout {
    background-color: #00ffd1;
    border-color: #00ffd1;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s all ease;
}

    #btncheckout:hover,
    #btncheckout:active {
        background-color: #001f1c;
        color: #00ffd1;
    }

.divider {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #808080;
    height: .5px;
}

@media only screen and (min-width: 768px) { /* Desktop View */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
}

@media only screen and (max-width: 767px) { /* Mobile View */

}
