/*author: petar*/
body {
	display: flex;
	flex-direction: column;
}
.pt_content {
	flex: 1 0 auto;
}
.list-group-item.active {
	background-color: #ff6378 !important;
	border-color: #ff6378 !important;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
	border-color: #ff6378 !important;
}
.domain-pricing .tld-pricing-header div:nth-child(even) {
	border-color: #ff9fac !important;
}
#order-standard_cart .view-cart-items-header {
	background-color: #ff6378 !important;
}
#order-standard_cart .view-cart-items {
	border-bottom-color: #ff6378 !important;
}