.back-to-phones-link {
    padding-top: 20px;
    font-size: 11px;
}

.caret-arrow {
    transform: rotateY(180deg);
    margin-right: 5px;
    height: 10px;
}

.device-compare-header .phone-page-title {
    margin-top: 0;
}

.device-compare-body {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dropdowns-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdowns-container:nth-child(1) {
    margin-left: 30px;
}

.dropdowns-wrapper {
    width: 50%;
}

.compare-label {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 10px;
}

.dropdown-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.device-dropdown {
    cursor: pointer;
    height: 40px;
    width: 174px;
    border: 1px solid #E1DFE1;
    border-radius: 4px;
    background: white url(/uiassets/icon-tiny-chevron-down-6px-blue.png) 94.5% no-repeat;
    color: #3170b7;
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}


.error-border {
    border: 1px solid #cf292a;
}

.device-dropdown:disabled {
    border: 1px solid #E1DFE1;
    color: #5a5a5a;
    background: #ffffff;
}

.details-url-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 12px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.images-container {
    padding: 10px 0 30px;
    width: 100%;
}

.images-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.img-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-img, .device-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
}

.default-img {
    height: 440px;
    text-align: center;
    border: 3px dashed rgba(187, 189, 192, 0.5);
    border-radius: 20px;
}

.default-img span {
    font-size: 11px;
    color: #3170b7;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.device-img img {
    width: 100%;
    height: 100%;
}

.device-img-btn {
    width: 80px;
    height: 50px;
    color: #6D7278;
    background-color: #FFFFFF;
    margin: 30px 15px 0;
}

.device-img-btn:hover{
    background: #FFFFFF;
    color:#5E5E5E;
}

.selected {
    color: #3170b7;
}

.selected:hover{
    color: #12508d;
}

.call-to-action-btn {
    background: #ffff;
    color: #3170b7;
    cursor: pointer;
    height: 40px;
    width: 138px;
    border: 1px solid #3170b7;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}

.call-to-action-btn:hover{
    background: #3170b7;
    color: #ffff;
    border: 1px solid #ffff;
    cursor: pointer;
}

.compare-btn-wrapper {
    margin: 15px 0 20px;
}

.compare-btn {
    width: 319px;
    height: 40px;
}

.compare-btn:hover, .compare-btn:focus {
    background: #12508d;
}

.clear-btn {
    display: block;
    width: 100%;
    background: transparent;
    color: #404041;
    font-size: 11px;
}

.clear-btn:focus, .clear-btn:hover {
    background: transparent;
    color: #404041;
}

.clear-btn:focus {
    border: 1px solid #125c99;
}

.specs-table-header .specs-group {
    padding-bottom: 20px;
}

.specs-table-header .phone-header {
    width: 50%;
}

.specs-table-header .specs-text {
    width: 100%;
}

.specs-container {
    width: 100%;
}

.specs-wrapper {
    height: 120px;
}

.specs-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    height: 100%;
    padding-left: 20%;
}

.pricing-specs-group {
    align-items: flex-start;
}

.specs-label {
    padding-left: 0;
}

.specs-text {
    width: 50%;
    font-size: 14px;
    padding-right: 20px;
}

.specs-header {
    font-size: 20px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
}

.specs-text .from-label {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.specs-text .price {
    color: #60A630;
    font-size: 28px;
    margin-bottom: 0;
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

.specs-text .legal-disclaimer {
    font-size: 8px;
    line-height: 12px;
    padding-top: 5px;
    padding-right: 60px;
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;
}

.specs-colors {
    height: 100%;
    padding-top: 15px;
}

.color-wrapper, .color-wrapper span {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.color-wrapper {
    border: 1px solid #979797;
    height: 30px;
    width: 30px;
    margin: 0 2px;
}

.color-wrapper span {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}

.divider {
    border-top: 1px solid #979797;
    margin: 10px 0;
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media(max-width: 768px) {

    .device-dropdown {
        width: 140px;
    }

    .specs-group {
        padding-left: 15%;
    }

    .specs-header{
        font-size: 17px;
        height: 53px;
    }
}

@media(max-width: 734px) {

    .device-compare-body {
        margin-top: 25px;
    }

    .dropdown-group {
        justify-content: center;
    }

    .device-dropdown {
        width: 100%;
    }

    .divider {
        margin: 10px -15px;
    }

    .specs-group {
        padding-left: 12%;
    }

    .specs-wrapper {
        height: 140px;
    }

    .specs-text .legal-disclaimer {
        padding-right: 20px;
    }
}

@media(max-width: 420px) {
    .default-img {
        width: 162px;
        height: 349px;
    }

    .device-img {
        width: 162px;
    }

    .default-img span {
        font-size: 14px;
    }

    .specs-text .legal-disclaimer {
        padding-right: 0;
    }
}

@media(max-width: 400px) {

    .dropdowns-container {
        margin-left: 23px;
    }

    .dropdowns-container:nth-child(1) {
        margin-left: 23px;
    }

    .device-dropdown {
        margin-right: 20px;
    }

    .compare-btn-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .compare-btn {
        width: 100%;
    }

    .default-img {
        width: 125px;
        height: 275px;
    }

    .device-img {
        width: 125px;
    }

    .specs-label {
        padding-left: 20px;
    }

    .specs-group {
        padding-left: 20px;
    }
}
/***********************************
PICKER STYLES
************************************/
.picker-hide {
    height: 0px;
    overflow: hidden;
}

#picker,
.picker-show {
    display: none;
}

/* update for the homepage seo par */
body.home .picker-hide {
    height: auto;
}

#picker a:hover,
#picker a:focus {
    text-decoration: none;
}

/* Color Black */
#picker .steps a, #freeActivationSMART > p, .shippingBanner > p, .shippingBanner span a, .newterms, .newterms:hover, .product-listing h2 a, .phone-details .price.was-price p.legal-content, .phone-details .price.was-price p.upgrade-legal  {
    color: #000;
}

/* Simply Cricket Demi Classes*/
#picker .steps a, #picker .steps .change-device-link,
#picker .steps .start-over-link, #picker .flow, #picker .flow a, .shop_byod .flow-change-option > div, .phone-details .affirm-as-low-as, .filter_by .headline,
.sorting .styledSelect select, #freeActivation > p, #freeActivationSMART > p, .shippingBanner > p, .social p, .product-listing h2, .product-listing h2 span,
.price-label, .portin-teaser-content, .compare-total, .compare-hide, .compare-hide a, .selected-compare-device-name, .compare-device-name, .phone-details .price.was-price p.legal-content{
    font-family: 'Simply Cricket Demi', Helvetica, Arial, sans-serif;

}

/* Simply Cricket Demi Classes*/
#picker .steps .description-text, #picker .steps .description-text, .phone-details .price p {
    font-family: 'Simply Cricket Bold', Helvetica, Arial, sans-serif;
}

/* Simply Cricket Demi Classes*/
.filter_wrapper .dropdown_menu ul li div.filter-box, .filter_wrapper .dropdown_menu ul li div.filter-box, .phones-heading,
#freeActivation span.font-20, #freeActivationSMART span.font-20, .shippingBanner span.font-20 {
    font-family: 'Simply Cricket Book', Helvetica, Arial, sans-serif;
}

#picker .steps a {
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0 0 1px;
    display: block;
    /* makes the focused blue outline rounded*/
    border-radius: 20px;
}

/*Fix spacing for Picker elements: CSDO-1638, CSDO-1710.*/
#picker .steps hr {
    border-bottom: 1px solid #e1dfe1;
    margin: 13px 10px;
}

#picker .steps .update hr {
    border-bottom: 1px solid #e1dfe1;
    margin: 13px 10px 0;
}

#picker .steps .change-device-link,
#picker .steps .start-over-link,
#picker .steps .description-text {
    display: block;
    margin: 5px 10px 0;
}

#picker .steps .change-device-link,
#picker .steps .start-over-link {
    color: #1b75bb;
    font-size: 14px;
    height: 20px;
}

#picker .steps .change-device-link {
    background: url('/uiassets/open_window.png') no-repeat right transparent !important;
    padding-right: 25px;
    float: none;
}

#picker .steps .description-text {
    font-size: 26px;
    line-height: 1.2;
}

#picker .steps .change-device-link:hover {
    background: url('/uiassets/open_window-hover.png') no-repeat right transparent !important;
}

#picker .step {
    height: 40px;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #1b75bb;
    position: relative;
    text-overflow: ellipsis;
    /* generates dots if text on one single line and truncated */
    overflow: hidden;
    /* triggers text-oveflow and mids floatting elements */
    white-space: nowrap;
    /* keep text on a single line to trigger text-overflow; */
    padding: 4px 14px 0 0;
    margin-top: 5px;
}

#picker .step:first-child {
    margin-left: 0;
}

#picker .step:nth-child(3) {
    border-radius: 20px;
}

#picker span.img {
    width: 35px;
    height: 30px;
    display: block;
    float: left;
    margin: -3px -14px 0 0;
}

#picker .step.disabled {
    background: #f4f4f4;
    border: 4px solid #404041;
}

#picker .step.disabled, #picker .step.disabled a, #picker .step.disabled a:hover {
    color: #404041;
}

#picker .step.disabled a,
#picker .step.disabled a:hover {
    cursor: not-allowed;
    text-decoration: none;
}

#picker .step.active,
#picker .step.active:hover {
    background: #036b37;
    border: 4px solid #036b37;
    color: white;
}

#picker .step.active a {
    color: #fff !important;
}

#picker span.img {
    background: url('/uiassets/picker_not_added.png') no-repeat;
}

#picker .disabled span.img {
    background: url('/uiassets/picker_disabled_not_added.png') no-repeat;
}

#picker .checked span.img {
    background: url('/uiassets/picker_added.png') no-repeat;
}

#picker .active span.img {
    background: url('/uiassets/picker_active_not_added.png') no-repeat;
}

#picker .checked.active span.img {
    background: url('/uiassets/picker_active_added.png') no-repeat;
}

/*Hover state for the checked NOT active*/
#picker .checked:hover span.img, #picker a:focus .checked span.img {
    background: #a6a6a6 url('/img/cricketwireless/ES_230218.png') no-repeat;
}

#picker .checked:hover, #picker a:focus .checked {
    background: #a6a6a6;
    border-color: #a6a6a6;
}

/*Hover state for the checked active*/
#picker .checked.active:hover span.img, #picker a:focus .checked.active span.img {
    background: url('/img/cricketwireless/ES_230218.png') no-repeat;
}

#picker .checked.active:hover, #picker a:focus .checked.active {
    background: #036b37;
    border: 4px solid #036b37;
}

/*Fix spacing for Picker elements: CSDO-1638, CSDO-1710.*/
#picker .change-device-link {
    margin: 4px 0 0 10px;
    background: url('/uiassets/open_window.png') no-repeat right transparent;
    padding-right: 25px;
    height: 20px;
    float: left;
}

#picker .change-device-link:hover {
    background: url('/uiassets/open_window-hover.png') no-repeat right transparent;
}

#pickerOverlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    position: absolute;
    z-index: 999;
}

#picker .flow {
    padding-top: 9px;
}

#picker .flow a {
    float: right;
    color: #1b75bb;
    font-size: 14px;
}

.shop_byod .flow-change-option {
    font-size: 18px;
    border-top: 1px solid #BABABA;
    margin: 14px 0 0 0;
    padding: 12px 0;
}

.shop_byod .flow-change-option > div {
    color: #6E6E6E;
    text-align: center;
    padding: 13px 0;
}

.shop_byod .flow-change-option > div:not(:last-child) {
    border-right: 1px solid #BABABA;
}

.phone-details .affirm-as-low-as {
    font-size: 10px;
    color: #6e6f72;
    bottom: 35px;
    margin: 16px 7px;
}

.phone-details .__affirm-logo.__ligature__affirm_full_logo__ {
    font-size: 16px;
}

/*Fix spacing for Picker elements, at different sizes: CSDO-1638, CSDO-1710.*/
@media (max-width: 480px) {
    #picker .steps .upgrade .description-text {
        max-width: 300px;
    }
}

@media (min-width: 481px) {
    #picker .steps .start-over-link,
    #picker .steps .description-text {
        display: inline-block;
    }
}

/*For Desktop and above*/
@media (min-width: 991px) {
    #picker {
        margin: 20px auto;
    }

    .byod-view-header #picker {
        margin: 20px auto 0;
    }

    #picker .change-device-link {
        margin-top: 7px;
    }
}

@media (max-width: 990px) {

    body:not(.responsive) header.main.nav {
        height: auto;
    }

    header.main.nav.pre-purchased-nav {
        height: auto;
    }
}

/*from tablet to medium-width phone*/
@media (min-width: 481px) and (max-width: 990px) {
    #picker {
        margin: 35px auto 40px auto;
    }

    #picker .change-device-link {
        width: 220px;
        margin-top: 10px;
    }
}

/*for smallest phones*/
@media (min-width: 320px) and (max-width: 480px) {
    #picker {
        margin: 25px auto 0 auto;
        clear: both;
    }

    #picker .change-device-link {
        margin-top: 14px;
    }
}

.filter_by .headline {
    margin: 0 0 8px 0;
    font-size: 16px;
    display: block;
}

.filter_wrapper {
    border-bottom: 1px dotted #5A5A5A;
    margin-top: 5px;
    z-index: 2;
    position: relative;
}
.filter_wrapper .dropdown_menu ul {
    margin: 0;
    padding: 0 0 0 26px;
}
.filter_wrapper .dropdown_menu ul li {
    clear: left;
    float: left;
    list-style: none outside none;
}
.filter_wrapper .dropdown_menu ul li a {
    color: #666666;
    font-size: 14px;
}
.filter_wrapper .dropdown_menu ul li div.filter-box {
    float: none;
    color: black;
    font-size: 14px;
    text-indent: -19px;
    font-weight: normal;
}
.filter_wrapper .dropdown_menu.sorts_filter {
    width: 126px;
}
.filter_wrapper .filter_by.sort_type, .filter_wrapper .dropdown_menu.sorts_filter {
    width: 100%;/*180px*/
}
.sorts_filter.dropdown_menu ul {
    padding: 0 0 0 10px;
}
form.filter_by table {
    background-color: transparent;
    border: 0 none;
}
form.filter_by table td.sort_by {
    padding: 7px 35px 0 0;
    white-space: nowrap;
}
form.filter_by table td.sorting {
    padding-left: 35px;
}
form.filter_by table td:first-child {
    padding-left: 0;
}
form.filter_by table td {
    padding: 7px 5px 0;
    vertical-align: top;
}
form.filter_by table tr {
    background: transparent;
}
form.filter_by .single_element_form_row {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    z-index: 10;
}
form .single_element_form_row {
    max-width: none;
    min-width: 0;
    width: 100%;
}
.filter_wrapper .operating_system_type,
.filter_wrapper .manufacturer_type {
    font-weight: 100;
    width: 100%;/*170px*/
}
form.filter_by .filter_by .filter-arrow {
    position: absolute;
    right: 10px;
    top: 14px;
    background: url(/uiassets/shop_filter_dropdown_caret.png) no-repeat transparent;
    width: 22px;
    height: 13px;
    display: block;
}
form.filter_by .filter_by .filter-arrow.open {
    background: url(/uiassets/shop_filter_dropdown_x.png) no-repeat transparent;
    height: 22px;
    width: 22px;
    top: 10px;
}
form.filter_by .filter_by .filter-arrow:before {
    content: '';
    display: block;
    border-left: 1px solid white;
    margin: -14px 0 0 -12px;
    height: 40px;
}
form.filter_by .filter_by .filter-arrow.open:before {
    margin: -10px 0 0 -12px;
}
form.filter_by .single_element_form_row ul.selection_history {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
}
form.filter_by .single_element_form_row ul.selection_history li button {
    background: url(/uiassets/icon-remove.png) no-repeat scroll 0 0 transparent;
    box-shadow: none;
    height: 17px;
    margin: 0;
    padding: 0;
    width: 16px;
    float: right;
}
form.filter_by .single_element_form_row ul.selection_history li span {
    color: #404040;
    display: inline-block;
    padding-right: 6px;
    width: 119px;
    font-size: 13px;
}
form.filter_by .single_element_form_row ul.selection_history li {
    list-style: none outside none;
    border: 0;
    margin-bottom: 0;
    padding: 9px 10px;
    text-indent: 0;
    width: 100%;
    background-color: #FFFFFF;
}
form.filter_by .single_element_form_row ul.selection_history li:first-child {
    margin-top: 34px;
    padding-top: 15px;
}
.filter_wrapper .dropdown_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: -1px 4px 9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 4px 9px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 4px 9px rgba(0, 0, 0, 0.25);
    left: 0;
    padding: 15px 10px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
}
.filter_wrapper .dropdown_menu ul li span.narrowbox.checked:before {
    content: "";
}
span.narrowbox.checked {
    background: none repeat scroll 0 0 #960051;
}
form span.narrowbox.checked:before {
    color: #222222;
    content: "ÃƒÂ—";
}
form span.narrowbox:before {
    color: white;
    content: "";
    display: block;
    font-size: 14px;
    height: 14px;
    left: 0;
    line-height: 0.8;
    position: absolute;
    text-align: center;
    top: 0;
    width: 14px;
}
form .os_filter div.filter-box span,
form .manufacturer_filter div.filter-box span {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 2px;
    width: 20px;
    cursor: pointer;
}
/* CSDO-7362: override CSS for filter "labels" */
form .os_filter div.filter-box .cb-label,
form .manufacturer_filter div.filter-box .cb-label {
    border: none;
    display: inline;
    top: -2px;
    cursor: default;
    color: #4D4D4D;
}
form.filter_by button.reset_filters {
    height: 40px;
    margin: 0;
    padding: 0;
    width: auto;
}
form.filter_by .single_element_form_row .filter_by, .sorting .styledSelect {
    background-color: #404041;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 10px 50px 10px 12px;
    position: relative;
    white-space: nowrap;
}
.sorting .styledSelect {
    height: 32px;
    padding-top: 2px;
    border: 0;
    background-image: url(/uiassets/shop_filter_dropdown_caret.png);
    background-position: 180px 14px;
}
.sorting .styledSelect select {
    color: white;
    font-size: 12px;
    padding-top: 4px;
    font-weight: 100;
}
.sorting .styledSelect select option {
    color: black;
}

body.shop_smartphones > div.main .container > article:first-child section.content .phones .single_element_form_row {
    margin: 0 !important;
}

body.shop_smartphones > div.main #container.stickySidebar .content .sidebar {
    margin-top: 110px;
}

body.shop_smartphones form.filter_by .single_element_form_row .filter_by .selectedLabel {
    overflow: hidden;
}

.phones-heading {
    font-weight: 100;
}
/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {
    .reset-wrapper button.reset_filters.primary {
        margin-top: 25px;
    }
    .phones-heading {
        font-size: 24px;
    }
}

/*********************************/
/*FREE ACTIVATION BLUE BANNER CSS*/
/*********************************/
#freeActivation, #freeActivationSMART {
    display: none;
}

#freeActivation {
    background-color: #036b37;
}

#freeActivationSMART, .shippingBanner {
    background-color: #e1dfe1;
    border-bottom: 1px solid #fff;
}

#freeActivation > p, #freeActivationSMART > p, .shippingBanner > p {
    margin: 0;
    color: #fff;
    text-align: center;
}

#freeActivationSMART span, .shippingBanner span {
    padding: 12px 2px 12px 50px;
    display: inline-block;
}

#freeActivation span a, #freeActivationSMART span a {
    color: #fff;
    text-decoration: underline;
}

#freeActivation span a:hover, #freeActivationSMART span a:hover {
    color: #fff;
    text-decoration: none;
}

.shippingBanner span a {
    cursor: pointer;
    text-decoration: underline;
}

.shippingBanner span a:hover {
    text-decoration: none;
}

.shippingBanner a {
    color: #0067a8;
}

#hp-message-banner a {
    cursor: pointer;
    text-decoration: underline;
}

#hp-message-banner a:hover {
    color: #fff;
    text-decoration: none;
}

#freeActivation span.font-20, #freeActivationSMART span.font-20, .shippingBanner span.font-20 {
    padding: 0;
}

#activation {
    background: url('/uiassets/activation_banner_icon.png') no-repeat 13px 50%;
}

#shipping, .shippingImage {
    background: url('/uiassets/shipping_banner_icon.png') no-repeat 13px 50%;
}

#freeActivationSMART #activation, .shippingBanner #activation {
    background: url('/uiassets/activation-black.png') no-repeat 13px 50%;
}

#freeActivationSMART .shippingBannerContent, .shippingBanner .shippingBannerImage {
    background: url('/uiassets/shipping-black.png') no-repeat 13px 50%;
}

#freeActivation #activation.hidden-xs {
    margin-left: 37px;
}

/***********************************
Container Styles
***********************************/

.responsive .container-fluid {
    max-width: inherit;
}

.flash.error .icon {
    top: 0;
}

.flash.error {
    padding-top: 0;
}

/***********************************
Filter Styles
***********************************/

.single_element_form_row {
    width: 80%;
}

.single_element_form_row label {
    display: inline;
}

/***********************************
Promo/Intro Styles
***********************************/
div.intro .col-lg-12 {
    padding: 0;
}

div.main section.intro {
    margin: 0;
    width: 100%;
}

/*set height between header graphic & content*/
.responsive, html {
    overflow-x: hidden;
    min-width: inherit;
}

div.intro header {
    padding: 0 15px;
    max-width: 1024px;
    margin: 0 auto;
    display: none;
}

div.intro .img-responsive {
    margin: 0 auto;
}

body.shop_smartphones .seopar {
    background-color: #FFFFFF;
}

.basic-phone-only div.intro {
    height: auto;
}

div.main section.intro p {
    font-size: 22px;
    margin: 0 240px 0 67px;
    display: none;
}

section.content a.hidden_links {
    overflow: hidden;
}

/***********************************
SEO Styles
***********************************/
.parsys.seopar {
    max-width: 83.33333333%;
    width: inherit;
    padding: 0 15px;
    display: block !important;
    margin-bottom: 35px;
}

body.shop_smartphones .seopar .richtext-with-class {
    background-color: #F4F4F4;
}

/***********************************
Social Styles
***********************************/
.socialRow {
    vertical-align: middle;
    min-height: 50px;
    display: table;
}

.social, .modal-link {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 0;
    line-height: 1em;
}

.modal-link {
    width: 50%;
}

.newterms {
    font-size: 12px;
    text-decoration: none;
}

.basic-phone-only .newterms {
    display: none;
}

.newterms:hover {
    text-decoration: underline;
}

.social {
    text-align: right;
}

.social p {
    display: inline-block;
    font-size: 12px;
    margin: 0;
}

.social .hidden_links {
    margin-left: 10px;
}

.social a {
    display: inline-block;
}

/***********************************
Global List Styles
***********************************/

/*top H Rule*/
div.main section.content {
    position: relative;
    z-index: 0;
}

header h1 {
    line-height: .85;
    margin: 40px 0 20px 0;
}

.modalHeader {
    margin-bottom: 20px;
    line-height: .85;
}

/*dropdown style overrides*/
.single_element_form_row ul li {
    border-bottom: solid 1px transparent;
    padding: 0;
    margin: 0;
}

.reset_filters {
    color: white;
    width: 100% !important;
    font-family: 'Simply Cricket Demi', Arial, sans-serif;
    font-weight: 100;
}

.reset-wrapper {
    padding-left: 0;
}

.content .filter_wrapper {
    border-bottom: dotted 1px transparent;
}

.sort-row {
    margin: 0 -15px !important;
}

/*checked box*/
body.shop_smartphones form.filter_by .single_element_form_row div.filter-box span.narrowbox.checked {
    background: #3170b7;
}

/***********************************
Line Details  Styles
***********************************/
.lineNo.lineDetailsNoPicker .lineDetailsText {
    margin: 9px;
    padding-bottom: 0;
}

/***********************************
List Item Styles
***********************************/

div.product-listings-container {
    margin-top: 30px;
    min-height: 380px;
    padding-top: 10px;
}

.product-section-header {
    border-top: 2px solid #CCC;
    padding: 10px 0 8px 0;
}

.product-section-header h2 {
    font-size: 26px;
}

a.smartphones-link {
    position: absolute;
    left: 0;
    bottom: 0;
}


section.content .phones ul li {
    list-style-type: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
}


.deviceName {
    cursor: pointer;
    background-color: #F6F6F6;
    border-top: 10px solid #DFDFDF;
    min-height: 95px;
    padding: 0 15px;
    position: relative;
}
.deviceName a h2:hover {
    text-decoration: underline;
}
.product-listing .phone-image{
    margin: 18px 0px;
}

.phone-price {
    margin-top: 20px;
    min-height: 106px;
}

.optmz-phone-price {
    margin-top: 30px;
    min-height: 170px;
}
.optmz-swatches {
    margin-top: 25px;
}

.optmz-swatches .color-option {
    display: inline-block;
    padding-left: 0 !important;
    margin: 0;
    position: relative;
}
.optmz-swatches .color-option span, 
.optmz-swatches .color-option.outOfStock span, 
.optmz-swatches .color-option.outOfStock.selected span {
    display: block;
    margin: 1px;
    width: 25px;
    height: 25px;
    border: 1px solid #cdcdcd;
}

.deviceExtras {
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;

}

.deviceExtras a {
    white-space: nowrap;
}

.detail-wrapper {
    width: 100%;
    min-height: 284px;
}

.certified-pre-owned, .worry-free-warranty {
    color: #3170b7;
    cursor: pointer;
    font-size: 14px;
    padding-top: 2px;
    bottom: auto;
    left: auto;
}

.inlineRating {
    float: left;
}

.extraHeaderText {
    padding-left: 5px;
}

.phone-page-title {
    color: #000;
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.value-heading {
    text-align: center;
    font-size: 16px;
    margin: 7px 0 0;
    padding: 0 15px;
}

@media (min-width: 769px) {
    .device-list-wrapper {
        height: 390px;
    }
}

.product-listing > div.row:first-child {
    min-height: 240px;
}

a.device-details-link {
    display: inline-block;
    margin-top: 20px;
}

.product-listing h2 {
    padding-bottom: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    display: inline-block;
}

.product-listing h2 span {
    font-size: 1.0em;
    display: block;
}

.product-listing .actions {
    position: relative;
    padding: 0;
    margin: 7px 0 35px 0;
    text-align: center;
}

.product-listing .actions button {
    width: 100%;
}

button.primary.remove {
    background-color: #cf292a;
}

.product-listing .actions .compare-button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #3170b7;
}

.product-listing .actions .compare-button[disabled] {
    color: #FFFFFF;
}

.product-listing .actions .compare-button[disabled]:hover, .product-listing .actions .compare-button, .product-listing .actions .compare-button.selected:hover{
    padding: 10px 0;
}

.product-listing .actions .compare-button[disabled]:hover {
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.product-listing .actions .compare-button.selected:hover, .product-listing .actions .compare-button.selected {
    color: #FFFFFF;
    background-color: #60a630;
    border: 1px solid #60a630;

}

.product-listing .actions .compare-button:hover, .product-listing .actions .compare-button:focus {
    color: #60a630;
    border: 2px solid #60a630;
    background-color: #FFFFFF;
    padding: 9px 0;
}

.product-listing .actions .compare-button.selected:focus {
    color: #FFFFFF;
    background-color: #4b8d1e;
    border: 1px solid #4b8d1e;
    padding: 10px 0;
}

.product-listing .add-to-cart-action {
    float: right;
}

@media (min-width: 769px) {
    .pic-and-price-wrapper {
        height: 320px;
    }
}

.view-details {
    font-size: 14px;
}

.content .filter_wrapper .single_element_form_row .dropdown_menu {
    display: none;
}

.phone-details p {
    font-size: 12px;
}

.phone-details p a {
    color: #3170b7;
}

/***********************************
Pricing Styles
***********************************/

.phone-details{
    margin: 0;
    padding: 0;
    height: 260px;
}

.phone-details .price p {
    color: #6F6F6F;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.phone-details .price.current-price {
    border-top: 2px solid #DFDFDF;
    padding-top: 10px;
}

.phone-details .price.was-price p {
    color: #046A38;
    font-size: 40px;
}

.phone-details .price.was-price p.legal-content {
    font-size: 12px;
    padding-top: 10px;
}

.phone-details sup {
    font-size: 50%;
    top: -0.75em;
}

.phone-details p a {
    color: #3170b7;
}

.price-label {
    font-size: 12px;
    margin-bottom: 10px;
}

.portin-row {
    padding-top: 5px;
}

.portin-teaser-image {
    float: left;
}

.portin-teaser-content {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
}

.portin-teaser-content strong {
    display: block;
    font-size: 18px;
}

.portin-teaser-content strong.promo-text {
    display: inline;
    font-size: 16px;
}

.portin-teaser-content strong sup {
    top: -0.2em;
}

.portin-row .portin-teaser-content {
    padding-left: 30px;
    width: 95%;
    margin-left: 0;
}

.portin-row img {
    margin-left: -30px;
    padding-right: 6px;
}

/***********************************
 Compare Module
***********************************/
.compare-bar {
    display: none;
    padding: 0;
    position: fixed;
    left: 0;
    z-index: 101;
    bottom: 0;
    -moz-box-shadow: 0 -3px 16px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -3px 16px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 -3px 16px 0 rgba(0, 0, 0, .3);
}

.compare-module-top {
    background-color: #60a630;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
}

.compare-module-bottom {
    background-color: #f4f4f4;
}

.compare-total {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-left: 0;
}

.compare-hide {
    font-size: 14px;
    text-align: right;
    padding-right: 0;
}

.compare-hide a {
    font-size: 14px;
    color: #FFFFFF;
}

.compare-hide img {
    top: -2px;
    position: relative;
    left: 5px;
}

.compare-module-preview ul {
    list-style-type: none;
    padding: 0;
}

.compare-module-preview ul li {
    padding: 40px 0;
}

.blank-compare-img {
    margin-top: 10px;
}

.selected-compare-device {
    padding-left: 0;
    position: relative;
}

.selected-compare-device a.remove {
    position: absolute;
    top: -8px;
    right: 8px;
}

.selected-compare-device-name {
    font-size: 18px;
    padding-left: 0;
}

.compare-device-name {
    color: #7d7d7d;
    font-size: 18px;
    padding-left: 0;
}

.compare-actions {
    padding: 40px 0;
    text-align: right;
}

.compare-clear-all-link {
    margin-top: 10px;
    display: inline-block;
    width: 128px;
    text-align: center;
}

.seopar .richtext-with-class {
    max-width: 1024px;
}

.parsys.seopar {
    max-width: 1054px;
}

h2.title-fix {
    padding-left: 15px;
}

/***********************************
 Custom Styles
***********************************/
@media (max-width: 1024px) {
    #socialBar {
        padding: 0 15px;
    }
}

@media (min-width: 1025px) {
    h2.title-fix {
        padding-left: 0;
    }
}
/***********************************
 SM - MD Styles
***********************************/
@media ( min-width: 321px ) and ( max-width: 768px ) {
    #socialIconsWrapper {
        width: 155px;
    }

    .price.final-price {
        font-size: 1.5em !important;
    }

    .compare-module-preview ul li {
        padding: 10px 0;
    }

    .compare-module-preview {
        padding-top: 20px;
    }

    .compare-actions {
        padding: 10px 0;
        text-align: center;
    }

    .pic-and-price-wrapper {
        height: 300px;
    }
}

@media ( max-width: 480px ) {
    .compare-module-bottom {
        overflow-y: scroll !important;
    }
}

/***********************************
MD Styles
***********************************/
@media ( min-width: 481px ) and ( max-width: 768px ) {
    .pic-and-price-wrapper {
        height: 310px;
    }

    .device-list-wrapper {
        min-height: 375px;
        height: auto;
    }
}

/***********************************
SM - XS Styles
***********************************/
@media ( max-width: 480px ) {
    #socialIconsWrapper {
        width: 155px;
    }

    .product-listing h2 {
        font-size: 1.4em;
    }

    .view-details {
        font-size: 1.1em;
    }

    .price.final-price {
        font-size: 1.6em !important;
    }

    .parsys.seopar {
        max-width: 100%;
    }

    .compare-module-preview ul li, .compare-actions {
        padding: 10px 0;
    }

    .compare-module-preview {
        padding-top: 20px;
    }

    .compare-actions {
        text-align: center;
    }

    .pic-and-price-wrapper {
        height: 280px;
    }

    .selected-compare-device a.remove {
        right: 28px;
    }
    
    #phoneInCartContent {
        font-size: 16px;
        text-align: center;
    }

    .compare-total {
        font-size: 14px;
    }

    .product-listing:last-child {
        border-bottom: none !important;
    }

    .portin-row {
        padding-top: 0;
    }

    .deviceExtras {
        white-space: nowrap;
    }

    .deviceExtras a {
        margin-right: 25px;
    }

    .certified-pre-owned, .worry-free-warranty {
        left: auto;
        bottom: auto;
    }

    .phone-page-title {
        font-size: 24px;
    }
    
    .value-heading {
        font-size: 14px;
    }
}


/*# sourceMappingURL=deviceCompare.d213b07fe657b811a9ba.css.map*/