.header__right .mobile-menu__languages,
.mobile-menu__wrapper .header__language {
	display: none;
}

.subscribe {
	overflow: hidden;
}

.video iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

footer {
	overflow: hidden;
}

.toast-top-right {
	top: 100px;
	right: 15px;
}
#toast-container>div {
	display: flex;
  align-items: center;
	opacity: 1;
	box-shadow: 0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);
  color: #fff;
	background-color: rgb(212, 5, 17);
	background-image: none !important;
	padding: 12px 20px;
	text-decoration: none;
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  border-radius: 12px;
  width: unset;
  max-width: 100%;
  position: relative;
  margin-left: 16px;
}
#toast-container>div:after {
	content: "✖";
	background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: .4;
  padding: 0 5px;
}
#toast-container>div:hover:after {
	opacity: 1;
}
#toast-container>.toast-error {
	background-image: none !important;
}
#toast-container>div:hover {
	box-shadow: 0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);
}

.toastify {
	display: flex;
}

.toastify a {
	text-decoration: underline;
}

.toastify a:hover {
	text-decoration: none;
}

@media (max-width: 999px) {
	#cart>.is-close-btn {
		display: none;
	}

	#cart:has(.cart-modal__empty)>.is-close-btn {
		display: flex;
		outline: none;
	}

	#cart:has(.cart-modal__empty)>.is-close-btn:focus {
		outline: none;
	}

	#cart .is-close-btn svg {
		stroke: #473d60;
	}
}

.noscroll {
	overflow: hidden;
}

.contact__form-agreement .form-error {
	display: none !important;
}

.cabinet__box-delivery-item-content-item-form .checkout__details-inner {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.cabinet__box-delivery-item-content-item-form .checkout__details-inner .row-address_default {
	grid-column: 1 / -1;
}
@media (min-width: 1000px) {
	.cabinet__box-delivery-item-content-item-form .checkout__details-inner {
		gap: 24px;
	}
}
@media (max-width: 999px) {
	.cabinet__box-delivery-item-content-item-form .checkout__details-inner {
		grid-template-columns: 1fr;
	}
}

.nice-select.styled-select-search .list,
.nice-select.styled-select-search .list .option {
	text-decoration: none !important;
}

.dropdown-address, .dropdown-address ul {
	z-index: 999 !important;
}

/* Ocfilter */

.ocf-attribute-link {
	--tw-text-opacity: 1;
	color: rgb(107 92 144 / var(--tw-text-opacity, 1));
	text-decoration-line: underline;
	transition-duration: .5s;
	transition-property: all;
	transition-timing-function:
		cubic-bezier(.4, 0, .2, 1);
}

.ocf-attribute-link:hover {
	text-decoration: none;
}

@media (max-width: 999px) {
	.ocf-custom {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		height: 100dvh;
		width: 100%;
		background-color: #ffffff;
		border-radius: 0;
		transition: all 0.3s linear;
		z-index: 1000;
	}

	.ocf-custom.visible {
		right: 0;
		transition: all 0.3s linear;
	}
}

#ocf-custom {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .078), 0 0 6px 0 rgba(0, 0, 0, .02);
	border-radius: 12px;
	padding: 20px;
}

#ocf-custom .ocf-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	line-height: 1;
	margin-bottom: 15px;
}

#ocf-custom .ocf-close {
	filter: brightness(0) saturate(100%) invert(43%) sepia(17%) saturate(1054%) hue-rotate(216deg) brightness(86%) contrast(91%);
	display: none;
}

#ocf-custom .ocf-close:hover {
	opacity: 0.7;
}

#ocf-custom .ocf-close svg {
	pointer-events: none;
}

#ocf-custom .ocf-filter-name {
	font-size: 16px;
	font-weight: 700;
}

#ocf-custom .oct-value-list {
	display: none;
}

#ocf-custom .ocf-filter-header-append {
	display: none;
}

#ocf-custom .ocf-body {
	width: 245px;
}

#ocf-custom .ocf-selected-header {
	display: none;
}

#ocf-custom .ocf-selected-filter-name {
	display: none;
}

#ocf-custom .ocf-selected-box {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

#ocf-custom .ocf-selected-filter {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	width: fit-content;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

#ocf-custom .ocf-selected-card {
	border-top: 1px solid #f1f1f1;
	box-shadow: none;
	padding: 15px 0;
	margin-bottom: 0;
}

#ocf-custom .ocf-selected-card .ocf-between .ocf-btn-link {
	display: none !important;
}

#ocf-custom .ocf-selected-card .ocf-between .ocf-text-danger {
	display: block !important;
}

#ocf-custom .ocf-selected-discard {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-height: 36px;
	border-radius: 12px;
	text-decoration: none;
	opacity: 1;
	border: 1px solid #937ec6;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
}

#ocf-custom .ocf-selected-discard span {
	color: rgb(107 92 144);
	font-size: 14px;
	font-weight: 600;
	pointer-events: none;
	margin: 0;
	z-index: 1;
}

#ocf-custom .ocf-selected-discard svg {
	filter: brightness(0) saturate(100%) invert(43%) sepia(17%) saturate(1054%) hue-rotate(216deg) brightness(86%) contrast(91%);
	pointer-events: none;
}

#ocf-custom .ocf-selected-discard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #473d60, #937ec6);
	opacity: 0;
	transition: all 0.3s linear;
}

#ocf-custom .ocf-text-danger {
	color: #ffffff;
	text-decoration: none !important;
}

#ocf-custom .show-hide-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	position: relative;
	text-transform: initial;
	cursor: pointer;
	margin: 0;
}

#ocf-custom .show-hide-btn::after {
	content: '';
	position: absolute;
	display: flex;
	width: 100%;
	height: 25px;
}

#ocf-custom .ocf-filter:first-child .show-hide-content {
	display: block;
}

#ocf-custom .ocf-filter .show-hide-svg {
	filter: brightness(0) saturate(100%) invert(43%) sepia(17%) saturate(1054%) hue-rotate(216deg) brightness(86%) contrast(91%);
}

#ocf-custom .show-hide-btn .show-hide-svg {
	display: flex;
	transition: transform 0.3s ease;
}

#ocf-custom .show-hide-btn.rotated .show-hide-svg {
	transform: rotate(180deg);
}

#ocf-custom .show-hide-content {
	display: none;
}

#ocf-custom .ocf-value-list-body,
#ocf-custom .ocf-slider-input-group {
	margin-top: 8px;
}

#ocf-custom .ocf-value {
	display: flex;
	align-items: center;
}

#ocf-custom .ocf-filter {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0;
	margin-bottom: 0;
}

#ocf-custom .ocf-value.ocf-disabled,
#ocf-custom .ocf-value[disabled],
#ocf-custom .ocf-value:disabled {
	filter: opacity(0.5);
	pointer-events: none;
}

#ocf-custom .ocf-active-label {
	display: none;
}

#ocf-custom .ocf-value-input {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 6px;
	margin-right: 3px;
	margin-top: 0px;
	overflow: hidden;
}

#ocf-custom .ocf-value-input-checkbox::before,
#ocf-custom .ocf-value-input-checkbox::after {
	border-radius: 6px;
}

#ocf-custom .ocf-value-input::before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid rgb(107 92 144);
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#ocf-custom .ocf-selected .ocf-value-input-checkbox::after {
	background-color: rgb(107 92 144);
}

#ocf-custom .ocf-value .ocf-value-input::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

#ocf-custom .ocf-form-control[disabled],
#ocf-custom .ocf-form-control[readonly] {
	background-color: #ffffff;
	opacity: 1;
}

#ocf-custom .ocf-selected .ocf-value-input-checkbox {
	transition: all 0.3s linear;
}

#ocf-custom .ocf-value-input-checkbox::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white' stroke='white' stroke-width='1'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s linear;
}

#ocf-custom .ocf-selected .ocf-value-input-checkbox::after {
	opacity: 1;
	transform: scale(1.2);
	transition: all 0.3s linear;
}

#ocf-custom .ocf-slider-input-group {
	margin-bottom: 0;
}

#ocf-custom .ocf-value-slider {
	padding: 0 5px;
	margin-top: 15px;
}

#ocf-custom .ocf-slider-input-group input {
	color: rgb(107 92 144);
	font-size: 12px;
	font-weight: 600;
	border: 1px solid rgb(107 92 144);
	border-radius: 12px;
	padding-right: 30px;
}

#ocf-custom .rel {
	position: relative;
}

#ocf-custom .ocf-input-group-addon-abs {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, 0);
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	padding: 11px 8px;
	z-index: 3;
}

#ocf-custom .ocf-input-group-addon {
	background-color: transparent;
}

#ocf-custom .ocf-noUi-base:before,
#ocf-custom .ocf-noUi-connect:before {
	background: linear-gradient(90deg, rgb(71, 61, 96) 0%, rgb(147, 126, 198) 100%);
	height: 6px;
	margin-top: -3px;
}

#ocf-custom .ocf-noUi-base:before {
	background: rgb(244 242 249);
}

#ocf-custom .ocf-noUi-handle {
	background: linear-gradient(90deg, rgb(71, 61, 96) 0%, rgb(147, 126, 198) 100%);
	cursor: pointer;
}

#ocf-custom .ocf-noUi-handle {
	border: transparent;
	width: 18px;
	height: 18px;
	right: -9px;
	top: 0px;
}

#ocf-custom .ocf-noUi-connects:before,
#ocf-custom .ocf-noUi-connects:after {
	background-color: transparent;
}

#ocf-custom .ocf-noUi-pips {
	display: none;
}

#ocf-custom .ocf-footer {
	display: none;
	padding: 10px 0;
	margin: 0;
}

#ocf-custom .ocf-footer .ocf-between {
	align-items: flex-start;
	gap: 10px;
}

#ocf-custom .ocf-footer .ocf-btn-block {
	background: linear-gradient(90deg, #473d60, #937ec6);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

#ocf-custom .ocf-footer .ocf-btn-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

#ocf-custom .ocf-footer .ocf-btn-link {
	color: rgb(107 92 144);
	border: 1px solid #937ec6;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

#ocf-custom .ocf-footer .ocf-btn-link span {
	pointer-events: none;
}

#ocf-custom .ocf-footer .ocf-btn-link svg {
	pointer-events: none;
}

#ocf-custom .ocf-footer .ocf-btn-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #473d60, #937ec6);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

#ocf-custom .ocf-footer .ocf-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	width: auto;
	min-height: 36px;
	border-radius: 12px;
	text-decoration: none;
	opacity: 1;
	position: relative;
	z-index: 1;
}

@media (max-width: 999px) {
	#ocf-custom {
		box-shadow: none;
		padding: 20px 10px;
	}

	#ocf-custom .ocf-header {
		padding: 0 10px;
	}

	#ocf-custom .ocf-close {
		display: flex;
	}

	#ocf-custom .ocf-body {
		width: 100%;
		height: calc(100dvh - 135px);
		padding: 0 10px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#ocf-custom .ocf-footer {
		display: block;
	}

	#ocf-custom .ocf-footer .ocf-between {
		flex-direction: row-reverse;
		gap: 15px;
	}

	#ocf-custom .ocf-footer .ocf-btn {
		font-size: 20px;
		width: 50%;
		height: 50px;
		text-align: center;
		justify-content: center;
	}

	#ocf-custom .ocf-footer .ocf-btn svg {
		display: none;
	}

	#ocf-custom .ocf-filter-header {
		direction: rtl;
	}

	#ocf-custom .ocf-value-list-body {
		direction: inherit;
	}

	@media (max-width: 575px) {
		#ocf-custom .ocf-footer .ocf-btn {
			font-size: 14px;
		}
	}
}

@media (min-width: 999px) {
	#ocf-custom .ocf-selected-discard:hover {
		color: #ffffff;
		border-color: transparent;
		transition: all 0.3s linear;
	}

	#ocf-custom .ocf-selected-discard:hover span {
		transition: all 0.3s linear;
		color: #ffffff;
	}

	#ocf-custom .ocf-selected-discard:hover::before {
		transition: all 0.3s linear;
		opacity: 1;
	}

	#ocf-custom .ocf-selected-discard:hover svg {
		transition: all 0.3s linear;
		filter: brightness(0) saturate(100%) invert(94%) sepia(4%) saturate(176%) hue-rotate(72deg) brightness(121%) contrast(100%);
	}

	#ocf-custom .ocf-footer .ocf-btn-block:hover {
		background: linear-gradient(90deg, #5a4d7a, #a896d4);
		box-shadow: 0 4px 15px rgba(147, 126, 198, 0.4);
	}

	#ocf-custom .ocf-footer .ocf-btn-block:hover::before {
		left: 100%;
	}

	#ocf-custom .ocf-footer .ocf-btn-link:hover {
		color: #ffffff;
		border-color: transparent;
	}

	#ocf-custom .ocf-footer .ocf-btn-link:hover::before {
		opacity: 1;
	}

	#ocf-custom .ocf-footer .ocf-btn-link:hover svg path {
		fill: #ffffff;
	}
}

.ocf-popover {
	color: #ffffff;
	border-radius: 12px !important;
	background: linear-gradient(90deg, #473d60, #937ec6);
}

@media (max-width: 999px) {
	.ocf-popover {
		display: none !important;
	}

}

.ocf-popover-content {
	color: #ffffff;
	border-radius: 12px;
	padding: 0 !important;
}

.ocf-popover-content .ocf-btn {
	border-radius: 12px;
	background: linear-gradient(90deg, #473d60, #937ec6);
}

.ocf-arrow {
	background: linear-gradient(90deg, #473d60, #4d426b);
}


/* ------------------ Select2 */
/*.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	border-radius: 0;
	background: #fff;
	border: 1px solid var(--black);
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	height: 54px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:focus {
	border-color: var(--ruby);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight: 300;
	color: #8A8A8A;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	height: 52px;
	color: #000;
	line-height: 52px;
	padding-left: 20px;
	padding-right: 35px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 52px;
	width: 20px;
	top: 1px;
	right: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border: 0;
	width: 20px;
	height: 20px;
	line-height: 1;
	position: relative;
	top: auto;
	left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3536 1.35355L12.6464 0.646448L7 6.29289L1.35355 0.646448L0.646446 1.35355L7 7.70711L13.3536 1.35355Z' fill='%231A1A18'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 0;
}

.select2-container .select2-selection--single.select-white-bold .select2-selection__rendered {
	font-size: 24px;
	font-weight: 700;
}

.select2-dropdown {
	border: 1px solid var(--black);
	background: #fff;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
	z-index: 99999;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0;
	border-top: 1px solid var(--black);
}

.select2-results {
	border-radius: 0;
	overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--ruby);
	color: var(--white);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: var(--ruby);
	color: var(--white);
}

.select2-container--default {
	font-size: 16px;
	line-height: 1;
}

.select2-results__option {
	padding: 12px 20px;
}

.select2-container .select2-selection--single.container-sort-select {
	height: 25px;
}
.select2-container .select2-selection--single.container-sort-select .select2-selection__rendered {
	height: 23px;
	line-height: 23px;
	color: #00628B;
	font-weight: 400;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 25px;
}
.select2-container .select2-selection--single.container-sort-select .select2-selection__arrow {
	height: 23px;
	top: 1px;
	right: 5px;
	width: 20px;
}
.select2-container .select2-selection--single.container-sort-select .select2-selection__arrow b {
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5013 4.125L0.792969 0.875L6.20963 0.875L3.5013 4.125Z' fill='%2300628B'/%3E%3C/svg%3E%0A");
	margin: 0;
}

.select2-dropdown.dropdown-sort-select {
	margin-top: 6px;
}
.select2-dropdown.dropdown-sort-select .select2-results__option {
	padding: 6px 15px;
	font-size: 12px;
	color: #00628B;
}
*/
/* ------------------ End: Select2 */