/*
Theme name: The Border
Description: The Border Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.woocommerce ul.products a.button {
	display: inline-flex !important;
}

.wc_bis_loop_signup_prompt_container > a {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0.618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.add-to-cart-btn-wrapper {
	flex-wrap: wrap;
}

.bundle_form {
	width: 100%;
}

.bundled_product_summary .item_title {
	font-size: 14px;
}

/* Color of info boxes */
.woocommerce-info {
  background-color: #f0f0f0;
	color: #000000;  /* Change text color */
}