.product-section .accordion-trigger {
	cursor: pointer;
	user-select: none;
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product-section .accordion-trigger h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.product-section .accordion-trigger h5::after {
	content: '+';
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 10px;
}

.product-section .accordion-trigger.active h5::after {
	content: '-';
}

.product-section .accordion-content {
	display: none;
	padding-bottom: 20px;
}

.message-container a {
    margin: 0;
}

.product-small .box-image img{
	width: auto;
}

.wps_wpr_apply_custom_points .button {
	margin-bottom: 0px!important;
}

.wps_wpr_apply_custom_points .wps_wpr_used_points_counter {
	margin: 0 0 6px!important;
	color: #555;
}

.wps_wpr_restrict_user_message.my-custom-text{
	margin-top: 0!important;
	margin-bottom: 6px!important;
}

.wps_wpr_apply_custom_points .wps_wpr_used_points_counter strong {
	color: #e2401c;
}

.wps_wpr_apply_custom_points .wps_wpr_remaining_points_counter {
	color: #555;
	margin-bottom: 0px!important;
}

.wps_wpr_apply_custom_points .wps_wpr_remaining_points_counter strong {
	color: #2e7d32;
}

.points-info-box {
	margin: 10px 0px;
    background: #f1f1f1;
    padding: 10px;
}

.points-info-box-alert{
	background: #fff3cd;
	border-color: #ffeaa7;
	color: #856404;
}

#wps_wpr_order_notice{
	margin-bottom: 10px;
	background: #f1f1f1!important;
	border: 1px solid #000;
	color: #000!important;
}