/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

.woocommerce-cart .onett-cart-return-to-shop {
	text-align: left;
	margin-bottom: 20px;
}

.woocommerce-cart .onett-cart-return-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-cart .onett-cart-return-icon::before {
	content: "\e605";
	font-family: "simple-line-icons";
	font-size: 14px;
	line-height: 1;
}

.woocommerce-cart .onett-free-shipping-notice {
	width: 100%;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 25px;
	text-align: center;
	color: #3c763d;
	border-color: #459647;
	box-sizing: border-box;
}

.woocommerce-cart .onett-free-shipping-notice::before {
	position: static;
	left: auto;
	top: auto;
	transform: none;
	line-height: 1;
}