.wd-product .bn-select-options,
.products .bn-select-options {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 12px;
	padding: 10px 18px !important;
	border: 1px solid #e1262f !important;
	border-radius: 8px !important;
	background: #e1262f !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: none !important;
}

.wd-product .bn-select-options:hover,
.wd-product .bn-select-options:focus,
.products .bn-select-options:hover,
.products .bn-select-options:focus {
	border-color: #bd1720 !important;
	background: #bd1720 !important;
	color: #fff !important;
}

.wd-product .star-rating,
.products .star-rating {
	display: inline-block;
	vertical-align: middle;
}

.bn-loop-rating-score {
	display: inline-block;
	margin-inline-start: 5px;
	color: #4b5563;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.single-product .woocommerce-product-rating .oxvin-ty-rating-score::before {
	content: "(";
}

.single-product .woocommerce-product-rating .oxvin-ty-rating-score::after {
	content: ")";
}

@media (max-width: 560px) {
	.wd-product .bn-select-options,
	.products .bn-select-options {
		min-height: 38px;
		padding-inline: 14px !important;
		font-size: 12px !important;
	}
}
