/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2025 | 21:33:59 */
.product-extras {
	margin-bottom: 20px;
}
.product-extras .wcex-option {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
}
.product-extras .wcex-option .wcex-field .woocommerce-input-wrapper label{
	cursor: pointer;
}
.wcex-qty.hide{
	display: none;
}
.wcex-qty {
	display: flex;
	align-items: center;
	gap: 5px;
}
.wcex-qty button {
	border: none;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 17px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.wcex-minus,
.wcex-minus:hover,
.wcex-minus:focus{
	color: #1c1c1c;
	background: #eee;
}
.wcex-plus,
.wcex-plus:hover,
.wcex-plus:focus{
	color: #fff;
	background: #1c1c1c;
}
.wcex-minus:hover,
.wcex-plus:hover{
	transform: scale(0.9);
}
.wcex-qty-wrapper .wcex-qty-value {
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 16px;
}
/* Для админки вкладки "Дополнительные опции" */
#extra_options_list {
	padding: 10px;
}
#extra_options_list .extra-option {
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}
#extra_options_list input {
	flex: 1;
}
.wcex-row{
	display:flex;
	align-items:center;
	gap:8px;
	cursor:pointer;
	user-select:none;
}
.wcex-title{
	flex:0 1 auto;
	min-width:0;
	/* чтобы обрезалось, если длинно */
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#1c1c1c;
	font-family: 'Inter', sans-serif;
}
.wcex-option{
	min-height: 28px;
}
.wcex-dots{
	flex:1 1 auto;
	min-width:12px;
	height:1px;
	border-bottom: 1px dashed rgba(28,28,28,.1);
}
.wcex-price{
	white-space:nowrap;
	color:#6b7280;
	font-weight:500;
}
.wcex-row .wcex-chk{
	margin-left:8px;
	flex:0 0 auto;
}
.wcex-extras-anchor{
	margin-top: 32px;
}
.product-extras__title{
	font-size: 17px;
	line-height: 20px;
	color: #1c1c1c;
	font-weight: 700;
	margin: 0!important;
	font-family: 'Inter', sans-serif;
}
.wcex-value{
	display: flex;
}
