﻿@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.picker-container {
    margin-bottom: 40px;
    padding-top: 24px;
}

.picker-info-container {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
}

.title-container {
    margin: auto;
    max-width: 940px;
    text-align: center;
}

.picker-main-header {
    line-height: 36px;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 48px;
}

.picker-sub-text {
    font-size: 20px;
    line-height: 28px;
}

.picker-title > span:before {
    right: 100%;
}

.picker-title > span:after {
    left: 100%;
}

.category-container {
    margin-top: 32px;
}

.categories {
    margin-bottom: 12px;
    margin-top: 30px;
    margin: auto;
}

.categories,
.trending-products,
.product-types {
    justify-content: center;
}

.category-content,
.picker-content,
.product-type-content {
    border-bottom: solid 1px #818181;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    transition: border-color .12s linear;
    width: 100%;
}

    .category-content img,
    .picker-content img,
    .product-type-content img {
        color: #057382;
        max-width: 100%;
    }

.remaining-trending-products {
    width: 100%;
}

.category-frame,
.picker-frame,
.product-type-frame {
    text-decoration: none;
    display: block;
    height: 100%;
    border: 1px solid #D8D8D9;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    background-color: #fff;
    -webkit-transition: border-radius .12s linear,background-color .12s linear,border-color .12s linear,box-shadow .12s linear,color .12s linear;
    transition: border-radius .12s linear,background-color .12s linear,border-color .12s linear,box-shadow .12s linear,color .12s linear, transform .12s linear !important;
}

.category-frame {
    border-color: transparent;
}

    .category-frame .selected-tile-icon {
        right: -6%;
        top: -4%;
    }

.picker-frame .selected-tile-icon,
.product-type-frame .selected-tile-icon {
    right: -3%;
    top: -3%;
}

.category-frame:hover,
.picker-frame:hover,
.product-type-frame:hover {
    transform: translateY(-.25rem);
}

.category-frame:focus,
.category-frame:hover,
.picker-frame:focus,
.picker-frame:hover,
.product-type-frame:focus,
.product-type-frame:hover {
    text-decoration: none;
}

    .category-frame:focus .category-content,
    .category-frame:hover .category-content,
    .picker-frame:focus .picker-content,
    .picker-frame:hover .picker-content,
    .product-type-frame:focus .product-type-content,
    .product-type-frame:hover .product-type-content {
        border-bottom-color: transparent;
    }

.category-frame.selected .selected-tile-icon,
.picker-frame.selected .selected-tile-icon,
.product-type-frame.selected .selected-tile-icon {
    display: block;
}

/* padding reduced to prevent the appearence of the tile moving from the additional border width on focus */
.category-frame:focus,
.picker-frame:focus,
.product-type-frame:focus {
    padding: 15px;
    border: 2px solid #057382;
    outline: solid 3px;
    outline-color: #111111;
    outline-offset: 2px;
}

.category-frame.selected,
.picker-frame.selected,
.product-type-frame.selected {
    border: 2px solid #057382;
    box-shadow: 0px 2px 4px -2px rgba(17, 24, 39, 0.1), 0px 4px 6px -1px rgba(17, 24, 39, 0.1);
    padding: 15px;
}

    .category-frame.selected .category-content,
    .picker-frame.selected .picker-content,
    .product-type-frame.selected .product-type-content {
        border-bottom-color: transparent;
    }

.categories .picker-module {
    margin-bottom: 16px;
    min-height: 164px;
}

.picker-results,
.popular-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-trending-products-container {
    margin: 56px 0px;
}

.trending-products {
    transition: height 0.5s ease;
}

.top-trending-products-title,
.picker-title {
    margin-bottom: 32px;
}

.mobile-hidden-trending-product {
    display: block;
}

#loadAllTrendingProducts {
    display: none;
}

.top-trending-products-container .picker-module,
.product-type-container .picker-module,
.popular-results .picker-module,
.picker-results .picker-module {
    margin-bottom: 40px;
}

.selected-tile-icon {
    display: none;
    position: absolute;
}

.modal-body-header {
    font-weight: bold;
    color: #000;
}

.find-product-container {
    background-color: #067382;
    border-radius: 0px 0px 16px 16px;
}

.dropdowns-container {
    padding: 32px 0px;
}

.dropdown-headings {
    margin-bottom: 16px;
}

.dropdown-headings, .model-number-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
}

.model-number-info,
.model-number-info:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.help-icon img {
    margin-bottom: 2px;
}

.model-number-info:hover,
.model-number-info:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.category-links {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    column-gap: 24px;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin-bottom: 80px;
    padding-bottom: 24px;
    padding-left: 0;
    row-gap: 24px;
    text-decoration: underline;
    width: 100%;
}

.product-category-row {
    justify-content: center;
}

.picker-module, .picker-module:hover, .picker-module:active, .picker-module:focus {
    text-decoration: none;
}

/* start of sticky dropdown container functionality */
.sticky-dropdown-header {
    display: none;
}

.dropdowns-container .picker-title {
    animation: fadeIn 1s;
    color: #FFFFFF;
    margin: 0;
    -webkit-animation: fadeIn 1s;
}

.find-product-container {
    margin: 56px 0px;
}

.sticky {
    background-color: rgba(6, 115, 130, 0.8);
    backdrop-filter: blur(4px);
    opacity: 50;
}

@media (min-width:768px) {
    .find-product-container {
        position: sticky;
        position: -webkit-sticky;
        top: -1px;
        transition: background-color .25s ease-in-out;
        z-index: 1;
    }
}

/* end of sticky dropdown container functionality */
.product-type-container {
    margin-bottom: 40px;
}

.choose-another-brand-container {
    margin: -8px 0px 48px 0px;
    text-align: center;
}

.mobile-tile-icon {
    display: none;
}

.picker-frame[data-module-type="manufacturer"] {
    justify-content: center;
}

.product.not-listed-tile .picker-img,
.device .picker-img {
    margin-left: -5px;
    margin-right: -5px;
    padding: 64px 0px 54px 0px;
}

.product-type-img {
    padding: 25px 50px 47px 50px;
}

.picker-frame.brand.not-listed-tile .picker-img,
.picker-frame.manufacturer .picker-img {
    padding: 48px 40px 70px 40px;
}

.picker-img {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 100%;
    padding: 48px 50px 70px 50px;
}

.category-img,
.product-type-img {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.category-img {
    max-width: 85px;
    margin: 0px auto;
}

@media(max-width: 991px) {
    .category-img {
        max-width: 64px;
    }
}

@media(max-width: 575px) {
    .category-img {
        max-width: 53px;
    }

    .picker-content .picker-img {
        max-width: 85px !important;
        max-height: 55px !important;
        padding: 0 !important;
    }
}

.picker-header {
    padding-bottom: 32px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.picker-header span,
.product-type-header span {
    font-size: 20px;
    line-height: 28px;
}

.category-header,
.product-type-header {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: normal;
    margin-top: 16px;
    padding-bottom: 24px;
    text-align: center;
    text-decoration: none;
}

.category-header,
.product-type-header,
.picker-header {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.not-listed-tile {
    cursor: pointer;
    justify-content: center;
}

    .not-listed-tile.device .picker-header {
        min-height: 150px;
    }

.picker-combo-container label {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-weight: normal;
}

.product-group-title {
    padding-bottom: 20px;
}

.model-number-help,
.product-number-link {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end !important;
    align-items: center;
}

.product-code-info {
    color: black;
    text-decoration: underline;
}

.breadcrumb-generic-link-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.breadcrumb-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .breadcrumb-generic-link-section .breadcrumbs,
    .breadcrumb-section .breadcrumbs {
        margin: 0;
        padding: 0;
    }

.model-number-help,
.generic-device-link-container {
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: flex-end;
}

.modal-header button span {
    font-size: 30px;
}

.modal-body-heading {
    margin-bottom: 8px;
}

.modal-content ol {
    padding-inline-start: 20px;
}

.show-more-picker-section {
    display: flex;
    flex-direction: row;
    text-align: center;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
}

.show-more-picker {
    text-decoration: underline;
    font-weight: 0;
    font-size: 16px;
}

.show-more-picker-section a {
    color: #111111;
    font-weight: 700;
    text-decoration: none;
}

.show-more-picker-section {
    margin: 10px 0px 30px 0px;
}

.show-more-picker:hover {
    text-decoration: underline !important;
}

#showAllPickerResults {
    margin-top: 40px;
    flex-direction: column;
}

.help-link a,
.generic-device-link a {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-weight: 300;
    gap: 7.5px;
    padding: 10px 0px;
    text-decoration: underline;
}

/* picker message styling */
.picker-message-container {
    width: 100%;
}

.promoted-manufacturer-picker-message .picker-message {
    margin: 25px 0px;
}

.picker-message {
    background-color: #F7F7F7;
    border: 2px solid #667F80;
    border-radius: 16px;
    column-gap: 16px;
    display: flex;
    padding: 16px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 24px;
}

.picker-message-icon {
    display: inline !important;
}

.picker-message-title {
    color: #D30209;
    font-weight: 700;
    line-height: 28px;
}

.picker-message-body p {
    color: #111111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .picker-message-body p strong {
        color: #111111;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* text-decoration-line: underline; */
    }

    .picker-message-body p:last-of-type {
        line-height: 24px;
        margin-bottom: 0px;
    }

/* end picker message styling */

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.category-frame,
.product-type-frame,
.picker-frame {
    display: flex;
    text-decoration: none;
}

.category-content,
.product-type-content,
.picker-content {
    width: 100%;
}

/* start of responsive styling */
@media only screen and (max-width:992px) {
    .picker-combo-left {
        margin-bottom: 15px;
    }
}

/* override the client styles a bit - add some padding to the picker when we're in mobile */

@media only screen and (max-width: 992px) {
    .picker-combo {
        margin-bottom: 12px;
    }


    .picker-helper-text-container {
        padding: 0% 5%;
    }

    .model-number-help-and-select-container {
        flex-direction: column-reverse;
    }
}

.arrow-for-phone {
    display: none;
}

.back-to-picker {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .back-to-picker p {
        text-decoration: underline;
        margin: 0px;
        padding: 0px;
    }

    .back-to-picker svg {
        margin-right: 4px;
    }

@media only screen and (max-width: 567px) {

    .picker-info-custom-container {
        margin-bottom: 40px !important;
    }

    .category-container {
        margin-top: unset;
        padding-bottom: 12px;
        padding-top: 24px;
    }

    .category-img {
        margin-top: unset;
    }

    .category-header {
        margin-top: 12px;
        padding-bottom: 16px;
    }

    .categories .picker-module {
        margin-bottom: 12px;
    }

    .top-trending-products-title,
    .picker-title {
        margin-bottom: 24px;
    }

    .find-product-container {
        border-radius: 16px;
        margin: unset;
        margin-bottom: 56px;
    }

    .dropdowns-container {
        padding: 24px 0px 12px 0px;
    }

    .dropdown-headings {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
        row-gap: 24px;
    }

    .model-number-link {
        justify-content: flex-start;
    }

    .mobile-hidden-trending-product {
        display: none;
    }

    #loadAllTrendingProducts {
        display: flex;
    }

    .bread-navs {
        display: none;
    }

    .picker-message-container {
        margin-top: 4px;
        z-index: 9999;
    }

        .picker-message-container h4 {
            font-size: 16px;
        }

    .picker-main-header {
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        padding-bottom: 16px;
        padding-top: 32px;
        text-align: center;
    }

    .picker-sub-text {
        font-size: unset;
    }

    .picker-title h1 {
        font-size: 18px !important;
    }

    .header-with-lines h1 {
        font-size: 18px !important;
    }

    .product-type-frame:hover,
    .picker-frame:hover {
        transform: unset;
    }

    .product-type-frame.selected,
    .picker-frame.selected {
        padding: 16px;
    }

    .product-type-frame.selected,
    .picker-frame.selected,
    .picker-frame:focus,
    .product-type-frame:focus {
        border-bottom: 1px solid #EDEDED;
        border-left: unset;
        border-right: unset;
        border-top: 1px solid #EDEDED;
        box-shadow: unset;
    }

    .top-trending-products-container .picker-module:not(:first-of-type) .picker-frame,
    .product-type-container .picker-module:not(:first-of-type) .product-type-frame,
    .popular-results .picker-module:not(:first-of-type) .picker-frame,
    .picker-results .picker-module:not(:first-of-type) .picker-frame {
        border-top: none;
    }

    .picker-frame.selected,
    .product-type-frame.selected {
        background-color: rgba(0, 0, 0, 0.04);
    }

        .picker-frame.selected .selected-tile-icon,
        .product-type-frame.selected .selected-tile-icon {
            display: none;
        }

    .picker-frame:focus,
    .product-type-frame:focus {
        outline: unset;
    }

    .top-trending-products-container .picker-module,
    .product-type-container .picker-module,
    .popular-results .picker-module,
    .picker-results .picker-module {
        margin-bottom: unset;
    }

    .picker-frame,
    .product-type-frame {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        height: unset;
        padding: 16px;
        border: unset;
        border-bottom: 1px solid #EDEDED;
        border-radius: unset;
        border-top: 1px solid #EDEDED;
        text-align: unset;
        width: 100%;
    }

    .picker-frame.brand.not-listed-tile,
    .picker-frame.manufacturer {
        padding-left: 8px;
    }

    .picker-header span,
    .product-type-header span {
        font-size: 16px;
        line-height: 19.2px;
    }

    .mobile-tile-icon {
        display: block;
    }

    .picker-content,
    .product-type-content {
        align-items: center;
        border: none;
        display: flex;
        flex-direction: row;
    }

    .picker-content {
        column-gap: 8px;
    }

    .product-type-content {
        column-gap: 24px;
    }

    .picker-header,
    .product-type-header {
        font-weight: normal;
        padding: 0;
        text-align: left;
        margin-top: 0;
        display: block;
    }

    .choose-another-brand-container {
        margin-bottom: 40px;
    }

    .choose-another-brand {
        display: block;
        margin: auto;
        max-width: 208px;
    }

    .category-links {
        margin-bottom: 56px;
        row-gap: 16px;
    }

    .show-more-picker-section {
        margin: unset;
        margin-top: 36px;
    }

    .tv-size-container {
        margin-bottom: 56px;
    }

    .promoted-manufacturer-category-container {
        margin-bottom: 40px;
    }

    .picker-frame[data-module-type="manufacturer"] .picker-header {
        justify-content: center;
    }

    .picker-frame[data-module-type="manufacturer"]:not(.not-listed-tile) .picker-header {
        display: block;
        padding-left: 0px !important;
    }

    .product-type-img {
        margin-top: unset;
        padding: unset;
        max-width: 60px;
    }

    .product.not-listed-tile .picker-img,
    .device .picker-img {
        padding: unset;
    }

    .picker-img {
        min-height: unset;
        padding: unset;
    }

    .picker-img img {
        max-height: 100%;
        max-width: 100%;
    }

    .product-type-header,
    .picker-header {
        max-width: 80%;
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 19.2px;
        padding-right: 10px;
    }

    .picker-header span,
    .product-type-header span {
        display: block;
        width: 100%;
        word-break: break-word;
    }

    .not-listed-tile.device .picker-header,
    .not-listed-tile.manufacturer .picker-header {
        min-height: 100%;
        text-align: left;
        margin: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .promoted-brand-img img {
        padding: unset;
    }
}

/* end of responsive styling */

/* start of picker modal styling */

.modal-picker-module {
    margin-bottom: 20px;
    min-height: 0;
}

.modal-picker-frame {
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    padding: 8px 25px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
    flex-direction: row;
    text-align: unset;
    border: solid 1px black;
    display: flex;
    justify-content: space-between;
}

.modal-picker-img img {
    max-width: 84px;
    max-height: 70px;
}

.modal-picker-img {
    min-height: 0;
    width: 85px;
}

.modal-picker-header {
    max-width: 80%;
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: left;
    padding-right: 10px;
    margin: 0;
}

.modal-card-select {
    color: #000;
    margin: 0
}

.modal-centered {
    text-align: center;
}

.modal-button-container {
    display: flex;
    justify-content: center;
}

.modal-body-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width:575px) {
    .product-code-search {
        width: 100%;
    }

    .product-code-search-container .product-code-search-button {
        margin-right: 0 !important;
    }

    .muliple-devices-modal-body {
        padding: 20px 0px;
    }

    .product-code-info {
        margin: 0px;
        padding: 0px;
    }
}


/* end of picker modal styling */

.product-code-search-container {
    position: relative;
}

    .product-code-search-container .product-code-search-button {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        height: 100%;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0px 10px;
        margin-right: 19%;
    }

.validation-container {
    text-align: center;
}

.code-validation {
    margin: auto;
    margin-top: 20px;
}

.product-code-search-button img {
    width: 20px;
}

/* Start of Bootstrap modal overrides */

.modal {
    z-index: 999999999;
}

/* End of Bootstrap modal overrides */

.header-with-lines h1 {
    text-align: center;
    background: #fff !important;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding: 0px 16px 0px 16px;
}

.line-break {
    background: #3070A9;
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -5;
}

.sticky-heading-model-help {
    align-items: center;
    display: flex;
}

.col-xs-12 {
    float: none;
}

.clear-text-input {
    background-color: transparent;
    border-color: transparent;
    border-radius: 18px;
    height: auto;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: auto;
}

.clear-text-input:focus {
    outline: 3px solid #111111;
    outline-offset: -2px;
}