.popup-checkout-payment .popup-inner-body > [class],
.popup-checkout-payment .popup-inner-body > [id] {
	padding: 0;
	margin: 0;
	min-width: 450px;
}

.bosidin-container {
	flex-direction: column;
	gap: 20px;
}

.bosidin-container h3 {
	width: 100%;
	padding: 15px 0 0 0;
}

.bosidin-container p {
	width: 100%;
}

.bosidin-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bosidin-row:nth-child(odd) .bosidin-text {
	order: 1;
}

.bosidin-row:nth-child(odd) .bosidin-image {
	order: 2;
}

.bosidin-row:nth-child(even) .bosidin-text {
	order: 2;
}

.bosidin-row:nth-child(even) .bosidin-image {
	order: 1;
}

.bosidin-text {
	flex: 1;
	padding: 10px;
}

.bosidin-image {
	flex: 1;
	max-width: 50%;
}

.bosidin-image img {
	width: 100%;
	height: auto;
}

.bosidin-half {
	width: 50%;
	padding: 20px 0;
	float: left;
}

.bosidin-fouty {
	width: 41.6666666667%;
	padding: 0  10px;
	float: left;
}

.bosidin-step {
	justify-content: center;
	align-items: center;
	width: 16.6666666667%;
	text-align: center;
	height: auto;
}

.bosidin-suit {
	justify-content: center;
	align-items: center;
	width: 16.6666666667%;
	text-align: center;
	height: auto;
	float: left;
}

.bosidin-suit h2 {
	margin-bottom: 0px;
}

.bosidin-hair {
	justify-content: center;
	align-items: center;
	width: 14.2857%;
	;
    text-align: center;
	height: auto;
	float: left;
}

.bosidin-hair h2 {
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.bosidin-row {
		flex-direction: column;
	}

	.bosidin-image {
		order: 1 !important;
		max-width: 100%;
	}

	.bosidin-row:nth-child(even) .bosidin-image {
		order: 1 !important;
	}

	.bosidin-text {
		order: 2 !important;
	}

	.bosidin-half {
		width: 100%;
		padding: 10px 0;
	}

	.bosidin-step {
		width: 100%;
	}

	.bosidin-fouty {
		width: 100%;
	}
}
.section {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #eaeaea;
}
.section_image {
	flex: 1;
	max-width: 50%;
  overflow: hidden;
}
.section_image img{
  width: 100%;
  height: auto;
}
.section_text {
	flex: 1;
	max-width: 50%;
	padding: 0 15px;
	line-height: 1.8;
}
.section-reverse {
	flex-direction: row-reverse;
	background-color: #ffffff;
}
@media screen and (max-width:767px) {
	.section {
		flex-direction: column;
		margin-bottom: 20px
	}
	.section_image,.section_text {
		max-width: 100%;
	}
	.section_image {
		margin-bottom: 16px
	}
}