.device-filter-results .card-list {
    max-width: 100%;
}

.card-filter-results .card-list .row .col-sm-12{
    margin: 0;
}

.cards.mobile-not-scroll .card.device-card {
    border: 1px solid #DEE3ED;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 6px #58647312;
    margin: -1.46px auto !important;
}

.cards.mobile-not-scroll .card.device-card .card-body {
    padding: 0;
    gap: 12px;
}

.cards.mobile-not-scroll .card.device-card .card-body .card-price .price-item .sup-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag {
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    padding: 6px 16px 6px 24px;
    border-radius: 0px 8px 0px 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.pink {
    background: #E63425;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.orange {
    background: #FF9800;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.lime {
    background: #CDDC39;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.blue {
    background: #0000FF;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.yellow {
    background: #FFEB3B;
}

.cards.mobile-not-scroll .card.device-card .card-body .group span.tag.light-blue {
    background: #BBDEFB;
}

.cards.mobile-not-scroll .card.device-card .card-body .group.card-price.group-2 {
    align-items: start;
    margin-top: unset;
    position: relative;
    padding: 24px 4px 28px;
    margin-bottom: unset;
}
.cards.mobile-not-scroll .card.device-card .card-body .card-price.group.group-2.no-installment{
    padding: 24px 24px 28px;
}

.cards.mobile-not-scroll .card.device-card .card-body .group>p {
    display: none;
}

.cards.mobile-not-scroll .card.device-card .card-body .group > h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 47px;
    padding: 0 25px;
}

.cards.mobile-not-scroll .card.device-card .card-body .group.card-price p.small-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    height: auto;
}

.cards.mobile-not-scroll .card.device-card .card-body .group.card-price p.small-text.red-line-through {
    text-decoration: line-through;
    color: #E63425;
}

.cards.mobile-not-scroll .card.device-card .card-body .group.card-price p.small-text.green-text {
    color: #75AF0A;
}

.cards.mobile-not-scroll .card.device-card .card-body .group.card-price p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.cards.mobile-not-scroll .card.device-card .card-body .group>img {
    max-height: 178px;
    margin-bottom: 0px;
    padding: 0 16px;
}
.cards.mobile-not-scroll .card.device-card .card-body .group.card-price.group-2 .price-item{
    padding: unset;
    border-right: unset;
}
.cards.mobile-not-scroll .card.device-card .card-body .group.card-price.group-2 .price-item:first-child::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 17px;
    width: 1px;
    height: 39px;
    background-color: #919EBA;
    opacity: 25%;
}
.card-filter-results.device-filter-results .card-list .card-price .sup-group strong{
    font-size: 22px;
}

.cards.mobile-not-scroll .card.device-card .card-body .btn.btn-primary {
    opacity: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* one cikan alani */
.grey-panel-card-wrap.suggested-device .btn.btn-primary {
    opacity: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.grey-panel-card-wrap.suggested-device .card-price .price-item .sup-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-panel-card-wrap.suggested-device .cards .card {
    border: 1px solid #DEE3ED;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 6px #58647312;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body {
    padding: 0;
}

.grey-panel-card-wrap.suggested-device .cards .card-body .group.card-price.group-2 {
    align-items: end;
    margin-top: unset;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group>p {
    display: none;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group>h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 47px;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group.card-price p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 32px;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group>img {
    max-height: 178px;
    margin-bottom: 20px;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag {
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    padding: 6px 16px 6px 24px;
    border-radius: 0px 8px 0px 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.pink {
    background: #E63425;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.orange {
    background: #FF9800;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.lime {
    background: #CDDC39;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.blue {
    background: #0000FF;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.yellow {
    background: #FFEB3B;
}

.grey-panel-card-wrap.suggested-device .cards .card .card-body .group span.tag.light-blue {
    background: #BBDEFB;
}

.grey-panel-card-wrap.suggested-device .cards .card-body .group.card-price.group-2 .price-item{
    padding: unset;
}

@media (min-width:992px) {
    .card-filter-results .card-list .row {
        gap: 30px;
        margin: 0;
    }

    .cards>.row>.col-sm-12 {
        max-width: 100%;
        flex: 0;
        padding: unset;
        margin-bottom: 0;
    }

    .grey-panel-card-wrap.suggested-device .row {
        gap: 30px;
        margin: 0;
    }

    .grey-panel-card-wrap.suggested-device .cards>.row>.col-sm-12 {
        max-width: 100%;
        flex: 0;
        padding: unset;
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    .card-filter-results .card-list .row {
        gap: 12px;
    }
    .cards.mobile-not-scroll .card.device-card .card-body {
        flex-direction: column;
        align-items: center;
    }

    .cards.mobile-not-scroll .card.device-card .card-body .group {
        padding: unset;
        border: unset;
        width: 100%;
    }

    .cards.mobile-not-scroll .card.device-card .card-body .group.card-price .price-item:first-child {
        border-right: 1px solid #dee3ed;
        border-bottom: unset;
    }

    .cards.mobile-not-scroll .card.device-card .card-body .group.card-price.group-2 {
        display: flex;
        width: 100%;
    }

    .grey-panel-card-wrap.suggested-device .cards .card.device-card .card-body {
        padding: 16px;
        flex-direction: column;
        align-items: center;
    }

    .grey-panel-card-wrap.suggested-device .cards .card.device-card .card-body .group {
        padding: unset;
        border: unset;
    }

    .grey-panel-card-wrap.suggested-device .cards .card.device-card .card-body .group.card-price .price-item:first-child {
        border-right: 1px solid #dee3ed;
        border-bottom: unset;
    }

    .cards.mobile-not-scroll .card.device-card .card-body .group.card-price.group-2 .price-item{
        height: 100%;
    }

    .grey-panel-card-wrap.suggested-device .cards .card.device-card .card-body .group.card-price.group-2 {
        display: flex;
        width: 100%;
    }
}

/* Dark Mode */

[data-theme="dark"] .cards.mobile-not-scroll .card.device-card{
    border-color: var(--tt-color-border);
}