/* display: none without important */
.d-no
{
	display: none;
}
.row-bordered
{
	border: 1px solid #ddd;
	border-radius: 6px;
}
.form-control::file-selector-button
{
	background-color: #E9E9ED;
	color: #344050;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #D0D0D7;
}
.fs-0875
{
	font-size: 0.875rem;
}
.product-extra-row-show
{
	border: 1px solid #ccc;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header
{
	box-shadow: none !important;
}
.tox .tox-edit-area iframe
{
	padding: 1rem !important;
}