/*
 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 */

.entry-content > .woocommerce-info { 
	border: 2px solid;
	border-radius: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 25px 14px 55px;
	line-height: 1.4;
	position: relative;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #AF7D27;
	border-color: #E0B252;
	background-color: transparent;
}
.entry-content > .woocommerce-info:before { content: "\f071"; display: block; }