/*
Theme Name: Mr. Tailor's Son
Theme URI: http://www.getbowtied.com/
Author: Jake Winberry
Author URI: http://www.google.com/
Description: The child theme to Mr. Tailor
Version: 2.2.11
License:
License URI:
Template: mrtailor
*/

.test {
	width: 150px;
	height: 150px;
	background-color: #000;
}

.product-addon.product-addon-in-honor-or-memory-of {
	display: none;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ca {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.products_feed_wrap {}

.single_cp_image {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.single_custom_product {

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 23%;
	background-color: #F9F9F9;
}

.single_custom_product .details {
	padding: 15px 15px 35px 15px;
}

.single_cp_title {}

.single_cp_link h4 {
	color: #000000;
	margin-bottom: 15px !important;
}

.single_cp_price {
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
}

@media screen and (max-width: 900px) {

	/**********************************/
	.single_custom_product {
		width: 49%;
	}

}

@media screen and (max-width: 500px) {

	/**********************************/
	.single_custom_product {
		width: 100%;
	}

}

/*
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}
*/

