#OrderNow .btn {
    margin-top: 10px;
    width: fit-content;
    display: inline-block;
    font-size: 18px;
}
#OrderNow .small-btn {
    margin-top: 10px;
    width: fit-content;
    display: inline-block;
}

.refine-label {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding: 11px 0;
}

.compare-phones-block {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
}

.compare-phones-block-text {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    display: inline-block;
}

.compare-phones-block .btn-wrapper {
    padding-left: 10px;
}

.displayDevices {
    margin-bottom: 20px;
}


.individual-phones {
    padding: 0 1.5em 1.5em 1.5em;
    overflow: visible;
    box-shadow: 1px 1px 1px 1px #d7d7d7;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin: 25px auto;
    position: relative;
}
    .individual-phones a {
        display: block;
    }

    .individual-phones .device-network-holder {
        margin-top: 30px;
        margin-bottom: 15px;
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
    }
    .individual-phones .device-network-holder a img {
        height: 238px;
    }

    .individual-phones .chkComparePhone {
        margin-top: 15px;
        display: block;
        height: 20px;
    }

    .individual-phones .lnkAppleCompare {
        font-weight: normal;
        display: block;
        margin-top: 15px;
        height: 20px;
    }

    .individual-phones .easyTab {
        font-size: 14px;
    }

        .individual-phones .easyTab sup {
            font-size: 8px;
            right: 4px;
            font-style: italic;
        }

        .individual-phones .easyTab .compare {
            font-weight: bold;
        }

    .individual-phones input {
        margin-right: 5px;
    }

    .individual-phones .price {
        color: #332a86;
        font-size: 22px;
        float: none;
    }
        .individual-phones .price sup {
            font-size: small;
        }

    .individual-phones .sale-text {
        font-weight: bold;
        font-size: 18px;
        color: black;
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .individual-phones h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
    }

.promo-holder {
    display: none;
    height: 32px;
    text-align: center;
    overflow: hidden;
    margin: -15px auto 0 auto;
    position: absolute;
    background-color: #EB9A3A;
    color: #332A86;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding: 7px 15px 0px 15px;
    width: max-content;
    min-width: 33%;
}

.flex-defered-info {
    outline: none !important;
    font-size: larger;
    line-height: 1;
}

    .flex-defered-info > img {
        width: 15px;
    }

@media screen and (max-width: 1200px) {
    .individual-phones {
    }
}

@media screen and (max-width: 992px) {
    .individual-phones {
    }
}

@media screen and (max-width: 768px) {
    .refine-results div {
        text-align: center;
    }

    .refine-results .input-group {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 576px) {
    .individual-phones {
        width: 75%;
    }
}

@media screen and (max-width: 380px) {
    .individual-phones {
        width: 100%;
    }
}
/*Device filter styles*/
.refine-results {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.deviceFilterHolder {
    margin-bottom: 20px;
}
.deviceFilterList, .manufacturer-results {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.phoneCategory {
    border: 1px solid #332A86; 
    background-color: white;
    color: #332A86;
    margin: 6px;
    padding: 6px 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;

}
@media screen and (max-width: 576px) {
    .phoneCategory {
        /*font-size: 75%;*/
    }
}
.manufacturer-results {
    display: none;
}

.phoneCategory.active, .phoneBrandList.active {
    background: #332A86;
    color: white;
}

.BYOPShowText {
    color: #343485;
    font-family: 'museo-sans',Arial,sans-serif;
    font-weight: 900;
}