/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000;
	--color-theme: #FF5500;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(0,0,0,0.5);
	--color-background: #F5F5F5;
	--color-lines: #CCC;
	--color-link: #027AFF;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #F14244;
	--color-errorlight: #FFF1F0;
	--color-success: #52C41A;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;

	--container-padding: 20px;
	--container-padding-n: -20px;

	--window-scroll-width: 17px;
    /*--header-container-height: 75px;
    --header-submenu-height: 0px;
    --header-search-height: 0px;
    --header-height: 75px;*/
}


@media screen and (max-width: 1599px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
	}
}

/* Mobile (Portrait) */
@media screen and (max-width: 767px) {
	:root {
	--window-scroll-width: 0px;
	}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content, .rdc-heading-wrapper-title .short-content-heading-titles {
	/* Do not add styles */
	font-family: Metrocity, Sans-Serif;
	font-weight: 400;
	font-size: 13px;
	color: var(--color-black);
	font-feature-settings: 'pnum' on, 'lnum' on;
}

/* 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: 400;
}

/* PARAGRAPH - A */
.paragraph a {
	color: var(--color-dark);
	text-decoration: underline;
}

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

/* SMALL */
/*a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-size: 12px;
	line-height: 150%;
	color: var(--color-darkgray);
	font-weight: 400; Required font-weight  
}*/

/* MEGA-TITLE */
.mega-title {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 700;
	font-size: 54px;
	line-height: 56px;
	/**/
	color: var(--color-black);
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 56px;
	color: var(--color-black);
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title, .title-related > p, .product .rdc-structuredText-description2 .contentTitles_description2, .title-reviews > p {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 161%;
	color: var(--color-black);
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle, .empty-notice-desc .secondary-subtitle {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 127%;
	color: var(--color-black);
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 111%;
	color: var(--color-black);
}

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

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

/* SIGNATURE */
.signature {
	font-weight: 500;
	/*font-size: 13px;*/
	/**/
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 600;
	font-size: 12px;
	/**/
}

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

/* PRODUCT ITEM */
	/* Brand */
	.brand-list-product {
		font-weight: 600;
		
	}

	/* Name */
	.product-item .desc .name {
		font-weight: 400;
		
		line-height: 150%;
	}

	/*.flags .flag{font-size: 10px;}*/

	/* Price */
	.price, .price p {
		font-weight: 600;
		font-size: 14px;
		color: #000;
	}

	article.product-item .price, article.product-item .price p {
		font-size: 14px;
	}

	/* Price Discount */
	.price .discount,
	.product-item .price p.discount {
		/*background: var(--color-error);*/ /* Required */
		color: var(--color-error); /* Required */
		/*padding: 2px 4px;*/
	}

	/* Price Old */
	.price .old,
	.product-item .price p.old {
		color: var(--color-gray);
		text-decoration: line-through;
	}

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

	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date {
		font-weight: 400;
		
		line-height: 18px;
	}

	.price .desde{
		line-height: normal;
		padding-right: 5px;
	}

	/* Price Desde, Price Type */
	.price .desde, .price .type {
		color: var(--color-gray);
	}

	/* Promo Date */
	.rdc-promo-date,
	body p.rdc-promo-date,
	body .row3 .product-item .price p.rdc-promo-date,
	.product-item .price p.rdc-promo-date {
		color: var(--color-error);
	}

	article.product-item .rdc-promo-date, article.product-item p.rdc-promo-date	{font-size: 10px;line-height: 12px;}
	#main.product .rdc-promo-date, body #main.product p.rdc-promo-date{font-size: 12px;}

@media screen and (max-width: 1199px) {
	/* SMALL */
	/*small, .small, .small::before, .small::after {
		font-size: 11px;
	}*/

	/* MEGA-TITLE */
	.mega-title {
		font-size: 38px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title, .rdc-heading-wrapper-title .title-heading-titles { 			/* (1) */
		font-size: 38px;
	}

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

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle, .empty-notice-desc .secondary-subtitle, .title-related > p, .search .rdc-heading-wrapper-title .title-heading-titles, .title-reviews > p {
		font-size: 24px;
	}

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

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

	.flags .flag{font-size: 10px;}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	/*.list-nav-subtitle {
		
	}*/

	/* SIGNATURE */
	

	/* PRODUCT ITEM */
	/*.product-item .desc .name ,
	.row3 .product-item .price p {
		font-size: 10px;
	}*/

	article.product-item .price, article.product-item .price p{
		font-size: 10px;font-weight: 500;color: #000;
	}

	article.product-item .rdc-promo-date, article.product-item p.rdc-promo-date,
	#main.product .rdc-promo-date, body #main.product p.rdc-promo-date{font-size: 10px;}
}

@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: 10px;
	}*/
}

/* (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] {
		font-weight: 400;
		font-size: 13px;
		color: var(--color-white);
		font-family: Metrocity, Sans-serif;
		text-transform: uppercase;
		padding: 13px 20px;
		border: 1px solid #FF5500;
		background-color: #FF5500;
		border-radius: 32px;
	}

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

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

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white {
		color: #FF5500;
		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-white);
		background-color: transparent;
	}

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

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: #FF5500;
		border-color: #FF5500;
		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: #FF5500;
		background-color: #FF5500;
	}

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

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

	/* White Hover */
	.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: #FF5500; 
		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;
		background-color: var(--color-background);
		border-color: var(--color-background);
		/*opacity: 0.3;*/
		color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-weight: 600;
		font-size: 13px;
		line-height: normal;
		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-lightgray);
		cursor: default !important;
		opacity: 0.3;
	}

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

	/* White Hover */
	

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

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado {
		font-family: 'Metrocity', sans-serif;
		font-weight: 400;
		font-size: 13px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 15px 30px;
		border: 1px solid #FF5500;
		background-color: #FF5500;
		border-radius: 32px;
	}

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

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		/*opacity: 0.3;*/
		color: var(--color-lightgray);
	}

	/* Secundary */
	.btn-cart-sec, .btn-cart-esgotado-sec{
		border-width: 2px;
		background-color: transparent;
		color: #FF5500;
		border-color: #FF5500;
	}

	/* Secundary hover */
	.btn-cart-sec:not([disabled]):not(.loader):not(.btn-cart-esgotado-sec):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: #FF5500;
		background-color: #FF5500;
	}

	/* Secundary Disable */
	.btn-cart-sec[disabled] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		/*opacity: 0.3;*/
		color: var(--color-lightgray);
	}

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

/* Button Esgotado Sec */
body .btn-cart-esgotado-sec{
	color: var(--color-lightgray) !important;
	border-color: var(--color-background) !important;
	background-color: var(--color-background) !important;
	cursor: default !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;
	border-radius: 24px;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: var(--color-white);
	-webkit-animation: loader 750ms linear infinite;
	-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;
}

@-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
 *
*/
#main .accordion > li {
	border-color: var(--color-lines);
}

#main .accordion > li.active {
	border-color: var(--color-lines);
}

#main .accordion > li.active + li {
	border-top-color: #17538F;
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}
.accordion .accordion-content{padding-top: 0;padding-bottom: 12px;}





/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 7px 0 8px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
	text-align: center;
	overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	background-color: var(--color-white);
	color: var(--color-black);
	font-size: 12px;
}

@media screen and (hover: hover) {
	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-black);
	border-color: var(--color-black);
}

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, .label-subtitle, .label-desc, body #main.account .form-field.float-field p, body .account .form-field label p, body .account .form-field .label p{	
	font-weight: 600;font-size: 13px;line-height: 16px;
}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	font-weight: 400;
	padding: 10px 15px 10px;
	border: 1px solid #DFDFDF;
	min-height: 42px;
	color: currentColor; /* Required */
	border-radius: 4px;
}

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

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 {
	border-color: var(--color-black); 
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, 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 {
	background-color: var(--color-background) !important;
	border: 1px solid #DFDFDF!important;
	-webkit-text-fill-color: var(--color-gray);
	opacity: 1;
	-webkit-opacity: 1; 
	cursor: default;
}

div.select {
	position: relative;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: 4px;
}

div.select select {
	position: relative;
	width: 100%;
	padding: 11px 40px 9px 15px;
	height: 40px;
	min-height: 40px;
	appearance:none;
	border: 0px !important;
	border-radius: 0 !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0 !important;
}

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 {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

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

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

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

::-webkit-input-placeholder {color: #808080;}
::-moz-placeholder {color: #808080;}
:-ms-input-placeholder {color: #808080;}
:-moz-placeholder {color: #808080;}


.newsletter-footer-form-column ::-webkit-input-placeholder {color: #999;}
.newsletter-footer-form-column ::-moz-placeholder {color: #999;}
.newsletter-footer-form-column :-ms-input-placeholder {color: #999;}
.newsletter-footer-form-column :-moz-placeholder {color: #999;}



@media screen and (max-width: 767px){
	textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
		font-weight: 400;color: #000;font-size: 14px;
	}

	.newsletter-footer-form-column ::-webkit-input-placeholder,
	#search::-webkit-input-placeholder,
	.search-mobile input::-webkit-input-placeholder {color: #999;}
	.newsletter-footer-form-column ::-moz-placeholder,
	#search::-moz-placeholder,
	.search-mobile input::-moz-placeholder {color: #999;}
	.newsletter-footer-form-column :-ms-input-placeholder,
	#search:-ms-input-placeholder,
	.search-mobile input:-ms-input-placeholder {color: #999;}
	.newsletter-footer-form-column :-moz-placeholder,
	#search:-moz-placeholder,
	.search-mobile input:-moz-placeholder {color: #999;}
}


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

body .form-stock-message .help,
body .form-stock-message .success,
body .form-stock-message .info,
body .form-stock-message .warning,
body .form-stock-message .error{font-size: 13px;}

.form-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b8d8f' fill-rule='evenodd'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='m16.8556542 22.6708224c-.2787156.2480277-.6017256.3726806-.9676406.3726806-.3785865 0-.7088214-.12243-.9907049-.3677345-.2823281-.24486-.42377-.5876973-.42377-1.0281785 0-.3907422.1368847-.7196304.4097648-.9861643s.6076167-.3998008 1.0047101-.3998008c.3907576 0 .7196587.1332669.9866477.3998008.2665444.2665339.4002612.5953665.4002612.9861643-.0005001.4341458-.1401081.7752603-.4192683 1.0232324zm3.4753588-8.6155585c-.2141358.3970777-.4684534.7394704-.7634529 1.0281785-.2941103.2886524-.8230865.7738152-1.586595 1.4559331-.2105234.1924535-.3799203.3613991-.5068568.5068368-.1269364.1459378-.2218054.2791492-.2837175.4002454-.0623567.1210407-.110208.2421369-.1441096.3631775-.0339016.120596-.0849207.3333897-.1540577.6373806-.117433.6451054-.4865158.9676025-1.106804.9676025-.3225654 0-.5936115-.1052575-.8145276-.3162172-.220027-.2109597-.3297904-.5240092-.3297904-.9395932 0-.5208415.0808637-.9721596.2421464-1.3538433.1603935-.3817392.3749739-.7164627.6415183-1.0051151.266989-.2886525.6265683-.6311007 1.0796827-1.0281785.3970933-.3473943.6839787-.6093712.8606005-.7860416.1770664-.1770594.3257333-.3740144.446334-.590865.1215456-.2172951.1811791-.4526519.1811791-.7069595 0-.4964444-.1838467-.9147514-.5533742-1.2558104-.3690828-.3410589-.8452614-.5118384-1.4284801-.5118384-.6825893 0-1.1849444.1721133-1.5075098.5163399-.3225654.3442267-.5949453.8510635-.8185847 1.5210106-.2114126.7011242-.6116738 1.0516307-1.200339 1.0516307-.3474081 0-.6405736-.12243-.8795521-.3672899-.2385339-.24486-.3578008-.5100045-.3578008-.7954892 0-.5890867.1892932-1.1862871.567435-1.7911568.3785864-.6048697.9306267-1.10587118 1.6565656-1.50250431.7254943-.39707773 1.5725898-.59586667 2.5397858-.59586667.8994484 0 1.6931905.16622246 2.3816709.49827835.6884804.33155574 1.2206244.78287393 1.5960429 1.35384333.374974.5705248.5628833 1.1907886.5628833 1.8607356.0008837.5263434-.1061564.9884985-.3202923 1.3855762z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-help);
}

.form-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125zm6.1588512 5.8627863c.0025742.0025545.005134.0051234.0076794.0077066.3826574.3883299.3815551 1.01228-.002472 1.3992554l-7.5148374 7.572533c-.3334527.3360127-.8761615.338088-1.2121742.0046354-.0015511-.0015392-.0030963-.0030844-.0046355-.0046354l-3.59894211-3.6265732c-.38226603-.3852009-.38226603-1.006628 0-1.3918289.37903691-.3819469.99593611-.384306 1.37788311-.0052691l.0043113.0043053 2.8251525 2.8389128 6.7420178-6.7937799c.3785236-.3814297.9945874-.3837856 1.3760171-.005262z' fill='%2338ca73'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-success);
}

.form-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230088df'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z'%3E%3C/path%3E%3Cpath d='m0 0h2.400017v2.400023h-2.400017z' transform='matrix(1 0 0 -1 15 12.400022)'%3E%3C/path%3E%3Cpath d='m0 4.799989h2.400017v7.200011h-2.400017z' transform='matrix(1 0 0 -1 15 26.799988)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-info);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.51175785 27c-1.21116724 0-2.32813258-.669486-2.96063102-1.7215355-.71324293-1.1886792-.71324293-2.6096291-.12111672-3.8529603l7.84567219-14.03448273c.8881893-1.32530904 2.0455269-2.39102147 3.7277036-2.39102147s2.8395143 1.06571243 3.7277036 2.39102147l7.8053 13.96616783c.6459558 1.2160052.619041 2.746259-.0942019 3.9212752-.6324985 1.0520495-1.7360064 1.7215355-2.9606311 1.7215355zm8.49162805-6.804164c.7132429 0 1.2784543.5875082 1.2784543 1.3116461s-.5652114 1.2979831-1.2784543 1.2979831-1.2919117-.5738452-1.2919117-1.2979831.5786688-1.3116461 1.2919117-1.3116461zm0-1.297983c-.4710095 0-.8074448-.3962265-.8612745-.8744307l-.4306372-3.9212753c-.0672871-.669486.6324984-1.297983 1.2919117-1.297983s1.3591988.628497 1.2784543 1.297983l-.4306372 3.9212753c-.0403723.4645413-.3633502.8744307-.8478171.8744307zm-8.49162805 6.3669486h16.96979865c.6324985 0 1.170795-.3552375 1.5072304-.9017567.390265-.655823.3768076-1.4482759.067287-2.1314249l-7.7514703-13.87052696c-.5517539-.81977879-1.238082-1.6258946-2.3012177-1.6258946s-1.7629212.80611581-2.3146752 1.6258946l-7.73801284 13.87052696c-.32297793.696812-.33643535 1.4756019.06728706 2.1314249.32297793.5465192.86127448.9017567 1.49377293.9017567z' fill='%23ec7a09'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-warning);
}

.form-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f60000'%3E%3Cpath d='m16 4c6.6274416 0 12 5.37261464 12 12 0 6.6273854-5.3726146 12-12 12-6.62738536 0-12-5.3726146-12-12 0-6.62738536 5.37261464-12 12-12zm0 1.7c-5.6885013 0-10.3 4.6114987-10.3 10.3s4.6114987 10.3 10.3 10.3 10.3-4.6114987 10.3-10.3c0-5.6885219-4.6114631-10.3-10.3-10.3z'%3E%3C/path%3E%3Cpath d='m20.2792452 11.8792201-.1584717-.1584665c-.4260336-.4260195-1.116759-.4260081-1.5427785.0000254-.000455.0004551-.0009096.0009105-.0013638.0013663l-2.5766312 2.5858521-2.5766185-2.5858393c-.4252649-.4267867-1.1159892-.4280205-1.5427759-.0027556-.0004601.0004585-.0009198.0009173-.0013791.0013766l-.1584474.1584474c-.4260265.4260265-.4260265 1.116752 0 1.5427785.0004593.0004592.0009189.0009181.001379.0013765l2.5858393 2.5766185-2.5858521 2.5766312c-.4267867.4252649-.4280204 1.1159892-.0027555 1.542776.0004542.0004558.0009088.0009112.0013638.0013663l.1584665.1584717c.4260194.4260335 1.1167449.4260449 1.5427784.0000254.0004657-.0004656.0009309-.0009317.0013957-.0013982l2.5766058-2.5858698 2.5766185 2.5858826c.4252613.4267903 1.1159856.4280298 1.5427759.0027685.0004623-.0004606.0009241-.0009216.0013855-.001383l.1584908-.1584908c.4260265-.4260265.4260265-1.1167519 0-1.5427784-.0004614-.0004614-.0009233-.0009224-.0013855-.001383l-2.5858826-2.5766185 2.5858698-2.5766058c.4267903-.4252613.4280298-1.1159856.0027685-1.5427759-.0004648-.0004665-.0009301-.0009326-.0013957-.0013982z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-error);
}

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

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






/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necessário
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */

	/*body:not(.MacOS) .slim-scrollbar {
		scrollbar-width: thin;
		scrollbar-color: #AAA lightgray;
	}*/
	.slim-scrollbar::-webkit-scrollbar {
		/*width: 50px;*/
		height: 8px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: #F5F5F5;
		/*width: 2px;*/
		/*height: 2px;*/
		border-radius: 22px;
		border-top: 1px solid #fff; 
		border-bottom: 1px solid #fff; 
	}
	/*.slim-scrollbar::-webkit-scrollbar-track::before {
		content: '';position: absolute;top: 0;left: 0;width: 100%;height: 1px;background-color: red;
	}*/
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: #DFDFDF;
		border-radius: 22px;
		/*height: 10px;*/
	}







/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
#header.overlay::before{background-color: rgb(52,52,52,0.5);}
.overlay2::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: 1648px;padding-left: var(--container-padding);padding-right: var(--container-padding);} /* If the container is max 1920px, use 1902px 1620px */
@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='32' height='32' transform='rotate(180)' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='.3' cx='16' cy='16' r='16' fill='%23333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 23.834 19.013 16 11.5 8.166 12.618 7l8.632 9-8.632 9-1.118-1.166Z' fill='%23fff'/%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='.3' cx='16' cy='16' r='16' fill='%23333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 23.834 19.013 16 11.5 8.166 12.618 7l8.632 9-8.632 9-1.118-1.166Z' fill='%23fff'/%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next:hover,
.slider .slick-arrow.slick-prev:hover{opacity: 0.5;}



/*
 *
 * 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,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.333 22H6.667a.683.683 0 0 1-.472-.186.622.622 0 0 1-.195-.45c0-.169.07-.33.195-.45a.683.683 0 0 1 .472-.187h18.666c.177 0 .347.067.472.187s.195.281.195.45c0 .168-.07.33-.195.45a.683.683 0 0 1-.472.186Zm0-6.364H6.667a.683.683 0 0 1-.472-.186A.622.622 0 0 1 6 15c0-.169.07-.33.195-.45a.683.683 0 0 1 .472-.186h18.666c.177 0 .347.067.472.186.125.12.195.281.195.45 0 .169-.07.33-.195.45a.683.683 0 0 1-.472.186Zm0-6.363H6.667a.683.683 0 0 1-.472-.187.622.622 0 0 1-.195-.45c0-.168.07-.33.195-.45A.683.683 0 0 1 6.667 8h18.666c.177 0 .347.067.472.186a.62.62 0 0 1 0 .9.683.683 0 0 1-.472.187Z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 14.586-12-12L2.586 4l12 12-12 12L4 29.414l12-12 12 12L29.414 28l-12-12 12-12L28 2.586l-12 12Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.855 21.777a4.878 4.878 0 0 1 4.27-2.527A4.88 4.88 0 0 1 29 24.125 4.88 4.88 0 0 1 24.125 29a4.88 4.88 0 0 1-4.875-4.875c0-.266.027-.525.068-.78l-7.56-4.41a4.865 4.865 0 0 1-3.883 1.94A4.88 4.88 0 0 1 3 16a4.88 4.88 0 0 1 4.875-4.875c1.586 0 2.992.764 3.883 1.94l7.56-4.41a4.875 4.875 0 0 1-.068-.78A4.88 4.88 0 0 1 24.125 3 4.88 4.88 0 0 1 29 7.875a4.88 4.88 0 0 1-4.875 4.875 4.878 4.878 0 0 1-4.27-2.527l-7.341 4.283a4.853 4.853 0 0 1 0 2.988l7.341 4.283Zm7.52-13.902a3.253 3.253 0 0 0-3.25-3.25 3.253 3.253 0 0 0-3.25 3.25 3.253 3.253 0 0 0 3.25 3.25 3.253 3.253 0 0 0 3.25-3.25ZM7.875 19.25A3.253 3.253 0 0 1 4.625 16a3.253 3.253 0 0 1 3.25-3.25 3.253 3.253 0 0 1 3.25 3.25 3.253 3.253 0 0 1-3.25 3.25Zm13 4.875a3.253 3.253 0 0 0 3.25 3.25 3.253 3.253 0 0 0 3.25-3.25 3.253 3.253 0 0 0-3.25-3.25 3.253 3.253 0 0 0-3.25 3.25Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 23.2c0 .484-.244.8-.738.8h-4.15v-6.054h2.11l.32-2.595h-2.43v-1.349c0-.692.19-1.245 1.212-1.245h1.454v-2.063c-.445-.03-1.134-.095-2.036-.095-1.875 0-3.298 1.116-3.298 3.165v1.587h-2.222v2.595h2.222V24H8.747C8.249 24 8 23.684 8 23.2V9.077C8 8.592 8.249 8 8.747 8h14.515c.494 0 .738.592.738 1.077V23.2Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.576 24h-9.152A3.428 3.428 0 0 1 8 20.576v-9.152A3.428 3.428 0 0 1 11.424 8h9.152A3.428 3.428 0 0 1 24 11.425v9.15A3.428 3.428 0 0 1 20.576 24ZM11.424 9.868c-.858 0-1.556.698-1.556 1.556v9.152c0 .858.698 1.556 1.556 1.556h9.152c.858 0 1.556-.698 1.556-1.556v-9.152c0-.858-.698-1.556-1.556-1.556h-9.152ZM13.448 16A2.555 2.555 0 0 1 16 13.448 2.555 2.555 0 0 1 18.552 16 2.555 2.555 0 0 1 16 18.552 2.555 2.555 0 0 1 13.448 16ZM16 20.42A4.425 4.425 0 0 1 11.58 16 4.425 4.425 0 0 1 16 11.58 4.425 4.425 0 0 1 20.42 16 4.425 4.425 0 0 1 16 20.42Zm4.524-7.906a.796.796 0 1 0 0-1.592.796.796 0 0 0 0 1.592Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.556 12.035c-.945 0-1.556-.68-1.556-1.52C9 9.66 9.63 9 10.595 9s1.556.659 1.574 1.516c0 .84-.61 1.519-1.613 1.519ZM12.071 23H9.078v-9.766h2.993V23Zm7.937 0H23v-5.774c0-2.876-1.476-4.214-3.445-4.214-1.615 0-2.58.94-2.974 1.577h-.06l-.137-1.357h-2.6c.04.878.079 1.897.079 3.116v6.65h2.994v-5.63c0-.28.02-.56.1-.76.217-.556.708-1.136 1.534-1.136 1.082 0 1.517.856 1.517 2.116V23Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.003 19.602c-.94-.075-1.334-.558-2.07-1.02-.405 2.202-.9 4.314-2.364 5.418-.454-3.331.662-5.83 1.18-8.485-.883-1.543.106-4.648 1.971-3.885 2.295.943-1.987 5.74.887 6.34 3.001.623 4.227-5.403 2.366-7.36-2.69-2.83-7.826-.065-7.194 3.985.153.99 1.14 1.29.394 2.657-1.72-.396-2.234-1.803-2.167-3.68.105-3.071 2.66-5.223 5.221-5.519 3.241-.373 6.282 1.234 6.703 4.397.471 3.569-1.464 7.43-4.927 7.152Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.999 22.235a7.485 7.485 0 0 1-1.507.595 6.07 6.07 0 0 1-1.457.17c-.594 0-1.118-.083-1.575-.244a3.305 3.305 0 0 1-1.167-.691c-.323-.297-.546-.617-.67-.953-.125-.34-.187-.827-.187-1.466v-4.912H12v-1.978a3.74 3.74 0 0 0 1.31-.771 3.78 3.78 0 0 0 .875-1.2c.22-.467.372-1.065.455-1.785h1.848v3.539h3.08v2.195h-3.08v3.592c0 .811.04 1.332.12 1.561.079.232.227.415.445.553.288.185.618.279.985.279.659 0 1.312-.232 1.962-.695v2.211h-.001Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.363 12.487c.007.154.008.307.008.456 0 4.673-3.3 10.057-9.34 10.057A8.794 8.794 0 0 1 8 21.411a6.286 6.286 0 0 0 4.86-1.465c-1.436-.03-2.648-1.05-3.066-2.452a3.079 3.079 0 0 0 1.481-.062c-1.502-.325-2.634-1.753-2.634-3.464v-.043c.442.263.95.424 1.488.442-.882-.635-1.46-1.715-1.46-2.943 0-.647.16-1.256.444-1.777 1.62 2.138 4.037 3.543 6.766 3.694a3.738 3.738 0 0 1-.085-.807c0-1.95 1.47-3.534 3.284-3.534.942 0 1.797.43 2.396 1.118a6.318 6.318 0 0 0 2.083-.858 3.517 3.517 0 0 1-1.443 1.957 6.234 6.234 0 0 0 1.886-.56 6.962 6.962 0 0 1-1.637 1.83Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.93 12.88c-.782 4.329-5.154 7.997-6.467 8.834-1.315.835-2.515-.337-2.95-1.223-.498-1.012-1.99-6.492-2.38-6.947-.392-.455-1.565.455-1.565.455L9 13.266s2.382-2.795 4.193-3.142c1.922-.372 1.918 2.896 2.38 4.711.448 1.756.748 2.76 1.138 2.76.391 0 1.138-.977 1.954-2.48.819-1.501-.034-2.829-1.634-1.884.64-3.77 6.681-4.68 5.9-.35Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16c0 5.319.138 6 8 6s8-.681 8-6-.138-6-8-6-8 .681-8 6Zm6.971-1.87 3.594 1.613c.313.142.313.372-.002.514l-3.592 1.612c-.313.14-.571-.017-.571-.35v-3.037c0-.334.258-.491.571-.351Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 15.768c0 4.843-3.956 8.768-8.836 8.768a8.851 8.851 0 0 1-4.272-1.09L7 25l1.595-4.704a8.676 8.676 0 0 1-1.268-4.528C7.327 10.926 11.283 7 16.164 7 21.044 7 25 10.926 25 15.768Zm-8.836-7.372c-4.097 0-7.429 3.307-7.429 7.372 0 1.613.526 3.107 1.415 4.322l-.928 2.738 2.855-.907a7.424 7.424 0 0 0 4.088 1.219c4.096 0 7.429-3.307 7.429-7.371 0-4.065-3.333-7.373-7.43-7.373Zm4.164 9.198c.152.072.254.122.298.194.054.09.054.52-.126 1.022-.181.502-1.066.986-1.463 1.021-.068.006-.124.02-.182.034-.28.067-.592.142-2.417-.57-2.035-.796-3.376-2.77-3.653-3.178l-.047-.068c-.11-.145-.884-1.166-.884-2.222 0-.99.49-1.508.715-1.747l.042-.046a.8.8 0 0 1 .578-.269c.075 0 .15.005.222.01a3.053 3.053 0 0 0 .241.006c.122-.008.28-.018.44.36l.23.556c.189.456.4.967.438 1.04.054.108.09.233.018.377l-.03.059a1.214 1.214 0 0 1-.187.3l-.11.13c-.075.09-.15.181-.215.246-.108.107-.221.223-.095.438.127.215.561.919 1.205 1.488a5.587 5.587 0 0 0 1.6 1.003c.058.026.107.046.142.064.217.108.343.09.47-.054.126-.144.541-.628.685-.843.144-.215.29-.179.488-.107.198.071 1.263.591 1.48.699l.117.057Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m16 9.001-.305.001A6.866 6.866 0 0 0 9 15.709a6.58 6.58 0 0 0 2.333 4.993v2.006l.01.078a.292.292 0 0 0 .437.17l1.625-1.016.358.126a7.22 7.22 0 0 0 2.237.35 6.866 6.866 0 0 0 7-6.707 6.866 6.866 0 0 0-7-6.708Zm1.201 6.355 3.034-1.653a.292.292 0 0 1 .348.463l-3.5 3.499a.292.292 0 0 1-.396.015l-1.89-1.619-3.033 1.654a.292.292 0 0 1-.346-.462l3.5-3.5a.292.292 0 0 1 .397-.015l1.886 1.618Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m23.822 9.273-7.823 6.59-7.821-6.59A2.28 2.28 0 0 1 9.249 9h13.5c.39 0 .752.104 1.073.273Zm.889 11.602c.178-.31.289-.662.289-1.042v-8.666c0-.425-.132-.817-.35-1.151l-5.622 4.736 5.683 6.123Zm-6.53-5.41-1.81 1.527a.574.574 0 0 1-.371.133.574.574 0 0 1-.37-.133l-1.811-1.527-5.756 6.202c.345.208.75.333 1.187.333h13.5c.437 0 .841-.125 1.186-.333l-5.755-6.202ZM7 11.167c0-.425.132-.817.35-1.151l5.622 4.735-5.683 6.124A2.08 2.08 0 0 1 7 19.833v-8.666Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.936 20.576c-.112-.186-.407-.299-.849-.523-.443-.225-2.621-1.31-3.026-1.46-.406-.15-.702-.225-.997.224-.295.45-1.144 1.46-1.402 1.76-.259.3-.517.337-.96.113-.443-.225-1.87-.7-3.561-2.228-1.316-1.19-2.205-2.658-2.464-3.108-.258-.449-.027-.691.194-.915.2-.201.444-.524.665-.786.222-.262.296-.449.442-.749.149-.3.075-.561-.036-.786-.11-.225-.997-2.433-1.366-3.332-.369-.898-.738-.748-.996-.748S10.026 8 9.73 8c-.294 0-.775.112-1.18.561-.406.45-1.55 1.536-1.55 3.744 0 2.209 1.586 4.342 1.808 4.642.221.299 3.063 4.978 7.565 6.775 4.503 1.797 4.503 1.197 5.315 1.122.811-.075 2.62-1.085 2.99-2.133.368-1.049.368-1.947.258-2.134Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.173 14.667v7.76L28 25.254v1.413H4v-1.413l2.827-2.827v-7.76c0-4.333 3-7.96 7.053-8.92v-.96c0-1.173.947-2.12 2.12-2.12s2.12.947 2.12 2.12v.96c4.053.96 7.053 4.587 7.053 8.92Zm-9.173 16a2.652 2.652 0 0 1-2.653-2.653h5.306A2.652 2.652 0 0 1 16 30.667Z' fill='%23fff'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' fill='%238B8D8F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.856 22.67a1.414 1.414 0 0 1-.968.374c-.379 0-.709-.123-.99-.368-.283-.245-.425-.588-.425-1.028 0-.391.137-.72.41-.986.273-.267.608-.4 1.005-.4.39 0 .72.133.987.4.266.266.4.595.4.986 0 .434-.14.775-.42 1.023Zm3.475-8.614a4.244 4.244 0 0 1-.763 1.028c-.295.288-.824.774-1.587 1.456-.21.192-.38.361-.507.506-.127.146-.222.28-.284.4-.062.122-.11.243-.144.364-.034.12-.085.333-.154.637-.117.645-.486.968-1.107.968-.322 0-.593-.105-.814-.316-.22-.211-.33-.524-.33-.94 0-.52.081-.972.242-1.354a3.42 3.42 0 0 1 .642-1.005 14.67 14.67 0 0 1 1.08-1.028c.396-.348.683-.61.86-.786.177-.177.326-.374.446-.591.122-.217.182-.453.182-.707 0-.496-.184-.915-.554-1.256-.369-.34-.845-.512-1.428-.512-.683 0-1.185.172-1.508.517-.322.344-.595.85-.818 1.52-.212.702-.612 1.052-1.2 1.052-.348 0-.641-.122-.88-.367s-.358-.51-.358-.795c0-.59.19-1.187.567-1.792.379-.604.931-1.105 1.657-1.502.725-.397 1.572-.596 2.54-.596.9 0 1.693.166 2.381.498.689.332 1.221.783 1.596 1.354.375.57.563 1.19.563 1.86.001.527-.106.99-.32 1.386Z' fill='%238B8D8F'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.63-5.37-12-12-12S4 9.37 4 16s5.37 12 12 12 12-5.37 12-12ZM5.687 16A10.31 10.31 0 0 1 16 5.687 10.31 10.31 0 0 1 26.313 16 10.31 10.31 0 0 1 16 26.313 10.31 10.31 0 0 1 5.687 16Z' fill='%231890FF'/%3E%3Crect width='2.4' height='2.4' rx='1.091' transform='matrix(1 0 0 -1 15 12.4)' fill='%231890FF'/%3E%3Crect width='2.4' height='7.2' rx='1.091' transform='matrix(1 0 0 -1 15 22)' fill='%231890FF'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12S4 22.63 4 16 9.37 4 16 4Zm0 1.688A10.31 10.31 0 0 0 5.687 16 10.31 10.31 0 0 0 16 26.313 10.31 10.31 0 0 0 26.313 16 10.31 10.31 0 0 0 16 5.687Zm-6.171 11.21 3.603 3.632a.857.857 0 0 0 1.217 0l7.523-7.58a.984.984 0 0 0-1.397-1.387l-6.734 6.786-2.82-2.834a.981.981 0 0 0-1.392 1.383Z' fill='%2352C41A'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12ZM5.7 16c0-5.688 4.612-10.3 10.3-10.3 5.689 0 10.3 4.612 10.3 10.3 0 5.689-4.611 10.3-10.3 10.3-5.688 0-10.3-4.611-10.3-10.3Z' fill='%23F14244'/%3E%3Cpath d='M20.278 13.424a1.09 1.09 0 0 0 .001-1.544l-.158-.159a1.091 1.091 0 0 0-1.544.001L16 14.308l-2.577-2.586a1.091 1.091 0 0 0-1.544-.001l-.158.159a1.09 1.09 0 0 0 .001 1.544L14.308 16l-2.586 2.577a1.09 1.09 0 0 0-.001 1.544l.158.159a1.091 1.091 0 0 0 1.544-.002L16 17.692l2.577 2.586a1.091 1.091 0 0 0 1.544.002l.158-.159a1.09 1.09 0 0 0-.001-1.544L17.692 16l2.586-2.576Z' fill='%23F14244'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.551 25.279C5.184 26.33 6.301 27 7.511 27h16.97c1.225 0 2.329-.67 2.961-1.721.713-1.176.74-2.706.094-3.922L19.731 7.391C18.843 6.066 17.686 5 16.003 5c-1.682 0-2.84 1.066-3.727 2.391L4.43 21.425c-.592 1.244-.592 2.665.121 3.854Zm12.73-3.771c0-.725-.564-1.312-1.278-1.312-.713 0-1.292.587-1.292 1.311a1.29 1.29 0 0 0 1.292 1.298 1.28 1.28 0 0 0 1.279-1.297Zm-1.278-2.61c-.47 0-.807-.396-.86-.875l-.432-3.92c-.067-.67.633-1.299 1.292-1.299.66 0 1.36.629 1.279 1.298l-.43 3.921c-.041.465-.364.875-.849.875Zm8.479 6.367H7.512c-.633 0-1.171-.355-1.494-.902-.404-.656-.39-1.435-.067-2.131l7.738-13.87c.552-.82 1.251-1.627 2.314-1.627 1.064 0 1.75.806 2.302 1.626l7.751 13.87c.31.684.323 1.476-.067 2.132-.337.547-.875.902-1.507.902Z' fill='%23FAAD14'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.372 16 26 24.628 24.628 26 16 17.372 7.373 26 6 24.628 14.627 16 6 7.373 7.373 6 16 14.627 24.628 6 26 7.373 17.372 16Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.422 8.474H9.578a.578.578 0 0 1 0-1.158h3.461v-.58c0-.958.775-1.736 1.73-1.736h3.461c.956 0 1.731.778 1.731 1.737v.579h3.461a.578.578 0 0 1 0 1.158ZM14.77 6.158a.578.578 0 0 0-.577.579v.579h4.614v-.58a.578.578 0 0 0-.576-.578h-3.462ZM9.578 9.632h13.844a.58.58 0 0 1 .577.62l-.992 14.062A2.889 2.889 0 0 1 20.122 27H12.89a2.889 2.889 0 0 1-2.884-2.686L9 10.25a.58.58 0 0 1 .577-.62Zm10.539 16.21a1.733 1.733 0 0 0 1.73-1.615l.958-13.438h-12.61l.952 13.438c.064.911.82 1.617 1.73 1.615h7.24Zm-5.924-2.316a.578.578 0 1 1-1.154 0v-9.263a.578.578 0 1 1 1.154 0v9.263Zm1.73-9.263v9.263a.578.578 0 1 0 1.154 0v-9.263a.578.578 0 1 0-1.154 0Zm3.461 9.842a.578.578 0 0 0 .577-.579v-9.263a.578.578 0 1 0-1.154 0v9.263c0 .32.259.58.577.58Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27.804 26.873.035-.036-.035-.035-7.493-7.493a8.717 8.717 0 1 0-1.014 1.012l7.494 7.494.035.036.035-.036.943-.942ZM8.517 8.517a7.283 7.283 0 1 1 10.3 10.3 7.283 7.283 0 0 1-10.3-10.3Z' fill='%23000' stroke='%23000' stroke-width='.1'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.666 25.61-9.625-9.627-.014-.016a5.616 5.616 0 1 1 8.85-6.754l.015.025h1.549l.014-.025a5.616 5.616 0 1 1 8.85 6.755l-9.639 9.642ZM5.015 16.985l.035-.035-.035.035L15.63 27.6l.035.035.035-.035 10.616-10.614.015-.014v-.002a7.051 7.051 0 1 0-10.666-9.165 7.05 7.05 0 1 0-10.651 9.18Z' fill='%23000' stroke='%23000' stroke-width='.1'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.238 5c-1.603 0-3.197.65-4.412 1.953-2.43 2.608-2.437 6.792-.01 9.402l9.722 10.454a.646.646 0 0 0 .918 0c3.243-3.48 6.479-6.964 9.722-10.444 2.43-2.608 2.43-6.794 0-9.402-2.43-2.607-6.404-2.607-8.834 0L16.002 8.39 14.66 6.953c-1.31-1.41-2.933-1.96-4.422-1.953Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart:not(.active),
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active,
body #controller-cart .rdc-icon-cart{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.667 14.95H10.793L7.44 7.05h18.227a1.283 1.283 0 0 1 1.042 2.03l-.016.02-4 5.334a1.276 1.276 0 0 1-1.026.516Zm4.05 5.383v-.05H11a1.284 1.284 0 0 1-1.283-1.277l.13-.576 1.005-2.047h10.815a2.714 2.714 0 0 0 2.225-1.159h.001l3.884-5.18a2.716 2.716 0 0 0-2.11-4.427H6.832L5.712 2.98 5.7 2.95H2.95v1.433h1.8L9.573 15.74l-.95 1.944A2.716 2.716 0 0 0 11 21.717h14.717v-1.384Zm-.796 3.413a2.717 2.717 0 1 0-3.842 3.842 2.717 2.717 0 0 0 3.842-3.842Zm-2.828 1.013a1.283 1.283 0 1 1 1.814 1.815 1.283 1.283 0 0 1-1.814-1.815Zm-9.172-1.013a2.717 2.717 0 1 0-3.842 3.842 2.717 2.717 0 0 0 3.842-3.842Zm-2.829 1.013a1.283 1.283 0 1 1 1.815 1.815 1.283 1.283 0 0 1-1.815-1.815Z' fill='%23000' stroke='%23000' stroke-width='.1'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.51 15.174a.578.578 0 0 0-.828 0 .601.601 0 0 0 0 .841l4.32 4.39H3.585A.59.59 0 0 0 3 21a.59.59 0 0 0 .585.595h12.417l-4.32 4.39a.601.601 0 0 0 0 .84.578.578 0 0 0 .827 0l5.32-5.405a.601.601 0 0 0 0-.84l-5.32-5.406Zm6.98 1.652a.578.578 0 0 0 .828 0 .601.601 0 0 0 0-.841l-4.32-4.39h12.417A.59.59 0 0 0 29 11a.59.59 0 0 0-.585-.595H15.998l4.32-4.39a.601.601 0 0 0 0-.84.579.579 0 0 0-.828 0l-5.319 5.405a.601.601 0 0 0 0 .84l5.32 5.406Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.51 15.174a.578.578 0 0 0-.638-.129.595.595 0 0 0-.361.55v4.81H3.585A.59.59 0 0 0 3 21a.59.59 0 0 0 .585.595h7.926v4.81c0 .24.142.458.36.55.22.092.471.04.638-.13l5.32-5.405a.601.601 0 0 0 0-.84l-5.32-5.406Zm6.98 1.652c.168.17.42.22.638.129a.595.595 0 0 0 .361-.55v-4.81h7.926A.59.59 0 0 0 29 11a.59.59 0 0 0-.585-.595h-7.926v-4.81a.595.595 0 0 0-.361-.55.578.578 0 0 0-.638.13l-5.319 5.405a.601.601 0 0 0 0 .84l5.32 5.406Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 27.517c-2.922-2.681-5.107-5.142-6.582-7.381C7.82 17.708 7.1 15.612 7.1 13.82c0-2.306.933-4.522 2.6-6.16A8.993 8.993 0 0 1 16 5.1c2.367 0 4.633.924 6.3 2.561a8.633 8.633 0 0 1 2.6 6.16c0 1.791-.72 3.887-2.318 6.315-1.475 2.24-3.66 4.7-6.582 7.38ZM6 13.82C6 17.988 9.333 23.048 16 29c6.667-5.952 10-11.012 10-15.179a9.733 9.733 0 0 0-2.929-6.944A10.093 10.093 0 0 0 16 4a10.093 10.093 0 0 0-7.071 2.877A9.733 9.733 0 0 0 6 13.82Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9 13.907c0-1.582-1.282-2.807-2.9-2.807-1.618 0-2.9 1.225-2.9 2.807 0 1.802 1.317 2.993 2.9 2.993s2.9-1.191 2.9-2.993Zm1.1 0C20 11.674 18.182 10 16 10s-4 1.674-4 3.907C12 16.326 13.818 18 16 18s4-1.674 4-4.093Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 27.517c-2.922-2.681-5.107-5.142-6.582-7.381C7.82 17.708 7.1 15.612 7.1 13.82c0-2.306.933-4.522 2.6-6.16A8.993 8.993 0 0 1 16 5.1c2.367 0 4.633.924 6.3 2.561a8.633 8.633 0 0 1 2.6 6.16c0 1.791-.72 3.887-2.318 6.315-1.475 2.24-3.66 4.7-6.582 7.38ZM6 13.82C6 17.988 9.333 23.048 16 29c6.667-5.952 10-11.012 10-15.179a9.733 9.733 0 0 0-2.929-6.944A10.093 10.093 0 0 0 16 4a10.093 10.093 0 0 0-7.071 2.877A9.733 9.733 0 0 0 6 13.82Z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h8Zm-7.9 8.9v-7.8H14V13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.9h1.9v7.8h-7.8Zm4.8-7.8h-1.8v2.8h1.8v-2.8Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 18.4c6.627 0 12 2.507 12 5.6v4H4v-4c0-3.093 5.373-5.6 12-5.6ZM26.4 24c0-2.208-4.656-4-10.4-4-5.744 0-10.4 1.792-10.4 4v2.4h20.8V24ZM16 4a5.6 5.6 0 1 1 0 11.2A5.6 5.6 0 0 1 16 4Zm0 1.6a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%3Csvg 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.688 9.1C10.688 6.29 13.072 4 16 4c2.927 0 5.313 2.29 5.313 5.1 0 2.81-2.386 5.1-5.313 5.1-2.927 0-5.313-2.29-5.313-5.1Zm-1.67 8.175C10.833 16.103 13.288 15.4 16 15.4c2.712 0 5.167.703 6.982 1.875C24.798 18.447 26 20.128 26 22v5.4c0 .314-.298.6-.625.6H6.625C6.298 28 6 27.714 6 27.4V22c0-1.872 1.202-3.553 3.018-4.725Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.055 23.333c0-.368.286-.666.639-.666.353 0 .639.298.639.666v4a.653.653 0 0 1-.64.667H4.64a.653.653 0 0 1-.64-.667V4.667C4 4.298 4.286 4 4.639 4h14.055c.353 0 .639.298.639.667v4a.653.653 0 0 1-.64.666.653.653 0 0 1-.638-.666V5.333H5.278v21.334h12.777v-3.334Zm5.88-11.18 3.834 3.334A.679.679 0 0 1 28 16a.679.679 0 0 1-.231.513l-3.833 3.334a.623.623 0 0 1-.901-.087.686.686 0 0 1 .083-.94l2.479-2.153H14.583a.653.653 0 0 1-.639-.667c0-.368.286-.667.639-.667h11.014l-2.48-2.153a.684.684 0 0 1-.22-.626.661.661 0 0 1 .408-.514.619.619 0 0 1 .63.113Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.445 22 16 11.982 5.555 22 4 20.509 16 9l12 11.509L26.445 22Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.555 10 16 20.017 26.445 10 28 11.491 16 23 4 11.491 5.555 10Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4 22 5.555Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 26.445 20.017 16 10 5.555 11.491 4 23 16 11.491 28 10 26.445Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 22h22L16 10 5 22Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 10H5l11 12 11-12Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 27V5L10 16l12 11Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5v22l12-11L10 5Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.75' width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath d='m9 21.045 7.5-7.642 7.5 7.642-.937.955-6.563-6.687L9.937 22 9 21.045Zm0-5.403L16.5 8l7.5 7.642-.937.955L16.5 9.91l-6.563 6.687L9 15.642Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='.75' width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath d='m24 10.955-7.5 7.642L9 10.955 9.937 10l6.563 6.687L23.063 10l.937.955Zm0 5.403L16.5 24 9 16.358l.937-.955L16.5 22.09l6.563-6.687.937.955Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8h24v4H4V8Zm24 16H4v-4h24v4Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.21 7h1.58c.14 0 .21.067.21.2v17.6c0 .133-.07.2-.21.2h-1.58c-.14 0-.21-.067-.21-.2V7.2c0-.133.07-.2.21-.2Z' fill='%23333'/%3E%3Cpath d='M7.21 15h17.58c.14 0 .21.07.21.21v1.58c0 .14-.07.21-.21.21H7.21c-.14 0-.21-.07-.21-.21v-1.58c0-.14.07-.21.21-.21Z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 14.263v3.473h22v-3.473H5Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.74 13.434a12.911 12.911 0 0 0-5.545-8.259 12.96 12.96 0 0 0-9.354-1.994l-.503.094C6.518 4.699 1.993 11.309 3.195 18.22c.097.566.235 1.13.405 1.671l.131.468a9.725 9.725 0 0 1-.627 6.55 1.081 1.081 0 0 0 1.265 1.506l4.854-1.326.52.302A12.866 12.866 0 0 0 15.97 29c.861 0 1.729-.086 2.593-.26a12.912 12.912 0 0 0 8.26-5.545 12.916 12.916 0 0 0 1.918-9.761ZM10.58 24.873l-.958-.587-3.227.882.104-.6a12.318 12.318 0 0 0-.247-4.846l-.298-1.045c-.08-.3-.146-.6-.197-.898C4.8 12.274 8.384 7.01 13.794 5.836l.477-.09a10.36 10.36 0 0 1 7.485 1.595 10.311 10.311 0 0 1 4.436 6.606 10.316 10.316 0 0 1-1.535 7.808 10.312 10.312 0 0 1-6.607 4.436c-.69.14-1.386.209-2.08.209-1.898 0-3.748-.522-5.39-1.527Z' fill='%23fff'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.454 12.872C24.77 8.352 20.744 5 16 5c-4.745 0-8.77 3.352-9.455 7.872H8.3c.634-3.623 3.892-6.276 7.709-6.276 3.816 0 7.075 2.653 7.708 6.276h1.738Zm-17.271.96c.482 0 .874.377.874.843v6.741c0 .465-.392.843-.874.843h-.437v2.106c0 1.63 1.37 2.95 3.059 2.95h1.827a1.309 1.309 0 0 1 1.232-.843h4.37c.724 0 1.311.566 1.311 1.264 0 .698-.587 1.264-1.31 1.264h-4.37a1.309 1.309 0 0 1-1.233-.843h-1.827c-2.172 0-3.933-1.697-3.933-3.792V22.26h-.437c-.483 0-.874-.378-.874-.843v-6.741c0-.466.39-.843.874-.843h1.748Zm16.484 0c.979 0 1.772.781 1.772 1.745v4.958c0 .963-.793 1.745-1.772 1.745-.98 0-1.773-.782-1.773-1.745v-4.957c0-.964.794-1.746 1.773-1.746ZM4.773 20.936v-5.952H4.33c-.735 0-1.33.571-1.33 1.275v3.402c0 .704.595 1.275 1.33 1.275h.443Zm22.898-5.952c.734 0 1.329.571 1.329 1.275v3.402c0 .704-.595 1.275-1.33 1.275h-.443v-5.952h.444Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.005 6 4 9.442c-.004 2.884 2.25 5.32 5.256 5.678l7.384.88-7.384.88c-3.006.36-5.26 2.794-5.256 5.678L4.005 26 28 16 4.005 6Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.75' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' fill='%23fff'/%3E%3Cpath d='m12.32 23.52 10.08-7.84-10.08-7.84v15.68Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.75' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.44 23.52V7.84h-3.36v15.68h3.36Zm7.84 0V7.84h-3.36v15.68h3.36Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.084 9.715a.626.626 0 0 1-.628-.62V6.767h-3.4c-.442 0-.8.353-.8.79v4.983h23.488V7.558a.795.795 0 0 0-.8-.791H22.21v2.328c0 .341-.28.62-.628.62a.626.626 0 0 1-.628-.62V6.767h-4.992v2.328c0 .341-.282.62-.627.62a.626.626 0 0 1-.628-.62V6.767H9.712v2.328c0 .341-.283.62-.628.62Zm11.87-4.188h-4.992V3.62a.626.626 0 0 0-.627-.62.626.626 0 0 0-.628.62v1.907H9.712V3.62A.626.626 0 0 0 9.084 3a.626.626 0 0 0-.628.62v1.907h-3.4C3.923 5.527 3 6.438 3 7.557V26.97C3 28.09 3.923 29 5.056 29h21.888C28.077 29 29 28.088 29 26.97V7.557c0-1.12-.923-2.031-2.056-2.031H22.21V3.62a.626.626 0 0 0-.628-.62.626.626 0 0 0-.628.62v1.907Zm6.79 7.633v13.81c0 .436-.358.79-.8.79H5.056a.795.795 0 0 1-.8-.79V13.16h23.488Zm-15.75 7.878h.408a.311.311 0 0 0 .314-.31v-.406c0-.17-.141-.31-.314-.31h-.408a.313.313 0 0 0-.314.31v.406c0 .17.142.31.314.31Zm-3.393 0h-.409a.313.313 0 0 1-.313-.31v-.406c0-.17.14-.31.313-.31h.409c.172 0 .314.14.314.31v.406c0 .174-.142.31-.314.31Zm7.195 0h.408a.309.309 0 0 0 .314-.31v-.406c0-.17-.141-.31-.314-.31h-.408a.313.313 0 0 0-.314.31v.406c0 .17.141.31.314.31Zm4.213 0H19.6a.313.313 0 0 1-.314-.31v-.406c0-.17.141-.31.314-.31h.408c.173 0 .314.14.314.31v.406a.31.31 0 0 1-.314.31Zm3.39 0h.412a.309.309 0 0 0 .314-.31v-.406c0-.17-.142-.31-.314-.31h-.412a.313.313 0 0 0-.314.31v.406c0 .17.142.31.314.31Zm-10.997-3.754h-.408a.313.313 0 0 1-.314-.31v-.404c0-.17.142-.31.314-.31h.408c.173 0 .314.14.314.31v.404c0 .173-.141.31-.314.31Zm3.394 0h.408a.309.309 0 0 0 .314-.31v-.404c0-.17-.141-.31-.314-.31h-.408a.313.313 0 0 0-.314.31v.404c0 .17.141.31.314.31Zm4.213 0H19.6a.313.313 0 0 1-.314-.31v-.404c0-.17.141-.31.314-.31h.408c.173 0 .314.14.314.31v.404c0 .173-.141.31-.314.31Zm3.39 0h.412a.309.309 0 0 0 .314-.31v-.404c0-.17-.142-.31-.314-.31h-.412a.313.313 0 0 0-.314.31v.404c0 .17.142.31.314.31Zm-10.997 7.509h-.408a.313.313 0 0 1-.314-.31v-.403c0-.17.142-.31.314-.31h.408c.173 0 .314.14.314.31v.403c0 .17-.141.31-.314.31Zm-4.21 0h.409c.172 0 .314-.14.314-.31v-.403c0-.17-.142-.31-.314-.31h-.409a.313.313 0 0 0-.313.31v.403c0 .17.14.31.313.31Zm8.012 0h-.408a.313.313 0 0 1-.314-.31v-.403c0-.17.141-.31.314-.31h.408c.173 0 .314.14.314.31v.403a.31.31 0 0 1-.314.31Zm3.397 0h.408c.173 0 .314-.14.314-.31v-.403c0-.17-.141-.31-.314-.31H19.6a.313.313 0 0 0-.314.31v.403c0 .17.141.31.314.31Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.084 16.595c2.3 1.783 4.527 3.493 6.754 5.277C16.934 16.223 21.03 10.574 25.126 5c.934.743 1.868 1.412 2.874 2.155L13.557 27C10.395 24.473 7.162 22.02 4 19.493c.719-.966 1.365-1.932 2.084-2.898Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M29.662 8h-16.58a.34.34 0 0 0-.175.048l-.217.13-11.547 8.05a.331.331 0 0 0 0 .544l11.664 8.13a.342.342 0 0 0 .052.03l.079.036a.339.339 0 0 0 .143.032h16.58a.336.336 0 0 0 .339-.333V8.333A.335.335 0 0 0 29.662 8Z' fill='%23CCC'/%3E%3Cpath d='M22.118 16.5 26 20.382l-.618.618-3.882-3.882L17.618 21 17 20.382l3.882-3.882L17 12.618l.618-.618 3.882 3.882L25.382 12l.618.618-3.882 3.882Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.33 24.063c.168.163.436.261.668.27.26 0 .48-.088.67-.27l5.513-5.334c.329-.346.445-1.064.081-1.458-.364-.394-1.086-.331-1.419.01l-3.872 3.75V4c0-.552-.435-1-.973-1a.987.987 0 0 0-.973 1v17.031l-3.872-3.75c-.36-.396-1.059-.408-1.418-.01-.366.404-.235 1.097.08 1.458l5.514 5.334ZM4 20.678c-.01-.526.46-1.007.973-1.012.52-.006.984.479.973 1.011v6.327h20.108v-6.326c-.007-.528.459-1.012.973-1.012s.98.484.973 1.011v7.324c0 .523-.464.998-.973.998H4.973c-.51 0-.973-.475-.973-.998V20.68Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.221 31.878c-.772.423-1.648-.317-1.492-1.262l1.66-10.09-7.046-7.16c-.658-.67-.316-1.894.566-2.027l9.796-1.484L15.073.624c.394-.832 1.46-.832 1.854 0l4.368 9.23 9.796 1.485c.882.133 1.224 1.357.564 2.027l-7.044 7.16 1.66 10.09c.156.945-.72 1.685-1.492 1.262l-8.782-4.812-8.778 4.812h.002Z' fill='%23DADADA'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.221 31.878c-.772.423-1.648-.317-1.492-1.262l1.66-10.09-7.046-7.16c-.658-.67-.316-1.894.566-2.027l9.796-1.484L15.073.624c.394-.832 1.46-.832 1.854 0l4.368 9.23 9.796 1.485c.882.133 1.224 1.357.564 2.027l-7.044 7.16 1.66 10.09c.156.945-.72 1.685-1.492 1.262l-8.782-4.812-8.778 4.812h.002Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' y1='16.026' x2='16.052' y2='16.026' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F50'/%3E%3Cstop offset='1' stop-color='%23CCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.221 31.878c-.772.423-1.648-.317-1.492-1.262l1.66-10.09-7.046-7.16c-.658-.67-.316-1.894.566-2.027l9.796-1.484L15.073.624c.394-.832 1.46-.832 1.854 0l4.368 9.23 9.796 1.485c.882.133 1.224 1.357.564 2.027l-7.044 7.16 1.66 10.09c.156.945-.72 1.685-1.492 1.262l-8.782-4.812-8.778 4.812h.002Z' fill='%23F50'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m16 32-.59-.744C15.019 30.715 5 18.605 5 11.366 5 5.074 9.976 0 16 0s11 5.142 11 11.366c0 7.239-10.018 19.416-10.41 19.89L16 32Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C9.919 0 5 5.008 5 11.2 5 19.6 16 32 16 32s11-12.4 11-20.8C27 5.008 22.081 0 16 0Z' fill='%2352C41A'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C9.919 0 5 5.008 5 11.2 5 19.6 16 32 16 32s11-12.4 11-20.8C27 5.008 22.081 0 16 0Z' fill='%23F14244'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg 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.032 5c-2.715 0-4.916 2.164-5.028 4.872l-.004.215v4.76C11 17.71 13.236 20 16.032 20c2.671 0 4.854-2.183 4.964-4.935l.004-.218v-4.76C21 7.29 18.764 5 16.032 5Zm0 1.25c1.982 0 3.64 1.636 3.742 3.642l.005.195v4.76c0 2.15-1.691 3.903-3.747 3.903-2.043 0-3.705-1.636-3.806-3.702l-.005-.201v-4.76c0-2.105 1.712-3.837 3.811-3.837Z' fill='%23000'/%3E%3Cpath d='M24 16h-1.142l-.013.267c-.235 3.468-3.098 6.266-6.584 6.384l-.229.004c-3.63 0-6.579-2.827-6.814-6.39L9.206 16H8l.013.309c.24 3.79 3.173 6.934 6.962 7.462l.249.03.173.02v2.033h-1.151c-.34 0-.571.233-.571.573 0 .34.232.573.571.573h3.509c.357 0 .635-.25.635-.573 0-.323-.279-.573-.635-.573h-1.152V23.82l.174-.018c3.948-.42 6.97-3.601 7.211-7.496L24 16Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 25.971 2.799 5 2 6.029 29.201 27 30 25.971ZM16.032 5c2.66 0 4.85 2.17 4.963 4.867l.005.22v4.76l-.004.218a5.288 5.288 0 0 1-.442 1.922l-1.012-.777c.132-.365.212-.756.232-1.163l.005-.2v-4.76l-.005-.195c-.101-2.006-1.76-3.642-3.742-3.642-2.033 0-3.704 1.625-3.806 3.64l-.005.197-.001.499-1.203-.925C11.235 7.049 13.39 5 16.032 5ZM11 14.692l1.312 1.01c.379 1.747 1.897 3.048 3.72 3.048.08 0 .16-.003.239-.008l1.307 1.004a4.806 4.806 0 0 1-1.546.254c-2.724 0-4.917-2.174-5.028-4.934l-.004-.22v-.154Z' fill='%23000'/%3E%3Cpath d='m9.206 16 .012.264c.235 3.564 3.183 6.39 6.814 6.39l.229-.003a6.754 6.754 0 0 0 3.574-1.171l.965.74a8.093 8.093 0 0 1-4.023 1.582l-.174.018v2.034h1.152c.357 0 .635.25.635.573 0 .323-.279.573-.635.573h-3.509c-.34 0-.571-.233-.571-.573 0-.34.232-.573.571-.573h1.151v-2.033l-.422-.05c-3.79-.528-6.722-3.673-6.962-7.462L8 16h1.206Zm14.782.306L24 16h-1.142l-.013.267a6.766 6.766 0 0 1-.488 2.106l.942.724a7.983 7.983 0 0 0 .69-2.79Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.918 7.917h20.583a4.75 4.75 0 0 1 4.75 4.75v14.25a4.75 4.75 0 0 1-4.75 4.75H7.918a4.75 4.75 0 0 1-4.75-4.75v-14.25a4.75 4.75 0 0 1 4.75-4.75Zm0 1.583a3.167 3.167 0 0 0-3.167 3.166v1.584h26.917v-1.584A3.167 3.167 0 0 0 28.501 9.5H7.918ZM4.751 26.916a3.167 3.167 0 0 0 3.167 3.167h20.583a3.167 3.167 0 0 0 3.167-3.166V19H4.751v7.916Zm3.167-1.583h6.333v1.584H7.918v-1.584Zm9.5 0h4.75v1.584h-4.75v-1.584Zm-12.667-9.5v1.583h26.917v-1.583H4.751Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.963 5.001a.693.693 0 0 0-.274.07L7.4 9.195a.736.736 0 0 0-.4.658v3.308c0 6.156 3.57 11.435 8.711 13.776a.69.69 0 0 0 .578 0C21.43 24.596 25 19.317 25 13.16V9.853a.736.736 0 0 0-.4-.657L16.31 5.07a.692.692 0 0 0-.347-.069ZM16 6.545l7.579 3.774v2.842c0 5.451-3.097 10.1-7.579 12.278-4.481-2.179-7.579-6.827-7.579-12.278V10.32L16 6.545Zm3.775 5.99a.701.701 0 0 1 .422-.207.707.707 0 0 1 .72.428.75.75 0 0 1-.165.84l-5.448 5.38a.695.695 0 0 1-.992-.016l-2.605-2.69a.748.748 0 0 1-.218-.725.722.722 0 0 1 .523-.536.697.697 0 0 1 .702.23l2.11 2.178 4.95-4.882Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707 22.166a3.958 3.958 0 0 1 3.88 3.167h11.162V9.5H6.332a3.167 3.167 0 0 0-3.167 3.166v12.667h1.663a3.958 3.958 0 0 1 3.879-3.166Zm0 7.917a3.958 3.958 0 0 1-3.88-3.166H1.583v-14.25a4.75 4.75 0 0 1 4.75-4.75H23.75A1.583 1.583 0 0 1 25.332 9.5v3.166h4.75l4.75 6.304v7.947h-3.246a3.958 3.958 0 0 1-7.758 0H12.586a3.958 3.958 0 0 1-3.879 3.166Zm0-6.333a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75Zm19-1.584a3.958 3.958 0 0 1 3.88 3.167h1.662V19.5l-.377-.5h-7.54v3.958a3.943 3.943 0 0 1 2.375-.791Zm0 1.584a2.375 2.375 0 1 0 0 4.75 2.375 2.375 0 0 0 0-4.75Zm-2.375-9.5v3.166h6.348l-2.39-3.166h-3.958Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 31.26v-1.584h1.583v1.583H9.5Zm11.083-19a9.498 9.498 0 0 1 6.718 16.217 9.498 9.498 0 0 1-6.718 2.782H14.25v-1.583h6.333a7.917 7.917 0 0 0 0-15.833H9.363l4.808 4.807-1.12 1.12-6.718-6.719 6.718-6.718 1.12 1.12-4.807 4.806h11.219Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.976 27H8.01A2.01 2.01 0 0 1 6 25V11h2.01v14h12.966v2Zm3.014-4H12.03a2.01 2.01 0 0 1-2.01-2V7c0-1.1.904-2 2.01-2h11.96C25.096 5 26 5.9 26 7v14c0 1.1-.904 2-2.01 2ZM12.03 7h11.96v14H12.03V7Z' fill='%23000'/%3E%3C/svg%3E");}
/* body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {} */
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.942 6.607 3.075 17.485A3.627 3.627 0 0 0 2 20.059a3.61 3.61 0 0 0 1.063 2.575l6.3 6.302A3.633 3.633 0 0 0 11.936 30c.973 0 1.885-.375 2.573-1.064L25.383 18.06a3.04 3.04 0 0 0 .888-2.357l-.23-3.499a6.744 6.744 0 0 0 2.048-1.408c1.075-1.076 1.746-2.435 1.885-3.831.145-1.457-.29-2.768-1.232-3.71-1.897-1.898-5.28-1.608-7.55.646a.726.726 0 1 0 1.026 1.027c1.697-1.692 4.156-1.988 5.49-.652.629.628.919 1.528.816 2.538-.109 1.063-.628 2.109-1.468 2.949a5.417 5.417 0 0 1-1.123.864l-.188-2.792a1.715 1.715 0 0 0-1.594-1.595l-7.859-.52c-.066-.006-.133-.006-.199-.006-.81 0-1.576.32-2.15.894Zm-3.54 21.302L4.098 21.6c-.411-.41-.64-.96-.64-1.547 0-.586.229-1.136.64-1.547L14.963 7.635a1.605 1.605 0 0 1 1.184-.463.654.654 0 0 0 .055.003l7.858.52a.266.266 0 0 1 .248.248l.217 3.239c-.133.024-.266.048-.405.06-1.008.103-1.908-.187-2.537-.815a.725.725 0 1 0-1.026 1.027c.821.822 1.927 1.257 3.165 1.257a5.47 5.47 0 0 0 .9-.079l.211 3.167c.03.46-.139.906-.465 1.233L13.496 27.909c-.411.411-.96.64-1.547.64a2.173 2.173 0 0 1-1.546-.64Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7.316c-2.188 0-4.286.915-5.834 2.543C8.62 11.49 7.75 13.697 7.75 16s.87 4.512 2.416 6.14c1.548 1.63 3.646 2.544 5.834 2.544 2.188 0 4.286-.915 5.834-2.543 1.547-1.629 2.416-3.837 2.416-6.14-.002-2.303-.873-4.51-2.42-6.139-1.546-1.628-3.643-2.544-5.83-2.546Zm5.024 7.734-1.968 2.019.465 2.85a.81.81 0 0 1-.299.773.718.718 0 0 1-.79.06L16 19.406l-2.432 1.346a.718.718 0 0 1-.79-.06.81.81 0 0 1-.298-.773l.465-2.85-1.968-2.019a.819.819 0 0 1-.19-.81.761.761 0 0 1 .605-.537l2.72-.416 1.215-2.594A.774.774 0 0 1 16 10.29c.276 0 .532.154.673.404l1.216 2.594 2.719.416a.762.762 0 0 1 .606.537c.088.286.014.6-.19.81Zm-3.742-.26 1.606.246-1.162 1.192a.818.818 0 0 0-.215.699l.274 1.683-1.436-.794a.716.716 0 0 0-.698 0l-1.436.794.274-1.683a.818.818 0 0 0-.215-.7l-1.162-1.191 1.605-.246a.754.754 0 0 0 .565-.432L16 12.827l.718 1.53v.001c.109.233.32.394.564.432Zm12.291-1.955a2.534 2.534 0 0 1-.751-1.159 2.655 2.655 0 0 1-.05-1.402 4.243 4.243 0 0 0-.621-3.397c-.694-1.005-1.777-1.632-2.954-1.711a2.394 2.394 0 0 1-1.271-.478 2.581 2.581 0 0 1-.842-1.11c-.44-1.128-1.33-1.995-2.432-2.37a3.817 3.817 0 0 0-3.34.42A2.424 2.424 0 0 1 16 2.014c-.463 0-.917-.134-1.312-.388-1-.65-2.222-.803-3.34-.418-1.102.374-1.991 1.24-2.431 2.368-.178.446-.47.831-.845 1.112-.375.28-.816.446-1.275.477-1.175.08-2.256.708-2.948 1.711a4.248 4.248 0 0 0-.62 3.405c.109.463.09.95-.053 1.403a2.537 2.537 0 0 1-.756 1.156c-.9.778-1.42 1.94-1.42 3.166.001 1.225.525 2.385 1.427 3.16.35.304.61.706.751 1.159.142.453.16.94.05 1.402a4.243 4.243 0 0 0 .621 3.398c.694 1.004 1.777 1.631 2.954 1.71.458.032.898.198 1.271.479.373.28.665.665.843 1.11.44 1.128 1.33 1.994 2.431 2.368a3.819 3.819 0 0 0 3.34-.418A2.424 2.424 0 0 1 16 29.985c.462 0 .916.134 1.311.388l.394-.672-.393.672c1 .65 2.222.803 3.34.419 1.102-.374 1.991-1.241 2.431-2.369.178-.446.47-.83.845-1.112.374-.28.816-.446 1.275-.477 1.175-.08 2.256-.708 2.948-1.711.678-.981.905-2.23.62-3.404-.109-.464-.09-.95.053-1.404a2.53 2.53 0 0 1 .756-1.156c.9-.777 1.421-1.938 1.42-3.164-.001-1.225-.525-2.385-1.427-3.16ZM16 26.263c-2.586 0-5.066-1.081-6.894-3.006C7.277 21.332 6.25 18.722 6.25 16c0-2.722 1.027-5.333 2.856-7.257C10.934 6.818 13.414 5.737 16 5.737c2.586 0 5.066 1.08 6.894 3.006 1.829 1.924 2.856 4.535 2.856 7.257-.003 2.72-1.03 5.33-2.859 7.254-1.828 1.924-4.306 3.006-6.89 3.01Z' fill='%23F50'/%3E%3C/svg%3E");}
/*body .rdc-icon-svg.rdc-icon-gift{}*/
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.684 12.436 16 6.778l-8.95 8.909h2.003v10.058h3.79v-7.544h6.315v7.544h3.79V15.687h2.003l-2.004-1.994V9.4h-1.263v3.036ZM4 16.944 16 5l4.421 4.4V8.143h3.79v5.03L28 16.943h-3.79V27h-6.315v-7.544h-3.79V27H7.79V16.944H4Z' fill='%23000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23999' d='M4.5 4.5h23v23h-23z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M4 4h24v24H4z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 4.5h10v10h-10v-10Zm10 23h-10v-10h10v10Zm13 0h-10v-10h10v10Zm-10-23h10v10h-10v-10Z' stroke='%23999'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h11v11H4V4Zm0 13v11h11V17H4Zm13 0v11h11V17H17Zm11-2V4H17v11h11Z' fill='%23000'/%3E%3C/svg%3E");}
/*body .rdc-icon-svg.rdc-icon-size-guide{}*/


/* 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) {}

/* SEOHOME */
.seoHome {
    width: 0;
    height: 0;
    overflow: hidden;
}


.bannerWelcomeGift .wlg_desc, .bannerWelcomeGift .wlg_desc a {font-family:'Metrocity' !important}
   
/* Menu */
#header .menu > ul > li > a, #header .menu > ul > li > .a{text-decoration: none;font-weight: 600;font-size: 14px; line-height: 135%;}
#header .submenu .column-menu > ul > li.featured > a,
#header .submenu .column-menu > ul > li.featured > .a,
#header .submenu .column-menu > ul > li.featured > p,
#menu .menu-mobile > ul > li.featured > a, #menu .menu-mobile > ul > li.featured > .a,
#menu .menu-mobile > ul > li.featured > p,
#header .menu > ul > li.featured > a, #header .menu > ul > li.featured > .a,
#menu .menu-mobile ul.sub-mobile > li.return.featured .a, #menu .menu-mobile ul.sub-mobile > li.featured a, #menu .menu-mobile ul.sub-mobile > li.featured .a,
#menu .menu-mobile ul.sub-mobile.second-sub > li.featured > a,
#menu .menu-mobile ul.sub-mobile.second-sub > li.featured > .a{color: var(--color-theme);}
#header .submenu .column-menu > ul > li > ul > li.featured > a,
#header .submenu .column-menu > ul > li > ul > li.featured > .a{position: relative;}
#header .submenu .column-menu > ul > li > ul > li.featured > a::before,
#header .submenu .column-menu > ul > li > ul > li.featured > .a::before{content: 'NEW';position: absolute;top: -3px;right: -31px;font-size: 10px;padding-left: 10px;color: var(--color-theme);}

#header .submenu .column-menu > ul > li > a,
#header .submenu .column-menu > ul > li > p{font-weight: 700;line-height: 20px;text-decoration: none;}

#header .submenu .column-menu > ul > li ul li a,
#header .submenu .column-menu > ul > li ul li p {line-height: 15px;}

#header .submenu-account p{color: #000;font-weight: 600;text-transform: uppercase;}
#header .submenu-account a{font-weight: 400;}
#header .submenu-account a:hover{color: var(--color-theme);}
#menu .menu-mobile ul li a, #menu .menu-mobile ul li .a{font-family: 'Metrocity', sans-serif;}

@media screen and (min-width: 768px){
	body #header .container-search #search{font-size: 16px;}
}

/* Footer */
#footer .footer-menu-row .list-nav-title{font-size: 14px;line-height: 20px;}
#footer #footer-share-icons-social-hashtag{font-weight: 700;color: #000;}
#footer .bottom-footer-column-left small{font-size: 13px;}     
@media screen and (min-width: 992px){
	#footer .wrapper-info-custom .text p{font-weight: 700;font-size: 14px;line-height: 22px;}
}

@media screen and (max-width: 991px){
	/*#footer .wrapper-info-custom .text p{font-weight: 700;font-size: 14px;line-height: 22px;}*/
	#footer .wrapper-footer .footer-menu-column a.footer-menu-item-2{font-size: 16px;line-height: 22px;}
}


/* Breadcrumb */
	body .breadcrumb ul li span{color: #FF5500;}
	body .breadcrumb ul li a,
	body .breadcrumb ul li::before{color: #242424;}
	body .breadcrumb ul{list-style: none;margin-left: 0px;}
	/* body .breadcrumb ul li{float: left;} */
	body .breadcrumb ul li:first-child{padding: 0;}
	/* body .breadcrumb ul li {display: inline-block;} */
	body .breadcrumb ul li a,
	body .breadcrumb ul li span,
	body .breadcrumb ul li::before{content: '/';margin: 0 4px;display: inline-block;overflow: hidden; vertical-align: middle;}
	body .breadcrumb ul li:first-child::before{display: none;}
	body .breadcrumb ul li a, body .breadcrumb ul li span, .back_heading {overflow: hidden; vertical-align: middle; padding-top: 0;white-space: nowrap;max-width: 400px;overflow: hidden;text-overflow: ellipsis;}
	body .breadcrumb ul li span{text-decoration: none;}
	body .breadcrumb ul li a[href="javascript:void(0);"]{cursor:default;text-decoration: none;}
	body .breadcrumb ul li:last-child a[href="javascript:void(0);"]{color: #FF5500;}
	body .breadcrumb ul li:last-child a{text-decoration: none;}

	@media screen and (max-width: 767px){
		.product .heading-breadcrumb .column:not(.column-return){width: 100%;}
		body .breadcrumb ul li a, body .breadcrumb ul li span {max-width: unset;}
		body .breadcrumb ul {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			white-space: nowrap;
			padding-bottom: 4px;
		}
		body .breadcrumb ul li {
			float: none;
		}
	}

	@media screen and (max-width: 767px) {
	}

/* Filtros */
body .top-list .order .checkbox .filter-name{font-size: 13px;line-height: 20px;color: #000;}

@media screen and (max-width: 767px){
	body .header-popup-mobile-filters .desc{font-weight: 600;font-size: 16px;}
	body .wrapper-pseudo-filters .header-popup-mobile-filters .desc{font-size: 14px;}
	body .filters .box-filter p, 
	body .filters .box-filter span, 
	body .filters .box-filter input{font-size: 16px;}
	body .filters .title-filter .total-filter-active, 
	body .order-filter-active,
	body .header-popup-mobile-filters .desc .total-filter-active-top{opacity: 1;font-weight: 600;color: var(--color-theme);}

	body .top-filters .row .column a{font-weight: 600;}

}

/* Product List */
	body .products .title_list_1{color: #000;}
	body .products .subtitle_list_1{font-weight: 400;font-size: 13px;color: #000;}

@media screen and (min-width: 768px){
	body .products .title_list_1{font-size: 26px;}
}

@media screen and (max-width: 767px){
	body .search .title_list_1{font-size: 14px;line-height: 18px;font-weight: 500;}
}
/* Product item */
body article.product-item .rdc-product-item-name{color: #000;}
body article.product-item .rdc-product-item-brand{font-weight: 600;font-size: 15px;line-height: 20px;}
body article.product-item .rdc-overlay-fullscreen-search-prod-brand{line-height: 22px;font-weight: 500;}
body article.product-item .desc .rdc-overlay-fullscreen-search-prod-title{font-weight: 400;color: #000000;}
.rdc-overlay-fullscreen-search-prod-price {line-height: 12px;font-size: 13px;color: #000;}


@media screen and (min-width: 768px){
	body article.product-item .desc .rdc-product-item-total-colors,
	body .wishlist .rdc-product-item-color-variant,
	body article.product-item .rdc-product-item-brand{color: #000;}
	body article.product-item .rdc-product-item-brand{font-family: 'Metrocity', sans-serif;}
}

@media screen and (max-width: 767px){
	body article.product-item .desc .rdc-product-item-total-colors,
	body article.product-item .desc .rdc-product-item-selected-size{line-height: 13px;font-size: 11px;}
	body article.product-item .rdc-product-item-brand{line-height: 22px;font-size: 12px;font-family: Metrocity, Sans-Serif;font-weight: 500;}
	body .row3 article.product-item .rdc-product-item-brand{font-size: 14px;line-height: 16px;}
	body .row3 .product-item .price p{line-height: 14px;color: #000;font-size: 12px;font-weight: 500;}
	body .row3 .product-item .price p.old{color: var(--color-gray);}
	body .row3 .product-item .price p.discount{color: var(--color-error);}
	body .row3 .product-item .price p.date{font-size: 10px;}
	body article.product-item .rdc-product-item-variant-action .color-info{padding-left: 6px;}
	body article.product-item .rdc-product-item-variant-action .color-info p{color: #000;line-height: 100%;}
	body article.product-item .rdc-product-item-variant-action .color-info span{line-height: 100%;}
	body article.product-item .rdc-product-item-variant-action p{line-height: 18px;color: #000;font-size: 12px;}
	.rdc-product-item-sizes .rdc-product-item-variants-body label p.paragraph, 
	.rdc-product-item-dimensions .rdc-product-item-variants-body label p.paragraph{font-weight: 500;color: #000;}
}

/* Heading */
.rdc-heading-wrapper-title .short-content-heading-titles,
.rdc-heading-wrapper-title .title-heading-titles,
.empty-notice-desc .secondary-subtitle{color: #000;}

/* Search */
	.search .top-list .term,
	.search .top-list .total{color: #000;}
	.rdc-overlay-fullscreen-search-btn-showresults{line-height: 16px;color: #000;}

/* NOTIFICATION */
	.notifications .wrapper-notifications p{color: #fff;}

/* Detail */
	#main.product  .rdc-product-name p{color: #000;}

	#main.product  .rdc-promo-30days,
	#main.product  .rdc-promo-date, body #main.product  p.rdc-promo-date{line-height: 18px;}

	#main.product  .wrapper-colors .colors a .color-name, 
	#main.product  .wrapper-colors .colors .a .color-name{line-height: 18px;color: #000; font-size: 12px;}

	#main.product  .variants .label-desc{display: none;}

	#rdc-productdetail-area-c .tabs-container .tab:not(.tab_faqs) .subtitle,
	#rdc-productdetail-area-c .tabs-container .tab:not(.tab_faqs) .paragraph,
	#rdc-productdetail-area-c .tabs-container .tab:not(.tab_faqs) p,
	.title-related > p, .product .rdc-structuredText-description2 .contentTitles_description2,
	.title-reviews > p{color: #000;}

	#rdc-productdetail-area-c .technology-desc .list-nav-subtitle{font-weight: 700;font-size: 14px;line-height: 16px;}
	.product .rdc-product-brand .subtitle{font-weight: 500;color: #000;}
	.column-desc .rdc-product-price-content .price p.current{font-size: 14px;/*font-weight: 600;*/}
	.product .reviews #displayReviews .a{color: #000;font-weight: 400;font-size: 14px;}


	/* Reviews */

	#main.product .review-history .top-reviews .ratingGraph .uni p,
	#main.product .review-history .top-reviews .overall-rating .rdc-review-product-level,
	#main.product .review-history .top-reviews .overall-rating .rdc-review-product-count {color: #787878;}
	#main.product .review-history .review-title {font-size: 15px; line-height: 20px; font-weight: 500; font-family: Metrocity, Sans-Serif;}
	.review-history .reviews .date,
	.review-history .wrapper-reviews .reviews #review-content .row .column:last-child p {color: #787878;} 

	/* Packs */

	@media screen and (min-width: 1200px){
		.review-history .top-reviews .dis-table-cell-desktop #review-ajust-width{font-family: Metrocity, Sans-serif;font-size: 16px;font-weight: 500;}
		.review-history .top-reviews .dis-table-cell-desktop .paragraph{font-size: 14px;color: var(--color-black);line-height: 170%;}
		#rdc-productdetail-area-c .tabs-container:not(.vertical) .tabs-content .tab {line-height: 20px;}

		/* Packs */
		.product .rdc-product-packs .rdc-pack .key1-name{font-size: 12px;}
	}

	@media screen and (max-width: 767px){
		.product .rdc-product-brand .subtitle{font-family: Metrocity, Sans-serif;font-size: 14px;line-height: 16px;color: #333;}
		.product .rdc-product-variant-action p,
		#rdc-productdetail-area-c .product-faqs .list-nav-subtitle{color: #000;}
		#mobile-open-sizeguide{font-weight: 600;color: #000;}
		#rdc-product-groups .list-nav-title{font-family: 'MiloWeb', sans-serif;font-size: 20px;font-weight: 700;line-height: 31px;color: #000;}
		body .breadcrumb ul li a, body .breadcrumb ul li span, body .breadcrumb ul li::before{color: #333;}
		body .breadcrumb ul li span{color: var(--color-theme);}
		/* body .breadcrumb ul li a, body .breadcrumb ul li span, body .back_heading{max-width: 120px;} */
		/* body .breadcrumb ul li{display: flex;} */
		.column-desc .rdc-product-price-content .price p.current{color: #000;font-size: 12px;font-weight: 700;}
		body #rdc-product-colors .rdc-wrapper-popup-header .list-nav-title, body #rdc-product-sizes .rdc-wrapper-popup-header .list-nav-title{font-weight: 600;}
		#rdc-productdetail-area-c .technology-desc .list-nav-subtitle{font-weight: 600;color: #000;}
		#rdc-productdetail-area-c .rdc-product-group-content.accordion-content .subtitle, 
		#rdc-productdetail-area-c .rdc-product-group-content.accordion-content .paragraph, 
		#rdc-productdetail-area-c .rdc-product-group-content.accordion-content p{color: #000;}
		.review-history .top-reviews .dis-table-cell-desktop .list-nav-title{font-size: 15px;}

		/* Packs */
		.rdc-product-packs .rdc-pack .rdc-pack-price p{font-size: 11px;}
		body .rdc-product-packs .rdc-wrapper-pack-resume .rdc-pack-resume-price, 
		body .rdc-product-packs .rdc-wrapper-pack-resume .rdc-pack-resume-price p{font-size: 15px;}
	}

/* Account */
	body .account h1,
	body .account .secondary-title.secondary-title-fixed-fontsize{font-family: 'Metrocity', sans-serif;font-size: 24px;font-weight: 700;line-height: 36px;}
	body .account, 
	body .account p, 
	body .account .paragraph,
	body #main.account .form-field.float-field p,
	body .account .form-field label p, 
	body .account .form-field .label p{color: #000;}
	body #main.account .form-field.float-field p,
	body .account .form-field label p, 
	body .account .form-field .label p{font-size: 14px;}

	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-family: Metrocity, Sans-serif;font-weight: 400;font-size: 13px;color: var(--color-white);padding: 12px 20px;border-radius: 32px;}

@media screen and (max-width: 767px){
	body #rdc-account-menu-mobile-v2-itemselected .subtitle{font-size: 14px;font-weight: 600;line-height: 18px;color: #333;text-transform: none;}
	body #main.account .account-heading-wrapper .rdc-header-subtitle p{font-weight: 400;line-height: 22px;}
}

/* Mini Cart */
	#rdc-mini-cart .rdc-wrapper-popup-header .list-nav-title{font-size: 16px;font-family: 'Metrocity'´, sans-serif;}
	#rdc-mini-cart .item-desc > a > p{font-weight: 600;color: #000;line-height: 156%;}
	#rdc-mini-cart p:not(.old):not(.discount),#rdc-mini-cart .paragraph:not(.old):not(.discount){color: #000;}
	#rdc-mini-cart .rdc-wrapper-popup-footer > div p:last-child{font-size: 14px;font-weight: 600;line-height: 17px;}

	@media screen and (max-width: 767px){
		#rdc-mini-cart .rdc-wrapper-popup-header .list-nav-title{font-size: 15px;}
	}

/* Heading */
	.rdc-heading-wrapper-title .title-heading-titles:not(.subtitle){font-weight: 300;padding-top: 4px;}

/* POPUPS */
	body .mfp-container{padding: 0;}

/* BLOCOS */

body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li a { 
	font-weight: 500;
	font-family: Metrocity, Sans-serif;
	text-transform: uppercase;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	background-color: var(--color-white);
	color: var(--color-black);
	letter-spacing: 0;
}

body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li a:hover {border-color: var(--color-black);}
body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li.active a,
body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li:hover a {color: var(--color-black);border-color: var(--color-black);}
body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li{margin-left: 15px;}

.prod-info-cb-name {letter-spacing: 0 !important;font-family: 'Metrocity', sans-serif !important;color: #000 !important;font-weight: 600 !important;font-size: 15px !important;line-height: 20px !important;padding-top: 2px !important;padding-bottom: 2px !important;}
.prod-info-cb .prod-info-cb-price{letter-spacing: 0 !important;font-family: Metrocity, Sans-serif !important;color: #000 !important;font-weight: 600 !important;font-size: 14px !important;padding-top: 2px !important;padding-bottom: 2px !important;}

@media screen and (min-width: 769px) {

	body #main .contentTitles_title { 
		font-family: Metrocity, Sans-serif;
		font-weight: 600;
		font-size: 13px;
		color: var(--color-black);
		line-height: 16px;
		padding: 0 0 15px 0; 
		letter-spacing: 0;
	}

	body #main .contentTitles_subtitle { 
		font-family: 'MiloWeb', sans-serif;
		font-size: 38px;
		font-weight: 700;
		line-height: 45px;
		color: var(--color-black);
		text-size-adjust: 100%;
		padding: 0 0 15px 0; 
		letter-spacing: 0;

	}

	body #main .contentTitles_description2 { 
		font-family: 'MiloWeb', sans-serif;
		font-weight: 300;
		font-size: 26px;
		line-height: 29px;
		color: var(--color-black);
		padding: 0 0 15px 0; 
		letter-spacing: 0;

	}

	body #main .contentTitles_description { 
		font-family: Metrocity, Sans-serif;
		font-weight: 400;
		font-size: 13px;
		color: var(--color-black);
		line-height: 154%;
		letter-spacing: 0;

	}

	body #main .contentTitles_link { 
		font-family: Metrocity, Sans-serif;
		font-weight: 600;
		font-size: 13px;
		line-height: normal;
		text-decoration: none !important;
		padding: 2px 0;
		border: 0;
		background: transparent;
		display: inline-block;
		border-bottom: 1px solid;
		text-transform: uppercase; 
		letter-spacing: 0;
	}

	body #main .contentTitles_button { 
		font-family: Metrocity, Sans-serif;
		font-weight: 500;
		font-size: 13px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 13px 20px;
		border: 1px solid #FF5500;
		background-color: #FF5500;
		border-radius: 32px;
		margin-top:30px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 768px) {

	body #main .contentTitles_title { 
		font-family: Metrocity, Sans-serif;
		font-weight: 600;
		font-size: 13px;
		color: var(--color-black);
		line-height: 100%;
		padding: 0 0 15px 0; 
		letter-spacing: 0;
	}

	body #main .contentTitles_subtitle { 
		font-family: 'MiloWeb', sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 40px;
		color: var(--color-black);
		text-size-adjust: 100%;
		padding: 0 0 15px 0; 
		letter-spacing: 0;
	}

	body #main .contentTitles_description2 { 
		font-family: 'MiloWeb', sans-serif;
		font-weight: 300;
		font-size: 22px;
		line-height: 28px;
		color: var(--color-black);
		padding: 0 0 15px 0; 
		letter-spacing: 0;
	}

	body #main .contentTitles_description { 
		font-family: Metrocity, Sans-serif;
		font-weight: 400;
		font-size: 13px;
		color: var(--color-black);
		line-height: 154%;
		letter-spacing: 0;
	}

	body #main .contentTitles_link { 
		font-family: Metrocity, Sans-serif;
		font-weight: 600;
		font-size: 13px;
		line-height: normal;
		text-decoration: none !important;
		padding: 2px 0;
		border: 0;
		background: transparent;
		display: inline-block;
		border-bottom: 1px solid;
		text-transform: uppercase;
		letter-spacing: 0;
	}

	body #main .contentTitles_button { 
		font-family: Metrocity, Sans-serif;
		font-weight: 500;
		font-size: 13px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 13px 20px;
		border: 1px solid #FF5500;
		background-color: #FF5500;
		border-radius: 32px;
		margin-top:30px;
		letter-spacing: 0;
	}

	body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li a { 
		font-weight: 500;
		font-family: Metrocity, Sans-serif;
		text-transform: uppercase;
		line-height: normal;
		text-decoration: none;
		cursor: pointer;
		display: block;
		padding: 10px 20px;
		border: 1px solid #DFDFDF;
		border-radius: 5px;
		background-color: var(--color-white);
		color: var(--color-black);
		letter-spacing: 0;
	}
	
	body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li a:hover {border-color: var(--color-black);}
	body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li.active a,
	body #main .content_blocks_tabs .content_blocks_tabs_ul .content_blocks_tabs_li:hover a {color: var(--color-black);border-color: var(--color-black);}
}


/* Welcome Gift */
#welcome-gift .wg-title {
	font-family: 'MiloWeb', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 161%;
	color: var(--color-black);
}
@media screen and (max-width: 768px) {
	#welcome-gift .wg-title {font-size: 28px;}
}


/* Banner */
body #main.home .home-slider .description .content p {color: #000;}
@media screen and (max-width: 768px) {
	body #main.home .container-home .home-slider .description .content p.home-slider-title {line-height: 48px;}
	body #main.home .home-slider .description .content p:not(:first-child) {padding-top: 10px;}
}
@media screen and (min-width: 769px) {
	body #main.home .container-home .home-slider .description .content p.home-slider-subtitle:not(:first-child) {padding-top: 20px;}
	body #main.home .container-home .home-slider .description .content p.home-slider-description:not(:first-child) {padding-top: 13px;}
}