﻿@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.page {
    overflow-x: clip;
}

.picker-main-header {
    font-size: 20px;
    font-weight: 400;
    margin: 64px auto;
    text-align: center;
}

.picker-title {
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    margin: 12px 0px;
}

.promoted-manufacturer-picker-title {
    margin-top: 70px;
}

.picker-title > span {
    position: relative;
    display: inline-block;
}

.picker-title > span:before, .picker-title > span:after {
    content: '';
    position: absolute;
    top: 60%;
    border-bottom: 1px solid #d8d8d8;
    width: 1000px;
    margin: 0 20px;
}

.picker-title > span:before {
    right: 100%;
}

.picker-title > span:after {
    left: 100%;
}

.modal-body-header {
    font-weight: bold;
    color: #000;
}

.picker-results,
.popular-results {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.promoted-manufacturer-results {
    justify-content: flex-start;
    margin: 0;
}

/* help links */

.help-icon {
    width: 16px;
    height: 16px;
    fill: #3070A9;
}

/* start of sticky dropdown container functionality */

.sticky-dropdown-header {
    display: none;
}

.dropdowns-container .picker-title {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
}
.product-code-info {
    padding-right: 13%;
}

@media only screen and (max-width:768px){
    .product-code-info {
        padding-right: 0;
    }
}@media only screen and (max-width:1199px){
    .product-code-info {
        padding-right: 0;
    }
}

@media only screen and (min-width:992px) {
    .find-product-container {
        margin: 17px 0px;
        position: sticky;
        position: -webkit-sticky;
        top: -1px;
        transition: background-color .25s ease-in-out;
        z-index: 1;
    }

    .sticky {
        background-color: rgba(255,255,255,.8);
        backdrop-filter: blur(4px);
        opacity: 50;
        padding: 15px;
    }

    .sticky .picker-title {
        display: none;
    }

    .sticky .section {
        margin: auto;
        max-width: 1248px;
    }

    .sticky .sticky-dropdown-header {
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        display: block;
        font-size: 24px;
        margin: 0;
    }

    .sticky .model-number-help-and-select-container {
        margin-top: 20px;
    }
}

/* end of sticky dropdown container functionality */

.tv-sizes-picker-results {
    margin: 0;
}

.tv-size-container,
.promoted-manufacturer-category-container {
    width: 100%;
    margin-bottom: 14px;
}

.tv-size-container h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tv-size-container .product-group-row {
    width: unset;
}

.promoted-manufacturer-category-container h2 {
    margin-bottom: 16px;
}

.promoted-manufacturer-picker-tite {
    margin-top: 70px;
}

.categories,
.product-types {
    margin-bottom: 12px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.picker-selection-row,
.product-category-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.picker-module {
    margin-bottom: 30px;
    min-height: 164px;
}

.category-links {
    column-gap: 24px;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin-bottom: 30px;
    row-gap: 24px;
    text-decoration: underline;
}

.category-links a {
    color: #000;
}

.picker-module, .picker-module:hover, .picker-module:active, .picker-module:focus {
    text-decoration: none;
}

.picker-frame,
.category-frame,
.product-type-frame {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    gap: 5px;
    border-radius: 3px;
    padding: 16px;
    background-color: #fff;
    -webkit-transition: border-radius .12s linear,background-color .12s linear,border-color .12s linear,box-shadow .12s linear,color .12s linear;
    -moz-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;
}

.picker-frame[data-module-type="manufacturer"] {
    justify-content: center;
}

.picker-frame[data-module-type="manufacturer"]:not(.not-listed-tile) .picker-header {
    display: none;
}

    .picker-frame:hover, .picker-frame:focus,
    .category-frame:hover, .category-frame:focus,
    .product-type-frame:hover, .product-type-frame:focus {
        /*color: #141414;*/
        text-decoration: none !important;
        box-shadow: inset 0 0 0 3px #0360A9;
        border-color: #0360A9;
        border-radius: 4px;
        outline: none !important;
    }

.device .picker-img {
    padding: 20px 0px;
}

.picker-img {
    max-width: 180px;
    min-height: 130px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picker-img img {
    max-width: 150px;
    max-height: 120px;
}

.category-img,
.product-type-img {
    margin-top: 25px;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-img img,
.product-type-img img {
    min-height: 70px;
    min-width: 70px;
}

.picker-header {
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    color: black;
}

.category-header,
.product-type-header {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 16px;
    color: black;
}

.model-number-help-and-select-container {
    display: flex;
    flex-direction: column;
}

.help-icon {
    width: 15px;
}

.not-listed-tile {
    cursor: pointer;
    justify-content: center;
}

.not-listed-tile .picker-header {
    min-height: 130px;
    display: flex;
    align-items: center;
    text-align: center;
}

.not-listed-tile.device .picker-header {
    min-height: 150px;
}

.section {
    padding: 10px 0px;
}

.picker-combo-container {
    padding: 30px 0px 20px 0px;
}

.picker-combo-container label {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-weight: normal;
}

.picker-container {
    margin-bottom: 40px;
}

.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-title {
    font-size: 18px;
    font-weight: bold;
}

.modal-header button span {
    font-size: 30px;
}

.modal-header button {

}

@media(max-width: 1023px) {
    #modelNumberModal {
        margin-top: 84px;
    }
}

.product-group-selector {
    padding: 0px 15px;
    gap: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-group-selector .group-link {
    text-align: center;
    text-decoration: none;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 15px 25px;
    background-color: #fff;
    -webkit-transition: border-radius .12s linear,background-color .12s linear,border-color .12s linear,box-shadow .12s linear,color .12s linear;
    -moz-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;
    font-weight: 400;
    color: #7F7F7F;
}

.product-group-selector .group-link.selected {
    border-color: #141414;
    color: #141414;
}

.product-group-selector .group-link:hover, .product-group-selector .group-link:focus {
    /*color: #141414;*/
    text-decoration: none !important;
    /*box-shadow: inset 0 0 0 1px #1db954*/
    /*border-color: #1db954;*/
    border-radius: 4px;
    outline: 0 !important;
}


.product-group-selector .group-link.disabled {
    pointer-events: none;
}

.product-group-selector .group-link.loading::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 28px;
    color: black;
    border: 0.1em solid;
    border-color: transparent currentColor currentColor;
    vertical-align: middle;
    overflow: hidden;
    text-indent: 100%;
    border-radius: 100%;
    animation: spin 1s infinite linear;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease, visibility 1s ease;
    position: relative;
}

.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: black;
}

.show-more-picker-section img {
    height: 11px;
    width: 11px;
}

.show-more-picker-section img.expanded {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.show-more-picker-section img:not(.expanded) {
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.show-more-picker-section img {
    width: 20px;
    margin:0px;
}

.show-more-picker-section img:hover{
    cursor:pointer;
}

.show-more-picker-section:visited {
    color: black;
}

.show-more-picker-section {
    margin: 10px 0px 30px 0px;
}

.show-more-picker:hover {
    text-decoration: underline !important;
}

.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%;
    position: absolute;
}

.promoted-manufacturer-picker-message .picker-message {
    margin: 25px 0px;
}

.picker-message {
    display: inherit;
    position: inherit;
    background: #FFF;
    border-left: 4px solid #CC1426;
    border-radius: 3px 0px 0px 3px;
    padding: 15px;
    top: 50px;
    width: 100%;
    gap: 15px;
    margin-bottom: 0px;
    box-shadow: 0px 2px 4px -2px rgba(17, 24, 39, 0.10), 0px 4px 6px -1px rgba(17, 24, 39, 0.10);
    /* margin-top: 25px; */
}

.picker-message-icon{
    display:inline !important;
    margin-top:5px;
}

.picker-message-title {
    font-weight: 700;
}

.picker-message-body p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.picker-message-body p strong {
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: underline;
}

.picker-message-body p:last-of-type {
    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);
    }
}

/* 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 (min-width:575px) {
    .picker-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .help-link a,
    .generic-device-link a {
        justify-content:center;
    }

}

@media only screen and (max-width: 992px) {
    .picker-combo {
        margin-bottom: 15px;
    }


    .picker-helper-text-container {
        padding: 0% 5%;
    }

    .model-number-help-and-select-container {
        flex-direction: column-reverse;
    }



    .picker-combo-container {
        padding: 30px 0px 20px 0px !important;
    }
}

.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: 767px) {
    .arrow-for-phone {
        display: flex;
        width: 12.799px;
        height: 16px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .bread-navs {
        display: none;
    }

    .picker-message-container{
        margin-top:4px;
        z-index:9999;
    }
    .picker-message-container h4{
        font-size:16px;
    }

    .picker-message {
    }

    .picker-message-icon{

    }


    .picker-main-header {
        padding: 0px 15px 0px 15px;
        font-size: 18px;
        margin: 24px auto;
        color: #000;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 110% */
    }

    .not-listed-tile span {
        /* text-align: center; */
        /* margin-left: 48px; */
    }

    .picker-title h1 {
        font-size: 18px !important;
    }

    .header-with-lines h1 {
        font-size: 18px !important;
    }

    .category-header {
        padding-left: 24px !important;
    }

    .product-type-header {
        padding-left: 24px !important;
    }

    .picker-header {
        padding-left: 24px !important;
    }

    .categories,
    .product-types,
    .popular-results,
    .picker-results {
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .picker-frame,
    .category-frame,
    .product-type-frame {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        padding: 8px 25px 8px 25px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right 10px center;
        text-align: unset;
        justify-content: flex-start !important;
        width: 100%;
    }
    
    .product-code-info {
        padding: 0px;
        margin: 0px;

    }

    .picker-frame,
    .category-frame,
    .product-type-frame {
        background-image: url(../images/ext/mobile-picker-icon.svg);
    }

    .picker-module {
        min-height: 85px;
        margin-bottom: 4%;
        padding: 0;
        width: 100%;
    }

    .picker-header,
    .category-header,
    .product-type-header {
        font-weight: normal;
        padding: 0;
        text-align: left;
        margin-top: 0;
        display: block;
    }

    .product-category-row {
        margin: 0;
    }

    .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;
    }


    .category-img,
    .product-type-img {
        width: 50px;
        margin-top: 0;
        
    }

    .picker-img img {
        width: 84px;
        height: 70px;

    }

    .picker-img {
        min-height: 0;
        width: 85px;
    }

    .picker-header {
        max-width: 80%;
        width: 100%;
        display: block;
        font-size: 14px;
        padding-right: 10px;
    }

    .category-header,
    .product-type-header,
    .picker-header {
        font-size: 16px;
        padding-right: 10px;
    }

    .picker-header span,
    .category-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 {
        height: 250px;
    }
}

/* 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 {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    /*
        justify-content:space-between;
    display:grid;
    grid-template-columns: repeat(3, 33%);
    justify-content:center;
    align-items:center;
    */
}

.header-with-lines h1 {
    text-align: center;
    background: #fff !important;
    /*
    opacity: 50;
    background-color: rgba(255,255,255,.8) !important;
    backdrop-filter: blur(4px);
        */
    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;
}

/* JB */
/* getting rid of the god-aweful shit float property that is given to columns in Bootstrap v4.0.0-alpha.6 */
/* the little "float:left" bugger was destroying the entire natural flow of the picker */
.col-xs-12 {
    float: none;
}

/* Start of bootstrap modal overrides */

.modal {
    backdrop-filter: blur(4px) !important;
    background-color: rgba(255,255,255,.5);
}

.modal-backdrop {
    backdrop-filter: blur(4px) !important;
    background-color: rgba(000,000,000,.5);
    animation: fadeIn 1s;
}


.fade.show {
    opacity: 1;
}

.modal-dialog {
    margin: 0.5rem;
    position: relative;
    width: auto;
    transition: opacity 0.3s ease-out;
    transform: none !important;
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - (0.5rem * 2));
}

@media (min-width: 567px)
{
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .model-number-help,
    .product-number-link {
        padding-right: 0px;
    }


}

@media (max-width:600px){
    .model-number-help {
        justify-content: center !important;
        padding-right: 40px !important;
    }
}

.modal-header {
    flex-direction: row-reverse;
}

.cant-find {
    /*font-weight: bold;*/
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Bootstrap override */
.close {
    fill: #E31835 !important;
    color: black;
    height: 32px !important;
    width: 32px !important;
    color: #E31835 !important;
    opacity:1 !important; 
}

.modal-body {
    padding: 20px 40px;
}

.product-code-search {
    font-size: 15px;
    height: 35px;
    margin: 25px auto 10px auto;
    width: 60%;
}

#productNotFoundModal .modal-header {
    border-bottom: solid 4px #3071A9;
}
#modelNumberModalLink{
    font-weight:400;
}

.product-support-link {
    text-decoration: underline;
}

.select2-container--disabled{
    background-color:#000 !important;
}

/* End of bootstrap modal overrides */