body {
	overflow-x: hidden;
}

.bg-white {
	background: #fff;
}

.bg-default {
	background: #06BBCC;
}

.bg-default-2 {
	background: #006d86 !important
}

.text-primary-2 {
	color: #006d86 !important
}

.text-default {
	color: #06BBCC !important;
}

.text-link {
	color: #5499ff !important;
}

.divider {
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.divider::before,
.divider::after {
	flex: 1;
	content: '';
	padding: 1px;
	background-color: #d1d1d163;
	margin: 5px;
}

.bg-gray {
	background-color: #ebebeb;
}

@media (max-width: 500px) {
	.product {
		padding: 10px;
	}

}

@media (max-width:1000px) {
	.product {
		padding: 10px;
	}
}