﻿.new-offers-container {
    direction: rtl;
}

.new-card-title-div > i {
    right: auto;
    left: 7px;
}

.new-card-image a .csshub-ribbon-wrapper {
    left: auto;
    right: -4px;
    top: -2px;
}

.new-card-image a .csshub-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .new-card-title {
        padding: 5px 10px 5px 30px;
    }

    .new-card-image a .csshub-ribbon {
        left: 50px;
    }

    .new-first-part div h2,
    .new-first-part h2 {
        width: auto;
        padding-right: 5px;
        padding-left: 0px;
    }

    .new-card-condition {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .new-card-image > a amp-img > img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


    .new-card-image {
        border-right: 1px solid #112d607a;
        border-left: 0px solid #112d607a;
    }
}

@media only screen and (max-width: 768px) {
    .new-card-payment-way[data-pay="CashPremuim"],
    .new-sell-type[data-type="Wanted"] {
        left: auto;
        right: 0px;
    }

    .new-card-image a .csshub-ribbon {
        left: 50px;
    }
}
