﻿.cursor-pointer {
    cursor: pointer;
}

.checkbox-label {
    font-weight: normal;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.m-t-15 {
    margin-top: 15px;
}

.apl-content-box .plp-pdl-bundle-listing {
    height: auto;
    max-height: none;
}

    .apl-content-box .plp-pdl-bundle-listing li {
        padding: 0;
        margin: 0;
        padding-bottom: 5px;
    }

a.btn-product-cancel {
    text-decoration: none;
    line-height: 48px;
}

    a.btn-product-cancel:hover {
        text-decoration: none;
        color: #ffffff;
    }

.modal-dialog {
    margin-top: 20vh !important;
}

.ajs-dialog {
    z-index: 4000;
}

@media screen and (min-width: 768px) {
/*  For Laptops*/
    .ajs-dialog {
        max-width: 50% !important;
        max-height: 50% !important;
    }

    .ajs-content {
        color: red;
        font-size: 1.8em;
    }

    .ajs-header {
        font-size: 2.4em;
        font-weight: bold;
        color: #4486be;
    }
}

@media screen and (min-width: 992px) {
/*   For Large Laptops*/
    .ajs-dialog {
        max-width: 50% !important;
        max-height: 50% !important;
    }

    .ajs-content {
        color: red;
        font-size: 2.2em;
    }

    .ajs-header {
        font-size: 2.8em;
        font-weight: bold;
        color: #4486be;
    }
}