/*Произвольные стили*/
.pseudo-radio-filter .cat-item a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #dbd8d6;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin-right: 10px;
}
.pseudo-radio-filter .cat-item.current-cat a:before {
	background: radial-gradient(ellipse at center, #d39592 40%, #fff 45%);
}

.section-time-list li {
	cursor: pointer;
}
.form-row.place-order {
	visibility: hidden;
}
.form-row .warning {
	margin-top: .6em;
}
.cart-empty.woocommerce-info {
	text-align: center;
	margin-bottom: 2em;
}

.form-row {
	margin-bottom: 13px;
}
#s-order .section-fields-label {
	margin: 0;
}
#s-order .section-fields-label-title {
	display: inline-block;
}

.woocommerce-Price-amount.amount {
	position: relative;
	top: -.9em;

}

.variations .section-buy-area-col {
	text-align: center;
	flex: 0 0 50%;
}
.variations label {
	font-weight: bold;
}
.variations select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 40px 0 14px;
	border-radius: 20px;
	border: 1px solid #ded8d4;
	background-color: #fff;
	user-select: none;
	margin-top: 14px;
}
.variations-select-wrapper {
	position: relative;
}
.variations-select-wrapper::before {
	content: "";
	top: 34px;
	right: 5px;
	pointer-events: none;
}
.variations-select-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #A39F9C;
	border-left: 0;
	border-top: 0;
	transform: rotate(45deg);
	top: 28px;
	right: 15px;
	pointer-events: none;
}
.variations-select-wrapper:hover::after {
	border-color: #D29592;
}

.currency-r .woocommerce-Price-currencySymbol, 
.reset_variations,
span.optional {
	display: none;
}