.loyalty__stats {
	display: flex;
	background: #FCFAFB;
	padding: 27px 0 27px 30px;
	align-content: center;
	justify-content: space-between;
	color: #3E3E4A;
    width: calc(100% + 30px);
    margin-left: -30px;
}
@media (max-width: 768px) {
	.loyalty__stats {
		flex-wrap: wrap;
		padding: 40px;
	}
}


.loyalty__stats .stat {
	display: flex;
	flex-direction: column;
    // width: 36%;
    width: 33%;
    flex-grow: 1;
    padding-right: 20px;
}
@media (max-width: 768px) {
	.loyalty__stats .stat {
        margin-bottom: 20px;
	}
}
.loyalty__stats .stat:last-child {
    // width: 28%;
}
@media (max-width: 768px) {
	.loyalty__stats .stat {
		width: 100%;
	}
}


// .loyalty__stats .stat:nth-child(2) {
// 	margin: 0 20px;
// }
// @media (max-width: 768px) {
// 	.loyalty__stats .stat:nth-child(2) {
// 		margin: 20px 0;
// 	}
// }

.loyalty__stats .stat p {
	font-size: 50px;
	margin: 0px;
	color: #3E3E4A;
    font-weight: 300;
    line-height: 50px;
}
.loyalty__stats .stat h3 {
	font-size: 14px;
	color: #3E3E4A;
	flex-grow: 1;
    margin-bottom: 8px;
}

.loyalty__main table{
    table-layout: fixed;
    width: 100%;
}
.loyalty__main table thead td{
    font-size: 12px;
    color: #A6A6A6;
    padding-bottom: 22px;
}
.loyalty__main table tbody td{
    // width: 36%;
    padding-right: 20px;
    padding: 12px 20px 12px 0;
}
.loyalty__main table td:last-child{
    // width: 28%;
}
.loyalty__main table td:not(:first-child) {
	padding-left: 10px;
}
.loyalty__main{
    margin-top: 20px;
}
.loyalty__top {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}
.salons__top.loyalty__top select {
	width: 200px;
    margin-bottom: 20px;
}