html, body {
    margin: 0;
    padding: 0;
	width: 100%;
	height: auto;
	background: #FAFAFA;
	color: #3C3C3C;
	overflow-x: hidden;
}

body {
	padding-right: 0 !important;
	zoom: unset;
}

@media (-webkit-min-device-pixel-ratio: 1.1) and (min-width: 992px) {
	body {
		zoom: 0.8;
	}
	.PRODUCTS_LIST .PRODUCT_ITEM{
		height: 492px !important;
	}
	
}

body.DISABLE_SCROLL{
	overflow:hidden;
}

* {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent !important;
	outline: none !important;
	-webkit-overflow-scrolling: touch;
}

.lds-dual-ring--primary {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.lds-dual-ring--primary:after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px;
	border-radius: 50%;
	border: 3px solid var(--color--primary);
	border-color: var(--color--primary) transparent var(--color--primary) transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

/* .lds-dual-ring--loading {
	position: absolute;
	display: none;
	height: 13px;
	top: 4px;
	left: 4px;
	width: 153px;
}

.lds-dual-ring--loading:after {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	margin: 1px;
	border-radius: 50%;
	border: 2px solid var(--color--primary);
	border-color: var(--color--primary) transparent var(--color--primary) transparent;
	animation: lds-dual-ring 1.2s linear infinite;
} */

.bg-img-default {
	background-color: var(--color--secondary);
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: var(--color--white) !important;
	background: var(--color--primary) !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
	color: var(--color--primary) !important;
	background: transparent !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3C3C3C !important;
	opacity: 1 !important;; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #3C3C3C !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #3C3C3C !important;
}

.dblock {
	display: block !important;
}

.message {
	display: none;
}

.message table {
	width: auto !important;
}

.message table td {
	width: 0 !important;
}

.message table td.messageCell {
	width: 100% !important;
	padding-bottom: 20px !important;
}

.message table td.messageCell div {
	padding: 15px;
    background-color: var(--color--primary);;
    border-radius: 3px;
    color: #FFF;
	font-size: 14px;
}

.message table td.messageCell h4 {
	margin: 5px 0;
	display: none;
}

.cbx {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.cbx:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.lbl {
    margin-left: 27px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
	word-break: break-word;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cbx-wrapper:checked ~ .cbx {
    border-color: transparent;
    background: #6871f1;
    animation: jelly 0.6s ease;
}
.cbx-wrapper:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.cntr {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    line-height: 20px;
}
@-moz-keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@-o-keyframes jelly {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
}
@keyframes jelly {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
}


.pt5 {
	padding-top: 5px;
}

.pt50 {
	padding-top: 50px;
}

.pt15 {
	padding-top: 15px;
}

.h100 {
	height: 100%;
}

.swal2-container {
	z-index: 999990 !important;
}

body.swal2-toast-shown .swal2-container.swal2-center {
	width: 100%;
}








.loginForm {
	/* max-width: 500px; */
	margin: auto;
	display: none;
}

.box-shadow {
	box-shadow: 2px 6px 20px 2px rgba(10,10,120,0.15);
	border-radius: 7px;
	padding: 15px;
	background: #FFF;
}

.calendar {
	width: 100%;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    line-height: 40px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .label {
	font-size: 14px;
	font-weight: 600;
}

.calendar .wrapper {
	position: relative;
	border-radius: 50%;
	background-color: transparent;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: auto;
	cursor: pointer;
}

.calendar .wrapper:not(.disabled) {
	background-color: #9EFF9E;
}

.calendar .wrapper.invalid {
	background-color: rgb(158, 255, 158, .7);
}

.calendar .wrapper.today {
	color: #3C3C3C;
    font-weight: 600;
}

.calendar .wrapper.active {
	background-color: #003764;
	color: #FFF !important;
}

.calendar .wrapper:not(.active):hover {
	background-color: #72FE72;
}

.calendar .flag {
	position: absolute;
	top: -10px;
	right: -15px;
	width: 25px;
	height: 25px;
	background-color: red;
	border-radius: 50%;
	border-bottom-left-radius: 0;
	font-size: 10px;
	line-height: 25px;
	color: #FFF;
	z-index: 999;
}

.calendar .flag small {
	line-height: 25px;
	font-size: 8px;
}

.calendar .month {
	font-size: 18px;
	font-weight: 600;
}

.calendar .month div {
	border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
	cursor: pointer;
}

.calendar .month div:hover {
	background-color: #EFEFEF;
}

.calendar small {
	font-size: 12px;
	font-weight: 600;
}

.calendar span {
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
	font-size: 16px;
	cursor: pointer;
}

.link.back::before {
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
	font-size: 14px;
}

.back::before {
	content: '\f104';
}

.forward::before {
	content: '\f105';
}

.question::before {
	content: '\f059';
	vertical-align: text-bottom;
	cursor: pointer;
}

.question:hover {
	color: #003764;
}

.none {
	display: none;
}

.fieldset-wrapper {
    min-height: 74px;
	position: relative;
}

.fieldset-wrapper-small {
    min-height: 53px;
	position: relative;
}

fieldset.errorEquals{
	border-color: red !important;
}

fieldset.errorEquals ~ label::before{
	content: attr(data-content-equal);
}

fieldset.errorEmailValidation{
	border-color: red !important;
}

fieldset.errorEmailValidation ~ label::before{
	content: attr(data-content-validation);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"],input[type="number"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], select, .shopping-filter input[type="number"] {
	width: 100%;
	padding: 12px;
	padding-right: 24px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #CCC;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: transparent;
	color: #4a4a4a;
}
fieldset input[type="text"], fieldset input[type="number"], fieldset input[type="password"], fieldset input[type="email"], fieldset input[type="date"], fieldset input[type="time"], .shopping-filter input[type="number"] {
	width: 100%;
	padding-right: 24px;
	padding-top: 16px;
	font-size: 14px;
	border-radius: 3px;
	border: 0;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: transparent;
	height: 40px;
	line-height: auto;
}

fieldset select{
	width: 100%;
	padding-right: 24px;
	font-size: 14px;
	border-radius: 3px;
	border: 0;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: transparent;
	height: 40px;
	line-height: auto;
}

fieldset {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 2.24px solid #E1E1E1;
	border-radius: 3px;
	text-align: left;
	position: relative;
	z-index: 999;
	transition: all 130ms ease-in-out;
}
fieldset:invalid, fieldset.invalid {
	border: 1px solid red !important;
}
fieldset input:-moz-read-only {
	color: #7a7a7a !important;
	cursor: default;
}
fieldset input:read-only {
	color: #7a7a7a !important;
	cursor: default;
}
fieldset:invalid legend, fieldset.invalid legend {
	color: red !important;
}
fieldset:invalid ~ label::before, fieldset.invalid ~ label::before {
	content: attr(data-content-invalid);
}
fieldset.active input, fieldset.active select {
	color: #4a4a4a;
}

fieldset legend {
	color: #999;
	font-weight: 600;
	text-align: left;
	margin-left: 5px;
	padding-inline-start: 0px;
	padding-inline-end: 0px;
	-moz-padding-inline-start: 0px;
	-webkit-padding-inline-start: 0px;
	-khtml-padding-inline-start: 0px;
	-o-padding-inline-start: 0px;
	-moz-padding-inline-end: 0px;
	-webkit-padding-inline-end: 0px;
	-khtml-padding-inline-end: 0px;
	-o-padding-inline-end: 0px;
	transform: translate(7px, 21px);
	font-size: 14px;
	line-height: 0;
	max-width: 0;
	display: block;
	white-space: nowrap;
	transition: all 130ms ease-in-out;
	cursor: text;
}
fieldset legend small {
	font-size: 12px;
	transition: all 130ms ease-in-out;
}
fieldset input[type="date"] ~ legend, fieldset select ~ legend {
	transform: translate(7px, 24px);
}

fieldset.active legend {
	color: #999;
    max-width: 400px;
	padding-inline-start: 4px;
	padding-inline-end: 4px;
	font-size: 12px;
	transform: none;
}

fieldset span {
	position: absolute;
	display: block;
	top: 18px;
	right: 8px;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
}

fieldset.error span::before {
	content: '\f00d';
	color: red;
	top: 4px;
	position: relative;
}

fieldset.success span::before {
	content: '\f00c';
	color: green;
	position: relative;
	top: 4px;
}

fieldset button {
	width: auto;
	display: block;
	float: left;
	font-size: 12px;
	position: absolute;
	bottom: -10px;
	right: -30px;
	border-radius: 3px;
}

fieldset button ~ input {
	padding-right: 50px !important;
}

.fieldset-wrapper label {
	font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: block;
    color: red;
	line-height: 12px;
	text-align: left;
	margin: auto;
}

.fieldset-wrapper label::after {
	content: '\00a0';
}



.info {
	text-align: left;
	margin: auto;
}

.ship-list .info {
	padding-right: 5px;
}

.ship-list .change {
	margin-bottom: 5px !important;
}

.info p {
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	margin: 0px 0 15px 0 !important;
	display: block;
}

.cart-summary .info.price p {
	font-weight: 600 !important;
	line-height: 22px !important;
	font-size: 16px !important;
	color: #4a4a4a !important;
}

.cart-summary .info.price p.total {
	font-size: 20px !important;
}

.info p small {
	font-size: 12px;
    display: block;
    line-height: 14px;
	padding-top: 5px;
}

.info label {
	font-size: 14px;
	line-height: 24px;
	display: block;
	font-weight: 600;
}

.info.price label {
	font-weight: 400;
}

.preloader .info {
	display: block;
	color: #FFF;
	width: auto;
	max-width: 500px;
	border-radius: 3px;
	text-align: center;
	margin: 5px auto;
	font-size: 16px !important;
	line-height: 60px !important;
	font-weight: 400 !important;
	background: rgba(0,0,0,.2);
}

.lds-dual-ring {
	display: inline-block;
	width: 64px;
	height: 64px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.preloader {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	display: none;
}

.preloader td {
	vertical-align: middle;
}

.preloader.active {
	display: table;
}

.preloader.active ~ .content {
	pointer-events: none;
}





.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	margin: 15px 0;
	display: block;
	text-align: left;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid #AAA;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent;
}
.radio .label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #225cff;
	transform: scale(0);
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}
.radio:hover .label:after {
	transform: scale(3.6);
}
.radio small {
	font-size: 12px;
	font-weight: 600;
}
.radio.disabled {
	color: #bbb;
	font-weight: 400;
}
.radio.disabled .label {
	border-color: #ddd;
}
input[type="radio"]:checked + .label {
	border-color: #225cff;
}
input[type="radio"]:checked + .label:after {
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}
.hidden {
	display: none;
}
.credit {
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0.6;
}

.content {
	min-height: 800px;
}

.nav .content {
	min-height: 100%;
	padding-top: 0px !important;
}

.table-fixed {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
}

.table-fixed td {
	padding: 0;
}



.nenhum-resultado {
	height: 100% !important;
	text-align: center !important;
	margin: auto !important;
	min-height: 500px;
	padding: 0 5px;
}

.nenhum-resultado td {
	vertical-align: middle !important;
}

.nenhum-resultado p {
	color: #3C3C3C;
	font-size: 24px !important;
	margin: 0 !important;
	line-height: 36px !important;
	margin-bottom: 5px !important;
	padding: 0 30px;
}

.nenhum-resultado small {
	font-size: 18px !important;
	font-weight: 400 !important;
	display: block !important;
	color: #7a7a7a!important;
	padding: 0 30px;
}

.title-h2 {
	color: #3C3C3C;
	font-size: 22px;
	margin: 0;
	position: relative;
	font-weight: 600;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

[class*="col-"].fright {
  float: right;
}

[class*="col-"].offset::before {
	content: "\00a0";
}

[class*="col-"].offset {
	box-shadow: none;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-13 {width: 53.33%;}
.col-14 {width: 5%;}
.col-15 {width: 20%;}
.col-16 {width: 10%;}


.max-width {
	max-width: 1600px;
	margin: auto;
	text-align: center;
}

.max-width-850 {
	max-width: 850px;
	margin: auto;
	text-align: center;
}

.max-width-900 {
	max-width: 900px;
	margin: auto;
	text-align: center;
}

.max-width-1300 {
	max-width: 1300px;
	margin: auto;
	text-align: center;
}

.newsletter-height {
	height: auto;
}

.nav {
    min-height: 30px;
    line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	z-index: 4999;
}
.nav .wrapper {
	box-shadow: 2px 6px 20px 2px rgba(10,10,120,0.15);
}
.nav .wrapper .address-header{
	width:100%;
	display:none;
	justify-content:center;
	align-items:center;
	line-height: 100%;
	text-transform: initial;
	/* z-index: 9999; */
    position: relative;
	white-space: pre;
	height: 40px;
}
.nav .wrapper .address-header a{
	cursor:pointer;
	padding-left:5px;
	border: 1px solid #ddd;
	padding: 5px 14px;
	border-radius: 3px;
}
.nav .wrapper .address-header a:hover{
	background-color: rgba(255,255,255,.2);
}
.nav .wrapper .address-header .address-cep-header{
	min-width:100px;
	padding-right:10px;
}
.nav .wrapper .address-header .address-cep-icon::before{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    content: '\f3c5';
    font-size: 14px;
	padding-right:10px;
	display:none;
}

.nav .wrapper .address-header .address-express-icon::before{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    content: '\f48b';
    font-size: 14px;
	padding-right:10px;
	display:none;
}

.nav .wrapper .address-header .address-store-icon::before{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    content: '\f54e';
    font-size: 14px;
	padding-right:10px;
	display:none;
}

.nav .wrapper .address-header p{
	padding:0;
	margin:0;
}

.nav .menu-actions span {
	padding: 0 2px;
	line-height: 14px;
	font-size: 10px;
}

.nav .bg {
    pointer-events: none;
}

.nav [class*="col-"] {
    padding: 0;
}

.menu-actions [class*="col-"] {
    position: relative;
}

[class*="banner-"] .wrapper-box {
	width: 900px;
	padding-top: 100px;
	color: #FFF;
	text-shadow: 1px 1px #4a4a4a;
}

[class*="banner-"] .wrapper-box h1 {
	font-size: 44px;
}

.nav .header {
    opacity: 1;
	position: relative;
	left: 0;
	max-width: 999px;
	padding-left: 15px;
	cursor: pointer;
}

.nav span {
	word-wrap: break-word;
    overflow-y: visible;
  	overflow-x: clip;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 20px;
}

.nav span.center {
	padding: 0;
}

.nav span.icon {
	font-size: 26px;
	line-height: 30px;
}

.nav i {
    display: block;
    margin: 0px 10px;
    float: left;
    font-size: 24px;
    line-height: 26px;
	transition: none;
}

.nav i.count {
	width: 15px;
	height: 15px;
	line-height: 20px;
	display: block;
	border-radius: 50%;
	float: initial;
	margin: 0;
	position: absolute;
	top: 2px;
	left: 0px;
	/* color: #FFF; */
	color: #F5E199;
	font-style: normal;
	font-size: 8px;
	text-align: center;
}

.nav .toggle {
	position: relative;
    z-index: 9999;
    pointer-events: all;
    display: none;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
	text-align: center;
	margin: auto;
	font-size: 18px;
}

.nav .toggle::before {
	left: 0;
    content: "\f0c9";
    padding: 0;
    transition: all .2s ease-in-out;
}

.login-user{
	display: block;
}

.mobile-only {
	display: none !important;
}

.mobile-only-flex {
	display: none !important;
}

.desktop-only {
	display: initial !important;
}

.truncate {
	word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.truncate-multline {
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.icon {
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
}

.nav .icon strong {
	font-size: 14px;
	padding-left: 5px;
	line-height: 50px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

.nav .cart strong {
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .cart small {
	display: inline-block;
}

.nav .cart {
	line-height: 32px;
	padding: 0 15px !important;
	/* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-overflow{
	overflow:hidden;
}

.nav .cart .bag {
	font-weight: 900;
	float: none !important;
	display: inline-block;
}

.bag::before {
	content: '\f290';
}

.CART_ICON_MERCATO::before {
	content: '\f07a';
}

.twitter::before {
	content: '\f099';
}

.facebook::before {
	content: '\f09a';
}

.instagram::before {
	content: '\f16d';
}

.youtube::before {
	content: '\f167';
}

.star::before {
	content: '\f005';
}

.user-circle::before {
	content: '\f2bd';
}

.book-open::before {
	font-weight: 900;
	content: '\f518'; /* f24d */
}

.bookmark::before {
	content: '\f02e';
}

.clipboard::before {
	content: '\f46d';
}

.heart::before {
	content: '\f004';
}

.search::before {
	content: '\f002';
}

.nav .magia i.icon {
	font-size: 12px;
}

.nav .magia .icon:first-of-type {
	font-weight: 900;
	margin-left: 4px;
	margin-right: 2px;
}

.nav .magia .icon:last-of-type {
	font-weight: 900;
	margin-left: 2px;
	margin-right: 4px;
	float: right;
}

.nav br {
	content: "";
	margin: -8px;
	display: block;
	font-size: 0px;
}

.nav small {
	font-size: 10px;
	font-weight: 400;
	transition: none;
	display: block;
	line-height: 14px;
}

.nav strong {
	font-size: 16px;
	font-weight: 400;
	transition: none;
	display: block;
	line-height: 14px;
	
}

.full-container{
	width: 100%;
}

.left {
	text-align: left !important;
	margin: auto;
}

.center {
	text-align: center !important;
	margin: auto;
}

.center.button button {
	float: none;
}

.right {
	text-align: right !important;
	margin: auto;
}

.nav .border {
	border-right: 1px dashed #3C3C3C;
	display: flex;
    min-height: 28px;
    align-items: center;
}

.nav .first-border{
	border-left: 1px dashed #3C3C3C;
	border-right: 1px dashed #3C3C3C;
	display: flex;
    min-height: 28px;
    align-items: center;
}

.nav .pv15 {
	padding: 14px 0 14px 0;
	text-transform: initial;
}

.nav .input-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	table-layout: fixed;
	background-color: var(--color--white) !important;
	border-radius: 15px;
	padding: 0 0 0 15px;
	border: 1px solid var(--color--gray--light-4);
}

.nav .input-wrapper .div-icon {
	width: 50px;
	height: 34px;
	padding-right: 3px;
}

.nav .input-wrapper .div-icon span {
	font-size: 12px;
	line-height: 28px;
	/* color: rgba(255, 255, 255, 0.8); */
	color: #FFFFFF;
	display: inline;
}

.nav .input-wrapper .div-input {
	font-size: 12px;
	width: 100%;
}

.nav .input-wrapper input {
	font-size: 12px;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: transparent;
	/* color: #FFF; */
	color: #3C3C3C;
	-webkit-appearance:none;
}

.nav .input-wrapper input::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
}

.min-height40 {
	min-height: 40px;
	line-height: 40px;
}

.logo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	position: absolute;
	top: -14px;
	left: 0;
	z-index: 8;
	cursor: pointer;
	height: 140px;
}

.logo.mobile {
	z-index: 8;
	height: 80px;
    width: 105px;
	background-size: contain;
	right: 0;
	cursor: pointer;
	margin-top: 3px;
	margin-left: -4px;
}


.clear {
	padding: 1px !important;
}

.clear-v {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.clear-h {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.clear-r{
	padding-right: 0 !important;
}

.clear-l{
	padding-left: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px;
}

.footer-show {
	background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    font-weight: bold;
}

.footer-desc {
	color: #9197A0;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 30px 0px !important;
}

.footer-column {
	column-count: 2;
}

.footer-list .row [class*="col-"] {
	padding: 4px 4px 4px 0;
	width: auto;
}

.footer-list .row:first-of-type {
	font-size: 18px;
    font-weight: 600;
	/* color: #003764; */
	color: #D2232A !important;
}

.footer-list a, .footer-list p {
	/* color: #4b4b4b; */
	color: #9197A0;
	/* text-decoration: none; */
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: 600;
}

.footer-list a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.footer-list span {
	padding: 0;
	font-size: 14px;
	color: #F5E199;
	background-color: #231F20;
	display: block;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	font-family: 'FAB', sans-serif;
	font-weight: normal;
}



.badges-wrapper {
	max-width: 400px;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

[class*="seguranca-"] {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 56px;
	position: relative;
	top: 0;
	left: 0;
}



[class*="product-kit"] {
	/* cursor: pointer; */
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	/* height: 500px; */
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	padding: 40px;
	/* max-height: 400px; */
	background-position: center;
	background-size: contain;
	background-origin: content-box;
}

.details [class*="product-kit"], .details h3, .details .productItem-wrapper .desc h3 {
	cursor: auto !important;
}

.breadcrumb {
	max-width: 1600px;
	margin: auto;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: 400;
	line-height: 10px;
	text-align: left;
	padding: 0 15px;

	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb span {
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
	margin: 0 5px 0 0;
}

.breadcrumb span::before {
	content: '\f105';
}

.breadcrumb p {
	margin: 45px 5px 5px 0;
	display: inline-block;
}

.breadcrumb p:hover {
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumb strong {
	font-weight: 600;
}

.productItem-wrapper .max-width, .productItem-wrapper .max-width .row {
	height: 100%;
}

.productItem-wrapper {
	width: 100%;
	height: auto;
	/* border-bottom: 1px solid #d4d4d4; */
	border-bottom: 1px solid #DEDDDC;
}

.productItem-wrapper .image, .productItem-wrapper .desc {
	height: 100%;
	text-align: left;
}

.productItem-wrapper .image {
	position: relative;
}

.productItem-wrapper .desc {
	padding-left: 50px;
	background-color: transparent;
}

.productItem-wrapper .desc .title-wrapper {
	display: block;
    position: relative;
}

.productItem-wrapper .desc h3 {
	color: #3C3C3C;
	margin: 10px 0 0 0;
	font-size: 26px;
	text-transform: uppercase;
}

.productItem-wrapper .desc p {
	font-size: 14px;
	line-height: 10px;
	margin: 0;
	color: #3C3C3C;
	text-transform: uppercase;
}

.cep {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;

	border-top: 1px solid #DEDDDC;
	border-bottom: 1px solid #DEDDDC;
	color: #3C3C3C;
}

.cart-summary .cep {
	max-width: none;
	margin-top: 10px;
}

.cart-summary .cep [class*="col-"]:last-child {
	text-align: right;
}

.cep span {
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
}

.cep span::before {
	content: '\f3c5';
	font-weight: 900;
}

.cep a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.productItem-wrapper .desc .itens {
	margin: 15px 0;
}

.productItem-wrapper table {
	table-layout: fixed;
	width: 100%;
}

.productItem-wrapper .desc .itens pre {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0;
	color: #414141;
	white-space: pre-line;
}

.productItem-wrapper div {
	background-color: transparent;
}

.productItem-wrapper .buy {
	max-width: 400px;
}

.productItem-wrapper .desc .buy .info.price {
	min-height: 80px;
	max-height: 80px;
}

.productItem-wrapper .desc .buy .info {
	min-height: 100px;
	max-height: 100px;
}

.productItem-wrapper .desc .buy .info a {
	font-size: 12px;
	line-height: normal;
	margin: 10px auto;
	text-align: center;
	/* color: #003764; */
	color: var(--color--primary);
	display: block;
	width: 100%;
	cursor: pointer;
}

.productItem-wrapper .desc .buy .info a:hover {
	/* color: rgba(0, 55, 100, .4); */
	color: rgba(0, 55, 100, .4);
}

.productItem-wrapper .desc .buy .info a:active {
	/* color: rgba(0, 55, 100, .2); */
	color: rgba(0, 55, 100, .2);
}
.productItem-wrapper .desc .buy p {
	font-size: 14px;
	line-height: 40px;
	/* color: #d0011b; */
	color: #3C3C3C;
}
p.no-avaliable {
	font-size: 14px;
	line-height: 40px !important;
	color: #d0011b;
	font-weight: 600;
}

.productItem-wrapper .desc .buy table p {
	font-size: 20px;
	line-height: 0px !important;
	margin: 10px 0;
	color: #3C3C3C;
	font-weight: 600 !important;
}

.productItem-wrapper .desc .buy small {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #7a7a7a;
	padding-right: 10px;
}

.qtdBox [class*="col-"] {
	border: 1px solid #7a7a7a;
	margin: auto;
	text-align: center;
	color: #4a4a4a;
	height: 60px;
	line-height: 30px;
	padding: 15px 2px;
}

.qtdBox span {
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	font-weight: 900;
	font-size: 10px;
}

.qtdBox [class*="col-"]:first-of-type {
	border-right: 0;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 15px 0;
}

.qtdBox [class*="col-"]:last-of-type {
	border-left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	padding: 15px 0;
}

.qtdBox [class*="col-"]:first-of-type span::before {
	content: '\f068';
}

.LAST_ITEM_ICON::before {
	content: '\f1f8' !important;
	font-size: 14px;
}

.qtdBox [class*="col-"]:last-of-type span::before {
	content: '\f067';
}

.qtdBox [class*="mobile col-"]:first-of-type span::before {
	content: '\f067';
}

.qtdBox [class*="mobile col-"]:last-of-type span::before {
	content: '\f068';
}

.qtdBox input {
	border: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	height: 100%;

	padding:0 !important;
}

.skeleton__button,
.button--default,
button, 
input[type="submit"] {
	cursor: pointer;
	border: 0;
	color: #FFF;
	margin: auto;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 14px 12px;
}

.button--rounded {
	border-radius: 3px;
}

.productItem-wrapper button::before, .compareKit button::before,
.productItem-wrapper input[type="submit"]::before, .compareKit input[type="submit"]::before {
	content: 'VER DETALHES';
}

button.outline, input[type="submit"].outline {
	color: #003764;
	border: 1px solid #003764;
	background-color: transparent;
}

button.link, input[type="submit"].link {
	color: #003764;
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	padding: 14px 0;
	height: 50px;
	width: auto;
    float: left;
    display: block;
}

button.link:hover, input[type="submit"].link:hover {
	text-decoration: underline;
}

button.continue::before{
	content: 'CONTINUAR';
}

button.confirm::before{
	content: 'CONFIRMAR';
}

button.continue::after{
	margin-left: 10px;
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
	content: '\f0da';
}

button.backshop::before{
	margin-right: 10px;
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
	content: '\f0d9';
}

button.sacola::before {
	/* content: 'ADICIONAR \00c0\2009SACOLA'; */
	content: 'ADICIONAR';
}

button.sacola_a::before {
	content: '' !important;
}

.details button {
	display: none;
}

button.sacola {
	display: block;
}

.backtop {
	margin: 0 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}
.backtop span {
	font-family: 'Fa', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
	margin-right: 5px;
	font-size: 20px;
	line-height: 20px;
}

.footer-show-a{
	/*color: #FFFFFF !important;*/
}

.backtop span::before {
	content: '\f106';
}

.prelative {
    position: relative;
}

span.center.magia {
	padding: 0 10px;
}

.login-wrapper, .reset-wrapper {
	max-width: 500px;
    margin: auto;
}



.loginForm .cep-content {
	width: 100%;
	padding: 100px 100px 0 100px;
	position: relative;
}

.title-header h3 {
	color: #E01E26;
	font-size: 32px;
	margin: 0px 0px 15px 0px;
}

.title-header p {
	font-size: 16px !important;
	margin: 0px 0px 15px 0px !important;
	line-height: normal !important;
	padding: 0 !important;
	font-family: 'Lato', sans-serif !important;
}



.search-box {
	/*max-width: 100%;*/
}

.search-box .row, .search-box [class*="col-"] {
	height: 100%;
}

.search-box.ACTIVE {
	position:relative;
	z-index: 9999;
}

.SEARCH_DESKTOP_CONTAINER.ACTIVE.EXPAND{
	height: 475px;
	overflow-x: hidden;
	color: #000000;
}

.SEARCH_DESKTOP_CONTAINER.ACTIVE {
    display: block;
}

.SEARCH_MOBILE_CONTAINER.ACTIVE {
    display: block;
}

.SEARCH_DESKTOP_CONTAINER{
	display: none;
	position: absolute;
	width: 100%;
	height: 320px;
	top: calc(100% - 3px);
	background-color: white;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.SEARCH_MOBILE_CONTAINER {
	display: none;
	position: absolute;
	width: 100%;
	height: 435px;
	top: calc(100% - 3px);
	background-color: white;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: auto;
}

@media (min-width: 975px) {
	.SEARCH_MOBILE_CONTAINER {
		height: 146px;
	}
}

.SEARCH_MOBILE_CONTAINER .FLOATING_CART_ITEM_DETAILS .FLOATING_CART_ITEM_PRICE_CONTAINER {
	flex-direction: column;
	margin: 0;
}

.SEARCH_MOBILE_CONTAINER .FLOATING_CART_ITEM_VARIABLE_PRICE .PRODUCT_DATA_RESIZED {
	line-height: 0;
}

.SEARCH_DESKTOP_CONTAINER .FLOATING_CART_ITEM_CONTROLS {
	max-width: 150px;
}

.SEARCH_DESKTOP_FILMY {
	position: fixed;
    z-index: 9;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.15s linear 0s;
    width: 100%;
    height: 100%;
}

.border-none {
	border: 0 !important;
}

.border-right-none {
	border-right: 0 !important;
}

.border-top {
	border-top: 1px solid #cacaca;
}

.mobile-only-700 {
	display: none;
}

.desktop-only-900 {
	display: block;
}

.desktop-only-700 {
	display: block;
}

.progress {
	table-layout: fixed;
	width: 100%;
	margin: auto;
}

.progress td {
	position: relative;
	text-align: center;
	padding: 0;
	font-size: 12px;
    padding-bottom: 10px;
	pointer-events: none;
}

.progress td:first-of-type {
	text-align: left;
}

.progress td:last-of-type {
	text-align: right;
}

.progress td:first-of-type .line {
	margin-left: 16px;
}

.progress td:last-of-type .line {
	left: auto;
	right: 0;
	margin-right: 16px;
}

.progress .wrapper {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background-color: #DDD;
	margin: auto;
	display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.progress td:first-of-type .wrapper {
	right: auto;
}

.progress td:last-of-type .wrapper {
	left: auto;
}

.progress .wrapper span {
	height: 16px;
	width: 16px;
	line-height: 16px;
	border-radius: 50%;
	background-color: transparent;
	margin: auto;
	display: inline-block;
	margin-top: 8px;
	opacity: 1;
}

.progress .inprogress .wrapper span {
	background-color: #003764;
}

.progress .inprogress .wrapper {
	background-color: rgba(255, 240, 101, .9);
	cursor: pointer;
}

.progress .inprogress .line {
	background: rgb(221,221,221);
	background: -moz-linear-gradient(90deg, #80000E 50%, rgba(221,221,221,1) 50%);
	background: -webkit-linear-gradient(90deg, #80000E 50%, rgba(221,221,221,1) 50%);
	background: linear-gradient(90deg, #80000E 50%, rgba(221,221,221,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#80000E",GradientType=1);
}

.progress td.inprogress:first-of-type .line {
	background: rgb(221,221,221) !important;
}

.progress td.inprogress:last-of-type .line {
	background: #003764 !important;
}

.progress td.inprogress, .progress td.complete {
	pointer-events: auto;
}

.progress .complete .wrapper span {
	background-color: #003764;
}

.progress .complete .wrapper {
	background-color: rgba(255, 240, 101, .7);
	cursor: pointer;
}

.progress .complete .line {
	background: #003764;
}

.progress .line {
	width: 100%;
	height: 10px;
	background-color: #DEDDDC;
	position: absolute;
	top: 12px;
    left: 0;
    /* z-index: -1; */
}

.img-payment {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
}

.cart-title {
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 0 10px 0;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-title span {
	float: right;
	font-weight: 400;
	cursor: pointer;
}

.cart-ship .cart-title{
	margin-bottom: 15px;
}


.price-mobile {
	display: none;
}

.cart-summary {
	padding-top: 15px;
}

.cart-summary p {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	padding: 0;
}

.cart-summary .price p {
	font-size: 16px;
	color: #7a7a7a;
}

.cart-summary .price .total p, .cart-summary .price p.total {
	font-size: 20px;
	color: #003764;
}

.icon.remove {
	font-size: 18px;
	color: red;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.icon.remove::before {
	content: '\f00d';
}

.desc h3 span {
	font-size: 8px;
	padding: 6px;
	border-radius: 3px;
	margin-left: 10px;
	border: 1px solid #003764;
	color: #003764;
	font-weight: 600;
	line-height: 20px;
	vertical-align: text-top;
	z-index: 999;
	white-space: nowrap;
}

.cart-cupom {
	padding-top: 30px;
	margin-bottom: 15px;
}

.cart-cupom p strong {
	line-height: 30px;
}

.details .cart-cupom p strong {
	line-height: 5px;
}

.cart-cupom a {
	font-weight: 400;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.cart-cupom .fieldset-wrapper {
	padding-top: 10px;
	float: left;
	display: block;
}

.details .cart-cupom .fieldset-wrapper {
	padding-top: 12px;
}

.cart-cupom button {
	margin-top: 10px;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	width: auto;
	font-size: 14px;
}

.cart-cupom fieldset {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.orderDetail .cart-cupom fieldset {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.cart-cupom .fieldset-wrapper label {
	line-height: 16px;
}

.orderDetail .desc h3 span {
	font-size: 10px !important;
}

.orderDetail .desc h3 small {
	font-size: 10px;
    border-radius: 3px;
    color: #003764;
    font-weight: 600;
    line-height: 20px;
    z-index: 999;
	margin-left: 5px;
}

.cart-cupom .link {
	padding: 0;
	float: right;
}

.mm200 {
	min-width: 160px;
	max-width: 160px;
}

.cart-continue {
	padding: 30px 0;
}

.cart-continue .price p {
	padding: 10px 0;
	font-size: 22px !important;
}

.order .forward {
	font-size: 18px;
	color: #003764;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.order .cart-item:hover {
	background-color: rgba(150, 150, 150, 0.1);
	cursor: pointer;
}

.order .cart-item:last-of-type {
	border-bottom-color: transparent;
}

.order .details {
	display: none;
}

.order p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.order p strong {
	font-size: 16px;
}

.order .orderDate, .order .orderStatus, .order .orderShippingTime, .order .orderContactName {
	font-weight: 600;
}

.order .KIT_BQ .orderStatus, .order .Draft .orderStatus {
	color: #FF7417;
}

.order .LIBERA .orderStatus {
	color: #4a4a4a;
}

.order .EXPEDI .orderStatus {
	color: #0080FF;
}

.order .ENTREG .orderStatus {
	color: #00A572;
}

.order .RECUSA .orderStatus {
	color: #D33;
}

.order .cart-item .left td {
	padding-right: 5px;
}

.order .cart-item .center td {
	padding-right: 5px;
	padding-left: 5px;
}

.order .cart-item .right td {
	padding-left: 5px;
}

.orderDetail .order p {
	font-size: 14px;
	line-height: 30px !important;
	text-align: left;
}
.orderDetail .order small {
	color: #003764;
	cursor: pointer;
	font-size: 12px;
}
.orderDetail .order p::before, .orderDetail .order small::after  {
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
	font-family: 'Fa', sans-serif;
	width: 30px;
	display: inline-block;
	color: #4a4a4a;
	font-size: 14px;
}
.orderDetail .order [class*="col-"] {
	width: 100%;
	text-align: left !important;
}

.orderDetail .order .cart-item:last-of-type {
	border-bottom-color: #d4d4d4;
}
.orderDetail .order .cart-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	transition: all .1s ease-in-out;
}
.orderDetail .order span {
	display: none;
}
.orderDetail .order .orderNumber::before {
	content: '\f543';
}
.orderDetail .order .orderDate::before {
	content: '\f017';
}
.orderDetail .order .orderShip::before {
	content: '\f0d1';
}
.orderDetail .order .orderPrice::before {
	content: '\f0d6';
}
.orderDetail .order .orderCard::before {
	content: '\f53c';
}
.orderDetail .order .orderBoleto::before {
	content: '\f15b';
}
.orderDetail .order .orderStatus::before {
	content: '\f0ae';
}
.orderDetail .order .orderPaymentStatus::before {
	content: '\f53d';
}
.orderDetail .order .orderShippingTime:before {
	content: '\f48b';
}
.orderDetail .order .orderContactName:before {
	content: '\f406';
}

.orderDetail .order .copyIcon::before {
	content: '\f0c5';
}

.orderDetail .order .orderPaymentMethod:before {
	content: '\f555';
}

.receiver {
	margin-top: 5px;
}

.change {
	margin-top: 10px;
}

.change span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CCC;
    font-size: 14px;
	cursor: pointer;
}

.change span:hover {
	text-decoration: underline;
}

.change span:last-of-type {
	border: 0;
}

.disabled {
	opacity: .7;
	pointer-events: none;
	cursor: auto;
}

.ship-wrapper {
	min-height: 400px;
}

.collect-list .box-shadow, .ship-list .box-shadow {
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.collect-list .box-shadow:hover, .ship-list .box-shadow:hover {
	margin-bottom: 10px;
	transform: scale(1.02);
}

.collect-list h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #3C3C3C;
}

.collect-list p {
	line-height: 24px;
	margin: 0;
}

.collect-list span {
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.6);
}

.collect-list td {
	text-align: left;
	line-height: 24px;
}

.time::before {
	content: '\f017';
}

.calendar-alt::before {
	content: '\f073';
}

.location::before {
	font-weight: 900;
	content: '\f3c5';
}

.phone::before {
	font-weight: 900;
	content: '\f095';
}



.m-pt-breadcrumb {
	line-height: 0;
	padding-top: 122px;
}

.occasion-text {
	text-align: left;
	font-size: 26px;
	font-weight: 600;
	color: var(--color--primary);
	padding: 0px 10px;
}

.banner-footer {
	padding-left: 0;
	padding-right: 0;
	background-color: #FAFAFA;	
	box-shadow: 0px -4px 4px 1px #CDCDCD40;
  	margin-top: 50px;
}

.dropdown {
	/* display: none; */
	z-index: -1;
	transition: all .2s ease-in-out;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 27px;
	bottom: auto;
	background-color: var(--color--secondary);
	border-radius: 3px;
	padding: 5px;
	box-shadow: 2px 6px 20px 2px rgba(10,10,120,0.15);
	pointer-events: none;
}

.dropdown-wrapper:hover .dropdown:not([class*="inactive"]), .dropdown-wrapper:focus .dropdown:not([class*="inactive"])  {
	display: block;
	opacity: 1;
	z-index: 999;
	pointer-events: auto;
}

.dropdown-wrapper{
	position:relative;
}

.dropdown span {
	padding: 15px 5px !important;
	font-size: 12px !important;
	line-height: 14px !important;
    display: block;
    /* border-bottom: 1px solid #d4d4d4; */
	color: #3C3C3C;
}

.dropdown span:hover {
	color: #862433 !important;
	background-color: rgba(0,0,0,.1) !important;
}

.dropdown span:last-of-type {
	border-bottom-color: transparent;
}

.radio-group, .radio-group * {
	transition: all ease-in-out .2s;
}

.radio-group .cntr:hover {
	margin-left: 5px;
}

.radio, .radio  * {
	transition: all ease-in-out .2s;
}

.radio-header .lbl {
	/* font-weight: 600; */
	margin-left: 0;
	color: var(--color--primary);
	font-weight: 400;
}

.radio-content .lbl {
	font-weight: 600;
	font-size: 12px;
}

.radio-content .disabled .lbl {
	color: #bbb;
	font-weight: 400;
}

.radio-content .disabled .cbx {
	border-color: #ddd;
}

.radio-header .lbl::before {
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
    margin-right: 10px;
    display: inline-block;
    content: '\f078';
    line-height: normal;
    font-size: 12px;
	transition: all ease-in-out .2s;
}

.radio-group.active .radio-header .lbl::before {
	transform: rotate(-180deg);
}

.radio-content {
	margin-left: 10px;
	height: 0;
	opacity: 0;
	font-size: 0;
	line-height: 0;
	pointer-events: none;
}

.radio-group.active .radio-content {
	margin-left: 20px;
	height: 100%;
	opacity: 1;
	font-size: 14px;
	line-height: 20px;
	pointer-events: all;
}

.scrollable {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
}

.pl5i {
	padding-left: 5px !important;
}

.address-list .info {
	border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    margin-bottom: 10px;
}

.address-list .info:last-of-type {
	border-bottom: 0;
}

.payment.price .total p {
    font-size: 14px !important;
}

.payment.price .total p.obs {
    font-size: 12px !important;
    color: #4a4a4a !important;
    font-weight: 400;
}

.payment.price button {
    max-width: 80%;
}

.maxh80 {
    max-width: 80%;
}


@media screen and (max-width: 1300px) {
	span.center.magia {
		padding: 0 5px;
	}
}

@media screen and (max-width: 1200px) {
	span.center.magia {
		padding: 0;
	}
}


@media screen and (max-width: 992px) {
	.m-center {
		text-align: center !important;
		margin: auto;
	}
	[class*="col-"].moffset::before {
		content: "\00a0";
	}
	.mob-col-1 {width: 8.33%;}
	.mob-col-2 {width: 16.66%;}
	.mob-col-3 {width: 25%;}
	.mob-col-4 {width: 33.33%;}
	.mob-col-5 {width: 41.66%;}
	.mob-col-6 {width: 50%;}
	.mob-col-7 {width: 58.33%;}
	.mob-col-8 {width: 66.66%;}
	.mob-col-9 {width: 75%;}
	.mob-col-10 {width: 83.33%;}
	.mob-col-11 {width: 91.66%;}
	.mob-col-12 {width: 100%;}
	.nav {
		padding: 0;
		line-height: 50px;
		min-height: 50px;
		background-color: #fff065;
		color: #003764;
		position: fixed;
		width: 100%;
		z-index: 4999;
	}
	.nav [class*="bg-"] {
		background-color: transparent;
	}
	.nav.active {
		padding: 0;
		z-index: 9998;
	}
	.nav .pv15 {
		padding: 0;
	}
	
    .nav.active .wrapper {
		padding: 0 0px;
		transition: all .2s ease-in-out;
    }
    .nav.active .bg {
        background-color: rgba(0,0,0,.3);
        height: 100%;
        position: fixed;
		top:0;
        width: 100%;
        pointer-events: auto;
		z-index: 9999;
		transition: all .2s ease-in-out;
    }
    .nav .header {
		padding-left: 15px;
		position: absolute;
		width: 100%;
	}

	.nav .wrapper .address-header{
		font-size:11px !important;
	}

	.nav .wrapper .address-header p:first-child{
		/*display: none;*/
	}
	.nav .wrapper .address-header .address-cep-icon::before{
		display: block;
	}

	.nav .wrapper .address-header .address-express-icon::before{
		display: block;
	}

	.nav .wrapper .address-header .address-store-icon::before{
		display: block;
	}
	
    .nav.active .header {
		padding-left: 0;
		opacity: 0;
		position: relative;
		left: 100%;
		max-width: 0;
		overflow: hidden;
	}
	.nav span {
		/*padding: 20px 15px;*/
		text-align: left !important;
		line-height: 50px;
		/*border-bottom: 1px solid #CCC;
		color: #4a4a4a;
		font-size: 12px;*/
	}
	.nav span:hover {
		color: #FFF;
	}
	.nav .FLOATING_CART_ITEM_CONTROLS span{
		border: none;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #80000E !important;
	}
	.nav .menu-actions {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.nav .menu-actions span {
		display: flex !important;
		line-height: 50px;
		font-size: 12px;
	}
	.nav .menu-actions i {
		line-height: 50px;
		min-width: 30px;
		/*float: right;
		margin: 0;
		color: #003764;*/
		justify-content: center;
    	display: flex;  
	}
	.nav .menu-actions .pl15 {
		padding-left: 0 !important;
	}
	.nav br {
		display: none;
	}
	.nav small, .nav strong {
		display: initial;
	}
	.nav span.center {
		padding: 20px 15px;
	}
	.nav .border {
		border-right: 0;
	}
	.nav .first-border {
		border-left: 0;
		border-right: 0;
	}
	.nav .content [class*="col-"] span:active {
		background-color: rgba(0, 55, 100, .5);
		color: #FFF;
	}
    .nav .toggle {
        display: block;
		cursor: pointer;
		padding-left: 10px;
    }
    .nav.active .toggle::before {
		color: #FFF;
		top: 0;
		left: 420px;
        z-index: 9999;
        position: fixed;
        content: "\f00d";
    }
	.nav span.icon.cart {
		font-size: 22px;
		line-height: 50px;
		text-align: right !important;
		color: #003764;
		padding-right: 30px !important;
		font-weight: 900;
		border: 0;
	}
    .nav .content {
		z-index: 9999;
        position: fixed;
		top: 0;
        left: -100%;
		width: 0;
		height: 100%;
		overflow-y: hidden;
	    overflow-x: hidden;
		transition: all .2s ease-in-out;
    }
    .nav.active .content {
        left: 0;
        top: 0;
        background-color: #FFF;
        width: 400px;
        height: 100%;
    }
    .nav.active .content [class*="col-"] {
        display: block;
        width: 100%;
		color: #E31F26 !important;
    }
    /*.nav.active .content .row:first-child {
        padding-top: 25px;
    }*/
	.nav .input-wrapper .div-icon {
		width: 30px;
	}
	.nav .input-wrapper {
		padding: 0 0 0 5px;
	}
	.prelative .mobile-box-search{
		margin: auto;
		left: 20px;
		width: calc(100% - 40px) !important;
	}
	.search-box {
		position: fixed;
		/*width: clamp(35%, 40%, 50%) !important;*/
		width: 50% !important;
		transition: all .2s ease-in-out;
		display:none !important;
		padding-top:6px;
	}
	.nav .input-wrapper {
		background-color: #FFF;
		/* border-bottom: 1px solid #AEAEAE; */
		border-bottom: 1px solid #CCC;
	}
	.nav .input-wrapper input {
		color: #AEAEAE;
	}
	.nav .input-wrapper input::placeholder {
		color: #AEAEAE;
	}
	.nav .input-wrapper .div-icon span {
		color: #4a4a4a;
		height: 100%;
	    display: block;
	    padding: 0;
	    margin: auto;
	    text-align: center !important;
	    /*line-height: 50px;*/
		border: 0;
	}
	/*.nav .input-wrapper .div-input {
		height: 50px;
	}*/
	.nav span small {
		font-size: 12px;
		font-weight: 400;
	}
	.nav span strong {
		font-size: 12px;
		font-weight: 400;
	}
	.nav .dropdown {
		bottom: 50px;
		top: auto;
	}
	.nav .dropdown span {
		padding: 20px 5px !important;
		border-radius: 3px;
	}
	.m-pt-breadcrumb {
		padding-top: 82px;
	}
	[class*="banner-"] {
		width: 100%;
	}
	[class*="banner-"] .wrapper-box {
		width: 100%;
		padding: 80px 10px;
		color: #FFF;
	}
	[class*="banner-productline-"] {
		height: 300px;
	}
	.footer-list {
		width: 100%;
	}

	[class*="product-qtd-box"] {
		top: 10px;
		height: 20px;
	}
	.compareKit .addToCompare {
		display: block;
	}
	[class*="banner-page-"] {
		height: 250px;
	}
	.desktop-only-900 {
		display: none;
	}
	.nav span.icon.cart{
		color: #E31F26 !important;
	}
	#delivery-title{
		display: none;
	}
}




@media screen and (max-width: 700px) {
	.mobile-only-700 {
		display: table;
	}
	.desktop-only-700 {
		display: none;
	}
	.price-mobile {
		display: block;
		padding: 5px 10px 15px 10px;
	}
	.cart-title {
		display: none;
	}
	.cart-item p {
		font-size: 12px;
		line-height: 20px;
	}
	.cart-item h3 {
		font-size: 20px;
	}
	.cart-item h3 span {
		padding: 5px;
		display: inline;
	}
	.cart-item h3 small {
		display: inline;
	}
	.cart-item .col-5 {
		width: 83.33%;
	}
	.orderDetail .cart-item .col-5 {
		width: 100%;
	}
	.orderDetail .cart-item .col-2 {
		display: none;
	}
	.cart-summary .offset {
		display: none;
	}
	.cart-summary .col-2 {
		width: 50%;
	}
	.orderDetail .cart-summary .col-7 {
		width: 100%;
	}
	.orderDetail .cart-summary .right {
		text-align: left !important;
	}
	.orderDetail .cart-summary .order {
		padding-bottom: 30px !important;
	}
	.cart-continue .col-2, .cart-continue .col-3, .cart-continue .col-5 {
		width: 100%;
	}
	.cart-continue .col-3 {
		padding-top: 60px;
	}
	.cart-cupom {
		padding-top: 15px !important;
	}
	.cart-cupom .left {
		text-align: right !important;
	}
	.orderDetail .cart-cupom .left {
		text-align: center !important;
	}
	.cart-cupom .fieldset-wrapper {
		float: right;
	}
	.cart-cupom .mm200 {
		display: inline-block;
		float: none;
		max-width: 160px;
		/* padding-right: 30px; */
	}
	.cart-cupom button {
		float: right;
	}
	.cart-ship .col-6 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.cart-ship .col-6.button  {
		width: 50%;
	}
	.cart-ship .cart-title, .shopping-filter .cart-title {
		display: block;
	}
	.box-shadow {
		padding: 5px 10px;
		box-shadow: none;
	}
	
	.clear-m {
		padding: 0 !important;
	}
	.clear-m-h {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.clear-m-v {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.pl5i-m {
		padding-left: 5px !important;
	}
	.collect-list .box-shadow, .ship-list .box-shadow {
		border: 1px solid #DDD;
		padding: 10px;
	}
	.col-6.to100 {
		width: 100%;
	}
	.col-3.to100 {
		width: 100%;
	}
    .pbm20 {
    	padding-bottom: 20px !important;
    }
	.cart-footer .offset {
		display: none;
	}
	.icon.remove {
		position: absolute;
		top: 45px;
		left: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.order .cart-item:hover {
		background-color: transparent;
		transform: scale(1.02);
	}
	.order .details {
		display: table-cell;
	}
	.order .cart-item .left td {
		padding-right: 0;
	}
	.order .cart-item .center td {
		padding-right: 0;
		padding-left: 0;
	}
	.order .cart-item .right td {
		padding-left: 0;
	}
	.order p {
		font-size: 14px;
	    line-height: 30px !important;
	}
	.order small {
		color: #003764;
		cursor: pointer;
    	font-size: 12px;
	}
	.order p::before, .order small::after  {
		-webkit-font-smoothing: antialiased;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	    font-weight: 900;
	    font-family: 'Fa', sans-serif;
		width: 30px;
		display: inline-block;
		color: #4a4a4a;
		font-size: 14px;
	}
	.order [class*="col-"] {
		width: 100%;
		text-align: left !important;
	}
	
	.order .cart-item:last-of-type {
		border-bottom-color: #d4d4d4;
	}
	.order .cart-item {
		padding-bottom: 10px;
		margin-bottom: 10px;
		transition: all .1s ease-in-out;
	}
	.order span {
		display: none;
	}
	.orderNumber::before {
		content: '\f543';
	}
	.orderDate::before {
		content: '\f017';
	}
	.orderShip::before {
		content: '\f0d1';
	}
	.orderPrice::before {
		content: '\f0d6';
	}
	.orderCard::before {
		content: '\f53c';
	}
	.orderBoleto::before {
		content: '\f15b';
	}
	.orderStatus::before {
		content: '\f0ae';
	}
	.orderPaymentStatus::before {
		content: '\f53d';
	}
	.orderShippingTime::before {
		content: '\f48b';
	}
	.orderContactName::before {
		content: '\f406';
	}
	.copyIcon::before {
		content: '\f0c5';
	}
}

@media screen and (max-width: 600px) {
	.content {
		max-width: 600px;
		margin: auto;
	}
	[class*="banner-productline-"] {
		width: 100%;
		height: 600px;
		background-size: cover;
	}
	[class*="banner-page-"] {
		height: 300px;
	}
    .nav.active .toggle::before {
		top: 0;
        left: 320px;
		color: #FFF;
    }
    .nav.active .content {
        width: 300px;
    }
	.nav span.icon.cart {
		padding-right: 15px !important;
	}
	.search-box {
		margin-left:15px;
	}
	[class*="selo-"] {
		width: 40px;
		height: 60px;
	}
	[class*="pagamento-"] {
		width: 318px;
		height: 48px;
	}
	.newsletter-text {
		margin: 0;
    	margin-top: -50px;
	}
	.productItem-wrapper {
		background-color: #FFF;
		height: auto;
	}
	.productItem-wrapper .image {
		background-color: #FFF;
		width: 100%;
		/* height: 300px; */
		padding: 0;
		border: 0;
	}
	.productItem-wrapper .desc button {
		display: block;
	}
	.productItem-wrapper .desc {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 15px;
	}
	.productItem-wrapper .desc .itens {
		display: none;
	}
	.details .productItem-wrapper .desc .itens {
		display: block;
	}
	/* .cep [class*="col-"]:not([class*="cep-"]) {
		width: 100%;
		padding: 0;
	}
	.cep {
		max-width: 350px;
		padding: 10px 0;
		margin: 10px 0;
		text-align: center;
	} */
	.productSection [class*="col-"] {
		width: 100%;
	}
	.radio-group.active .radio-content {
		margin-left: 15px;
	}
    .radio-group .cntr:hover {
    	margin-left: 0px;
    }
	.radio-group .lbl {
	    font-size: 12px !important;
	}
	.radio-header .lbl::before {
	    margin-right: 5px;
	    font-size: 10px;
	}
	.swal2-popup .swal2-actions {
		display: block !important;
	}
	.swal2-popup .swal2-actions button {
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 480px) {
	.search-box {
		margin-left:0px;
	}
}

@media screen and (max-width: 400px) {
	.nav.active .toggle::before {
		top: 0;
        left: 290px;
		color: #FFF;
    }
    .nav.active .content {
        width: 270px;
    }
	.search-box {
		margin-left:0px;
	}
	.calendar .wrapper {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	.calendar .flag {
		top: -10px;
		right: -12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	.calendar .flag small {
		line-height: 20px;
		font-size: 8px;
	}
}


body.swal2-height-auto {
	height: 100% !important;
}

.swal2-popup p {
	margin: 0;
}

.swal2-popup .swal2-actions button {
	white-space: nowrap;
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    right: 15px;
    z-index: 99999;
}


.slideshow-container {
	width:100%;
	position: relative;
	margin: auto;
	box-sizing:border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mySlides, .brand_item, .banner_item {
	display: none;
	width:100%;
	box-sizing:border-box;
}

.brand_padding{
	padding: 0 calc(2% + 50px);
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 2%;
	width: auto;
	margin-top: -22px;
	/* padding: 16px; */
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 14px !important;
	color: #7D0B1A;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 50%;
	user-select: none;
	box-sizing:border-box;
	background-color: #F4E19E;
}

.next {
	right: 2%;
	left: auto;
	border-radius: 50%;
	box-sizing:border-box;
}

.prev:hover, .next:hover {
	box-sizing:border-box;
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	box-sizing:border-box;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	box-sizing:border-box;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
	box-sizing:border-box;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.home_title{
	font-size: 26px;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
	color: var(--color--primary);
}

.CAT_CONTAINER {
	width:100%;
	box-sizing: border-box;
	max-width:790px;
}

.CAT_CONTAINER.menu-itens-padding {
    display: flex;
    flex-wrap: wrap; /* Allows items to break into new lines */
    justify-content: center; /* Keeps them centered */
    align-items: center;
    gap: 10px; /* Adds space between items */
    width: 100%; /* Ensures full width usage */
    max-width: none; /* Removes width restriction */
    overflow: visible; /* Ensures items are not hidden */
}

.CAT_CONTENT {
	display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
	max-width: 1200px;
	max-height: 200px;
}

#categoryMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    max-height: max-content;
}

.CAT_ITEM {
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #F5E09E;
    border-radius: 14px;
    box-sizing: border-box;
    width: 90px;
    height: 90px;
	position:relative;
    overflow: hidden;
    margin: 10px 3px;
}

.CAT_ITEM img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 100%;
}

.CAT_ITEM_CATEGORY {
	font-family: 'Lato', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	transition: all 300ms;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    /*width: 90px;
	height: 90px;*/
	position:relative;
	overflow: hidden;
	margin: 10px 20px 10px 3px;
}

.CAT_ITEM div{
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight:normal;
    color: #777;
    width: 100%;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.CAT_ITEM img{
	width: 50px;
	height: 40px;
}

.CAT_ITEM img.BRAND{
	width: 100% !important;
	height: auto !important;
}

.CAT_ITEM.ACTIVE{
	background-image: radial-gradient(white, #F5E09E);
}

@media (max-width: 630px) {
	.home_title{
		font-size: 24px !important;
	}
	.CAT_ITEM {
		border-radius: 12px;
	}
}

@media (min-width: 631px) and (max-width: 1024px) {
	.home_title{
		font-size: 20px !important;
	}
	.CAT_ITEM{
		border-radius: 10px;
	}
}


.title-center{
	text-align: center !important;
	padding: 10px 10px 20px 10px;
}

.title-left{
	text-align: left !important;
	padding: 10px 10px 20px 0;
}

.title-spacing {
	padding: 0px 10px 0px 0 !important;
}

.brand-list{
	box-sizing: border-box;
}

.brand-list-item{
	padding: 20px 21px;
	box-sizing: border-box;
	transition: background-color 200ms;
}

.brand-list-item .icon{
	margin-right: 5px;
}

.brand-list-item:HOVER{
	cursor:pointer;
	background-color:rgba(0,0,0,.05);
}

.brand-list-item small{
	opacity: .5;
	font-size: 12px;
}

.brand-list-item h3{
	padding: 0 !important;
	margin: 0 !important;
}

.brand-list .brand-list-item:not(:first-child){
	border-top: 1px solid #DEDDDC;
}

.pdf-iframe{
	padding: 0;
	margin: 15px 0 0 0;
	border:none;
	width:100%;
	height:500px;
}

.timer-select{
	padding-top:20px;
}

.ship-title{
	padding-top: 20px;
}

.ship-label{
	margin-top:14px !important;
	text-align: left !important;
	line-height: 18px !important;
	text-align: center !important;
}

.dd-main {
	padding-right: 8px !important;
	position: relative;
	overflow: unset !important;
	cursor: pointer;
}

.dd-main:HOVER > .dd-box, .dd-main:FOCUS > .dd-box {
	/* display: block; */
	visibility: visible;
	opacity: 1;
	cursor: pointer;
}

.dd-box {
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
	position: absolute;
	top: 100%;
	left: -8px;
    width: 160px;
	z-index: 200;
	padding: 5px 0;
	background-color: var(--color--secondary);
}

.dd-box a {
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	padding: 10px 15px;
	color: #222222;
	/* font-weight: bold; */
	display: block;
}

.dd-box a:HOVER {
	background-color: rgba(0, 0, 0, .05);
}

.dd-ic{
	display: inline-block !important;
    width: 9px !important;
    float: right;
    height: 16px;
    padding: 0 0 0 0px !important;
    border: none !important;
}
.dd-ic::after{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    line-height: 14px;
    font-size: 8px;
    content: '\f078';
}

@media (max-width: 992px) {
	.dd-ic::after{
		line-height: 16px;
	}
}

.external_link::after {
	content: '\f35d';
	font-size: 8px;
	padding-left: 1px;
	line-height: 19px;
}

.truck{
	color: #CCCCCC;
	animation-name: truck_attention;
    animation-duration: 2s;
    animation-iteration-count: infinite;
	transition: color 1s;
	vertical-align: middle;
}

.truck::after {
	content: '\f0d1';
	font-size: 22px;
	margin-left: 10px;
}

.truck_animated{
	animation-name: truck_activated;
	animation-duration: 250ms;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	display: inline-block;
	color: #41995A !important;
}

@keyframes truck_activated {
	0%   {transform: scaleY(1);}
	50%  {transform: scaleY(0.90);}
	100% {transform: scaleY(1);}
}
@keyframes truck_attention {
	0%   {color: #41995A;}
	50%  {color: #327909;}
	100% {color: #41995A;}
}

.RP_ICON{
	text-decoration:none !important;
}

@media (max-width: 992px) {
	.mobile-only {
		display: initial !important;
		z-index: 9999;
	}
	.mobile-only-flex {
		display: flex !important;
		z-index: 9999;
	}
	.desktop-only {
		display: none !important;
	}
	.dd-box {
		background-color: #EFEFEF;
		top: 100%;
		left: -3px;
		width: calc(3px + 100%);
		padding-left: 17px;
	}

	.dd-box a {
		padding: 3px 18px;
	}

	.external_link::after {
		line-height: 48px;
	}

	.login-user{
		display: flex;
	}
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.PRODUCT_ACTION_CHANGE_SMALL, .PRODUCT_ACTION_CHANGE_NORMAL{
	width: 97%;
	/* margin: 0 0 10px 0; */
    border: none;
    /* border-bottom: 1px solid #F5E09E; */
    font-size: 14px;
    padding: 10px 4px;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 500ms;
}

hr.st1-center, hr.st1 ,
hr.st1-left ,
hr.st1-right {
	border: 0;
    height: 4px;
    margin-top: -32px;
}

hr.st1-center, hr.st1 {
    background-image: linear-gradient(to right, rgba(245, 224, 158, 0), var(--color--primary), rgba(245, 224, 158, 0));
}

hr.st1-left {
    background-image: linear-gradient(to right, var(--color--primary), rgba(245, 224, 158, 0));
}

hr.st1-right {
    background-image: linear-gradient(to left, var(--color--primary), rgba(245, 224, 158, 0));
}

#shippingpayment{
	font-weight: bold !important;
}

@media (max-width: 1000px) {
	.PRODUCTS_CONTAINER > [class*="col-"]{
		width: 100% !important;
		float:none !important;
	}
}

.PRODUCTS_LIST {
	margin: auto;
	padding: 3px;
	box-sizing: border-box;
	text-align: center;
}

.PRODUCTS_LIST .PRODUCT_ITEM{
	height: 480px;
}

.PRODUCT_ITEM {
	width: 25%;
    height: 440px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    display: inline-block;
	box-sizing: border-box;
	text-decoration: none !important;
	position: relative; 
}


.PRODUCT_PROMOTION_INFO_STRUCTURE{
	height: 50px;
	margin-bottom: 3px;
}
.PRODUCT_DETAIL .PRODUCT_PROMOTION_INFO_STRUCTURE{
	margin-bottom: 10px;
}
.PRODUCT_PROMOTION_INFO_CONTAINER{
	width: 100%;
    height: 48px;
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--color--primary);
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.PRODUCT_PROMOTION_INFO_MESSAGE{
	box-sizing: border-box;
    background-color: var(--color--primary);
    color: #FFFFFF;
    padding: 2px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.PRODUCT_PROMOTION_INFO_DETAIL{
	box-sizing: border-box;
    padding: 2px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.PRODUCT_STAMP_CONTAINER{
	/*width: 100%; height: 43px;
	padding: 0px 20px;
	box-sizing:border-box;
	z-index: 100;*/
}

.PRODUCT_STAMP_DETAIL{
	position:	relative;
	padding:	0;
	height:		40px;
}

@media (max-width: 370px) {
	.PRODUCT_STAMP_CONTAINER{
		padding: 0 5px;
	}
}

.PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP_CONTENT{
	width: 100%;
  	height: 100%;
  	display: flex;
  	position: absolute;
  	top: 5px;
  	right: 0;
  	flex-flow: column;
  	align-items: end;
	pointer-events: none;
}

.PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP_FA,
.PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP{
    width: 120px;
  	height: 30px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: left;
  	background-color: #FFC20E;
  	border-radius: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP img{
	height: 35px;
}

.PRODUCT_ITEM .PRODUCT_STAMP_CONTAINER{
	margin-top: 10px;
}

.PRODUCT_STAMP_TEXT{
	color: var(--color--black);
  	font-size: 12px;
  	white-space: nowrap;
  	text-align: center;
  	font-weight: 600;
	margin: auto;
}

.PRODUCT_ORIGIN_STAMP{
	width: 100%;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}

.PRODUCT_ORIGIN_ITEM{
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 4px;
}
.PRODUCT_ORIGIN_ITEM img{
	height: 52px;
}

.PRODUCT_STAMP_CONTAINER .PRODUCT_STAMP_FA::before{
	font-family: 'FA', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #777777;
	display: inline-block;
}


.PRODUCT_ORDER_STATUS_DETAIL{
	display: flex;
    flex-direction: row;
}

.PRODUCT_ORDER_STATUS_DETAIL .PRODUCT_ORDER_STATUS_TEXT{
	padding: 8px 0 0 0;
}

@media screen and (max-width: 700px){
	.PRODUCT_ORDER_STATUS_DETAIL .PRODUCT_ORDER_STATUS_TEXT{
		padding: 0 0 0 0;
	}	
}

.PRODUCT_STAMP_INFO_CONTAINER{
	top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    z-index: 100;
    flex: 1;
}

@media (max-width: 370px) {
	.PRODUCT_STAMP_INFO_CONTAINER{
		padding: 0 5px;
	}
}

.PRODUCT_STAMP_INFO_CONTAINER .PRODUCT_STAMP_INFO_CONTENT{
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.PRODUCT_STAMP_INFO_CONTAINER .PRODUCT_STAMP_FA,
.PRODUCT_STAMP_INFO_CONTAINER .PRODUCT_STAMP_INFO{
	cursor:pointer;
	width: 26px;
	height: 26px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.PRODUCT_STAMP_INFO_CONTAINER .PRODUCT_STAMP_INFO img{
	height: 16px;
}

.PRODUCT_STAMP_INFO_CONTAINER .PRODUCT_STAMP_INFO_FA::before{
	font-family: 'FA', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #777777;
	display: inline-block;
}

.PRODUCT_ITEM.PRODUCT_CAROUSEL{
	width: 100% !important;
	height: 100% !important;
}

.PRODUCT_ITEM_LINK:LINK, .PRODUCT_ITEM_LINK:ACTIVE, .PRODUCT_ITEM_LINK:HOVER, .PRODUCT_ITEM_LINK:VISITED{
	color: unset !important;
	text-decoration: none !important;
}

.PRODUCT_ITEM.UNAVAILABLE{
	opacity: .5;
}

.PRODUCT_ITEM .PRODUCT_IMAGE_CONTAINER{
	height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
	cursor:pointer;
	overflow: hidden;
}
.PRODUCT_IMAGE_CONTAINER:HOVER img{
	transform: scale(1.1);
}

.PRODUCT_ITEM .PRODUCT_IMAGE_CONTAINER img{
	max-height: 200px;
	max-width: 90%;
	transition: all 200ms;
}

.PRODUCT_ITEM h4{
	padding: 0 !important;
    margin: 10px 0 5px 0 !important;
    display: block;
    overflow-y: auto;
  	overflow-x: clip;
    text-align: center;
    line-height: 19px;
    height: 60px;
    font-size: 14px;
    /* letter-spacing: -1px; */
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    font-weight: 600;
}

.PRODUCT_ITEM .PRODUCT_PRICE{
	text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: var(--color--primary);
    height: 80px;
    padding: 0px 15px 5px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.PRODUCT_ITEM .PRODUCT_PRICE .PRODUCT_DATA_RESIZED{
	text-align: left;
    font-size: 14px;
    color: var(--color--gray--light-5);
    top: 0px;
    height: 0px;
    padding-bottom: 15px;
    align-items: center;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

.PRODUCT_ITEM .PRODUCT_PRICE .PRODUCT_VARIABLE_CONTAINER{
	display: flex;
    align-content: center;
    height: 42px;
    margin-top: 10px;
    width: 100%;
}

.PRODUCT_ITEM .PRODUCT_PRICE .PRODUCT_VARIABLE_CONTAINER .PRODUCT_VARIABLE_CONTENT{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: CENTER;
    font-size: 10px;
    color: var(--color--gray--dark-2);
    width: 100%;
    height: 42px;
    padding: 0 4px 0px 4px;
    border-radius: 3px;
}

.PRODUCT_ITEM .PRODUCT_PRICE .PRODUCT_VARIABLE_CONTAINER .PRODUCT_VARIABLE_CONTENT > p{ 
    font-weight: bold;
	margin: 0px;
	display: contents;
}

.PRODUCT_ITEM .PRODUCT_PRICE .PRODUCT_VARIABLE_CONTAINER .PRODUCT_VARIABLE_CONTENT > p ~ p{ 
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    margin: 0px;
}

.PRODUCT_ITEM .PRODUCT_PRICE small{
	text-decoration: line-through;
	font-size: 13px;
	color: var(--color--gray--light-5);
	line-height: 7px;
	margin-bottom: 4px;
}

.PRODUCT_EXTRAS {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 100;
}

.PRODUCT_EXTRAS .PRODUCT_FAVORITE {
	padding: 10px 0 10px 10px;
	cursor: pointer;
	color: var(--color--primary);
	opacity: .5;
	transition: transform 250ms, opacity 250ms;
}

.PRODUCT_EXTRAS .PRODUCT_FAVORITE:HOVER{
	transform: scale(1.2);
}

.PRODUCT_EXTRAS .PRODUCT_FAVORITE.ACTIVE{
	font-weight: 900 !important;
	animation: heartBeat;
    animation-duration: 1500ms;
    animation-delay: 100ms;
	animation-iteration-count: 1;
	opacity: 1;
}

.PRODUCT_EXTRAS .PRODUCT_FAVORITE{
	font-weight: 400;
}

.PRODUCT_EXTRAS .PRODUCT_FAVORITE:before {
	font-family: 'FA', sans-serif;
    
    font-size: 24px;
    content: '\f004';
    background-color: transparent !important;
	font-style: normal;
}

.PRODUCT_ITEM .PRODUCT_CONTROLS{
	height: 40px !important;
	width: 70% !important;
    position: relative;
    box-sizing: border-box;
	margin: auto;
}


.PRODUCT_ITEM_SEARCH .qtdBox [class*="col-"]:first-of-type{padding: 7px 0 !important;}
.PRODUCT_ITEM_SEARCH .qtdBox [class*="col-"]{padding: 7px 2px !important;height: 45px !important;}
.PRODUCT_CONTROLS_SEARCH .qtdBox [class*="col-"]{padding: 7px 2px !important;}
.PRODUCT_ITEM_SEARCH .qtdBox [class*="col-"]:last-of-type{padding: 7px 0 !important;}
.PRODUCT_CONTROLS_SEARCH .qtdBox{
	width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    z-index: 8;
	left: 0;
	transition: opacity 280ms;
}

.PRODUCT_CONTROLS_SEARCH .qtdBox.invisible {
	opacity: 0;
	z-index: -10;
}

.SEE_MORE_CONTAINER {
	position: relative;
	font-size: 10px;
}

.SEE_LESS_CONTAINER {
	font-size: 10px;
	position: sticky;
    bottom: 0;
    background: white;
	cursor: pointer;
}

.PRODUCT_NOT_FIND_CONTAINER {
	width: 974px;
    height: 475px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 30px;
}

.PRODUCT_NOT_FIND_MOBILE_CONTAINER {
    width: 974px;
    height: 410px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
}

.nav a:LINK, .nav a:HOVER, .nav a:ACTIVE, .nav a:VISITED,
.banner-footer a:LINK, .banner-footer a:HOVER, .banner-footer a:ACTIVE, .banner-footer a:VISITED,
a.CAT_ITEM:LINK, a.CAT_ITEM:HOVER, a.CAT_ITEM:ACTIVE, a.CAT_ITEM:VISITED{
	box-sizing: border-box;
	text-decoration:none;
}

.bg-yellow a, .bg-yellow a:LINK, .bg-yellow a:HOVER, .bg-yellow a:ACTIVE, .bg-yellow a:VISITED{
	color: #3C3C3C !important;
}

.banner-footer a:HOVER{
	color: #D2232A !important;
}

.menu-full{
	display: flex;
	line-height: normal;
	min-height: 40px;
}

.menu-full a{
	text-decoration: none;
}

.block-menu-overflow{
	/* overflow: hidden; */
    white-space: nowrap;
}

@media screen and (max-width: 992px){
	.menu-mobile-scroll{
		height: calc(100% - 200px);
		overflow-x: hidden;
		overflow-y: auto;
		padding-bottom: 50px;
	}
}

.menu-itens{
	color: #FFFFFF;
	padding: 0 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	min-height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	/* position: relative; */
	transition: background-color 300ms; 
}

.menu-itens.natal{
	background-color: #12A64D;
	text-transform: uppercase;
}

.menu-itens.natal .natal-icon{
	display:inline-block;
	width:30px;
	margin-right: 5px;
	height:100%;
	border:none;
	vertical-align:middle;
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZS8+PGcgaWQ9IlNhbnRhX0hhdCI+PGc+PHBhdGggZD0iTTEwLjUwMSwyMi41YzQuMjUsMCw5LTEuMjUsOS0yLjVzLTAuOTEtMS4zNC0wLjkxLTJzMC40Ni0xLjA2LDAuNDYtMiAgICBjMC4xMDYtMC43MTYtMC4zODgtMS4zODItMS4xMDQtMS40ODhjLTAuMDg4LTAuMDEzLTAuMTc3LTAuMDE3LTAuMjY2LTAuMDEyYzAsMCwxLjQ3LDMtNy4xNywzcy03LjE3LTMtNy4xNy0zICAgIGMtMC43MSwwLTEuODMsMC40MS0xLjgzLDEuNWMwLDAuOTQsMC40NiwxLjM0LDAuNDYsMnMtMC40NiwwLjc1LTAuNDYsMlM2LjI1MSwyMi41LDEwLjUwMSwyMi41eiIgc3R5bGU9ImZpbGw6I0Y4RjhGODsiLz48cGF0aCBkPSJNMy4wMDEsMjBjMC0xLjI1LDAuMzgtMS4zNCwwLjM4LTJzLTAuMzgtMS4wNi0wLjM4LTJjLTAuMDAzLTAuMjk2LDAuMDg0LTAuNTg1LDAuMjUtMC44MyAgICBjLTAuMDM1LTAuMjI2LTAuMDA4LTAuNDU4LDAuMDgtMC42N2MtMC43MSwwLTEuODMsMC40MS0xLjgzLDEuNWMwLDAuOTQsMC40NiwxLjM0LDAuNDYsMnMtMC40NiwwLjc1LTAuNDYsMiAgICBjMCwxLDIuODgsMS45NCw2LjE1LDIuMzNDNS4xMzEsMjEuODgsMy4wMDEsMjAuOTIsMy4wMDEsMjB6IiBzdHlsZT0iZmlsbDojRkZGRkZGOyIvPjxwYXRoIGQ9Ik0xOC41OTEsMThjMC0wLjY2LDAuNDYtMS4wNiwwLjQ2LTJjMC4xMDYtMC43MTYtMC4zODgtMS4zODItMS4xMDQtMS40ODggICAgYy0wLjA4OC0wLjAxMy0wLjE3Ny0wLjAxNy0wLjI2Ni0wLjAxMmMwLjE0OSwwLjM3MiwwLjEyLDAuNzkyLTAuMDgsMS4xNGMwLjAwOCwwLjEyLDAuMDA4LDAuMjQsMCwwLjM2YzAsMC45NC0wLjM4LDEuMzQtMC4zOCwyICAgIHMwLjc2LDAuNzUsMC43NiwyYzAsMC45Mi0yLjEzLDEuODgtNC42NSwyLjMzYzMuMjktMC4zOSw2LjE3LTEuMzMsNi4xNy0yLjMzQzE5LjUwMSwxOC43NSwxOC41OTEsMTguNjYsMTguNTkxLDE4eiIgc3R5bGU9Im9wYWNpdHk6MC4xO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7Ii8+PHBhdGggZD0iTTE3LjAwMSwyLjVjLTEuMjYxLTAuNjgyLTIuNjc3LTEuMDI3LTQuMTEtMWMtMS43NzQsMC4wMDgtMy4yOTksMS4yNjEtMy42NSwzICAgIGMtMS42MywwLTQuMDksMy4wOS00LjA5LDUuNWMtMC4wMDIsMS42ODEtMC42NTksMy4yOTUtMS44Myw0LjVjMC4wMzUsMS4wMTYsMC42NzMsMS45MTMsMS42MiwyLjI4ICAgIGMxLjc5NywwLjU2NSwzLjY3OSwwLjgwOSw1LjU2LDAuNzJjNS4xOCwwLDYuNzMtMS4wOCw3LjE0LTEuOTRsMCwwYzAuMTUyLTAuMzM3LDAuMTUyLTAuNzIzLDAtMS4wNiAgICBjLTAuNTc5LTAuNjk0LTAuODE0LTEuNjEzLTAuNjQtMi41YzAuMDA0LTAuMTcyLDAuMDI0LTAuMzQyLDAuMDYtMC41MWMwLTAuMTEsMC0wLjIzLDAuMDgtMC4zNGMwLjE3My0wLjUzNSwwLjI4LTEuMDg5LDAuMzItMS42NSAgICBjMC4wMTItMC4zNTUtMC4wMTEtMC43MS0wLjA3LTEuMDZ2LTAuMWwwLDBMMTcuNDMxLDhjMC4yMy0wLjI1LDEsMC4zNiwxLjMxLDAuMjJTMTkuMTkxLDcsMTkuNTMxLDdzMC40OSwxLDAuNzksMS4xN2wwLDAgICAgTDIwLjUwMSw4aDAuMTdDMjAuNTIsNS42NDIsMTkuMTIxLDMuNTQ0LDE3LjAwMSwyLjV6IiBzdHlsZT0iZmlsbDojRDUxQzI5OyIvPjxwYXRoIGQ9Ik00LjQzMSwxNi4wOGMtMC4wNzctMC4zMDgtMC4wMDMtMC42MzUsMC4yLTAuODggICAgYzAuOTk5LTEuMTcxLDEuNTQ1LTIuNjYxLDEuNTQtNC4yYzAtMi4yNCwyLjE2LTUuMSwzLjgzLTUuNDVjMC4yMTktMC4wNjMsMC4zOTItMC4yMzIsMC40Ni0wLjQ1YzAuNDE5LTEuMzYxLDEuNTg5LTIuMzU2LDMtMi41NSAgICBjMC4yMjEtMC4wMzgsMC40NDUtMC4wNTksMC42Ny0wLjA2YzEuNDMzLTAuMDI3LDIuODQ5LDAuMzE4LDQuMTEsMWMwLjIzNCwwLjA5NiwwLjQ1OCwwLjIxMywwLjY3LDAuMzUgICAgYy0wLjUzMy0wLjU3OC0xLjE4NS0xLjAzNS0xLjkxLTEuMzRjLTEuMjYxLTAuNjgyLTIuNjc3LTEuMDI3LTQuMTEtMWMtMS42MDktMC4wMDUtMy4wMjksMS4wNDktMy40OSwyLjU5ICAgIEM5LjMzMyw0LjMwOCw5LjE2LDQuNDc3LDguOTQxLDQuNTRjLTEuNjMsMC4zNC0zLjc5LDMuMi0zLjc5LDUuNDZjMCwxLjUzMi0wLjU0NiwzLjAxNC0xLjU0LDQuMTggICAgYy0wLjIwMywwLjI0NS0wLjI3NywwLjU3Mi0wLjIsMC44OGMwLjE4MiwwLjY2MywwLjYyNiwxLjIyMywxLjIzLDEuNTVDNC41NTEsMTYuNDQyLDQuNDgxLDE2LjI2NCw0LjQzMSwxNi4wOHoiIHN0eWxlPSJvcGFjaXR5OjAuMjtmaWxsOiNGRkZGRkY7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDsiLz48cGF0aCBkPSJNMTcuMzgxLDguMzFMMTcuNDMxLDhjMC4yMy0wLjI1LDEsMC4zNiwxLjMxLDAuMjJTMTkuMTkxLDcsMTkuNTMxLDdzMC40OSwxLDAuNzksMS4xNyAgICBzMS4wOC0wLjQ3LDEuMzEtMC4xN3MtMC4zMywxLjEtMC4yLDEuNDRzMS4wNywwLjQ5LDEuMDcsMC44NnMtMC45NSwwLjU0LTEuMDcsMC44NnMwLjQzLDEuMTgsMC4yLDEuNDRzLTEtMC4zNi0xLjMxLTAuMjIgICAgcy0wLjQ1LDEuMTctMC43OSwxLjE3cy0wLjQ5LTEtMC43OS0xLjE3cy0xLDAuNDItMS4zMSwwLjIyczAtMS0wLjI4LTEuNDEiIHN0eWxlPSJmaWxsOiNGOEY4Rjg7Ii8+PGc+PHBvbHlnb24gcG9pbnRzPSIxNy4xNjEsMTEuMTUgMTcuMTYxLDExLjE1IDE3LjE2MSwxMS4xNSAgICAiIHN0eWxlPSJmaWxsOm5vbmU7Ii8+PHBhdGggZD0iTTE3LjA4MSwxMS40OWMtMC4wNDMsMC4xNjctMC4wNywwLjMzOC0wLjA4LDAuNTFDMTcuMDEyLDExLjgyOCwxNy4wMzgsMTEuNjU3LDE3LjA4MSwxMS40OXoiIHN0eWxlPSJmaWxsOm5vbmU7Ii8+PHBhdGggZD0iTTE3LjE2MSwxMS4xNWMwLDAuMTItMC4wNSwwLjIzLTAuMDgsMC4zNCAgICAgQzE3LjExMSwxMS4zOCwxNy4xMzEsMTEuMjYsMTcuMTYxLDExLjE1eiIgc3R5bGU9Im9wYWNpdHk6MC4xO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7Ii8+PHBhdGggZD0iTTE3LjAwMSwxMmMwLjAwNC0wLjE3MiwwLjAyNC0wLjM0MiwwLjA2LTAuNTFjMC0wLjExLDAtMC4yMywwLjA4LTAuMzQgICAgIGwwLDBjMC4xNzMtMC41MzUsMC4yOC0xLjA4OSwwLjMyLTEuNjVjMC4wMTItMC4zNTUtMC4wMTEtMC43MS0wLjA3LTEuMDZjLTAuMjU1LTEuMDA2LTAuOTU0LTEuODQyLTEuOS0yLjI3ICAgICBjMC4yNSwwLjgzNiwwLjM0OCwxLjcxLDAuMjksMi41OGMwLDAuOTItMC40NiwxLjkxLTAuNDYsMi43M2MwLjA4NSwwLjc5NCwwLjI1OSwxLjU3NiwwLjUyLDIuMzNjMC4wOTcsMC4zNDMsMC4wOTcsMC43MDcsMCwxLjA1ICAgICBjLTAuMTg4LDAuODE1LTAuNzQ3LDEuNDk2LTEuNTEsMS44NGMtMS41MzMsMC41NDgtMy4xNTMsMC44MTItNC43OCwwLjc4aDAuODhjOC42NSwwLDcuMTctMyw3LjE3LTMgICAgIEMxNy4wNDIsMTMuNzg0LDE2LjgyMiwxMi44NzUsMTcuMDAxLDEyeiIgc3R5bGU9Im9wYWNpdHk6MC4xO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7Ii8+PC9nPjxwYXRoIGQ9Ik0yMy4wMDEsMTAuMjVjMC0wLjUxLTAuNDgtMC43NS0wLjgzLTAuOTNsLTAuMjUtMC4xM2MwLTAuMSwwLjA3LTAuMjQsMC4xLTAuMzMgICAgYzAuMTMtMC40LDAuMy0wLjg5LDAtMS4yNGMtMC4yMzMtMC4yMjgtMC41ODEtMC4yOTEtMC44OC0wLjE2Yy0wLjMxMi0yLjM2NC0xLjc4Ny00LjQxNC0zLjkzLTUuNDZsLTAuNTYtMC4yMyAgICBjLTEuMTYzLTAuNTY0LTIuNDQ5LTAuODI4LTMuNzQtMC43N2MtMS44NTUtMC4wMDktMy40ODksMS4yMTctNCwzYy0yLDAuMzctNC4yNCwzLjQ5LTQuMjQsNmMtMC4wMDYsMS40ODMtMC41NjYsMi45MDktMS41Nyw0ICAgIGMtMS4xMjQtMC4wMDYtMi4wNTIsMC44NzctMi4xLDJjMC4wMDYsMC40NjgsMC4xMDQsMC45MywwLjI5LDEuMzZjMC4wOTYsMC4yMDEsMC4xNTQsMC40MTgsMC4xNywwLjY0ICAgIGMtMC4wMDcsMC4xNTgtMC4wNTIsMC4zMTItMC4xMywwLjQ1Yy0wLjIzNSwwLjQ4Mi0wLjM0OCwxLjAxNC0wLjMzLDEuNTVjMCwyLDYuMDksMyw5LjUsM3M5LjUtMSw5LjUtMyAgICBjMC4wMTItMC42MzMtMC4yNDItMS4yNDMtMC43LTEuNjhjLTAuMTctMC4xOC0wLjIyLTAuMjUtMC4yMi0wLjMyYzAuMDE3LTAuMjIyLDAuMDc0LTAuNDM5LDAuMTctMC42NCAgICBjMC4xODYtMC40MywwLjI4NC0wLjg5MiwwLjI5LTEuMzZjMC4xMS0wLjk5NC0wLjYwNy0xLjg4OC0xLjYtMS45OThjLTAuMDA3LTAuMDAxLTAuMDEzLTAuMDAxLTAuMDItMC4wMDIgICAgYy0wLjIzLTAuMjYxLTAuMzY0LTAuNTkzLTAuMzgtMC45NGMwLjI1OC0wLjAwMiwwLjUxNC0wLjA1NiwwLjc1LTAuMTZsMC4yMy0wLjA4bDAuMTEsMC4yNWMwLjE3LDAuNDEsMC4zOCwwLjkxLDAuOSwwLjkxICAgIHMwLjczLTAuNTEsMC45LTAuOTFjMC4wMzUtMC4wODEsMC4wNjUtMC4xNjUsMC4wOS0wLjI1bDAuMjQsMC4wOWMwLjM1LDAuMTQsMC44OCwwLjM1LDEuMjQsMHMwLjE2LTAuODUsMC0xLjI0ICAgIGMwLTAuMDktMC4wOC0wLjI0LTAuMS0wLjMzbDAuMjUtMC4xM0MyMi41MjEsMTEsMjMuMDAxLDEwLjc2LDIzLjAwMSwxMC4yNXogTTUuNjUxLDEwYzAtMi4xNiwyLjI3LTUsMy42MS01ICAgIGMwLjIxOSwwLjAwMSwwLjQxNC0wLjE0MSwwLjQ4LTAuMzVjMC4zMDEtMS41MTksMS42MjEtMi42MjMsMy4xNy0yLjY1YzEuMTY0LTAuMDQ3LDIuMzIsMC4yMDUsMy4zNiwwLjczbDAuNTYsMC4yMyAgICBjMS40OSwwLjc2MiwyLjYxMSwyLjA5MiwzLjExLDMuNjljLTAuMTE1LTAuMDk2LTAuMjYtMC4xNDktMC40MS0wLjE1Yy0wLjUyLDAtMC43MywwLjUxLTAuOSwwLjkxICAgIGMtMC4wMzUsMC4wODItMC4wNjUsMC4xNjUtMC4wOSwwLjI1bC0wLjIzLTAuMDljLTAuMjMzLTAuMTA1LTAuNDg1LTAuMTYzLTAuNzQtMC4xN2MtMC41MDEtMC44MzMtMS4yNTQtMS40ODQtMi4xNS0xLjg2ICAgIGMtMC4yNC0wLjEzNy0wLjU0NS0wLjA1My0wLjY4MiwwLjE4N3MtMC4wNTMsMC41NDUsMC4xODcsMC42ODJjMC4wMjEsMC4wMTIsMC4wNDIsMC4wMjIsMC4wNjQsMC4wMzEgICAgYzEuNCwwLjY4LDEuODIsMS40MywxLjk0LDIuMTFjMC4wMDcsMC4xMiwwLjAwNywwLjI0LDAsMC4zNkwxNy4wMDEsOWMwLDAsMCwwLjI3LDAsMC4zOXYwLjFjLTAuMDI0LDAuNDA0LTAuMDk4LDAuODA0LTAuMjIsMS4xOSAgICBjLTAuMTQzLDAuNDI3LTAuMjMxLDAuODcxLTAuMjYsMS4zMnYwLjI5Yy0wLjEzMSwwLjg5NywwLjEzNSwxLjgwNiwwLjczLDIuNDlsMCwwYzAuMDAzLDAuMDQzLDAuMDAzLDAuMDg3LDAsMC4xM2MwLDAsMCwwLDAsMC4wNiAgICBjMC4wMDQsMC4wNSwwLjAwNCwwLjEsMCwwLjE1djAuMDhjLTAuMDI0LDAuMDg4LTAuMDYxLDAuMTcyLTAuMTEsMC4yNWMtMC40LDAuNTUtMS43NSwxLjU1LTYuNjQsMS41NXMtNi4yNC0xLTYuNjItMS41MyAgICBjLTAuMDUzLTAuMDgtMC4wOTQtMC4xNjgtMC4xMi0wLjI2Yy0wLjAwMS0wLjAyNy0wLjAwMS0wLjA1MywwLTAuMDhjLTAuMDA0LTAuMDQ3LTAuMDA0LTAuMDkzLDAtMC4xNGMwLDAsMCwwLDAtMC4wNyAgICBjLTAuMDAzLTAuMDM3LTAuMDAzLTAuMDczLDAtMC4xMWwwLDBDNC45ODEsMTMuNTA2LDUuNjU4LDExLjc4Niw1LjY1MSwxMHogTTE4LjU2MSwxOWMwLjI4OSwwLjI1MSwwLjQ1LDAuNjE4LDAuNDQsMSAgICBjMCwwLjU4LTMuNzQsMi04LjUsMnMtOC41LTEuNDItOC41LTJjLTAuMDE5LTAuMzk0LDAuMDY0LTAuNzg3LDAuMjQtMS4xNGMwLjE0LTAuMjY2LDAuMjE1LTAuNTYsMC4yMi0wLjg2ICAgIGMtMC4wMTEtMC4zNDUtMC4wODktMC42ODUtMC4yMy0xYy0wLjE0My0wLjMxNC0wLjIyMS0wLjY1NS0wLjIzLTFjMC4wMzItMC40MjQsMC4zMjktMC43ODEsMC43NC0wLjg5ICAgIGMtMC4wMDQsMC4wNzctMC4wMDQsMC4xNTMsMCwwLjIzYzAsMC4wNSwwLDAuMSwwLDAuMTVjMC4wNiwwLjE4MiwwLjE0OCwwLjM1NCwwLjI2LDAuNTFjMC44NCwxLjM0LDMuMzUsMiw3LjQ4LDIgICAgczYuNjQtMC42OCw3LjQ4LTJjMC4wOTEtMC4xNDYsMC4xNjItMC4zMDQsMC4yMS0wLjQ3YzAtMC4wNSwwLTAuMSwwLTAuMTVzMC0wLjEyLDAtMC4xOGMwLjIxNywwLjIxNSwwLjMyMywwLjUxNywwLjI5LDAuODIgICAgYy0wLjAwOSwwLjM0NS0wLjA4NywwLjY4Ni0wLjIzLDFjLTAuMTQyLDAuMzE1LTAuMjIsMC42NTUtMC4yMywxYzAuMDQ3LDAuMzkxLDAuMjUzLDAuNzQ2LDAuNTcsMC45OEgxOC41NjF6IE0yMS43MTEsMTAuMjkgICAgYy0wLjMyMiwwLjExNS0wLjU5LDAuMzQ3LTAuNzUsMC42NWMtMC4wNzYsMC4zMzYtMC4wMzcsMC42ODgsMC4xMSwxbDAsMGMtMC4zMDQtMC4xNzMtMC42NjctMC4yMDktMS0wLjEgICAgYy0wLjI4NCwwLjE3OC0wLjQ5MSwwLjQ1Ny0wLjU4LDAuNzhjLTAuMDg5LTAuMzIzLTAuMjk2LTAuNjAyLTAuNTgtMC43OGMtMC4zMzUtMC4wOTctMC42OTQtMC4wNTctMSwwLjExbC0wLjE5LDAuMDcgICAgYzAtMC4wNiwwLTAuMTIsMC0wLjE3YzAuMDQtMC4yNjgsMC4wMTYtMC41NDMtMC4wNy0wLjh2LTAuMTNjMC4xNjUtMC40MjksMC4yODItMC44NzUsMC4zNS0xLjMzYzAuMDAzLTAuMDMsMC4wMDMtMC4wNiwwLTAuMDkgICAgVjkuMzljMC0wLjE1LDAtMC4zMiwwLTAuNWwwLDBjMC0wLjEyLDAtMC4yNSwwLTAuMzljMC4zMDQsMC4xNzIsMC42NjQsMC4yMTUsMSwwLjEyYzAuMjg0LTAuMTc4LDAuNDkxLTAuNDU3LDAuNTgtMC43OCAgICBjMC4wODksMC4zMjMsMC4yOTYsMC42MDIsMC41OCwwLjc4YzAuMzMzLDAuMTA5LDAuNjk2LDAuMDczLDEtMC4xbDAsMGMtMC4xNDYsMC4zMTItMC4xODUsMC42NjQtMC4xMSwxICAgIGMwLjE2MiwwLjMwNSwwLjQzNCwwLjUzNywwLjc2LDAuNjVoMC4wN0wyMS43MTEsMTAuMjl6IiBzdHlsZT0iZmlsbDojMzAzQzQyOyIvPjxsaW5lYXJHcmFkaWVudCBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMjQpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9IlNWR0lEXzFfIiB4MT0iNC4wMzUxIiB4Mj0iMjEuNDAwMyIgeTE9IjE0LjkyOSIgeTI9IjYuODI1OSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGO3N0b3Atb3BhY2l0eTowLjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0yMy4wMDEsMTAuMjVjMC0wLjUxLTAuNDgtMC43NS0wLjgzLTAuOTNsLTAuMjUtMC4xM2MwLTAuMSwwLjA3LTAuMjQsMC4xLTAuMzMgICAgYzAuMTMtMC40LDAuMy0wLjg5LDAtMS4yNGMtMC4yMzMtMC4yMjgtMC41ODEtMC4yOTEtMC44OC0wLjE2Yy0wLjMxMi0yLjM2NC0xLjc4Ny00LjQxNC0zLjkzLTUuNDZsLTAuNTYtMC4yMyAgICBjLTEuMTYzLTAuNTY0LTIuNDQ5LTAuODI4LTMuNzQtMC43N2MtMS44NTUtMC4wMDktMy40ODksMS4yMTctNCwzYy0yLDAuMzctNC4yNCwzLjQ5LTQuMjQsNmMtMC4wMDYsMS40ODMtMC41NjYsMi45MDktMS41Nyw0ICAgIGMtMS4xMjQtMC4wMDYtMi4wNTIsMC44NzctMi4xLDJjMC4wMDYsMC40NjgsMC4xMDQsMC45MywwLjI5LDEuMzZjMC4wOTYsMC4yMDEsMC4xNTQsMC40MTgsMC4xNywwLjY0ICAgIGMtMC4wMDcsMC4xNTgtMC4wNTIsMC4zMTItMC4xMywwLjQ1Yy0wLjIzNSwwLjQ4Mi0wLjM0OCwxLjAxNC0wLjMzLDEuNTVjMCwyLDYuMDksMyw5LjUsM3M5LjUtMSw5LjUtMyAgICBjMC4wMTItMC42MzMtMC4yNDItMS4yNDMtMC43LTEuNjhjLTAuMTctMC4xOC0wLjIyLTAuMjUtMC4yMi0wLjMyYzAuMDE3LTAuMjIyLDAuMDc0LTAuNDM5LDAuMTctMC42NCAgICBjMC4xODYtMC40MywwLjI4NC0wLjg5MiwwLjI5LTEuMzZjMC4xMS0wLjk5NC0wLjYwNy0xLjg4OC0xLjYtMS45OThjLTAuMDA3LTAuMDAxLTAuMDEzLTAuMDAxLTAuMDItMC4wMDIgICAgYy0wLjIzLTAuMjYxLTAuMzY0LTAuNTkzLTAuMzgtMC45NGMwLjI1OC0wLjAwMiwwLjUxNC0wLjA1NiwwLjc1LTAuMTZsMC4yMy0wLjA4bDAuMTEsMC4yNWMwLjE3LDAuNDEsMC4zOCwwLjkxLDAuOSwwLjkxICAgIHMwLjczLTAuNTEsMC45LTAuOTFjMC4wMzUtMC4wODEsMC4wNjUtMC4xNjUsMC4wOS0wLjI1bDAuMjQsMC4wOWMwLjM1LDAuMTQsMC44OCwwLjM1LDEuMjQsMHMwLjE2LTAuODUsMC0xLjI0ICAgIGMwLTAuMDktMC4wOC0wLjI0LTAuMS0wLjMzbDAuMjUtMC4xM0MyMi41MjEsMTEsMjMuMDAxLDEwLjc2LDIzLjAwMSwxMC4yNXoiIHN0eWxlPSJmaWxsOnVybCgjU1ZHSURfMV8pOyIvPjwvZz48L2c+PC9zdmc+") no-repeat center;
}

.menu-itens:hover{
	background-color: rgba(255,255,255,.2);
}

.menu-itens-content{
	transform: scaleY(0);
	opacity: 0;
	transform-origin: top;
	overflow: hidden;
	background-color: white;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	transition: transform 300ms, opacity 300ms;
	box-shadow: 0px 8px 22px -19px #999999;
	cursor: default;
}

.menu-itens-padding{
	padding:20px;
}

@media screen and (min-width: 992px){
	.receitas-fix{
		display: flex;
		justify-content: center;
	}
}

.menu-itens.active .menu-itens-content{
	transform: scaleY(1);
	opacity: 1;
	max-height: 380px;
	overflow-y: auto;
}

.menu-ic{
	border:none !important;
	padding: 0 0 0 4px !important;
	background-color: transparent !important;
}
.menu-ic::after{
	font-family: 'FA', sans-serif;
	font-weight: 900;
	font-size: 10px;
	line-height: 14px;
	content: '\f078';
	background-color: transparent !important;
}

@media screen and (max-width: 992px){
	.menu-full{
		border-top: 1px solid #DFDFDF;
	}
	.menu-itens{
		color: black !important;
		min-height:50px;
		border-bottom: 1px solid #DFDFDF;
		position: relative;
		font-weight: normal;
	}
	.menu-full a{
		text-decoration: none;
	}
}

.links-menu{
	color: #222222;
	overflow: hidden;
}

.links-menu-item{
	width: 33.33%;
	display: inline-block;
	text-align: left;
	padding: 10px 0;
	cursor: pointer;
	float: left;
	display: flex;
    align-items: center;
}

@media screen and (min-width: 992px){
	.links-menu-item-receitas{
		display: flex;
		justify-content: center;
		width: 20%;
	}
}

.links-menu-item-center{
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
}

.links-menu-item img{
	display: inline-block;
    width: 28px;
    max-width: 28px;
    max-height: 28px;
    margin-right: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 992px){
	.links-menu-item-center{
		flex-direction: column;
	}	
}

.links-menu-item-center .links-menu-item{
	width:unset;
	float:unset;
	padding-right: 30px;
}

.links-menu-item:LINK, 
.links-menu-item:HOVER, 
.links-menu-item:VISITED,
.links-menu-item:ACTIVE{
	text-decoration: none;
	color: #222222;
}

.links-menu-item small{
	display: inline;
	margin-left: 5px;
}

@media screen and (max-width: 992px){
	.links-menu-item{
		width:100% !important;
	}
}


.variable-weight-cart-message{
	font-size: 12px;
	text-align: left;
	margin: 10px 0;
}

.variable-weight-cart-message img{
	margin-right: 10px;
}



@-webkit-keyframes jello-horizontal {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	40% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	50% {
	  -webkit-transform: scale3d(1.15, 0.85, 1);
			  transform: scale3d(1.15, 0.85, 1);
	}
	65% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	75% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  @keyframes jello-horizontal {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	40% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	50% {
	  -webkit-transform: scale3d(1.15, 0.85, 1);
			  transform: scale3d(1.15, 0.85, 1);
	}
	65% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	75% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
}
  

.COMPRAR_NOVAMENTE {
	border-radius: 2px;
    font-size: 12px;
    text-align: left;
    display: flex;
    padding: 6px 11px;
}

.COMPRAR_NOVAMENTE div{
	margin-left:10px;
}

.COMPRAR_NOVAMENTE i::after{
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    /* padding-right: 10px; */
    content: '\f2f9';
    background-color: transparent !important;
    font-style: normal;
}

.COMPRAR_NOVAMENTE > i{
	transition:all 500ms;
	transform:rotate(0deg);
}

.COMPRAR_NOVAMENTE:HOVER > i{
	transform: rotate(360deg);
}

.COMPRAR_BUTTON_D{
	background-color: var(--color--primary);
    width: 100%;
    color: white;
    padding: 11px 0;
    border-radius: 3px;
    cursor: pointer;
}

.swal2-popup{
    max-width: 1300px !important;
}

@media (max-width: 900px) {
	.clear-r{
		padding:0 !important;
	}
	.clear-l{
		padding:0 !important;
	}
}

.boleto_link:LINK, .boleto_link:HOVER, 
.boleto_link:VISITED, .boleto_link:ACTIVE{
	color: var(--color--primary);
    cursor: pointer;
    line-height: 36px;
}

.boleto_link_container::before{
	content: '\f02a';
}

.footer-copy {
	background-color: transparent;
}

.productItem-wrapper .desc button, .productItem-wrapper .desc input[type="submit"] {
	color: #FFF;
	background-color: var(--color--primary);
}

.cep-button button, .cep-button input[type="submit"] {
	background-color: var(--color--primary);
}

/*fieldset.active {
	border: 1px solid #3C3C3C;
}*/

fieldset.active legend {
	color: 	#999;
	z-index: 	1;
	position: 	relative;
}

.addToCompare:hover {
	color: var(--color--primary);
}

.addToCompare i::before {
	color: var(--color--primary);
}
.addToCompare span::before {
	color: var(--color--primary);
}

.addToCompare.selected i::before {
	color: var(--color--primary);
}
.addToCompare.selected span::before {
	color: var(--color--primary);
}
.compareKit .button button, .compareKit .button input[type="submit"] {
	background-color: var(--color--primary);
}

.progress .inprogress .wrapper span {
	background-color: var(--color--primary);
}

.progress .inprogress .wrapper {
	background-color: rgba(249, 200, 33, 0.9);
}

.progress .inprogress .line {
	background: rgb(221,221,221);
	background: -moz-linear-gradient(90deg, var(--color--primary) 50%, rgba(221,221,221,1) 50%);
	background: -webkit-linear-gradient(90deg, var(--color--primary) 50%, rgba(221,221,221,1) 50%);
	background: linear-gradient(90deg, var(--color--primary) 50%, rgba(221,221,221,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#80000E",GradientType=1);
}

.progress td.inprogress:last-of-type .line {
	background: var(--color--primary) !important;
}

.progress .complete .wrapper span {
	background-color: var(--color--primary);
}

.progress .complete .wrapper {
	background-color: rgba(249, 200, 33, 0.8);
}

.progress .complete .line {
	background: var(--color--primary);
}

.cart-summary .price .total p, p.price.total, .cart-summary .price p.total {
	color: #3C3C3C !important;
}

.button--default, button, input[type="submit"] {
	background-color: var(--color--primary);
}

.desc h3 span {
	border: 1px solid #3C3C3C;
	color: #3C3C3C;
}

.radio .label:after {
	background: var(--color--primary);
}

input[type="radio"]:checked + .label {
	border-color: var(--color--primary);
}

button.outline, input[type="submit"].outline {
	color: #3C3C3C;
	border: 1px solid var(--color--primary);
}

button.link, input[type="submit"].link {
	color: var(--color--primary);
}

.calendar .flag {
	background-color: var(--color--primary);
}

.calendar .wrapper.today {
	color: #3C3C3C;
}

.nutritional-facts h1 {
	color: #3C3C3C;
}

.nutritional-facts table td.highlight {
	color: #3C3C3C;
}

.question:hover {
	color: #3C3C3C;
}

.calendar .wrapper.active {
	background-color: var(--color--primary);
}

.cbx-wrapper:checked ~ .cbx {
	  background: var(--color--primary);
}

.collect-list h3 {
	color: #3C3C3C;
}

.order .forward {
	color: #3C3C3C;
}

.order small {
	color: #3C3C3C;
}

.orderDetail .desc h3 small {
	color: #3C3C3C;
}

/* new */
.qtdBox [class*="col-"] {
	border: 0;
	border-top: 1px solid var(--color--primary);
	border-bottom: 1px solid var(--color--primary);
	color: var(--color--primary);
}
/* new */
.qtdBox input {
	color: var(--color--primary);
	background: transparent;
}
.qtdBox [class*="col-"]:first-of-type {
	border-left: 1px solid var(--color--primary);
}
.qtdBox [class*="col-"]:last-of-type {
	border-right: 1px solid var(--color--primary);
}

.dropdown span:hover {
	color: #3C3C3C !important;
}

@media screen and (max-width: 1350px) {
	.banner-primary {
		min-height: 500px;
	}
}

@media screen and (max-width: 1150px){
	.banner-primary {
		min-height: 400px;
	}
}

@media screen and (max-width: 992px) {
	.nav {
		background-color: var(--color--secondary);
		color: #3C3C3C;
	}
	.productItem-wrapper,
	.productItem-wrapper .image {
		background-color: transparent;
	}

	.nav .content [class*="col-"] span:active, .nav .content [class*="col-"] span:hover {
		color: #3C3C3C;
		background-color: rgba(0, 55, 100, .5);
	}
	.nav .input-wrapper {
		background-color: #FFF;
	}
	.banner-primary {
		min-height: 350px;
	}
}

@media screen and (max-width: 700px) {
	.banner-primary {
		min-height: 300px;
	}
	.cep-logo {
		height: 100px !important;
		top: -2px !important;
	}
	[class*="banner-page-"] {
		height: 650px;
	}

}

@media screen and (max-width: 600px) {
	.banner-primary {
		min-height: 650px;
	}
	[class*="banner-page-"] {
		height: 600px;
	}

	.productItem-wrapper,
	.productItem-wrapper .image {
		background-color: transparent;
	}
}

@media screen and (max-width: 500px) {
	.banner-primary {
		min-height: 550px;
	}
	[class*="banner-page-"] {
		height: 500px;
	}
}

@media screen and (max-width: 450px) {
	.banner-primary {
		min-height: 450px;
	}
}

@media screen and (max-width: 400px) {
	.banner-primary {
		min-height: 400px;
	}
	[class*="banner-page-"] {
		height: 400px;
	}
}

.NO_SCROLL{
	overflow:hidden !important;
}

/*.splide__pagination__page { 
	background: var(--color--secondary) !important;
}

.splide__arrow{
	background: var(--color--secondary) !important;
	opacity: 1;
	box-shadow: -3.93px 3.93px 3.93px 0px #00000040;
}

.splide__arrow svg path{
	fill: var(--color--primary) !important;
}

.splide__arrow--next, .splide__arrow--prev{
	top: 50% !important;
}*/

.swiper-button-prev,
.swiper-button-next {
	background: var(--color--secondary) !important;
	opacity: 1;
	box-shadow: -3.93px 3.93px 3.93px 0px #00000040;	
  	top: 50% !important;
  	transform: translateY(-50%);
  	width: 3em !important;
  	height: 3em !important;
  	border-radius: 50%;
  	border: none;
  	padding: 0;
	color: var(--color--primary) !important;
	margin-top: auto !important;
}

.swiper-button-prev {
	left: -1em !important;
}

.swiper-button-next {
	right: -1em !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: .9;
}

.swiper-button-prev::after {
	content: '\f053' !important;
	font-family: 'FA', sans-serif !important;
	font-size: 24px !important;
  	font-weight: 900;
	color: var(--color--primary);
}

.swiper-button-next::after {
	content: '\f054' !important;
	font-family: 'FA', sans-serif !important;
	font-size: 24px !important;
  	font-weight: 900;
	color: var(--color--primary);
}

.swiper-pagination-bullet {
	background: var(--color--secondary) !important;
}

.swiper-zoom{
	overflow: hidden;
  	list-style-type: none;
  	margin: 10px 0 10px 0;
  	padding: 0;
}

.swiper-gallery{
	border: 1px solid #DEDDDC;
  	border-radius: 4px;
  	box-sizing: border-box;
  	overflow: hidden;
	height: 480px;
}

.swiper-gallery img{
	width: 100%;
	height: 100%;
}

.swiper-occasion .swiper-slide {
	opacity: 0 !important;
}

.swiper-occasion .swiper-slide-visible {
	opacity: 1 !important;
}

.accordion {
	background-color: transparent;
	color: #444;
	cursor: pointer;
	padding: 10px 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: bold;
}
  
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
  
.accordion.active:after {
	content: "\2212";
}

.panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.MERCATO_UNFILLED_FIELDS_POPUP{
	text-align: center;
	width: 100%;
	height: 100%;
	max-width: 510px;
	margin: auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.MERCATO_UNFILLED_FIELDS_POPUP h2,
.MERCATO_UNFILLED_FIELDS_POPUP h4{
	/* color: #7D0B1A !important; */
	margin:0;
	padding:0;
}

.MERCATO_UNFILLED_FIELDS_POPUP h4{
	margin-top: 10px;
    margin-bottom: 20px;
}

/*.CAROUSEL_OCCASIONS{
	padding: 50px 10px 30px 10px !important;
}

.CAROUSEL_OCCASIONS_HEADER{
	padding: 10px 0 2px 0;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
	margin-bottom: 8px;
}

.CAROUSEL_OCCASIONS_TITLE{
	width: 30%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
	box-sizing:border-box;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CAROUSEL_OCCASIONS_LIST{
	float: right;
    width: 70%;
	height: 32px;
	box-sizing:border-box;
	padding: 0 55px;
}*/

.banner-not-wide{
	margin: 20px auto;
	border-radius: 5px;
    overflow: hidden;
}


/*.CAROUSEL_OCCASIONS_LIST .splide__arrow{
	background: transparent !important;
}

.CAROUSEL_OCCASIONS_LIST .splide__arrow--prev::before, 
#CAROUSEL_OCCASIONS_CONTENT_PRODUCTS_SPLIDE .splide__arrow--prev::before {
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 18px;
    content: '\f053';
    color: #444444;
}

.CAROUSEL_OCCASIONS_LIST .splide__arrow--next::before, 
#CAROUSEL_OCCASIONS_CONTENT_PRODUCTS_SPLIDE .splide__arrow--next::before {
	font-family: 'FA', sans-serif;
    font-weight: 900;
    font-size: 18px;
    content: '\f054';
    color: #444444;
}

.CAROUSEL_OCCASIONS_LIST_ITEM{
	padding: 4px 16px;
	color: #777777;
}
																						
.CAROUSEL_OCCASIONS_LIST_ITEM:HOVER{
	text-decoration: underline;
	cursor:pointer;
}

.CAROUSEL_OCCASIONS_CONTENT{
	overflow:hidden;
}

.CAROUSEL_OCCASIONS_CONTENT_THEME{	
	width: 100%;
	overflow:hidden;
	float:left;
	box-sizing:border-box;
	height: 430px;
}
.CAROUSEL_OCCASIONS_CONTENT_THEME_BOX{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 90px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 500ms;
	border-radius: 3px;

	cursor:pointer;
}

.CAROUSEL_OCCASIONS_CONTENT_PRODUCTS{
	overflow:hidden;
	float:right;
	width:65%;
	box-sizing:border-box;
	height: 620px;
	padding:10px 10px 0 10px;
}

.CAROUSEL_OCCASIONS_CONTENT_THEME_BOX button{
	width: unset;
    padding: 14px 20px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
	margin:unset;
	text-shadow: 4px 4px 8px #333333;
    box-shadow: 10px 8px 21px -11px #333333;
}

.CAROUSEL_OCCASIONS_CONTENT_THEME_BOX span{
	color: #FFFFFF;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
	text-shadow: 2px 2px 11px #333333;

}

@media (max-width: 1000px) {
	.CAROUSEL_OCCASIONS{
		padding: 50px 0 30px 0 !important;
	}
	.CAROUSEL_OCCASIONS_TITLE{
		text-align:center;
		font-size: 20px;
		padding: 0 40px 10px 40px;
	}
	.CAROUSEL_OCCASIONS_TITLE, .CAROUSEL_OCCASIONS_LIST{
		float:unset;
		width:100%;
	}
	.CAROUSEL_OCCASIONS_CONTENT_PRODUCTS, .CAROUSEL_OCCASIONS_CONTENT_THEME{
		float:unset;
		width:100%;
	}
	.CAROUSEL_OCCASIONS_CONTENT_THEME{
		height: 220px;
	}
	.CAROUSEL_OCCASIONS_CONTENT_THEME_BOX{
		border-radius:0;
		font-size: 32px;
	}
	.CAROUSEL_OCCASIONS_CONTENT_THEME_BOX span{
		font-size: 26px;
		margin-bottom: 25px;
	}
}*/

.clear_button{
	float: right;
    padding: 10px 9px !important;
	font-size: 12px;
	max-width:200px;
	margin-bottom: 16px;
	border-radius: 2px;
}

@media (max-width: 1000px) {
	.clear_button{
		max-width:100%;
		margin-top: 13px;
	}
}

.COOKIEBAR_CONTAINER{
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    border-top: 3px solid var(--color--primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
	box-shadow:
		0 -4.3px 5.5px rgba(0, 0, 0, 0.027),
		0 -9.7px 13.2px rgba(0, 0, 0, 0.043),
		0 -16.2px 24.9px rgba(0, 0, 0, 0.051),
		0 -23.3px 44.4px rgba(0, 0, 0, 0.054),
		0 -27.9px 83.1px rgba(0, 0, 0, 0.056),
		0 100px 199px rgba(0, 0, 0, 0.07)
	;
}

.COOKIEBAR_CONTENT{
	box-sizing: border-box;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	flex-direction: row;
}

.COOKIEBAR_MESSAGE{
	flex: 1;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
	font-size: 16px;
	text-shadow: 1px 1px 11px #dddddd;
}

.COOKIEBAR_ACTION{
	box-sizing: border-box;
    width: 100px;
    display: flex;
    justify-content: flex-end;
	padding-left:40px;
}

.COOKIEBAR_BUTTON{
	box-sizing: border-box;
    padding: 6px 18px;
    border: 1px solid var(--color--primary);
    border-radius: 3px;
    color: white;
    background-color: var(--color--primary);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 1px 1px 11px #dddddd;
	text-align: center;
	transition: transform 400ms;
}

.COOKIEBAR_BUTTON:HOVER{
	transform: scale(1.1);
}

@media screen and (max-width: 992px) {
	.COOKIEBAR_CONTAINER{
		height: unset;
	}
	.COOKIEBAR_BUTTON:HOVER{
		transform: unset;
	}
}

@media screen and (max-width: 720px) {
	.COOKIEBAR_CONTENT{
		flex-direction: column;
	}
	.COOKIEBAR_ACTION{
		padding-left:0;
		justify-content: center;
		width: 100%;
		padding: 20px 0 0 0;
	}
	.COOKIEBAR_BUTTON{
		width: 100%;
		padding: 10px 18px;
	}
}


.SEARCH_DESKTOP_OVERLAY{
	display: none;
}

.SEARCH_DESKTOP_OVERLAY.ACTIVE{
	display: block;
	display:none;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.FLOATING_LOGIN_STRUCTURE {
	align-items: center;
	box-sizing: border-box;
	color: #3C3C3C;
	display: flex;;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	backdrop-filter: blur(8px);
}

.FLOATING_LOGIN_STRUCTURE .message table td.messageCell div	{
	padding: 15px;
    background-color: rgba(255, 0, 0, .6);
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    overflow: hidden;
    white-space: break-spaces;
}

.FLOATING_LOGIN_STRUCTURE .FLOATING_LOGIN_CONTENT span, form > .fieldset-wrapper {
	margin-top: 4px;
}

.FLOATING_LOGIN_OVERLAY	{
	background-color: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.FLOATING_LOGIN_CONTENT	{
	position: relative;
	z-index:2;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow:
		0 2.4px 1.1px rgba(0, 0, 0, 0.024),
		0 6.5px 3.1px rgba(0, 0, 0, 0.035),
		0 15.7px 7.5px rgba(0, 0, 0, 0.046),
		0 52px 25px rgba(0, 0, 0, 0.07);
	width: 300px;

}

.FLOATING_LOGIN_HEADER{
	height: 100px;
  	background-color: var(--color--primary);
	margin-bottom: 20px;
	border-radius: 10px;
}

.FLOATING_LOGIN_LOGO{
	left: 0px !important;
	top: 20px !important;
}

.FLOATING_LOGIN_CLOSE{
	position: absolute;
	right: 10px;
	top: 5px;
	font-family: 'FA', sans-serif;
	font-weight: 900;
	font-size: 18px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #FFFFFF;
	z-index: 999;
}

/*.FLOATING_LOGIN_CLOSE:HOVER{
	background-color: #EFEFEF;
}*/

.FLOATING_LOGIN_CLOSE::before{
    content: '\f00d';
}

.FLOATING_LOGIN_CONTENT h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 22px;
	margin: 2px 2px 15px 2px;
	text-transform: capitalize;
}

.FLOATING_LOGIN_STRUCTURE button, input[type="submit"]{
	width: calc(100% - 10px);
}

.FLOATING_LOGIN_STRUCTURE button.link, input[type="submit"].link{
	font-size: 12px;
	width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: -25px;
}

.FLOATING_LOGIN_STRUCTURE .LINK_BACK_TO_SHOP{
	display:none;
}

.eyecon-child {
	display: block;
	margin: 5px;
	align-self: center;
	min-height: 20px;
    min-width: 20px;
	background-color: green;
}

.fieldset-wrapper-password {
	display: flex;
}

.eye-container {
	display: flex;
}

.icon--eye {
	transition: .1s;
	place-self: center;
	position: inherit;
	transform: scale(1.0);
}

.icon--eye-slash {
	transition: .1s;
	place-self: center;
	position: inherit;
	transform: scale(1.0);
}

.eye-container:active span{
	transform: scale(1.3);
}

.icon--eye::before {
    content: '\f06e';
	margin: 10px;
}

.icon--eye-slash::before {
    content: '\f070';
	margin: 9px;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER{
	display: flex;
    flex-direction: column;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_CONTAINER_DIVIDER{
	background-color: #CCCCCC;
    height: 1px;
    margin: 5px 0;
}
.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_TITLE_CONTAINER{
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_TITLE  span{
	font-size: 14px;
    font-weight: 600;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER label {
	font-weight: 600;
    padding: 2px 0 0 10px;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER input{
	-webkit-appearance: none;
    background-color: #CCCCCC;
    box-shadow: 1.9px 2.6px 10.5px rgb(0 0 0 / 4%), 5.4px 7.1px 29.1px rgb(0 0 0 / 6%), 13px 17.2px 69.9px rgb(0 0 0 / 8%), 43px 57px 232px rgb(0 0 0 / 12%);
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
	cursor:pointer;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER input:hover{
	background-color: #e4e4e4;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER input:active, .PROFILE_MARKETING_SETTINGS_CONTAINER input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	color: var(--color--primary);
}

.PROFILE_MARKETING_SETTINGS_CONTAINER input:checked {
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px 1px 3px rgb(0 0 0 / 10%);
    background-color: var(--color--primary);
}

.PROFILE_MARKETING_SETTINGS_CONTAINER input:checked:after {
	content: '\2714';
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: 2px;
    color: #FFFFFF;
}

.PROFILE_MARKETING_SETTINGS_CONTENT_BOX{
	
    padding: 60px 30px 10px 20px;

}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_CONTENT{
	margin: 3px 0;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_EMAIL {
	display: flex;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_SMS {
	display: flex;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .PROFILE_MARKETING_SETTINGS_TERMS {
	display: flex;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .DISABLED input:checked{
	background-color: #e4e4e4;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .DISABLED input:hover{
	background-color: #CCCCCC;
}

.PROFILE_MARKETING_SETTINGS_CONTAINER .DISABLED input:checked:hover{
	background-color: #e4e4e4;
}

.SEARCH_DESKTOP_CONTAINER .PRODUCT_DATA_RESIZED {
	font-size: 10px;
	line-height: 100%;
	margin: 0;
}

.SEARCH_DESKTOP_CONTAINER .FLOATING_CART_ITEM_LABEL:after{
    border-bottom: 1px solid #3c3c3c57;
    bottom: 0;
	content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.PRODUCT_DETAIL_CONTROLS .cart__icon--disabled,
.FLOATING_CART_DATA .FLOATING_CART_ITEM_DETAILS .cart__icon--disabled,
.PRODUCT_CONTROLS_SEARCH .cart__icon--disabled,
.PRODUCT_ITEM .cart__icon--disabled {
	pointer-events: none;
}

.PRODUCT_DETAIL_CONTROLS .cart__icon--disabled span,
.FLOATING_CART_DATA .FLOATING_CART_ITEM_DETAILS .cart__icon--disabled,
.PRODUCT_CONTROLS_SEARCH .cart__icon--disabled span,
.PRODUCT_ITEM .cart__icon--disabled span{
	opacity: .5;
}

.PIX_ICON{
	width: 40px;
	height: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\'0 0 512 512\'><path fill=\'%234a4a4a\' d=\'M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.8C231.1-7.6 280.3-7.6 310.6 22.8L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.8L22.8 310.6C-7.6 280.3-7.6 231.1 22.8 200.8L80.8 142.7H112.6z\'/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;          
}

.pixIcon{
	display: inline-block;
    width: 18px;
    height: 19px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=\'0 0 512 512\'><path fill=\'%234a4a4a\' d=\'M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.8C231.1-7.6 280.3-7.6 310.6 22.8L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.8L22.8 310.6C-7.6 280.3-7.6 231.1 22.8 200.8L80.8 142.7H112.6z\'/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

.menu-itens .TOP_MENU_ICON{
	height: 	24px 			!important;
	width: 		auto 			!important;	
	padding: 	0 				!important;
	margin: 	0 10px 0 0		!important;
}

.TOP_MENU_CUSTOM_ITEM{
	align-items: 		center 	!important;
    display: 			flex 	!important;
    flex-direction: 	row		!important;
    justify-content: 	center	!important;
}

.link {
	cursor: pointer;
	display: inline-flex;
	text-decoration: underline;
}

.swiper-banner, .swiper-occasion {
	max-width: 1600px;
  	margin-top: 50px;
  	margin-bottom: 50px;
	overflow: unset !important;
}

:is(.swiper-banner, .swiper-occasion) div div a {
	display: flex;
	justify-content: center;
}

:is(.swiper-banner, .swiper-occasion) div div a img {
	border-radius: 46px;
	width: 100% !important;
}

/*.splide-banner, .splide-banner-occasion{
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

:is(.splide-banner, .splide-banner-occasion) div ul li a{
	display: flex;
	justify-content: center;
}
	
:is(.splide-banner, .splide-banner-occasion) div ul li a img{
	border-radius: 46px;
	width: 100% !important;
}*/

@media screen and (max-width: 1350px){
	/*:is(.splide-banner, .splide-banner-occasion) div ul li a img{
		width: 95% !important;
	}*/
	:is(.swiper-banner, .swiper-occasion) div div a img {
		width: 95% !important;
	}
}

.swiper-slide:has(.PRODUCT_CAROUSEL){
	max-width: 366px !important;
	max-height: calc(100% - 100px);
	width: fit-content;
}

/*.swiper-wrapper:has(.PRODUCT_CAROUSEL){
	height: 580px !important;
	max-height: 580px !important;
}*/

.PRODUCT_ITEM{
	background-color: #FFF;
	border-radius: 20px;
	margin: 0 auto;
	border: solid 2px #ebebeb;
	width: 23%;
	margin: 10px;
}

.PRODUCT_ITEM h4{
	font-weight: 700;
	font-size: 16px;
	color: var(--color--primary);
}

.PRODUCT_PRICE div{
	font-weight: 600;
	font-size: 26px;
}

.PRICE_DETAIL{
	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	width: 100%;
	margin-top: 20px;
}

div.col-4{
	border: none !important;
}

.PRODUCT_CONTROLS button{
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px !important;
}

@media screen and (min-width: 990px){
	.CAT_CONTAINER{
		max-width: 100vw !important;
		width: 100vw !important;
	}
}



@media screen and (min-width: 0px) and (max-width: 700px){
	/*:is(.splide-banner, .splide-banner-occasion) div ul li a img{
		aspect-ratio : 1 / 1 !important;
	}*/
	:is(.swiper-banner, .swiper-occasion) div div a img {
		aspect-ratio : 1 / 1 !important;
	}

	.PRODUCTS_LIST .PRODUCT_ITEM{
		max-width: 45% !important;
	}
}


/* LOGIN -------------------------------------------------------------------------------------------------------------------- */

.FLOATING_LOGIN_CONTENT {
	width: 700px;
  	min-height: 460px;
	border-radius: 10px;
}

.login-box .fieldset-wrapper {
	min-height: unset;
}

.login-box fieldset {
	border-bottom: 1px var(--color--gray--light) solid;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.login-box .button--radius input {
	margin-top: 50px;
  	border-radius: 4px;
}

.login-box .link--forgot {
	color: var(--color--gray);
	font-size: var(--font-size--small);
	display: flex;
	justify-content: flex-end;
	margin-top: calc(var(--gap) * -2);
}

.login-box .link--register {
	margin-top: var(--gap);
}

.login-box .link--register,
.login-box .link--register a {
	color: var(--color--primary);
	display: initial;
	font-size: var(--font-size);
	text-align: center;
}

/* LOGIN -------------------------------------------------------------------------------------------------------------------- */

/* SKELETON ----------------------------------------------------------------------------------------------------------------- */

.skeleton__button {
	position: absolute;
	background-color: var(--color--secondary);
	cursor: not-allowed;
	height: 100%;
	width: 100%;
    z-index: 10;
}

.skeleton {
	animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
	0% {
		background-color: var(--color--secondary);
	}

	100% {
		background-color: var(--color--gray--light-5);
	}
}

/* SKELETON ----------------------------------------------------------------------------------------------------------------- */

.header-strip{
	color: var(--color--yellow);
	font-weight: 600;
	animation-iteration-count: infinite !important;
}

.header-strip span{
	display: unset;
	padding: 0px;
	cursor: default;
}

@keyframes slidein-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}