/*# sourceMappingURL=fields.css.map */

.yith-wcbk-help-tip {
	cursor: pointer;
}

.yith-wcbk-select-alt__container {
	position: relative;
	cursor: pointer;
}

.yith-wcbk-select-alt__container select {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	padding-right: 10px;
	cursor: pointer;
}

.yith-wcbk-select-alt__container .yith-wcbk-select-alt__arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	pointer-events: none;
	font-size: 16px;
	color: inherit;
	opacity: .7;
}

.yith-wcbk-select-alt__container.yith-wcbk-select-alt__container--unselected select {
	color: #888;
}

.yith-wcbk-select-alt__container.yith-wcbk-select-alt__container--opened .yith-wcbk-select-alt__arrow {
	transform: translateY(-50%) rotate(179deg);
	color: var(--yith-wcbk-border-color-focus);
	opacity: .7;
}

.yith-wcbk-select-alt__container .select2-selection__arrow {
	display: none;
}

.yith-wcbk-select-list {
	font-size: var(--yith-wcbk-fields-font-size);
}

.yith-wcbk-select-list select, .yith-wcbk-select-list .select2 {
	display: none !important;
}

.yith-wcbk-select-list .yith-wcbk-select-list__options {
	display: grid;
	grid-gap: 10px;
}

.yith-wcbk-select-list .yith-wcbk-select-list__option {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid var(--yith-wcbk-border-color);
	cursor: pointer;
	position: relative;
	line-height: 1.5em;
}

.yith-wcbk-select-list .yith-wcbk-select-list__option:hover {
	border-color: var(--yith-wcbk-primary);
}

.yith-wcbk-select-list .yith-wcbk-select-list__option.yith-wcbk-select-list__option--selected {
	border-color: var(--yith-wcbk-primary);
}

.yith-wcbk-select-list .yith-wcbk-select-list__option.yith-wcbk-select-list__option--selected:before {
	content: "";
	font-family: yith-icon;
	position: absolute;
	top: -7px;
	right: -7px;
	color: var(--yith-wcbk-primary-contrast);
	font-size: 8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background: var(--yith-wcbk-primary);
	text-align: center;
	font-weight: 600;
}

.yith-wcbk-select-list .yith-wcbk-select-list__option-skeleton {
	border-radius: 4px;
	height: calc(1.5em + 20px);
	background: rgba(209, 209, 209, .2);
}

.yith-wcbk-select-list .yith-wcbk-select-list__empty-message {
	padding: 7px 15px;
	background: #f4f4f4;
	min-height: 42px;
	display: flex;
	align-items: center;
}

.yith-wcbk-selector, .yith-wcbk-selector * {
	box-sizing: border-box;
}

.yith-wcbk-selector {
	position: relative;
	cursor: pointer;
	user-select: none;
	font-size: var(--yith-wcbk-fields-font-size);
}

.yith-wcbk-selector select, .yith-wcbk-selector .select2 {
	display: none !important;
}

.yith-wcbk-selector .yith-wcbk-selector__head {
	min-height: 42px;
	background: #fff;
	border: 1px solid var(--yith-wcbk-border-color);
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: 14px;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label__image {
	width: 30px;
	height: 30px;
	margin: 0 7px 0 -5px;
	border-radius: 4px;
	padding: 7px 0;
	box-sizing: content-box;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label__image img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.yith-wcbk-selector .yith-wcbk-selector__head.yith-wcbk-selector__head--no-image .yith-wcbk-selector__label__image {
	display: none;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label {
	flex: 1;
	padding: 7px 14px 7px 0;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label.yith-wcbk-selector__label--placeholder {
	opacity: .5;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__arrow {
	margin: 0 10px;
	font-size: 15px;
	color: inherit;
	opacity: .7;
	transition: all .3s ease-in-out;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear {
	position: relative;
	display: flex;
	opacity: .6;
	align-items: center;
	justify-content: center;
	padding: 7px;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
	transition: background .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear:hover {
	background: rgba(0, 0, 0, .03);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .03);
	color: var(--yith-wcbk-red);
	opacity: 1;
}

.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear i {
	font-size: 14px;
}

.yith-wcbk-selector .yith-wcbk-selector__dropdown {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 0;
	z-index: 99999;
	min-width: 300px;
	right: 0;
	box-shadow: var(--yith-wcbk-shadow);
	line-height: 1.5em;
}

.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__dropdown {
	display: block;
}

.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__head {
	border-color: var(--yith-wcbk-border-color-focus);
	box-shadow: var(--yith-wcbk-shadow-focus);
}

.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__head .yith-wcbk-selector__head__arrow {
	transform: rotate(180deg);
	color: var(--yith-wcbk-border-color-focus);
}

.yith-wcbk-selector.yith-wcbk-selector--opened.yith-wcbk-selector--opened--below .yith-wcbk-selector__dropdown {
	margin-top: 6px;
}

.yith-wcbk-selector.yith-wcbk-selector--opened.yith-wcbk-selector--opened--above .yith-wcbk-selector__dropdown {
	bottom: 100%;
	margin-bottom: 6px;
}

.yith-wcbk-selector .yith-wcbk-selector__items {
	max-height: 300px;
	overflow-y: auto;
}

.yith-wcbk-selector .yith-wcbk-selector__item {
	padding: 15px;
	display: flex;
}

.yith-wcbk-selector .yith-wcbk-selector__item .yith-wcbk-selector__item__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.yith-wcbk-selector .yith-wcbk-selector__item__description {
	font-size: .85em;
}

.yith-wcbk-selector .yith-wcbk-selector__item:hover, .yith-wcbk-selector .yith-wcbk-selector__item--selected {
	background: var(--yith-wcbk-underlined-bg);
	color: var(--yith-wcbk-underlined-text);
}

.yith-wcbk-selector.yith-wcbk-selector--use-images .yith-wcbk-selector__item:hover, .yith-wcbk-selector.yith-wcbk-selector--use-images .yith-wcbk-selector__item--selected {
	background: rgba(0, 0, 0, 0);
}

.yith-wcbk-selector .yith-wcbk-selector__item__check {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid var(--yith-wcbk-border-color);
	background: #fff;
	margin-top: calc(.75em - 10px);
}

.yith-wcbk-selector .yith-wcbk-selector__item--selected .yith-wcbk-selector__item__check:before {
	content: "";
	width: 11px;
	height: 7px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 2px solid var(--yith-wcbk-primary);
	border-top: none;
	border-right: none;
	background: rgba(0, 0, 0, 0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.yith-wcbk-selector:not(.yith-wcbk-selector--use-images):not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item {
	padding: 10px 15px;
}

.yith-wcbk-selector .yith-wcbk-selector__item__image {
	width: 3.5em;
	height: 3.5em;
	margin-right: .8em;
	border-radius: 4px;
	position: relative;
}

.yith-wcbk-selector .yith-wcbk-selector__item__image img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.yith-wcbk-selector.yith-wcbk-selector--multiple.yith-wcbk-selector--use-images .yith-wcbk-selector__item__check {
	margin-top: calc(1.75em - 10px);
}

.yith-wcbk-selector:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item--selected .yith-wcbk-selector__item__image:before {
	content: "";
	font-family: yith-icon;
	position: absolute;
	top: -5px;
	left: -5px;
	color: #fff;
	font-size: 8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background: var(--yith-wcbk-primary);
	text-align: center;
	font-weight: 600;
}

.yith-wcbk-selector .yith-wcbk-selector__footer {
	padding: 15px 20px;
	text-align: right;
	background: #f1f1f1;
}

.yith-wcbk-selector .yith-wcbk-selector__link {
	color: var(--yith-wcbk-primary);
	font-size: .85em;
	text-decoration: underline;
	display: inline-block;
}

.yith-wcbk-selector .yith-wcbk-selector__button {
	display: inline-block;
	padding: 5px 17px;
	background: var(--yith-wcbk-primary);
	border-radius: 5px;
	color: var(--yith-wcbk-primary-contrast);
	font-weight: 600;
	cursor: pointer;
	margin-left: 10px;
}

.yith-wcbk-selector:not(.yith-wcbk-selector--selected) .yith-wcbk-selector__clear {
	display: none;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__head {
	display: none;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__items {
	max-height: none;
	overflow: initial;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__items .yith-wcbk-selector__item+.yith-wcbk-selector__item {
	margin-top: 10px;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__item {
	background: rgba(0, 0, 0, 0);
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item {
	border-radius: 4px;
	border: 1px solid var(--yith-wcbk-border-color);
	position: relative;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item.yith-wcbk-selector__item--selected {
	border-color: var(--yith-wcbk-primary);
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--use-images):not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item.yith-wcbk-selector__item--selected:before {
	content: "";
	font-family: yith-icon;
	position: absolute;
	top: -7px;
	right: -7px;
	color: var(--yith-wcbk-primary-contrast);
	font-size: 8px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background: var(--yith-wcbk-primary);
	text-align: center;
	font-weight: 600;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout.yith-wcbk-selector--multiple .yith-wcbk-selector__item {
	padding: 0;
}

.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__footer {
	background: rgba(0, 0, 0, 0);
	padding: 0;
}

.yith-wcbk-selector ::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}

.yith-wcbk-selector ::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(0, 0, 0, 0);
}

.yith-wcbk-selector ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 8px;
}
