.offers_grid .offer_item_wrapper {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.offers_grid .offer_item {
    border: 1px solid #e7eaec;
}

.offers_grid .offer_item:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.offers_grid .offer_item_img_wrapper {
    margin-top: 15px;
    text-align: center;
    min-height: 150px;
    position: relative;
}

.offers_grid .offer_item_img_wrapper img {
    max-width: 100%;
    max-height: 150px;
}

.offers_grid .offer_item_img_wrapper .offer_item_saving_percent {
    position: absolute;
    right: -1px;
    display: block;
    background: #db0909;
    padding: 4px;
    color: white;
    top: 10%;
}

.offers_grid .offer_item h5,
.offers_grid .offer_item h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.offers_grid .offer_item h5 {
    height: 48px;
    line-height: 16px;
    overflow: hidden;
}

.offers_grid .offer_item h6 {
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}

.offers_grid .offer_item .offer_item_info {
    padding: 15px;
}

.offers_grid .offer_item .offer_item_info_price {
    font-weight: bold;
}

.offers_grid .offer_item .offer_item_info_striked_price {
    font-weight: normal;
    text-decoration: line-through;
    color: #999;
}

.offers_grid .offer_item .offer_item_info_merchant,
.offers_grid .offer_item .offer_item_info_shipping {
    font-size: 11px;
}

.offers_grid .offer_item .offer_item_info_button {
    margin-top: 10px;
    /* inserisci qui le modifiche relative al colore del pulsante */
}

@media (min-width: 768px) {
    .offers_grid .offer_item_wrapper {
        width: 33%;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .offers_grid .offer_item_wrapper {
        width: 25%;
    }
}

.offers_search_results {
    clear: both;
}

.offers_search_results ul {
    padding: 0;
}

.offers_search_results_item {
    list-style: none;
    border-bottom: 1px solid #EFEAE7;
    padding: 12px 0;
    box-sizing: border-box;
}

.offers_search_results_item_image {
    float: left;
    display: block;
    width: 17%;
    padding-right: 13px;
}

.offers_search_results .offers_search_results_item_image {
    position: relative;
}

.offers_search_results .offers_search_results_item_image .offer_item_saving_percent {
    background: #ff672a;
    position: absolute;
    right: 13px;
    color: white;
    width: 40px;
    top: 0;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    display: block;
    font-weight: bold;
    font-style: italic;
}

.offers_search_results_item_content {
    float: left;
    width: 48%;
}

.offers_search_results_item_price {
    min-height: 1px;
    float: left;
    width: 23%;
    text-align: right;
}

.offers_search_results_item_price strong {
    white-space: nowrap;
}

.offers_search_results_item_striked_price {
    font-weight: normal;
    text-decoration: line-through;
    color: #999;
    white-space: nowrap;
}

.offers_search_results_item_price strong {
    font-size: 18px;
    font-weight: 700;
}

.offers_search_results_item_shipping {
    font-size: 11px;
    color: #999695;
}

.offers_search_results_item_action {
    float: left;
    width: 12%;
    text-align: right;
}

.offers_search_results_clear {
    clear: both;
}

.offers_form .offers_input {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding: 5px 35px 5px 5px;
    height: 35px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(196,196,196,.4);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.offers_form .offers_search {
    display: inline-block;
    margin-left: -35px;
    height: 35px;
    width: 35px;
    background: #2d5c88;
    border: 0;
    color: #fff;
}

@media (max-width: 1000px) {
    .offers_search_results_item_action {
        width: 16%;
    }

    .offers_search_results_item_price {
        width: 19%;
    }
}

@media (max-width: 640px) {
    .offers_search_results .offers_search_results_item_image .offer_item_saving_percent {
        position: static;
        margin: 0 auto;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .offers_search_results_item {
        padding-left: 118px;
        position: relative;
    }

    .offers_search_results_item_image {
        width: 100px;
        position: absolute;
        left: 0;
        padding-right: 0;
    }

    .offers_search_results_item_content_description_merchant {
        margin-top: 8px;
    }

    .offers_search_results_item_price {
        width: 60%;
        text-align: left;
        margin-top: 12px;
    }

    .offers_search_results_item_action {
        width: 40%;
        margin-top: 12px;
    }

    .offers_search_results_item_image img {
        max-width: 100%;
        width: 100%;
    }

    .offers_search_results_item_content {
        width: 100%;
    }

    .offers_search_results_item_content_description {
        display: none;
    }

    .offers_search_results .offers_search_results_item_image {
        position: absolute;
    }

    .offers_search_results .offers_search_results_item_image .offer_item_saving_percent {
        position: absolute;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .offers_form .offers_input {
        width: 50%;
        padding: 5px;
    }

    .offers_form .offers_search {
        margin-left: 0;
    }
}