.ink-finder h2{
    font-size: 24px;
}
.ink-finder__form-elements{
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    position: relative;
}
.search-box__input {
    position: relative;
}
.search-box__input-control {
    height: 44px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.search-box__input-icon,
.glyphicon.glyphicon-search {
    font-size: 16px;
    color: #555;
    margin-left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
}
.search-box__input-icon:before {
    border-right: 1px solid #232323;
    padding-right: 10px;
}
.glyphicon-search:before {
    content: "\e003";
}
.ink-finder__button{
    height: 44px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.btn-primary--arrowless {
    border-radius: 0;
    padding: 16px 15px 13px;
    height: 100%;
}
.ink-finder__form-group {
    margin: 0;
    width: 100%;
    opacity: 1;
    display: block; 
}
.ink-finder.jumbotron{
    background-color: #000000!important;
}

@media screen and (max-width: 767px) {
    .ink-finder__form-group{
        margin-bottom: 7px;
        background: #fff 0 0 no-repeat padding-box;
        border: 1px solid #87878d;
        opacity: 1;
    }
    .ink-finder__button{
        height: 45px;
        position: relative;
        margin: 10px auto;
    }
}

@media screen and (max-width: 1023px) {
    .search-box__input-icon,
    .search-box__input-icon::before{
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .eal-columns.left-wide .eal-col:last-child {
        width: 30%;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    #ink-finder-search-form{
        width: 600px;
        margin: auto;
    }
}

.why-buy-genuine{
    text-align: center;
}


/* GENUINE INK CARDS */
.genuine-ink-cards__card{
    background-color: #ffffff;
    padding: 25px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 10px;
}
.genuine-ink-cards__card > *{
    margin-bottom: 0;
    font-size: 14px;
}
.genuine-ink-cards__card-heading{
    font-weight: bold;
}
.genuine-ink-cards__card-image {
    width: 110px;
    margin: auto;
}
.genuine-ink-cards{
    padding-block: 40px;
    display: none;
}
.genuine-ink-slider{
    margin-bottom: 50px;
}
.genuine-ink-slider .genuine-ink-cards__card{
    width: 60%;
    margin-inline: auto;
}
@media screen and (min-width: 992px) {
    .genuine-ink-cards{
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: auto!important;
    }
    .genuine-ink-slider{
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    section p.intro{
        width: 60%;
        margin: auto;
    }
    
    .search-box__input-control {
        padding-left: 46px;
        border: 1px solid #90949c;
        padding-block: 6px;
    }
}

@media screen and (min-width: 1200px) {
    .genuine-ink-cards{
        grid-template-columns: repeat(5, 1fr);
        column-gap: 20px;
        max-width: 1380px;
        margin: auto!important;
    }
}


.left-caption-right-image .right-image{
    max-height: 500px;
    min-height: 410px;
    object-position: right;
}

@media screen and (max-width: 1199px) {
    .why-buy-genuine,
    .two-col-section__text--mobile{
        padding: 30px;
    }
    .left-caption{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    
    
}

/* SEARCH RESULT */
.ui-widget.ui-widget-content {
    border: none!important;
} 

.autocomplete__menu-item{
    border-bottom: 1px solid #e5e5e5;
}

.autocomplete__menu-item:first-of-type {
    border-top: none;
}

.autocomplete__products.autocomplete__menu-item {
    padding: 30px 0;
}

.ui-widget-content a {
    color: #333;
    display: block;
}

.autocomplete__products.autocomplete__menu-item a{
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;
}

.suggestion-image {
    width: 60px;
    height: 125px;
    object-fit: contain;
}

@media screen and (max-width: 500px) {
    .ui-widget.ui-widget-content {
        max-width: 422px;
    }
}


@media screen and (min-width: 640px) {
    .autocomplete__products.autocomplete__menu-item {
        padding-right: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .autocomplete__products.autocomplete__menu-item {
        margin: 0 30px;
        padding: 15px 0;
    }
    .ui-widget-content a {
        font-size: 18px;
    }

}

@media screen and (min-width: 1600px) {
    .ui-widget.ui-widget-content {
        max-width: 600px;
    }
}





/* ============================================= New =======================================*/


.product-options{
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(2, auto);
    column-gap: 20px;
    justify-content: center;
}
.product-options li{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    text-align: center;
}
.product-options li:hover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 226, 231, .2) 70%, rgb(209 214 218 / 10%) 100%);
    cursor: pointer;
}
.product-options li.active{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(85 109 149 / 20%) 70%, rgb(120 122 123 / 8%) 100%);
}
.result-form{
    /* width: 100%;
    height: 100px;
    border: 1px solid; */
    margin-top: 85px;
}
.choose-product,
.product-options h3,
.sectionlist h3{
    text-align: center;
    font-size: 20px;
    height: fit-content;
}
.loading {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.loading::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 992px) {
    #searchContainter{
        display: flex;
    }
    .left-col-wrapper,
    .right-col-wrapper{
        width: 50%;
        position: relative;
    }
    .left-col-wrapper{
        padding-right: 50px;
    }
    .right-col-wrapper{
        padding-left: 50px;
        border-left: 1px solid #90949c;
    }
    .verticalline{
        position: absolute;
        left: -25px;
        top: 10%;
        background-color: white;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        text-transform: uppercase;
        font-weight: bold;
        color: #25a2f6;
    }

}

@media screen and (min-width: 1700px) {
    .ink-finder-left-col{
        width: 50%;
        margin-left: auto;
    }
    .ink-finder-right-col{
        width: 50%;
        margin-right: auto;
    }
}
.verticalline{
    text-transform: uppercase;
    font-weight: bold;
    color: #25a2f6;
}

form select{
    width: 100%;
}
.inkjet-image-left img{
    width: 325px;
}
#searchform2 .form-control:focus {
    border: 1px solid rgb(0 0 0 / 28%);
    border-color: #00baf2;
}

.form-select{
    border-radius: 0;
}
.popover{
    border-radius: 4px;
}
.popover-header{
    background-color: white;
    border: none;
    border-radius: 4px;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    border-bottom: none;
}
.popover-header img{
    width: 75%;
    margin: auto;
    display: flex;
}
.epson-pop p{
    margin-bottom: 0;
}
#TypeTarget .prodinfo img{
    object-fit: contain;
}
@media screen and (min-width: 1700px) {
    #TypeTarget{
        width: 53%;
        margin: auto;
    }
}
#TypeTarget{
    margin-top: 85px;
}
.sectionlist{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 135px auto;
    column-gap: 20px;
    row-gap: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .sectionlist {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 100px auto;
    }
}
@media screen and (max-width: 1399px) {
    .sectionlist {
        grid-template-columns: repeat(3, 1fr);
    }
    .prodinfo {
        row-gap: 10px;
    }
}
.prodinfo{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 20px;
    /* border: 1px solid; */
}
.prodinfo a{
    display: flex;
    width: 100%;
    justify-content: center;
    color: #10218b;
    font-size: 18px;
    max-height: 135px;
    text-decoration: none;
}
.prodinfo *{
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .product-options li{
        display: grid;
        grid-template-columns: 160px 1fr;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .product-options {
        grid-template-columns: 1fr;
        width: 75%;
        margin: auto;
    }
    .product-options h3{
        text-align: left;
        margin: 0;
    }
    .result-form {
        width: 90%;
        margin-inline: auto;
    }
    .left-col-wrapper{
        margin-bottom: 50px;
    }
    .ink-finder-left-col,
    .ink-finder-right-col{
        border: 1px solid #cfd5da;
        padding: 15px;
    }
    .ink-finder-right-col{
        margin-top: 50px;
    }
    .verticalline{
        text-align: center;
        font-size: 24px;
    }
}
.example{
    margin-top: 20px;
}

.ui-autocomplete{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-block: 10px;
}
.ui-menu-item a{
    text-decoration: none;
    display: block;
}


.row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}