.deals-page-wrap {
    min-width: 100%;
}

.deals-page-wrap .demo-content {
    position: relative;
}

.deals-page-wrap a.btn:focus {
    text-decoration: none;
}

.deals-page-wrap .link-text {
    line-height: 150%;
}

.deals-page-wrap div.deals-banner {
    position: relative;
    border-left: 1px solid #e1dfe1;
    border-right: 1px solid #e1dfe1;
    text-align: center;
    background-color: #f6f6f6;
    padding: 30px 1em 40px;
    box-sizing: border-box;
}

.deals-page-wrap h1.deals-banner {
    color: #0f6a38;
    margin: 0 auto;
    font-size: 36px;
    max-width: calc(100% - 10px);
}

.device-wrap {
    z-index: 0;
}

.sale-price-wrapper {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.full-width-promo {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 30px;
}

.full-width-promo p {
    margin: 0;
}

.full-width-promo .device-details,
.full-width-promo .btn-wrap {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
}

.full-width-promo .device-name {
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 0;
}

.full-width-promo .price {
    font-size: 40px;
}

.deals-page-wrap .price.black {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.deals-page-wrap .price.green {
    color: #036b37 !important;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.deals-page-wrap .price.dark-grey {
    color: #404041 !important;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.details-wrap {
    margin-top: 30px;
}

.full-width-promo .b-txt.white {
    color: #ffffff;
}

.full-width-promo .b-txt.black {
    color: #000000;
}

.full-width-promo hr {
    margin-bottom: 20px;
    margin-top: 0;
    /*border-top: 1.25px solid #e1dfe1;*/
}

.full-width-promo .b-txt.green {
    color: #fff;
}

.full-width-promo .b-txt.green {
    color: #0f6a38;
}

.full-width-promo .b-txt .grey {
    color: #404041;
}

.full-width-promo .price-info {
    color: #404041;
    font-size: 13px;
}

.full-width-promo .legal-txt {
    font-size: 11px;
    max-width: 94%;
    margin-top: 10px;
}

.full-width-promo.white {
    background-color: #ffffff;
    border-top: 1px solid #e1dfe1;
}

.full-width-promo.white .device-details.no-border {
    border: none;
}

.full-width-promo.black {
    background-color: #f6f6f6;
    position: relative;
}

.full-width-promo .small {
    padding-top: 5px;
    color: #000000 !important;
}

.full-width-promo .device-name {
    border-bottom: 1.25px solid #e1dfe1;
}

.full-width-promo.black .device-details.no-border {
    border: none;
}

.full-width-promo .device-details .portin-teaser-content p.small {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    line-height: 1.2 !important;
}

.more-phones {
    background-color: #e1dfe1;
    height: 125px;
    padding-top: 40px;
    color: #404041;
}

.more-phones h3 {
    margin-top: 10px;
}

.more-phones h4 {
    padding-left: 30px;
    margin-top: 0;
    line-height: 2;
    vertical-align: middle;
    font-size: 150%;
}


.more-phones .deals.btn-wrap {
    padding-left: 0;
}

.btn-wrap .deals.btn-primary,
.btn-wrap .deals.btn-default {
    padding: 14px 60px;
    border-radius: 5px;
    width: 100%;
}

.deals-page-wrap .btn-wrap .deals.btn-default,
.deals-page-wrap .btn-wrap .deals.btn-primary {
    width: auto;
}

.btn-wrap .deals.btn-default {
    background-color: #fff;
    color: #337ab7;
    border-color: #337ab7;
    font-weight: 600;
    width: auto;
}

.deals-page-wrap .btn-default:hover,
.deals-page-wrap .btn-default:focus {
    border-width: 2px;
    padding: 13px 59px;
}

.deals-page-wrap .full-width-promo .details-wrap h2.price {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.deals-page-wrap .full-width-promo .details-wrap span.price-info {
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.deals-page-wrap .full-width-promo .details-wrap h3.price-info,
.deals-page-wrap .full-width-promo .details-wrap h3.legal-txt {
    margin-top: 10px;
}

.deals-page-wrap .full-width-promo.black .img-wrap {
    float: right;
}

.deals-page-wrap .base-price-wrapper {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}

.img-wrap img {
    margin-top: 20px;
}


.scroll-action-wrap-2 {
    display: flex;
}

.scroll-action-wrap-2 .scroll-action {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1.25px solid #337ab7;
    color: #337ab7;
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: calc(50% - 27px);
    background-color: #ffffff;
    padding-top: 15px;
    z-index: 2;
}

.scroll-action-wrap-2 .scroll-action:hover,
.scroll-action-wrap-2 .scroll-action:focus {
    border-width: 2px;
    padding-top: 14px;
}

.scroll-action-wrap-2 .scroll-action p {
    margin: 0;
}

.scroll-action-wrap-2 .scroll-action i {
    font-size: 16px;
    left: 0;
    top: -1px;
    transform: rotate(90deg);
}

.deal-banner-heading {
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.device-wrap .heroSlider .heroText a,
.device-wrap .heroSlider .heroText a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.device-wrap .heroSlider {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.device-wrap .heroSlider h1,
.device-wrap .heroSlider h2,
.device-wrap .heroSlider .base {
    margin: 20px auto 10px;
}

.device-wrap .heroSlider .imageContainer {
    padding-top: 3em;
}

.device-wrap .heroSlider .heroText {
    margin-top: 40px;
}

.device-wrap .heroSlider .deal-banner-sub-heading {
    line-height: 24px;
    margin: 45px auto 30px;
    text-align: center;
    max-width: calc(100% - 40px);
}

.deals-teasers .btn-primary.btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.deal-banner-sub-heading {
    line-height: 24px;
    text-align: center;
}

.base {
    color: #FFFFFF !important;
    max-width: 320px;
    height: 50px;
}

.black-friday-deals-img {
    width: 400px;
    height: 400px;
}

.cato-compliant-green {
    background-color: #C4D600;
}

#dealsPage_tabs {
    border-top: solid 1px #BBBDC0;
}

@media (max-width: 480px) and (orientation: portrait) {

    .deals-page-wrap {
        max-width: 100%;
    }

    .deals-page-wrap .device-wrap .full-width-promo {
        padding-left: 15px;
        padding-right: 15px;
    }

    .deals-page-wrap img {
        display: block;
        margin-left: auto;
    }

    .deals-page-wrap .center-block {
        margin-left: auto;
        margin-bottom: 50px;
    }

    .deals-page-wrap .device-wrap .btn-wrap a {
        display: block;
    }

    .more-phones .deals.btn-wrap {
        padding-left: 15px;
    }

    .deals-page-wrap .more-phones {
        padding-bottom: 40px;
        height: auto;
    }

    .deals-page-wrap .more-phones h4 {
        font-size: 120%;
        padding-left: unset;
    }

    .full-width-promo .device-details,
    .full-width-promo .btn-wrap {
        padding-left: unset;
        padding-right: unset;
    }

    .deals-page-wrap h1.deals-banner {
        font-size: 28px;
    }

    .device-wrap .heroSlider h1,
    .device-wrap .heroSlider h2,
    .device-wrap .heroSlider .base {
        margin: 1em auto 0.5em;
    }

    .device-wrap .heroSlider .heroText {
        margin-top: 2em;
    }

    .heroSlider h1 {
        padding: 0 30px;
    }

    .deals-teasers .btn-primary.btn {
        max-width: calc(100% - 40px);
        margin: 10px auto 0;
    }

}

@media (min-width:481px) {
    .deals-teasers .btn-primary.btn {
        max-width: 320px;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .full-width-promo {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .deals-page-wrap .center-block {
        margin-bottom: 0 !important;
    }

    .details-wrap {
        margin-top: 0 !important;
    }

    .scroll-action-wrap-2 {
        display: none !important;
    }
}


/*# sourceMappingURL=dealsPageCSS.4f973621a40b76c96a37.css.map*/