/* TMB Store */
.tmb-custom-fields { margin: 14px 0; padding: 14px; border: 1px solid #e6e0d6; border-radius: 10px; background: #fbf9f5; }
.tmb-custom-fields .tmb-field { margin-bottom: 12px; }
.tmb-custom-fields label { display: block; font-weight: 600; margin-bottom: 5px; }
.tmb-custom-fields input[type="text"],
.tmb-custom-fields select,
.tmb-custom-fields textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
}
.tmb-custom-fields .required { color: #c0392b; }

.tmb-ship-notice {
	background: #fbf6ec;
	border: 1px solid #e6d9bf;
	border-right: 4px solid #b8860b;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.8;
	color: #5a4a2a;
}
[dir="ltr"] .tmb-ship-notice { border-right: 1px solid #e6d9bf; border-left: 4px solid #b8860b; }

.tmb-prod-ship { display: block; margin-top: 8px; font-size: 12px; color: #888; }
