h1:not(.nostyle), .h1:not(.nostyle), .title, .product-title {
	font-family: 'OswaldMedium', sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	color: #000;
}

h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: 'OswaldRegular', sans-serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	color: #000;
}

h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: 'RobotoLight', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	color: #000;
}

h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: 'RobotoLight', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

.signature {
	font-family: 'OswaldLight', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #010101;
	text-transform: uppercase;
}

body, body .gm-style, p {
	font-family: 'RobotoLight', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

b, strong {
	font-family: 'RobotoBold', sans-serif;
	font-weight: normal;
}

small, .small, .small::before, .small::after {
	color: #666;
}

a, .a {
	color: #C60315;
	text-decoration: underline;
}

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

.link {
	font-family: 'OswaldLight', sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
}

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

.link:hover {
	color: #C60315;
}

/* ------------ Blog ------------ */
.blog .signature{
	font-size: 12px;
	line-height: 14px;
}

.blog .wrapper-page .small{
	font-size: 11px;
	line-height: 13px;
	color: #333;
}

.blog .item-title{
	font-weight: 600;
	line-height: 150%;
}

.blog .desc-more-news{
	line-height: 150%;
}

.blog .title{
	font-family: 'RobotoCondensedRegular', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

.blog .secondary-title{
	font-family: 'RobotoCondensedRegular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
}

.blog .subtitle{
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	text-transform: none;
}

.blog .secondary-subtitle{
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 600;
}

.blog .featured-articles .title,
.blog .featured-articles .secondary-title {
	color: #FFF;
}

.blog .flags .flag {
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}

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

/* ------------ Forms ------------ */

textarea, input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	font-family: RobotoLight, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding: 9px 14px;
	border: 1px solid #D6D6D6;
}

.MacOS select option {
    font-family: sans-serif;
}

body.tablet textarea, body.tablet input[type=text], body.tablet input[type=number], body.tablet input[type=email], body.tablet input[type=password], body.tablet input[type=tel], body.tablet input[type=search], body.tablet input[type=file], body.tablet select {
	font-size: 12px;
}

@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-size: 14px;
	}
}
	
input[type=file] {
	padding: 8px 10px;
}

textarea {
	line-height: 18px;
}

input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, textarea:hover, div.select:hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus {
	border-color: #a6a6a6;
}

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: #EBEBEB !important;border: 1px solid #EBEBEB!important;-webkit-text-fill-color: #666;-webkit-opacity: 1;cursor: default;
}

select {
	height: auto;
}

div.select{
	position: relative;
	display: block;
	border: 1px solid #D6D6D6;
	overflow-x: hidden;
	background-color: #fff;
}

div.select select{
	position: relative;
	width: 100%;
	padding: 10px 30px 8px 14px;
	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% - 6px);
	right: 18px;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='estilos' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='home' transform='translate(-1008.000000, -5066.000000)' fill='%23222222' fill-rule='nonzero'%3E%3Cg id='Group-26' transform='translate(727.000000, 4822.000000)'%3E%3Cg id='form-/-normal-copy-8' transform='translate(0.000000, 206.000000)'%3E%3Cg id='FORM' transform='translate(0.000000, 21.000000)'%3E%3Cpath d='M289.822212,24.9535598 C290.059263,25.1931944 290.059263,25.5805049 289.822212,25.8201396 C289.585717,26.0592126 289.201362,26.0601394 288.963316,25.8217938 L284.2134,21.0201072 C283.928867,20.732472 283.928867,20.2675804 284.2134,19.9799452 L288.961673,15.1799128 C289.198168,14.9408399 289.582523,14.939913 289.820154,15.1778427 L289.866461,15.2297213 C290.058209,15.4705326 290.043459,15.8228337 289.822212,16.0464927 L285.416702,20.5000262 L289.822212,24.9535598 Z' id='Path' transform='translate(287.000000, 20.500000) scale(1, -1) rotate(-270.000000) translate(-287.000000, -20.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/12px 7px 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: rgba(0,0,0,0.05);
}

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

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

.lt-ie9 div.select select{
	width: 140%;
}

/* Primary Button */
.button, button, input[type=submit], input[type=button] {
	font-family: 'OswaldBold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-transform: uppercase;
	padding: 9px 28px;
	border: 1px solid #C60315;
	background-color: #C60315;
	border-radius: 3px;
}

/* Primary Button Hover */
.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
	color: #fff;
	border-color: #333333;
	background-color: #333333;
}

/* Secondary Button */
.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
	font-family: 'OswaldRegular', sans-serif;
	color: #333;
	border-color: #333333;
	background-color: #fff;
}

/* Secondary Button 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: #fff;
	border-color: #333333;
	background-color: #333333;
}

/* Primary Button White */
.button.btn-light, .button.white, button.btn-light, input[type=submit].btn-light, input[type=button].btn-light {
	color: #FFF;
	border-color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Secondary Button White */
.button.btn2.btn-light, button.btn2.btn-light, input[type=submit].btn2.btn-light, input[type=button].btn2.btn-light,
body #main .contentTitles_button.btn-light{
	color: #FFF;
	border-color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Primary and Secondary Button White Hover */
.button.white:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].white:not([disabled]):hover,
.button.btn2.white:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
	color: #000;
	border-color: #FFF;
	background-color: #FFF;
}

.btn-cart, .btn-cart-esgotado {
	font-family: 'OswaldBold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-transform: uppercase;
	padding: 9px 28px;
	border: 1px solid #C60315;
	background-color: #C60315;
	border-radius: 3px;
}

body .btn-cart-esgotado,
body .btn-cart-esgotado:hover{
	color: #999 !important;
	border-color: #F2F2F2 !important;
	background-color: #F2F2F2 !important;
	cursor: default !important;
}

.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
	color: #fff;
	border-color: #333333;
	background-color: #333333;
}

.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: black !important;
	background: #000 !important;
	border-color: #000 !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: #fff;
	-webkit-animation: loader 750ms linear infinite;
	-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;
}

button[disabled], .button[disabled] {
	cursor: default !important;
	opacity: 0.3;
}

@media screen and (max-width: 767px) {
	/* Primary Button */
	/*.button:not(.bannerLink):not(.notif-add-cart-mobile), button, input[type=submit], input[type=button],
	.btn-cart,
	.btn-cart-esgotado {
		font-size: 13px;
	}*/
}

/* Home | Banners | Shop By Look (Quando selecionado texto claro nos banners) */
.light, .light p {
	border-color: #FFF;
	color: #FFF;
}

@-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);}}

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

/* Avisos de sucesso e erro (formul�rios) */
.form-message .success,
.form-message .error,
.form-message .warning {
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 18px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 15px 7px 30px;
	font-family: "Metrocity-Book";
}

.form-message .success a,
.form-message .error a,
.form-message .warning a {
	text-decoration: underline;
}

.form-message .success a:hover,
.form-message .error a:hover,
.form-message .warning a:hover {
	text-decoration: none;
}

.form-message .success {
	color: #496B0E;
	background-image: url("data:image/svg+xml,%0A%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.1943125 11.474375s-5.734625 9.99375-5.83375 10.083125c-.3274375.30875-.84175.2925-1.1480625-.0325l-3.71475-3.42875c-.307125-.325-.2900625-.845.037375-1.145625.3274375-.30875.84175-.2925 1.148875.0325l2.907125 2.68125 5.1959375-9.0025c.22425-.381875.7206875-.52 1.109875-.2925.388375.219375.521625.723125.297375 1.105zm-5.1943125-8.474375c-7.17925 0-13 5.8175-13 13s5.82075 13 13 13 13-5.8175 13-13-5.82075-13-13-13z' fill='%2338ca73'/%3E%3C/svg%3E");
	background-color: #FAFAFA;
	border-color: #6B8F00;
}

.form-message .error {
	color: #E01F20;
	background-image: url("data:image/svg+xml,%0A%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.5963125 19.445c.3176875.316875.3176875.836875 0 1.15375-.316875.316875-.832.316875-1.1496875 0l-3.44175-3.445-3.466125 3.469375c-.320125.316875-.8385.316875-1.158625 0-.3193125-.325-.3193125-.845 0-1.161875l3.466125-3.469375-3.44175-3.436875c-.3176875-.316875-.3176875-.836875 0-1.15375.3160625-.316875.8311875-.316875 1.148875 0l3.44175 3.445 3.492125-3.49375c.320125-.316875.8376875-.316875 1.1578125 0 .3193125.325.3193125.836875 0 1.161875l-3.4913125 3.49375zm-4.5963125-16.445c-7.1800625 0-13 5.8175-13 13s5.8199375 13 13 13 13-5.8175 13-13-5.8199375-13-13-13z' fill='%23f60000'/%3E%3C/svg%3E");
	background-color: #FAFAFA;
	border-color: #E01F20;
}

.form-message .warning {
	color: #D9A007;
	background-size: 14px 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='14px' height='12px' viewBox='0 0 14 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='estilos' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='home' transform='translate(-982.000000, -5816.000000)' fill='%23F7B500'%3E%3Cg id='Components-/-Alerts-/-Warning' transform='translate(975.000000, 5808.000000)'%3E%3Cpath d='M14,8 L21,20 L7,20 L14,8 Z M14,16.9 C13.4477153,16.9 13,17.370101 13,17.95 C13,18.529899 13.4477153,19 14,19 C14.5522847,19 15,18.529899 15,17.95 C15,17.370101 14.5522847,16.9 14,16.9 Z M15,12 L13,12 L13,15.85 L15,15.85 L15,12 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-color: #FAFAFA;
	border-color: #E2CDA0;
	background-position: 6px center;
}

.form-field .label-title,
.form-field .label-subtitle,
.bottom-bottom-form .required-notice,
.content-radio label, .content-check label, .checkbox-uni label {
	color: #444;
	font-weight: normal;
	line-height: normal;
}

.form-field.displayError textarea {
	background-position: right top 6px;
}

#policy_page_link {
	text-decoration: underline;
}

#policy_page_link:hover {
	text-decoration: none;
}

.form-message .warning * {
	color: #B48E4D;
	line-height: 18px;
}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: #EB5D4E;
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea {
	background-color: #FAE5E7;
	border-color: #F54F4F !important;
}

.form-field.displayError input,
.form-field.displayError textarea {
	background: url(/sysimages/icon-error-input.png) right center/25px no-repeat;
}

/* Geral */
body .overlay::before {background-color: rgba(51, 51, 51, 0.5);}
#containerSite-mask {background-color: transparent;}
#menu {background-color: #FFF;}
.border-color {border-color: #E6E6E6;}
.container {max-width: 1470px;}
/*#header .container, #footer .container{max-width: 2560px;}*/


@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}
}
@media screen and (min-width: 768px) {
	#containerSite, #header {min-width: 1140px;}
}
@media screen and (min-width: 768px) and (max-width: 1140px){
	body:not(.tablet) #header{position: absolute;}
}
@media screen and (min-width: 1930px) {
	body .home .render_1.wrapper-slider, body .home .render_2.wrapper-slider, body .banner-page-container,
	body .blocks-section-fullscreen, body .blocks-section-full-width{max-width: 2560px;}
}

.home .render_1 .home-slider > div:not(.slick-list), .home .render_1 .home-slider .slick-slide{max-height: 800px;}


body.tablet .container {max-width: 100%;}
body.tablet #containerSite, body.tablet #header {min-width: 0;}

/* Accordion */
#main .accordion > li {
	border-color: #E5E5E5;
}

.accordion .accordion-head{
	font-family: "OswaldRegular", sans-serif;
	font-size: 19px;
	line-height: 30px;
	color: #000;
}

.accordion .accordion-head{
	padding: 14px 50px 16px 5px;
}

.accordion .accordion-content{
	padding: 0 48px 49px 5px;
}

.accordion .accordion-content *{
	font-size: 15px;
	line-height: 24px;
}

.accordion .rdc-icon-svg{
	background-size: 16px
}

@media screen and (max-width: 768px){
	.accordion .accordion-content{padding-bottom: 26px;}
}

/* Tabs */
.tabs-container:not(.vertical) .tabs {
	border-bottom: 1px solid whitesmoke;
	text-align: center;
}

.tabs-container .tabs-item {
	font-family: 'Metrocity-Medium', sans-serif;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	padding-bottom: 5px;
	display: block;
	opacity: 0.75;
}

.tabs-container .tabs li.sel .tabs-item,
.tabs-container .tabs .tabs-item:hover {
	opacity: 1;
	border-color: #000;
}

.tabs-container.vertical .tabs-item {
	padding-bottom: 0;
	border-bottom-width: 1px;
	display: inline-block;
}

/* Slim Scrollbar (Minicart, Product List Filters) */
.slim-scrollbar.ps.ps--active-x > .ps__scrollbar-x-rail,
.slim-scrollbar.ps.ps--active-y > .ps__scrollbar-y-rail,
.slim-scrollbar.ps:hover > .ps__scrollbar-y-rail:hover,
.slim-scrollbar.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
	width: 5px;
	opacity: 1;
	background-color: lightgray;
	border-radius: 8px;
}

.slim-scrollbar.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.slim-scrollbar.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.slim-scrollbar.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.slim-scrollbar.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 5px;
	right: 0;
	border-radius: 8px;
}

/*Detalhe*/
body .product-title{
	font-family: OswaldRegular, sans-serif;
	font-size: 23px;
	line-height: 29px;
	text-transform: uppercase;
}

/* Product Item */
.product-item {
	background-color: white;
}

.product-item .desc .name {
	/*font-family: 'RobotoLight', sans-serif;*/
	/*font-size: 14px;*/
	line-height: 20px;
	/*color: #000;*/
}

.product-item .desc .price p:not(.desde) {
	font-family: 'OswaldRegular', sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: #DE332C;
}

.product-item .desc .price p.old {
	font-family: "OswaldLight";
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}

.product-item .desc .price .desde {
	margin-top: 8px;
}

.product-item .desc .price .unitValue {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.product-item .desc .price .rdc-product-unit-value {
	display: inline-block;
	vertical-align: top;
	margin-left: 11px;
	margin-top: 8px;
}

.product-item .desc .price p.discount{
	font-size: 12px;
}

.product-item .desc .price p.discount,
.price .discount {
	background: #DE332C;
	color: #FFF;
}

.flags .flag{
	font-family: "OswaldBold", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}

/*.product-item .desc .price .discount {
	line-height: 100%;
}*/

@media screen and (max-width: 767px){
	body article.product-item .desc .name{font-size: 10px;line-height: 13px;overflow: hidden;max-height: 28px;height: 28px;display: -webkit-box;text-overflow: ellipsis;white-space: normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	body article.product-item .desc .price .desde{font-size: 12px;line-height: 17px;margin-top: 2px;}
	body article.product-item .desc .price p:not(.desde){font-size: 12px;line-height: 17px;}
	body article.product-item .desc .price p.old{font-size: 10px;}
	body article.product-item .desc .price p.discount{font-size: 10px;line-height: 10px;}
	body article.product-item .desc .price .unitValue{font-size: 11px;line-height: 16px;}
	body .product-item .desc .price .rdc-product-unit-value{margin-top: -1px;}
}
/* SVG icons */
a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
	opacity: 0.5;
}

/* Sliders */
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4' transform='matrix(1 0 0 -1 0 32)'%3E%3C/polygon%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='23 5.555 12.982 16 23 26.445 21.509 28 10 16 21.509 4' transform='rotate(180 16.5 16)'%3E%3C/polygon%3E%3C/svg%3E");
}

/* Header */
#header .nav-top ul li a:hover, .nav-top ul li .a:hover {text-decoration: none; border-color: currentColor;}
#header .shop-icons > ul > li > a span{color: #C60315;background: #fff;}
#header .menu{border-bottom: 1px solid #ebebeb;}
#header .menu p.a, #header .submenu p.a {cursor: default;}
#header .menu > .container > ul > li > a, #header .menu > .container > ul > li > .a{text-decoration: none;text-transform: uppercase;font-family: OswaldRegular;font-size: 16px;line-height: 24px;color: #000;}
#header .menu > .container > ul > li.featured > a, #header .menu > .container > ul > li.featured > .a{color: #c63015;}
#header .menu > .container > ul > li:hover > a, #header .menu > .container > ul > li:hover > .a,
#header .menu > .container > ul > li.sel > a, #header .menu > .container > ul > li.sel > .a,
#header .menu > .container > ul > li.sel2 > a, #header .menu > .container > ul > li.sel2 > .a{color: #FFF;text-decoration: none;}
/*#header .submenu .column-menu .title-menu, #header .submenu .column-menu ul li a, #header .submenu .column-menu ul li .a{font-size: 11px;line-height: 130%;}*/
body.tablet #header .menu > ul > li > a, body.tablet #header .menu > ul > li > .a{font-size: 15px;}
body.tablet #header .submenu .column-menu .title-menu, body.tablet #header .submenu .column-menu ul li a, body.tablet #header .submenu .column-menu ul li .a{font-size: 12px;}
#header .logo span{color: #fff;font-size: 22px;line-height: 32px;}
#header .submenu .item-menu-2 > a{font-family: "RobotoBold";color: #000;}

/* New Custom */
	#header .submenu-account .client-info p{font-family: "OswaldMedium", sans-serif;font-size: 15px;line-height: 16px;}
	#header .submenu-account a{font-family: "RobotoRegular", sans-serif;font-size: 16px;line-height: 20px;color: #000;}
	#header .submenu-account a:hover{color: #C60315;}
	#header .shop-icons > ul > li:not(.search) > a > p{color: #fff;}
/* New Custom */

/* New Custom 09/02/23 */
#header .submenu a{font-family: 'OswaldRegular', sans-serif;font-size: 16px;line-height: 24px;color: #000;}
#header .submenu .column-right a{font-family: 'RobotoRegular', sans-serif;font-weight: normal;font-size: 14px;line-height: 16px;}
#header .submenu .column-menu-left a{font-family: 'RobotoMedium', sans-serif;}
/* New Custom 09/02/23 */

body.tablet #header .logo span{font-size: 12px;line-height: 17px;}
body.tablet #header .menu > .container > ul > li > a, body.tablet #header .menu > .container > ul > li > .a{font-size: 14px;}

/* Header - Search */
.container-search #search, .container-search .autocompleter {font-family: "RobotoLight";font-size: 14px;line-height: 32px;color: #000;}
.container-search #search::-webkit-input-placeholder {color: #000;}
.container-search #search::-moz-placeholder {color: #000;}
.container-search #search:-ms-input-placeholder {color: #000;}
.container-search #search:-moz-placeholder {color: #000;}
/* Header - Notifications */
.notifications .notification p{font-size: 10px;line-height: 16px;}
.notifications .notification p:not(.mobile-cart-notice) {color: #FFF;}

/* Product Detail */
.column-desc .reviews p a, .column-desc .reviews p .a {
	background-image: linear-gradient(to bottom, currentColor, currentColor 2px);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    text-decoration: none;
    display: inline;
    line-height: 150%;
    padding-bottom: 1px;
}
.column-desc .reviews p a:hover, .column-desc .reviews p .a:hover {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.column-desc .buttons .selectQtd:not(.hidden) + .btn-cart,
	.column-desc .buttons .selectQtd:not(.hidden) + .btn-cart-esgotado,
	.column-desc .buttons .selectQtd:not(.hidden) + .btn-info {padding-left: 10px;padding-right: 10px;}
}

 /*SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");}*/
/*body .rdc-icon-svg.rdc-icon-social-fb {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 24.1c0 .545-.275.9-.83.9H19.5v-6.81h2.375l.36-2.92H19.5v-1.518c0-.778.215-1.4 1.365-1.4H22.5V10.03c-.5-.034-1.275-.107-2.29-.107-2.11 0-3.71 1.255-3.71 3.56v1.786H14v2.92h2.5V25H7.84c-.56 0-.84-.355-.84-.9V8.211C7 7.666 7.28 7 7.84 7h16.33c.555 0 .83.666.83 1.211V24.1Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.148 25H10.852A3.857 3.857 0 0 1 7 21.147V10.853A3.857 3.857 0 0 1 10.852 7h10.296A3.857 3.857 0 0 1 25 10.853v10.294A3.857 3.857 0 0 1 21.148 25ZM10.852 9.101c-.965 0-1.75.786-1.75 1.752v10.294c0 .966.785 1.752 1.75 1.752h10.296c.965 0 1.75-.786 1.75-1.752V10.853c0-.966-.785-1.752-1.75-1.752H10.852Zm2.277 6.9a2.874 2.874 0 0 1 2.87-2.872A2.874 2.874 0 0 1 18.872 16 2.874 2.874 0 0 1 16 18.871a2.874 2.874 0 0 1-2.871-2.87Zm2.87 4.971A4.978 4.978 0 0 1 11.029 16 4.978 4.978 0 0 1 16 11.028 4.978 4.978 0 0 1 20.973 16 4.978 4.978 0 0 1 16 20.972Zm5.09-8.894a.895.895 0 1 0 0-1.79.895.895 0 0 0 0 1.79Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9.902c-1.214 0-2-.873-2-1.953C7 6.847 7.81 6 9.05 6c1.241 0 2.001.847 2.025 1.949 0 1.08-.784 1.953-2.074 1.953ZM10.949 24H7.101V11.443h3.847V24Zm10.205 0H25v-7.424c0-3.697-1.898-5.418-4.43-5.418-2.075 0-3.316 1.209-3.823 2.027h-.077l-.176-1.744H13.15c.052 1.128.101 2.439.101 4.007v8.55h3.85v-7.24c0-.359.025-.72.128-.975.28-.717.91-1.461 1.973-1.461 1.392 0 1.95 1.1 1.95 2.72V24Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.17 20.052c-1.097-.084-1.557-.627-2.415-1.147-.472 2.477-1.049 4.854-2.758 6.095-.53-3.748.773-6.558 1.378-9.545-1.031-1.737.123-5.23 2.299-4.371 2.676 1.061-2.319 6.456 1.035 7.131 3.5.702 4.93-6.077 2.76-8.278-3.138-3.183-9.13-.074-8.393 4.483.178 1.113 1.33 1.451.46 2.989-2.008-.446-2.608-2.03-2.53-4.14.124-3.455 3.105-5.876 6.093-6.21 3.78-.42 7.328 1.388 7.82 4.947.55 4.015-1.709 8.36-5.75 8.046Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.998 24.017c-.764.363-1.454.615-2.072.764a8.859 8.859 0 0 1-2.003.219c-.817 0-1.538-.107-2.165-.314a4.616 4.616 0 0 1-1.606-.888c-.443-.382-.75-.794-.92-1.226-.172-.435-.257-1.063-.257-1.884v-6.315H11v-2.544c.698-.23 1.302-.56 1.802-.992.5-.428.901-.94 1.203-1.543.303-.6.51-1.369.625-2.294h2.54v4.55h4.237v2.823h-4.236v4.617c0 1.044.054 1.714.165 2.008.109.298.313.532.612.71.396.239.85.359 1.354.359.906 0 1.804-.298 2.698-.893v2.843h-.002Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.158 11.986c.008.175.01.35.01.52C23.168 17.847 19.455 24 12.66 24c-2.086 0-4.028-.666-5.661-1.816.287.039.582.054.881.054 1.73 0 3.323-.643 4.586-1.728-1.615-.034-2.978-1.2-3.45-2.802a3.415 3.415 0 0 0 1.666-.07c-1.689-.372-2.962-2.004-2.962-3.96v-.05a3.468 3.468 0 0 0 1.674.506c-.992-.726-1.643-1.96-1.643-3.364 0-.739.182-1.435.5-2.031 1.823 2.443 4.542 4.05 7.612 4.223a4.341 4.341 0 0 1-.096-.923C15.768 9.811 17.421 8 19.462 8c1.061 0 2.022.491 2.696 1.277a7.047 7.047 0 0 0 2.344-.98 4.016 4.016 0 0 1-1.623 2.236A6.933 6.933 0 0 0 25 9.895a7.917 7.917 0 0 1-1.842 2.09Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.91 12.6c-1.005 5.411-6.626 9.996-8.315 11.043-1.69 1.043-3.234-.422-3.792-1.53-.641-1.265-2.559-8.114-3.062-8.683-.502-.568-2.01.57-2.01.57L6 13.082s3.062-3.494 5.392-3.928c2.47-.464 2.466 3.62 3.06 5.89.575 2.194.961 3.449 1.462 3.449.503 0 1.463-1.221 2.512-3.1 1.053-1.877-.044-3.536-2.1-2.356.821-4.713 8.59-5.849 7.584-.438Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 16c0 6.205.155 7 9 7s9-.795 9-7-.155-7-9-7-9 .795-9 7Zm7.843-2.18 4.042 1.88c.353.165.353.435-.001.6l-4.041 1.88c-.353.164-.643-.019-.643-.409v-3.543c0-.389.29-.572.643-.409Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg width='32' height='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.43 3.307-7.43 7.372a7.29 7.29 0 0 0 1.416 4.322l-.929 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.151.072.254.121.298.194.054.09.054.52-.126 1.022-.182.501-1.066.985-1.463 1.021-.068.006-.124.02-.182.034-.28.067-.592.142-2.417-.571-2.035-.795-3.376-2.77-3.654-3.177a2.433 2.433 0 0 0-.046-.068c-.11-.145-.885-1.166-.885-2.222 0-.99.49-1.508.716-1.747l.042-.046a.8.8 0 0 1 .578-.269c.075 0 .15.005.222.01.067.004.132.008.193.008a.73.73 0 0 0 .048-.002c.122-.008.28-.018.44.36l.23.556c.189.456.4.967.437 1.04.055.108.091.233.018.377l-.029.059a1.214 1.214 0 0 1-.187.3l-.11.13c-.075.09-.15.181-.215.246-.108.107-.221.223-.095.438s.561.919 1.205 1.488a5.6 5.6 0 0 0 1.599 1.003c.06.026.107.046.143.064.216.107.343.09.469-.054.127-.144.542-.628.686-.843.144-.215.289-.179.488-.107.198.071 1.263.591 1.48.699l.117.057Z' fill='%23151414'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.983 7.002h-.391A8.811 8.811 0 0 0 7 15.61a8.446 8.446 0 0 0 2.994 6.407v2.575l.013.1a.374.374 0 0 0 .56.218l2.086-1.303.46.162c.925.3 1.894.451 2.87.45a8.811 8.811 0 0 0 8.982-8.609 8.811 8.811 0 0 0-8.983-8.608Zm1.542 8.155 3.893-2.122a.374.374 0 0 1 .479.105.374.374 0 0 1-.033.489l-4.491 4.49a.374.374 0 0 1-.509.02l-2.423-2.077-3.893 2.122a.374.374 0 0 1-.444-.593l4.492-4.49a.374.374 0 0 1 .508-.02l2.421 2.076Z' fill='%23666'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.823 9.294 16 16.392 8.178 9.294C8.498 9.112 8.86 9 9.25 9h13.5c.39 0 .752.112 1.073.294Zm.888 12.495A2.38 2.38 0 0 0 25 20.667v-9.334c0-.456-.132-.88-.35-1.24l-5.622 5.102 5.683 6.594Zm-6.53-5.827-1.81 1.645a.55.55 0 0 1-.741 0l-1.811-1.644-5.756 6.678c.345.225.75.359 1.187.359h13.5c.437 0 .842-.134 1.186-.359l-5.755-6.678ZM7 11.334c0-.456.132-.88.35-1.24l5.622 5.1-5.683 6.596A2.371 2.371 0 0 1 7 20.667v-9.334Z' fill='%23666'/%3E%3C/svg%3E");}*/
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23000' d='M0 0h40v40H0z'/%3E%3Cpath d='m28 12-8 8-8 8m0-16 8 8 8 8' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 16C3 8.818 8.82 3 16 3s13 5.818 13 13c0 7.183-5.82 13-13 13S3 23.183 3 16Zm12.36 5.558c.1-.09 5.834-10.084 5.834-10.084a.807.807 0 0 0-.297-1.105.814.814 0 0 0-1.11.293l-5.196 9.002-2.907-2.68a.813.813 0 0 0-1.186 1.112l3.715 3.429a.812.812 0 0 0 1.148.033Z' fill='%2338CA73'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 16C3 8.818 8.82 3 16 3s13 5.818 13 13c0 7.183-5.82 13-13 13S3 23.183 3 16Zm17.596 4.599a.817.817 0 0 0 0-1.154l-3.442-3.437 3.491-3.494a.824.824 0 0 0 0-1.162.824.824 0 0 0-1.158 0l-3.492 3.494-3.442-3.445a.813.813 0 1 0-1.149 1.154l3.442 3.437-3.466 3.47a.824.824 0 0 0 0 1.161.825.825 0 0 0 1.159 0l3.466-3.47 3.442 3.446a.814.814 0 0 0 1.15 0Z' fill='%23F60000'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 7h-4.5V5.5A1.5 1.5 0 0 0 18 4h-4.5A1.5 1.5 0 0 0 12 5.5V7H7.5A1.5 1.5 0 0 0 6 8.5V10a1.5 1.5 0 0 0 1.5 1.5V25a3 3 0 0 0 3 3H21a3 3 0 0 0 3-3V11.5a1.5 1.5 0 0 0 1.5-1.5V8.5A1.5 1.5 0 0 0 24 7Zm-9.75-1.5a.75.75 0 0 0-.75.75V7H18v-.75a.75.75 0 0 0-.75-.75h-3Zm9 4.5h-15a.75.75 0 1 1 0-1.5h15a.75.75 0 0 1 0 1.5Zm-.75 15a1.5 1.5 0 0 1-1.5 1.5H10.5A1.5 1.5 0 0 1 9 25V11.5h13.5V25Zm-6-.75a.75.75 0 1 1-1.5 0v-9a.75.75 0 0 1 1.5 0v9ZM12 25a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-1.5 0v9c0 .415.336.75.75.75Zm8.25-.75a.75.75 0 1 1-1.5 0v-9a.75.75 0 0 1 1.5 0v9Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='13.74' cy='13.026' rx='8.74' ry='8.943' stroke='%23C60315' stroke-width='2.4'/%3E%3Cpath d='m19.974 19.425 7.742 7.859' stroke='%23C60315' stroke-width='2.4'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 11.165C28 7.95 25.52 5 22 5c-2.5 0-4.391 1.43-6 2.923C14.468 6.338 12.5 5 10 5c-3.52 0-6 2.949-6 6.165 0 1.725.725 2.967 1.52 4.135l9.324 10.89.127.13.23.225c.68.64.963.605 1.689-.107l.245-.247L26.48 15.3l.172-.22C27.486 13.975 28 12.782 28 11.165ZM17.273 8.791C19.02 7.217 20.393 6.5 22 6.5c2.535 0 4.5 2.112 4.5 4.665 0 1.238-.362 2.162-1.19 3.198l-9.32 10.855-.07-.072-9.204-10.753-.131-.198c-.78-1.187-1.086-1.99-1.086-3.03C5.5 8.612 7.465 6.5 10 6.5c1.769 0 3.361.852 4.922 2.465l1.021 1.057 1.077-1 .253-.23Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 5c3.52 0 6 2.949 6 6.165 0 1.617-.514 2.81-1.348 3.915l-.172.22-9.345 10.89-.245.248c-.726.712-1.008.748-1.69.107l-.23-.225-.126-.13L5.52 15.3C4.725 14.132 4 12.89 4 11.165 4 7.95 6.48 5 10 5c2.5 0 4.468 1.338 6 2.923C17.609 6.429 19.5 5 22 5Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart,
body #controller-cart .rdc-icon-cart {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 19a1.5 1.5 0 0 0 1.5 1.5h17.25c0 .29.003.578.006.823.005.394.008.677-.006.677H10a3 3 0 0 1-3-3V5.5H4.75a.75.75 0 1 1 0-1.5h4.5a.75.75 0 1 1 0 1.5H8.5V7h18.75a.75.75 0 0 1 .75.75c0 .656-2.25 9.75-2.25 9.75L8.5 19Zm3 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm9 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM8.5 8.5h18l-1.918 7.672L8.5 17.5v-9ZM22 25a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 22 25Zm-10.5-1.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 11.5 23.5Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.141 16.203v-2.93H3.604A1.604 1.604 0 0 1 2 11.67v-.313c0-.886.718-1.604 1.604-1.604h8.537v-2.93s-.072-.264.238-.583a.776.776 0 0 1 1.12 0l5.276 4.643c.165.17.236.396.224.618a.819.819 0 0 1-.224.618l-5.276 4.643a.776.776 0 0 1-1.12 0c-.31-.319-.238-.558-.238-.558Zm7.718 9v-2.93h8.537c.886 0 1.604-.718 1.604-1.604v-.313c0-.886-.718-1.604-1.604-1.604h-8.537v-2.93s.071-.264-.238-.583a.776.776 0 0 0-1.12 0l-5.276 4.643a.818.818 0 0 0-.224.618.819.819 0 0 0 .224.618l5.276 4.643c.31.319.81.319 1.12 0 .31-.319.238-.558.238-.558Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-language,
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 16C4 9.372 9.373 4 16 4s12 5.372 12 12-5.373 12-12 12S4 22.628 4 16ZM15.272 5.537l.115-.008A8.64 8.64 0 0 1 16 5.5c.208 0 .412.014.616.029l.112.008a22.445 22.445 0 0 1 1.538 4.378c-.746.065-1.501.103-2.266.103-.765 0-1.52-.038-2.266-.104.383-1.569.9-3.048 1.538-4.377Zm-3.07 4.179a24.406 24.406 0 0 1 1.223-3.885 10.52 10.52 0 0 0-5.09 3.003 24.87 24.87 0 0 0 3.867.882Zm-4.899.412c1.436.478 2.98.836 4.606 1.066-.222 1.3-.34 2.662-.377 4.056H5.53c.134-1.89.769-3.64 1.774-5.122ZM5.529 16.75c.134 1.89.769 3.64 1.774 5.122a26.37 26.37 0 0 1 4.606-1.066c-.222-1.3-.34-2.662-.377-4.056H5.53Zm19.168 5.122a26.37 26.37 0 0 0-4.606-1.066c.221-1.3.34-2.662.377-4.056h6.003a10.416 10.416 0 0 1-1.774 5.122Zm-6.121 4.297c.499-1.207.908-2.51 1.222-3.885 1.349.2 2.642.495 3.866.882a10.516 10.516 0 0 1-5.088 3.003Zm-1.923.3.075-.006a22.445 22.445 0 0 0 1.538-4.378A26.014 26.014 0 0 0 16 21.982c-.765 0-1.52.038-2.266.104.383 1.57.9 3.048 1.538 4.377l.078.006c.216.015.43.031.65.031.22 0 .437-.016.653-.031Zm-8.317-3.303a24.945 24.945 0 0 1 3.866-.882 24.408 24.408 0 0 0 1.223 3.885 10.52 10.52 0 0 1-5.09-3.003Zm10.243-2.549c.226-1.247.346-2.546.386-3.867h-5.93c.04 1.32.16 2.62.386 3.867A29.666 29.666 0 0 1 16 20.5c.876 0 1.735.044 2.58.117Zm-5.544-5.367c.04-1.32.16-2.62.386-3.867.844.074 1.703.117 2.579.117.876 0 1.735-.043 2.578-.117a26.2 26.2 0 0 1 .387 3.867h-5.93Zm6.763-5.534a24.868 24.868 0 0 0 3.866-.881 10.516 10.516 0 0 0-5.088-3.004 24.37 24.37 0 0 1 1.222 3.885Zm4.899.412a10.413 10.413 0 0 1 1.774 5.122h-6.003a28.86 28.86 0 0 0-.377-4.056c1.625-.23 3.17-.588 4.606-1.066Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75 6h14.375A2.866 2.866 0 0 1 26 8.857v14.286A2.866 2.866 0 0 1 23.125 26H8.75a2.866 2.866 0 0 1-2.875-2.857v-2.857h1.438v2.857c0 .788.644 1.428 1.437 1.428h14.375c.794 0 1.438-.64 1.438-1.428V8.857c0-.788-.644-1.428-1.438-1.428H8.75c-.793 0-1.438.64-1.438 1.428v2.857H5.875V8.857A2.866 2.866 0 0 1 8.75 6Zm6.715 15.47a.712.712 0 0 1 0-1.01l3.769-3.746H3.719A.716.716 0 0 1 3 16c0-.394.321-.714.719-.714h15.515l-3.769-3.745a.712.712 0 0 1 0-1.01.722.722 0 0 1 1.017 0l4.959 4.928c.15.149.213.347.203.541a.706.706 0 0 1-.203.541l-4.959 4.928a.722.722 0 0 1-1.017 0Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.364 11.5a7.56 7.56 0 0 1-1.677 4.765C23.61 16.874 25 18.53 25 20.5v3c0 2.485-2.198 4.5-4.91 4.5h-8.18C9.197 28 7 25.985 7 23.5v-3c0-1.97 1.39-3.626 3.313-4.235A7.562 7.562 0 0 1 8.636 11.5C8.636 7.359 11.933 4 16 4s7.364 3.359 7.364 7.5Zm-13.091 0c0-3.313 2.564-6 5.727-6 3.163 0 5.727 2.687 5.727 6s-2.564 6-5.727 6c-3.163 0-5.727-2.687-5.727-6Zm13.09 11.625c0 1.864-1.798 3.375-4.016 3.375h-6.694c-2.218 0-4.017-1.511-4.017-3.375v-2.25c0-1.595 1.32-2.922 3.089-3.275A7.236 7.236 0 0 0 16 19a7.236 7.236 0 0 0 4.275-1.4c1.769.353 3.089 1.68 3.089 3.275v2.25Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.574 4.397a1.525 1.525 0 0 0-2.053 0L9.402 14.804A1.28 1.28 0 0 0 9.025 16c-.08.421.029.87.377 1.196l11.119 10.407c.567.53 1.487.53 2.053 0 .568-.544.568-1.4 0-1.93L12.233 16l10.341-9.673c.568-.53.568-1.386 0-1.93Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.426 27.603c.566.53 1.486.53 2.053 0l11.119-10.407A1.28 1.28 0 0 0 22.974 16a1.28 1.28 0 0 0-.378-1.196L11.48 4.397a1.525 1.525 0 0 0-2.053 0c-.568.544-.568 1.4 0 1.93L19.767 16 9.426 25.673c-.568.53-.568 1.386 0 1.93Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.603 22.574c.53-.566.53-1.486 0-2.053L17.196 9.402A1.28 1.28 0 0 0 16 9.025a1.28 1.28 0 0 0-1.196.377L4.397 20.521a1.525 1.525 0 0 0 0 2.053c.544.568 1.4.568 1.93 0L16 12.233l9.673 10.341c.53.568 1.386.568 1.93 0Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.397 9.426a1.525 1.525 0 0 0 0 2.053l10.407 11.119a1.28 1.28 0 0 0 1.196.377c.421.08.87-.029 1.196-.378L27.603 11.48c.53-.567.53-1.487 0-2.053-.544-.568-1.4-.568-1.93 0L16 19.767 6.327 9.426c-.53-.568-1.386-.568-1.93 0Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.105 4v10.105H4v3.79h10.105V28h3.79V17.895H28v-3.79H17.895V4h-3.79Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14.105v3.79h24v-3.79H4Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.484 21.688c-.66 0-2.086-.112-2.712-.215l-4.546 2.652v-4.608C4.119 17.71 3 15.2 3 12.242 3 7.138 7.686 3 13.484 3c4.82 0 9.677 4.138 9.677 9.242 0 5.104-3.887 9.445-9.677 9.445Zm0-17.063c-5.038 0-8.871 3.456-8.871 7.719 0 2.709 1.259 4.856 3.226 6.464v2.88l2.752-1.849c.67.14 2.173.224 2.893.224 4.9 0 8.064-3.456 8.064-7.72 0-4.262-4.054-7.718-8.064-7.718Zm11.25 5.8c.003.067.009.134.014.2.013.166.026.332.026.5 0 .517-.05 1.023-.122 1.523 1.086 1.28 1.735 2.858 1.735 4.57 0 2.71-1.606 5.088-4.032 6.465v2.88l-2.753-1.849c-.67.14-1.366.224-2.086.224-2.089 0-3.198-.633-4.714-1.683-.44.036-.883.058-1.334.058-.272 0-.54-.017-.807-.033l-.145-.009c1.92 1.89 3.895 3.088 7 3.088.66 0 1.305-.06 1.932-.163L23.968 29v-4.608C26.419 22.7 28 20.075 28 17.117c0-2.636-1.259-5.008-3.267-6.692Zm-5.605 1.919c0 .673-.541 1.219-1.21 1.219-.668 0-1.21-.546-1.21-1.22 0-.672.542-1.218 1.21-1.218.669 0 1.21.546 1.21 1.219ZM8.242 13.563c.668 0 1.21-.546 1.21-1.22 0-.672-.542-1.218-1.21-1.218-.669 0-1.21.546-1.21 1.219s.541 1.219 1.21 1.219Zm6.048-1.22c0 .674-.54 1.22-1.21 1.22a1.214 1.214 0 0 1-1.209-1.22c0-.672.541-1.218 1.21-1.218.668 0 1.21.546 1.21 1.219Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m27.335 14.676-.01.122A3.237 3.237 0 0 1 29 17.625V22.5a3.25 3.25 0 0 1-3.25 3.25v2.438a.812.812 0 1 1-1.625 0V25.75s-1.628.005-1.625 0c-1.727-.077-3.25-1.505-3.25-3.25v-4.875a3.25 3.25 0 0 1 3.25-3.25h3.25c0-5.796-4.365-9.75-9.75-9.75a9.732 9.732 0 0 0-9.75 9.75H9.5a3.25 3.25 0 0 1 3.25 3.25V22.5c0 1.745-1.523 3.173-3.25 3.25.003.005-3.25 0-3.25 0A3.25 3.25 0 0 1 3 22.5v-4.875c0-1.22.68-2.27 1.676-2.827l-.009-.105c-.021-.24-.042-.479-.042-.724C4.625 7.91 9.718 3 16 3s11.375 4.91 11.375 10.969c0 .239-.02.473-.04.707ZM6.25 19.656c0-1.294.19-2.52.511-3.656H6.25c-.897 0-1.625.728-1.625 1.625V22.5c0 .897.728 1.625 1.625 1.625h.767a13.318 13.318 0 0 1-.767-4.469Zm16.96 4.469h-.71a1.626 1.626 0 0 1-1.625-1.625v-4.875c0-.897.728-1.625 1.625-1.625h1.022a11.47 11.47 0 0 1 .603 3.656c0 1.625-.343 3.139-.916 4.469Zm4.165-1.625c0 .897-.728 1.625-1.625 1.625h-.767c.482-1.35.767-2.86.767-4.469 0-1.294-.19-2.52-.51-3.656h.51c.897 0 1.625.728 1.625 1.625V22.5ZM8.478 16H9.5c.897 0 1.625.728 1.625 1.625V22.5c0 .897-.728 1.625-1.625 1.625h-.71a11.289 11.289 0 0 1-.915-4.469c0-1.302.225-2.53.603-3.656Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.588 19.735C8.926 18.747 3 15.188 3 15.188S26.171 3.97 28.172 3L10.588 19.735ZM15.992 29s-3.457-6.333-4.542-8.328L29 3.739l-.016.074C28.78 4.218 15.992 29 15.992 29Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.8 4h3.6c.994 0 1.8.768 1.8 1.714v20.572c0 .946-.806 1.714-1.8 1.714H8.8c-.994 0-1.8-.768-1.8-1.714V5.714C7 4.768 7.806 4 8.8 4Zm10.8 0h3.6c.994 0 1.8.768 1.8 1.714v20.572c0 .946-.806 1.714-1.8 1.714h-3.6c-.994 0-1.8-.768-1.8-1.714V5.714c0-.946.806-1.714 1.8-1.714Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6 3.625h3.2c1.767 0 3.2 1.455 3.2 3.25V24.75c0 1.795-1.433 3.25-3.2 3.25H7.2C5.433 28 4 26.545 4 24.75V6.875c0-1.795 1.433-3.25 3.2-3.25h3.2v-.813c0-.448.358-.812.8-.812.442 0 .8.364.8.813v.812h8v-.813c0-.448.358-.812.8-.812.442 0 .8.364.8.813v.812ZM5.6 8.5h20.8V6.875c0-.897-.717-1.625-1.6-1.625h-3.2v.813a.806.806 0 0 1-.8.812.806.806 0 0 1-.8-.813V5.25h-8v.813a.806.806 0 0 1-.8.812.806.806 0 0 1-.8-.813V5.25H7.2c-.883 0-1.6.728-1.6 1.625V8.5Zm9.6 9.75h1.6c.883 0 1.6-.728 1.6-1.625V15c0-.897-.717-1.625-1.6-1.625h-1.6c-.883 0-1.6.728-1.6 1.625v1.625c0 .897.717 1.625 1.6 1.625ZM16.8 15h-1.6v1.625h1.6V15Zm-8 9.75h1.6c.883 0 1.6-.728 1.6-1.625V21.5c0-.897-.717-1.625-1.6-1.625H8.8c-.883 0-1.6.728-1.6 1.625v1.625c0 .897.717 1.625 1.6 1.625Zm6.4 0h1.6c.883 0 1.6-.728 1.6-1.625V21.5c0-.897-.717-1.625-1.6-1.625h-1.6c-.883 0-1.6.728-1.6 1.625v1.625c0 .897.717 1.625 1.6 1.625Zm0-3.25h1.6v1.625h-1.6V21.5Zm-4.8 0H8.8v1.625h1.6V21.5Zm0-6.5H8.8v1.625h1.6V15Zm-1.6 3.25h1.6c.883 0 1.6-.728 1.6-1.625V15c0-.897-.717-1.625-1.6-1.625H8.8c-.883 0-1.6.728-1.6 1.625v1.625c0 .897.717 1.625 1.6 1.625Zm17.6 6.5c0 .897-.717 1.625-1.6 1.625H7.2c-.883 0-1.6-.728-1.6-1.625V10.125h20.8V24.75ZM21.6 15h1.6v1.625h-1.6V15Zm1.6 3.25h-1.6c-.883 0-1.6-.728-1.6-1.625V15c0-.897.717-1.625 1.6-1.625h1.6c.883 0 1.6.728 1.6 1.625v1.625c0 .897-.717 1.625-1.6 1.625Zm-1.6 3.25h1.6v1.625h-1.6V21.5Zm1.6 3.25h-1.6c-.883 0-1.6-.728-1.6-1.625V21.5c0-.897.717-1.625 1.6-1.625h1.6c.883 0 1.6.728 1.6 1.625v1.625c0 .897-.717 1.625-1.6 1.625Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.116 4.23c-.848-.474-1.928-.187-2.416.609L13.389 23.594 7.06 18.008a1.827 1.827 0 0 0-2.501-.068 1.634 1.634 0 0 0-.082 2.387l8.087 7.143a1.825 1.825 0 0 0 2.499.068c.216-.186 12.699-21.006 12.699-21.006.488-.796.198-1.845-.647-2.303Z' fill='%23DE332C'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.54 8.002h13.457c1.658 0 3.003 1.383 3.003 3.09V21.91c0 1.707-1.345 3.09-3.003 3.09h-13.51v-.015a.753.753 0 0 1-.532-.224l-6.739-7.68a.784.784 0 0 1-.215-.595.777.777 0 0 1 .215-.588l6.74-7.68a.74.74 0 0 1 .584-.216ZM26.5 21.91c0 .85-.672 1.545-1.502 1.545H11.852l-6.113-6.97 6.091-6.938h13.167c.83 0 1.502.696 1.502 1.546V21.91Zm-5.467-8.283a.746.746 0 0 0-1.07 0l-1.725 1.777-1.68-1.73a.736.736 0 0 0-1.06 0 .794.794 0 0 0 0 1.096l1.679 1.723-1.701 1.754a.8.8 0 0 0 0 1.105.746.746 0 0 0 1.07 0l1.7-1.754 1.68 1.73a.736.736 0 0 0 1.061 0 .793.793 0 0 0 0-1.096l-1.679-1.723 1.725-1.777a.798.798 0 0 0 0-1.105Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 6h22.4c.483 0 .8.37.8.808v5.653c0 .891-.717 1.615-1.6 1.615-.883 0-1.6-.724-1.6-1.615V9.23H7.2v3.23c0 .891-.717 1.615-1.6 1.615-.883 0-1.6-.724-1.6-1.615V6.808C4 6.42 4.417 6 4.8 6Zm12.8 14.536h1.6c.094 0 .186-.002.276-.004.448-.01.837-.02 1.098.247a.822.822 0 0 1 0 1.151l-3.953 4.838a.783.783 0 0 1-.608.23.785.785 0 0 1-.609-.23L11.45 21.93a.822.822 0 0 1 0-1.151c.269-.273.837-.256 1.191-.246l.159.003h1.6v-7.268c0-.891.717-1.615 1.6-1.615.883 0 1.6.724 1.6 1.615v7.268Z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.721 11.92 28 13.183l-5.989 6.132L23.43 28 16 23.898 8.571 28l1.418-8.685L4 13.183l8.278-1.263L16 4l3.721 7.92Zm-9.293 13.361L16 22.158l5.501 3.146-.993-6.302 4.75-4.847-6.466-.917L16 7.235l-2.816 6.003-6.488.844 4.796 4.896-1.064 6.303Z' fill='%23CCC'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m16 4 3.721 7.92L28 13.183l-5.989 6.132L23.43 28 16 23.898 8.571 28l1.418-8.685L4 13.183l8.278-1.263L16 4Zm2.791 9.238L16 7.235v14.922l5.501 3.148-.993-6.303 4.75-4.847-6.466-.917Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' y1='16.019' x2='16.039' y2='16.019' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC700'/%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' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.721 11.92 16 4l-3.722 7.92L4 13.183l5.989 6.132L8.57 28 16 23.898 23.429 28l-1.418-8.685L28 13.183l-8.279-1.263Z' fill='%23FFC700'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 12.25C5 6.037 9.925 1 16 1s11 5.037 11 11.25c0 4.64-9.2 18.76-11 18.75-1.829.01-11-14.046-11-18.75Zm8.25 0c0 1.553 1.231 2.813 2.75 2.813s2.75-1.26 2.75-2.813c0-1.553-1.231-2.813-2.75-2.813s-2.75 1.26-2.75 2.813Z' fill='%2365A818'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 12.25C5 6.037 9.925 1 16 1s11 5.037 11 11.25c0 4.64-9.2 18.76-11 18.75-1.829.01-11-14.046-11-18.75Zm8.25 0c0 1.553 1.231 2.813 2.75 2.813s2.75-1.26 2.75-2.813c0-1.553-1.231-2.813-2.75-2.813s-2.75 1.26-2.75 2.813Z' fill='%23D0021B'/%3E%3C/svg%3E");}


/*body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%0A%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.5741352 4.39739598c-.5663675-.52986131-1.4856254-.52986131-2.0534452 0l-11.11822926 10.40701952c-.34853383.3260685-.45745065.7744127-.37757832 1.1955845-.07987233.4211718.02904449.869516.37757832 1.1955845l11.11822926 10.4070195c.5678198.5298613 1.4870777.5298613 2.0534452 0 .5678197-.5434475.5678197-1.3993773 0-1.9292386l-10.3412893-9.6733654 10.3412893-9.67336541c.5678197-.52986131.5678197-1.38579111 0-1.92923861z' fill='%23de332c' transform='matrix(0 1 -1 0 32 0)'/%3E%3C/svg%3E");}*/
/*body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%0A%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.5741352 4.39739598c-.5663675-.52986131-1.4856254-.52986131-2.0534452 0l-11.11822926 10.40701952c-.34853383.3260685-.45745065.7744127-.37757832 1.1955845-.07987233.4211718.02904449.869516.37757832 1.1955845l11.11822926 10.4070195c.5678198.5298613 1.4870777.5298613 2.0534452 0 .5678197-.5434475.5678197-1.3993773 0-1.9292386l-10.3412893-9.6733654 10.3412893-9.67336541c.5678197-.52986131.5678197-1.38579111 0-1.92923861z' fill='%23de332c' transform='matrix(0 -1 1 0 0 32)'/%3E%3C/svg%3E");}*/

/* base.css */
.search-container{position: relative;}
.search-container .input-search{width: 100%;padding-right: 50px;}
.search-container .button-search, .search-container .clear-search-input{position: absolute;top: 1px;right: 1px;background-color: transparent;width: 45px;height: calc(100% - 2px);padding: 0;border: 0;cursor: pointer;}
.search-container .button-search::before{content: '';position: absolute;top: calc(50% - 7px);left: calc(50% - 7px);width: 14px;height: 14px;background: url('/sysimages/icon-search.png') no-repeat left top/14px;}
.search-container .clear-search-input{display: none;background-color: #FFF;}
.search-container .clear-search-input::before{content: '';position: absolute;top: calc(50% - 8px);left: calc(50% - 8px);width: 16px;height: 16px;background: url('/sysimages/icon-clear-search.png') no-repeat left top/16px;}
.search-container .clear-search-input:hover{background-color: whitesmoke;}
/* base.css */

@media screen and (min-width: 768px){
	.sp-ex-small{height: 20px;}
	.sp-small{height: 60px;}
	.sp-medium{height: 80px;}
	.sp-large{height: 100px;}
}


/* ACCOUNT */
	body .account .ac-lg-list-texts .list-nav-title.list-nav-title-fixed-fontsize {font-family: 'RobotoRegular', sans-serif; font-size: 16px;line-height: 20px;color: #000;font-weight: 400 !important;}
	body .account .ac-lg-list-desc {font-family: 'RobotoLight', sans-serif;font-size: 13px;line-height: 20px;color: #000;}
	body .account, 
	body .account p, 
	body .account .paragraph{color: #000;font-weight: 400;}
	body #main.account .account-menu ul li a{font-family: 'RobotoRegular', sans-serif;color: #000;}
	body #main.account .form-field.float-field p{font-size: 14px;}

	body .account .secondary-title.secondary-title-fixed-fontsize{font-size: 55px;line-height: 56px;}

	body .account:not(.account-landing) h1, 
	body .account:not(.account-landing) .secondary-title.secondary-title-fixed-fontsize{font-family: 'RobotoMedium', sans-serif;font-size: 26px;line-height: 39px;}
	body .account:not(.account-landing) .rdc-header-subtitle p{font-family: 'RobotoRegular', sans-serif;}

	body #main.account .special-button{font-family: 'RobotoRegular', sans-serif;}
	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: 'RobotoBold', sans-serif;font-size: 14px;padding: 10px 24px 9px;}

	/* Mobile */
	@media screen and (max-width: 767px) and (max-device-height: 1000px) and (orientation: portrait), 
	screen and (max-device-width: 1020px) and (max-device-height: 1000px) and (orientation: landscape), 
	screen and (pointer: coarse) and (min-width: 700px) and (min-device-height: 1000px) and (orientation: portrait) {
		body .account .ac-lg-list-texts .list-nav-title.list-nav-title-fixed-fontsize{font-size: 15px;line-height: 18px;}
		body .account.account-landing .title-page .title-heading-titles{font-size: 38px;line-height: 38px;}
		body .account .wrapper-page{padding-top: 22px;}
		body .account .account-heading-wrapper{padding-bottom: 18px !important;}

		body #rdc-account-menu-mobile-v2-itemselected{background-color: #FFF;border-radius: 5px;padding: 12px 10px;}
		body #rdc-account-menu-mobile-v2-itemselected .subtitle{color: #333;font-weight: 700;text-transform: none;}
		body #rdc-account-menu-mobile-v2{background-color: #333;padding: 10px;}
		body #rdc-account-menu-mobile-v2-itemselected .rdc-icon-smallarrowdown{filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(5312%) hue-rotate(96deg) brightness(98%) contrast(95%);}

		body #main.account .special-button{font-size: 16px;}

		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]{padding: 12px 24px 11px;}
	}

/* MENU MOBILE */
	.menu-mobile ul.menu-inst .client-info p{font-family: 'OswaldRegular', sans-serif;font-size: 18px;line-height: 27px;text-transform: uppercase;}
	.menu-mobile ul.menu-inst .user-info p{font-family: 'RobotoRegular', sans-serif;font-size: 14px;line-height: 16px;}

/* MINI CARRINHO */
	#controller-cart .list-nav-title{font-family: 'OswaldMedium', sans-serif;font-size: 16px;line-height: 20px;text-transform: uppercase;}
	#controller-cart .item-name p{font-family: 'OswaldRegular', sans-serif;font-size: 13px;line-height: 22px;}
	#controller-cart .item-size p,
	#controller-cart .item-qtd-price .qtd p{font-size: 13px;line-height: 20px;font-family: 'RobotoRegular', sans-serif;}
	#controller-cart .item-qtd-price .item-price p{font-family: 'RobotoMedium', sans-serif;}
	#controller-cart .rdc-wrapper-popup-footer > div > p:last-child{font-family: 'RobotoMedium', sans-serif;}
	

	/* Desktop */
	@media screen and (min-width: 1200px) {
		#controller-cart .rdc-wrapper-popup-footer > div > p:first-child{font-size: 15px;line-height: 27px;}
		#controller-cart .rdc-wrapper-popup-footer > div > p:last-child{font-size: 14px;line-height: 27px;}
	}

	/* Mobile */
	@media screen and (max-width: 767px) and (max-device-height: 1000px) and (orientation: portrait), 
	screen and (max-device-width: 1020px) and (max-device-height: 1000px) and (orientation: landscape), 
	screen and (pointer: coarse) and (min-width: 700px) and (min-device-height: 1000px) and (orientation: portrait) {
		#controller-cart .list-nav-title{font-size: 15px;line-height: 23px;text-transform: none;}
	}

/* PRODUCT DETAIL */
	.column-desc .unitStore{color: #333;}

	.column-desc .buttons .selectQtd .qtd{font-family: 'OswaldRegular', sans-serif;line-height: 21px;} 