/**
 * @version 27.06.2025
 *
 * mobile/shopcart/styles.r.3-phone.css
 *
 * Skin "mobile"
 */

/*** saved shopcarts ***/
/** buttons toolbar **/
section.toolbar.shopcart.base > ul > li.button-delete {
	float: right;
}

section.toolbar.shopcart.base > ul > li.button-load,
section.toolbar.shopcart.base > ul > li.button-delete {
	float: none;
	width: 100%;
}
section.toolbar.shopcart.base > ul > li.button-load button,
section.toolbar.shopcart.base > ul > li.button-delete button {
	width: 100%;
}
.saved-shopcart-container div.shopcart-articlesPriceTotal {
   	grid-template-areas: "total" "toolbar";
}
.saved-shopcart-container div.shopcart-articlesPriceTotal > .col-1 {
	width: 100%;
}
div.saved-shopcart-container div.shopcart-articlesPriceTotal > .col-2 {
	width: 100%;
	margin-bottom: 1em;
	margin-top: -1em;
}
section.toolbar.shopcart.base > ul > li.button-delete {
	padding-top: 1em;
}

/** buttons-template for-wizard **/
.ym-grid.buttons-template.for-wizard > .col-1 section.toolbar.for-wizard {
	display: none;
}
