/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000;
	--color-theme: #000;
	--color-black: #000;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(51, 51, 51, 0.5);
	--color-background: #F6F6F6;
	--color-lines: #CCC;
	--color-link: #4155B7;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #C93032;
	--color-errorlight: #FFF1F0;
	--color-success: #3F9C35;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;
	--color-buttoncart: #000;
	--color-buttoncart-hover: #333;

	--base-fontfamily: "Montserrat",-apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
    --container-width: 2560px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-padding: 10px;
	--container-padding-n: -10px;
	--row-padding: 10px;
	--row-padding-n: -10px;
	--productlist-padding: 10px;
	--productdetail-padding: 10px;
	--color-featuredmenu: #4155B7;
	--mobile-popup-max-height: calc(var(--window-inner-height, 100vh) - max(30px, env(safe-area-inset-top)) - 10px);
	--mobile-popup-radius: 10px;

	--input-border-radius: 10px;
	--button-border-radius: 10px;

	/* Spacing */
	--sp-ex-small: 20px;
	--sp-small: 30px;
	--sp-medium: 60px;
	--sp-large: 100px;
}

@media screen and (max-width: 767px) {
	:root {
		/* Spacing */
		--sp-ex-small: 15px;
		--sp-small: 25px;
		--sp-medium: 55px;
		--sp-large: 80px;

		--productlist-padding: 0px;
	}
}

@media screen and (max-width: 1199px) {
	:root {
		--container-padding: 14px;
		--container-padding-n: -14px;

		--row-padding: 14px;
		--row-padding-n: -14px;
	}
}

/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 160%;
	font-weight: 400;
}

/* PARAGRAPH - A */
.paragraph a, .paragraph .a,
a.paragraph, .paragraph.a {
	color: var(--color-link);
	text-decoration: none;
	text-underline-offset: 2px;
}

/* A - Hover */
@media (hover) {
	a:hover, .a:hover,
	.paragraph a:hover, .paragraph .a:hover,
	a.paragraph:hover, .paragraph.a:hover {
		text-decoration: underline;
	}

	.paragraph a:hover, a.paragraph:hover {
		color: var(--color-link);
		text-decoration: underline;
	}
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-weight: 400; /* Required font-weight  */
	font-size: 14px;
	color: var(--color-black);
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 700;
	font-size: 56px;
	line-height: 140%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 400;
	font-size: 48px;
	line-height: 140%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 140%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 600;
	font-size: 29px;
	line-height: 140%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.5px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT */
	/* Brand */
		.brand-list-product,
		.rdc-product-item-brand {
			font-weight: 500;
			font-size: 16px;
		} 

	/* Name */
		.product-item .desc .name,
		.rdc-product-item-name {
			font-weight: 500;
			font-size: 16px;
			line-height: 160%;
		}

	/* Price */
		.price {
			display: inline-grid;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 8px;
		}

		.price, .price p {
			font-weight: 500;
			font-size: 15px;
		}

		/* Price Old */
		.price .old {
			color: var(--color-darkgray);
			font-weight: 400;
			text-decoration: line-through;
			margin-right: 0 !important;
		}

		/* Price Discount */
		.price .discount {
			background: none; /* Required */
			color: var(--color-error); /* Required */
			padding: 0px 5px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Price Current */
		.price .current {}

		/* Price Desde, Type, packageType */
		.price .desde, .price .type, .price .packageType, .price .date {
			font-weight: 400;
			font-size: 13px;
			line-height: 130%;
			color: var(--color-darkgray);
		}

	/* Price Horizontal */
		.priceh {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 0 8px;
			flex-wrap: wrap;
		}

		.priceh, .priceh p {
			font-weight: 500;
			font-size: 15px;
		}

		/* Priceh Old */
		.priceh .old {
			color: var(--color-darkgray);
			font-weight: 400;
			text-decoration: line-through;
		}

		/* Priceh Discount */
		.priceh .discount {
			background: none;
			color: var(--color-error);
			padding: 0px 4px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 12px;
		}

		/* Priceh Current */
		.priceh .current {}

		/* Priceh Desde, Type, packageType */
		.priceh .desde, .priceh .type, .priceh .packageType, .priceh .date {
			font-weight: 400;
			font-size: 13px;
			line-height: 130%;
			color: var(--color-darkgray);
		}

	/* Promo Date */
	.rdc-promo-date, .rdc-promo-30days {
		font-weight: 400;
		font-size: 13px; /* Required font-size */
		color: var(--color-darkgray);
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 42px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title {
		font-size: 36px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
		font-size: 28px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 24px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 20px;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		font-size: 18px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 16px;
	}

	/* SIGNATURE */
	.signature {
		font-size: 16px;
	}

	/* PRODUCT */
	/* Brand */
	.brand-list-product,
	.rdc-product-item-brand {
		font-size: 14px;
	} 

	/* Name */
	.product-item .desc .name,
	.rdc-product-item-name {
		font-size: 14px;
		line-height: 130%;
	}

	/* Price */
	.price {
		grid-gap: 6px;
	}

	.price p {
		font-size: 13px;
	}

	/* Price Desde, Type, packageType */
	.price .desde, .price .type, .price .packageType, .price .date {
		font-size: 10px;
	}

	/* Promo Date */
	.price .date,
	.rdc-promo-date,
	.rdc-promo-30days {
		font-size: 10px;
	}

	/* Price H */
	.priceh, .priceh p {
		font-size: 13px;
	}

	/* Priceh Discount */
	.priceh .discount {
		font-size: 12px;
	}
}

/* PRODUCT ITEM SMALL == MOBILE */
@media screen and (min-width: 1200px) {
	/* Os estilos aplicados em mobile, devem ser colocados aqui. Exemplo: */
	.rdc-product-item-size-small .rdc-product-item-brand {
		font-size: 13px;
	}
}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-weight: 500;
		font-size: 14px;
		line-height: 10px;
		color: var(--color-white);
		padding: 0 40px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 90px;
		min-height: 42px;
		border-radius: var(--button-border-radius);
		user-select: none;
	}

	.button:not(.btn-cart):not(.btn-cart-sec).loader, button:not(.btn-cart):not(.btn-cart-sec).loader, input[type=submit]:not(.btn-cart):not(.btn-cart-sec).loader, input[type=button]:not(.btn-cart):not(.btn-cart-sec).loader {
		color: var(--color-black) !important;
		background: var(--color-black) !important;
		border-color: var(--color-black) !important;
	}

	/* Normal Hover */
	@media (hover) {
		.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
			color: var(--color-black);
			border-color: var(--color-black);
			background-color: transparent;
		}
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: var(--color-black);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	@media (hover) {
		.button.btn-light:not([disabled]):hover, .button.white:not([disabled]):hover, button.btn-light:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].btn-light:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].btn-light:not([disabled]):hover, input[type=button].white:not([disabled]):hover {
			color: var(--color-white);
			border-color: var(--color-white);
			background-color: transparent;
		}
	}

	/* White Disabled */
	.button.btn-light[disabled], .button.white[disabled], button.btn-light[disabled], button.white[disabled], input[type=submit].btn-light[disabled], input[type=submit].white[disabled], input[type=button].btn-light[disabled], input[type=button].white[disabled] {
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-black);
		border-color: var(--color-black);
		background-color: transparent;
	}

	/* Normal Hover */
	@media (hover) {
		.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
			color: var(--color-white);
			border-color: var(--color-black);
			background-color: var(--color-black);
		}
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

	/* White */
	.button.btn2.btn-light, .button.btn2.white, button.btn2.btn-light, button.btn2.white, input[type=submit].btn2.btn-light, input[type=submit].btn2.white, input[type=button].btn2.btn-light, input[type=button].btn2.white,
	body #main .contentTitles_button.btn-light {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}

	/* White Hover */
	@media (hover) {
		.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
			color: var(--color-black); 
			border-color: var(--color-white);
			background-color: var(--color-white);
		}
	}

	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		display: inline; /* Required */
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
		text-decoration: none !important;
		border: 0;
		background: transparent;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px solid currentColor;
	}

	/* Normal Hover */
	@media (hover) {
		.button.link:not([disabled]):hover, .link:not([disabled]):hover {
			border-color: transparent;
			color: currentColor;
		}
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
	}

	/* White Hover */
	@media (hover) {
		.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {
			color: var(--color-white);
		}
	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
	}

/* Button Card */
	/* Normal */
	.button-card {
		transition: border-color 0.15s,
		box-shadow 0.15s;
		border-radius: var(--button-border-radius);
	}

	/* Normal hover e active */
	@media (hover) {
		.button-card:not(.disabled):not(.esgotado):not(.active):hover {
			border-color: var(--color-gray);
		}
	}

	/* Active */
	.button-card.active {
		box-shadow: 0px 0px 0px 2px var(--color-theme);
	}

	/* Disable */
	.button-card.disabled {}

	/* Esgotado */
	.button-card.esgotado {}

	/* Title */
	.button-card-title {}

	/* Description */ 
	.button-card-desc {
		color: var(--color-gray);
	}

	@media screen and (hover) {
		.button-card:not(.disabled):not(.esgotado):hover{
			background-color: var(--color-white);
		}
	}

/* Buttons Cart - (Nota: O tamanho do botão deve ser igual ao .button, no detalhe devem customizar a altura) */
	/* Normal */
	.btn-cart, .btn-cart-sec, .btn-cart-esgotado {
		font-weight: 500;
		font-size: 14px;
		line-height: 10px;
		color: var(--color-white);
		padding: 0 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px; /* Ser igual ao .button  */
		border: 1px solid var(--color-buttoncart);
		background-color: var(--color-buttoncart);
		white-space: nowrap;
		border-radius: var(--button-border-radius);
	}

	@media screen and (min-width: 1200px) {.btn-cart, .btn-cart-sec, .btn-cart-esgotado {min-width: 220px;}}
	@media screen and (max-width: 1199px) {.btn-cart, .btn-cart-sec, .btn-cart-esgotado {min-width: 140px;}}

	.btn-cart.loader {
		color: var(--color-buttoncart) !important;
		border-color: var(--color-buttoncart) !important;
		background-color: var(--color-buttoncart) !important;
	}

	/* Normal hover */
	@media (hover) {
		.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
			color: var(--color-white);
			border-color: var(--color-buttoncart-hover);
			background-color: var(--color-buttoncart-hover);
		}
	}

	/* Normal Disable */ 
	.btn-cart[disabled] {
		cursor: default !important;
		opacity: 0.5;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-white) !important;
	border-color: var(--color-lightgray) !important;
	background-color: var(--color-lightgray) !important;
	cursor: default !important;
	opacity: 1 !important;
}

/* Button Cart Secundario */
.btn-cart-sec{
	color: var(--color-buttoncart);
	border-color: var(--color-buttoncart);
	background-color: transparent;
}

/* Button Cart Secundario hover */
@media (hover) {
	.btn-cart-sec:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: var(--color-buttoncart);
		background-color: var(--color-buttoncart);
	}
}

/* Button Loading */
.button.loader, button.loader {
	position: relative;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -13px;
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/24px;
}

/* Button Cart Secundario Loading */
.btn-cart-sec.loader {
	color: transparent;
}

.btn-cart-sec.loader::before {
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%230F355C'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center / 24px;
}

/* Button Icon */
.btn-icon {min-width: 0;}
.btn-icon .rdc-icon-svg {width: 24px;height: 24px;flex-shrink: 0;}
.btn-icon:not(.sel):not(.active):not(.disabled):not([disabled]):hover .rdc-icon-svg {filter: invert(1);}

/*
 *
 * FLAGS
 *
*/
.flags .flag {font-weight: 500;line-height: 100%;display: flex;justify-content: center;align-items: center;border-radius: 0px;font-size: 12px;padding: 4px 8px;}
.blog .flags .flag{line-height: 100%;color: var(--color-white);background: var(--color-dark);border-radius: 0px;font-size: 14px;min-height: 22px;}
.blog .flags.flagsStatic .flag{color: var(--color-dark);}

@media screen and (min-width:1200px) {
	.flags .flag {min-height: 21px;padding: 5px 8px 4px;}
}

@media screen and (max-width:1199px) {
	.flags .flag {min-height: 19px;padding: 3px 8px;}	
}



/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lightgray);
}

body .accordion > li.active {
	border-color: var(--color-theme);
}

body .accordion > li.active + li {
	border-top-color: var(--color-theme);
}

.accordion-head {
	user-select: none;
}

.accordion .accordion-head {
	padding: 7px 4em 4px 15px;
}

.accordion .accordion-content {
	padding: 21px 4em 14px 15px;
}

body .accordion .accordion-icon .rdc-icon-svg{
	width: 20px;
	height: 20px;
}


/*
 *
 * Tabs
 *
*/
.tabs-container .tabs:not(.rdc-fixed-styles) li {
	margin: 0 15px;
}

.tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	border: 1px solid var(--color-lines);
	background-color: var(--color-white);
	color: var(--color-gray);
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 41px;
	min-width: 90px;
	user-select: none;
}

@media (hover: hover) {
	.tabs-container .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
		opacity: 0.5;
	}
}

.tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-theme);
	opacity: 1;
	box-shadow: 0 0 0 1px var(--color-theme);
	border-color: var(--color-theme);
}

.tabs-container.vertical .tabs:not(.rdc-fixed-styles) .tabs-item {
	display: inline-block;
	padding-bottom: 0;
	border-bottom-width: 1px;
}

@media screen and (max-width: 991px) {
	.tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 var(--container-padding-n);
	}

	.tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		margin-left: var(--container-padding);
	}

	.tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		margin-right: var(--container-padding);
		padding-right: 0;
	}
}



/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {user-select: none;}

.label-title{padding: 0 0 3px 5px;line-height: 100%;}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	padding: 10px 15px 10px 15px;
	border: 1px solid var(--color-lines);
	background-color: white;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
	min-height: 41px;
}

input[type=date]{
	padding: 9px 15px 9px;
	border: 1px solid var(--color-lines);
	background-color: white;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
	min-height: 39px;
}

input[type=file] {
	padding: 8px 15px;
}

@media (hover) {
	input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, input[type=date]:hover, textarea:hover, div.select:not(.disabled):hover,
	.magic-checkbox:not([checked]):not([disabled])+label:hover:before, .magic-radio+label:hover:before {
		border-color: var(--color-gray);
	}
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus {
    border-color: var(--color-black);
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=date]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, input[type=date].disabled, textarea.disabled, div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
}

/* Select */
div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: var(--input-border-radius);
}

body div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 39px;
	height: auto;
	appearance:none;
	border: 0px !important;
	border-radius: 0 !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	line-height: 19px; /* Mozilla */
}

body div.select::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 14px;
	width: 16px;
	height: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M24.707 11.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-8-8a1 1 0 1 1 1.414-1.414L16 18.586l7.293-7.293a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M24.707 11.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-8-8a1 1 0 1 1 1.414-1.414L16 18.586l7.293-7.293a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	background-color: var(--color-black);
}

body div.select.active::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 10a1 1 0 0 1 .707.293l8 8a1 1 0 0 1-1.414 1.414L16 12.414l-7.293 7.293a1 1 0 0 1-1.414-1.414l8-8A1 1 0 0 1 16 10Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 10a1 1 0 0 1 .707.293l8 8a1 1 0 0 1-1.414 1.414L16 12.414l-7.293 7.293a1 1 0 0 1-1.414-1.414l8-8A1 1 0 0 1 16 10Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
	mask-image: none;
	-webkit-mask-image: none;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

div.select:has(select:focus){
	border-color: var(--color-black) !important;
}

/* Input date */
div.input-date {position: relative;}
div.input-date::after {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
	width: 20px;
	height: 20px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.12 6.98H21.5V5.22C21.5 5.099 21.401 5 21.28 5H19.74C19.619 5 19.52 5.099 19.52 5.22V6.98H12.48V5.22C12.48 5.099 12.381 5 12.26 5H10.72C10.599 5 10.5 5.099 10.5 5.22V6.98H5.88C5.39325 6.98 5 7.37325 5 7.86V26.12C5 26.6068 5.39325 27 5.88 27H26.12C26.6068 27 27 26.6068 27 26.12V7.86C27 7.37325 26.6068 6.98 26.12 6.98ZM25.02 25.02H6.98V14.57H25.02V25.02ZM6.98 12.7V8.96H10.5V10.28C10.5 10.401 10.599 10.5 10.72 10.5H12.26C12.381 10.5 12.48 10.401 12.48 10.28V8.96H19.52V10.28C19.52 10.401 19.619 10.5 19.74 10.5H21.28C21.401 10.5 21.5 10.401 21.5 10.28V8.96H25.02V12.7H6.98Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.12 6.98H21.5V5.22C21.5 5.099 21.401 5 21.28 5H19.74C19.619 5 19.52 5.099 19.52 5.22V6.98H12.48V5.22C12.48 5.099 12.381 5 12.26 5H10.72C10.599 5 10.5 5.099 10.5 5.22V6.98H5.88C5.39325 6.98 5 7.37325 5 7.86V26.12C5 26.6068 5.39325 27 5.88 27H26.12C26.6068 27 27 26.6068 27 26.12V7.86C27 7.37325 26.6068 6.98 26.12 6.98ZM25.02 25.02H6.98V14.57H25.02V25.02ZM6.98 12.7V8.96H10.5V10.28C10.5 10.401 10.599 10.5 10.72 10.5H12.26C12.381 10.5 12.48 10.401 12.48 10.28V8.96H19.52V10.28C19.52 10.401 19.619 10.5 19.74 10.5H21.28C21.401 10.5 21.5 10.401 21.5 10.28V8.96H25.02V12.7H6.98Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-position: left top;
	mask-position: left top;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--color-black);
}

@-moz-document url-prefix() {
    div.input-date::after {display: none;}
}

input[type="date"] {
	display: flex;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none; 
	appearance: none;
}

input[type="date"]::-webkit-date-and-time-value {
	text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

/* checkbox, radio */
.magic-checkbox+label:before, .magic-radio+label:before {
    border-color: var(--color-lines);
	background-color: var(--color-white);
}

.magic-checkbox:checked+label:before, .magic-checkbox:checked+label:after, .magic-radio:checked+label:before {
    border-color: var(--color-black);
	background-color: var(--color-white);
}

.magic-radio:checked+label:after {
    background-color: var(--color-black);
}

/* checkbox disabled, radio disabled */
.magic-checkbox[disabled]+label:before, .magic-radio[disabled]+label:before {
    border-color: var(--color-background);
	background-color: var(--color-background);
}

.magic-checkbox:checked[disabled]+label:before, .magic-radio:checked[disabled]+label:before {
    border-color: var(--color-background);
	background-color: var(--color-background);
}
.magic-checkbox:checked[disabled]+label:after {
	border-color: var(--color-black);
}

.magic-radio:checked[disabled]+label:after {
    background-color: var(--color-gray);
}

.magic-checkbox[disabled]+label:before, .magic-checkbox:checked[disabled]+label:before {
    background-color: var(--color-background);
}

::-webkit-input-placeholder {color: var(--color-darkgray);}
::-moz-placeholder {color: var(--color-darkgray);}
:-ms-input-placeholder {color: var(--color-darkgray);}
:-moz-placeholder {color: var(--color-darkgray);}
body #header-search-input::-webkit-input-placeholder{color: var(--color-darkgray);}

/* custom to checkbox - radio */
body .magic-checkbox[disabled]+label,body .magic-radio[disabled]+label{color: var(--color-black);}
body .magic-checkbox[disabled]+label span, body .magic-radio[disabled]+label span{opacity: 50%;}
body .magic-checkbox+label, body .magic-radio+label{padding-left: 33px;}

body .magic-checkbox+label:before{border-radius: 3px;}
body .magic-checkbox+label:after{border: none;transform: none;width: 18px;height: 18px;top: 2px;left: 2px;background-repeat: no-repeat; background-size: 100%;background-position: center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M28.447 7.619a2 2 0 0 1-.066 2.828l-14.667 14a2 2 0 0 1-2.762 0l-7.333-7a2 2 0 1 1 2.762-2.894l5.952 5.682L25.62 7.553a2 2 0 0 1 2.828.066Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error {
	background-repeat: no-repeat;
	background-position: left 7px center;
	background-size: 18px;
	line-height: 140%;
	padding: 8px 10px 5px 35px;
	border-radius: 6px;
	border: 1px solid;
}

.form-message .help {
	background-color: var(--color-helplight);
	border-color: var(--color-help);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%238B8D8F' fill-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%238B8D8F' fill-rule='evenodd' d='M16.855 22.67a1.413 1.413 0 0 1-.968.373c-.379 0-.709-.122-.99-.367-.283-.245-.424-.588-.424-1.028 0-.391.136-.72.41-.987.272-.266.607-.4 1.004-.4.39 0 .72.134.987.4.266.267.4.596.4.987 0 .434-.14.775-.42 1.023Zm3.477-8.615c-.214.397-.469.74-.764 1.028-.294.29-.823.774-1.586 1.456a6.58 6.58 0 0 0-.507.507c-.127.146-.222.28-.284.4-.062.121-.11.243-.144.364-.034.12-.085.333-.154.637-.117.645-.487.968-1.107.968-.322 0-.593-.106-.814-.317-.22-.21-.33-.524-.33-.94 0-.52.08-.971.242-1.353.16-.382.375-.716.641-1.005a14.87 14.87 0 0 1 1.08-1.028c.397-.348.684-.61.86-.786a2.66 2.66 0 0 0 .447-.591 1.42 1.42 0 0 0 .181-.707 1.64 1.64 0 0 0-.553-1.256c-.37-.341-.845-.512-1.429-.512-.682 0-1.184.172-1.507.517-.323.344-.595.85-.819 1.52-.211.702-.611 1.052-1.2 1.052a1.18 1.18 0 0 1-.88-.367c-.238-.245-.357-.51-.357-.796 0-.589.189-1.186.567-1.79.379-.606.93-1.107 1.657-1.503.725-.397 1.572-.596 2.54-.596.899 0 1.693.166 2.381.498.689.332 1.22.783 1.596 1.354.375.57.563 1.19.563 1.86 0 .527-.106.99-.32 1.386Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.form-message .success {
	background-color: var(--color-successlight);
	border-color: var(--color-success);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' fill-rule='evenodd' d='M16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16 9.37 4 16 4Zm0 1.688A10.31 10.31 0 0 0 5.687 16 10.31 10.31 0 0 0 16 26.313 10.31 10.31 0 0 0 26.313 16 10.31 10.31 0 0 0 16 5.687Zm-6.171 11.21 3.603 3.632a.857.857 0 0 0 1.217 0l7.523-7.58a.984.984 0 0 0-1.397-1.387l-6.734 6.786-2.82-2.834a.981.981 0 0 0-1.392 1.383Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.form-message .info {
	background-color: var(--color-infolight);
	border-color: var(--color-info);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%231890FF' fill-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%231890FF' d='M15 11.31c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-.22A1.09 1.09 0 0 0 16.31 10h-.22A1.09 1.09 0 0 0 15 11.09v.22Zm0 9.6c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-5.02a1.09 1.09 0 0 0-1.09-1.09h-.22A1.09 1.09 0 0 0 15 15.89v5.02Z'/%3E%3C/svg%3E");
}

.form-message .warning {
	background-color: var(--color-warninglight);
	border-color: var(--color-warning);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FAAD14' fill-rule='evenodd' d='M4.551 25.279C5.184 26.33 6.301 27 7.511 27h16.97c1.225 0 2.329-.67 2.961-1.721.713-1.176.74-2.706.094-3.922L19.731 7.391C18.843 6.066 17.686 5 16.003 5c-1.682 0-2.84 1.066-3.727 2.391L4.43 21.425c-.592 1.244-.592 2.665.121 3.854Zm12.73-3.771c0-.725-.564-1.312-1.278-1.312-.713 0-1.292.587-1.292 1.311a1.29 1.29 0 0 0 1.292 1.298 1.28 1.28 0 0 0 1.279-1.297Zm-1.278-2.61c-.47 0-.807-.396-.86-.875l-.432-3.92c-.067-.67.633-1.299 1.292-1.299.66 0 1.36.629 1.279 1.298l-.43 3.921c-.041.465-.364.875-.849.875Zm8.479 6.367H7.512c-.633 0-1.171-.355-1.494-.902-.404-.656-.39-1.435-.067-2.131l7.738-13.87c.552-.82 1.251-1.627 2.314-1.627 1.064 0 1.75.806 2.302 1.626l7.751 13.87c.31.684.323 1.476-.067 2.132-.337.547-.875.902-1.507.902Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.form-message .error {
	background-color: var(--color-errorlight);
	border-color: var(--color-error);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23C93032' fill-rule='evenodd' d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12ZM5.7 16c0-5.688 4.612-10.3 10.3-10.3 5.689 0 10.3 4.612 10.3 10.3 0 5.689-4.611 10.3-10.3 10.3-5.688 0-10.3-4.611-10.3-10.3Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C93032' d='M20.277 13.423a1.09 1.09 0 0 0 .001-1.544l-.158-.158a1.09 1.09 0 0 0-1.544.001l-2.577 2.586-2.577-2.586a1.09 1.09 0 0 0-1.544-.001l-.158.158a1.091 1.091 0 0 0 .001 1.544L14.307 16l-2.586 2.577a1.091 1.091 0 0 0-.001 1.544l.158.158a1.09 1.09 0 0 0 1.544-.001L16 17.692l2.577 2.586a1.09 1.09 0 0 0 1.544.001l.158-.158a1.09 1.09 0 0 0-.001-1.544L17.691 16l2.586-2.577Z'/%3E%3C/svg%3E");
}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: var(--color-error);
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea,
.form-field.displayError .checkbox-uni .magic-checkbox+label:before{
	border-color: var(--color-error) !important;
}






/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necessário
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */
	
	html body:not(.MacOS) .slim-scrollbar::-webkit-scrollbar{
		width: 7px;
	}

	html body:not(.MacOS) .slim-scrollbar::-webkit-scrollbar-track {
		background: var(--color-background);
		border-radius: 20px;
		border: 1px solid var(--color-background);
	}
	
	html body:not(.MacOS) .slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: var(--color-darkgray);
		border-radius: 20px;
		border: 1px solid var(--color-darkgray);;
	}



/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}






/*
 *
 * Container
 * max-width: var(--container-width) + (--container-padding * 2)
 *
*/
.container {max-width: calc(var(--container-width) + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
.rdc-container-fullscreen {max-width: var(--container-width);padding-left: 0;padding-right: 0;}
@media screen and (min-width: 1200px) {
	.rdc-container-list:not(.container) {margin-left: calc(var(--container-padding-n, 0px) + var(--productlist-padding));margin-right: calc(var(--container-padding-n) + var(--productlist-padding));overflow: hidden;}
	.rdc-container-list.container {padding-left: var(--productlist-padding);padding-right: var(--productlist-padding);overflow: hidden;}
	.rdc-container-detail:not(.container) {margin-left: calc(var(--container-padding-n, 0px) + var(--productdetail-padding));margin-right: calc(var(--container-padding-n) + var(--productdetail-padding));overflow: hidden;}
	.rdc-container-detail.container {padding-left: var(--productdetail-padding);padding-right: var(--productdetail-padding);overflow: hidden;}
}

@media screen and (max-width: 1440px) {
	.container {max-width: 1404px}
}
@media screen and (max-width: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}

/* Importante: Se var(--container-width) >= 1920px, descomentar o CSS abaixo. */
	@media screen and (width: 1920px) {
		body.windows .container {max-width: calc(1920px - var(--container-scrollbar-width, 16px));}
	}


/*
 *
 * Sliders
 *
*/
/* Arrows */
.slider .slick-arrow, .rdc-slider-arrow {background-color: rgba(255, 255, 255, 0.5) !important;border-radius: 100%;box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.25);background-position: center !important;background-size: 20px;}
.slider .slick-arrow.slick-disabled {visibility: hidden;cursor: default !important;}
.slider .slick-arrow.slick-prev, .rdc-slider-prev {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.707 7.293a1 1 0 0 1 0 1.414L12.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.slider .slick-arrow.slick-next, .rdc-slider-next {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.293 7.293a1 1 0 0 1 1.414 0l8 8a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414-1.414L19.586 16l-7.293-7.293a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
@media (hover) {.slider .slick-arrow:hover, .rdc-slider-arrow:hover {opacity: 0.5;}}

/* Dots */
body .slick-dots li{margin: 0 2px;}
body .slick-dots li button{background-color: var(--color-gray);width: 16px;height: 6px;border-radius: 5px;border: 1px solid rgba(255, 255, 255, 1);}
body .slick-dots li.slick-active button{background-color: var(--color-black);border-color: rgba(255, 255, 255, 1);}
@media (hover) {body .slick-dots li button:hover{background-color: var(--color-black);opacity: 1;}}






/*
 *
 * Icons SVG
 *
*/
@media (hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: 0.5;
	}
}

/* SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");} */
@media screen and (max-width: 767px) {
	body .rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	body .rdc-icon-circle {background-size: 20px;}
}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M20.121 5.352a4.616 4.616 0 1 1-.396 6.075l-6.64 3.42a4.615 4.615 0 0 1 0 2.305l6.64 3.42a4.616 4.616 0 1 1-.81 1.66l-6.64-3.42a4.621 4.621 0 0 1-3.66 1.803 4.616 4.616 0 1 1 3.66-7.427l6.64-3.42a4.615 4.615 0 0 1 1.206-4.416Zm.803 4.533a.942.942 0 0 0-.066-.137 2.77 2.77 0 1 1 .066.137Zm-9.848 4.845a2.77 2.77 0 1 0 0 2.54.933.933 0 0 1 .066-.137 2.77 2.77 0 0 0 0-2.266.904.904 0 0 1-.066-.137Zm9.782 7.522a2.77 2.77 0 1 0 .066-.137.942.942 0 0 1-.066.137Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.389 5.238A7.897 7.897 0 0 1 18.909 3H23a1 1 0 0 1 1 1v5.333a1 1 0 0 1-1 1h-4.09a.38.38 0 0 0-.266.106.318.318 0 0 0-.098.228v1.666H23a1 1 0 0 1 .969 1.248l-1.364 5.333a1 1 0 0 1-.969.753h-3.09V28a1 1 0 0 1-1 1H12.09a1 1 0 0 1-1-1v-8.333H8a1 1 0 0 1-1-1v-5.334a1 1 0 0 1 1-1h3.09v-1.666c0-2.041.83-3.993 2.299-5.43ZM18.909 5c-1.55 0-3.032.602-4.122 1.668a5.593 5.593 0 0 0-1.696 3.999v2.666a1 1 0 0 1-1 1H9v3.334h3.09a1 1 0 0 1 1 1V27h3.456v-8.333a1 1 0 0 1 1-1h3.314l.852-3.334h-4.166a1 1 0 0 1-1-1v-2.666c0-.627.254-1.222.7-1.658a2.38 2.38 0 0 1 1.663-.676H22V5h-3.09Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.514 6.057a4.457 4.457 0 0 0-4.457 4.457v10.972a4.457 4.457 0 0 0 4.457 4.457h10.972a4.457 4.457 0 0 0 4.457-4.457V10.514a4.457 4.457 0 0 0-4.457-4.457H10.514Zm-4.606-.149A6.514 6.514 0 0 1 10.514 4h10.972A6.514 6.514 0 0 1 28 10.514v10.972A6.514 6.514 0 0 1 21.486 28H10.514A6.514 6.514 0 0 1 4 21.486V10.514c0-1.727.686-3.384 1.908-4.606ZM22.171 8.8c.568 0 1.028.46 1.028 1.029v.013a1.029 1.029 0 1 1-2.057 0V9.83c0-.568.46-1.029 1.029-1.029Zm-9.808 3.563a5.143 5.143 0 1 1 7.273 7.273 5.143 5.143 0 0 1-7.273-7.272Zm3.636.551a3.086 3.086 0 1 0 0 6.171 3.086 3.086 0 0 0 0-6.17Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.781 6.063A1.719 1.719 0 0 0 6.063 7.78v16.5A1.719 1.719 0 0 0 7.78 26h16.5A1.719 1.719 0 0 0 26 24.281v-16.5a1.719 1.719 0 0 0-1.719-1.718h-16.5Zm-2.673-.955A3.781 3.781 0 0 1 7.78 4h16.5a3.781 3.781 0 0 1 3.782 3.781v16.5a3.781 3.781 0 0 1-3.782 3.782H7.78A3.781 3.781 0 0 1 4 24.28V7.78a3.78 3.78 0 0 1 1.107-2.673ZM10.53 9.5c.57 0 1.031.462 1.031 1.031v.014a1.031 1.031 0 0 1-2.062 0v-.014c0-.57.462-1.031 1.031-1.031Zm6.38 4.62a3.78 3.78 0 0 1 5.65 3.286v4.125a1.031 1.031 0 1 1-2.062 0v-4.125a1.719 1.719 0 0 0-3.436-.048v4.173a1.031 1.031 0 1 1-2.063 0v-4.087a1.173 1.173 0 0 1 0-.11v-2.678a1.031 1.031 0 0 1 1.912-.537Zm-6.38-.495c.57 0 1.031.462 1.031 1.031v6.875a1.031 1.031 0 1 1-2.062 0v-6.875c0-.57.462-1.031 1.031-1.031Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.025 3.99a13 13 0 1 1 9.95 24.02 13 13 0 0 1-9.95-24.02ZM16 5a11 11 0 0 0-5.832 20.327l4.919-11.066a1 1 0 0 1 1.828.812l-1.586 3.566c.5 1.14 1.411 1.694 2.338 1.694 2.188 0 4-1.602 4-4.333v-.001a5.666 5.666 0 1 0-10.993 1.926 1 1 0 0 1-1.88.683A7.667 7.667 0 1 1 23.667 16l-1-.001h1V16c0 3.792-2.665 6.332-6 6.332-1.298 0-2.46-.564-3.303-1.522l-2.408 5.419A11 11 0 1 0 16 5Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.333 4a1 1 0 0 1 1-1h5.334a1 1 0 0 1 1 1v4.333H23a1 1 0 0 1 1 1v5.334a1 1 0 0 1-1 1h-4.333v6H23a1 1 0 0 1 1 1V28a1 1 0 0 1-1 1h-5.333a6.334 6.334 0 0 1-6.334-6.333v-7H7a1 1 0 0 1-1-1V9.333a1 1 0 0 1 1-1h1.333a3 3 0 0 0 3-3V4Zm2 1v.333a5 5 0 0 1-5 5H8v3.334h4.333a1 1 0 0 1 1 1v8A4.334 4.334 0 0 0 17.667 27H22v-3.333h-4.333a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1H22v-3.334h-4.333a1 1 0 0 1-1-1V5h-3.334Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.093 6.47A.857.857 0 0 1 6.857 6h4.877c.273 0 .53.13.69.35l5.083 6.93 7.03-7.029a.857.857 0 0 1 1.212 1.212l-7.216 7.216 7.301 9.957A.857.857 0 0 1 25.143 26h-4.877a.857.857 0 0 1-.69-.35l-5.083-6.93-7.03 7.029a.857.857 0 1 1-1.212-1.212l7.216-7.216-7.301-9.957a.857.857 0 0 1-.073-.894Zm10.57 8.558c.029.05.064.1.105.144l6.683 9.114h-2.75L8.549 7.714h2.75l5.363 7.314Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' d='m7.037 12.52-1.886-1.008a.856.856 0 0 0 .11 1.102l1.176 1.14.6-1.233Z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.341 6c-.982 0-1.926.422-2.732.944-.82.53-1.587 1.222-2.236 1.89L5.78 10.667l-.457.605-.125.173-.033.048-.01.013-.002.004v.001l1.885 1.008-.6 1.234a.892.892 0 0 0 1.136.085l.01-.007a3.65 3.65 0 0 1 .224-.146c.154-.094.357-.209.566-.302.162-.072.297-.117.398-.139l.069.184.087.259c.07.222.15.487.234.79.24.859.516 1.963.8 3.109l.063.256c.262 1.059.529 2.137.775 3.053.258.959.517 1.833.747 2.306.365.756 1.045 1.753 2.054 2.332a3.38 3.38 0 0 0 1.83.463c.693-.026 1.4-.27 2.104-.74l.03-.02.165-.12c1.21-.88 3.369-2.448 5.393-4.624 2.119-2.277 4.144-5.275 4.77-8.922.291-1.692-.02-3.088-.775-4.081A3.778 3.778 0 0 0 24.087 6c-1.344 0-2.731.392-3.868 1.269a5.794 5.794 0 0 0-1.617 1.951 7.007 7.007 0 0 0-.67 2.067.86.86 0 0 0 .376.857c.284.19.655.2.949.024.51-.303.766-.295.832-.282h.003c.017.003.072.013.134.172a1.3 1.3 0 0 1 .076.36c.04.49-.088 1.231-.516 2.023-.599 1.104-1.15 1.899-1.598 2.403-.17.193-.316.331-.433.426a3.872 3.872 0 0 1-.159-.333c-.255-.598-.538-1.539-.876-2.868a16.61 16.61 0 0 1-.247-1.223c-.043-.253-.086-.516-.13-.788l-.038-.238c-.133-.821-.283-1.707-.512-2.515a8.643 8.643 0 0 0-.293-.87c-.2-.495-.455-.965-.795-1.36A3.014 3.014 0 0 0 12.34 6Zm-5.163 6.04c.142-.078.3-.16.469-.234.293-.13.674-.268 1.066-.302.396-.034.96.032 1.365.505.12.14.201.303.253.415.06.13.117.28.173.437.065.183.133.395.203.628.05.166.101.344.153.529.249.89.53 2.02.813 3.16l.062.252c.263 1.063.526 2.125.767 3.024.27 1 .49 1.706.634 2.003v.002c.288.594.77 1.245 1.353 1.58a1.6 1.6 0 0 0 .871.228c.306-.012.695-.118 1.17-.433l.14-.101c1.205-.877 3.245-2.36 5.152-4.41 1.89-2.03 3.598-4.566 4.238-7.547a12.176 12.176 0 0 0 .118-.638c.187-1.26-.084-2.101-.472-2.61-.404-.531-1-.796-1.619-.796-1.005 0-1.995.293-2.78.9a4.007 4.007 0 0 0-.94 1.035 4.27 4.27 0 0 0-.266.483c.115.004.23.017.342.04.735.148 1.2.664 1.427 1.245.096.244.156.509.184.788.094.95-.187 2.06-.713 3.032-.638 1.176-1.261 2.093-1.825 2.728a4.907 4.907 0 0 1-.85.78c-.264.183-.625.372-1.04.372-.522 0-.887-.307-1.102-.564-.22-.263-.398-.602-.553-.964-.312-.731-.622-1.786-.96-3.12l-.001-.001a18.82 18.82 0 0 1-.29-1.445c-.04-.235-.078-.47-.116-.704l-.04-.245c-.133-.828-.27-1.622-.468-2.322-.201-.71-.443-1.236-.735-1.574-.26-.301-.565-.464-1.02-.464-.486 0-1.084.219-1.764.66-.667.43-1.331 1.022-1.93 1.638a21.189 21.189 0 0 0-1.61 1.873l.141.137Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M9.333 8.032a4.299 4.299 0 0 0-3.064 1.29A4.44 4.44 0 0 0 5 12.436v8.128a4.44 4.44 0 0 0 1.27 3.114 4.299 4.299 0 0 0 3.063 1.29h13.334a4.3 4.3 0 0 0 3.064-1.29A4.44 4.44 0 0 0 27 20.564v-8.129a4.44 4.44 0 0 0-1.27-3.113 4.299 4.299 0 0 0-3.063-1.29H9.333Zm-4.478-.147A6.283 6.283 0 0 1 9.333 6h13.334c1.68 0 3.29.678 4.478 1.885A6.489 6.489 0 0 1 29 12.435v8.13a6.489 6.489 0 0 1-1.855 4.55A6.283 6.283 0 0 1 22.667 27H9.333c-1.68 0-3.29-.678-4.478-1.885A6.489 6.489 0 0 1 3 20.565v-8.13c0-1.706.667-3.343 1.855-4.55Zm7.986 3.666a.986.986 0 0 1 1.008.013l6.666 4.065c.301.183.486.514.486.871s-.185.688-.486.871l-6.667 4.065a.986.986 0 0 1-1.007.013 1.02 1.02 0 0 1-.507-.884v-8.13c0-.366.194-.703.507-.884Zm1.493 2.68v4.539l3.723-2.27-3.723-2.27Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M23.14 7.63a10.992 10.992 0 0 0-18.065 7.173 11.006 11.006 0 0 0 1.94 7.532 1 1 0 0 1 .1.973l-1.457 3.358 4.897-.873a1 1 0 0 1 .615.086 10.991 10.991 0 0 0 14.027-3.844A11.005 11.005 0 0 0 23.14 7.63Zm-7.35-4.628A12.991 12.991 0 0 1 28.87 14.16a13.004 13.004 0 0 1-9.431 14.376 12.99 12.99 0 0 1-8.847-.72L4.176 28.96a1 1 0 0 1-1.092-1.382l1.981-4.565a13.004 13.004 0 0 1 2.186-16.62 12.992 12.992 0 0 1 8.54-3.391Zm-4.306 7.797a1.666 1.666 0 0 1 2.845 1.178v1.333a1.666 1.666 0 0 1-1.111 1.572 5.668 5.668 0 0 0 3.871 3.873 1.667 1.667 0 0 1 1.571-1.11h1.333a1.666 1.666 0 0 1 0 3.332H18.66a7.662 7.662 0 0 1-7.663-7.667v-1.333c0-.442.175-.865.487-1.178Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16.516 5.27A11.166 11.166 0 0 0 9.1 7.646a10.686 10.686 0 0 0-3.915 6.468c-.457 2.515.02 5.12 1.369 7.338.178.294.224.665.123 1.003l-1.17 3.905 4.549-1.076a.895.895 0 0 1 .635.086 11.218 11.218 0 0 0 7.735 1.078 11.022 11.022 0 0 0 6.49-4.182 10.526 10.526 0 0 0 2.044-7.197 10.624 10.624 0 0 0-3.292-6.772 11.124 11.124 0 0 0-7.153-3.025Zm-8.559.523a13 13 0 0 1 16.997.772 12.987 12.987 0 0 1 1.494 17.151 12.984 12.984 0 0 1-7.639 4.948 13.01 13.01 0 0 1-8.667-1.093l-5.938 1.405c-.351.083-.715-.053-.952-.356a1.243 1.243 0 0 1-.2-1.112l1.577-5.259A12.991 12.991 0 0 1 7.957 5.793Zm14.198 8.121c.303.522.174 1.222-.287 1.564l-3.998 2.964c-.393.292-.913.234-1.248-.14l-2.09-2.324-3.323 2.464c-.462.342-1.081.197-1.384-.325-.303-.522-.174-1.222.288-1.564l3.997-2.964c.393-.292.913-.234 1.248.14l2.09 2.324 3.323-2.464c.462-.342 1.081-.197 1.384.325Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.667 7c-.437 0-.859.176-1.173.496a1.725 1.725 0 0 0-.426.734L16 15.65l10.932-7.42a1.724 1.724 0 0 0-.426-.734A1.643 1.643 0 0 0 25.333 7H6.667ZM27 10.601l-10.439 7.084a1 1 0 0 1-1.123 0L5 10.6v11.685c0 .46.18.898.494 1.218.314.32.736.496 1.173.496h18.666c.437 0 .859-.176 1.173-.496A1.74 1.74 0 0 0 27 22.286V10.6ZM4.068 6.094A3.643 3.643 0 0 1 6.667 5h18.666c.979 0 1.913.396 2.6 1.094A3.74 3.74 0 0 1 29 8.714v13.572a3.74 3.74 0 0 1-1.068 2.62A3.643 3.643 0 0 1 25.333 26H6.667a3.643 3.643 0 0 1-2.6-1.094A3.739 3.739 0 0 1 3 22.286V8.714c0-.98.382-1.922 1.068-2.62Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-sp {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.025 3.99a13 13 0 1 1 9.95 24.02 13 13 0 0 1-9.95-24.02ZM16 5a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm6.137 8.515c-4.938-3.087-9.879-1.86-12.356-.62a1 1 0 0 1-.894-1.79c2.856-1.428 8.582-2.867 14.31.714a1 1 0 1 1-1.06 1.696Zm-2.07 3.952c-2.399-1.8-5.963-2.367-8.892-.641a1 1 0 1 1-1.015-1.724c3.737-2.202 8.173-1.436 11.107.765a1 1 0 0 1-1.2 1.6Zm-4.55 2.614c-1.047-.07-2.158.216-2.962.751a1 1 0 0 1-1.109-1.664c1.197-.798 2.752-1.18 4.204-1.082 1.451.096 2.958.688 3.85 2.026a1 1 0 0 1-1.665 1.11c-.441-.663-1.268-1.07-2.318-1.14Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15 4a1 1 0 0 1 1-1h5.444a1 1 0 0 1 .986.833 7.007 7.007 0 0 0 5.737 5.737 1 1 0 0 1 .833.986v5.379a1 1 0 0 1-1.099.995 14.263 14.263 0 0 1-5.568-1.753v4.156a9.667 9.667 0 1 1-11.897-9.407 1 1 0 0 1 1.23.973v5.768a1 1 0 0 1-.4.8A2.333 2.333 0 1 0 15 19.333V4Zm2 1v14.333a4.333 4.333 0 1 1-7.333-3.127v-3.93a7.665 7.665 0 1 0 10.666 7.057v-6a1 1 0 0 1 1.602-.799A12.265 12.265 0 0 0 27 14.78v-3.42A9.006 9.006 0 0 1 20.64 5H17Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.293 7.293a1 1 0 0 1 1.414 0L16 14.586l7.293-7.293a1 1 0 1 1 1.414 1.414L17.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414L16 17.414l-7.293 7.293a1 1 0 0 1-1.414-1.414L14.586 16 7.293 8.707a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16.5 4.922c-.447 0-.879.18-1.199.506-.32.326-.504.77-.504 1.238a.923.923 0 0 1-.523.832 8.307 8.307 0 0 0-3.345 2.935 8.511 8.511 0 0 0-1.382 4.255v3.978a.924.924 0 0 1-.006.11 6.31 6.31 0 0 1-1.164 2.967h16.244a6.31 6.31 0 0 1-1.164-2.968.926.926 0 0 1-.006-.11v-3.977a8.512 8.512 0 0 0-1.381-4.255 8.308 8.308 0 0 0-3.345-2.935.923.923 0 0 1-.524-.832c0-.467-.183-.912-.503-1.238a1.681 1.681 0 0 0-1.199-.506Zm3.014 18.667h-6.03v.41c0 .821.322 1.605.889 2.181a2.984 2.984 0 0 0 2.126.896c.795 0 1.56-.32 2.127-.896.567-.576.888-1.36.888-2.18v-.411Zm-7.875 0v.41c0 1.301.508 2.552 1.418 3.476a4.83 4.83 0 0 0 3.442 1.447 4.83 4.83 0 0 0 3.442-1.447A4.955 4.955 0 0 0 21.36 24v-.41H27a.923.923 0 0 0 .46-1.723 4.36 4.36 0 0 1-1.47-1.389 4.462 4.462 0 0 1-.693-1.869v-3.986a10.356 10.356 0 0 0-1.684-5.203A10.164 10.164 0 0 0 20 6.078a3.604 3.604 0 0 0-.987-1.945A3.527 3.527 0 0 0 16.5 3.076c-.945 0-1.85.382-2.514 1.057A3.604 3.604 0 0 0 13 6.078 10.164 10.164 0 0 0 9.386 9.42 10.357 10.357 0 0 0 7.7 14.666v3.942a4.462 4.462 0 0 1-.692 1.869 4.36 4.36 0 0 1-1.47 1.389.923.923 0 0 0 .46 1.723h5.64Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%238B8D8F' fill-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%238B8D8F' fill-rule='evenodd' d='M16.855 22.67a1.413 1.413 0 0 1-.968.373c-.379 0-.709-.122-.99-.367-.283-.245-.424-.588-.424-1.028 0-.391.136-.72.41-.987.272-.266.607-.4 1.004-.4.39 0 .72.134.987.4.266.267.4.596.4.987 0 .434-.14.775-.42 1.023Zm3.477-8.615c-.214.397-.469.74-.764 1.028-.294.29-.823.774-1.586 1.456a6.58 6.58 0 0 0-.507.507c-.127.146-.222.28-.284.4-.062.121-.11.243-.144.364-.034.12-.085.333-.154.637-.117.645-.487.968-1.107.968-.322 0-.593-.106-.814-.317-.22-.21-.33-.524-.33-.94 0-.52.08-.971.242-1.353.16-.382.375-.716.641-1.005a14.87 14.87 0 0 1 1.08-1.028c.397-.348.684-.61.86-.786a2.66 2.66 0 0 0 .447-.591 1.42 1.42 0 0 0 .181-.707 1.64 1.64 0 0 0-.553-1.256c-.37-.341-.845-.512-1.429-.512-.682 0-1.184.172-1.507.517-.323.344-.595.85-.819 1.52-.211.702-.611 1.052-1.2 1.052a1.18 1.18 0 0 1-.88-.367c-.238-.245-.357-.51-.357-.796 0-.589.189-1.186.567-1.79.379-.606.93-1.107 1.657-1.503.725-.397 1.572-.596 2.54-.596.899 0 1.693.166 2.381.498.689.332 1.22.783 1.596 1.354.375.57.563 1.19.563 1.86 0 .527-.106.99-.32 1.386Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%231890FF' fill-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%231890FF' d='M15 11.31c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-.22A1.09 1.09 0 0 0 16.31 10h-.22A1.09 1.09 0 0 0 15 11.09v.22Zm0 9.6c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-5.02a1.09 1.09 0 0 0-1.09-1.09h-.22A1.09 1.09 0 0 0 15 15.89v5.02Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' fill-rule='evenodd' d='M16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16 9.37 4 16 4Zm0 1.688A10.31 10.31 0 0 0 5.687 16 10.31 10.31 0 0 0 16 26.313 10.31 10.31 0 0 0 26.313 16 10.31 10.31 0 0 0 16 5.687Zm-6.171 11.21 3.603 3.632a.857.857 0 0 0 1.217 0l7.523-7.58a.984.984 0 0 0-1.397-1.387l-6.734 6.786-2.82-2.834a.981.981 0 0 0-1.392 1.383Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23C93032' fill-rule='evenodd' d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12ZM5.7 16c0-5.688 4.612-10.3 10.3-10.3 5.689 0 10.3 4.612 10.3 10.3 0 5.689-4.611 10.3-10.3 10.3-5.688 0-10.3-4.611-10.3-10.3Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C93032' d='M20.277 13.423a1.09 1.09 0 0 0 .001-1.544l-.158-.158a1.09 1.09 0 0 0-1.544.001l-2.577 2.586-2.577-2.586a1.09 1.09 0 0 0-1.544-.001l-.158.158a1.091 1.091 0 0 0 .001 1.544L14.307 16l-2.586 2.577a1.091 1.091 0 0 0-.001 1.544l.158.158a1.09 1.09 0 0 0 1.544-.001L16 17.692l2.577 2.586a1.09 1.09 0 0 0 1.544.001l.158-.158a1.09 1.09 0 0 0-.001-1.544L17.691 16l2.586-2.577Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FAAD14' fill-rule='evenodd' d='M4.551 25.279C5.184 26.33 6.301 27 7.511 27h16.97c1.225 0 2.329-.67 2.961-1.721.713-1.176.74-2.706.094-3.922L19.731 7.391C18.843 6.066 17.686 5 16.003 5c-1.682 0-2.84 1.066-3.727 2.391L4.43 21.425c-.592 1.244-.592 2.665.121 3.854Zm12.73-3.771c0-.725-.564-1.312-1.278-1.312-.713 0-1.292.587-1.292 1.311a1.29 1.29 0 0 0 1.292 1.298 1.28 1.28 0 0 0 1.279-1.297Zm-1.278-2.61c-.47 0-.807-.396-.86-.875l-.432-3.92c-.067-.67.633-1.299 1.292-1.299.66 0 1.36.629 1.279 1.298l-.43 3.921c-.041.465-.364.875-.849.875Zm8.479 6.367H7.512c-.633 0-1.171-.355-1.494-.902-.404-.656-.39-1.435-.067-2.131l7.738-13.87c.552-.82 1.251-1.627 2.314-1.627 1.064 0 1.75.806 2.302 1.626l7.751 13.87c.31.684.323 1.476-.067 2.132-.337.547-.875.902-1.507.902Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.094 5.778a.32.32 0 0 0-.23.098.355.355 0 0 0-.098.247v2.815h5.468V6.123a.355.355 0 0 0-.099-.247.32.32 0 0 0-.229-.098h-4.812Zm6.89 3.16V6.123a2.15 2.15 0 0 0-.605-1.498A2.056 2.056 0 0 0 18.906 4h-4.812c-.554 0-1.084.226-1.473.625a2.148 2.148 0 0 0-.605 1.498v2.815H6.875a.882.882 0 0 0-.875.89c0 .49.392.888.875.888h.397l1.134 13.965c.01.874.353 1.711.958 2.332.615.631 1.45.987 2.323.987h9.626c.873 0 1.708-.356 2.323-.987a3.398 3.398 0 0 0 .957-2.332l1.135-13.965h.397A.882.882 0 0 0 27 9.827a.882.882 0 0 0-.875-.889H24.93a.94.94 0 0 0-.018 0h-3.928ZM9.028 10.716l1.125 13.853a.891.891 0 0 1 .003.073c0 .422.164.825.452 1.12.288.296.676.46 1.08.46h9.624c.404 0 .792-.164 1.08-.46.288-.295.452-.698.452-1.12 0-.024 0-.049.003-.073l1.125-13.853H9.028Zm4.45 4.652a.866.866 0 0 1 1.238.007l1.784 1.83 1.784-1.83a.866.866 0 0 1 1.238-.007.899.899 0 0 1 .006 1.257l-1.797 1.844 1.797 1.844a.899.899 0 0 1-.006 1.257.866.866 0 0 1-1.238-.006L16.5 19.733l-1.784 1.83a.866.866 0 0 1-1.238.007.899.899 0 0 1-.006-1.257l1.797-1.844-1.797-1.844a.899.899 0 0 1 .006-1.257Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.579 4.863a9.579 9.579 0 1 0 5.947 17.088l6.588 6.589a1.105 1.105 0 0 0 1.563-1.563l-6.589-6.588a9.576 9.576 0 0 0-.736-12.72 9.58 9.58 0 0 0-6.773-2.806Zm-2.82 2.77a7.37 7.37 0 1 1 5.64 13.618 7.37 7.37 0 0 1-5.64-13.617Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.972 7.988a5.469 5.469 0 0 0-2.181.214 5.364 5.364 0 0 0-1.903 1.046 5.185 5.185 0 0 0-1.305 1.693 5.046 5.046 0 0 0-.112 4.123 5.16 5.16 0 0 0 1.212 1.756l.006.006 8.822 8.536 8.821-8.535a.958.958 0 0 1 .076-.067 5.157 5.157 0 0 0 1.127-1.684 5.035 5.035 0 0 0-.12-4.112 5.183 5.183 0 0 0-1.301-1.687 5.363 5.363 0 0 0-1.896-1.045 5.469 5.469 0 0 0-4.253.43 5.277 5.277 0 0 0-1.63 1.398 1.04 1.04 0 0 1-1.652-.005 5.273 5.273 0 0 0-1.629-1.41 5.43 5.43 0 0 0-2.082-.657Zm14.724 10.426-9.463 9.157c-.404.39-1.041.39-1.445 0l-9.54-9.232a7.257 7.257 0 0 1-1.698-2.465 7.142 7.142 0 0 1 .157-5.845 7.278 7.278 0 0 1 1.831-2.377A7.444 7.444 0 0 1 9.18 6.199a7.541 7.541 0 0 1 5.886.614c.526.294 1.013.65 1.45 1.058a7.397 7.397 0 0 1 1.447-1.045 7.54 7.54 0 0 1 5.87-.595 7.443 7.443 0 0 1 2.632 1.45 7.277 7.277 0 0 1 1.826 2.37 7.15 7.15 0 0 1 .17 5.827 7.255 7.255 0 0 1-1.687 2.469.821.821 0 0 1-.077.067Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m26.696 17.55-9.463 9.157c-.404.39-1.041.39-1.445 0l-9.54-9.23A7.257 7.257 0 0 1 4.55 15.01a7.142 7.142 0 0 1 .157-5.845A7.278 7.278 0 0 1 6.538 6.79 7.444 7.444 0 0 1 9.18 5.336a7.541 7.541 0 0 1 5.886.614c.526.294 1.013.65 1.45 1.058a7.397 7.397 0 0 1 1.447-1.046 7.54 7.54 0 0 1 5.87-.595 7.443 7.443 0 0 1 2.632 1.451 7.277 7.277 0 0 1 1.826 2.37 7.15 7.15 0 0 1 .17 5.827 7.255 7.255 0 0 1-1.687 2.469 1.03 1.03 0 0 1-.077.067Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 4.863c-.833 0-1.626.323-2.207.888-.58.565-.9 1.325-.9 2.112V9.53h6.214V7.863c0-.787-.321-1.547-.901-2.112a3.164 3.164 0 0 0-2.206-.888Zm5.107 4.667V7.863a4.95 4.95 0 0 0-1.506-3.545A5.163 5.163 0 0 0 15.5 2.863a5.16 5.16 0 0 0-3.602 1.455 4.948 4.948 0 0 0-1.505 3.545V9.53H7.738m2.655 2H7.738c-.254 0-.505.054-.735.156-.23.103-.431.252-.593.435a1.645 1.645 0 0 0-.345.624 1.6 1.6 0 0 0-.045.7l1.718 10.87c.11.701.476 1.347 1.038 1.817.563.47 1.284.731 2.033.731h9.38c.75 0 1.472-.261 2.035-.731a2.974 2.974 0 0 0 1.038-1.817l1.718-10.87a1.6 1.6 0 0 0-.045-.7 1.645 1.645 0 0 0-.345-.624 1.731 1.731 0 0 0-.593-.435 1.801 1.801 0 0 0-.735-.156h-2.655v3a1 1 0 0 1-2 0v-3h-6.214v3a1 1 0 0 1-2 0v-3Zm10.214-2h2.655a3.8 3.8 0 0 1 1.552.33c.488.22.924.539 1.276.939.353.4.614.872.764 1.383a3.6 3.6 0 0 1 .102 1.576l-1.718 10.87a4.974 4.974 0 0 1-1.732 3.039 5.172 5.172 0 0 1-3.317 1.196h-9.38a5.173 5.173 0 0 1-3.315-1.197 4.974 4.974 0 0 1-1.732-3.039L4.044 13.758a3.6 3.6 0 0 1 .102-1.575c.15-.512.411-.984.764-1.384.353-.4.788-.72 1.276-.938a3.8 3.8 0 0 1 1.552-.331' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 4.863c-.833 0-1.626.323-2.207.888-.58.565-.9 1.325-.9 2.112V9.53h6.214V7.863c0-.787-.321-1.547-.901-2.112a3.164 3.164 0 0 0-2.206-.888Zm5.107 4.667V7.863a4.95 4.95 0 0 0-1.506-3.545A5.163 5.163 0 0 0 15.5 2.863a5.16 5.16 0 0 0-3.602 1.455 4.948 4.948 0 0 0-1.505 3.545V9.53H7.738m12.869 0h2.655a3.8 3.8 0 0 1 1.552.33c.488.22.924.539 1.276.939.353.4.614.872.764 1.383a3.6 3.6 0 0 1 .102 1.576l-1.718 10.87a4.974 4.974 0 0 1-1.732 3.039 5.172 5.172 0 0 1-3.317 1.196h-9.38a5.173 5.173 0 0 1-3.315-1.197 4.974 4.974 0 0 1-1.732-3.039L4.044 13.758a3.6 3.6 0 0 1 .102-1.575c.15-.512.411-.984.764-1.384.353-.4.788-.72 1.276-.938a3.8 3.8 0 0 1 1.552-.331' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart-add {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.383 4c-.817 0-1.597.32-2.17.884A2.97 2.97 0 0 0 12.322 7v1.667h6.122V7a2.97 2.97 0 0 0-.891-2.116A3.093 3.093 0 0 0 15.383 4Zm5.061 4.667V7a4.97 4.97 0 0 0-1.488-3.54A5.093 5.093 0 0 0 15.383 2a5.093 5.093 0 0 0-3.573 1.46A4.97 4.97 0 0 0 10.322 7v1.667H7.708m2.614 2H7.708a1.71 1.71 0 0 0-1.301.587 1.628 1.628 0 0 0-.387 1.33l1.698 10.87c.11.704.473 1.35 1.027 1.818a3.098 3.098 0 0 0 2 .728h6.439a1 1 0 0 1 0 2h-6.44a5.098 5.098 0 0 1-3.29-1.2 4.985 4.985 0 0 1-1.712-3.038L4.043 12.893A3.629 3.629 0 0 1 4.9 9.94c.349-.4.78-.721 1.266-.94a3.743 3.743 0 0 1 1.543-.333m4.614 2v3a1 1 0 1 1-2 0v-3m2 0h6.122v3a1 1 0 1 0 2 0v-3h2.614a1.713 1.713 0 0 1 1.301.587 1.628 1.628 0 0 1 .387 1.33l-.353 2.262a1 1 0 1 0 1.976.309l.353-2.262a3.627 3.627 0 0 0-.855-2.953c-.35-.4-.781-.721-1.266-.94a3.742 3.742 0 0 0-1.543-.333h-2.614' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M18.444 8.667H7.708l2.614 2h2l4.061-1 4.061-1h-2Z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21.938 17.015a1 1 0 0 1 1 1v3H26a1 1 0 1 1 0 2h-3.06v3a1 1 0 1 1-2 0v-3h-3.062a1 1 0 1 1 0-2h3.061v-3a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.056 7.276a3.604 3.604 0 0 1 2.569-1.08c.967 0 1.89.39 2.569 1.08a3.688 3.688 0 0 1 1.056 2.587c0 .968-.378 1.899-1.056 2.587a3.604 3.604 0 0 1-2.569 1.08c-.967 0-1.89-.39-2.569-1.08A3.688 3.688 0 0 1 4 9.863c0-.967.378-1.898 1.056-2.587Zm2.569.92c-.426 0-.838.172-1.144.483A1.688 1.688 0 0 0 6 9.863c0 .447.175.873.481 1.184.306.311.718.483 1.144.483.426 0 .838-.172 1.143-.483.307-.311.482-.737.482-1.184 0-.447-.175-.872-.482-1.184a1.604 1.604 0 0 0-1.143-.482Zm13.181 15.08a3.604 3.604 0 0 1 2.569-1.08c.966 0 1.89.39 2.569 1.08A3.688 3.688 0 0 1 27 25.863c0 .968-.378 1.899-1.056 2.587a3.604 3.604 0 0 1-2.569 1.08c-.966 0-1.89-.39-2.569-1.08a3.688 3.688 0 0 1-1.056-2.587c0-.967.378-1.898 1.056-2.587Zm2.569.92c-.426 0-.837.172-1.143.483a1.688 1.688 0 0 0-.482 1.184c0 .447.175.873.482 1.184.306.311.717.483 1.143.483.426 0 .837-.172 1.143-.483.307-.311.482-.737.482-1.184 0-.447-.175-.872-.482-1.184a1.604 1.604 0 0 0-1.143-.482Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.188 9.863a1 1 0 0 1 1-1h6.562c.967 0 1.89.39 2.569 1.08a3.688 3.688 0 0 1 1.056 2.587v10.667a1 1 0 0 1-2 0V12.53a1.69 1.69 0 0 0-.481-1.184 1.604 1.604 0 0 0-1.144-.483h-6.562a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18.827 5.15a1 1 0 0 1 .011 1.415l-3.247 3.298 3.247 3.299a1 1 0 0 1-1.425 1.403l-3.938-4a1 1 0 0 1 0-1.403l3.938-4a1 1 0 0 1 1.414-.011ZM7.625 11.53a1 1 0 0 1 1 1v10.667c0 .447.176.872.482 1.184.306.31.718.482 1.144.482h6.562a1 1 0 1 1 0 2h-6.562c-.967 0-1.89-.39-2.57-1.08a3.689 3.689 0 0 1-1.055-2.586V12.53a1 1 0 0 1 .999-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.173 21.15a1 1 0 0 1 1.415.012l3.937 4a1 1 0 0 1 0 1.403l-3.937 4a1 1 0 1 1-1.426-1.403l3.247-3.299-3.247-3.298a1 1 0 0 1 .011-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' d='M6 9.863c0 .708.277 1.386.769 1.886s1.16.781 1.856.781c.696 0 1.364-.281 1.856-.781s.769-1.178.769-1.886c0-.707-.277-1.385-.769-1.885a2.605 2.605 0 0 0-1.856-.781c-.696 0-1.364.28-1.856.78A2.688 2.688 0 0 0 6 9.864Zm15.75 16c0 .708.277 1.386.769 1.886s1.16.781 1.856.781c.696 0 1.364-.281 1.856-.781S27 26.57 27 25.863c0-.707-.277-1.385-.769-1.885a2.605 2.605 0 0 0-1.856-.781c-.696 0-1.364.28-1.856.78a2.689 2.689 0 0 0-.769 1.886Z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.056 7.276a3.604 3.604 0 0 1 2.569-1.08c.967 0 1.89.39 2.569 1.08a3.688 3.688 0 0 1 1.056 2.587c0 .968-.378 1.899-1.056 2.587a3.604 3.604 0 0 1-2.569 1.08c-.967 0-1.89-.39-2.569-1.08A3.688 3.688 0 0 1 5 9.863c0-.967.378-1.898 1.056-2.587Zm2.569.92c-.426 0-.838.172-1.144.483A1.688 1.688 0 0 0 7 9.863c0 .447.175.873.481 1.184.306.311.718.483 1.144.483.426 0 .838-.172 1.143-.483.307-.311.482-.737.482-1.184 0-.447-.175-.872-.482-1.184a1.604 1.604 0 0 0-1.143-.482Zm13.181 15.08a3.604 3.604 0 0 1 2.569-1.08c.966 0 1.89.39 2.569 1.08A3.688 3.688 0 0 1 28 25.863c0 .968-.378 1.899-1.056 2.587a3.604 3.604 0 0 1-2.569 1.08c-.966 0-1.89-.39-2.569-1.08a3.688 3.688 0 0 1-1.056-2.587c0-.967.378-1.898 1.056-2.587Zm2.569.92c-.426 0-.837.172-1.143.483a1.688 1.688 0 0 0-.482 1.184c0 .447.175.873.482 1.184.306.311.717.483 1.143.483.426 0 .837-.172 1.143-.483.307-.311.482-.737.482-1.184 0-.447-.175-.872-.482-1.184a1.604 1.604 0 0 0-1.143-.482Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.188 9.863a1 1 0 0 1 1-1h6.562c.967 0 1.89.39 2.569 1.08a3.688 3.688 0 0 1 1.056 2.587v10.667a1 1 0 0 1-2 0V12.53a1.69 1.69 0 0 0-.481-1.184 1.604 1.604 0 0 0-1.144-.483h-6.562a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.827 5.15a1 1 0 0 1 .011 1.415l-3.247 3.298 3.247 3.299a1 1 0 0 1-1.425 1.403l-3.938-4a1 1 0 0 1 0-1.403l3.938-4a1 1 0 0 1 1.414-.011ZM8.625 11.53a1 1 0 0 1 1 1v10.667c0 .447.176.872.482 1.184.306.31.718.482 1.144.482h6.562a1 1 0 1 1 0 2h-6.562c-.967 0-1.89-.39-2.57-1.08a3.689 3.689 0 0 1-1.055-2.586V12.53a1 1 0 0 1 .999-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.173 21.15a1 1 0 0 1 1.415.012l3.937 4a1 1 0 0 1 0 1.403l-3.937 4a1 1 0 1 1-1.426-1.403l3.247-3.299-3.247-3.298a1 1 0 0 1 .011-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.858 3.01a12.366 12.366 0 0 0-.984 0 .965.965 0 0 0-.388.022 12.367 12.367 0 0 0 .005 24.67c.123.032.251.04.378.021.462.019.927.012 1.391-.022a.963.963 0 1 0-.139-1.92c-.282.02-.565.029-.847.026a20.576 20.576 0 0 1-2.286-5.676H16a.963.963 0 0 0 0-1.926h-3.376a20.588 20.588 0 0 1 0-5.677h5.482c.131.944.197 1.9.196 2.86a.963.963 0 0 0 1.926.003c.001-.96-.06-1.917-.18-2.863h5.366c.185.655.307 1.33.36 2.016a.963.963 0 1 0 1.92-.152 12.366 12.366 0 0 0-11.451-11.36.966.966 0 0 0-.386-.022Zm-.584 1.917h.184a20.561 20.561 0 0 1 2.286 5.675h-4.756a20.574 20.574 0 0 1 2.286-5.675Zm-2.352.29a10.441 10.441 0 0 0-6.845 5.385h4.936a22.503 22.503 0 0 1 1.909-5.385Zm-2.24 7.311H5.32a10.44 10.44 0 0 0 0 5.677h5.363a22.495 22.495 0 0 1 0-5.677Zm.33 7.603H6.077a10.44 10.44 0 0 0 6.846 5.386 22.5 22.5 0 0 1-1.91-5.386Zm8.707-9.529a22.483 22.483 0 0 0-1.91-5.386 10.432 10.432 0 0 1 5.76 3.691c.42.531.783 1.1 1.089 1.695h-4.939Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21.588 19.007a4.765 4.765 0 0 1 6.017 7.33c-.492.493-1.42 1.31-2.747 2.435a.963.963 0 0 1-1.24.003c-1.265-1.058-2.19-1.875-2.752-2.439a4.763 4.763 0 0 1 .723-7.33Zm2.648 1.123a2.839 2.839 0 0 0-2.007 4.845v.001c.411.412 1.075 1.009 2.004 1.799.988-.846 1.652-1.442 2.008-1.799h.001a2.838 2.838 0 0 0-2.006-4.846Zm0 1.876c.531 0 .963.431.963.963v.012a.963.963 0 0 1-1.926 0v-.012c0-.532.43-.963.963-.963Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.08 6.056A3.688 3.688 0 0 1 8.667 5H18c.967 0 1.898.378 2.587 1.056a3.604 3.604 0 0 1 1.08 2.569v2.625a1 1 0 1 1-2 0V8.625c0-.426-.172-.838-.483-1.144A1.688 1.688 0 0 0 18 7H8.667a1.69 1.69 0 0 0-1.184.481A1.607 1.607 0 0 0 7 8.625v15.75c0 .426.172.837.483 1.143.31.307.737.482 1.184.482H18c.447 0 .872-.175 1.184-.482.31-.306.482-.717.482-1.143V21.75a1 1 0 1 1 2 0v2.625c0 .966-.39 1.89-1.08 2.569A3.688 3.688 0 0 1 18 28H8.667a3.688 3.688 0 0 1-2.587-1.056A3.605 3.605 0 0 1 5 24.375V8.625c0-.967.39-1.89 1.08-2.569Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M23.288 11.861a1 1 0 0 1 1.414-.011l4 3.937a1 1 0 0 1 0 1.426l-4 3.937a1 1 0 1 1-1.403-1.425l2.26-2.225H12.334a1 1 0 1 1 0-2h13.225l-2.26-2.225a1 1 0 0 1-.011-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.522 6.718a6.333 6.333 0 1 1 8.956 8.957 6.333 6.333 0 0 1-8.956-8.957ZM16 6.863a4.333 4.333 0 1 0 0 8.667 4.333 4.333 0 0 0 0-8.667Zm-2.667 15A4.333 4.333 0 0 0 9 26.197v2.666a1 1 0 1 1-2 0v-2.666a6.333 6.333 0 0 1 6.333-6.334h5.334A6.333 6.333 0 0 1 25 26.197v2.666a1 1 0 1 1-2 0v-2.666a4.333 4.333 0 0 0-4.333-4.334h-5.334Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.522 6.718a6.333 6.333 0 1 1 8.956 8.957 6.333 6.333 0 0 1-8.956-8.957ZM16 6.863a4.333 4.333 0 1 0 0 8.667 4.333 4.333 0 0 0 0-8.667Zm-2.667 15A4.333 4.333 0 0 0 9 26.197v2.666a1 1 0 1 1-2 0v-2.666a6.333 6.333 0 0 1 6.333-6.334h5.334a1 1 0 1 1 0 2h-5.334Zm15.374.96a1 1 0 0 1 0 1.414l-5.333 5.333a1 1 0 0 1-1.414 0l-2.667-2.666a1 1 0 0 1 1.414-1.415l1.96 1.96 4.626-4.626a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-up,
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 10a1 1 0 0 1 .707.293l8 8a1 1 0 0 1-1.414 1.414L16 12.414l-7.293 7.293a1 1 0 0 1-1.414-1.414l8-8A1 1 0 0 1 16 10Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-down,
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M24.707 11.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-8-8a1 1 0 1 1 1.414-1.414L16 18.586l7.293-7.293a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-left,
body .rdc-icon-svg.rdc-icon-navigation-left,
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.707 7.293a1 1 0 0 1 0 1.414L12.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-navigation-right,
body .rdc-icon-svg.rdc-icon-arrow-full-right,
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.293 7.293a1 1 0 0 1 1.414 0l8 8a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414-1.414L19.586 16l-7.293-7.293a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' opacity='.75' rx='16'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.293 8.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L17 11.414V22h3a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2h3V11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414l4-4Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' opacity='.75' rx='16'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-3v10.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L15 21.586V11h-3a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6 12a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Zm0 9a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 6a1 1 0 0 1 1 1v8h8a1 1 0 1 1 0 2h-8v8a1 1 0 1 1-2 0v-8H7a1 1 0 1 1 0-2h8V7a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' d='M8.667 16.666a.642.642 0 0 1-.475-.192.645.645 0 0 1-.192-.475c0-.188.064-.346.192-.474a.64.64 0 0 1 .475-.191h14.666c.19 0 .348.064.475.192a.646.646 0 0 1 .192.476c0 .19-.064.348-.192.475a.647.647 0 0 1-.475.19l-14.666-.001Z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6 16a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {filter: invert(1);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3 15.156C3 8.847 8.984 4 16 4s13 4.847 13 11.156c0 3.21-1.57 6.065-4.024 8.076.373.69.94 1.472 1.417 2.046a.47.47 0 0 1 .011.013l.008.01c.383.491.573 1.188.228 1.834-.332.62-.984.865-1.568.865-2.259 0-4.753-.864-6.546-1.937-1.133.062-1.98.094-2.526.094-6.995 0-13-4.672-13-11.001Zm20.396 6.775c2.25-1.706 3.604-4.13 3.604-6.775C27 10.25 22.237 6 16 6S5 10.252 5 15.156c0 4.888 4.741 9.001 11 9.001.535 0 1.438-.035 2.727-.108a1 1 0 0 1 .595.155c1.377.878 3.31 1.607 5.067 1.764-.578-.762-1.233-1.753-1.564-2.627-.284-.618.113-1.063.57-1.41Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.473 10.473a1.616 1.616 0 0 1 2.758 1.142v1.231a1.615 1.615 0 0 1-1.009 1.497 5.154 5.154 0 0 0 3.435 3.435 1.616 1.616 0 0 1 1.497-1.009h1.23a1.615 1.615 0 0 1 0 3.231h-1.23A7.154 7.154 0 0 1 11 12.846v-1.23c0-.429.17-.84.473-1.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M2 16.156C2 9.847 7.984 5 15 5s13 4.847 13 11.156c0 3.21-1.57 6.065-4.024 8.076.373.69.94 1.472 1.417 2.046a.47.47 0 0 1 .011.013l.008.01c.383.491.573 1.188.228 1.834-.332.62-.984.865-1.568.865-2.259 0-4.753-.864-6.546-1.937-1.133.062-1.98.094-2.526.094-6.995 0-13-4.672-13-11.001Zm20.396 6.775c2.25-1.706 3.604-4.13 3.604-6.775C26 11.252 21.237 7 15 7S4 11.252 4 16.156c0 4.888 4.741 9.001 11 9.001.534 0 1.438-.035 2.727-.108a1 1 0 0 1 .595.155c1.377.878 3.31 1.607 5.067 1.764-.578-.762-1.233-1.753-1.564-2.627-.284-.618.113-1.063.57-1.41Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M8.284 18.263a1 1 0 0 1 1.414-.014 7.565 7.565 0 0 0 10.6 0 1 1 0 0 1 1.4 1.428 9.565 9.565 0 0 1-13.4 0 1 1 0 0 1-.014-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M28.707 3.293a1 1 0 0 1 .234 1.047l-8.515 23.58a1.72 1.72 0 0 1-3.15.096l-4.431-8.86-8.86-4.43a1.72 1.72 0 0 1 .096-3.152L27.66 3.06a1 1 0 0 1 1.046.234Zm-13.9 15.314 3.98 7.96 6.75-18.69-10.73 10.73Zm9.315-12.143-18.69 6.749 7.96 3.98 10.73-10.73Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-eye {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.407 13.407a3.666 3.666 0 1 1 5.186 5.185 3.666 3.666 0 0 1-5.186-5.185Zm2.593.926a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.174 16c3.018 4.779 6.63 7 10.826 7 4.197 0 7.808-2.221 10.826-7-3.018-4.779-6.63-7-10.826-7-4.197 0-7.808 2.221-10.826 7Zm-2.031-.514C6.463 9.953 10.744 7 16 7c5.256 0 9.538 2.953 12.858 8.486a1 1 0 0 1 0 1.029C25.538 22.047 21.256 25 16 25s-9.538-2.953-12.857-8.485a1 1 0 0 1 0-1.03Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-eye-off {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3.293 3.293a1 1 0 0 1 1.414 0L22.855 21.44a1 1 0 0 1 .175.175l5.677 5.677a1 1 0 0 1-1.414 1.414l-5.221-5.22A12.601 12.601 0 0 1 15.996 25c-5.254-.001-9.535-2.954-12.853-8.485a1 1 0 0 1 0-1.03c1.489-2.481 3.172-4.45 5.063-5.865L3.293 4.707a1 1 0 0 1 0-1.414ZM15.997 9a10.999 10.999 0 0 0-2.225.22 1 1 0 0 1-.398-1.96A13.002 13.002 0 0 1 16.002 7c5.254 0 9.536 2.953 12.856 8.486a1 1 0 0 1 0 1.029c-.92 1.531-1.913 2.867-2.982 3.998a1 1 0 0 1-1.454-1.373c.838-.887 1.64-1.932 2.404-3.14-3.018-4.78-6.63-7-10.826-7h-.003Zm-2.59 9.595a3.667 3.667 0 0 0 4.381.607l2.795 2.796A10.6 10.6 0 0 1 16.007 23H16c-4.197 0-7.808-2.221-10.826-7 1.371-2.17 2.863-3.808 4.463-4.95l3.162 3.163a3.666 3.666 0 0 0 .608 4.382Zm.926-2.593a1.667 1.667 0 0 0 1.904 1.65l-1.887-1.888a1.665 1.665 0 0 0-.017.238Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.423 8.098a.823.823 0 0 1 .829.03l11.375 7.2a.795.795 0 0 1 0 1.345l-11.375 7.2a.823.823 0 0 1-.829.03A.798.798 0 0 1 10 23.2V8.8c0-.293.162-.562.423-.702Zm1.202 2.167v11.47L20.685 16l-9.06-5.735Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.75 9.6a.179.179 0 0 0-.13.059.248.248 0 0 0-.064.17V22.17c0 .068.025.129.064.17.039.04.086.059.13.059h1.944a.179.179 0 0 0 .13-.059.248.248 0 0 0 .065-.17V9.83a.248.248 0 0 0-.065-.17.179.179 0 0 0-.13-.059H10.75ZM9.505 8.544A1.713 1.713 0 0 1 10.75 8h1.944c.472 0 .92.198 1.246.544.325.344.504.807.504 1.285V22.17c0 .478-.179.94-.504 1.285a1.713 1.713 0 0 1-1.246.544H10.75a1.71 1.71 0 0 1-1.245-.544A1.872 1.872 0 0 1 9 22.171V9.83c0-.478.18-.94.505-1.285Zm9.8 1.056a.179.179 0 0 0-.13.059.248.248 0 0 0-.064.17V22.17c0 .068.026.129.065.17a.18.18 0 0 0 .13.059h1.944a.179.179 0 0 0 .13-.059.248.248 0 0 0 .064-.17V9.83a.248.248 0 0 0-.064-.17.179.179 0 0 0-.13-.059h-1.944ZM18.06 8.544A1.713 1.713 0 0 1 19.306 8h1.944c.471 0 .919.198 1.245.544.326.344.505.807.505 1.285V22.17c0 .478-.18.94-.505 1.285A1.713 1.713 0 0 1 21.25 24h-1.944c-.472 0-.92-.198-1.246-.544a1.872 1.872 0 0 1-.504-1.285V9.83c0-.478.179-.94.504-1.285Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.483 1.969c.568 0 1.029.46 1.029 1.029V4.74h8.914V2.998a1.029 1.029 0 1 1 2.057 0V4.74h1.714c1.004 0 1.964.403 2.67 1.117A3.815 3.815 0 0 1 27.97 8.54v16.63c0 1.004-.395 1.97-1.101 2.683a3.757 3.757 0 0 1-2.67 1.117H7.74a3.757 3.757 0 0 1-2.67-1.117 3.815 3.815 0 0 1-1.101-2.683V8.54c0-1.004.395-1.97 1.1-2.683A3.757 3.757 0 0 1 7.74 4.74h1.714V2.998c0-.569.461-1.03 1.029-1.03ZM9.454 6.798H7.74a1.7 1.7 0 0 0-1.208.507c-.323.326-.506.77-.506 1.235v4.514h19.886V8.54c0-.465-.183-.91-.506-1.235a1.7 1.7 0 0 0-1.209-.507h-1.714V8.54a1.029 1.029 0 1 1-2.057 0V6.798h-8.914V8.54a1.029 1.029 0 1 1-2.058 0V6.798Zm16.458 8.314H6.026v10.057c0 .465.183.91.506 1.235a1.7 1.7 0 0 0 1.208.507h16.457a1.7 1.7 0 0 0 1.209-.507c.323-.326.506-.77.506-1.235V15.112Zm-12.343 4.514c0-.568.46-1.03 1.028-1.03h1.372a1.03 1.03 0 0 1 1.028 1.03v4.157a1.029 1.029 0 1 1-2.057 0v-3.128h-.343a1.029 1.029 0 0 1-1.028-1.03Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M28.447 7.619a2 2 0 0 1-.066 2.828l-14.667 14a2 2 0 0 1-2.762 0l-7.333-7a2 2 0 1 1 2.762-2.894l5.952 5.682L25.62 7.553a2 2 0 0 1 2.828.066Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M8.103 7.557a1.41 1.41 0 0 0-1.41 1.41v15.795a1.41 1.41 0 0 0 1.41 1.41h15.794a1.41 1.41 0 0 0 1.41-1.41V8.967a1.41 1.41 0 0 0-1.41-1.41H8.103Zm-2.194-.784a3.103 3.103 0 0 1 2.194-.909h15.794A3.103 3.103 0 0 1 27 8.967v15.795a3.103 3.103 0 0 1-3.103 3.102H8.103A3.102 3.102 0 0 1 5 24.762V8.967c0-.823.327-1.612.909-2.194Zm6.108 6.108a.846.846 0 0 1 1.197 0L16 15.668l2.786-2.787a.846.846 0 0 1 1.197 1.197l-2.786 2.786 2.786 2.787a.846.846 0 1 1-1.197 1.196L16 18.061l-2.786 2.786a.846.846 0 0 1-1.197-1.196l2.786-2.787-2.786-2.786a.846.846 0 0 1 0-1.197Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-upload {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 21.53a1 1 0 0 1-1-1V7.39l-4.86 4.793a1 1 0 0 1-1.405-1.425l6.563-6.47a1 1 0 0 1 1.404 0l6.563 6.47a1 1 0 0 1-1.405 1.425L16.5 7.39v13.14a1 1 0 0 1-1 1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5 20.823a1 1 0 0 1 1 1v2.589c0 .416.168.819.471 1.118.304.3.719.47 1.154.47h15.75c.436 0 .85-.17 1.154-.47A1.57 1.57 0 0 0 25 24.412v-2.588a1 1 0 1 1 2 0v2.588a3.57 3.57 0 0 1-1.067 2.542A3.644 3.644 0 0 1 23.375 28H7.625a3.644 3.644 0 0 1-2.558-1.046A3.57 3.57 0 0 1 4 24.412v-2.588a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23CCC' fill-rule='evenodd' d='M13.146 11.628a2.9 2.9 0 0 1-2.185 1.6l-6.46.95 4.71 4.647a2.9 2.9 0 0 1 .822 2.548L8.93 27.886l5.714-3.046a2.9 2.9 0 0 1 2.73.002l5.694 3.042-1.102-6.511a2.9 2.9 0 0 1 .822-2.548l4.709-4.646-6.46-.951a2.9 2.9 0 0 1-2.185-1.6L16 5.766l-2.854 5.862Zm18.415 2.616-6.735 6.645 1.59 9.384a1.496 1.496 0 0 1-.517 1.396 1.448 1.448 0 0 1-1.453.228l-.146-.068-8.29-4.43-8.31 4.43a1.44 1.44 0 0 1-1.468-.065 1.47 1.47 0 0 1-.51-.573 1.494 1.494 0 0 1-.155-.756l.019-.162 1.587-9.384-6.731-6.643a1.496 1.496 0 0 1-.017-2.102c.181-.185.409-.318.658-.385l.164-.034 9.292-1.366 4.155-8.535a1.47 1.47 0 0 1 .537-.601 1.441 1.441 0 0 1 1.539 0c.23.145.417.354.537.6l4.154 8.536 9.291 1.367c.255.038.496.143.697.305a1.495 1.495 0 0 1 .225 2.087l-.113.126Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='url(%23a)' fill-rule='evenodd' d='M16.01 24.5c.47 0 .939.113 1.366.342l5.693 3.042-1.102-6.511a2.9 2.9 0 0 1 .822-2.548l4.709-4.646-6.46-.951a2.9 2.9 0 0 1-2.185-1.6L16 5.766l.01 18.733Zm15.55-10.256-6.734 6.645 1.59 9.384a1.496 1.496 0 0 1-.517 1.396 1.448 1.448 0 0 1-1.453.228l-.146-.068-8.29-4.43-8.31 4.43a1.44 1.44 0 0 1-1.468-.065 1.47 1.47 0 0 1-.51-.573 1.494 1.494 0 0 1-.155-.756l.019-.162 1.587-9.384-6.731-6.643a1.496 1.496 0 0 1-.017-2.102c.181-.185.409-.318.658-.385l.164-.034 9.292-1.366 4.155-8.535a1.47 1.47 0 0 1 .537-.601 1.441 1.441 0 0 1 1.539 0c.23.145.417.354.537.6l4.154 8.536 9.291 1.367c.255.038.496.143.697.305a1.495 1.495 0 0 1 .225 2.087l-.113.126Z' clip-rule='evenodd'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' x2='16.052' y1='16.525' y2='16.525' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23CCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' d='m10.54 10.359-9.293 1.366-.164.034c-.25.067-.477.2-.658.385a1.482 1.482 0 0 0-.371 1.44c.069.25.203.48.388.662l6.731 6.643-1.587 9.384-.02.162a1.483 1.483 0 0 0 .666 1.329 1.441 1.441 0 0 0 1.467.065l8.31-4.43 8.291 4.43.146.068a1.437 1.437 0 0 0 1.453-.228 1.49 1.49 0 0 0 .516-1.396l-1.589-9.384 6.735-6.645.113-.126a1.487 1.487 0 0 0 .226-1.468 1.477 1.477 0 0 0-.45-.619 1.446 1.446 0 0 0-.698-.305l-9.291-1.367-4.154-8.535a1.47 1.47 0 0 0-.537-.601 1.442 1.442 0 0 0-1.539 0c-.23.145-.417.354-.537.6L10.54 10.36Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' d='M25.899 4.118a14.089 14.089 0 0 1 4.1 9.714 14.092 14.092 0 0 1-3.784 9.842l-.316.328-6.6 6.627a4.655 4.655 0 0 1-6.373.21l-.224-.21L6.1 24A14.09 14.09 0 0 1 2 14.06a14.09 14.09 0 0 1 4.1-9.942A13.97 13.97 0 0 1 16 0a13.97 13.97 0 0 1 9.899 4.118Zm-9.9 5.255a4.65 4.65 0 0 0-3.299 1.372 4.686 4.686 0 0 0-1.367 3.314 4.704 4.704 0 0 0 1.367 3.314 4.665 4.665 0 0 0 3.3 1.372 4.657 4.657 0 0 0 3.3-1.372 4.697 4.697 0 0 0 0-6.628A4.657 4.657 0 0 0 16 9.373Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' d='M25.899 4.118a14.089 14.089 0 0 1 4.1 9.714 14.092 14.092 0 0 1-3.784 9.842l-.316.328-6.6 6.627a4.655 4.655 0 0 1-6.373.21l-.224-.21L6.1 24A14.09 14.09 0 0 1 2 14.06a14.09 14.09 0 0 1 4.1-9.942A13.97 13.97 0 0 1 16 0a13.97 13.97 0 0 1 9.899 4.118Zm-9.9 5.255a4.65 4.65 0 0 0-3.299 1.372 4.686 4.686 0 0 0-1.367 3.314 4.704 4.704 0 0 0 1.367 3.314 4.665 4.665 0 0 0 3.3 1.372 4.657 4.657 0 0 0 3.3-1.372 4.697 4.697 0 0 0 0-6.628A4.657 4.657 0 0 0 16 9.373Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23C93032' d='M25.899 4.118a14.089 14.089 0 0 1 4.1 9.714 14.092 14.092 0 0 1-3.784 9.842l-.316.328-6.6 6.627a4.655 4.655 0 0 1-6.373.21l-.224-.21L6.1 24A14.09 14.09 0 0 1 2 14.06a14.09 14.09 0 0 1 4.1-9.942A13.97 13.97 0 0 1 16 0a13.97 13.97 0 0 1 9.899 4.118Zm-9.9 5.255a4.65 4.65 0 0 0-3.299 1.372 4.686 4.686 0 0 0-1.367 3.314 4.704 4.704 0 0 0 1.367 3.314 4.665 4.665 0 0 0 3.3 1.372 4.657 4.657 0 0 0 3.3-1.372 4.697 4.697 0 0 0 0-6.628A4.657 4.657 0 0 0 16 9.373Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 5c-.763 0-1.492.298-2.026.823a2.756 2.756 0 0 0-.83 1.966v6.316c0 .734.296 1.442.83 1.966a2.892 2.892 0 0 0 2.027.824c.763 0 1.492-.298 2.026-.824.534-.524.83-1.232.83-1.966V7.79c0-.734-.296-1.441-.83-1.966A2.892 2.892 0 0 0 16.001 5Zm-3.428-.603A4.892 4.892 0 0 1 16.001 3c1.282 0 2.516.5 3.428 1.397a4.756 4.756 0 0 1 1.429 3.392v6.316a4.756 4.756 0 0 1-1.43 3.393 4.892 4.892 0 0 1-3.427 1.397c-1.283 0-2.516-.5-3.429-1.397a4.756 4.756 0 0 1-1.428-3.393V7.79c0-1.276.516-2.496 1.428-3.392ZM7 13.105a1 1 0 0 1 1 1c0 2.074.838 4.067 2.337 5.54A8.082 8.082 0 0 0 16 21.946c2.127 0 4.164-.83 5.663-2.303A7.764 7.764 0 0 0 24 14.105a1 1 0 1 1 2 0 9.764 9.764 0 0 1-2.935 6.966A10.068 10.068 0 0 1 17 23.898V27h4.143a1 1 0 0 1 0 2H10.857a1 1 0 0 1 0-2H15v-3.102a10.068 10.068 0 0 1-6.065-2.827A9.764 9.764 0 0 1 6 14.105a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 5a2.86 2.86 0 0 0-2.008.821 2.767 2.767 0 0 0-.825 1.968 1 1 0 1 1-2 0c0-1.274.512-2.493 1.42-3.39A4.856 4.856 0 0 1 15.5 3c1.278 0 2.506.502 3.414 1.399a4.767 4.767 0 0 1 1.42 3.39v6.316c0 .474-.072.945-.211 1.399a1 1 0 1 1-1.912-.589c.081-.263.122-.535.122-.81V7.79c0-.736-.295-1.444-.825-1.968A2.856 2.856 0 0 0 15.5 5ZM3.289 4.56a1 1 0 0 1 1.414-.008l23 22.737a1 1 0 0 1-1.406 1.422l-6.034-5.965a10.02 10.02 0 0 1-3.764 1.153v3.1h4.111a1 1 0 0 1 0 2H10.388a1 1 0 1 1 0-2H14.5v-3.1a10.02 10.02 0 0 1-3.716-1.128 9.9 9.9 0 0 1-3.82-3.617 9.766 9.766 0 0 1-1.408-5.05 1 1 0 1 1 2 .001c0 1.413.386 2.8 1.12 4.016a7.9 7.9 0 0 0 3.049 2.886 8.027 8.027 0 0 0 7.034.252l-2.455-2.427a4.877 4.877 0 0 1-3.679-.874 4.801 4.801 0 0 1-1.44-1.693 4.754 4.754 0 0 1-.517-2.157v-.848l-7.37-7.286A1 1 0 0 1 3.29 4.56Zm9.995 11.287.442.437a2.81 2.81 0 0 1-.442-.437Zm11.155-2.742a1 1 0 0 1 1.002.998 9.728 9.728 0 0 1-1.64 5.42 1 1 0 0 1-1.663-1.11 7.73 7.73 0 0 0 1.303-4.306 1 1 0 0 1 .998-1.002Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.75 3.969A3.781 3.781 0 0 0 3.969 7.75v16.5a3.781 3.781 0 0 0 3.781 3.781h16.5a2.407 2.407 0 0 0 2.406-2.406v-3.094H27c.57 0 1.03-.461 1.03-1.031V16c0-.57-.46-1.031-1.03-1.031h-.344v-3.094a2.407 2.407 0 0 0-2.406-2.406h-.344V6.375A2.406 2.406 0 0 0 21.5 3.969H7.75Zm16.844 7.906a.344.344 0 0 0-.344-.344H7.75a3.781 3.781 0 0 1-1.719-.413V24.25a1.719 1.719 0 0 0 1.719 1.719h16.5a.344.344 0 0 0 .344-.344v-3.094H21.5a3.781 3.781 0 1 1 0-7.562h3.094v-3.094ZM6.03 7.75a1.719 1.719 0 0 0 1.72 1.719h14.094V6.375a.344.344 0 0 0-.344-.344H7.75A1.719 1.719 0 0 0 6.031 7.75Zm15.47 9.281a1.719 1.719 0 0 0 0 3.438h4.468V17.03H21.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.305 3.278a1.001 1.001 0 0 1 1.39 0C19.362 5.851 22.827 7.175 26.352 7c.471-.023.894.285 1.017.74.588 2.177.767 4.459.529 6.712a18.013 18.013 0 0 1-1.92 6.411 16.683 16.683 0 0 1-4.083 5.112 15.233 15.233 0 0 1-5.624 2.99c-.178.05-.367.05-.545 0a15.233 15.233 0 0 1-5.624-2.99 16.682 16.682 0 0 1-4.083-5.112 18.014 18.014 0 0 1-1.92-6.411 18.374 18.374 0 0 1 .529-6.712A1.001 1.001 0 0 1 5.645 7c3.525.176 6.99-1.148 9.659-3.72Zm-8.927 5.74a16.393 16.393 0 0 0-.286 5.222 16.011 16.011 0 0 0 1.705 5.698 14.68 14.68 0 0 0 3.59 4.5A13.258 13.258 0 0 0 16 26.955a13.257 13.257 0 0 0 4.612-2.519 14.68 14.68 0 0 0 3.591-4.499 16.012 16.012 0 0 0 1.705-5.698 16.392 16.392 0 0 0-.286-5.223c-3.504-.025-6.89-1.322-9.622-3.664-2.734 2.342-6.12 3.639-9.623 3.665Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.347 13.015a2.338 2.338 0 0 1 3.989 1.651A2.334 2.334 0 0 1 17 16.776v2.557a1.001 1.001 0 0 1-2.003 0v-2.557a2.337 2.337 0 0 1-1.335-2.11c0-.62.247-1.214.685-1.651Zm1.652 1.32a.335.335 0 0 0-.334.331.331.331 0 0 0 .334.332.335.335 0 0 0 .334-.332.33.33 0 0 0-.334-.332Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M4.365 10.388a1.024 1.024 0 1 0 0 2.047h5.463a1.024 1.024 0 1 0 0-2.047H4.365Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M9.828 18.51c-.993 0-1.947.391-2.652 1.09a3.726 3.726 0 0 0-.96 1.618H5.39v-4.392a1.024 1.024 0 0 0-2.049 0v5.415c0 .566.46 1.024 1.025 1.024h1.852c.174.607.502 1.165.959 1.618a3.769 3.769 0 0 0 2.652 1.09c.994 0 1.948-.391 2.653-1.09a3.734 3.734 0 0 0 .96-1.618h6.434c.174.607.502 1.165.959 1.618a3.77 3.77 0 0 0 2.653 1.09c.994 0 1.948-.391 2.653-1.09a3.723 3.723 0 0 0 .959-1.618h1.851c.566 0 1.025-.458 1.025-1.024V14.12c0-.187-.052-.37-.148-.53l-4.099-6.77a1.024 1.024 0 0 0-.876-.494h-5.805v-.33c0-.565-.459-1.023-1.025-1.023H3A1.024 1.024 0 1 0 3 7.02h14v14.198h-3.558a3.727 3.727 0 0 0-.96-1.618 3.769 3.769 0 0 0-2.653-1.09Zm0 2.048c-.455 0-.89.18-1.21.496a1.672 1.672 0 0 0-.497 1.187c0 .444.178.872.497 1.188a1.72 1.72 0 0 0 2.42 0 1.67 1.67 0 0 0 .001-2.375 1.72 1.72 0 0 0-1.21-.496Zm11.006-.958a3.77 3.77 0 0 1 2.653-1.09c.994 0 1.948.391 2.653 1.09.457.453.785 1.011.959 1.618h.827v-6.075h-8.878v6.075h.827a3.727 3.727 0 0 1 .959-1.618Zm2.653.958c-.455 0-.89.18-1.21.496a1.668 1.668 0 0 0 0 2.375 1.722 1.722 0 0 0 2.42 0 1.669 1.669 0 0 0 0-2.375 1.72 1.72 0 0 0-1.21-.496Zm-4.44-12.184v4.721h8.086l-2.858-4.721h-5.227Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M9.324 25.982a3.66 3.66 0 0 0 2.608-1.097c.445-.454.763-1.01.931-1.612H19.1c.168.602.486 1.159.931 1.612a3.657 3.657 0 0 0 2.609 1.097c.981 0 1.92-.397 2.608-1.097.445-.454.763-1.01.931-1.612h1.788c.561 0 1.016-.455 1.016-1.016v-8.13c0-.18-.048-.359-.14-.515l-3.995-6.775c-.183-.31-.516-.5-.876-.5h-5.64V6c0-.562-.456-1.017-1.017-1.017H5.33c-.628 0-1.227.255-1.666.701a2.383 2.383 0 0 0-.682 1.67v14.904c0 .56.456 1.016 1.017 1.016h1.785c.168.602.486 1.159.931 1.612a3.657 3.657 0 0 0 2.609 1.097Zm-2.609-6.354a3.657 3.657 0 0 1 2.609-1.097 3.66 3.66 0 0 1 2.608 1.097c.445.454.763 1.01.932 1.613h6.235a3.736 3.736 0 0 1 .931-1.613 3.657 3.657 0 0 1 2.609-1.097c.981 0 1.92.397 2.608 1.097.445.454.763 1.01.932 1.613h.77v-6.836L23.392 8.37h-5.06v5.758c0 .56-.456 1.016-1.017 1.016H13.08l.964.981a1.016 1.016 0 1 1-1.45 1.424l-2.663-2.71a1.016 1.016 0 0 1 0-1.424l2.663-2.71a1.017 1.017 0 0 1 1.45 1.425l-.964.981h3.217V7.015H5.33a.303.303 0 0 0-.216.093.351.351 0 0 0-.099.245v13.888h.769a3.736 3.736 0 0 1 .931-1.613Zm2.609.935c-.431 0-.848.174-1.158.49a1.717 1.717 0 0 0-.489 1.204c0 .454.178.887.489 1.203.31.316.727.49 1.158.49.43 0 .847-.174 1.158-.49.31-.316.488-.748.488-1.203 0-.455-.178-.888-.489-1.204a1.623 1.623 0 0 0-1.157-.49Zm13.315 0c-.431 0-.848.174-1.158.49a1.717 1.717 0 0 0-.489 1.204c0 .454.178.887.489 1.203.31.316.727.49 1.158.49.43 0 .847-.174 1.158-.49.31-.316.488-.748.488-1.203a1.72 1.72 0 0 0-.488-1.204 1.623 1.623 0 0 0-1.158-.49Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.098 6.098A3.75 3.75 0 0 1 7.75 5h11a3.75 3.75 0 0 1 3.75 3.75v1.75h1.75A3.75 3.75 0 0 1 28 14.25v11A3.75 3.75 0 0 1 24.25 29h-11a3.75 3.75 0 0 1-3.75-3.75V23.5H7.75A3.75 3.75 0 0 1 4 19.75v-11a3.75 3.75 0 0 1 1.098-2.652ZM9.501 21.5v-7.25a3.75 3.75 0 0 1 3.75-3.75H20.5V8.75A1.75 1.75 0 0 0 18.75 7h-11A1.75 1.75 0 0 0 6 8.75v11a1.75 1.75 0 0 0 1.75 1.75H9.5Zm11.985-9H13.25a1.75 1.75 0 0 0-1.75 1.75v11A1.75 1.75 0 0 0 13.25 27h11A1.75 1.75 0 0 0 26 25.25v-11a1.75 1.75 0 0 0-1.75-1.75h-2.764Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.559 5.941a1.618 1.618 0 0 0-1.617 1.591A19.735 19.735 0 0 0 24.409 26 1.618 1.618 0 0 0 26 24.382v-4.519l-5.093-2.037-1.516 2.526a.97.97 0 0 1-1.261.371 15.205 15.205 0 0 1-6.912-6.911.97.97 0 0 1 .371-1.262l2.527-1.516-2.038-5.093H7.56Zm-2.517-.899A3.559 3.559 0 0 1 7.56 4h5.176a.97.97 0 0 1 .902.61l2.588 6.47a.97.97 0 0 1-.402 1.193L13.38 13.74c1.16 2 2.822 3.663 4.822 4.822l1.466-2.443a.97.97 0 0 1 1.193-.401l6.47 2.588a.97.97 0 0 1 .61.9v5.177a3.558 3.558 0 0 1-3.617 3.557A21.677 21.677 0 0 1 4 7.56c0-.944.375-1.85 1.042-2.517Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.293 4.293a1 1 0 0 1 1.414 0l11 11A1 1 0 0 1 27 17h-1.444v7.556A3.444 3.444 0 0 1 22.11 28H9.89a3.444 3.444 0 0 1-3.445-3.444V17H5a1 1 0 0 1-.707-1.707l11-11ZM7.414 15h.03a1 1 0 0 1 1 1v8.556A1.444 1.444 0 0 0 9.89 26h12.22a1.444 1.444 0 0 0 1.445-1.444V16a1 1 0 0 1 1-1h.03L16 6.414 7.414 15Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.778 18.222a1.445 1.445 0 0 0-1.444 1.445V27a1 1 0 1 1-2 0v-7.333a3.444 3.444 0 0 1 3.444-3.445h2.445a3.445 3.445 0 0 1 3.444 3.445V27a1 1 0 1 1-2 0v-7.333a1.444 1.444 0 0 0-1.444-1.445h-2.444Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-find-shipping {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.73 3.124a.96.96 0 0 1 .943 0l10.24 5.778c.302.17.49.49.49.839v5.777a.962.962 0 1 1-1.924 0v-4.13l-8.316 4.693v9.345l.678-.383a.964.964 0 0 1 .944 1.678l-2.112 1.191a.96.96 0 0 1-.944 0L4.49 22.135a.963.963 0 0 1-.489-.84V9.742c0-.348.187-.669.49-.84l10.24-5.777Zm-.49 22.302V16.08l-8.317-4.693v9.345l8.317 4.693ZM6.92 9.74l3.331 1.879 7.978-4.844L15.2 5.068 6.92 9.741Zm13.231-1.88-7.977 4.844 3.027 1.708 8.281-4.672-3.33-1.88Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21.52 19.003a4.846 4.846 0 0 1 5.337 0 4.775 4.775 0 0 1 1.775 2.138 4.72 4.72 0 0 1 .275 2.76 4.749 4.749 0 0 1-1.321 2.44c-.498.493-1.436 1.311-2.78 2.435a.96.96 0 0 1-1.23.004c-1.28-1.059-2.216-1.875-2.785-2.439a4.75 4.75 0 0 1-1.32-2.44 4.722 4.722 0 0 1 .275-2.76 4.775 4.775 0 0 1 1.775-2.138Zm2.669 1.127c-.574 0-1.135.168-1.61.482a2.85 2.85 0 0 0-1.06 1.275 2.793 2.793 0 0 0-.163 1.633c.11.547.383 1.053.786 1.45l.001.001c.418.414 1.095 1.015 2.043 1.811 1.009-.852 1.686-1.452 2.048-1.81l.001-.002a2.792 2.792 0 0 0 .623-3.084 2.849 2.849 0 0 0-1.06-1.274 2.924 2.924 0 0 0-1.61-.482Zm0 1.876c.53 0 .961.431.961.963v.012a.962.962 0 1 1-1.923 0v-.012c0-.532.43-.963.962-.963Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-click-collect {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21.588 19.007a4.765 4.765 0 0 1 6.017 7.33c-.492.493-1.42 1.31-2.747 2.435a.963.963 0 0 1-1.24.003c-1.265-1.058-2.19-1.875-2.752-2.439a4.764 4.764 0 0 1 .722-7.33Zm2.647 1.123a2.838 2.838 0 0 0-2.006 4.845v.001c.411.412 1.075 1.009 2.004 1.799.988-.846 1.652-1.442 2.008-1.799h.001a2.839 2.839 0 0 0-2.007-4.846Zm0 1.876c.532 0 .963.431.963.963v.012a.963.963 0 0 1-1.925 0v-.012c0-.532.43-.963.962-.963Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.67 3.532A.963.963 0 0 1 6.53 3h17.976c.365 0 .699.206.862.532l2.568 5.136a.964.964 0 0 1 .101.43v1.284a4.814 4.814 0 0 1-2.568 4.259V16a.963.963 0 0 1-1.926 0v-.813a4.815 4.815 0 0 1-4.173-1.915 4.815 4.815 0 0 1-7.704 0 4.815 4.815 0 0 1-4.173 1.915V26.11h3.21v-4.172a3.53 3.53 0 0 1 3.531-3.531h2.568a.963.963 0 1 1 0 1.926h-2.568a1.605 1.605 0 0 0-1.605 1.605v4.172h5.778a.963.963 0 0 1 0 1.926H3.963a.963.963 0 1 1 0-1.926h1.605V14.64A4.811 4.811 0 0 1 3 10.383V9.1c0-.15.035-.297.102-.431L5.67 3.532Zm6.96 6.85a2.889 2.889 0 1 0 5.778 0v-.32H12.63v.32Zm-1.926-.32v.32a2.888 2.888 0 1 1-5.778 0v-.32h5.778Zm14.813-1.926-1.605-3.21H7.126l-1.605 3.21h19.996Zm.595 1.926h-5.778v.32a2.889 2.889 0 1 0 5.778 0v-.32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 2c-2.463 0-4.825.98-6.566 2.727a9.323 9.323 0 0 0-1.638 10.945l-4.665 7.835a.933.933 0 0 0 .856 1.407l4.444-.28 1.967 3.857a.928.928 0 0 0 1.624.054L16 21.864l3.978 6.682a.928.928 0 0 0 1.624-.053l1.967-3.858 4.445.277a.928.928 0 0 0 .85-.444.933.933 0 0 0 .005-.962l-4.665-7.834a9.329 9.329 0 0 0-1.638-10.945A9.273 9.273 0 0 0 16 2Zm7.051 15.368a9.277 9.277 0 0 1-5.689 3.152l3.35 5.627 1.48-2.903a.928.928 0 0 1 .885-.506l3.294.206-3.32-5.576Zm-8.414 3.152a9.277 9.277 0 0 1-5.688-3.152l-3.32 5.577 3.294-.207a.928.928 0 0 1 .884.506l1.48 2.902 3.35-5.626Zm-3.89-14.476a7.419 7.419 0 0 1 10.506 0 7.458 7.458 0 0 1 0 10.533 7.419 7.419 0 0 1-10.506 0 7.458 7.458 0 0 1 0-10.533Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' d='M5.18 7.863C4.528 7.863 4 8.39 4 9.037c0 .649.528 1.174 1.18 1.174h21.64c.651 0 1.18-.525 1.18-1.174 0-.648-.529-1.174-1.18-1.174H5.18Zm0 7.827c-.652 0-1.18.525-1.18 1.173 0 .649.528 1.174 1.18 1.174h21.64c.651 0 1.18-.525 1.18-1.174 0-.648-.529-1.174-1.18-1.174H5.18Zm0 7.825c-.652 0-1.18.526-1.18 1.174 0 .649.528 1.174 1.18 1.174h21.64c.651 0 1.18-.525 1.18-1.174 0-.648-.529-1.174-1.18-1.174H5.18Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' d='M9.004 8.207a1.174 1.174 0 1 0-1.66 1.66l6.996 6.996-6.996 6.996a1.174 1.174 0 0 0 1.66 1.66L16 18.523l6.996 6.997a1.174 1.174 0 0 0 1.66-1.66l-6.996-6.997 6.996-6.996a1.174 1.174 0 0 0-1.66-1.66L16 15.203 9.004 8.207Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M7.667 6A1.667 1.667 0 0 0 6 7.667v16.666A1.666 1.666 0 0 0 7.667 26h16.666A1.666 1.666 0 0 0 26 24.333V7.667A1.667 1.667 0 0 0 24.333 6H7.667Zm-2.593-.926A3.667 3.667 0 0 1 7.667 4h16.666A3.667 3.667 0 0 1 28 7.667v16.666A3.667 3.667 0 0 1 24.333 28H7.667A3.667 3.667 0 0 1 4 24.333V7.667c0-.973.386-1.905 1.074-2.593Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.074 5.074A3.667 3.667 0 0 1 7.667 4h16.666A3.667 3.667 0 0 1 28 7.667v16.666A3.667 3.667 0 0 1 24.333 28H7.667A3.667 3.667 0 0 1 4 24.333V7.667c0-.973.386-1.905 1.074-2.593Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M6.375 6A.375.375 0 0 0 6 6.375v5.5a.375.375 0 0 0 .375.375h5.5a.375.375 0 0 0 .375-.375v-5.5A.375.375 0 0 0 11.875 6h-5.5Zm-1.68-1.304A2.375 2.375 0 0 1 6.376 4h5.5a2.375 2.375 0 0 1 2.375 2.375v5.5a2.375 2.375 0 0 1-2.375 2.375h-5.5A2.375 2.375 0 0 1 4 11.875v-5.5c0-.63.25-1.234.696-1.68ZM20.126 6a.375.375 0 0 0-.375.375v5.5a.375.375 0 0 0 .375.375h5.5a.375.375 0 0 0 .375-.375v-5.5A.375.375 0 0 0 25.625 6h-5.5Zm-1.68-1.304A2.375 2.375 0 0 1 20.126 4h5.5A2.375 2.375 0 0 1 28 6.375v5.5a2.375 2.375 0 0 1-2.375 2.375h-5.5a2.375 2.375 0 0 1-2.375-2.375v-5.5c0-.63.25-1.234.696-1.68ZM6.376 19.75a.375.375 0 0 0-.375.375v5.5a.375.375 0 0 0 .375.375h5.5a.375.375 0 0 0 .375-.375v-5.5a.375.375 0 0 0-.375-.375h-5.5Zm-1.68-1.304a2.375 2.375 0 0 1 1.68-.696h5.5a2.375 2.375 0 0 1 2.375 2.375v5.5A2.375 2.375 0 0 1 11.875 28h-5.5A2.375 2.375 0 0 1 4 25.625v-5.5c0-.63.25-1.234.696-1.68Zm15.43 1.304a.375.375 0 0 0-.375.375v5.5a.375.375 0 0 0 .375.375h5.5a.375.375 0 0 0 .375-.375v-5.5a.375.375 0 0 0-.375-.375h-5.5Zm-1.68-1.304a2.375 2.375 0 0 1 1.68-.696h5.5A2.375 2.375 0 0 1 28 20.125v5.5A2.375 2.375 0 0 1 25.625 28h-5.5a2.375 2.375 0 0 1-2.375-2.375v-5.5c0-.63.25-1.234.696-1.68Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M4.696 4.696A2.375 2.375 0 0 1 6.375 4h5.5a2.375 2.375 0 0 1 2.375 2.375v5.5a2.375 2.375 0 0 1-2.375 2.375h-5.5A2.375 2.375 0 0 1 4 11.875v-5.5c0-.63.25-1.234.696-1.68Zm13.75 0A2.375 2.375 0 0 1 20.125 4h5.5A2.375 2.375 0 0 1 28 6.375v5.5a2.375 2.375 0 0 1-2.375 2.375h-5.5a2.375 2.375 0 0 1-2.375-2.375v-5.5c0-.63.25-1.234.696-1.68Zm-13.75 13.75a2.375 2.375 0 0 1 1.679-.696h5.5a2.375 2.375 0 0 1 2.375 2.375v5.5A2.375 2.375 0 0 1 11.875 28h-5.5A2.375 2.375 0 0 1 4 25.625v-5.5c0-.63.25-1.234.696-1.68Zm13.75 0a2.375 2.375 0 0 1 1.679-.696h5.5A2.375 2.375 0 0 1 28 20.125v5.5A2.375 2.375 0 0 1 25.625 28h-5.5a2.375 2.375 0 0 1-2.375-2.375v-5.5c0-.63.25-1.234.696-1.68Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view3:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M6.53 6.305a.219.219 0 0 0-.219.218v3.48a.217.217 0 0 0 .219.218h3.496a.219.219 0 0 0 .219-.217V6.523a.217.217 0 0 0-.219-.218H6.53Zm-1.082-.859A1.533 1.533 0 0 1 6.53 5h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.53c-.406 0-.795-.16-1.082-.446A1.52 1.52 0 0 1 5 10.004V6.523c0-.404.161-.791.448-1.077Zm8.823.86a.22.22 0 0 0-.219.217v3.48a.217.217 0 0 0 .219.218h3.496a.219.219 0 0 0 .218-.217V6.523a.217.217 0 0 0-.218-.218H14.27Zm-1.082-.86A1.533 1.533 0 0 1 14.27 5h3.496a1.524 1.524 0 0 1 1.53 1.523v3.48c0 .404-.162.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.076V6.523c0-.404.161-.791.448-1.077Zm8.785.86a.219.219 0 0 0-.218.217v3.48a.217.217 0 0 0 .218.218h3.496a.22.22 0 0 0 .219-.217V6.523a.217.217 0 0 0-.219-.218h-3.496Zm-1.082-.86A1.533 1.533 0 0 1 21.974 5h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.076V6.523c0-.404.162-.791.448-1.077ZM6.53 14.007a.22.22 0 0 0-.219.218v3.48a.217.217 0 0 0 .219.218h3.496a.22.22 0 0 0 .219-.218v-3.48a.217.217 0 0 0-.219-.218H6.53Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.53c-.406 0-.795-.16-1.082-.446A1.52 1.52 0 0 1 5 17.705v-3.48c0-.404.161-.791.448-1.077Zm8.823.86a.22.22 0 0 0-.219.218v3.48a.218.218 0 0 0 .219.218h3.496a.22.22 0 0 0 .218-.218v-3.48a.217.217 0 0 0-.218-.218H14.27Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496a1.524 1.524 0 0 1 1.53 1.523v3.48c0 .404-.162.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.791.448-1.077Zm8.785.86a.219.219 0 0 0-.218.218v3.48a.217.217 0 0 0 .218.218h3.496a.22.22 0 0 0 .219-.218v-3.48a.217.217 0 0 0-.219-.218h-3.496Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.162-.791.448-1.077ZM6.531 21.78a.219.219 0 0 0-.219.217v3.481a.217.217 0 0 0 .219.218h3.496a.219.219 0 0 0 .219-.218v-3.48a.217.217 0 0 0-.219-.218H6.531Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496c.406 0 .795.16 1.082.446.287.285.448.673.448 1.076v3.481c0 .404-.161.791-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.531c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.792.448-1.077Zm8.822.86a.22.22 0 0 0-.219.217v3.481a.217.217 0 0 0 .219.218h3.496a.219.219 0 0 0 .218-.218v-3.48a.217.217 0 0 0-.218-.218H14.27Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496c.406 0 .795.16 1.082.446.286.285.448.673.448 1.076v3.481c0 .404-.162.791-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.792.448-1.077Zm8.785.86a.219.219 0 0 0-.218.217v3.481a.217.217 0 0 0 .218.218h3.496a.22.22 0 0 0 .219-.218v-3.48a.217.217 0 0 0-.219-.218h-3.496Zm-1.082-.86a1.533 1.533 0 0 1 1.082-.445h3.496c.406 0 .795.16 1.082.446.287.285.448.673.448 1.076v3.481c0 .404-.161.791-.448 1.077A1.533 1.533 0 0 1 25.47 27h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.162-.792.448-1.077Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view3.active,
body .rdc-icon-svg.rdc-icon-view3-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.448 5.446A1.533 1.533 0 0 1 6.53 5h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.53c-.406 0-.795-.16-1.082-.446A1.52 1.52 0 0 1 5 10.004V6.523c0-.404.161-.791.448-1.077Zm7.74 0A1.533 1.533 0 0 1 14.272 5h3.496a1.524 1.524 0 0 1 1.53 1.523v3.48c0 .404-.162.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.076V6.523c0-.404.161-.791.448-1.077Zm7.704 0A1.533 1.533 0 0 1 21.974 5h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.076V6.523c0-.404.162-.791.448-1.077ZM5.448 13.148a1.533 1.533 0 0 1 1.082-.446h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.53c-.406 0-.795-.16-1.082-.446A1.52 1.52 0 0 1 5 17.705v-3.48c0-.404.161-.791.448-1.077Zm7.74 0a1.533 1.533 0 0 1 1.083-.446h3.496a1.524 1.524 0 0 1 1.53 1.523v3.48c0 .404-.162.792-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.791.448-1.077Zm7.704 0a1.533 1.533 0 0 1 1.082-.446h3.496c.406 0 .795.16 1.082.446.287.286.448.673.448 1.077v3.48c0 .404-.161.792-.448 1.077a1.533 1.533 0 0 1-1.082.446h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.162-.791.448-1.077ZM5.45 20.92a1.533 1.533 0 0 1 1.082-.446h3.496c.406 0 .795.16 1.082.446.287.285.448.673.448 1.076v3.481c0 .404-.161.791-.448 1.077a1.533 1.533 0 0 1-1.082.446H6.531c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.792.448-1.077Zm7.74 0a1.533 1.533 0 0 1 1.082-.446h3.496c.406 0 .795.16 1.082.446.286.285.448.673.448 1.076v3.481c0 .404-.162.791-.448 1.077a1.533 1.533 0 0 1-1.082.446H14.27c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.161-.792.448-1.077Zm7.703 0a1.533 1.533 0 0 1 1.082-.446h3.496c.406 0 .795.16 1.082.446.287.285.448.673.448 1.076v3.481c0 .404-.161.791-.448 1.077A1.533 1.533 0 0 1 25.47 27h-3.496c-.406 0-.795-.16-1.082-.446a1.52 1.52 0 0 1-.448-1.077v-3.48c0-.404.162-.792.448-1.077Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view4:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M2.54 6.305a.221.221 0 0 0-.156.064.216.216 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.153V6.523a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064H2.54Zm-1.089-.859C1.74 5.16 2.131 5 2.54 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446H2.54c-.408 0-.8-.16-1.089-.446A1.514 1.514 0 0 1 1 10.004V6.523c0-.404.162-.791.451-1.077Zm8.889.86a.222.222 0 0 0-.156.063.217.217 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.153V6.523a.217.217 0 0 0-.064-.154.222.222 0 0 0-.156-.064h-3.52Zm-1.089-.86C9.54 5.16 9.931 5 10.34 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.076V6.523c0-.404.162-.791.451-1.077Zm8.851.86a.221.221 0 0 0-.155.063.216.216 0 0 0-.065.154v3.48a.221.221 0 0 0 .22.217h3.52a.221.221 0 0 0 .156-.063.216.216 0 0 0 .064-.153V6.523a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86c.29-.286.68-.446 1.09-.446h3.52c.408 0 .8.16 1.088.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.076V6.523c0-.404.162-.791.45-1.077Zm8.927.86a.221.221 0 0 0-.156.063.217.217 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.153V6.523a.217.217 0 0 0-.064-.154.222.222 0 0 0-.156-.064h-3.52Zm-1.089-.86C25.14 5.16 25.531 5 25.94 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.076V6.523c0-.404.162-.791.451-1.077ZM2.54 14.007a.221.221 0 0 0-.156.064.216.216 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.222.222 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064H2.54Zm-1.089-.86a1.55 1.55 0 0 1 1.089-.445h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446H2.54c-.408 0-.8-.16-1.089-.446A1.514 1.514 0 0 1 1 17.705v-3.48c0-.404.162-.791.451-1.077Zm8.889.86a.222.222 0 0 0-.156.064.216.216 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.222.222 0 0 0 .156-.064.217.217 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.222.222 0 0 0-.156-.064h-3.52Zm-1.089-.86a1.55 1.55 0 0 1 1.089-.445h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.791.451-1.077Zm8.851.86a.221.221 0 0 0-.155.064.216.216 0 0 0-.065.154v3.48a.222.222 0 0 0 .22.218h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86c.29-.285.68-.445 1.09-.445h3.52c.408 0 .8.16 1.088.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.791.45-1.077Zm8.927.86a.221.221 0 0 0-.156.064.216.216 0 0 0-.064.154v3.48c0 .058.023.114.064.154a.224.224 0 0 0 .156.064h3.52a.222.222 0 0 0 .156-.064.217.217 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.222.222 0 0 0-.156-.064h-3.52Zm-1.089-.86a1.55 1.55 0 0 1 1.089-.445h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.791.451-1.077ZM2.541 21.78a.221.221 0 0 0-.155.064.216.216 0 0 0-.065.153v3.481a.221.221 0 0 0 .22.218h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86c.29-.285.68-.445 1.09-.445h3.52c.408 0 .8.16 1.088.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.792.45-1.077Zm8.888.86a.221.221 0 0 0-.156.064.216.216 0 0 0-.064.153v3.481a.217.217 0 0 0 .22.218h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86a1.55 1.55 0 0 1 1.089-.445h3.52c.408 0 .8.16 1.089.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.792.451-1.077Zm8.851.86a.221.221 0 0 0-.155.064.216.216 0 0 0-.065.153v3.481a.221.221 0 0 0 .22.218h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86c.29-.285.68-.445 1.09-.445h3.52c.408 0 .8.16 1.088.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.792.45-1.077Zm8.927.86a.221.221 0 0 0-.156.064.216.216 0 0 0-.064.153v3.481a.217.217 0 0 0 .22.218h3.52a.221.221 0 0 0 .156-.064.216.216 0 0 0 .064-.154v-3.48a.216.216 0 0 0-.064-.154.221.221 0 0 0-.156-.064h-3.52Zm-1.089-.86a1.55 1.55 0 0 1 1.089-.445h3.52c.408 0 .8.16 1.089.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.792.451-1.077Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view4.active,
body .rdc-icon-svg.rdc-icon-view4-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M1.451 5.446C1.74 5.16 2.131 5 2.54 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446H2.54c-.408 0-.8-.16-1.089-.446A1.514 1.514 0 0 1 1 10.004V6.523c0-.404.162-.791.451-1.077Zm7.8 0C9.54 5.16 9.931 5 10.34 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.076V6.523c0-.404.162-.791.451-1.077Zm7.762 0c.29-.286.68-.446 1.09-.446h3.52c.408 0 .8.16 1.088.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.076V6.523c0-.404.162-.791.45-1.077Zm7.838 0C25.14 5.16 25.531 5 25.94 5h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.076V6.523c0-.404.162-.791.451-1.077Zm-23.4 7.702c.289-.286.68-.446 1.089-.446h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446H2.54c-.408 0-.8-.16-1.089-.446A1.514 1.514 0 0 1 1 17.705v-3.48c0-.404.162-.791.451-1.077Zm7.8 0c.289-.286.68-.446 1.089-.446h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.791.451-1.077Zm7.762 0c.29-.286.68-.446 1.09-.446h3.52c.408 0 .8.16 1.088.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.791.45-1.077Zm7.838 0c.289-.286.68-.446 1.089-.446h3.52c.408 0 .8.16 1.089.446.289.286.451.673.451 1.077v3.48c0 .404-.162.792-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.791.451-1.077ZM1.452 20.92c.29-.286.68-.446 1.09-.446h3.52c.408 0 .8.16 1.088.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.792.45-1.077Zm7.8 0c.288-.286.68-.446 1.088-.446h3.52c.408 0 .8.16 1.089.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.792.451-1.077Zm7.761 0c.29-.286.68-.446 1.09-.446h3.52c.408 0 .8.16 1.088.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.45 1.077a1.55 1.55 0 0 1-1.09.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.45-1.077v-3.48c0-.404.162-.792.45-1.077Zm7.838 0c.289-.286.68-.446 1.089-.446h3.52c.408 0 .8.16 1.089.446.289.285.451.673.451 1.076v3.481c0 .404-.162.791-.451 1.077-.289.286-.68.446-1.089.446h-3.52c-.408 0-.8-.16-1.089-.446a1.514 1.514 0 0 1-.451-1.077v-3.48c0-.404.162-.792.451-1.077Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-view-list:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M6.974 7.714a.28.28 0 0 0-.2.084.288.288 0 0 0-.082.202v4.571c0 .076.03.149.083.203a.28.28 0 0 0 .2.083h4.512a.28.28 0 0 0 .2-.083.288.288 0 0 0 .082-.203V8a.288.288 0 0 0-.082-.202.28.28 0 0 0-.2-.084H6.974ZM5.578 6.586C5.948 6.21 6.451 6 6.974 6h4.513c.524 0 1.026.21 1.396.586.37.375.579.884.579 1.414v4.571c0 .53-.208 1.04-.579 1.415a1.96 1.96 0 0 1-1.396.585H6.974c-.523 0-1.025-.21-1.396-.585A2.013 2.013 0 0 1 5 12.57V8c0-.53.208-1.04.578-1.414ZM16.282 8c0-.473.379-.857.846-.857h9.026c.467 0 .846.384.846.857a.852.852 0 0 1-.846.857h-9.026A.852.852 0 0 1 16.282 8Zm0 4.571c0-.473.379-.857.846-.857h5.641c.468 0 .846.384.846.857a.852.852 0 0 1-.846.858h-5.64a.852.852 0 0 1-.847-.858Zm-9.308 6.572a.28.28 0 0 0-.2.084.288.288 0 0 0-.082.202V24c0 .076.03.148.083.202a.28.28 0 0 0 .2.084h4.512a.28.28 0 0 0 .2-.084.287.287 0 0 0 .082-.202v-4.571a.288.288 0 0 0-.082-.202.28.28 0 0 0-.2-.084H6.974Zm-1.396-1.129c.37-.375.873-.585 1.396-.585h4.513c.524 0 1.026.21 1.396.585.37.375.579.884.579 1.415V24c0 .53-.208 1.04-.579 1.414a1.96 1.96 0 0 1-1.396.586H6.974a1.96 1.96 0 0 1-1.396-.586A2.013 2.013 0 0 1 5 24v-4.571c0-.53.208-1.04.578-1.415Zm10.704 1.415c0-.474.379-.858.846-.858h9.026c.467 0 .846.384.846.858a.852.852 0 0 1-.846.857h-9.026a.852.852 0 0 1-.846-.857Zm0 4.571c0-.473.379-.857.846-.857h5.641c.468 0 .846.384.846.857a.852.852 0 0 1-.846.857h-5.64a.852.852 0 0 1-.847-.857Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-view-list.active,
body .rdc-icon-view-list-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.578 6.586C5.948 6.21 6.451 6 6.974 6h4.513c.524 0 1.026.21 1.396.586.37.375.579.884.579 1.414v4.571c0 .53-.208 1.04-.579 1.415a1.96 1.96 0 0 1-1.396.585H6.974c-.523 0-1.025-.21-1.396-.585A2.013 2.013 0 0 1 5 12.57V8c0-.53.208-1.04.578-1.414ZM16.282 8c0-.473.379-.857.846-.857h9.026c.467 0 .846.384.846.857a.852.852 0 0 1-.846.857h-9.026A.852.852 0 0 1 16.282 8Zm0 4.571c0-.473.379-.857.846-.857h5.641c.468 0 .846.384.846.857a.852.852 0 0 1-.846.858h-5.64a.852.852 0 0 1-.847-.858ZM5.578 18.014c.37-.375.873-.585 1.396-.585h4.513c.524 0 1.026.21 1.396.585.37.375.579.884.579 1.415V24c0 .53-.208 1.04-.579 1.414a1.96 1.96 0 0 1-1.396.586H6.974a1.96 1.96 0 0 1-1.396-.586A2.013 2.013 0 0 1 5 24v-4.571c0-.53.208-1.04.578-1.415Zm10.704 1.415c0-.474.379-.858.846-.858h9.026c.467 0 .846.384.846.858a.852.852 0 0 1-.846.857h-9.026a.852.852 0 0 1-.846-.857Zm0 4.571c0-.473.379-.857.846-.857h5.641c.468 0 .846.384.846.857a.852.852 0 0 1-.846.857h-5.64a.852.852 0 0 1-.847-.857Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-address{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M28.532 5.148c.29.18.468.497.468.838V23.07a.985.985 0 0 1-.551.884l-8.006 3.943a.995.995 0 0 1-.88 0l-7.566-3.727-7.567 3.727a.995.995 0 0 1-.962-.046.985.985 0 0 1-.468-.838V9.93c0-.375.214-.718.551-.884l8.006-3.943a.995.995 0 0 1 .88 0l7.566 3.727 7.567-3.727a.995.995 0 0 1 .962.046Zm-9.52 5.393-6.024-2.967V22.46l6.024 2.966V10.542Zm1.982 14.886 6.024-2.968V7.574l-6.024 2.966v14.887Zm-9.988-2.968V7.574L4.982 10.54v14.887l6.024-2.968Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-timer{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.808 6.808a13 13 0 1 1 18.384 18.384A13 13 0 0 1 6.808 6.808ZM16 5a11 11 0 1 0 0 22 11 11 0 0 0 0-22Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16 8.333a1 1 0 0 1 1 1v6.253l3.707 3.707a1 1 0 0 1-1.414 1.414l-4-4A1 1 0 0 1 15 16V9.333a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.182 19.646a.513.513 0 0 0 .017.724l5.522 5.523a.333.333 0 0 0 .471 0L26.16 10.925a.513.513 0 0 0-.018-.724l-5.387-5.387a.513.513 0 0 0-.724-.017l-1.06 1.06 2.12 2.122a1 1 0 0 1-1.413 1.414l-2.122-2.12-1.414 1.413 1.179 1.179a1 1 0 1 1-1.415 1.414l-1.178-1.178-1.414 1.414 2.121 2.121a1 1 0 1 1-1.414 1.414l-2.122-2.121-1.414 1.414 1.179 1.179a1 1 0 0 1-1.414 1.414l-1.18-1.179-1.414 1.415 2.121 2.12a1 1 0 1 1-1.414 1.415l-2.121-2.121-1.061 1.06Zm-1.414-1.414c-.987.987-.958 2.578.017 3.553l5.522 5.522a2.333 2.333 0 0 0 3.3 0L27.574 12.34c.986-.987.958-2.578-.017-3.553L22.17 3.4c-.975-.975-2.567-1.004-3.553-.017l-14.85 14.85Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-box-disabled{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23C93032' fill-rule='evenodd' d='M3.293 3.293a1 1 0 0 1 1.414 0l24 24a1 1 0 0 1-1.414 1.414l-24-24a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sound {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m14.297 9.66-3.181 4.085a.77.77 0 0 1-.608.297H8.684a.143.143 0 0 0-.101.041.134.134 0 0 0-.04.095v3.643c0 .035.014.07.04.096a.143.143 0 0 0 .1.041h1.825a.77.77 0 0 1 .608.298l3.18 4.084V9.66Zm-.513-1.55a1.5 1.5 0 0 1 2.056 1.568v12.644a1.505 1.505 0 0 1-1.018 1.601 1.5 1.5 0 0 1-1.766-.662l-2.924-3.755H8.684A1.683 1.683 0 0 1 7 17.822v-3.643a1.685 1.685 0 0 1 1.684-1.686h1.448l2.924-3.754c.167-.283.423-.504.728-.628Zm6.794 1.03a.77.77 0 0 1 1.085-.119A8.974 8.974 0 0 1 25 16a8.963 8.963 0 0 1-3.337 6.979.77.77 0 0 1-1.085-.119.776.776 0 0 1 .118-1.088A7.426 7.426 0 0 0 23.457 16a7.41 7.41 0 0 0-2.761-5.772.776.776 0 0 1-.118-1.088Zm-2.48 2.754a.77.77 0 0 1 1.08-.158 5.328 5.328 0 0 1 0 8.527.77.77 0 0 1-1.08-.157.776.776 0 0 1 .157-1.083A3.783 3.783 0 0 0 19.77 16a3.773 3.773 0 0 0-1.514-3.023.776.776 0 0 1-.157-1.083Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nosound {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.227 7.225a.77.77 0 0 1 1.09.002l7.297 7.314 6.714 6.73a.714.714 0 0 1 .045.045l2.362 2.368a.771.771 0 1 1-1.092 1.09l-1.864-1.869a9.383 9.383 0 0 1-.114.094.771.771 0 0 1-.98-1.191l-1.52-1.523a.771.771 0 0 1-1.075-1.078l-2.25-2.256v5.396a1.504 1.504 0 0 1-1.016 1.6 1.5 1.5 0 0 1-1.77-.663l-2.924-3.77H8.684A1.683 1.683 0 0 1 7 17.83v-3.66a1.687 1.687 0 0 1 1.684-1.685h1.446l.549-.708-3.454-3.462a.77.77 0 0 1 .002-1.09Zm4.55 5.654-.66.851a.772.772 0 0 1-.61.299H8.685a.14.14 0 0 0-.1.04.144.144 0 0 0-.041.102v3.658a.14.14 0 0 0 .042.101.14.14 0 0 0 .099.041h1.824c.238 0 .463.11.61.299l3.179 4.098v-6.963l-2.52-2.526Zm2.52-3.247-.38.49a.772.772 0 0 1-1.22-.946l.358-.46a1.502 1.502 0 0 1 2.785.937v1.776a.771.771 0 0 1-1.543 0V9.632Zm6.283-.518a.772.772 0 0 1 1.085-.113 9.017 9.017 0 0 1 2.356 11.085.771.771 0 1 1-1.375-.7 7.475 7.475 0 0 0-1.952-9.187.771.771 0 0 1-.114-1.085ZM18.1 11.88a.771.771 0 0 1 1.08-.153 5.342 5.342 0 0 1 2.038 5.272.771.771 0 1 1-1.515-.288 3.81 3.81 0 0 0-1.45-3.75.772.772 0 0 1-.153-1.08Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-gift{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.113 7.194c-.856-.951-1.78-1.362-2.636-1.348h-.016a2.154 2.154 0 1 0 .02 4.308h4.288c-.42-1.213-.993-2.223-1.656-2.96Zm1.964 4.807v3.076H7.404a1.339 1.339 0 0 0-.04 0h-1.21a.308.308 0 0 1-.308-.307v-2.462a.308.308 0 0 1 .308-.307h8.923ZM6.46 16.922h-.307A2.154 2.154 0 0 1 4 14.77v-2.462a2.154 2.154 0 0 1 2.154-2.154h.936a4 4 0 0 1 3.363-6.153c1.514-.024 2.915.716 4.033 1.958.588.654 1.096 1.442 1.513 2.326.418-.884.925-1.672 1.514-2.326 1.117-1.242 2.518-1.982 4.032-1.958a4 4 0 0 1 3.363 6.153h.938a2.154 2.154 0 0 1 2.153 2.154v2.462a2.154 2.154 0 0 1-2.153 2.153h-.309v7.692A3.385 3.385 0 0 1 22.153 28H16.02a1.347 1.347 0 0 1-.04 0H9.845a3.385 3.385 0 0 1-3.384-3.385v-7.692Zm10.462 9.23h5.23a1.538 1.538 0 0 0 1.538-1.538v-7.692h-6.768v9.23Zm-1.846-9.23v9.23H9.845a1.538 1.538 0 0 1-1.538-1.538v-7.692h6.77Zm1.846-1.846V12h8.923a.308.308 0 0 1 .307.307v2.462a.308.308 0 0 1-.307.307h-1.212a1.347 1.347 0 0 0-.04 0h-7.671Zm4.594-4.923h.02a2.154 2.154 0 0 0 0-4.307h-.016c-.857-.015-1.78.396-2.636 1.347-.663.737-1.235 1.747-1.655 2.96h4.287Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-filter{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.473 5.098A3.75 3.75 0 0 1 12.74 6.75H27a1 1 0 1 1 0 2H12.74a3.75 3.75 0 0 1-7.23 0H5a1 1 0 1 1 0-2h.51c.172-.62.501-1.19.963-1.652ZM9.125 6a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm9.723 7.348A3.75 3.75 0 0 1 25.114 15H27a1 1 0 1 1 0 2h-1.886a3.75 3.75 0 0 1-7.228 0H5a1 1 0 1 1 0-2h12.886c.171-.62.5-1.19.962-1.652Zm2.652.902a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-10.902 7.348a3.75 3.75 0 0 1 6.266 1.652H27a1 1 0 1 1 0 2H16.864a3.75 3.75 0 0 1-7.228 0H5a1 1 0 1 1 0-2h4.636c.171-.62.5-1.19.962-1.652Zm2.652.902a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info-size {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23666' d='M15 11.31c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-.22A1.09 1.09 0 0 0 16.31 10h-.22A1.09 1.09 0 0 0 15 11.09v.22Zm0 9.6c0 .602.488 1.09 1.09 1.09h.22a1.09 1.09 0 0 0 1.09-1.09v-5.02a1.09 1.09 0 0 0-1.09-1.09h-.22A1.09 1.09 0 0 0 15 15.89v5.02Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-return2 {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M14.707 7.293a1 1 0 0 1 0 1.414L7.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Zm11 0a1 1 0 0 1 0 1.414L18.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-return1 {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25.707 7.293a1 1 0 0 1 0 1.414L18.414 16l7.293 7.293a1 1 0 0 1-1.414 1.414l-8-8a1 1 0 0 1 0-1.414l8-8a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-edit {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M20.515 5.357a4.69 4.69 0 0 1 5.111 7.65l-1.303 1.304h-.002v.002L11.925 26.707a1 1 0 0 1-.707.293H6a1 1 0 0 1-1-1v-5.22a1 1 0 0 1 .293-.706L17.688 7.679l1.305-1.305a4.69 4.69 0 0 1 1.522-1.017ZM18.395 9.8 7 21.195V25h3.805L22.2 13.605 18.395 9.8Zm5.22 2.39L19.81 8.386l.597-.598a2.692 2.692 0 0 1 3.805 3.805l-.598.598Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-360 {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.931 9.087a8.08 8.08 0 0 1 9.742 1.26 8.11 8.11 0 0 1 2.32 4.643.687.687 0 1 1-1.358.189 6.736 6.736 0 0 0-1.928-3.857 6.715 6.715 0 0 0-10.444 1.244h2.08a.686.686 0 0 1 0 1.373H8.686A.686.686 0 0 1 8 13.252V9.59a.686.686 0 1 1 1.371 0v1.838a8.097 8.097 0 0 1 2.56-2.34Zm-3.34 7.148a.686.686 0 0 1 .774.586 6.735 6.735 0 0 0 1.928 3.857 6.716 6.716 0 0 0 8.09 1.046 6.726 6.726 0 0 0 2.354-2.29h-2.08a.686.686 0 0 1 0-1.373h3.657c.379 0 .686.307.686.686v3.664a.686.686 0 1 1-1.372 0v-1.838a8.08 8.08 0 0 1-12.301 1.081 8.11 8.11 0 0 1-2.32-4.644.687.687 0 0 1 .584-.775Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-store-locator {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5.666 3.532A.962.962 0 0 1 6.526 3h17.948a.96.96 0 0 1 .86.532l2.564 5.128c.067.133.102.28.102.43v1.282a4.808 4.808 0 0 1-2.564 4.252v11.453h1.602a.962.962 0 0 1 0 1.923H3.962a.962.962 0 1 1 0-1.923h1.602V14.624A4.805 4.805 0 0 1 3 10.372V9.09c0-.15.035-.297.102-.43l2.564-5.128Zm1.821 11.637v10.908h3.205V21.91a3.526 3.526 0 0 1 3.526-3.525h2.564a3.526 3.526 0 0 1 3.526 3.525v4.167h3.205V15.169a4.81 4.81 0 0 1-4.167-1.913A4.812 4.812 0 0 1 15.5 15.18a4.808 4.808 0 0 1-3.846-1.924 4.807 4.807 0 0 1-4.167 1.912Zm5.128-4.797a2.884 2.884 0 1 0 5.77 0v-.32h-5.77v.32Zm-1.923-.32v.32a2.884 2.884 0 1 1-5.769 0v-.32h5.77Zm14.79-1.924L23.88 4.923H7.12L5.517 8.128h19.966Zm.595 1.923h-5.77v.32a2.884 2.884 0 1 0 5.77 0v-.32Zm-7.692 16.026V21.91a1.602 1.602 0 0 0-1.603-1.602h-2.564a1.602 1.602 0 0 0-1.603 1.602v4.167h5.77Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-direction {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M28.707 3.293a1 1 0 0 1 .234 1.047l-8.667 24a1.733 1.733 0 0 1-3.174.096l-4.512-9.024L3.565 14.9a1.733 1.733 0 0 1 .095-3.174l24-8.667a1 1 0 0 1 1.047.234ZM4.985 13.374l8.796 4.398a1 1 0 0 1 .447.448l4.398 8.795 7.71-21.35-21.351 7.71Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

/* SVG icons cursor Ex: {cursor: url("data:image/svg+xml,%3Csvg ... "), default;} */
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M7.82.964a12.667 12.667 0 0 1 14.482 19.924l9.405 9.405a1 1 0 0 1-1.414 1.414l-9.405-9.405a12.664 12.664 0 0 1-17.178-.679A12.668 12.668 0 0 1 7.82.964ZM12.666 2a10.667 10.667 0 1 0 0 21.333 10.667 10.667 0 0 0 0-21.333Z' clip-rule='evenodd'/%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M12.666 6.666a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4h-4a1 1 0 1 1 0-2h4v-4a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

/* SVG icons MASK Ex: {-webkit-mask: url("data:image/svg+xml,%3Csvg ... ");} */
body .rdc-icon-svg.rdc-icon-tag {-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M8.882 4A4.882 4.882 0 0 0 4 8.882v4.994c0 .96.38 1.881 1.06 2.56L15.563 26.94a3.62 3.62 0 0 0 5.12 0l6.256-6.255a3.618 3.618 0 0 0 0-5.12L16.435 5.06A3.622 3.622 0 0 0 13.876 4H8.882Zm0 2A2.882 2.882 0 0 0 6 8.882v4.994c0 .43.17.842.475 1.146l10.502 10.503a1.62 1.62 0 0 0 2.293 0l.24-.24 5.775-5.775.24-.24a1.62 1.62 0 0 0 0-2.293L15.021 6.475A1.62 1.62 0 0 0 13.876 6H8.882Zm-.353 4.823a2.29 2.29 0 0 1 2.294-2.294 2.294 2.294 0 1 1-2.294 2.294Zm2.294-.294a.294.294 0 1 0 0 .589.294.294 0 0 0 0-.589Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping-express {-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18.011 4.047a.92.92 0 0 1 .622.876v7.692h6.462c.342 0 .654.197.808.508a.939.939 0 0 1-.08.965l-9.824 13.538a.895.895 0 0 1-1.01.327.922.922 0 0 1-.622-.876v-7.692H7.905a.903.903 0 0 1-.808-.508.939.939 0 0 1 .08-.965l9.824-13.538a.895.895 0 0 1 1.01-.327Zm-8.31 13.491h5.571c.5 0 .905.414.905.924v5.817L23.3 14.46h-5.572a.914.914 0 0 1-.905-.922V7.722L9.7 17.538Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 4a1 1 0 0 1 1 1v13.14l4.86-4.793a1 1 0 0 1 1.405 1.424l-6.563 6.47a1 1 0 0 1-1.404 0l-6.563-6.47a1 1 0 0 1 1.405-1.424l4.86 4.792V5a1 1 0 0 1 1-1ZM5 20.823a1 1 0 0 1 1 1v2.589c0 .416.168.819.471 1.118.304.3.719.47 1.154.47h15.75c.436 0 .85-.17 1.154-.47A1.57 1.57 0 0 0 25 24.412v-2.588a1 1 0 1 1 2 0v2.588a3.57 3.57 0 0 1-1.067 2.542A3.644 3.644 0 0 1 23.375 28H7.625a3.644 3.644 0 0 1-2.558-1.046A3.57 3.57 0 0 1 4 24.412v-2.588a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}




/* ======== !! ======== */
/*
 *
 * Banner HomePage
 *
*/
body .home .home-slider .description .content .home-slider-title{text-transform: uppercase;}


/*
 *
 * Header
 *
*/
body header.transparency-on:not(.header-search-active) #header-main-block-container:after{background: linear-gradient(180.71deg, rgba(0, 0, 0, 0.14) 31.26%, rgba(0, 0, 0, 0) 99.39%);}
#header-left-group .header-shop-icon-text,#header-left-group .header-shop-icon-text-desc-left{font-size: 16px;}
#header .rdc-icon-svg.rdc-icon-wishlist.active{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.972 7.988a5.469 5.469 0 0 0-2.181.214 5.364 5.364 0 0 0-1.903 1.046 5.185 5.185 0 0 0-1.305 1.693 5.046 5.046 0 0 0-.112 4.123 5.16 5.16 0 0 0 1.212 1.756l.006.006 8.822 8.536 8.821-8.535a.958.958 0 0 1 .076-.067 5.157 5.157 0 0 0 1.127-1.684 5.035 5.035 0 0 0-.12-4.112 5.183 5.183 0 0 0-1.301-1.687 5.363 5.363 0 0 0-1.896-1.045 5.469 5.469 0 0 0-4.253.43 5.277 5.277 0 0 0-1.63 1.398 1.04 1.04 0 0 1-1.652-.005 5.273 5.273 0 0 0-1.629-1.41 5.43 5.43 0 0 0-2.082-.657Zm14.724 10.426-9.463 9.157c-.404.39-1.041.39-1.445 0l-9.54-9.232a7.257 7.257 0 0 1-1.698-2.465 7.142 7.142 0 0 1 .157-5.845 7.278 7.278 0 0 1 1.831-2.377A7.444 7.444 0 0 1 9.18 6.199a7.541 7.541 0 0 1 5.886.614c.526.294 1.013.65 1.45 1.058a7.397 7.397 0 0 1 1.447-1.045 7.54 7.54 0 0 1 5.87-.595 7.443 7.443 0 0 1 2.632 1.45 7.277 7.277 0 0 1 1.826 2.37 7.15 7.15 0 0 1 .17 5.827 7.255 7.255 0 0 1-1.687 2.469.821.821 0 0 1-.077.067Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
#header .rdc-icon-svg.rdc-icon-cart.active{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.5 4.863c-.833 0-1.626.323-2.207.888-.58.565-.9 1.325-.9 2.112V9.53h6.214V7.863c0-.787-.321-1.547-.901-2.112a3.164 3.164 0 0 0-2.206-.888Zm5.107 4.667V7.863a4.95 4.95 0 0 0-1.506-3.545A5.163 5.163 0 0 0 15.5 2.863a5.16 5.16 0 0 0-3.602 1.455 4.948 4.948 0 0 0-1.505 3.545V9.53H7.738m2.655 2H7.738c-.254 0-.505.054-.735.156-.23.103-.431.252-.593.435a1.645 1.645 0 0 0-.345.624 1.6 1.6 0 0 0-.045.7l1.718 10.87c.11.701.476 1.347 1.038 1.817.563.47 1.284.731 2.033.731h9.38c.75 0 1.472-.261 2.035-.731a2.974 2.974 0 0 0 1.038-1.817l1.718-10.87a1.6 1.6 0 0 0-.045-.7 1.645 1.645 0 0 0-.345-.624 1.731 1.731 0 0 0-.593-.435 1.801 1.801 0 0 0-.735-.156h-2.655v3a1 1 0 0 1-2 0v-3h-6.214v3a1 1 0 0 1-2 0v-3Zm10.214-2h2.655a3.8 3.8 0 0 1 1.552.33c.488.22.924.539 1.276.939.353.4.614.872.764 1.383a3.6 3.6 0 0 1 .102 1.576l-1.718 10.87a4.974 4.974 0 0 1-1.732 3.039 5.172 5.172 0 0 1-3.317 1.196h-9.38a5.173 5.173 0 0 1-3.315-1.197 4.974 4.974 0 0 1-1.732-3.039L4.044 13.758a3.6 3.6 0 0 1 .102-1.575c.15-.512.411-.984.764-1.384.353-.4.788-.72 1.276-.938a3.8 3.8 0 0 1 1.552-.331' clip-rule='evenodd'/%3E%3C/svg%3E");}

#header-search-input,
#header-search-container{background-color: var(--color-white) !important;}


@media screen and (max-width:1199px) {
	#header .header-shop-item .header-shop-icon-text.rdc-absolute-text{font-size: 12px; font-weight: 500;}
}

/* Tooltip */
.shop-tooltip-item-username{font-weight: 600; font-size: 20px;}
body .shop-tooltip-item-account-desc,body .tooltip-account .shop-tooltip-item-logout{font-weight: 500;font-size: 18px;}



/*
 *
 * Search
 *
*/
#container-search-results .hrsearch-exp-results,
#container-search-results #rdc-overlay-search-resp-subtitle{opacity: 1 !important; text-transform: unset !important;}
#rdc-overlay-search-resp-list li a {color: var(--color-black);}



/*
 *
 * Colors
 *
*/
/* PI */

body article.product-item .rdc-product-color-item,
body article.product-item .rdc-product-more-colors,
body article.product-item .rdc-product-color-item figure,
body article.product-item .rdc-product-color-item .color-code,
body article.product-item .rdc-product-color-item .rdc-icon-svg,
body article.product-item .rdc-product-more-colors .rdc-icon-svg{border-radius: 100%;}
body article.product-item .rdc-product-color-item:not(.sel) {border-color: transparent;}
body article.product-item .rdc-product-color-item:not(.sel) .rdc-product-color-item-image-wrapper{border: 1px solid var(--color-lines);border-radius: 100%;}

@media (hover) {
	body article.product-item .rdc-product-color-item:hover{border-color: var(--color-black);}
    body article.product-item .rdc-product-color-item:hover:not(.sel) .rdc-product-color-item-image-wrapper{border-color: var(--color-white);}
}

/* Detail */

body #rdc-productdetail-area-b .rdc-product-color-item,
body #rdc-productdetail-area-b .rdc-product-more-colors{border-radius: 10px;}
body #rdc-productdetail-area-b .rdc-product-color-item figure,
body #rdc-productdetail-area-b .rdc-product-color-item .color-code,
body #rdc-productdetail-area-b .rdc-product-color-item .rdc-icon-svg,
body #rdc-productdetail-area-b .rdc-product-more-colors .rdc-icon-svg{border-radius: 8px;}
body #rdc-productdetail-area-b .rdc-product-color-item:not(.sel) {border-color: var(--color-lines);}

@media (hover) {
    body #rdc-productdetail-area-b .rdc-product-color-item:hover{border-color: var(--color-black);}
}


/*
 *
 * Submenu
 *
*/
@media screen and (min-width:1200px) {
	html body .inst-menu.submenu-user .rdc-icon-user{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M11.522 5.855a6.333 6.333 0 1 1 8.956 8.956 6.333 6.333 0 0 1-8.956-8.956ZM16 6a4.333 4.333 0 1 0 0 8.666A4.333 4.333 0 0 0 16 6Zm-2.667 15A4.333 4.333 0 0 0 9 25.333V28a1 1 0 1 1-2 0v-2.667A6.333 6.333 0 0 1 13.333 19h5.334a1 1 0 1 1 0 2h-5.334Zm15.374.96a1 1 0 0 1 0 1.414l-5.333 5.333a1 1 0 0 1-1.414 0l-2.667-2.667a1 1 0 0 1 1.414-1.414l1.96 1.96 4.626-4.627a1 1 0 0 1 1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .menu-container .featured .item + .rdc-icon-holder .rdc-icon-svg{filter: brightness(0) saturate(100%) invert(30%) sepia(66%) saturate(1648%) hue-rotate(212deg) brightness(83%) contrast(82%);}
	body #submenu-inst-menu{background-color: transparent;}
	body .featured-text .featured span::after{font-weight: 600;letter-spacing: 1px;}
	body .rdc-return-center .list-nav-title{line-height: 108%;text-transform: uppercase;}
}


/*
 *
 * Product List
 *
*/
/* Area - A */
.side-menu a {color: var(--color-black)}
body .rdc-products-filters-view .filters-bar-btn,
body #filters-bar .filters-bar-btn{background-color: var(--color-background);border-radius: 6px;border: none;}

@media screen and (min-width:1200px) {
	.rdc-products-info-title-wrapper .rdc-products-info-title.subtitle{font-size: 20px; line-height: 100%;}
}

@media screen and (max-width:1199px) {
	.rdc-products-info-title-wrapper .rdc-products-info-title.subtitle{font-size: 18px;line-height: 160%;}	
}

/* Area - F */
#rdc-productlist-area-f .no-link{color: var(--color-black);}
body .breadcrumb ul li::before{font-size: 11px;line-height: 232%;}

/* Filters */
@media screen and (max-width:1199px) {
	#filters-popup #total-filter-active-top{line-height: 100%;}
    body #filters-popup .total-filter-active{font-size: 16px; font-weight: 400;}
	body #filters-popup .wrapper-pseudo-filters .box-filter .item-name{font-size: 18px;}
	body .wrapper-active-filters .filters-active-item{background-color: var(--color-background);border-radius: 4px;}
	#filters-popup .wrapper-rotation-filters .check-color{border-radius: 100%; border: 1px solid var(--color-lines);}
	.wrapper-rotation-filters .rdc-wrapper-popup-header > p.list-nav-title,
	body #filters-popup .wrapper-pseudo-filters .rdc-wrapper-popup-header > .list-nav-title{text-transform: uppercase;}
}


/*
 *
 * Product Item
 *
*/

body article.product-item .slider .slick-arrow, article.product-item .rdc-slider-arrow{background-color: transparent !important;box-shadow: unset;}
body article.product-item .product-item-more-colors-label{color: var(--color-darkgray);}

@media (hover) {
	body article.product-item:hover .rdc-product-item-image .slick-arrow:hover{opacity: 0.5;}
}

@media screen and (min-width:768px) {
	body article.product-item .product-item-more-colors-label{font-size: 16px;}
}

@media screen and (max-width:767px) {
	body article.product-item .product-item-more-colors-label{font-size: 12px;}
	body article.product-item .product-item-more-colors-label{color: var(--color-darkgray); font-size: 12px;}
	body article.product-item .price .discount{font-size: 12px;}
}

/* Wishlist */
.wishlist .addCart.btn-cart{height: 48px;color: var(--color-buttoncart);border-color: var(--color-buttoncart);background-color: transparent;}
.wishlist .rdc-product-item-variants-wishlist .value{color: var(--color-darkgray);}
.wishlist .rdc-promo-dates-wrapper{text-align: center;}

@media screen and (max-width:767px) {
	.wishlist .rdc-product-item-variants-wishlist .value{font-size: 12px;}
}

@media (hover) {
	.wishlist .addCart.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{color: var(--color-white);border-color: var(--color-buttoncart);background-color: var(--color-buttoncart);}
}

/* Combine */
.combine-products .addCart.btn-cart{height: 48px;color: var(--color-buttoncart);border-color: var(--color-buttoncart);background-color: transparent;}

@media (hover) {
	.combine-products .addCart.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{color: var(--color-white);border-color: var(--color-buttoncart);background-color: var(--color-buttoncart);}
}

/* Small */
article.product-item.rdc-product-item-small .desc .name,article.product-item.rdc-product-item-small .rdc-product-item-name{font-size: 14px; line-height: 130%;}
article.product-item.rdc-product-item-small .rdc-product-item-name{-webkit-line-clamp: 1;line-clamp: 1;min-height: 1px;}
article.product-item.rdc-product-item-small .price, article.product-item.rdc-product-item-small .price p{font-size: 13px;}

/*
 *
 * Detail
 *
*/
body #rdc-productdetail-area-b .rdc-product-ref-reviews .rdc-product-ref *{color: var(--color-darkgray);font-size: 16px;line-height: 160%;}
body .displayReviews{line-height: 160%;}
body #rdc-productdetail-area-b .wrapper-colors .rdc-product-label .rdc-label-desc-value{color: var(--color-black);}
body #rdc-productdetail-area-b .rdc-wrapper-points-time .rdc-product-box-info{background-color: transparent;}
body #rdc-productdetail-area-b .rdc-product-box-info-description{color: var(--color-black);}
body #rdc-productdetail-area-b .rdc-product-accordion .accordion li{border: none;}
body #rdc-productdetail-area-b .product-faqs ul.accordion li .accordion-head p,
body #rdc-productdetail-area-b .technical-info-item .technical-info-item-filesize,
body #rdc-productdetail-area-b .accordion .accordion-content .technology .list-nav-subtitle,
body #rdc-productdetail-area-b .accordion .accordion-content .list-composition .column-title{color: var(--color-darkgray);}


@media screen and (min-width:992px) {
	/* Area B */
	body #rdc-productdetail-area-b .rdc-product-name .title{font-size: 22px;}
	body #rdc-productdetail-area-b .accordion .accordion-content .list-instructions .code{line-height: 129%;}
}

@media screen and (max-width:991px) {
	body #rdc-productdetail-area-b .rdc-product-name .title{font-size: 18px;}

	body #rdc-productdetail-area-b .accordion .accordion-content .list-instructions .code{line-height: 121%;}
}


/*
 *
 * Account
 *
*/
body .form-field .max-carac{color: var(--color-darkgray);}

@media screen and (max-width:767px) {
    body .form-field .max-carac{line-height: 142%;}
}