@media (min-width: 993px) {
    .offer-table__row {

        grid-template-columns: 1fr 1fr 1.8fr .7fr .7fr .6fr;
    }
    .info-table__row {

        grid-template-columns: 2fr 2.75fr 2fr .5fr .5fr .5fr 1.5fr;
      }
}
.highlight-y{
    background-color: #fcf54a;
}

.highlight-g{
    background-color: #63FC4A;
}
.non-bg{
    height: 5rem;
}
.card-ozel{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

@media (max-width: 993px) {


}
.w-100{
    width: 100%;
}
.pr-0{
    padding-right: 0 !important
}

#secmi_iptal_et{
    cursor: pointer;
    transition: all;
    position: absolute;
    right: 50px;
    top: 0.8rem;
    padding: .5rem;
    line-height: 1rem;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 5px;
    display: none;
}
#secmi_iptal_et svg{
    fill: var(--c-secondary);
}
#secmi_iptal_et:hover svg{
    fill: #fff;
}
#secmi_iptal_et:hover{
    background: var(--c-secondary);
    color: #fff;
}

#product_search #secmi_iptal_et{
    display: flex !important;
}
