
.accout__body {
	margin-top: 30px;
	margin-bottom: 100px;
}
.text-10 {
	font-size: 10px;
	font-weight: 400 !important;
}
.product-remove a {
	background-image: url('./img/delete.png');
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	color: white!important;
}
.woocommerce a.remove:hover {
	background: url('./img/delete.png')!important;
}
.product-name span{
	display: block;
	margin-top: 10px;
	line-height: 1;
}
.woocommerce table.shop_table {
	border: none;
}
.cart_item {
	
}
.woocommerce table.shop_table td {
	padding: 20px;
}
.cart_item .product-name {
	vertical-align: top!important;
}
.cart_item .product-thumbnail {
	width: 80px;
	padding: 20px 0!important;
}
.cart_item .product-thumbnail img {
	width: 80px;
	height: 80px;
	border-radius: 6px;
}
.cart_item .product-quantity {

}
.button {
	border-radius: 8px!important;
	background: rgba(238, 124, 10, 1)!important;
	color: rgba(255, 255, 255, 1)!important;
	width: 200px!important;
	padding: 14px!important;
	border: 1px solid rgba(238, 124, 10, 1)!important;
	transition: all .3s ease 0s!important;
	text-align: center;
	font-weight: 400!important;
}

.button:hover, .button:active, .button:focus {
	background: rgba(255, 255, 255, 1)!important;
	color: rgba(0, 0, 0, 1)!important;
}
.text-15 {
	font-weight: 400!important;
}
.woocommerce-Price-amount.amount {
	font-weight: 400;
}
.order-total th, .order-total td {
	border-top: none!important;
	padding: 0 5px!important;
	font-weight: 500!important;
}
.woocommerce-shipping-totals th, .woocommerce-shipping-totals td {
	padding: 10px 5px!important;
}
.order-total td, .woocommerce-shipping-totals td {
	text-align: right;
}
.order-total td .woocommerce-Price-amount.amount {
	font-weight: 500!important;
}
.wc-proceed-to-checkout {
	text-align: right;
}
.wc-proceed-to-checkout .button{
	display: block;
	width: 300px!important;
	font-weight: 400!important;
}
.cart_totals {
	max-width: 350px;
	width: 100%;
}
.actions {
	padding: 20px 0!important;
}