/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #161616;
	--color-theme: #FABFC3;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(51, 51, 51, 0.5)	;
	--color-background: #F8F8F8;
	--color-backgroundDots: #F8F8F8;
	--color-backgroundDisabled: #F5F5F5;
	--color-lines: #CCC;
	--color-link: #EB999E;
	--color-help: #8B8D8F;
	--color-helplight: #F5F5F5;
	--color-error: #D0021B;
	--color-errorlight: #FAE6E6;
	--color-success: #3F9C35;
	--color-successlight: #ECF5EB;
	--color-warning: #EC7A09;
	--color-warninglight: #FDF2E6;
	--color-info: #0088DF;
	--color-infolight: #E6F3FC;

	--container-padding: 24px;
	--container-padding-n: -24px;
}



@media screen and (max-width: 1199px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
	}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	/* font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

a:hover, .a:hover {
	text-decoration: none;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 154%;
	font-weight: 300;
}

/* PARAGRAPH - A */
.paragraph a {
	color: var(--color-link);
	text-decoration: underline;
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

.paragraph a:hover, a.paragraph:hover {
	color: var(--color-link);
	text-decoration: none;
}

/* SMALL
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-size: 12px;
	color: var(--color-darkgray);
	font-weight: 300; Required font-weight 
	line-height: 140%;
} */

a.small, .a.small, .small, small, .small, .small::before, .small::after{
	line-height: 154%;
	font-size: 13px;
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 150%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 300;
	font-size: 48px;
	line-height: 150%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 150%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 500;
	font-size: 26px;
	line-height: 150%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 300;
	font-size: 22px;
	line-height: 150%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-size: 14px;
	text-transform: uppercase;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 500;
	font-size: 14px;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT ITEM */
	/* Brand 
	.brand-list-product {
		font-weight: 600;
		font-size: 13px;
	}
	*/
	/* Name */
	.product-item .desc .name {
		font-weight: 400;
		font-size: 13px;
		line-height: 150%;
	}

	/* Price */
	.price {display: flex;align-items: baseline;}
	.price, .price p {
		font-weight: 500;
		font-size: 13px;
	}

	/* Price Discount */
	.price .discount {
		background: var(--color-link); /* Required */
		color: var(--color-white); /* Required */
		border-radius: 12px;
		padding: 2px 5px 1px;
		line-height: 150%;
	}

	/* Price Old */
	.price .old {
		color: var(--color-gray);
		text-decoration: line-through;
	}

	/* Price Current */
	/* .price .current {font-weight: 400;} */

	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date {
		font-weight: 400;
		font-size: 10px;
		line-height: 150%;
	}

	/* Price Desde, Price Type */
	.price .desde, .price .type {
		font-size: 12px;
		color: var(--color-gray);
		line-height: 150%;
	}

	/* Promo Date */
	.rdc-promo-date {
		color: var(--color-link);
	}

@media screen and (max-width: 1199px) {

	body, .paragraph, .gm-style, .page-content{
		font-size: 13px;
	}

	/* MEGA-TITLE */
	.mega-title {
		font-size: 44px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title { 			/* (1) */
		font-size: 36px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title { /* (1) */
		font-size: 28px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 21px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 18px;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		font-size: 16px;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 14px;
	}

	/* SIGNATURE */
	.signature {
		font-size: 13px;
	}

	/* PRODUCT ITEM */
	.product-item .desc .name ,
	.product-item .price p {
		font-size: 13px;
	}

	.price .current{
		font-weight: 500;
	}
}

@media screen and (min-width: 1200px) {
	/* PRODUCT ITEM (SMALL) == MOBILE */
	.rdc-product-item-size-small .desc .name ,
	.rdc-product-item-size-small .price p {
		font-size: 13px;
	}
}

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	.rdc-popup-right-bar .title {
		font-size: 38px;
	}

	/* SECONDARY-TITLE */
	.rdc-popup-right-bar .secondary-title {
		font-size: 30px;
	}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button],
	body .button.btn-cart, body .button.btn-cart-esgotado,
	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button], body .account button[type=submit], body .account button[type=button] {
		font-weight: 400;
		font-size: 14px;
		text-transform: uppercase;
		border-radius: 200px;
		border: 1px solid var(--color-theme);;
		padding: 13px 20px 12px;
		letter-spacing: 1px;
	}

	.MacOS .button, .MacOS button, .MacOS input[type=submit], .MacOS input[type=button]{
		font-weight: 500;
	}
	
	.button, button, input[type=submit], input[type=button],
	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button], body .account button[type=submit], body .account button[type=button] {
		color: var(--color-white);
		border-color: var(--color-theme);
		background-color: var(--color-theme);
	}

	/* Normal Hover */
	.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover,
	body .account .button:not([disabled]):hover, body .account button:not([disabled]):hover, body .account input[type=submit]:not([disabled]):hover, body .account input[type=button]:not([disabled]):hover {
		border-color: var(--color-link);
		background-color: var(--color-link);
		color: var(--color-white);
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		/* opacity: 0.3; */
		color: var(--color-gray);
		border-color: var(--color-backgroundDisabled);
		background-color: var(--color-backgroundDisabled);
	}

	/* 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-link);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White 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-theme);
		background-color:var(--color-theme);
	}

	/* 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;
		/* opacity: 0.3; */
		color: var(--color-gray);
		border-color: var(--color-backgroundDisabled);
		background-color: var(--color-backgroundDisabled);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-link);
		border-color: var(--color-theme);
		background-color: transparent;
	}

	/* Normal 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-theme);
		background-color: var(--color-theme);
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		/* opacity: 0.3; */
		color: var(--color-gray);
		border-color: var(--color-backgroundDisabled);
		background-color: var(--color-backgroundDisabled);
	}

	/* 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 */
	.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-link); 
		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;
		/* opacity: 0.3; */
		color: var(--color-gray);
		border-color: var(--color-backgroundDisabled);
		background-color: var(--color-backgroundDisabled);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-weight: 500;
		font-size: 12px;
		line-height: normal;
		text-transform: uppercase;
		text-decoration: none !important;
		padding: 2px 0;
		border: 0;
		background: transparent;
		display: inline-block;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px solid;
	}

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		color: currentColor;
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		color: var(--color-black);
		cursor: default !important;
		opacity: 0.3;
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
	}

	/* White Hover */
	.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {

	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		cursor: default !important;
		opacity: 0.3;
	}

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado {
		font-weight: 500;
		font-size: 14px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 15px 20px 14px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		line-height: 21px;
	}

	/* Normal hover */
	.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: var(--color-dark);
		background-color: var(--color-dark);
	}

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		opacity: 0.3;
	}

	/* Secondary Button */
	.btn-cart.btn2, .btn-cart-esgotado.btn2 {
		color: var(--color-black);
		background-color: transparent;
	}

	/* Button Esgotado */
	/* Normal */
	body .btn-cart-esgotado{
		color: var(--color-darkgray) !important;
		border-color: var(--color-lightgray) !important;
		background-color: var(--color-lightgray) !important;
		cursor: default !important;
		opacity: 1 !important;
	}


/* Button Loading */
.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: var(--color-black) !important;
	background: var(--color-black) !important;
	border-color: var(--color-black) !important;
}

.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;
}

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}






/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-dark);
}

body .accordion > li.active + li {
	border-top-color: var(--color-dark);
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 32px !important;
    padding-right: 15px;
}

.accordion .accordion-head .accordion-icon{
	left: 4px;
    height: 16px;
    width: 16px;
}




/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 7px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
	text-align: center;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 13px 30px 12px;
	border: 1px solid var(--color-lines);
	background-color: var(--color-white);
	border-radius: 4px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	border-color: var(--color-black);
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-dark);
	border-color: var(--color-dark);
}

body .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: 767px) {
	body .tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 -15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		padding-left: 15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		padding-right: 10px;
	}
}






/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title:not(.required-policy):not(.paragraph), .label-subtitle:not(.required-policy):not(.paragraph), .label-desc:not(.required-policy):not(.paragraph) {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select,
body .account textarea, body .account input[type=text], body .account input[type=number], body .account input[type=email], body .account input[type=password], body .account input[type=tel], body .account input[type=search], body .account input[type=file], body .account select, .account .mfp-wrap textarea, .account .mfp-wrap {
	padding: 10px 15px 9px;
	border: 1px solid var(--color-gray);
	border-radius: 5px;
	min-height: 42px;
	background-color: white;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-black);
	line-height: 150%;
}

input[type=file],
.account input[type=file] {
	padding: 8px 15px;
}

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, textarea:hover, div.select:not(.disabled):hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus,
.magic-checkbox+label:hover:before, .magic-radio+label:hover:before,
.account input[type=text]:hover, .account input[type=number]:hover, .account input[type=email]:hover, .account input[type=password]:hover, .account input[type=tel]:hover, .account input[type=search]:hover, .account input[type=file]:hover, .account textarea:hover, .account div.select:not(.disabled):hover,
.account input[type=text]:focus, .account input[type=email]:focus, .account input[type=password]:focus, .account input[type=tel]:focus, .account input[type=search]:focus, .account textarea:focus,
.account .magic-checkbox+label:hover:before, .account .magic-radio+label:hover:before {
	border-color: var(--color-dark); 
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]: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, textarea.disabled, div.select.disabled,
.account input[type=text]:disabled, .account input[type=email]:disabled, .account input[type=password]:disabled, .account input[type=tel]:disabled, .account input[type=search]:disabled, .account textarea:disabled, .account div.select[disabled],
.account input[type=text].disabled, .account input[type=email].disabled, .account input[type=password].disabled, .account input[type=tel].disabled, .account input[type=search].disabled, .account textarea.disabled, .account div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lightgray)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
	border-radius: 5px !important;
}

div.select,
.account div.select {
	position: relative;
	display: block;
	overflow-x: hidden;
	border: 0;
}

div.select select,
.account div.select select {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 15px;
	min-height: 40px;
	height: auto;
	appearance:none;
	border: 1px solid var(--color-gray) !important;
	border-radius: 5px !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	line-height: 19px; /* Mozilla */
}

div.select select:focus, .account div.select select:focus,
div.select select:hover, .account div.select select:hover{
	border-color: var(--color-dark) !important; 
}

div.select::after,
.account div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 32 32'%3E%3Cpath d='m22.5 6.055-10.018 10.445 10.018 10.445-1.491 1.555-11.509-12 11.509-12z' transform='matrix(0 -1 -1 0 32.5 32.5)'%3E%3C/path%3E%3C/svg%3E") left top/100% no-repeat;
}

div.select.loading::after,
.account div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled,
.account div.select select:disabled{
	background-color: var(--color-background);
	border: 0 !important;
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

::-webkit-input-placeholder {color: var(--color-gray);}
::-moz-placeholder {color: var(--color-gray);}
:-ms-input-placeholder {color: var(--color-gray);}
:-moz-placeholder {color: var(--color-gray);}






/*
 *
 * Messages Bar
 *
*/
.form-message .help, .form-message .success, .form-message .info, .form-message .warning, .form-message .error, 
body .form-stock-message .help, body .form-stock-message .info, body .form-stock-message .warning, body .form-stock-message .success, body .form-stock-message .error {
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 20px;
	line-height: 150%;
	font-size: 13px;
	color: var(--color-black);
	padding: 5px 15px 4px;
	border-radius: 2px;
	border: 1px solid;
	text-align: center;
}

.form-message .help::before, .form-message .success::before, .form-message .info::before, .form-message .warning::before, .form-message .error::before, 
body .form-stock-message .help::before, body .form-stock-message .info::before, body .form-stock-message .warning::before, body .form-stock-message .success::before, body .form-stock-message .error::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}

.form-message .help a, .form-message .success a, .form-message .info a, .form-message .warning a, .form-message .error a, body .form-stock-message .help a, body .form-stock-message .info a, body .form-stock-message .warning a, body .form-stock-message .success a, body .form-stock-message .error a {
    line-height: 150%;
    font-size: 14px;
    color: var(--color-black);
}

.form-message .help, 
body .form-stock-message .help {
	background-color: var(--color-helplight);
	border-color: var(--color-help);
	background-image: none;
}

.form-message .help::before, 
body .form-stock-message .help::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='%238B8D8F' d='M9.5 1.688a7.312 7.312 0 1 0 0 14.624 7.312 7.312 0 0 0 0-14.625Zm0 13.58a6.267 6.267 0 1 1 0-12.535 6.267 6.267 0 0 1 0 12.535Z'/%3E%3Cpath fill='%238B8D8F' d='M9.5 13.7a.784.784 0 1 0 0-1.566.784.784 0 0 0 0 1.567Zm.522-8.879H9.24a2.345 2.345 0 0 0-2.35 2.35v.262h1.044v-.261A1.306 1.306 0 0 1 9.24 5.866h.783a1.306 1.306 0 0 1 0 2.612H8.978v2.35h1.044V9.522a2.35 2.35 0 1 0 0-4.7Z'/%3E%3C/svg%3E");
}

.form-message .success, 
body .form-stock-message .success {
	background-color: var(--color-successlight);
	border-color: var(--color-success);
	background-image: none;
}

.form-message .success::before, 
body .form-stock-message .success::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='%233F9C35' d='M8.455 11.828 5.844 9.216l.738-.738 1.873 1.873 3.962-3.963.74.74-4.702 4.7Z'/%3E%3Cpath fill='%233F9C35' d='M9.5 1.688a7.312 7.312 0 1 0 0 14.624 7.312 7.312 0 0 0 0-14.625Zm0 13.58a6.267 6.267 0 1 1 0-12.535 6.267 6.267 0 0 1 0 12.535Z'/%3E%3C/svg%3E");
}

.form-message .info, 
body .form-stock-message .info {
	background-color: var(--color-infolight);
	border-color: var(--color-info);
	background-image: none;
}

.form-message .info::before, 
body .form-stock-message .info::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='%230088DF' d='M10.022 12.134V7.955H7.933V9h1.045v3.134H7.41v1.045h4.178v-1.045h-1.567ZM9.5 4.821a.783.783 0 1 0 0 1.567.783.783 0 0 0 0-1.567Z'/%3E%3Cpath fill='%230088DF' d='M9.5 16.313a7.313 7.313 0 1 1 0-14.626 7.313 7.313 0 0 1 0 14.626Zm0-13.58a6.268 6.268 0 1 0 0 12.535 6.268 6.268 0 0 0 0-12.536Z'/%3E%3C/svg%3E");
}

.form-message .warning, 
body .form-stock-message .warning {
	background-color: var(--color-warninglight);
	border-color: var(--color-warning);
	background-image: none;
}

.form-message .warning::before, 
body .form-stock-message .warning::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='%23EC7A09' d='M9.5 12.104a.785.785 0 0 0-.724.482.78.78 0 0 0 .571 1.066.785.785 0 0 0 .937-.767.78.78 0 0 0-.784-.781Zm-.522-5.729h1.045v4.687H8.978V6.375Z'/%3E%3Cpath fill='%23EC7A09' d='M16.29 15.75H2.71a.523.523 0 0 1-.464-.761l6.79-13.021a.521.521 0 0 1 .927 0l6.79 13.021a.52.52 0 0 1-.463.761ZM3.571 14.708h11.857l.001-.001L9.501 3.338h-.002L3.57 14.707l.001.001Z'/%3E%3C/svg%3E");
}

.form-message .error, 
body .form-stock-message .error {
	background-color: var(--color-errorlight);
	border-color: var(--color-error);
	background-image: none;
}

.form-message .error::before, 
body .form-stock-message .error::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none'%3E%3Cpath fill='%23D0021B' d='M9.5 1.688A7.267 7.267 0 0 0 2.187 9 7.267 7.267 0 0 0 9.5 16.313 7.268 7.268 0 0 0 16.813 9 7.267 7.267 0 0 0 9.5 1.687Zm0 13.58c-3.447 0-6.268-2.82-6.268-6.268 0-3.447 2.82-6.268 6.268-6.268 3.447 0 6.268 2.82 6.268 6.268 0 3.447-2.82 6.268-6.268 6.268Z'/%3E%3Cpath fill='%23D0021B' d='M12.32 12.656 9.5 9.836l-2.82 2.82-.836-.836L8.664 9l-2.82-2.82.835-.836L9.5 8.164l2.82-2.82.836.835L10.336 9l2.82 2.82-.836.836Z'/%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;
}


@media screen and (max-width: 991px) {
	.form-message .help, .form-message .success, .form-message .info, .form-message .warning, .form-message .error, 
	body .form-stock-message .help, body .form-stock-message .info, body .form-stock-message .warning, body .form-stock-message .success, body .form-stock-message .error,
	.form-message .help a, .form-message .success a, .form-message .info a, .form-message .warning a, .form-message .error a, 
	body .form-stock-message .help a, body .form-stock-message .info a, body .form-stock-message .warning a, body .form-stock-message .success a, body .form-stock-message .error a{font-size: 13px;}
}


/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necess�rio
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */

	body:not(.MacOS) .slim-scrollbar {
		scrollbar-width: thin;
		scrollbar-color: #333333 #CCCCCC;
	}
	.slim-scrollbar::-webkit-scrollbar {
		width: 4px;
		height: 5px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: #CCCCCC;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
}
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: #333333;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}







/*
 *
 * 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: (1902px | 1680px | 1440px) + (--container-padding * 2) */
.container {max-width: calc(1920px + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
/* Se o max-width do container for (1902px), colocar o CSS abaixo */
/*.rdc-container-fullscreen {max-width: 1920px;padding-left: 0;padding-right: 0;}*/
@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}
}



/*
 *
 * Sliders
 *
*/
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4' transform='matrix(1 0 0 -1 0 32)'%3E%3C/polygon%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='23 5.555 12.982 16 23 26.445 21.509 28 10 16 21.509 4' transform='rotate(180 16.5 16)'%3E%3C/polygon%3E%3C/svg%3E");
}






/*
 *
 * 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) {
	.rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	.rdc-icon-circle {background-size: 16px;}
}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 15H28V17H4V15Z' fill='%23161616'/%3E%3Cpath d='M4 8H28V10H4V8Z' fill='%23161616'/%3E%3Cpath d='M4 22H28V24H4V22Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 7.75L24.25 6L16 14.25L7.75 6L6 7.75L14.25 16L6 24.25L7.75 26L16 17.75L24.25 26L26 24.25L17.75 16L26 7.75Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5812 19.7247C21.9197 19.7282 21.2673 19.8875 20.6723 20.1909C20.0773 20.4943 19.5548 20.9341 19.1433 21.4777L12.683 17.2389C12.9185 16.4414 12.9185 15.5878 12.683 14.7902L19.1433 10.5514C19.7991 11.4036 20.721 11.9846 21.7458 12.1917C22.7706 12.3987 23.8322 12.2184 24.7424 11.6827C25.6527 11.1469 26.3529 10.2903 26.7191 9.26463C27.0852 8.23892 27.0936 7.11032 26.7428 6.07874C26.392 5.04715 25.7046 4.17918 24.8024 3.62857C23.9002 3.07796 22.8415 2.88026 21.8137 3.07048C20.7859 3.26071 19.8555 3.82658 19.1871 4.66786C18.5188 5.50914 18.1558 6.57152 18.1624 7.66682C18.1665 8.08159 18.226 8.49371 18.3391 8.89116L11.8788 13.13C11.3085 12.3764 10.5289 11.8278 9.64816 11.56C8.76741 11.2923 7.82912 11.3188 6.96334 11.6357C6.09756 11.9527 5.34719 12.5445 4.81622 13.3291C4.28525 14.1137 4 15.0522 4 16.0146C4 16.9769 4.28525 17.9155 4.81622 18.7001C5.34719 19.4847 6.09756 20.0765 6.96334 20.3934C7.82912 20.7104 8.76741 20.7369 9.64816 20.4691C10.5289 20.2014 11.3085 19.6527 11.8788 18.8992L18.3391 23.138C18.226 23.5355 18.1665 23.9476 18.1624 24.3624C18.1624 25.2796 18.4215 26.1762 18.9071 26.9389C19.3926 27.7015 20.0827 28.296 20.8902 28.647C21.6976 28.998 22.5861 29.0898 23.4433 28.9109C24.3004 28.7319 25.0878 28.2902 25.7058 27.6417C26.3237 26.9931 26.7446 26.1667 26.9151 25.2671C27.0856 24.3675 26.9981 23.435 26.6636 22.5876C26.3292 21.7402 25.7628 21.0159 25.0361 20.5063C24.3095 19.9967 23.4551 19.7247 22.5812 19.7247ZM22.5812 4.88423C23.1056 4.88423 23.6182 5.04743 24.0542 5.35318C24.4902 5.65894 24.83 6.09352 25.0307 6.60197C25.2313 7.11042 25.2838 7.66991 25.1815 8.20968C25.0792 8.74945 24.8267 9.24526 24.4559 9.63441C24.0851 10.0236 23.6127 10.2886 23.0984 10.3959C22.5841 10.5033 22.051 10.4482 21.5666 10.2376C21.0821 10.027 20.668 9.67034 20.3767 9.21274C20.0854 8.75515 19.9299 8.21717 19.9299 7.66682C19.9299 6.92883 20.2092 6.22107 20.7064 5.69923C21.2037 5.1774 21.878 4.88423 22.5812 4.88423ZM8.44098 18.7972C7.91661 18.7972 7.40401 18.634 6.96801 18.3282C6.532 18.0225 6.19218 17.5879 5.99151 17.0794C5.79084 16.571 5.73834 16.0115 5.84064 15.4717C5.94294 14.932 6.19545 14.4362 6.56624 14.047C6.93703 13.6578 7.40944 13.3928 7.92374 13.2855C8.43804 13.1781 8.97113 13.2332 9.45559 13.4438C9.94005 13.6544 10.3541 14.0111 10.6454 14.4687C10.9368 14.9263 11.0923 15.4642 11.0923 16.0146C11.0923 16.7526 10.8129 17.4603 10.3157 17.9822C9.81851 18.504 9.14415 18.7972 8.44098 18.7972ZM22.5812 27.1449C22.0568 27.1449 21.5442 26.9817 21.1082 26.676C20.6722 26.3702 20.3324 25.9357 20.1317 25.4272C19.931 24.9187 19.8785 24.3593 19.9808 23.8195C20.0831 23.2797 20.3357 22.7839 20.7064 22.3948C21.0772 22.0056 21.5496 21.7406 22.0639 21.6332C22.5782 21.5259 23.1113 21.581 23.5958 21.7916C24.0802 22.0022 24.4943 22.3588 24.7857 22.8164C25.077 23.274 25.2325 23.812 25.2325 24.3624C25.2325 25.1003 24.9531 25.8081 24.4559 26.3299C23.9587 26.8518 23.2843 27.1449 22.5812 27.1449Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 23.2C24 23.6843 23.7556 24 23.2622 24H19.1111V17.9459H21.2222L21.5422 15.3514H19.1111V14.0022C19.1111 13.3103 19.3022 12.7568 20.3244 12.7568H21.7778V10.6941C21.3333 10.6638 20.6444 10.5989 19.7422 10.5989C17.8667 10.5989 16.4444 11.7146 16.4444 13.7643V15.3514H14.2222V17.9459H16.4444V24H8.74667C8.24889 24 8 23.6843 8 23.2V9.07676C8 8.59243 8.24889 8 8.74667 8H23.2622C23.7556 8 24 8.59243 24 9.07676V23.2Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5756 24H11.4244C9.53616 24 8 22.4637 8 20.5755V11.4245C8 9.53616 9.53616 8 11.4244 8H20.5756C22.4638 8 24 9.53616 24 11.4245V20.5755C24 22.4637 22.4638 24 20.5756 24ZM11.4244 9.86779C10.566 9.86779 9.86779 10.5662 9.86779 11.4245V20.5755C9.86779 21.4339 10.566 22.1321 11.4244 22.1321H20.5756C21.4339 22.1321 22.1322 21.4339 22.1322 20.5755V11.4245C22.1322 10.5662 21.4339 9.86779 20.5756 9.86779H11.4244ZM13.4479 16.0001C13.4479 14.5929 14.5927 13.4481 15.9999 13.4481C17.4073 13.4481 18.5521 14.5929 18.5521 16.0001C18.5521 17.4073 17.4073 18.552 15.9999 18.552C14.5927 18.552 13.4479 17.4073 13.4479 16.0001ZM15.9999 20.4199C13.5628 20.4199 11.5801 18.4371 11.5801 16.0001C11.5801 13.5631 13.5628 11.5802 15.9999 11.5802C18.4371 11.5802 20.42 13.5631 20.42 16.0001C20.42 18.4371 18.4371 20.4199 15.9999 20.4199ZM20.5237 12.5141C20.9631 12.5141 21.3195 12.1578 21.3195 11.7184C21.3195 11.279 20.9631 10.9228 20.5237 10.9228C20.0843 10.9228 19.728 11.279 19.728 11.7184C19.728 12.1578 20.0843 12.5141 20.5237 12.5141Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5562 12.0348C9.6111 12.0348 9 11.3557 9 10.5158C9 9.65879 9.62958 9 10.5947 9C11.5599 9 12.151 9.65879 12.1694 10.5158C12.1694 11.3557 11.5599 12.0348 10.5562 12.0348ZM12.0709 23H9.07849V13.2337H12.0709V23ZM20.0076 23H23V17.2255C23 14.3499 21.5238 13.012 19.555 13.012C17.9403 13.012 16.9752 13.9518 16.5811 14.5888H16.5211L16.3841 13.2322H13.7842C13.8242 14.1095 13.8627 15.1289 13.8627 16.3481V22.9984H16.8566V17.3675C16.8566 17.0881 16.8766 16.8071 16.9567 16.6088C17.1737 16.0515 17.6648 15.4723 18.4914 15.4723C19.5735 15.4723 20.0076 16.3278 20.0076 17.5876V23Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0027 19.6017C16.0624 19.5272 15.6686 19.0443 14.9329 18.582C14.5284 20.7844 14.0338 22.8965 12.5685 24C12.1152 20.6688 13.231 18.1704 13.7499 15.5152C12.8662 13.9715 13.8553 10.8667 15.7205 11.6299C18.0147 12.5735 13.7331 17.3692 16.6073 17.9693C19.6082 18.5931 20.8339 12.5672 18.9732 10.6102C16.2837 7.78091 11.1474 10.5453 11.7794 14.5953C11.932 15.5849 12.9196 15.8857 12.1732 17.2521C10.4529 16.8563 9.93854 15.4487 10.0057 13.5725C10.111 10.501 12.6662 8.3493 15.2275 8.05323C18.468 7.67958 21.5086 9.2866 21.9298 12.45C22.4015 16.0187 20.466 19.8803 17.0027 19.6017Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9986 22.235C19.4431 22.5181 18.9413 22.7139 18.4919 22.8298C18.0424 22.9413 17.5562 23 17.0346 23C16.441 23 15.9166 22.9172 15.4601 22.7561C15.0035 22.5949 14.6148 22.3645 14.2926 22.0649C13.9703 21.7682 13.747 21.4475 13.6226 21.1116C13.4982 20.7728 13.436 20.2849 13.436 19.6464V14.7343H12V12.7556C12.5074 12.5764 12.947 12.3204 13.3102 11.9846C13.6735 11.6518 13.9661 11.2528 14.1852 10.7844C14.4057 10.3176 14.5569 9.7198 14.6403 9H16.4876V12.5388H19.5689V14.7343H16.4876V18.3258C16.4876 19.1375 16.5272 19.6585 16.6078 19.8874C16.6869 20.1193 16.8353 20.3015 17.053 20.44C17.3413 20.6253 17.6707 20.7186 18.0382 20.7186C18.6968 20.7186 19.3498 20.4867 20 20.0244V22.235H19.9986Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3627 12.4874C22.3696 12.6406 22.3714 12.7939 22.3714 12.9434C22.3714 17.6157 19.0706 23 13.0318 23C11.1774 23 9.45155 22.4169 8 21.4114C8.25524 21.4451 8.51742 21.4581 8.78307 21.4581C10.3214 21.4581 11.7365 20.8956 12.8599 19.9462C11.424 19.9163 10.212 18.8959 9.7936 17.4942C9.99327 17.5334 10.1982 17.5559 10.41 17.5559C10.7086 17.5559 11.0003 17.5129 11.2747 17.4325C9.77276 17.1073 8.64069 15.6795 8.64069 13.9676V13.9246C9.08345 14.1881 9.59045 14.3488 10.1287 14.3675C9.24666 13.7321 8.66848 12.6518 8.66848 11.424C8.66848 10.7773 8.82995 10.1681 9.11297 9.64664C10.7329 11.7847 13.1499 13.1901 15.8793 13.3415C15.822 13.0817 15.7942 12.8126 15.7942 12.5341C15.7942 10.5848 17.2632 9 19.0776 9C20.0204 9 20.8747 9.42985 21.4737 10.1176C22.222 9.95688 22.9235 9.66533 23.5572 9.25978C23.3124 10.084 22.7933 10.7773 22.1144 11.2165C22.7794 11.1287 23.4114 10.9399 24 10.6577C23.5607 11.366 23.0034 11.9903 22.3627 12.4874Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9303 12.8802C22.1483 17.2089 17.7763 20.877 16.4632 21.7142C15.1485 22.5485 13.9477 21.3772 13.5136 20.491C13.0148 19.4786 11.5231 13.9995 11.1321 13.5438C10.7411 13.0895 9.56805 13.9995 9.56805 13.9995L9 13.2662C9 13.2662 11.3815 10.471 13.1934 10.1236C15.1146 9.75249 15.1115 13.0198 15.5734 14.8353C16.0213 16.5914 16.3215 17.5949 16.711 17.5949C17.102 17.5949 17.8486 16.6181 18.6645 15.1158C19.4835 13.6136 18.6307 12.2864 17.0312 13.2306C17.6701 9.46005 23.7123 8.55157 22.9303 12.8802Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C8 21.3185 8.1376 22 16 22C23.8624 22 24 21.3185 24 16C24 10.6815 23.8624 10 16 10C8.1376 10 8 10.6815 8 16ZM14.9712 14.1308L18.5648 15.7431C18.8784 15.8846 18.8784 16.1154 18.5632 16.2569L14.9712 17.8692C14.6576 18.0092 14.4 17.8523 14.4 17.5185V14.4815C14.4 14.1477 14.6576 13.9908 14.9712 14.1308Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1429 15.7648C25.1429 20.6843 21.1243 24.6722 16.1662 24.6722C14.5922 24.6722 13.1135 24.2699 11.827 23.5639L6.85714 25.1431L8.47746 20.3641C7.66009 19.0219 7.18933 17.4477 7.18933 15.7648C7.18933 10.8453 11.2083 6.85742 16.1662 6.85742C21.1247 6.85742 25.1429 10.8453 25.1429 15.7648ZM16.1662 8.27599C12.0044 8.27599 8.61907 11.6355 8.61907 15.7648C8.61907 17.4034 9.15322 18.9209 10.0567 20.1554L9.1138 22.9367L12.0141 22.0149C13.2057 22.7973 14.6332 23.2536 16.1664 23.2536C20.3276 23.2536 23.7135 19.8945 23.7135 15.7652C23.7135 11.6359 20.3278 8.27599 16.1662 8.27599ZM20.3966 17.6193C20.5505 17.6931 20.6545 17.743 20.6992 17.8163C20.7539 17.9073 20.7539 18.3443 20.571 18.8547C20.3869 19.3642 19.4885 19.8559 19.0854 19.8923C19.0163 19.8986 18.959 19.9123 18.9003 19.9264C18.6163 19.9945 18.2987 20.0707 16.4447 19.3466C14.3775 18.5386 13.0149 16.5333 12.7333 16.1188C12.7102 16.0848 12.6944 16.0615 12.686 16.0505L12.6857 16.05C12.574 15.9027 11.7876 14.8658 11.7876 13.7926C11.7876 12.7875 12.2851 12.2604 12.5142 12.0176C12.53 12.0009 12.5444 11.9856 12.5574 11.9715C12.7592 11.7531 12.9977 11.6985 13.1444 11.6985C13.2202 11.6985 13.2961 11.7033 13.3694 11.7081C13.4379 11.7125 13.5042 11.7167 13.5662 11.7167C13.5816 11.7167 13.5977 11.7157 13.6146 11.7146C13.7386 11.7066 13.8998 11.6963 14.0611 12.0808C14.1198 12.221 14.205 12.4266 14.2954 12.6449C14.4871 13.1076 14.7024 13.6274 14.7397 13.7016C14.795 13.8111 14.8317 13.9385 14.758 14.0841C14.7475 14.1051 14.7378 14.1249 14.7285 14.1439C14.673 14.2569 14.6326 14.3392 14.5382 14.4484C14.5017 14.4906 14.4641 14.5361 14.4264 14.5816C14.3504 14.6734 14.2743 14.7653 14.208 14.8308C14.0981 14.9395 13.9833 15.0575 14.1115 15.276C14.2399 15.4948 14.6816 16.2091 15.3356 16.7878C16.0392 17.4102 16.6505 17.6734 16.96 17.8066C17.0202 17.8325 17.069 17.8535 17.1049 17.8713C17.3251 17.9806 17.4533 17.9623 17.5817 17.8163C17.7103 17.6706 18.1321 17.1791 18.2786 16.9605C18.4251 16.7421 18.5722 16.7786 18.7739 16.8514C18.9751 16.9239 20.0572 17.4524 20.2774 17.5615C20.3199 17.5826 20.3597 17.6016 20.3966 17.6193Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 7.00185L16.0857 7.00272C11.1391 7.12146 7.11406 11.1105 7 16.1051C7.0134 18.7182 8.17058 21.1944 10.1667 22.8811V25.6042L10.1808 25.7094C10.2269 25.8769 10.3803 26 10.5625 26C10.6367 26 10.7094 25.9791 10.7723 25.9399L12.9787 24.5617L13.4645 24.733C14.444 25.0497 15.4684 25.2105 16.5 25.2084C21.6343 25.3096 25.8828 21.2386 26 16.1052C25.8828 10.9717 21.6343 6.90062 16.5 7.00185ZM18.1308 15.6262L22.2475 13.382C22.4204 13.2878 22.6364 13.335 22.7542 13.4929C22.8726 13.6499 22.8578 13.8701 22.7193 14.0098L17.9693 18.7593C17.8231 18.9056 17.5889 18.9145 17.4318 18.7799L14.8684 16.5832L10.7518 18.8274C10.5981 18.9107 10.408 18.8834 10.284 18.7602C10.1289 18.6061 10.1282 18.3555 10.2823 18.2004L15.0323 13.4509C15.1785 13.3046 15.4128 13.2957 15.5698 13.4303L18.1308 15.6262Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5714 9H7.42857C7.04969 9 6.68633 9.1475 6.41842 9.41005C6.15051 9.6726 6 10.0287 6 10.4V21.6C6 21.9713 6.15051 22.3274 6.41842 22.5899C6.68633 22.8525 7.04969 23 7.42857 23H24.5714C24.9503 23 25.3137 22.8525 25.5816 22.5899C25.8495 22.3274 26 21.9713 26 21.6V10.4C26 10.0287 25.8495 9.6726 25.5816 9.41005C25.3137 9.1475 24.9503 9 24.5714 9ZM23 10.4L16 15.146L9 10.4H23ZM7.42857 21.6V11.037L15.5929 16.574C15.7124 16.6553 15.8545 16.6988 16 16.6988C16.1455 16.6988 16.2876 16.6553 16.4071 16.574L24.5714 11.037V21.6H7.42857Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
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='33' fill='none'%3E%3Cpath fill='%23161616' d='M22.924 25.656h-.118c-13.599-.782-15.53-12.26-15.8-15.764a2.077 2.077 0 0 1 1.91-2.236h3.814a1.384 1.384 0 0 1 1.287.873l1.052 2.589a1.385 1.385 0 0 1-.305 1.495l-1.474 1.489a6.488 6.488 0 0 0 5.246 5.261l1.502-1.488a1.385 1.385 0 0 1 1.502-.284l2.609 1.045A1.384 1.384 0 0 1 25 19.924v3.655a2.077 2.077 0 0 1-2.076 2.077ZM9.083 9.041a.692.692 0 0 0-.692.692v.056c.318 4.098 2.36 13.79 14.491 14.483a.69.69 0 0 0 .734-.651v-3.697l-2.61-1.045-1.985 1.973-.333-.042c-6.02-.755-6.837-6.778-6.837-6.84l-.042-.332 1.966-1.987-1.038-2.61H9.083Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.707 19.293L26 16.586V13C25.9969 10.5218 25.075 8.13285 23.4126 6.29498C21.7502 4.45712 19.4654 3.30093 17 3.05V0H15V3.05C12.5346 3.30093 10.2498 4.45712 8.58737 6.29498C6.92498 8.13285 6.0031 10.5218 6 13V16.586L3.293 19.293C3.10545 19.4805 3.00006 19.7348 3 20V23C3 23.2652 3.10536 23.5196 3.29289 23.7071C3.48043 23.8946 3.73478 24 4 24H11V24.777C10.9782 26.0456 11.4254 27.2777 12.2558 28.237C13.0862 29.1964 14.2414 29.8156 15.5 29.976C16.1952 30.0449 16.8971 29.9676 17.5606 29.749C18.2241 29.5304 18.8345 29.1753 19.3525 28.7066C19.8706 28.2379 20.2848 27.666 20.5685 27.0277C20.8522 26.3893 20.9992 25.6986 21 25V24H28C28.2652 24 28.5196 23.8946 28.7071 23.7071C28.8946 23.5196 29 23.2652 29 23V20C28.9999 19.7348 28.8946 19.4805 28.707 19.293ZM19 25C19 25.7956 18.6839 26.5587 18.1213 27.1213C17.5587 27.6839 16.7956 28 16 28C15.2044 28 14.4413 27.6839 13.8787 27.1213C13.3161 26.5587 13 25.7956 13 25V24H19V25ZM27 22H5V20.414L7.707 17.707C7.89455 17.5195 7.99994 17.2652 8 17V13C8 10.8783 8.84285 8.84344 10.3431 7.34315C11.8434 5.84285 13.8783 5 16 5C18.1217 5 20.1566 5.84285 21.6569 7.34315C23.1571 8.84344 24 10.8783 24 13V17C24.0001 17.2652 24.1054 17.5195 24.293 17.707L27 20.414V22Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C13.4288 3 10.9154 3.76244 8.77759 5.19089C6.63975 6.61935 4.97351 8.64967 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.7514 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5994 28.9944 20.9749 28.0104C23.3503 27.0265 25.3806 25.3602 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C29 12.5522 27.6304 9.24558 25.1924 6.80761C22.7544 4.36964 19.4478 3 16 3ZM16 27.1429C13.7962 27.1429 11.6418 26.4893 9.80936 25.2649C7.97693 24.0405 6.54872 22.3003 5.70535 20.2642C4.86197 18.2281 4.64131 15.9876 5.07126 13.8261C5.5012 11.6646 6.56246 9.67917 8.12081 8.12081C9.67917 6.56245 11.6646 5.5012 13.8261 5.07125C15.9876 4.6413 18.2281 4.86197 20.2642 5.70534C22.3003 6.54872 24.0406 7.97693 25.2649 9.80936C26.4893 11.6418 27.1429 13.7961 27.1429 16C27.1429 18.9553 25.9689 21.7895 23.8792 23.8792C21.7895 25.9689 18.9553 27.1429 16 27.1429Z' fill='%238B8D8F'/%3E%3Cpath d='M16 24.3571C16.7693 24.3571 17.3929 23.7335 17.3929 22.9643C17.3929 22.195 16.7693 21.5714 16 21.5714C15.2307 21.5714 14.6071 22.195 14.6071 22.9643C14.6071 23.7335 15.2307 24.3571 16 24.3571Z' fill='%238B8D8F'/%3E%3Cpath d='M16.9286 8.57144H15.5357C14.9866 8.57021 14.4427 8.67746 13.9352 8.88702C13.4277 9.09658 12.9666 9.40432 12.5783 9.79258C12.19 10.1808 11.8823 10.642 11.6727 11.1495C11.4632 11.657 11.3559 12.2009 11.3572 12.75V13.2143H13.2143V12.75C13.2143 12.1343 13.4589 11.5439 13.8942 11.1085C14.3296 10.6732 14.92 10.4286 15.5357 10.4286H16.9286C17.5443 10.4286 18.1347 10.6732 18.5701 11.1085C19.0054 11.5439 19.25 12.1343 19.25 12.75C19.25 13.3657 19.0054 13.9562 18.5701 14.3915C18.1347 14.8269 17.5443 15.0714 16.9286 15.0714H15.0714V19.25H16.9286V16.9286C18.0368 16.9286 19.0996 16.4883 19.8833 15.7047C20.6669 14.9211 21.1071 13.8582 21.1071 12.75C21.1071 11.6418 20.6669 10.5789 19.8833 9.79531C19.0996 9.01168 18.0368 8.57144 16.9286 8.57144Z' fill='%238B8D8F'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9286 21.5714V14.1429H13.2143V16H15.0714V21.5714H12.2857V23.4286H19.7143V21.5714H16.9286Z' fill='%230088DF'/%3E%3Cpath d='M16 8.57143C15.7245 8.57143 15.4552 8.65312 15.2262 8.80617C14.9971 8.95921 14.8186 9.17675 14.7132 9.43126C14.6077 9.68577 14.5802 9.96583 14.6339 10.236C14.6876 10.5062 14.8203 10.7544 15.0151 10.9492C15.2099 11.144 15.4581 11.2766 15.7283 11.3304C15.9985 11.3841 16.2785 11.3565 16.533 11.2511C16.7875 11.1457 17.0051 10.9672 17.1581 10.7381C17.3112 10.5091 17.3929 10.2398 17.3929 9.96428C17.3929 9.59488 17.2461 9.2406 16.9849 8.97939C16.7237 8.71817 16.3694 8.57143 16 8.57143Z' fill='%230088DF'/%3E%3Cpath d='M16 29C13.4288 29 10.9154 28.2376 8.77759 26.8091C6.63975 25.3806 4.97351 23.3503 3.98957 20.9749C3.00563 18.5994 2.74819 15.9856 3.2498 13.4638C3.7514 10.9421 4.98953 8.6257 6.80762 6.80762C8.6257 4.98953 10.9421 3.7514 13.4638 3.2498C15.9856 2.74819 18.5994 3.00563 20.9749 3.98957C23.3503 4.97351 25.3806 6.63975 26.8091 8.77759C28.2376 10.9154 29 13.4288 29 16C29 19.4478 27.6304 22.7544 25.1924 25.1924C22.7544 27.6304 19.4478 29 16 29ZM16 4.85715C13.7962 4.85715 11.6418 5.51067 9.80936 6.73506C7.97693 7.95945 6.54872 9.69973 5.70535 11.7358C4.86197 13.7719 4.64131 16.0124 5.07126 18.1739C5.5012 20.3354 6.56246 22.3208 8.12081 23.8792C9.67917 25.4375 11.6646 26.4988 13.8261 26.9287C15.9876 27.3587 18.2281 27.138 20.2642 26.2947C22.3003 25.4513 24.0406 24.0231 25.2649 22.1906C26.4893 20.3582 27.1429 18.2039 27.1429 16C27.1429 13.0447 25.9689 10.2105 23.8792 8.12081C21.7895 6.03112 18.9553 4.85715 16 4.85715Z' fill='%230088DF'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1429 21.0273L9.5 16.3835L10.8121 15.0714L14.1429 18.4013L21.1861 11.3571L22.5 12.6711L14.1429 21.0273Z' fill='%233F9C35'/%3E%3Cpath d='M16 3C13.4288 3 10.9154 3.76244 8.77759 5.19089C6.63975 6.61935 4.97351 8.64967 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.7514 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5994 28.9944 20.9749 28.0104C23.3503 27.0265 25.3806 25.3602 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C29 12.5522 27.6304 9.24558 25.1924 6.80761C22.7544 4.36964 19.4478 3 16 3ZM16 27.1429C13.7962 27.1429 11.6418 26.4893 9.80936 25.2649C7.97693 24.0405 6.54872 22.3003 5.70535 20.2642C4.86197 18.2281 4.64131 15.9876 5.07126 13.8261C5.5012 11.6646 6.56246 9.67917 8.12081 8.12081C9.67917 6.56245 11.6646 5.5012 13.8261 5.07125C15.9876 4.6413 18.2281 4.86197 20.2642 5.70534C22.3003 6.54872 24.0406 7.97693 25.2649 9.80936C26.4893 11.6418 27.1429 13.7961 27.1429 16C27.1429 18.9553 25.9689 21.7895 23.8792 23.8792C21.7895 25.9689 18.9553 27.1429 16 27.1429Z' fill='%233F9C35'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C8.75714 3 3 8.75714 3 16C3 23.2429 8.75714 29 16 29C23.2429 29 29 23.2429 29 16C29 8.75714 23.2429 3 16 3ZM16 27.1429C9.87143 27.1429 4.85714 22.1286 4.85714 16C4.85714 9.87143 9.87143 4.85714 16 4.85714C22.1286 4.85714 27.1429 9.87143 27.1429 16C27.1429 22.1286 22.1286 27.1429 16 27.1429Z' fill='%23D0021B'/%3E%3Cpath d='M21.0143 22.5L16 17.4857L10.9857 22.5L9.5 21.0143L14.5143 16L9.5 10.9857L10.9857 9.5L16 14.5143L21.0143 9.5L22.5 10.9857L17.4857 16L22.5 21.0143L21.0143 22.5Z' fill='%23D0021B'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0004 21.5183C15.7249 21.5183 15.4556 21.5998 15.2265 21.7524C14.9975 21.905 14.8189 22.1219 14.7135 22.3757C14.6081 22.6295 14.5805 22.9088 14.6342 23.1782C14.688 23.4476 14.8206 23.6951 15.0154 23.8894C15.2102 24.0836 15.4584 24.2159 15.7286 24.2695C15.9988 24.3231 16.2789 24.2956 16.5334 24.1904C16.7879 24.0853 17.0055 23.9073 17.1585 23.6789C17.3116 23.4505 17.3933 23.1819 17.3933 22.9072C17.3933 22.5389 17.2465 22.1856 16.9853 21.9251C16.7241 21.6646 16.3698 21.5183 16.0004 21.5183Z' fill='%23EC7A09'/%3E%3Cpath d='M15.0718 11.3328H16.929V19.6664H15.0718V11.3328Z' fill='%23EC7A09'/%3E%3Cpath d='M28.0718 28H3.92823C3.76876 27.9999 3.61199 27.9589 3.47303 27.8809C3.33407 27.8029 3.2176 27.6905 3.13484 27.5546C3.05208 27.4187 3.00582 27.2638 3.00051 27.1048C2.99521 26.9459 3.03104 26.7883 3.10456 26.6472L15.1763 3.49838C15.2548 3.34813 15.373 3.22221 15.5183 3.13434C15.6635 3.04647 15.8301 3 16 3C16.1699 3 16.3365 3.04647 16.4817 3.13434C16.627 3.22221 16.7452 3.34813 16.8237 3.49838L28.8954 26.6472C28.969 26.7883 29.0048 26.9459 28.9995 27.1048C28.9942 27.2638 28.9479 27.4187 28.8652 27.5546C28.7824 27.6905 28.6659 27.8029 28.527 27.8809C28.388 27.9589 28.2312 27.9999 28.0718 28ZM5.46041 26.1481H26.5396L26.5405 26.1453L16.0019 5.93456H15.9981L5.45856 26.1453L5.46041 26.1481Z' fill='%23EC7A09'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 7.75L24.25 6L16 14.25L7.75 6L6 7.75L14.25 16L6 24.25L7.75 26L16 17.75L24.25 26L26 24.25L17.75 16L26 7.75Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3333 12.5714H12.6667V22.8571H14.3333V12.5714Z' fill='%23161616'/%3E%3Cpath d='M19.3333 12.5714H17.6667V22.8571H19.3333V12.5714Z' fill='%23161616'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 9.14286V7.42857H26V9.14286H24.3333V26.2857C24.3333 26.7404 24.1577 27.1764 23.8452 27.4979C23.5326 27.8194 23.1087 28 22.6667 28H9.33333C8.89131 28 8.46738 27.8194 8.15482 27.4979C7.84226 27.1764 7.66667 26.7404 7.66667 26.2857V9.14286H6ZM9.33333 9.14286V26.2857H22.6667V9.14286H9.33333Z' fill='%23161616'/%3E%3Cpath d='M19.3333 4H12.6667V5.71429H19.3333V4Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 26.7448L21.296 20.0408C22.907 18.1067 23.7104 15.626 23.5389 13.1147C23.3675 10.6035 22.2345 8.25494 20.3756 6.55775C18.5168 4.86055 16.0751 3.94535 13.5586 4.00253C11.0422 4.05971 8.64462 5.08486 6.86474 6.86474C5.08486 8.64462 4.05971 11.0422 4.00253 13.5586C3.94535 16.0751 4.86055 18.5168 6.55775 20.3756C8.25494 22.2345 10.6035 23.3675 13.1147 23.5389C15.626 23.7104 18.1067 22.907 20.0408 21.296L26.7448 28L28 26.7448ZM5.80717 13.7966C5.80717 12.2164 6.27574 10.6718 7.15363 9.35791C8.03152 8.04405 9.2793 7.02003 10.7392 6.41533C12.199 5.81063 13.8055 5.65241 15.3552 5.96069C16.905 6.26896 18.3286 7.02988 19.446 8.14722C20.5633 9.26456 21.3242 10.6881 21.6325 12.2379C21.9408 13.7877 21.7826 15.3941 21.1779 16.854C20.5732 18.3139 19.5491 19.5617 18.2353 20.4395C16.9214 21.3174 15.3767 21.786 13.7966 21.786C11.6784 21.7837 9.64761 20.9412 8.14981 19.4434C6.65202 17.9456 5.80952 15.9148 5.80717 13.7966Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9881 6.84C22.6641 6.83944 23.3333 6.9726 23.9567 7.23169C24.58 7.49077 25.1449 7.87057 25.6181 8.3488C26.5933 9.32987 27.14 10.6517 27.14 12.0288C27.14 13.4059 26.5933 14.7277 25.6181 15.7088L16 25.3596L6.38186 15.7088C5.40666 14.7277 4.86003 13.4059 4.86003 12.0288C4.86003 10.6517 5.40666 9.32987 6.38186 8.3488C6.85542 7.87091 7.42034 7.49132 8.0436 7.23219C8.66686 6.97307 9.33598 6.83961 10.0119 6.83961C10.6878 6.83961 11.3569 6.97307 11.9801 7.23219C12.6034 7.49132 13.1683 7.87091 13.6419 8.3488L16 10.7408L18.3488 8.3672C18.8207 7.88327 19.3862 7.49859 20.0115 7.23619C20.6368 6.97378 21.3091 6.83904 21.9881 6.84ZM21.9881 5C21.065 4.99923 20.1509 5.18111 19.2996 5.53498C18.4483 5.88886 17.6769 6.4076 17.0305 7.0608L16 8.0912L14.9695 7.0608C14.3223 6.40878 13.5507 5.89094 12.6996 5.53746C11.8484 5.18398 10.9348 5.00193 10.0119 5.00193C9.08899 5.00193 8.17534 5.18398 7.32419 5.53746C6.47303 5.89094 5.70139 6.40878 5.05426 7.0608C3.73768 8.38894 3 10.1763 3 12.038C3 13.8998 3.73768 15.6871 5.05426 17.0152L16 28L26.9457 17.0152C28.2623 15.6871 29 13.8998 29 12.038C29 10.1763 28.2623 8.38894 26.9457 7.0608C26.2988 6.40843 25.5272 5.89023 24.676 5.53642C23.8249 5.1826 22.9111 5.00025 21.9881 5Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9881 6.84C22.6641 6.83944 23.3333 6.9726 23.9567 7.23169C24.58 7.49077 25.1449 7.87057 25.6181 8.3488C26.5933 9.32987 27.14 10.6517 27.14 12.0288C27.14 13.4059 26.5933 14.7277 25.6181 15.7088L16 25.3596L6.38186 15.7088C5.40666 14.7277 4.86003 13.4059 4.86003 12.0288C4.86003 10.6517 5.40666 9.32987 6.38186 8.3488C6.85542 7.87091 7.42034 7.49132 8.0436 7.23219C8.66686 6.97307 9.33598 6.83961 10.0119 6.83961C10.6878 6.83961 11.3569 6.97307 11.9801 7.23219C12.6034 7.49132 13.1683 7.87091 13.6419 8.3488L16 10.7408L18.3488 8.3672C18.8207 7.88327 19.3862 7.49859 20.0115 7.23619C20.6368 6.97378 21.3091 6.83904 21.9881 6.84ZM21.9881 5C21.065 4.99923 20.1509 5.18111 19.2996 5.53498C18.4483 5.88886 17.6769 6.4076 17.0305 7.0608L16 8.0912L14.9695 7.0608C14.3223 6.40878 13.5507 5.89094 12.6996 5.53746C11.8484 5.18398 10.9348 5.00193 10.0119 5.00193C9.08899 5.00193 8.17534 5.18398 7.32419 5.53746C6.47303 5.89094 5.70139 6.40878 5.05426 7.0608C3.73768 8.38894 3 10.1763 3 12.038C3 13.8998 3.73768 15.6871 5.05426 17.0152L16 28L26.9457 17.0152C28.2623 15.6871 29 13.8998 29 12.038C29 10.1763 28.2623 8.38894 26.9457 7.0608C26.2988 6.40843 25.5272 5.89023 24.676 5.53642C23.8249 5.1826 22.9111 5.00025 21.9881 5Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7505 10.35C28.6567 10.2402 28.5402 10.1521 28.4091 10.0917C28.2781 10.0312 28.1354 9.99995 27.9911 9.99996H21.996V5.99998C21.996 5.20434 21.6802 4.44128 21.118 3.87867C20.5558 3.31607 19.7934 3 18.9984 3H13.0032C12.2082 3 11.4458 3.31607 10.8836 3.87867C10.3215 4.44128 10.0057 5.20434 10.0057 5.99998V9.99996H4.01051C3.86567 9.99832 3.72221 10.0282 3.59006 10.0876C3.45791 10.1469 3.34024 10.2343 3.2452 10.3437C3.15015 10.4531 3.08001 10.5819 3.03962 10.7211C2.99924 10.8603 2.98958 11.0066 3.01131 11.15L4.8898 25.2999C4.96206 25.7768 5.20411 26.2115 5.57134 26.5239C5.93857 26.8363 6.40624 27.0053 6.88818 26.9999H25.1334C25.6154 27.0053 26.083 26.8363 26.4503 26.5239C26.8175 26.2115 27.0596 25.7768 27.1318 25.2999L28.9903 11.15C29.0103 11.0072 28.9993 10.8618 28.9579 10.7237C28.9165 10.5856 28.8457 10.4581 28.7505 10.35ZM12.004 5.99998C12.004 5.73477 12.1093 5.48042 12.2967 5.29288C12.4841 5.10534 12.7382 4.99999 13.0032 4.99999H18.9984C19.2634 4.99999 19.5175 5.10534 19.7049 5.29288C19.8923 5.48042 19.9976 5.73477 19.9976 5.99998V9.99996H12.004V5.99998ZM25.1334 24.9999H6.8682L5.17956 11.9999H26.8221L25.1334 24.9999Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7505 10.35C28.6567 10.2402 28.5402 10.1521 28.4091 10.0917C28.2781 10.0312 28.1354 9.99995 27.9911 9.99996H21.996V5.99998C21.996 5.20434 21.6802 4.44128 21.118 3.87867C20.5558 3.31607 19.7934 3 18.9984 3H13.0032C12.2082 3 11.4458 3.31607 10.8836 3.87867C10.3215 4.44128 10.0057 5.20434 10.0057 5.99998V9.99996H4.01051C3.86567 9.99832 3.72221 10.0282 3.59006 10.0876C3.45791 10.1469 3.34024 10.2343 3.2452 10.3437C3.15015 10.4531 3.08001 10.5819 3.03962 10.7211C2.99924 10.8603 2.98958 11.0066 3.01131 11.15L4.8898 25.2999C4.96206 25.7768 5.20411 26.2115 5.57134 26.5239C5.93857 26.8363 6.40624 27.0053 6.88818 26.9999H25.1334C25.6154 27.0053 26.083 26.8363 26.4503 26.5239C26.8175 26.2115 27.0596 25.7768 27.1318 25.2999L28.9903 11.15C29.0103 11.0072 28.9993 10.8618 28.9579 10.7237C28.9165 10.5856 28.8457 10.4581 28.7505 10.35ZM12.004 5.99998C12.004 5.73477 12.1093 5.48042 12.2967 5.29288C12.4841 5.10534 12.7382 4.99999 13.0032 4.99999H18.9984C19.2634 4.99999 19.5175 5.10534 19.7049 5.29288C19.8923 5.48042 19.9976 5.73477 19.9976 5.99998V9.99996H12.004V5.99998ZM25.1334 24.9999H6.8682L5.17956 11.9999H26.8221L25.1334 24.9999Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.2857 6.42857H17.7143V4.71429C17.7143 4.25963 17.5337 3.82359 17.2122 3.5021C16.8907 3.18061 16.4547 3 16 3H5.71429C5.25963 3 4.82359 3.18061 4.5021 3.5021C4.18061 3.82359 4 4.25963 4 4.71429V21.8571C4 22.3118 4.18061 22.7478 4.5021 23.0693C4.82359 23.3908 5.25963 23.5714 5.71429 23.5714H14.2857V25.2857C14.2857 25.7404 14.4663 26.1764 14.7878 26.4979C15.1093 26.8194 15.5453 27 16 27H26.2857C26.7404 27 27.1764 26.8194 27.4979 26.4979C27.8194 26.1764 28 25.7404 28 25.2857V8.14286C28 7.6882 27.8194 7.25216 27.4979 6.93067C27.1764 6.60918 26.7404 6.42857 26.2857 6.42857ZM5.71429 14.1429H11.0029L8.79143 16.3629L10 17.5714L14.2857 13.2857L10 9L8.79143 10.2086L11.0029 12.4286H5.71429V4.71429H16V21.8571H5.71429V14.1429ZM16 25.2857V23.5714C16.4547 23.5714 16.8907 23.3908 17.2122 23.0693C17.5337 22.7478 17.7143 22.3118 17.7143 21.8571V8.14286H26.2857V15.8571H20.9971L23.2086 13.6371L22 12.4286L17.7143 16.7143L22 21L23.2086 19.7914L20.9971 17.5714H26.2857V25.2857H16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16C17.1531 16 17.7124 15.7648 18.1779 15.2944C18.6426 14.8248 18.875 14.26 18.875 13.6C18.875 12.94 18.6426 12.3748 18.1779 11.9044C17.7124 11.4348 17.1531 11.2 16.5 11.2C15.8469 11.2 15.288 11.4348 14.8233 11.9044C14.3578 12.3748 14.125 12.94 14.125 13.6C14.125 14.26 14.3578 14.8248 14.8233 15.2944C15.288 15.7648 15.8469 16 16.5 16ZM16.5 24.82C18.9146 22.58 20.7057 20.5448 21.8734 18.7144C23.0411 16.8848 23.625 15.26 23.625 13.84C23.625 11.66 22.937 9.8748 21.5611 8.4844C20.186 7.0948 18.499 6.4 16.5 6.4C14.501 6.4 12.8136 7.0948 11.4377 8.4844C10.0626 9.8748 9.375 11.66 9.375 13.84C9.375 15.26 9.95885 16.8848 11.1266 18.7144C12.2943 20.5448 14.0854 22.58 16.5 24.82ZM16.5 28C13.3135 25.26 10.9338 22.7148 9.36075 20.3644C7.78692 18.0148 7 15.84 7 13.84C7 10.84 7.95515 8.45 9.86544 6.67C11.7749 4.89 13.9865 4 16.5 4C19.0135 4 21.2251 4.89 23.1346 6.67C25.0449 8.45 26 10.84 26 13.84C26 15.84 25.2135 18.0148 23.6404 20.3644C22.0666 22.7148 19.6865 25.26 16.5 28Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-tracking {}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6C16.9889 6 17.9556 6.29324 18.7779 6.84265C19.6001 7.39206 20.241 8.17295 20.6194 9.08658C20.9978 10.0002 21.0969 11.0055 20.9039 11.9755C20.711 12.9454 20.2348 13.8363 19.5355 14.5355C18.8363 15.2348 17.9454 15.711 16.9755 15.9039C16.0056 16.0969 15.0002 15.9978 14.0866 15.6194C13.173 15.241 12.3921 14.6001 11.8427 13.7779C11.2932 12.9556 11 11.9889 11 11C11 9.67392 11.5268 8.40215 12.4645 7.46447C13.4022 6.52678 14.6739 6 16 6ZM16 4C14.6155 4 13.2622 4.41054 12.111 5.17971C10.9599 5.94888 10.0627 7.04213 9.53285 8.32122C9.00303 9.6003 8.86441 11.0078 9.13451 12.3656C9.4046 13.7235 10.0713 14.9708 11.0503 15.9497C12.0292 16.9287 13.2765 17.5954 14.6344 17.8655C15.9922 18.1356 17.3997 17.997 18.6788 17.4672C19.9579 16.9373 21.0511 16.0401 21.8203 14.889C22.5895 13.7378 23 12.3845 23 11C23 9.14348 22.2625 7.36301 20.9497 6.05025C19.637 4.7375 17.8565 4 16 4Z' fill='%23161616'/%3E%3Cpath d='M26 28H24V27C24 26.3434 23.8707 25.6932 23.6194 25.0866C23.3681 24.48 22.9998 23.9288 22.5355 23.4645C22.0712 23.0002 21.52 22.6319 20.9134 22.3806C20.3068 22.1293 19.6566 22 19 22H13C11.6739 22 10.4021 22.5268 9.46447 23.4645C8.52678 24.4021 8 25.6739 8 27V28H6V27C6 25.1435 6.7375 23.363 8.05025 22.0503C9.36301 20.7375 11.1435 20 13 20H19C20.8565 20 22.637 20.7375 23.9497 22.0503C25.2625 23.363 26 25.1435 26 27V28Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5C16.9889 5 17.9556 5.29324 18.7779 5.84265C19.6001 6.39206 20.241 7.17295 20.6194 8.08658C20.9978 9.00021 21.0969 10.0055 20.9039 10.9755C20.711 11.9454 20.2348 12.8363 19.5355 13.5355C18.8363 14.2348 17.9454 14.711 16.9755 14.9039C16.0055 15.0969 15.0002 14.9978 14.0866 14.6194C13.173 14.241 12.3921 13.6001 11.8427 12.7779C11.2932 11.9556 11 10.9889 11 10C11 8.67392 11.5268 7.40215 12.4645 6.46447C13.4021 5.52678 14.6739 5 16 5ZM16 3C14.6155 3 13.2622 3.41054 12.111 4.17971C10.9599 4.94888 10.0627 6.04213 9.53284 7.32122C9.00303 8.6003 8.86441 10.0078 9.1345 11.3656C9.4046 12.7235 10.0713 13.9708 11.0503 14.9497C12.0292 15.9287 13.2765 16.5954 14.6344 16.8655C15.9922 17.1356 17.3997 16.997 18.6788 16.4672C19.9579 15.9373 21.0511 15.0401 21.8203 13.889C22.5895 12.7378 23 11.3845 23 10C23 8.14348 22.2625 6.36301 20.9497 5.05025C19.637 3.7375 17.8565 3 16 3ZM26 29H24V26C24 25.3434 23.8707 24.6932 23.6194 24.0866C23.3681 23.48 22.9998 22.9288 22.5355 22.4645C22.0712 22.0002 21.52 21.6319 20.9134 21.3806C20.3068 21.1293 19.6566 21 19 21H13C11.6739 21 10.4021 21.5268 9.46447 22.4645C8.52678 23.4021 8 24.6739 8 26V29H6V26C6 24.1435 6.7375 22.363 8.05025 21.0503C9.36301 19.7375 11.1435 19 13 19H19C20.8565 19 22.637 19.7375 23.9497 21.0503C25.2625 22.363 26 24.1435 26 26V29Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83333 29H17.8333C18.3194 28.9995 18.7854 28.8037 19.1292 28.4555C19.4729 28.1073 19.6662 27.6353 19.6667 27.1429V24.3571H17.8333V27.1429H6.83333V4.85714H17.8333V7.64286H19.6667V4.85714C19.6662 4.36475 19.4729 3.89266 19.1292 3.54449C18.7854 3.19631 18.3194 3.00049 17.8333 3H6.83333C6.34725 3.00049 5.88122 3.19631 5.53751 3.54449C5.1938 3.89266 5.00049 4.36475 5 4.85714V27.1429C5.00049 27.6353 5.1938 28.1073 5.53751 28.4555C5.88122 28.8037 6.34725 28.9995 6.83333 29Z' fill='%23161616'/%3E%3Cpath d='M20.2038 20.2584L23.491 16.9286H10.5V15.0714H23.491L20.2038 11.7416L21.5 10.4286L27 16L21.5 21.5714L20.2038 20.2584Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9L27 20.4035L25.46 22L16 12.193L6.54 22L5 20.4035L16 9Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 23L5 11.5965L6.54 10L16 19.807L25.46 10L27 11.5965L16 23Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16L20.4035 5L22 6.54L12.193 16L22 25.46L20.4035 27L9 16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 16L11.5965 27L10 25.46L19.807 16L10 6.54L11.5965 5L23 16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9L27 20.4035L25.46 22L16 12.193L6.54 22L5 20.4035L16 9Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 23L5 11.5965L6.54 10L16 19.807L25.46 10L27 11.5965L16 23Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16L20.4035 5L22 6.54L12.193 16L22 25.46L20.4035 27L9 16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 16L11.5965 27L10 25.46L19.807 16L10 6.54L11.5965 5L23 16Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.75' width='32' height='32' rx='16' fill='%23F5F5F5'/%3E%3Cpath d='M16 8L9 15.0833L9.987 16.0821L15.3 10.7129V25H16.7V10.7129L22.013 16.0821L23 15.0833L16 8Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.75' width='32' height='32' rx='16' fill='%23F5F5F5'/%3E%3Cpath d='M16 25L23 17.9167L22.013 16.9179L16.7 22.2871V8H15.3V22.2871L9.987 16.9179L9 17.9167L16 25Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11V13H27V11H5Z' fill='%23161616'/%3E%3Cpath d='M5 19V21H27V19H5Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 15V5H15V15H5V17H15V27H17V17H27V15H17Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15V17H27V15H5Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6157 29L16 28.0769L19.7143 21.6154H25.2857C25.7783 21.6154 26.2506 21.4209 26.5989 21.0747C26.9472 20.7284 27.1429 20.2589 27.1429 19.7692V8.69231C27.1429 8.20268 26.9472 7.7331 26.5989 7.38688C26.2506 7.04066 25.7783 6.84615 25.2857 6.84615H6.71429C6.22174 6.84615 5.74937 7.04066 5.40109 7.38688C5.05281 7.7331 4.85714 8.20268 4.85714 8.69231V19.7692C4.85714 20.2589 5.05281 20.7284 5.40109 21.0747C5.74937 21.4209 6.22174 21.6154 6.71429 21.6154H15.0714V23.4615H6.71429C5.7292 23.4615 4.78445 23.0725 4.08789 22.3801C3.39133 21.6876 3 20.7485 3 19.7692V8.69231C3 7.71305 3.39133 6.77389 4.08789 6.08145C4.78445 5.38901 5.7292 5 6.71429 5H25.2857C26.2708 5 27.2155 5.38901 27.9121 6.08145C28.6087 6.77389 29 7.71305 29 8.69231V19.7692C29 20.7485 28.6087 21.6876 27.9121 22.3801C27.2155 23.0725 26.2708 23.4615 25.2857 23.4615H20.7914L17.6157 29Z' fill='%23161616'/%3E%3Cpath d='M8.57143 10.5385H23.4286V12.3846H8.57143V10.5385Z' fill='%23161616'/%3E%3Cpath d='M8.57143 16.0769H17.8571V17.9231H8.57143V16.0769Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3571 10.4019H24.3014C24.0652 8.36367 23.0889 6.48346 21.5584 5.11875C20.0278 3.75404 18.0496 3 16 3C13.9504 3 11.9722 3.75404 10.4416 5.11875C8.91108 6.48346 7.93485 8.36367 7.69857 10.4019H7.64286C6.41149 10.4019 5.23057 10.8916 4.35986 11.7632C3.48916 12.6349 3 13.8171 3 15.0498C3 16.2825 3.48916 17.4648 4.35986 18.3364C5.23057 19.2081 6.41149 19.6978 7.64286 19.6978H9.5V11.3315C9.5 9.60566 10.1848 7.95054 11.4038 6.73022C12.6228 5.5099 14.2761 4.82432 16 4.82432C17.7239 4.82432 19.3772 5.5099 20.5962 6.73022C21.8152 7.95054 22.5 9.60566 22.5 11.3315V20.6274C22.4994 21.4791 22.2067 22.3048 21.6709 22.9663C21.1351 23.6279 20.3887 24.0853 19.5564 24.2621C19.3086 23.3918 18.7521 22.6418 17.9914 22.1528C17.2308 21.6638 16.3181 21.4693 15.4244 21.6058C14.5307 21.7423 13.7174 22.2003 13.137 22.8941C12.5566 23.5879 12.2488 24.4698 12.2714 25.3746C12.294 26.2793 12.6454 27.1447 13.2597 27.8086C13.8741 28.4725 14.7092 28.8893 15.6086 28.9809C16.5079 29.0725 17.4098 28.8326 18.1451 28.3061C18.8804 27.7797 19.3987 27.0029 19.6029 26.1212C20.9205 25.9257 22.1245 25.264 22.9967 24.2561C23.8689 23.2482 24.3516 21.9609 24.3571 20.6274V19.6978C25.5885 19.6978 26.7694 19.2081 27.6401 18.3364C28.5108 17.4648 29 16.2825 29 15.0498C29 13.8171 28.5108 12.6349 27.6401 11.7632C26.7694 10.8916 25.5885 10.4019 24.3571 10.4019ZM4.85714 15.0498C4.85714 14.3102 5.15064 13.6009 5.67306 13.0779C6.19548 12.5549 6.90404 12.261 7.64286 12.261V17.8386C6.90404 17.8386 6.19548 17.5448 5.67306 17.0218C5.15064 16.4988 4.85714 15.7894 4.85714 15.0498ZM16 27.1345C15.6327 27.1345 15.2736 27.0255 14.9682 26.8212C14.6628 26.6169 14.4248 26.3265 14.2842 25.9868C14.1437 25.6471 14.1069 25.2733 14.1785 24.9126C14.2502 24.552 14.4271 24.2207 14.6868 23.9607C14.9465 23.7007 15.2774 23.5236 15.6377 23.4519C15.9979 23.3801 16.3713 23.4169 16.7107 23.5577C17.05 23.6984 17.3401 23.9367 17.5442 24.2424C17.7482 24.5482 17.8571 24.9076 17.8571 25.2753C17.8571 25.7684 17.6615 26.2413 17.3132 26.59C16.9649 26.9386 16.4925 27.1345 16 27.1345ZM24.3571 17.8386V12.261C25.096 12.261 25.8045 12.5549 26.3269 13.0779C26.8494 13.6009 27.1429 14.3102 27.1429 15.0498C27.1429 15.7894 26.8494 16.4988 26.3269 17.0218C25.8045 17.5448 25.096 17.8386 24.3571 17.8386Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.7229 4.29122C27.5878 4.1569 27.4171 4.0639 27.2308 4.02316C27.0446 3.98242 26.8506 3.99563 26.6717 4.06123L4.6461 12.0608C4.45615 12.1328 4.29261 12.2608 4.17721 12.4278C4.06181 12.5948 4 12.7929 4 12.9958C4 13.1987 4.06181 13.3968 4.17721 13.5638C4.29261 13.7308 4.45615 13.8588 4.6461 13.9307L14.2573 17.7705L18.1017 27.37C18.1739 27.5514 18.2978 27.7077 18.4579 27.8197C18.618 27.9316 18.8074 27.9943 19.0028 28C19.2051 27.9959 19.4014 27.9306 19.5658 27.8128C19.7302 27.6949 19.8551 27.5301 19.9238 27.34L27.9331 5.34117C28.0013 5.16425 28.0178 4.97161 27.9806 4.78572C27.9433 4.59982 27.854 4.42832 27.7229 4.29122ZM19.0028 24.2002L16.2095 17.2006L21.0051 12.4108L19.5934 11.0009L14.7578 15.8306L7.78975 13.0008L25.3401 6.6711L19.0028 24.2002Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 16C0.5 7.43614 7.43614 0.5 16 0.5C24.5639 0.5 31.5 7.43614 31.5 16C31.5 24.5639 24.5639 31.5 16 31.5C7.43614 31.5 0.5 24.5639 0.5 16Z' fill='black' fill-opacity='0.1' stroke='white'/%3E%3Cpath d='M23.447 16.8945L11.447 22.8945C11.2945 22.9707 11.1251 23.0066 10.9548 22.9989C10.7845 22.9912 10.619 22.9401 10.474 22.8504C10.329 22.7607 10.2093 22.6355 10.1264 22.4865C10.0434 22.3376 9.99992 22.1699 10 21.9995V9.99947C10.0001 9.82907 10.0437 9.66153 10.1267 9.51274C10.2098 9.36394 10.3294 9.23883 10.4744 9.14927C10.6194 9.05971 10.7848 9.00868 10.955 9.00101C11.1252 8.99335 11.2946 9.0293 11.447 9.10547L23.447 15.1055C23.6129 15.1886 23.7524 15.3163 23.8498 15.4741C23.9473 15.632 23.9989 15.8139 23.9989 15.9995C23.9989 16.185 23.9473 16.3669 23.8498 16.5248C23.7524 16.6827 23.6129 16.8103 23.447 16.8935V16.8945Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 16C0.5 7.43614 7.43614 0.5 16 0.5C24.5639 0.5 31.5 7.43614 31.5 16C31.5 24.5639 24.5639 31.5 16 31.5C7.43614 31.5 0.5 24.5639 0.5 16Z' fill='black' fill-opacity='0.1' stroke='white'/%3E%3Cpath d='M13.75 23C13.75 23.5523 13.3023 24 12.75 24H12C11.4477 24 11 23.5523 11 23V9C11 8.44772 11.4477 8 12 8H12.75C13.3023 8 13.75 8.44772 13.75 9V23ZM21 23C21 23.5523 20.5523 24 20 24H19.25C18.6977 24 18.25 23.5523 18.25 23V9C18.25 8.44772 18.6977 8 19.25 8H20C20.5523 8 21 8.44772 21 9V23Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 5H22V3H20V5H12V3H10V5H6C4.9 5 4 5.9 4 7V27C4 28.1 4.9 29 6 29H26C27.1 29 28 28.1 28 27V7C28 5.9 27.1 5 26 5ZM26 27H6V13H26V27ZM26 11H6V7H10V9H12V7H20V9H22V7H26V11Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 24L4 15.227L5.414 13.8487L13 21.2424L26.586 8L28 9.37834L13 24Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8667 6.6C11.386 6.21053 12.0176 6 12.6667 6H28C29.6569 6 31 7.34315 31 9V23C31 24.6569 29.6569 26 28 26H12.6667C12.0176 26 11.386 25.7895 10.8667 25.4L1.46667 17.6C0.400001 16.8 0.400001 15.2 1.46667 14.4L10.8667 6.6ZM12.6667 8C12.4503 8 12.2398 8.07018 12.0667 8.2L2.66667 16L12.0667 23.8C12.2398 23.9298 12.4503 24 12.6667 24H28C28.5523 24 29 23.5523 29 23V9C29 8.44772 28.5523 8 28 8H12.6667Z' fill='%23161616'/%3E%3Cpath d='M25 11.875L24.125 11L20 15.125L15.875 11L15 11.875L19.125 16L15 20.125L15.875 21L20 16.875L24.125 21L25 20.125L20.875 16L25 11.875Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 24V28H6V24H4V28C4 28.5304 4.21071 29.0391 4.58579 29.4142C4.96086 29.7893 5.46957 30 6 30H26C26.5304 30 27.0391 29.7893 27.4142 29.4142C27.7893 29.0391 28 28.5304 28 28V24H26Z' fill='%23161616'/%3E%3Cpath d='M26 14L24.59 12.59L17 20.17V2H15V20.17L7.41 12.59L6 14L16 24L26 14Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='url(%23paint0_linear_16_3874)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16_3874' x1='16' y1='16.0242' x2='16.0516' y2='16.0242' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCCCCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L20.6971 11.2108L32 12.459L23.6 20.0178L25.8885 31L16 25.4608L6.11146 31L8.4 20.0178L0 12.459L11.3029 11.2108L16 1Z' fill='%23F4CC49'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0C12.186 0.00393197 9.00885 1.32968 6.66549 3.68643C4.32214 6.04318 3.00392 9.23849 3.00001 12.5714C2.99604 15.2951 3.88067 17.9449 5.51819 20.1143C5.51819 20.1143 5.8591 20.5657 5.91478 20.6309L15.5 32L25.0898 20.6251C25.1398 20.5646 25.4818 20.1143 25.4818 20.1143L25.4829 20.1109C27.1197 17.9424 28.0039 15.2939 28 12.5714C27.9961 9.23849 26.6779 6.04318 24.3345 3.68643C21.9912 1.32968 18.814 0.00393197 15.5 0Z' fill='black'/%3E%3Cpath d='M18.0445 8C17.2616 8 16.5178 8.32 15.9698 8.88L15.5 9.36L15.0694 8.92C13.9342 7.72 12.0552 7.72 10.9199 8.88L10.8808 8.92C9.70641 10.12 9.70641 12.04 10.8808 13.24L15.5 18L20.1192 13.24C21.2936 12.04 21.2936 10.12 20.1192 8.92C19.5712 8.32 18.8274 8 18.0445 8Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0C12.186 0.00393197 9.00885 1.32968 6.66549 3.68643C4.32214 6.04318 3.00392 9.23849 3.00001 12.5714C2.99604 15.2951 3.88067 17.9449 5.51819 20.1143C5.51819 20.1143 5.8591 20.5657 5.91478 20.6309L15.5 32L25.0898 20.6251C25.1398 20.5646 25.4818 20.1143 25.4818 20.1143L25.4829 20.1109C27.1197 17.9424 28.0039 15.2939 28 12.5714C27.9961 9.23849 26.6779 6.04318 24.3345 3.68643C21.9912 1.32968 18.814 0.00393197 15.5 0ZM15.5 17.1429C14.601 17.1429 13.7222 16.8747 12.9747 16.3724C12.2272 15.8701 11.6446 15.1562 11.3006 14.3208C10.9565 13.4855 10.8665 12.5664 11.0419 11.6796C11.2173 10.7928 11.6502 9.97827 12.2859 9.33894C12.9216 8.69961 13.7315 8.26423 14.6132 8.08784C15.495 7.91145 16.4089 8.00198 17.2395 8.34798C18.07 8.69398 18.7799 9.27991 19.2794 10.0317C19.7789 10.7834 20.0455 11.6673 20.0455 12.5714C20.0439 13.7834 19.5646 14.9453 18.7125 15.8022C17.8603 16.6592 16.7051 17.1413 15.5 17.1429Z' fill='%233F9C35'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0C12.186 0.00393197 9.00885 1.32968 6.66549 3.68643C4.32214 6.04318 3.00392 9.23849 3.00001 12.5714C2.99604 15.2951 3.88067 17.9449 5.51819 20.1143C5.51819 20.1143 5.8591 20.5657 5.91478 20.6309L15.5 32L25.0898 20.6251C25.1398 20.5646 25.4818 20.1143 25.4818 20.1143L25.4829 20.1109C27.1197 17.9424 28.0039 15.2939 28 12.5714C27.9961 9.23849 26.6779 6.04318 24.3345 3.68643C21.9912 1.32968 18.814 0.00393197 15.5 0ZM15.5 17.1429C14.601 17.1429 13.7222 16.8747 12.9747 16.3724C12.2272 15.8701 11.6446 15.1562 11.3006 14.3208C10.9565 13.4855 10.8665 12.5664 11.0419 11.6796C11.2173 10.7928 11.6502 9.97827 12.2859 9.33894C12.9216 8.69961 13.7315 8.26423 14.6132 8.08784C15.495 7.91145 16.4089 8.00198 17.2395 8.34798C18.07 8.69398 18.7799 9.27991 19.2794 10.0317C19.7789 10.7834 20.0455 11.6673 20.0455 12.5714C20.0439 13.7834 19.5646 14.9453 18.7125 15.8022C17.8603 16.6592 16.7051 17.1413 15.5 17.1429Z' fill='%23D0021B'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='black'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6111 14.1429V16.9286C22.6111 18.6525 21.9146 20.3058 20.6748 21.5248C19.4349 22.7438 17.7534 23.4286 16 23.4286C14.2466 23.4286 12.5651 22.7438 11.3252 21.5248C10.0854 20.3058 9.38889 18.6525 9.38889 16.9286V14.1429H7.5V16.9286C7.50099 18.9836 8.27204 20.9661 9.66582 22.4975C11.0596 24.0289 12.9784 25.0017 15.0556 25.23V27.1429H11.2778V29H20.7222V27.1429H16.9444V25.23C19.0216 25.0017 20.9404 24.0289 22.3342 22.4975C23.728 20.9661 24.499 18.9836 24.5 16.9286V14.1429H22.6111Z' fill='%23161616'/%3E%3Cpath d='M16 21.5714C17.2524 21.5714 18.4535 21.0823 19.3391 20.2116C20.2247 19.3409 20.7222 18.1599 20.7222 16.9286V7.64286C20.7222 6.41149 20.2247 5.23057 19.3391 4.35986C18.4535 3.48916 17.2524 3 16 3C14.7476 3 13.5465 3.48916 12.6609 4.35986C11.7753 5.23057 11.2778 6.41149 11.2778 7.64286V16.9286C11.2778 18.1599 11.7753 19.3409 12.6609 20.2116C13.5465 21.0823 14.7476 21.5714 16 21.5714ZM13.1667 7.64286C13.1667 6.90404 13.4652 6.19548 13.9965 5.67306C14.5279 5.15064 15.2486 4.85714 16 4.85714C16.7514 4.85714 17.4721 5.15064 18.0035 5.67306C18.5348 6.19548 18.8333 6.90404 18.8333 7.64286V16.9286C18.8333 17.6674 18.5348 18.3759 18.0035 18.8984C17.4721 19.4208 16.7514 19.7143 16 19.7143C15.2486 19.7143 14.5279 19.4208 13.9965 18.8984C13.4652 18.3759 13.1667 17.6674 13.1667 16.9286V7.64286Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66719 18.4341C9.55967 17.9577 9.50364 17.4712 9.50005 16.9828V14.2097H7.64291V16.9828C7.63942 17.9873 7.82199 18.9838 8.18148 19.9224L9.66719 18.4341Z' fill='%23161616'/%3E%3Cpath d='M13.2139 15.1341V7.73898C13.2139 7.00348 13.5074 6.29811 14.0298 5.77804C14.5523 5.25796 15.2608 4.96579 15.9996 4.96579C16.7385 4.96579 17.447 5.25796 17.9694 5.77804C18.4919 6.29811 18.7854 7.00348 18.7854 7.73898V9.35667L20.6425 7.50788C20.6117 6.28205 20.093 5.11861 19.2006 4.27349C18.3081 3.42837 17.1149 2.9708 15.8836 3.00145C14.6522 3.03209 13.4835 3.54844 12.6346 4.4369C11.7856 5.32536 11.326 6.51315 11.3568 7.73898V15.1341H13.2139Z' fill='%23161616'/%3E%3Cpath d='M22.5 16.9828C22.4964 18.2371 22.1267 19.4633 21.4358 20.5122C20.745 21.5611 19.7628 22.3876 18.6088 22.891C17.4548 23.3944 16.1787 23.5531 14.9358 23.3477C13.6928 23.1423 12.5366 22.5818 11.6079 21.7342L12.9264 20.4308C13.5953 21.019 14.4203 21.4027 15.3026 21.5362C16.1849 21.6697 17.0871 21.5472 17.9013 21.1834C18.7154 20.8196 19.407 20.2299 19.8933 19.4849C20.3795 18.7399 20.6397 17.8713 20.6429 16.9828V12.7491L29 4.42955L27.6907 3.1169L3 27.6966L4.30929 29L10.2893 23.0469C11.6 24.2794 13.2792 25.0519 15.0714 25.247V27.1512H11.3571V29H20.6429V27.1512H16.9286V25.247C18.9708 25.0196 20.8574 24.0512 22.2277 22.5267C23.5981 21.0023 24.3562 19.0286 24.3571 16.9828V14.2097H22.5V16.9828ZM18.7857 16.9828C18.7837 17.5069 18.6325 18.0197 18.3497 18.4618C18.0669 18.9038 17.6641 19.257 17.1879 19.4805C16.7117 19.704 16.1817 19.7886 15.6592 19.7245C15.1367 19.6603 14.6431 19.4501 14.2357 19.1182L18.7857 14.5979V16.9828Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%0A%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4393 6C19.9344 6 19.5217 6.42185 19.5217 6.9399V8.36437H5.47097C4.71272 8.36437 4.09364 8.99746 4.09364 9.77491V16.6033C4.09364 17.1594 4.40978 17.6433 4.86836 17.8722V19.9177C4.86836 20.496 5.32821 20.9664 5.88913 20.9664C6.45299 20.9664 6.913 20.4961 6.913 19.9177V19.4914H7.15443V19.6764C7.15443 19.9018 7.33455 20.0855 7.5536 20.0855C7.77265 20.0855 7.95277 19.9018 7.95277 19.6764V18.4911C7.95277 18.2657 7.77264 18.082 7.5536 18.082C7.33455 18.082 7.15443 18.2657 7.15443 18.4911V18.6761H6.91012V18.0197H7.48887C7.98303 18.0197 8.4401 17.7458 8.6856 17.3098L9.91422 15.1109C10.0161 14.9263 10.2101 14.8107 10.4172 14.8107H15.755C16.0752 14.8107 16.3369 15.0765 16.3369 15.4059V21.5776H4.28358C3.52533 21.5776 2.90625 22.2107 2.90625 22.9881V25.5909C2.90625 25.8163 3.08638 26 3.30542 26H27.2672C27.4862 26 27.6663 25.8163 27.6663 25.5909V22.9881C27.6663 22.2107 27.0473 21.5776 26.289 21.5776H24.0811L24.0813 15.3085H24.5678C24.6979 15.9497 25.253 16.4304 25.9181 16.4304H26.7164C27.4747 16.4304 28.0938 15.7973 28.0938 15.0199L28.0935 8.65331C28.0907 7.92919 27.5533 7.33015 26.8665 7.25176L26.8745 7.24245H25.9156C25.253 7.24245 24.6984 7.72337 24.5655 8.36437H21.3569V6.9399C21.3569 6.42183 20.9442 6 20.4393 6ZM20.3231 6.9399C20.3231 6.87292 20.3757 6.81828 20.4423 6.81828C20.5089 6.81828 20.5616 6.87292 20.5616 6.9399V8.36437H20.3231V6.9399ZM25.3312 8.65295C25.3312 8.32635 25.5903 8.05775 25.9131 8.05775H26.7114C27.0316 8.05775 27.2933 8.32363 27.2933 8.65295L27.2931 15.0192C27.2931 15.3458 27.034 15.6144 26.7112 15.6144H25.9129C25.5927 15.6144 25.331 15.3485 25.331 15.0192L25.3312 8.65295ZM4.88973 9.77464C4.88973 9.44804 5.14876 9.17944 5.47159 9.17944H23.2841V11.8203H22.4739C22.2874 10.8444 21.447 10.1072 20.4427 10.1072C19.4384 10.1072 18.598 10.8443 18.4115 11.8203L4.88973 11.8205V9.77464ZM24.0792 14.4925V9.18256H24.5358V14.4925H24.0792ZM19.1654 12.2329C19.1654 11.5143 19.7365 10.9289 20.4395 10.9289C21.1425 10.9289 21.7136 11.5143 21.7136 12.2329C21.7136 12.9514 21.1425 13.5368 20.4395 13.5368C19.7365 13.5368 19.1654 12.9514 19.1654 12.2329ZM4.89263 16.6027V12.642H6.17691V17.1979H5.47138C5.15188 17.1979 4.89263 16.9296 4.89263 16.6027ZM6.97585 17.1981V12.6422H18.4117C18.5982 13.6181 19.4386 14.3553 20.4429 14.3553C21.4472 14.3553 22.2876 13.6182 22.4741 12.6422H23.2843V21.5712L17.1362 21.571V15.3993C17.1362 14.6219 16.5203 13.9889 15.759 13.9889L15.7328 13.9891H10.421C9.92686 13.9891 9.46979 14.2629 9.22429 14.6989L7.99567 16.8979C7.89375 17.0825 7.69981 17.1981 7.49274 17.1981H6.97585ZM5.66444 19.9142V18.0133H6.11504L6.11506 19.9142C6.11506 20.0416 6.01531 20.1444 5.88975 20.1444C5.76419 20.1444 5.66444 20.0416 5.66444 19.9142ZM3.70553 22.9813C3.70553 22.6547 3.96456 22.3861 4.28739 22.3861L26.2902 22.3863C26.6104 22.3863 26.8721 22.6522 26.8721 22.9815V23.8239L3.70553 23.8236V22.9813ZM3.70559 25.1749V24.6392H26.8721L26.8719 25.1749H3.70559Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19.3563V26.3623C4 26.7795 4.34316 27.1199 4.76379 27.1199H8.50252C8.70727 27.1199 8.89978 27.0409 9.04488 26.8959C9.0825 26.8586 9.10251 26.8113 9.13012 26.7685C12.6321 28.8006 14.529 29.0004 16.1518 29.0004C16.9398 29.0004 18.3145 28.7336 19.1036 28.4845C20.5977 28.0157 25.5973 26.3405 27.2143 24.4996C28.009 23.5961 28.2149 22.6091 27.7677 21.856C27.2652 21.0119 26.0965 20.8417 25.2565 20.9514C24.442 21.0567 23.3285 21.7078 22.2117 22.361C21.7646 22.6235 21.188 22.9614 20.795 23.1448C19.5566 21.6441 17.7126 21.6167 16.286 21.5959C15.9729 21.5904 15.6729 21.5849 15.3949 21.5619C12.7264 20.1446 10.3404 19.6825 9.26649 19.5375V19.3552C9.26649 18.938 8.92333 18.5977 8.50271 18.5977H4.76378C4.34317 18.5988 4 18.9391 4 19.3561L4 19.3563ZM15.0616 22.359C15.1125 22.3864 15.1678 22.404 15.2265 22.4095C15.5507 22.4402 15.9006 22.4468 16.3399 22.4556C17.4577 22.4722 18.6907 22.5018 19.6425 23.2362H13.7963C13.5584 23.2362 13.3634 23.4282 13.3634 23.6655C13.3634 23.9026 13.5571 24.0948 13.7963 24.0948H20.6486C20.6828 24.0948 20.7138 24.0827 20.746 24.075C20.756 24.0728 20.766 24.0783 20.7759 24.0761C20.7859 24.0728 20.799 24.0661 20.809 24.0628C20.8146 24.0606 20.819 24.0595 20.8235 24.0573C21.2673 23.9092 21.9989 23.4832 22.6895 23.0781C23.6458 22.5194 24.7282 21.8849 25.3679 21.8025C25.8804 21.74 26.7381 21.8135 27.0225 22.2932C27.276 22.7181 27.1066 23.3175 26.561 23.9377C25.3921 25.2683 21.671 26.7799 18.8402 27.6702C18.0377 27.9227 16.7816 28.1443 16.1507 28.1443C14.8568 28.1443 13.0816 28.13 9.2652 25.8588V20.4092C10.2769 20.5551 12.5535 21.0107 15.0616 22.3589L15.0616 22.359ZM4.86567 19.4563H8.40301L8.40523 19.8746C8.40523 19.8757 8.40412 19.8757 8.40412 19.8768C8.40412 19.879 8.40523 19.8823 8.40523 19.8845L8.43173 25.9543C8.39523 26.0542 8.39523 26.1584 8.43284 26.254V26.2617L4.86567 26.2616L4.86567 19.4563Z' fill='%23161616'/%3E%3Cpath d='M6.91233 23.3965C6.19394 23.3965 5.60956 23.9761 5.60956 24.6875C5.60956 25.4001 6.19394 25.9797 6.91233 25.9797C7.62958 25.9797 8.21396 25.4001 8.21396 24.6875C8.21396 23.9761 7.62958 23.3965 6.91233 23.3965ZM6.91233 25.1211C6.67109 25.1211 6.47412 24.9268 6.47412 24.6864C6.47412 24.4483 6.66997 24.2529 6.91233 24.2529C7.15246 24.2529 7.34942 24.4472 7.34942 24.6864C7.34831 24.9268 7.15246 25.1211 6.91233 25.1211Z' fill='%23161616'/%3E%3Cpath d='M15.3061 17.4702C15.3702 17.5031 15.4378 17.5185 15.5053 17.5185C15.6613 17.5185 15.8119 17.434 15.8894 17.287C15.9989 17.0762 15.9159 16.8181 15.7045 16.7084C13.3747 15.5107 12.3365 12.5104 12.6187 7.79458C17.2051 8.85059 18.5664 11.5908 18.6229 11.7094C18.7248 11.9213 18.9836 12.0124 19.1984 11.9124C19.4131 11.8114 19.505 11.5546 19.4031 11.3416C19.3644 11.2593 18.7568 10.0472 17.1298 8.86053C17.7385 6.75713 19.1585 4.79652 19.7994 3.9543C22.2223 6.48797 22.6128 8.81631 22.6449 9.91772C21.9221 10.236 21.2758 10.5786 20.707 10.9386L20.6925 10.6709L21.7794 9.55218C21.9454 9.38199 21.9399 9.11091 21.7683 8.94624C21.599 8.78047 21.3234 8.78708 21.1574 8.95726L20.6328 9.49851L20.5309 7.54764L21.1674 6.84944C21.3279 6.67374 21.3134 6.40266 21.1365 6.2435C20.9584 6.08416 20.686 6.0985 20.5267 6.27291L20.4691 6.3365L20.4226 5.43966C20.4103 5.20368 20.2089 5.03901 19.9688 5.0335C19.7309 5.04562 19.5471 5.2465 19.5593 5.48358L19.6744 7.69449L19.4574 7.45079C19.2992 7.27399 19.0246 7.25874 18.8465 7.41459C18.6682 7.57154 18.6518 7.8428 18.81 8.02052L19.7462 9.07013L19.8737 11.5205C18.9074 12.2527 18.1915 13.0266 17.6701 13.7908L16.9806 12.8434L17.3592 11.4591C17.4222 11.2309 17.2862 10.9958 17.0559 10.9344C16.8213 10.8675 16.5876 11.0068 16.5269 11.2353L16.331 11.95L13.9656 8.69904C13.8261 8.50698 13.5573 8.46526 13.3625 8.60237C13.17 8.74075 13.1257 9.00853 13.2651 9.20059L14.4659 10.8517L14.0442 10.8056C13.8228 10.7749 13.5937 10.9473 13.567 11.1844C13.5405 11.4192 13.7121 11.6311 13.9489 11.6576L15.1442 11.7894H15.1475L17.1829 14.5877C16.0253 16.7668 16.262 18.6409 16.2676 18.676C16.3008 18.9087 16.5111 19.0689 16.7556 19.0349C16.9913 19.002 17.154 18.7846 17.122 18.5519C17.1042 18.4235 16.9117 16.7361 18.024 14.7919C18.0449 14.7645 18.0594 14.7347 18.0727 14.704C18.9072 13.29 20.4379 11.751 23.2492 10.5774C23.2503 10.5774 23.2514 10.5763 23.2525 10.5763C23.6896 10.3939 24.1545 10.2195 24.6547 10.0571C24.6358 10.3271 24.6238 10.6641 24.6149 11.0396C24.5274 13.9631 24.3659 19.4058 19.0523 19.8353V20.2647L19.1088 20.6918C25.2074 20.1978 25.3967 13.7987 25.4787 11.0642C25.4921 10.5812 25.5041 10.1629 25.5408 9.89166C25.5729 9.6623 25.4843 9.43606 25.3051 9.28351C25.1291 9.13649 24.8856 9.09146 24.6642 9.15615C24.2469 9.28572 23.8728 9.43054 23.4954 9.57444C23.387 8.22419 22.8037 5.77381 20.2736 3.20594C20.1329 3.06112 19.9293 2.98742 19.7446 3.00176C19.5443 3.01279 19.3605 3.11038 19.2365 3.27615C18.6908 3.9887 17.1248 6.05145 16.3844 8.36681C15.417 7.78402 14.1785 7.25048 12.6025 6.91343C12.4055 6.8662 12.1996 6.91012 12.0359 7.03417C11.8819 7.15271 11.7857 7.33062 11.7713 7.52489C11.4192 12.7374 12.6091 16.0844 15.3064 17.471L15.3061 17.4702Z' fill='%23161616'/%3E%3Cpath d='M17.4187 21.2132C17.4254 21.2132 17.4299 21.2143 17.4354 21.2143C17.6667 21.2143 17.8582 21.0331 17.8671 20.8015C17.9025 19.908 18.4039 18.8244 19.0914 17.7353H20.7382C20.9761 17.7353 21.1711 17.5432 21.1711 17.306C21.1711 17.07 20.9774 16.8767 20.7382 16.8767H19.6658C20.2015 16.1257 20.7925 15.3979 21.3547 14.7514L22.872 14.8041C22.8775 14.8052 22.882 14.8052 22.8864 14.8052C23.1188 14.8052 23.3104 14.6218 23.3182 14.3913C23.3271 14.1554 23.1399 13.9567 22.902 13.949L22.0984 13.9216C22.9506 12.996 23.6015 12.3727 23.6202 12.355C23.7918 12.1914 23.7985 11.9204 23.6335 11.7491C23.4698 11.5789 23.1953 11.5723 23.0226 11.7358C22.9274 11.8259 21.9878 12.7249 20.88 13.9841C20.8711 13.9929 20.8644 14.0028 20.8557 14.0114C20.5846 14.3209 20.3055 14.6472 20.0234 14.994L19.927 14.3891C19.8894 14.1554 19.6658 14.0015 19.4323 14.0324C19.1966 14.0697 19.0361 14.2894 19.0726 14.5231L19.2963 15.9295C18.0988 17.5367 17.0595 19.326 17.0029 20.7684C16.9948 21.0046 17.1808 21.2046 17.4187 21.2132Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.88928 4.5C9.29875 4.5 9.69135 4.663 9.98041 4.95229L13.7246 8.69667C14.2948 9.26731 14.3298 10.1807 13.8049 10.7932C13.1649 11.5398 12.1893 12.6781 11.6918 13.2812C11.6898 13.2838 11.6877 13.2864 11.6856 13.2884C11.5947 13.3949 11.5525 13.534 11.5694 13.6749C11.8112 14.352 12.5027 15.7086 14.3982 17.6043C16.3569 19.5634 17.9848 20.2319 18.7791 20.464C18.9314 20.4785 19.0832 20.4244 19.1924 20.3153L21.1752 18.332C21.4644 18.0423 21.857 17.8797 22.2665 17.8797C22.676 17.8797 23.0686 18.0428 23.3578 18.332C24.3271 19.3016 26.0343 21.0091 27.0184 21.9934L27.0478 22.0228C27.337 22.3119 27.5 22.7046 27.5 23.1141C27.5 23.5239 27.3375 23.9165 27.0478 24.2056C26.5106 24.7429 25.762 25.4917 25.1039 26.1447C23.983 27.266 22.3652 27.7349 20.8188 27.3875C20.8178 27.3873 20.8168 27.3871 20.8159 27.387C20.8149 27.3869 20.8139 27.3867 20.8131 27.3865C18.3968 26.8144 14.4887 25.3253 10.5835 21.4195C6.6784 17.5136 5.18948 13.6059 4.6141 11.1902C4.61384 11.1892 4.61358 11.188 4.61332 11.1869C4.61306 11.1857 4.61281 11.1845 4.61255 11.1835C4.2649 9.63521 4.73453 8.01629 5.85667 6.89395L7.79797 4.95229C8.08705 4.66299 8.47963 4.5 8.88928 4.5ZM11.4375 11.9816L6.8312 7.37447L6.5837 7.62087C5.71168 8.49303 5.3463 9.75083 5.61538 10.9543C6.16443 13.2564 7.59214 16.9722 11.3105 20.6913C15.0291 24.4105 18.7441 25.8386 21.0461 26.3835C22.2479 26.6526 23.5044 26.2877 24.3759 25.4166L24.3775 25.415C24.4583 25.3347 24.5406 25.2529 24.6235 25.17L20.2081 20.7539L19.9196 21.0426C19.5717 21.3905 19.0789 21.5521 18.5926 21.477C18.5716 21.4739 18.5504 21.4692 18.5299 21.4636C17.6753 21.2196 15.8534 20.5158 13.6704 18.3317C11.5512 16.2126 10.8303 14.692 10.5813 13.9668C10.5731 13.9432 10.5663 13.9186 10.5617 13.8938C10.4775 13.4415 10.6013 12.9747 10.8993 12.6243C11.0449 12.4478 11.2311 12.2259 11.4375 11.9816ZM20.9359 20.0266L25.353 24.4445C25.7043 24.0942 26.0406 23.7578 26.3199 23.4784L26.3203 23.4781C26.4164 23.3818 26.471 23.2506 26.471 23.1142C26.471 22.9779 26.4164 22.8466 26.3203 22.7505L22.6303 19.0596C22.534 18.9635 22.4027 18.9089 22.2665 18.9089C22.1302 18.9089 21.9989 18.9635 21.9026 19.0596L20.9359 20.0266ZM7.55886 6.64712L12.1065 11.1952H12.1066C12.4313 10.8149 12.7564 10.4351 13.0235 10.1233C13.1984 9.91945 13.187 9.61481 12.9967 9.42442L9.25311 5.68017C9.15699 5.58403 9.02572 5.52941 8.88946 5.52941C8.75302 5.52941 8.62193 5.58403 8.52563 5.68017L7.55886 6.64712Z' fill='%23161616'/%3E%3Cpath d='M17.1212 7.16152C21.3808 7.16152 24.8387 10.6201 24.8387 14.8805C24.8387 15.1645 25.0692 15.395 25.3533 15.395C25.6374 15.395 25.8679 15.1645 25.8679 14.8805C25.8679 10.0524 21.9484 6.13202 17.121 6.13202C16.8371 6.13202 16.6066 6.36256 16.6066 6.64668C16.6066 6.9308 16.8371 7.16134 17.121 7.16134L17.1212 7.16152Z' fill='%23161616'/%3E%3Cpath d='M21.7517 14.8806C21.7517 12.3242 19.6769 10.2492 17.1212 10.2492L17.1212 10.2495C16.8373 10.2495 16.6067 10.0186 16.6067 9.73481C16.6067 9.45086 16.8373 9.22015 17.1212 9.22015C20.2447 9.22015 22.7807 11.7567 22.7807 14.8806C22.7807 15.1646 22.55 15.3953 22.2663 15.3953C21.9824 15.3953 21.7517 15.1646 21.7517 14.8806Z' fill='%23161616'/%3E%3Cpath d='M18.6647 14.8806C18.6647 14.0284 17.9732 13.3368 17.1212 13.3368C16.8371 13.3368 16.6066 13.1063 16.6066 12.8221C16.6066 12.5382 16.8371 12.3075 17.1212 12.3075C18.5408 12.3075 19.6936 13.4607 19.6936 14.8806C19.6936 15.1645 19.4631 15.3953 19.1791 15.3953C18.8952 15.3953 18.6647 15.1645 18.6647 14.8806Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6251 22.5237H5.70826C4.2155 22.5237 3 21.2948 3 19.7857V7.73801C3 6.22885 4.2155 5 5.70826 5H24.125C25.6178 5 26.8333 6.22885 26.8333 7.73801V14.8572C26.8333 15.1595 26.5906 15.4048 26.2916 15.4048C25.9927 15.4048 25.75 15.1595 25.75 14.8572V7.73801C25.75 6.83224 25.021 6.09517 24.125 6.09517H5.70826C4.81233 6.09517 4.08327 6.83224 4.08327 7.73801V19.7857C4.08327 20.6915 4.81233 21.4285 5.70826 21.4285H17.6251C17.9241 21.4285 18.1668 21.6739 18.1668 21.9762C18.1668 22.2784 17.9241 22.5237 17.6251 22.5237Z' fill='%23161616'/%3E%3Cpath d='M26.2917 12.666H3.54173C3.24266 12.666 3 12.4207 3 12.1185V8.83283C3 8.53048 3.24266 8.28516 3.54173 8.28516H26.2917C26.5905 8.28516 26.8332 8.53048 26.8332 8.83283V12.1185C26.8332 12.4207 26.5905 12.666 26.2917 12.666ZM4.08308 11.5708H25.7498V9.38032H4.08308V11.5708Z' fill='%23161616'/%3E%3Cpath d='M11.125 17.0485H6.79173C6.49266 17.0485 6.25 16.8032 6.25 16.5008C6.25 16.1985 6.49266 15.9531 6.79173 15.9531H11.125C11.4241 15.9531 11.6667 16.1985 11.6667 16.5008C11.6667 16.8032 11.4241 17.0485 11.125 17.0485Z' fill='%23161616'/%3E%3Cpath d='M14.3749 19.2377H6.79173C6.49266 19.2377 6.25 18.9924 6.25 18.6903C6.25 18.3879 6.49266 18.1426 6.79173 18.1426H14.3749C14.6739 18.1426 14.9166 18.3879 14.9166 18.6903C14.9166 18.9924 14.6739 19.2377 14.3749 19.2377Z' fill='%23161616'/%3E%3Cpath d='M24.125 27.9994C24.0546 27.9994 23.983 27.9851 23.917 27.9567C22.8217 27.4967 19.25 25.8604 19.25 24.1661V17.5947C19.25 17.3439 19.419 17.1247 19.6606 17.0635L23.9939 15.9684C24.0795 15.9454 24.1705 15.9454 24.2561 15.9684L28.5894 17.0635C28.8309 17.125 29 17.3439 29 17.5947V24.1661C29 25.8604 25.4282 27.4967 24.333 27.9567C24.267 27.9851 24.1954 27.9994 24.125 27.9994ZM20.3333 18.0231V24.1664C20.3333 24.7886 22.2898 26.0524 24.125 26.8573C25.9602 26.0524 27.9167 24.7874 27.9167 24.1664V18.0231L24.125 17.0648L20.3333 18.0231Z' fill='%23161616'/%3E%3Cpath d='M24.1254 22.5229H21.9587C21.6597 22.5229 21.417 22.2775 21.417 21.9752V19.305C21.417 19.0542 21.586 18.8351 21.8276 18.7738L23.9943 18.2262C24.1546 18.1834 24.3269 18.2218 24.4592 18.3259C24.5903 18.429 24.6672 18.5888 24.6672 18.7575V21.9754C24.6672 22.2775 24.4245 22.5229 24.1254 22.5229ZM22.5004 21.4277H23.5837V19.4585L22.5004 19.7322V21.4277Z' fill='%23161616'/%3E%3Cpath d='M24.1247 25.5941C24.025 25.5941 23.9254 25.5668 23.8376 25.5108C23.6795 25.4111 23.583 25.2347 23.583 25.0464V21.9754C23.583 21.6731 23.8257 21.4277 24.1247 21.4277H26.2915C26.5905 21.4277 26.8332 21.6731 26.8332 21.9754V23.7114C26.8332 23.8669 26.7683 24.0137 26.6544 24.1188C26.2296 24.5055 25.3511 25.0497 24.363 25.5381C24.2872 25.5753 24.206 25.5941 24.1247 25.5941ZM24.6665 22.5229V24.1428C25.1063 23.8953 25.4898 23.6511 25.7497 23.4529V22.5229L24.6665 22.5229Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.2857 10.8571V26.2857H10.8571V10.8571H26.2857ZM26.2857 9.14286H10.8571C10.4025 9.14286 9.96645 9.32347 9.64496 9.64496C9.32347 9.96645 9.14286 10.4025 9.14286 10.8571V26.2857C9.14286 26.7404 9.32347 27.1764 9.64496 27.4979C9.96645 27.8194 10.4025 28 10.8571 28H26.2857C26.7404 28 27.1764 27.8194 27.4979 27.4979C27.8194 27.1764 28 26.7404 28 26.2857V10.8571C28 10.4025 27.8194 9.96645 27.4979 9.64496C27.1764 9.32347 26.7404 9.14286 26.2857 9.14286Z' fill='%23161616'/%3E%3Cpath d='M5.71429 17.7143H4V5.71429C4 5.25963 4.18061 4.82359 4.5021 4.5021C4.82359 4.18061 5.25963 4 5.71429 4H17.7143V5.71429H5.71429V17.7143Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.963 11.8519H14.2222V7.11112H11.8519V11.8519H7.11112V14.2222H11.8519V18.963H14.2222V14.2222H18.963V11.8519Z' fill='%23999999'/%3E%3Cpath d='M23.0495 21.3333C25.0048 19.0113 26.0761 16.0727 26.0741 13.037C26.0741 10.4586 25.3095 7.93798 23.8769 5.79405C22.4444 3.65012 20.4083 1.97913 18.0261 0.992391C15.6439 0.00564879 13.0226 -0.252528 10.4936 0.250509C7.9647 0.753546 5.64173 1.9952 3.81847 3.81847C1.9952 5.64173 0.753546 7.9647 0.250509 10.4936C-0.252528 13.0226 0.00564879 15.6439 0.992391 18.0261C1.97913 20.4083 3.65012 22.4444 5.79405 23.8769C7.93798 25.3095 10.4586 26.0741 13.037 26.0741C16.0727 26.0761 19.0113 25.0048 21.3333 23.0495L30.3242 32L32 30.3242L23.0495 21.3333ZM13.037 23.7037C10.9274 23.7037 8.86508 23.0781 7.11096 21.906C5.35683 20.734 3.98966 19.0681 3.18233 17.119C2.37499 15.1699 2.16376 13.0252 2.57533 10.9561C2.98691 8.88695 4.00281 6.98633 5.49457 5.49457C6.98633 4.00281 8.88695 2.98691 10.9561 2.57533C13.0252 2.16376 15.1699 2.37499 17.119 3.18233C19.0681 3.98966 20.734 5.35683 21.906 7.11096C23.0781 8.86508 23.7037 10.9274 23.7037 13.037C23.7006 15.8651 22.5758 18.5763 20.576 20.576C18.5763 22.5758 15.8651 23.7006 13.037 23.7037Z' fill='%23999999'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4563 13.7273C20.2516 13.7273 19.275 12.7504 19.275 11.5455C19.275 10.3405 20.2516 9.36363 21.4563 9.36363C22.6609 9.36363 23.6375 10.3405 23.6375 11.5455C23.6375 12.7504 22.6609 13.7273 21.4563 13.7273Z' fill='%23161616'/%3E%3Cpath d='M14.9125 29C15.0561 29.0008 15.1984 28.9733 15.3312 28.919C15.4641 28.8647 15.585 28.7847 15.6869 28.6836L27.3565 17C27.7662 16.5927 27.9976 16.0395 28 15.4618V7.18182C28 6.60316 27.7702 6.04821 27.3611 5.63904C26.9521 5.22987 26.3973 5 25.8188 5H17.5409C16.9634 5.00244 16.4103 5.2339 16.0032 5.64364L4.32261 17.3164C4.22039 17.4178 4.13925 17.5384 4.08388 17.6714C4.02851 17.8043 4 17.9469 4 18.0909C4 18.2349 4.02851 18.3775 4.08388 18.5104C4.13925 18.6434 4.22039 18.764 4.32261 18.8654L14.1382 28.6836C14.2401 28.7847 14.361 28.8647 14.4938 28.919C14.6267 28.9733 14.769 29.0008 14.9125 29ZM25.8188 7.18182V15.4618L14.9125 26.3709L6.63472 18.0909L17.5409 7.18182H25.8188Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FABFC3'/%3E%3Cpath d='M16.0444 9.27741C19.2873 4.85744 26.3963 7.41783 25.9825 12.8194C26.3388 18.4613 17.9479 21.7314 16.0444 25C12.8536 21.2038 5.74855 17.7753 6.00666 12.6092C5.99948 8.81202 11.5137 4.12062 16.0444 9.27741Z' fill='white'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-gift{}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.612 3.21347C16.4346 3.07513 16.216 3 15.991 3C15.766 3 15.5474 3.07513 15.37 3.21347L1 14.4185L2.243 15.9905L4 14.6205V26.9995C4.00106 27.5296 4.21211 28.0377 4.58695 28.4125C4.9618 28.7874 5.46989 28.9984 6 28.9995H26C26.5301 28.9984 27.0382 28.7874 27.413 28.4125C27.7879 28.0377 27.9989 27.5296 28 26.9995V14.6295L29.757 15.9995L31 14.4275L16.612 3.21347ZM18 26.9995H14V18.9995H18V26.9995ZM20 26.9995V18.9995C19.9995 18.4692 19.7886 17.9608 19.4136 17.5858C19.0387 17.2109 18.5303 17 18 16.9995H14C13.4697 17 12.9613 17.2109 12.5864 17.5858C12.2114 17.9608 12.0005 18.4692 12 18.9995V26.9995H6V13.0615L16 5.27147L26 13.0715V26.9995H20Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.5' y='4.5' width='23' height='23' rx='1.5' stroke='%23999999'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='24' height='24' rx='2' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6C4.5 5.17157 5.17157 4.5 6 4.5H13C13.8284 4.5 14.5 5.17157 14.5 6V13C14.5 13.8284 13.8284 14.5 13 14.5H6C5.17157 14.5 4.5 13.8284 4.5 13V6ZM4.5 19C4.5 18.1716 5.17157 17.5 6 17.5H13C13.8284 17.5 14.5 18.1716 14.5 19V26C14.5 26.8284 13.8284 27.5 13 27.5H6C5.17157 27.5 4.5 26.8284 4.5 26V19ZM17.5 19C17.5 18.1716 18.1716 17.5 19 17.5H26C26.8284 17.5 27.5 18.1716 27.5 19V26C27.5 26.8284 26.8284 27.5 26 27.5H19C18.1716 27.5 17.5 26.8284 17.5 26V19ZM27.5 13C27.5 13.8284 26.8284 14.5 26 14.5H19C18.1716 14.5 17.5 13.8284 17.5 13V6C17.5 5.17157 18.1716 4.5 19 4.5H26C26.8284 4.5 27.5 5.17157 27.5 6V13Z' stroke='%23999999'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6C4 4.89543 4.89543 4 6 4H13C14.1046 4 15 4.89543 15 6V13C15 14.1046 14.1046 15 13 15H6C4.89543 15 4 14.1046 4 13V6Z' fill='%23161616'/%3E%3Cpath d='M6 17C4.89543 17 4 17.8954 4 19V26C4 27.1046 4.89543 28 6 28H13C14.1046 28 15 27.1046 15 26V19C15 17.8954 14.1046 17 13 17H6Z' fill='%23161616'/%3E%3Cpath d='M19 17C17.8954 17 17 17.8954 17 19V26C17 27.1046 17.8954 28 19 28H26C27.1046 28 28 27.1046 28 26V19C28 17.8954 27.1046 17 26 17H19Z' fill='%23161616'/%3E%3Cpath d='M26 15C27.1046 15 28 14.1046 28 13V6C28 4.89543 27.1046 4 26 4H19C17.8954 4 17 4.89543 17 6V13C17 14.1046 17.8954 15 19 15H26Z' fill='%23161616'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6207 10.5745C18.6987 11.5461 18.2758 12.4893 17.5036 13.065C17.1024 13.3603 16.8081 13.7827 16.6672 14.2667L16.5942 14.5176L25.3343 18.9732C26.0333 19.3354 26.536 19.9993 26.7019 20.7803C26.8678 21.5614 26.6799 22.3773 26.1903 23.0017C25.7008 23.626 24.9618 23.9926 24.1778 24H7.58312C6.79914 23.9926 6.06011 23.626 5.5706 23.0017C5.08099 22.3773 4.89312 21.5614 5.05906 20.7803C5.22495 19.9993 5.72667 19.3358 6.42569 18.9736L15.194 14.5089L15.2153 14.3447C15.3424 13.3643 15.8648 12.4822 16.6569 11.9111L16.6607 11.9083C16.8161 11.7925 16.9422 11.6458 17.0336 11.4801C17.1606 11.2497 17.2207 10.9825 17.1993 10.7103C17.1625 10.2426 16.8904 9.82796 16.4806 9.61518C16.071 9.40248 15.5826 9.4219 15.1905 9.66621C14.7981 9.91062 14.5581 10.3462 14.557 10.8154C14.557 11.0746 14.4214 11.3145 14.2006 11.4444C13.9799 11.5744 13.7078 11.5744 13.487 11.4444C13.2663 11.3145 13.1306 11.0746 13.1306 10.8154L13.1306 10.8142C13.1268 9.83898 13.6204 8.93166 14.4346 8.41863C15.2487 7.90575 16.2661 7.86115 17.1204 8.30129C17.9747 8.74141 18.5427 9.6024 18.6207 10.5745ZM6.96966 21.9769C7.13191 22.1423 7.35216 22.2353 7.5816 22.2353H24.179C24.1933 22.2353 24.2077 22.2349 24.2219 22.2342C24.4358 22.2234 24.6391 22.1319 24.7912 21.9769C24.8115 21.9562 24.8307 21.9346 24.8487 21.9121C24.9748 21.7553 25.0446 21.558 25.0447 21.3536L25.3498 21.3536C25.3506 21.1304 25.2905 20.9116 25.1768 20.7215C25.0628 20.5312 24.8992 20.3768 24.7045 20.2756L15.8804 15.7827L7.05861 20.2745L7.05643 20.2756C6.86168 20.3768 6.69823 20.5309 6.58419 20.7213C6.47065 20.9112 6.41044 21.13 6.41112 21.3529H6.71618C6.71618 21.5869 6.80741 21.8114 6.96966 21.9769Z' fill='%23161616'/%3E%3C/svg%3E%0A");}


/* Mobile (Portrait) */
@media screen and (max-width: 767px) {}

/* Mobile (Landscape), Tablet (Portrait) */
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablet (Landscape) */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* Desktop */
@media screen and (min-width: 1200px) {}





/* ================= ESTILOS CUSTOM ================= */

/**
 *
 * Slick Dots
 *
*/
body .slick-dots{bottom: 25px;}
.slick-dots li button{border-color: var(--color-backgroundDots);background-color: var(--color-gray);}
.slick-dots li.slick-active button,
.slick-dots li:hover button{background-color: var(--color-theme);border-color: var(--color-backgroundDots);}

@media screen and (max-width: 767px) {
	body .slick-dots{bottom: 20px;}
}

/*
 *
 * Home
 *
*/
body .home .home-slider .description .content .home-slider-title{font-size: 20px;line-height: 150%;letter-spacing: 2px;}
body .home .home-slider .description .content.dark .home-slider-title,
body .home .home-slider .description .content.dark .home-slider-subtitle,
body .home .home-slider .description .content.dark .home-slider-description{color: var(--color-dark);}
body .home .home-slider .description .content .home-slider-subtitle{font-size: 68px;line-height: 150%;}
body .home .home-slider .description .content .home-slider-description{font-size: 22px;line-height: 150%;}
body .home .home-slider .description .content p:not(:first-child) {padding-top: 10px;}


@media screen and (min-width: 768px){
	/* body .home .home-slider .description.middle.right .content.center{border: 10px solid #FFF;background-color: rgba(255, 255, 255, 0.5);max-width: 810px;width: 100%;max-height: 517px;height: 100%;display: flex;align-items: center;justify-content: center;display: flex;align-items: center;justify-content: center;flex-direction: column;margin-left: auto;} */
	#main .home-slider .contentTitles_button, #containerSite .home-slider .contentTitles_button{margin-top: 40px;}
}

@media screen and (max-width: 767px){
	body .home .home-slider .description .content .home-slider-title{font-size: 12px;letter-spacing: 1px;}
	body .home .home-slider .description .content .home-slider-subtitle{font-size: 44px;}
	body .home .home-slider .description .content .home-slider-description{font-size: 18px;}
	body .home .home-slider .description .content{padding-left: 5px;padding-right: 5px;}
}


 
 /**
 *
 * Footer
 *
 */

#footer .footer-left .btn{line-height: 150%;padding-left: 60px;padding-right: 60px;}
#footer .list-nav-title{font-size: 18px;font-weight:600;line-height: 183%;}

#footer .wrapper-footer .footer-menu-column a{color: var(--color-black);}
#footer .subtext-contact p,
#footer .bottom-footer-column-left{color: var(--color-darkgray);}
#footer .list-nav-title{color: #1E1E1C;}



@media screen and (min-width: 992px) {
#footer .wrapper-footer .paragraph {font-size: 14px; font-weight: 400; line-height: 136%;}
.subtext-contact{font-weight: 400; font-size: 12px; line-height:135%;}
}
@media screen and (max-width: 991px) {
#footer .wrapper-footer .footer-menu-list .paragraph {font-size: 16px;font-weight: 400; line-height: 116%;}	
.subtext-contact{font-weight: 400; font-size: 12px; line-height:158%;}

#footer .country-change-footer p{font-weight: 400;font-size: 14px;}
}

/**
 *
 * Header
 *
 */
.header-nav-item.list-nav-title, .header-shop-icon-text.list-nav-title {font-size: 14px;font-weight: 500;text-decoration: none; color: var(--color-dark);}
.header-shop-item .header-shop-icon-text-count {font-size: 10px; font-weight: 500; line-height: 16px; color: var(--color-white);}


/**
 *
 * Submenu
 *
 */
#header-submenu-block .header-submenu-nav .header-nav-item-3 {font-size: 14px; font-weight: 400; letter-spacing: normal;  line-height: 150%;}
#header-submenu-block .header-submenu-nav .paragraph {font-size: 14px; font-weight: 300; line-height: 150%; color: var(--color-black);}
#header-submenu-block .header-submenu-nav .paragraph:hover {color: var(--color-dark);}

/**
 *
 * Product Item
 *
 */
body article.product-item .rdc-product-item-name {font-weight: 400; font-size: 14px; line-height: 150%;}
body article.product-item .rdc-product-item-resume p {font-size: 10px; line-height: 150%; text-transform: uppercase;}










/*
 *
 * Account
 *
*/


body .account.account-landing .secondary-title, 
body .account.account-landing .title-page h1{font-size: 48px;line-height: 150%;font-weight: 300;color: var(--color-black);}
body .account.account-landing .rdc-header-subtitle p{line-height: 150%;color: var(--color-dark);}

body .account.account-landing .ac-lg-list-texts .ac-lg-list-desc{
	font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 150%;
	color: var(--color-black);
}

#main.account .bottom-form .required-notice{
	font-size: 13px;
	line-height: 150%;
}

@media screen and (max-width: 767px) {
	body .account.account-landing .title-page h1{font-size: 36px;}
}

/* Estilos */

body .account, 
body .account p, 
body .account .paragraph{font-family: "Poppins", sans-serif;font-size: 14px;line-height: 144%;}

#main.account .form-field.float-field p,
#main.account .form-field.float-field p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
	color: var(--color-black);
}
body .account.account-landing .list-nav-title.list-nav-title-fixed-fontsize{font-size: 17px;}

body #main.account .account-menu ul li.sel a{font-size: 14px; font-weight: 500; line-height: 150%;text-transform: none;color: var(--color-black);}
#main.account .account-menu ul li a {font-size: 14px; font-weight: 500; line-height: 150%;text-transform: none;  color: var(--color-gray);}
#main.account .account-menu .title-menu p{color: var(--color-theme);font-size: 17px; font-weight: 600;line-height: 150%;text-transform: none;}
@media screen and (min-width:768px){
}
@media screen and (max-width:767px){
	#main.account div.wrapper-form .column .form-field p{font-family: 'Poppins';font-weight: 500;font-size: 14px;line-height: 150%;}
	#main.account .bottom-form .required-notice{font-family: 'Poppins';font-weight: 300;font-size: 12px;line-height: 150%;color: var(--color-darkgray);}
	#main.account a, #main.account .a:not(.button), #main.account .special-button {color: var(--color-link)}
	#main.account .rdc-header-subtitle p{font-size: 13px;color: var(--color-black);}
	body #main.account #rdc-account-menu-mobile-v2-itemselected p{font-weight: 600;font-size: 16px;text-transform: none;}
	#main.account .wrapper-page .select.mobile-special-select{border-radius: 0;}
	#main.account.account-landing .rdc-header-subtitle{padding-bottom: 20px;}
	body .account.account-landing .list-nav-title.list-nav-title-fixed-fontsize{font-size: 16px;font-family: "Poppins", sans-serif;}
	body .ac-lg-list-wrap{ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

	body .account, 
	body .account p, 
	body .account .paragraph{font-size: 13px;}
	
}






/*
 *
 * Detail
 *
*/
body #main.product #rdc-productdetail-area-b .wrapper-colors .label-desc,
body #main.product #rdc-productdetail-area-b .sizes .wrapper-tabs-sizes .tabs_new li .tabs-item,
body #main.product #rdc-productdetail-area-b .dimensions .label-desc {font-size: 14px; line-height: 150%; font-weight: 500; color: var(--color-black); text-transform: none;}

body #main.product #rdc-productdetail-area-b .rdc-product-price .old,
body #main.product #rdc-productdetail-area-b .rdc-product-price .discount,
body #main.product #rdc-productdetail-area-b .rdc-product-price .current {font-size: 14px; font-weight: 500;}
body #main.product #rdc-productdetail-area-b .rdc-product-price .discount {padding: 3px 10px 2px;font-weight: 400;}
body.MacOS #main.product #rdc-productdetail-area-b .rdc-product-price .discount{font-weight: 500;}

body #main.product #rdc-productdetail-area-b .rdc-product-promo-date p {font-size: 12px !important; line-height: 150%; font-weight: 300;font-family: 'Poppins', sans-serif;}

body #main.product #rdc-productdetail-area-b #displayReviews,
body #main.product #rdc-productdetail-area-b .rdc-product-ref p{color: var(--color-darkgray);font-weight: 300;}

body #main.product #rdc-productdetail-area-b .sizes .wrapper-tabs-sizes .tab .column .tab-size-item{color: var(--color-gray);font-size: 12px;font-weight: 400;}

body .stock-alert .stock-alert-item{font-size: 14px;line-height: 150%;font-weight: 400;}

.wrapper-market-info p{font-size: 13px;}

@media screen and (min-width: 992px) {
	body #main.product #rdc-productdetail-area-b .rdc-product-name .title {font-size: 26px; line-height: 150%; font-weight: 500 !important;}
}

@media screen and (max-width: 991px) {
	body #main.product #rdc-productdetail-area-b .rdc-product-name .title {font-size: 20px; line-height: 150%; font-weight: 500 !important;}
}


/*
 *
 * Minicart 
 *
*/
#rdc-mini-cart .wrapper-free-shipping .list-nav-subtitle{
	font-weight: 300; 
	font-size: 13px; 
	line-height: 150%;
	text-transform: uppercase;}
#rdc-mini-cart .rdc-wrapper-popup-header .secondary-title{
	font-size: 28px;
}
#rdc-mini-cart .rdc-wrapper-popup-footer a.button{background-color: var(--color-black);border: 1px solid var(--color-black);color: var(--color-white)}
#rdc-mini-cart .rdc-wrapper-popup-footer a.button:hover{background-color: var(--color-white);border: 1px solid var(--color-black);color: var(--color-black)}
#rdc-mini-cart .rdc-wrapper-popup-footer p.list-nav-title{font-weight: 500;font-size: 14px;line-height: 150%;}  
#rdc-mini-cart .item-color-size-wrapp .paragraph{font-size: 12px;line-height: 150%;text-transform: uppercase;font-weight: 400;}
#rdc-mini-cart .item-name .paragraph{font-size: 14px;line-height: 150%;}
#rdc-mini-cart .item-ref .small{font-size: 10px; line-height: 150%;color: var(--color-gray);}


/*
 *
 * WishList
 *
*/
#main.wishlist .empty-notice-desc p,
#main.product .combine-products .empty-notice-desc p{font-size: 26px; font-weight: 500;}
#main.wishlist .addCart:not([disabled]),
#main.product .combine-products .addCart:not([disabled]):hover{background-color: #FFFFFF;border: 1px solid #333333;color: #333333;}
#main.wishlist .addCart:not([disabled]):hover,
#main.product .combine-products .addCart:not([disabled]){background-color: #333333;border: 1px solid #333333;color: #FFFFFF;}
#main.wishlist .share-wishlist .label-title{font-size: 14px; font-weight: 500;padding-bottom: 3px;}

#main.wishlist .share-wishlist .clipboard{font-size: 12px;line-height: 18px;text-transform: none !important;}

#share-wish .rdc-icon-social{ border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; background-color: var(--color-backgroundDisabled);background-size: 24px;}
body #share-wish .share-icons .icons_social a{min-width: 28px;width: 28px;height: 28px;margin-right: 15px;}
#share-wish.rdc-tooltip .mfp-close{top: 10px !important;right: 10px !important;width: 24px !important;height: 24px !important;}



/* #main.product .combine-products .desc > a .price {display: flex !important;} */
/* #main.product .combine-products .desc > .price  {display: none !important;} */

#main .price.rdc-product-item-promo-30days .date.rdc-promo-30days{font-family: 'Poppins', sans-serif;color: var(--color-gray);}

@media screen and (min-width: 992px) and (max-width: 1199px){
	article.product-item .rdc-product-item-actions .addCart{font-size: 12px;}
}


@media screen and (max-width: 767px){
	#main.wishlist article.product-item .rdc-product-item-promo-date .date.rdc-promo-date,
	#main.wishlist .price.rdc-product-item-promo-30days .date.rdc-promo-30days,
	#main.product .combine-products article.product-item .rdc-product-item-promo-date .date.rdc-promo-date,
	#main.product .combine-products .price.rdc-product-item-promo-30days .date.rdc-promo-30days{
		font-weight: 300;font-size: 10px;line-height: 150%;
	}

	#main.wishlist .empty-notice-desc p, 
	#main.product .combine-products .empty-notice-desc p{font-size: 21px;}

	
}
@media screen and (min-width: 768px){
	#main.wishlist article.product-item .rdc-product-item-promo-date .date.rdc-promo-date,
	#main.wishlist .price.rdc-product-item-promo-30days .date.rdc-promo-30days,
	#main.product .combine-products article.product-item .rdc-product-item-promo-date .date.rdc-promo-date,
	#main.product .combine-products .price.rdc-product-item-promo-30days .date.rdc-promo-30days{
		font-weight: 300;font-size: 10px;line-height: 150%;
	}
	#main.wishlist article.product-item .rdc-product-item-promo-date .date.rdc-promo-date,
	#main.product .combine-products article.product-item .rdc-product-item-promo-date .date.rdc-promo-date{
		color: var(--color-link);
	}
}

/*
 *
 * Filters
 *
*/
#filters-desktop #filters-right .box-filter .total-filter-active {font-weight: 500; font-size: 13px; line-height: 150%; color: var(--color-black);}
#filters-desktop #rdc-list-total-results *,
#filters-desktop .box-filter .title-filter {font-weight: 500 !important;}
#filters-desktop .box-filter .title-filter .item-name {font-size: 13px;}

#filters-mobile #filters-bar .filters-bar-btn .item-name {font-size: 13px; line-height: 150%;font-weight: 600;}
body #filters-popup .wrapper-active-filters .filters-active-item span {font-weight: 400;}

#filters-desktop .magic-checkbox[disabled]+label, 
#filters-desktop .magic-radio[disabled]+label{color: var(--color-lightgray);}

.box-filter .clear-filters .link{font-weight: 400;border-bottom-color: transparent;text-transform: none;}
.box-filter .clear-filters .link:hover{border-bottom-color: var(--color-black);}

#filters-mobile #filters-bar .filters-bar-btn .item-name .total-filter-active span{color: var(--color-theme);}

/*
 *
 * Breadcrumb
 *
*/
body .breadcrumb ul li a,
body .breadcrumb ul li span{font-size: 12px;line-height: 18px;letter-spacing: 2px;color: var(--color-darkgray);}
body .breadcrumb ul li span{color: var(--color-black);}
body .breadcrumb ul li::before {color: var(--color-darkgray);}

/*
 *
 * Heading
 *
*/
.heading-titles .container-heading .subtitle{font-weight: 300;font-size: 48px;line-height: 150%;}
body .heading-titles .short-content-heading-titles{padding-top: 10px;}

@media screen and (max-width: 767px){
	.heading-titles .container-heading .subtitle{font-size: 36px;}
}

/*
 *
 * Product item
 *
*/
body article.product-item .price p.discount{font-weight: 400;}
body.MacOS article.product-item .price p.discount{font-weight: 500;}