.dropdown .drop-icon-animated {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.dropdown.show .drop-icon-animated {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.dropdown.hover-css:hover .drop-icon-animated {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.dropdown.hover-css:hover > .dropdown-menu, .dropup.hover-css:hover > .dropdown-menu {
	display: block;
}

.dropup .drop-icon-animated {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.dropup.show .drop-icon-animated {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.dropup.hover-css:hover .drop-icon-animated {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

header .header-top {
    /*background-color: #E9F5FE;*/
}

header .header-top a {
    font-weight: bold;
}

header #dropdownLanguage {
    background: #aad7ff;
    border-radius: 30px;
}

/* anular comportamento de header-nav-top */
#header .header-nav-top .nav > li > a#dropdownLanguage:hover, #header .header-nav-top .nav > li > a#dropdownLanguage a:focus {
    background: #aad7ff;
}

#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link#dropdownLanguage {
    background: #aad7ff;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #686793;
    font-size: 1em;
    display: inline-block;
}

#header .header-nav-top .nav > li > a#dropdownLanguage {
    font-size: 0.9em;
}

header .header-top a:not(#dropdownLanguage) > i[class*="fa-"] {
    color: #fd699e;
}

header .header-container i[class*="fa-"] {
    color: #fd699e;
}

#header .header-nav-main .nav > li > a i[class*="fa-"] {
    margin-right: 6px;
    font-size: 20px;
}

#header .header-nav-main .nav > li > a svg {
    margin-right: 4px;
}

#header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    font-size: 24px;
    color: #fd699e;
    position: static;
    top: auto;
    vertical-align: middle;
}

#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
	font-size: 24px;
	color: #fd699e;
    position: static;
    top: auto;
    vertical-align: middle;
}

#header .header-nav-features .header-nav-features-cart svg.cartSvg {
    height: 24px;
}

#header.header-effect-shrink .header-container {
	min-height: 60px;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #686793;
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.active > a {
		color: #6394ec;
	}
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a {
	/*color: #aad7ff;*/
	color: #fe77a6;
}

header #mossi-logo {
    position: relative;
    bottom: -7px;
}

/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav {
        justify-content: center;
    }

    #header .header-nav-main nav > ul > li > a {
        text-transform: none;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: normal;
	}
	
	#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		padding: 0 6px;
	}
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a {
        text-transform: none;
    }
}

#footer .row.logos img {
    vertical-align: bottom;
}

#footer {
    background: #FFFFFF;
    border-top: 0px;
    font-size: 1em;
    word-break: break-word;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #353762;
    letter-spacing: normal;
    line-height: normal;
}

#footer h4.titulo {
    margin-bottom: 1rem;
    font-size: 16px;
}

#footer h5.subtitulo {
    font-size: 14px;
}

/*
#footer a {
    font-size: 14px;
}

#footer a:not(.btn) {
    color: #353762;
}
*/

#footer .list li {
    margin-bottom: 8px;
}

#footer p, #footer a:not(.btn), #footer li, #footer span {
    color: #353762;
    font-size: 14px;
    line-height: normal;
}

/*
#footer a:not(.btn) {
    color: #777;
    transition: all 0.1s ease-in-out;
}
*/

#footer a:not(.btn):hover {
    color: #aad7ff;
}

/*
#footer a:not(.btn):focus, #footer a:not(.btn):active {
    color: #CCC;
}
*/

#footer .social-icons i[class*="fa-"] {
    font-size: 30px;
}

#footer .social-icons .social-icons-facebook i {
    color: #3b5998;
}

#footer .social-icons .social-icons-facebook i:hover {
    color: #2d4373;
}

#footer .social-icons .social-icons-twitter i {
    color: #55acee;
}

#footer .social-icons .social-icons-twitter i:hover {
    color: #2795e9;
}

#footer .social-icons .social-icons-linkedin i {
    color: #0077b5;
}

#footer .social-icons .social-icons-linkedin i:hover {
    color: #046293;
}

#footer .social-icons .social-icons-youtube i {
    color: #EB3E40;
}

#footer .social-icons .social-icons-youtube i:hover {
    color: #bb0000;
}

#footer .social-icons .social-icons-instagram i {
    /*
    color: #FFFFFF;
    border-radius: 3px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    */
    color: #f77638;
}

#footer .social-icons .social-icons-instagram i:hover {
    color: #e33f5f;
}

#footer .social-icons .social-icons-whatsapp i, i.fab.fa-whatsapp-square.style {
    color: #25D366;
}

#footer .social-icons .social-icons-whatsapp i:hover, i.fab.fa-whatsapp-square.style:hover {
    color: #1da851;
}

#footer .social-icons .social-icons-tiktok svg {
    color: rgb(0, 0, 0);
}

#footer .social-icons .social-icons-tiktok svg:hover {
    color: #200202;
}

#footer {
    margin-top: 50px;
}

#footer .footer-copyright {
    background: #e9f5fe;
}

#footer .footer-copyright a:not(.btn) {
    color: #686793;
}

#footer .footer-copyright a:not(.btn):hover {
    color: #aad7ff;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fd699e;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #fd699e !important;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    border-color: #fd699e #fd699e #ff4c8a;
}

/*
.sugest > .sugest-back {
    margin-bottom: 14px;

    max-height: 200px;
    background: #fd699e;

    height: 100%;
    padding: 20px;
    min-width: 200px;
    display: flex;
    justify-content: center;
}

.sugest .sugest-texto p {
    font-weight: bold;
    margin-bottom: 4px;
}

.sugest > .sugest-imagem {
    margin-bottom: 14px;
}
*/

.sugest {
	/****/
    /*width: 208px;*/
}

.vid {
	/****/
    /*width: 444px;*/
}

.back, .back > img, .prod img {
    transition: all 0.3s ease;
}

/*
.sugest:hover .back {
    padding: 0px;
}
*/

/*
.sugest:hover img, .prod:hover img {
    transform: scale(1.1, 1.1);
}
*/
.sugest:hover .back, .prod:hover .back {
    padding: 0px;
}

.sugest > a, .vid > a, .prod > a, .sugestrev1 > a {
    text-decoration: none;
}

.back {
    margin-bottom: 14px;
	/****/
	/*height: 228px;*/

    display: flex;
    justify-content: center;
    align-items: center;
}

.back-variavel {
    margin-bottom: 14px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.back-variavel > img {
    max-height: 380px;
}

.prod > a > img {
    margin-bottom: 14px;

    max-height: 228px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.sugest .back {
    background: rgba(253, 105, 157, 0.4);
	/****/
    /*height: 380px;*/
    /*height: 100px;*/
    padding: 10px;
    border-radius: 10px;
}

div.back > img.img-fluid {
	/****/
    /*max-height: 100%;
    width: auto;*/
}

.conteudo > p.titulo {
    font-weight: bold;
    margin-bottom: 14px;
}

.conteudo > p.titulo.rev1 {
	font-size: 14px;
}

/*
.sugest .conteudo > span.texto {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
*/

button.btn.grande, a.btn.grande {
    font-family: "Vollkorn", serif;
    font-size: 24px;

    font-style: normal;
    font-weight: normal;
    padding-left: 28px;
    padding-right: 28px;
}

button.btn.pequeno, a.btn.pequeno {
    font-family: "Volkhov", serif;
    font-size: 16px;

    font-style: normal;
    font-weight: normal;
    padding-left: 28px;
    padding-right: 28px;
}

/*
button > i[class*="fa-"]:not(.header-nav-top-icon) {
    margin-right: 6px;
}
*/

.nossos-produtos.nav-pills > li > a.nav-link {
    border-radius: 60px;

    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;

    padding: 14px 16px;
}

.nossos-produtos.nav-pills > li.active > a, .nossos-produtos.nav-pills .nav-link.active,
.nossos-produtos.nav-pills > li.active > a:focus, .nossos-produtos.nav-pills .nav-link.active:focus {
    background-color: #898de7;
    color: #ffffff;
}

@media (min-width: 768px) {
    .vantagens-bg {
        background-image: url(../img/outros/gabriel-brandt-1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.vantagens-icon-bg, .como-comprar-icon-bg {
    background-image: url(../img/outros/icons-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 124px;
    height: 99px;
}

.vantagens-icon-bg > svg {
    position: relative;
    top: 14px;
}

.como-comprar-icon-bg > h3 {
    position: relative;
    top: 18px;
}

.vantagens h3 {
    font-size: 24px;
    color: #fd699e;
}

.como-comprar h3:not(.icon-txt) {
    color: #fd699e;
}

.vantagens p, .como-comprar {
    font-family: "Roboto", sans-serif;
}

.beleza-icon-bg, .beleza-icon-bg-2, .atividade-icon-bg, .atividade-icon-bg-2 {
    background-repeat: no-repeat;
    background-size: contain;
    width: 221px;
    height: 190px;
}

.beleza-icon-bg {
    background-image: url(../img/outros/icons-bg-beleza.png);
}
.beleza-icon-bg-2 {
    background-image: url(../img/outros/icons-bg-beleza-2.png);
}
.atividade-icon-bg {
    background-image: url(../img/outros/icons-bg-atividade.png);
}
.atividade-icon-bg-2 {
    background-image: url(../img/outros/icons-bg-atividade-2.png);
}

.saiba-mais-txt {
    font-size: 18px;
    text-decoration: underline;
}

/*
.form-control {
    font-family: "Volkhov", serif;
    font-style: normal;
    font-weight: normal;
    color: #686793;
    line-height: 100%;
    font-size: 16px;

    border: 2px solid #AAD7FF;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 16px;
    line-height: 100%;
}
*/

.simple-search .form-control {
    border-radius: 1.3rem 0 0 1.3rem;
    border: 2px solid #AAD7FF;
    border-right: 0;
}

.simple-search .input-group-append {
    border-radius: 0 1.3rem 1.3rem 0;
    border: 2px solid #AAD7FF;
    border-left: 0;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
    max-height: 80px;
}

#headerTopCartDropdown p, #headerTopCartDropdown span {
    /*line-height: 26px;*/
}

.header-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.blog-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.index-bg {
    background-image: url(../img/outros/hero-index.jpg);
}

.projeto-bg {
    background-image: url(../img/outros/hero-projeto.jpg);
}

.projeto-bg-2 {
    background-image: url(../img/outros/hero-projeto-2.jpg);
}

.academia-bg {
    background-image: url(../img/outros/hero-academia.jpg);
}

.sobrenos-bg {
    background: rgb(253 105 158 / 70%);
}

.sobrenos-bg h1 {
    color: #F9FCFF;
    margin: 0;
}

.sobrenos-bg-link .nav-link {
    background: #FFFFFF;
    margin: 5px;
}

.sobrenos-bg-link .nav-link:hover, .sobrenos-bg-link .nav-link:focus {
    background: #FFFFFF;
}

.header-bg h1 {
    margin: 0;
}

.header-bg h2 {
    color: #353762;
}

.header-bg .texto {
    position: absolute;
    top: 25%;
}

.header-bg .numero-faded {
    position: absolute;
    top: 5%;

    opacity: 0.1;
}

.header-bg .numero-faded > h1 {
    font-weight: bold;
    font-size: 288px;

    color: #E9F5FE;
}

span.span-titulo-36 {
    font-size: 36px;
}

.azul-bg {
    position: absolute;
    top: 0;
    width: 100%;

    background: linear-gradient(316.02deg, #CBE6FD 15.79%, #E9F5FE 41.72%, rgba(222, 255, 254, 0) 67.85%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	
	z-index: -1;
}

/* Wizard */
.card-body .wizard-tabs {
	margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
	margin: 0;
}

.wizard-tabs ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wizard-tabs ul > li {
	display: table-cell;
	border-bottom: 1px solid #EEE;
}

.wizard-tabs ul > li.active {
	border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
	background: #FFF;
	color: #555;
}

.wizard-tabs ul > li.active > a:after {
	border-left-color: #FFF;
}

.wizard-tabs ul > li.active .badge {
	background-color: #CCC;
}

.wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.disabled > a:focus {
	color: #CCC;
}

.wizard-tabs ul > li.disabled .badge {
	background-color: #CCC;
}

.wizard-tabs ul > li > a {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 13.6px;
	font-size: 0.85rem;
	text-decoration: none;
	color: #555;
}

.wizard-tabs ul > li > a .badge {
	border-radius: 100%;
	color: #FFF;
	background: #CCC;
	padding: 6.4px 8.8px;
	padding: 0.4rem 0.55rem;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
	background: #F4F4F4;
	color: #555;
}

.wizard-tabs ul > li > a:hover {
	box-shadow: none;
}

.wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
	border-bottom: 0;
}

.wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
	border: 17px solid transparent;
	border-right: 0;
	border-left: 10px solid transparent;
	width: 0;
	height: 0;
}

.wizard-tabs ul > li > a:before {
	z-index: 1;
	right: -11px;
	border-left-color: #E0E0E0;
}

.wizard-tabs ul > li > a:after {
	z-index: 2;
	border-left-color: #F4F4F4;
}

.wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
	display: none;
}

html.dark .wizard-tabs ul > li {
	border-color: #282d36;
}

html.dark .wizard-tabs ul > li.active {
	border-color: #2e353e;
}

html.dark .wizard-tabs ul > li.active a, html.dark .wizard-tabs ul > li.active a:hover, html.dark .wizard-tabs ul > li.active a:active {
	background: #2e353e;
	color: #EEE;
}

html.dark .wizard-tabs ul > li.active a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li.active a:after {
	border-left-color: #2e353e;
}

html.dark .wizard-tabs ul > li a, html.dark .wizard-tabs ul > li a:hover {
	background: #282d36;
	color: #EEE;
}

html.dark .wizard-tabs ul > li a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li a:after {
	border-left-color: #282d36;
}

html .wizard-progress,
html.dark .wizard-progress {
	margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
	height: 2px;
	margin: 0 38px;
	position: relative;
	top: 15px;
	background: #CCC;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	height: 100%;
	width: 0;
	background: #CCC;
	transition: width .2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
	display: inline-block;
	width: 100%;
	font-size: 0;
	text-align: justify;
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
	display: inline-block;
	width: 100%;
	content: '.';
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
	position: relative;
	display: block;
	padding: 25px 8px 0;
	font-size: 11px;
	color: #33333F;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #CCC;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 35px;
	font-size: 13px;
	text-indent: -1px;
	border: 2px solid #CCC;
	transition: all .2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	background: #CCC;
	color: #FFF;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #FFF;
	color: #CCC;
	border-color: #CCC;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
	color: #FFF;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
	margin: 0 auto 30px;
	width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
	margin: 0 52px;
	height: 4px;
	top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
	padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
	max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
	padding-top: 40px;
	font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 52px;
	font-size: 22px;
	border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
	color: #808697;
}

html.dark .wizard-progress.wizard-progress ul li a span {
	background: #242830;
	border-color: #242830;
}

html.dark .wizard-progress .wizard-steps li.active a span {
	background: #242830;
}

html.dark .wizard-progress .steps-progress {
	background: #242830;
}

@media only screen and (max-width: 991px) {
	html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
		width: auto;
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
		display: none;
	}

	html .wizard-progress .wizard-steps, html.dark .wizard-progress .wizard-steps {
		display: block;
		font-size: 0;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	}

	html .wizard-progress .wizard-steps li, html.dark .wizard-progress .wizard-steps li {
		transition: margin .5s linear;
		display: inline-block;
		float: none;
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
		position: relative;
		z-index: 2;
	}

	html .wizard-progress .wizard-steps li:before, html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:after {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		width: 50%;
	}

	html .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:before {
		background: #CCC;
		left: 0;
	}

	html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:after {
		background: #CCC;
		right: 0;
	}

	html .wizard-progress .wizard-steps li.active, html.dark .wizard-progress .wizard-steps li.active {
		margin-left: 0;
	}

	html .wizard-progress .wizard-steps li.completed, html.dark .wizard-progress .wizard-steps li.completed {
		margin-left: -100%;
	}

	html .wizard-progress .wizard-steps li.completed:after, html.dark .wizard-progress .wizard-steps li.completed:after {
		background: #CCC;
	}

	html .wizard-progress .wizard-steps li.completed.active, html.dark .wizard-progress .wizard-steps li.completed.active {
		margin-left: 0;
	}

	html .wizard-progress .wizard-steps li:first-child:before, html.dark .wizard-progress .wizard-steps li:first-child:before {
		display: none;
	}

	html .wizard-progress .wizard-steps li:last-child:after, html.dark .wizard-progress .wizard-steps li:last-child:after {
		display: none;
	}

	html .wizard-progress.wizard-progress-lg .wizard-steps li, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
		min-width: 0;
		max-width: none;
	}

	html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
		height: 4px;
	}
}

.form-wizard {
	margin-bottom: 20px;
}

.form-wizard .tabs {
	margin-bottom: 0;
}

.form-wizard .tab-content {
	background: #FFF;
	border: 0 none;
	box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
	cursor: pointer;
}

.form-wizard ul.pager .disabled a {
	cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
	display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
	background: #2e353e;
	border-color: #282d36;
	color: #EEE;
}

html.dark .form-wizard .pager .disabled > a, html.dark .form-wizard .pager .disabled > a:hover, html.dark .form-wizard .pager .disabled > a:focus, html.dark .form-wizard .pager .disabled > span {
	background: #282d36;
	border-color: #282d36;
	color: #EEE;
}

.wizard-steps > li.active .badge {
    background-color: #aad7ff;
}
.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
    border-top-color: #aad7ff;
}
.wizard-tabs ul > li.active .badge {
    background-color: #aad7ff;
}
html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
    background: #FD699E;
}
html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
    border-color: #aad7ff;
    background: #aad7ff;
}
html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
    color: #aad7ff;
    border-color: #aad7ff;
}

/*
html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
	background: #FEF2E9;
	color: #353762;
	border: 2px solid #FEF2E9;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
	background: #FEF2E9;
}
*/

/* Pager */
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.pager .next > a, .pager .next > span {
	float: right;
}

.pager .previous > a, .pager .previous > span {
	float: left;
}

.pager .disabled > a {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.pager .disabled > a:hover, .pager .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.hidden {
	display: none !important;
}

label.custom-control-label {
    line-height: 1.5;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #aad7ff;
    background-color: #aad7ff;
}

.card:not(.note-editor) {
    border-radius: 30px;
}

button.disabled {
    cursor: not-allowed;
}

.header-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

.font-11, #footer .font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.lh-19 {
	line-height: 19px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-36 {
    font-size: 36px;
}
.font-48 {
    font-size: 48px;
}
.font-54 {
    font-size: 54px;
}
.font-72 {
    font-size: 72px;
}

.text-line-through {
	text-decoration: line-through;
}

#timeline p, #timeline h3, #timeline span,
#missao p, #missao h3, #missao span,
#compromisso p, #compromisso h3, #compromisso span {
    color: #353762;
}

.color-text-1 {
    color: #686793;
}

.color-text-2 {
    color: #353762;
}

.color-text-3 {
    color: #6394ec;
}

.bg-1 {
    background: #E9F5FE;
    border-radius: 10px;
}

.bg-2 {
    background: #FEEAF5;
    border-radius: 10px;
}

.bg-3 {
    background: #E9EBFE;
    border-radius: 10px;
}

.bg-4 {
    background: #E9F5FE;
}

.bg-5 {
    background: #F9FCFF;
}

.bg-6 {
    background: #eaf1fc;
}

#instalacoes .owl-carousel .owl-nav button[class*="owl-"],
#convivios .owl-carousel .owl-nav button[class*="owl-"] {
	width: auto;
	height: auto;
	padding: 20px 27px !important;

	border-radius: 50%;

	background: #FD699E;
	border: none;
	color: #353762;
}

/*
#instalacoes .owl-carousel .owl-nav button[class*="owl-"]:hover {
    background: #aad7ff;
    color: #FD699E;
}
*/


#instalacoes .owl-carousel .owl-nav button.owl-prev:before,
#convivios .owl-carousel .owl-nav button.owl-prev:before {
    font-size: 1rem;
    content: "\f060";
    position: relative;
    left: 1px;
    top: 2px;
}

#instalacoes .owl-carousel .owl-nav button.owl-next:before,
#convivios .owl-carousel .owl-nav button.owl-next:before {
    font-size: 1rem;
    content: "\f061";
    left: 1px;
    top: 2px;
}

.azul-bg-2 {
    background: linear-gradient(-316.02deg, #CBE6FD 15.79%, #E9F5FE 41.72%, rgba(222, 255, 254, 0) 67.85%);
}

#descricao .collapse, #descricao .collapsing {
  	height: 76px;  /* [NUM_OF_LINES] x [LINE_HEIGHT] */
}

#descricao .collapse {
	position: relative;  /* For ...'s content absolute positioning */
	display: block;
	overflow: hidden;
}

#descricao .collapse:before {
	content: ' ...';
	position: absolute;
	right: 0;
	bottom: 0;
}

#descricao .collapse.show {
	height: auto;  /* You need to reset the height when not collapsed */
}

#descricao .collapse.show:before {
	display: none;  /* Of course you don't want to display ... */
}

/* Carousel - Gallery Thumbs */
.owl-carousel.thumb-gallery-thumbs .owl-item {
	cursor: pointer;
}

.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/*
.vertical-carousel.owl-carousel {
	 transform: rotate(90deg);
}
.vertical-carousel .owl-item {
	transform: rotate(-90deg);
}

.vertical-carousel.owl-carousel {
	width: 370px;
}

.vertical-carousel .owl-item {
    float: left;
    clear: both;
}
*/

.vertical-carousel.owl-carousel{
	transform: rotate(90deg);
	width: 370px;
	transform-origin: 10% 50%;
} 
.vertical-carousel .owl-item {
	transform: rotate(-90deg);
}
/*
.vertical-carousel.owl-carousel .owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: calc(50% - 33px);
}
.vertical-carousel.owl-carousel .owl-nav .owl-prev, .vertical-carousel.owl-carousel .owl-nav .owl-next{
	font-size:36px;
	top:unset;
	bottom: 15px; 
}
*/


.owl-carousel.items-middle .owl-stage {
	display: flex;
	align-items: center;
}

#header .header-nav-features {
    /*background: #E9F5FE;*/
	border-radius: 30px;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.owl-carousel .owl-video-wrapper {
    background: #fff;
}

.prod-detalhes i[class*="fa-"] {
    color: #fd699e;
}

.dropdown-menu.precos {
	/*border: 0;*/
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	background: #FFF;
	/*transition: opacity .2s ease-out;
	border-radius: 0;*/
}


.loading-overlay {
	background-color: rgb(255, 255, 255, 0.5);
	border-radius: 0px;

	transition: visibility 0s ease-in-out 0.2s, opacity 0.2s ease-in-out;
	z-index: 4; /* para sobrepor-se ao botão de remover produto no cart */
}

/*
.loading-overlay-showing > .loading-overlay {
    transition: visibility 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
}
*/

#header .header-nav-features .header-nav-features-cart .actions .largura-total.btn:first-child {
    float: right;
}

#header .header-nav-features .header-nav-features-cart .actions .largura-total.btn {
	min-width: 0px;
	width: 100%;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 0px;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .mini-products-list {
	padding: 20px;

	max-height: 50vh;
	overflow: hidden;
	overflow-y: auto;
	transition: ease all 500ms;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .mini-products-list::-webkit-scrollbar {
	width: 5px;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .mini-products-list::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background: rgba(204, 204, 204, 0.5);
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .totals {
    padding: 20px;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .actions {
    padding: 20px;
}

#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown > .sem-artigos {
    padding: 20px;
}

.remover-txt {
    font-size: 12px;
	text-decoration: underline;
	
	margin-right: 15px;
}

.shop table.cart .cart-item .product-thumbnail img {
    width: auto;
}

.shop .shop-cart table.cart .product-thumbnail {
    width: 15%;
}

#lista-oferta img.img-thumb {
	max-width: 80px;
	max-height: 80px;
}

.oferta-container, .morada-container {
	padding: 18px;
}

.oferta-container.selected, .morada-container.selected {
	/*background: #F9FCFF;*/
	background: #eaf1f9;

	border: 2px solid #898DE7;
	padding: 16px;

	box-sizing: border-box;
	box-shadow: 0px 2.21935px 6.65805px rgba(203, 230, 253, 0.15);
	border-radius: 7.39783px;
}

.oferta-container:not(.selected):hover, .morada-container:not(.selected):hover {
	background: #eaf1f9;

	border-radius: 7.39783px;
}

.no-borders-tab {
	border: 0 none;
	box-shadow: none;
	padding: 0;
}

#encomenda .control-label {
	color: #353762;
}

#encomenda .cart-item > .product-quantity {
	position: relative;
}

.toggle.toggle-minimal .toggle > label, .toggle.toggle-minimal .toggle > .toggle-title {
    padding: 20px 20px 20px 0;
}

.mb-2-more {
	margin-bottom: 10px!important;
}

/*
.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: #CCC;
}
*/

.nav-tabs.produto-tabs > .nav-item > .nav-link {
	color: #707070;
}

.nav-tabs.produto-tabs > .nav-item > .nav-link.active {
	color: #CCC;
}

.nav-tabs.produto-tabs > .nav-item > .nav-link:hover, .nav > .nav-item > .nav-link:focus, .nav > .nav-item > .nav-link:active {
	color: #aad7ff;
/*
	background: transparent;
	border-top: none;*/
}

.nav-tabs.produto-tabs {
	border-bottom: 1px solid #e1e1e1;
}

.nav-tabs.produto-tabs .nav-item .nav-link {
	border: 0;
	background: transparent;
	padding: 20.8px;
	padding: 1.3rem;
	font-size: 1.1em;
	position: relative;
	overflow: hidden;
	/*border-radius: 0;*/
}

/*
.nav-tabs.produto-tabs .nav-item .nav-link:after {
	height: 4px;
	width: 100%;
	content: ' ';
	background-color: #aad7ff;
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 10;
	transition: transform 0.3s;
}
*/

.nav-tabs.produto-tabs .nav-item .nav-link.active {
	/*color: #1c1f21;*/

	/*background: transparent;*/
	border-top: none;

	background-color: #ecf5fd;
	color: #686793;
}

.nav-tabs.produto-tabs .nav-item .nav-link.active:after {
	transform: translateY(-3px);
}

.title-tabs {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    font-size: 16px;
}

/*
.produto-row .tab-content {
    border-radius: 0;
    box-shadow: none;
    background-color: #FFF;
    border: none;
}
*/

.select-no-borders.form-control {
	border: 0;
}

.select-no-borders.form-control:focus {
	box-shadow: none;
}

.conta-lateral {
	background: #898DE7;
	border-radius: 10px;

	padding: 30px;
}

.conta-lateral p, .conta-lateral a {
	color: #ffffff;
}

.toggle > .toggle-title i.fa-user-circle {
	top: 6px;
	font-size: 41px;
	color: #FD699E;
}

.artigo p, .artigo a, .artigo li {
	font-size: 14px;
	line-height: 1.5;
}

#descricaoTab p, #descricaoTab a, #descricaoTab li {
	line-height: 1.2;
}

.far.green {
	color: green;
}

.far.red{
	color: red;
}

.color-white {
	color: #ffffff;
}

@media (max-width: 767px) {
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		font-size: 0.9em;
		padding: 6px 4px;
	}

	.p-span {
		font-size: 16px;
	}

	h1, h1.font-54 {
		font-size: 50px;
	}

	h2 {
		font-size: 36px;
		margin: 0 0 26px 0;
	}

	button.btn.grande, a.btn.grande {
		font-family: "Vollkorn", serif;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		padding-left: 22px;
		padding-right: 22px;
	}
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
    box-shadow: none;
}

.jFiler-theme-default > .full-width.jFiler-input {
    width: 100%;
}

.blog-recentes1 {
	max-height: 90px;
}

.blog-publicacao-header {
	max-height: 433px;
}

/*
* Google Maps
*/
#googlemaps {
	min-height: 417px;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li a.active {
	/*color: #aad7ff;*/
	color: #fe77a6;
}

/*
.input-group > .select2-container--bootstrap4 {
    width: auto !important;
    flex: 1 1 auto !important;
}
*/

.input-group > .select2-container--bootstrap4 .select2-selection--single {
    height: 100% !important;
    /*line-height: inherit !important;*/
}

.ribbon-promocao-right {
	position: absolute;
	background-image: none;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	background-color: #fd699e;
	color: #FFF;
	border-bottom: 2px solid transparent;
}

.ribbon-promocao {
	position: absolute;
	background-image: none;
	border-radius: 10px;
	/*top: -15px;*/
	top: 0px;
	line-height: 100%;
	font-family: "Open Sans", sans-serif;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	background-color: #fd699e;
	color: #FFF;
	/*border-bottom: 2px solid #fc377d;*/
	padding: 10px;
}

.ribbon-promocao.maior {
	font-size: 1.5em;
}

.owl-stage-outer .ribbon-promocao {
	top: 0px;
}

.ribbon-profissional {
	position: absolute;
	background-image: none;
	border-radius: 0px 0px 10px 0px;
	/*top: -15px;*/
	bottom: 0px;
	right: 0px;
	line-height: 100%;
	font-family: "Open Sans", sans-serif;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	/*background-color: #fd699e;*/
	color: #686793;
	border-bottom: 2px solid #fc377d;
	padding: 4px 6px 4px 4px;
}

.ribbon-profissional.maior {
	font-size: 1.5em;
}

.owl-stage-outer .ribbon-profissional {
	bottom: 0px;
}

.ribbon-profissional-block {
    background-image: none;
    /* border-radius: 0px 0px 10px 0px; */
    line-height: 100%;
    font-family: "Open Sans", sans-serif;
    text-shadow: none;
    display: block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 0.9em;
    background-color: #fd699e;
    color: #FFF;
    /* border-bottom: 2px solid #fc377d; */
    padding: 10px;
}

.conteudo, .product-details, .product-name {
	word-break: break-word;
}

a.text-line-through, a.text-line-through:hover {
	text-decoration: line-through;
}

.saiba-mais-txt {
    font-size: 18px;
    text-decoration: underline;
}

a.text-underline {
	text-decoration: underline;
}

.dialog.no-padding {
	padding: 0;
}

.slider-container-lp {
	/*height: 500px;*/
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

@media (max-width: 767px) {
	div.shop table.cart th.product-quantity, div.shop table.cart td.product-quantity {
		display: table-cell;
	}
}

.produtos-preco-border, .produto-grid-border, .carrinho-oferta-border {
	padding: 4px;
	border: 1px solid #686793;
	border-radius: 10px;
}
.carrinho-oferta-border {
	padding: 8px;
}
.produtos-preco-border.start-border {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	border-right: 0;
}
.produtos-preco-border.start-border.un {
	/*padding-left: 8px;*/
	width: 54px;
}
.produtos-preco-border.continue-border {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	
	border-right: 0;
}
.produtos-preco-border.continue-border.preco, .produtos-preco-border.start-border.preco {
	padding-right: 0;
}
.produtos-preco-border.end-border {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	border-left: 0;
}
.produtos-preco-border.end-border.ast {
	padding-top: 2px;
	padding-left: 0;
	color: #686793;
}
.produtos-preco-border.tema1, .produto-grid-border.tema1, .carrinho-oferta-border.tema1 {
	background: #676a91;
	color: #ffffff;
}
.produtos-preco-border.tema2, .produto-grid-border.tema2 {
	background: #b7d5fa;
	color: #ffffff;
}
.produtos-preco-border.tema3, .produto-grid-border.tema3 {
	background: #ecf5fd;
	color: #686793;
}
.produtos-preco-border.tema4, .produto-grid-border.tema4 {
	color: #686793;
}

.dropdown-menu.precosnew {
	border: 0;
	padding: 0;
	margin-top: 0;
}

.produtos-list-margin {
	margin-bottom: 32px;
}

.produto-grid-border {
	border-radius: 20px;
}
.produto-grid-border.start-border {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	border-bottom: 0;
}
.produto-grid-border.continue-border {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
	border-bottom: 0;
}
.produto-grid-border.end-border {
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	border-top: 0;
}

.hr-produto-grid {
	background: #686793;
}

.produto-grid-border.area1 {
	padding-top: 8px;
}

.produto-grid-border.area2 {
	padding-top: 0;
    padding-right: 16px;
    padding-left: 16px;
}

.produto-grid-border.area3 {
	/*padding-bottom: 2px;*/
    padding-right: 16px;
    padding-left: 16px;
}

.produto-grid {
	margin-bottom: 16px;
}

.nav-tabs.produto-tabs .nav-item .nav-link {
	border-radius: 5px;
	padding: 8px 20px 8px 20px;
}

.nav-tabs.produto-tabs .nav-item .title-tabs {
	font-size: 14px;
}

#descricao .tab-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
	border: 0;
	padding: 8px 8px 0 0;
}

.nav-tabs.produto-tabs > .nav-item > .nav-link {
	color: #686793;
}

#descricao .tab-content::-webkit-scrollbar {
	width: 10px;
	background: rgba(204, 204, 204, 0.5);
}
#descricao .tab-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #b7d5fa;
}

.nav-tabs.produto-tabs {
	border-bottom: 0;
}

.owl-carousel.dots-topo .owl-dots {
	top: 8%;
    position: absolute;
    width: 100%;
    margin-top: 0;
}

.owl-carousel.dots-morphing.dots-topo .owl-dots .owl-dot span {
	width: 60px;
	height: 4px;
}

.owl-theme.dots-topo .owl-dots .owl-dot span {
    background-color: rgb(255 255 255 / 50%);
}

.owl-carousel.dots-morphing.dots-topo .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing.dots-topo .owl-dots .owl-dot:hover span {
	width: 80px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: rgb(253 105 158 / 50%);
}

#descricaoMobile .card-header .accordion-toggle {
	padding-left: 16px;
	/* para o chevron centrar neste componente e não em todo o card */
	position: relative;
}

#descricaoMobile .card-body {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
	padding: 12px;
}

#descricaoMobile .card-body::-webkit-scrollbar {
	width: 10px;
	background: rgba(204, 204, 204, 0.5);
}
#descricaoMobile .card-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #b7d5fa;
}

#descricaoMobile.accordion .card-header a {
	color: #686793;
}

#descricaoMobile .card-header .accordion-toggle:before {
	content: " ";
	position: absolute;
	top: calc(50% + 1px);
	right: 14px;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 8px;
	height: 8px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.3s, top 0.3s;
	transform: rotate(-45deg) translate3d(0, -50%, 0);
	transform-origin: 35%;
}

#descricaoMobile .card-header .accordion-toggle.collapsed:before {
    top: calc(50% - 8px);
    transform: rotate(135deg);
}

@media (max-width: 575px) {
	.produto-grid:nth-child(odd) {
		padding-right: 5px;
		margin-bottom: 10px;
	}

	.produto-grid:nth-child(even) {
		padding-left: 5px;
		margin-bottom: 10px;
	}

	.produto-grid-border.area2 {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.produto-grid-border.area3 {
		padding-right: 8px;
		padding-left: 8px;
	}
}

/* sm */
@media (min-width: 576px) {
}

/* md */
@media (min-width: 768px) {
	.produto-grid-border.area2 {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.produto-grid-border.area3 {
		padding-right: 8px;
		padding-left: 8px;
	}

	.produto-grid {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}

/* lg */
@media (min-width: 992px) {
	/*.produto-grid-border.area2 {
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.produto-grid-border.area3 {
		padding-right: 16px;
		padding-left: 16px;
	}*/

	.produto-grid {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 16px;
	}
}

/* xl */
@media (min-width: 1200px) {
	/*.produto-grid-border.area2 {
		padding-right: 32px;
		padding-left: 32px;
	}
	
	.produto-grid-border.area3 {
		padding-right: 32px;
		padding-left: 32px;
	}*/

	/*.produto-grid:nth-child(odd), #precos {
		padding-left: 60px;
	}

	.produto-grid:nth-child(even), #precos {
		padding-right: 60px;
	}*/

	.produto-col-right {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.produto-preco-ast {
	position: relative;
	bottom: 6px;
}

.hr-entrega-oferta {
	height: 2px;
}

.modalPPVan .modal-title {
	font-size: 18px;
}

.container {
    max-width: 1600px;
    /*box-sizing: content-box;*/
}

#header .header-top {
	min-height: 30px;
	align-items: start;
}

.simple-search .form-control.bigheader, .simple-search .input-group-append.bigheader {
	border: 0;
	background: #f1f1f1;
}

.simple-search-left .form-control {
    border-radius: 0 1.3rem 1.3rem 0;
    border: 2px solid #AAD7FF;
    border-left: 0;
}

.simple-search-left .input-group-prepend {
	border-radius: 1.3rem 0 0 1.3rem;
    border: 2px solid #AAD7FF;
    border-right: 0;
}

#videosUtilizar.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

#videosUtilizar.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.bg-ofertas-1 {
	background-color: #fff4f8;
}

.bg-ofertas-2 {
	background-color: #eff6fd;
}

.bg-ofertas-3 {
	background-color: #fbfbfb;
}

.ofertas-img-list {
	max-height: 100%;
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		font-family: "Roboto", sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;

		padding: 0;
		/*padding: 14px 16px;*/
		/*padding: 8px 12px;*/
		
		margin: 0;
		min-height: 0;
		/*height: auto;*/
	}

	#header .header-nav.header-nav-links nav > ul > li > a.pad-adjust
		, #header .header-nav.header-nav-links nav > ul > li:hover > a.pad-adjust
		, #header .header-nav.header-nav-line nav > ul > li > a.pad-adjust
		, #header .header-nav.header-nav-line nav > ul > li:hover > a.pad-adjust {
		/*padding: 14px 16px;*/
		padding: 0 4px;
	}

	#header .header-nav.header-nav-links nav > ul > li > a > span.pad-adjust-inner
		, #header .header-nav.header-nav-links nav > ul > li:hover > a > span.pad-adjust-inner
		, #header .header-nav.header-nav-line nav > ul > li > a > span.pad-adjust-inner
		, #header .header-nav.header-nav-line nav > ul > li:hover > a > span.pad-adjust-inner {
		padding: 8px 12px;
	}

	#header .header-nav-main nav > ul > li {
		height: auto;
		margin-left: 0;
	}
	
	#header .header-nav-main nav > ul > li:not(.promocoes):not(.ofertas) {
		margin: 12px;
    }

	.badge-desc span.pad-adjust-inner {
		border-radius: 10px;
	}
	
	.badge-desc.promocoes span.pad-adjust-inner {
		background: #fe77a6;
	}
	.badge-desc.ofertas span.pad-adjust-inner {
		background: #6394ec;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-bottom: 1px solid #f7f7f7;
		color: #777;
		font-size: 0.8em;
		font-weight: 400;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		letter-spacing: -0.5px;

		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:last-child > a {
        border-bottom: 1px solid #f7f7f7;
	}
	
	.dropdown-mega-grid {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (max-width: 991px) {
    /*#header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
	}*/

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0;
	}

	#header .header-nav-main nav > ul div.dropdown-mega-grid li {
        border-bottom: 1px solid #e8e8e8;
    }

	#header .header-nav-main nav > ul div.dropdown-mega-grid:last-child li {
        border-bottom: 0;
    }

	.badge-desc.promocoes {
		background: #fe77a6;
	}
	.badge-desc.ofertas {
		background: #6394ec;
	}
}

#header .header-btn-collapse-nav {
    background: none;
    margin: 0 16px 0 0;
    font-size: 34px;
    padding: 0;
}

.mobile-menu-opened .header-btn-collapse-nav .fa-bars:before {
    content: "\f00d";
}

/* ao ativar esta regra, em desktop, ao andar para baixo e fazer o sticky, ele faz skip de altura */
/*#header {
	height: auto !important;
}*/

.bg-6 {
	background: #eff6fd;
}

.bg-7 {
	background: #fff1f6;
}

.card-border-rounded {
	border-radius: 15px;
}

.inscricao-border-rounded {
	border: 2px solid transparent;
	border-color: #fd699e #fd699e #fc377d;
	border-radius: 15px;
}

.inscricao-border-rounded.second {
	border-color: #77bfff #77bfff #44a7ff;
}

.inscricao-border-rounded.third {
	border-color: #898de7 #898de7 #5f64de;;
}

#vendCliSwitch a {
	font-weight: bold;
}

.sticky-header-active #vendCliSwitch {
	display: none;
}

.lang-dropdown {
	min-width: 0;
	margin-top: 0;
}

.text-body-alt {
	color: #212529;
}

.text-default-alt {
	color: #777;
}

.langs a.active {
	color: #6394ec;
}

.langs a:hover {
    color: #c3e3ff;
}

.h1-h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #686793;

    letter-spacing: normal;
    line-height: 100%;
    text-transform: none;
}

.h1-h4 {
    font-size: 24px;
    /*line-height: 28px;*/
}

@media (max-width: 767px) {
    .h1-h4 {
        font-size: 16px;
        /*line-height: 19px;*/
    }
}

#filtra .card {
	border: 0;
	/*background-color: #fbfbfb;*/
	background-color: #eaf1fc;
}

#filtra .card-header {
	/*background-color: #fbfbfb;*/
	background-color: #eaf1fc;
}

#filtra .accordion .card-header a [class*="fa-"] {
	position: absolute;
    top: 9px;
    right: 0;
    font-size: 14px;
}

#filtra .form-control {
    border-color: rgba(0, 0, 0, 0.09);
}

#filtra .accordion .card-header a {
	color: #686793;
}



@media (min-width: 992px) {
	html.side-panel .side-panel-wrapper {
		position: relative;
		transform: none;
		width: auto;
		height: auto;
		background: none;
		padding: 0 15px 0 15px;
		box-shadow: none;
		overflow-y: visible;
		z-index: auto;
	}
}

@media (max-width: 991px) {
	html.side-panel .side-panel-wrapper {
		top: 12vh;
		width: 90%;
		height: 88vh;
		max-width: none;
	}
}

@media (max-width: 991px) {
    #header .header-nav-main nav {
		/*max-height: 65vh;*/
		max-height: 60vh;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		font-size: 1.5rem;
	}
	
	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down:before {
		content: "\f054";
	}

	html:not(.mobile-menu-opened) #header .header-nav-main .famFooter {
		display: none !important;
	}

	/* para casos em que estamos em subfamília, vamos para desktop, e voltamos a mobile */
	#header .header-nav-main .famHeader:not(.show), html:not(.mobile-menu-opened) #header .header-nav-main .famHeader, html:not(.mobile-menu-opened) #header .header-nav-main .mobileSearchHeader {
		display: none;
	}

	html.mobile-menu-opened #header #pesqHeader, html.mobile-menu-opened #header #pesqHeaderShort {
		display: none !important;
	}
}

/*#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.color-text-2 {
    color: #353762;
}*/

/**
 * begin slide nav
 * */
@media (max-width: 991px) {
	#header .header-nav.header-nav-links-vertical-slide-custom nav ul li.dropdown .dropdown-menu {
        /*display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 50% !important;*/
        left: 100%;
        /*padding: 0;
        margin: 0 !important;
        opacity: 1;
        border-top: none;
        box-shadow: none;*/
		/*transform: translate3d(0, -50%, 0) !important;*/
		
		/*position: absolute;*/
		position: fixed;
		top: 0;
		width: 100%;
	}

	#header .header-nav.header-nav-links-vertical-slide-custom nav ul li ul.dropdown-menu {
		visibility: hidden;
	}
	
	#header .header-nav.header-nav-links-vertical-slide-custom nav ul {
        transform: translate3d(0, 0, 0);
        transition: ease all 300ms;
	}
	
	#header .header-nav.header-nav-links-vertical-slide-custom nav ul.next-menu {
		transform: translate3d(-100%, 0, 0);
	}

	#header .header-nav.header-nav-links-vertical-slide-custom nav ul li.back-button > a {
		cursor: pointer;
		background: transparent;
	}

	#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
		margin-left: 0;
	}

	/*#header .header-nav-main {
		border-bottom: 1px solid transparent;
		border-bottom-color: rgba(234, 234, 234, 0.5);
    	box-shadow: 0 20px 3px rgba(234, 234, 234, 0.5);
	}*/

	#header .header-nav-main .famFooter {
		border-bottom: 1px solid transparent;
		border-bottom-color: rgba(234, 234, 234, 0.5);
    	box-shadow: 0px 5px 5px 0px rgb(131 131 131 / 0.5);
	}
} /* @media (max-width: 991px) */
/**
 * end slide nav
 * */

/*	Slider - */
.ui-slider.ui-widget-content {
	background: #ebebeb;
	border: none;
}

/*	Sliders - Horizontal */
.ui-slider-horizontal {
	height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
}

/*	Sliders - Vertical */
.ui-slider-vertical {
	display: inline-block;
	width: 6px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -7px;
}

/*	Sliders - Modern Style */
.slider-modern.ui-slider {
	height: 3px;
	margin-bottom: 15px;
}

.slider-modern.ui-slider .ui-slider-handle {
	top: -4px;
	width: 10px;
	height: 10px;
	border: none;
}

.slider-modern.ui-slider .ui-slider-range {
	height: 3px;
}

/*	Sliders - UI Handle */
.ui-slider .ui-slider-handle {
	background: #d9d9d9;
	border: 6px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.ui-slider .ui-slider-handle:hover {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*	Sliders - UI Handle (Fix Windows Mobile Devices) */
.ui-slider .ui-slider-handle {
	touch-action: none;
}

/*	Sliders - Range */
.ui-slider .ui-slider-range {
	background: #d9d9d9;
}

/*	Sliders - Contextual */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #CCC;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: linear-gradient(#e6e6e6 0, #CCC 50%, #b3b3b3 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to right, #e6e6e6 0, #CCC 50%, #b3b3b3 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
	background: #47a447;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
	background-image: linear-gradient(#63bb63 0, #47a447 50%, #388038 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
	background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
	background: #ed9c28;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
	background-image: linear-gradient(#f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
	background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
	background: #d2322d;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
	background-image: linear-gradient(#db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
	background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
	background: #5bc0de;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
	background-image: linear-gradient(#85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
	background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
	/*background: #171717;*/
	background-color: #f4aac4;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
	background-image: linear-gradient(#313131 0, #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
	background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%);
}

html.dark .ui-slider.ui-widget-content {
	background: #21262d;
}


/* slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #0088CC;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to left, #00aaff 0, #0088CC 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to right, #00aaff 0, #0088CC 50%, #006699 100%);
}


.ui-slider .ui-slider-handle {
    border: 0;
}

/*.slider-black .ui-slider-range,
.slider-black .ui-slider-handle {
	background: #000000;
}*/

@media (max-width: 500px) {
	.shop table.cart .quantity {
		margin: 0 0 16px 0;
		width: 85px;
		height: 30px;
	}

	.remover-txt {
		margin-right: 0;
	}

	.shop table.cart .quantity .minus, .shop table.cart .quantity .plus {
		width: 25px;
		height: 30px;
	}

	.shop table.cart .quantity .qty {
		padding: 0 24px;
		width: 85px;
		height: 30px;
	}

	.shop table.cart .p-label {
		font-size: 14px;
	}

	.shop table.cart .product-name {
		line-height: 1.15;
	}

	.shop table.cart .product-name > a {
		font-size: 14px;
	}

	.shop table.cart .product-subtotal .subtotal {
		font-size: 20px;
	}

	.shop table.cart .product-subtotal .unitario, .shop table.cart .product-subtotal .unitario-2 {
		font-size: 12px;
	}

	/*.produto-grid .produto-grid-border > .font-36 {
		font-size: 24px;
	}

	#precos .font-36 {
		font-size: 24px;
	}*/

	#produto-resize .font-36 {
		font-size: 24px;
	}

	#produto-resize .font-24 {
		font-size: 18px;
	}
}

#encomenda #contaForm .control-label, #encomenda #loginForm .control-label {
    color: #686793;
}
