Files
2024-10-25 14:16:28 +02:00

29 lines
891 B
CSS

/**
* We offer the best and most useful modules PrestaShop and modifications for your online store.
*
* We are experts and professionals in PrestaShop
*
* @author PresTeamShop.com <support@presteamshop.com>
* @copyright 2011-2017 PresTeamShop
* @license see file: LICENSE.txt
* @category PrestaShop
* @category Module
*/
@media (max-width: 768px) {
div#onepagecheckoutps #onepagecheckoutps_step_two_container,
div#onepagecheckoutps #onepagecheckoutps_step_three_container,
div#onepagecheckoutps #onepagecheckoutps_step_review{
margin-top: 15px !important;
}
div#onepagecheckoutps #onepagecheckoutps_step_review .cart_item > div {
margin-bottom: 0.5em;
}
.nopadding-xs {
padding: 0 !important;
}
div#onepagecheckoutps #onepagecheckoutps_step_review #order-detail-content .item_total{
height: auto;
}
}