.summary .cart,
.summary .product_meta:not(:last-child),
.product-usp-wrapper,
.single_variation_wrap .product-usp-wrapper {
	border-color: #eeeeee;
}

/* Summary */
.summary .product_title {
	margin-bottom: 5px;
}

.summary .cart {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}

.summary .product_meta:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.button-mode li {
	padding: 5px 10px !important;
	border-width: 1px !important;
	border-style: solid !important;
}

/* Accordion */
.accordion-item {
	background: #eeeeee;
}

.accordion-toggle p::after {
	content: '\f078';
}

.accordion-toggle.show p::after {
	content: '\f077';
}

/* Usps */
.product-usp-wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.single_variation_wrap .product-usp-wrapper,
.gift-cards_form .product-usp-wrapper {
	border-top-width: 1px;
	border-top-style: solid;
}

/* Add to cart */
.single_add_to_cart_button::before {
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 5px;
}

.product-in-cart .single_add_to_cart_button::before {
	content: '\f00c';
}

/* Related products */
.related.products {
	margin-top: 50px;
}

.related.products:last-child {
	margin-bottom: 50px;
}

.upsells>h2,
.related.products>h2 {
	font-weight: bold;
}
