/* 
Theme Name: Test Theme
Description: Test theme (Storefront child)
Author: Test
Template: storefront
Version: 0.2
Text Domain: test-storefront
*/

@media all and (min-width:768px) {
	#accordion-style-1 {
		width: 47.8260869565%;
		float: right;
	}
}

.woocommerce-MyAccount-content th.product-remove {
	padding: 0;
	width: 0 !important;
}
.woocommerce-MyAccount-content tr.order_item > td.remove_item {
	padding: 0 0 75px 0;
	position: relative;
}
.woocommerce-MyAccount-content tr.order_item > td.remove_item > a {
	position: absolute;
	bottom:5px;
	left: 12px;
	z-index: 1;
	font-size: 0;
	padding: 13px 20px;
	line-height: 17px;
	border-radius: 50px;
	background: #e49269;
	border-color: #ffffff;
	margin-right: 8px;
	border-width: 0;
	min-width: 120px;
	text-align: center;
}
.woocommerce-MyAccount-content tr.order_item > td.remove_item > a:before {
	font-size: 14px;
	color: #ffffff;
	content:'Opsig aftale';
}