#body-carrinho .body,
#body-checkout .body {
	background-color: #f8f9fd !important;
}

#body-carrinho .main,
#body-checkout .main {
	padding: 75px 0px 0px 0px !important;
}

.row-frete {
	background: #f2f2f2;
	border-radius: 25px;
	padding: 12px;
}

.tabs.tabs-simple .nav-tabs > li .nav-link, 
.tabs.tabs-simple .nav-tabs > li .nav-link:hover, 
.tabs.tabs-simple .nav-tabs > li .nav-link:focus {
	border-bottom: 0px;
	background: #f8f9fd !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-radius: 50px !important;
	padding: 0 !important;
	font-weight: 100 !important;
	border: 2px solid #f1666f;
	z-index: 9;

	pointer-events: none;
	cursor: default;
}

.tabs.tabs-bottom .nav-tabs li a.nav-link.bt-none.p-0.pb-2 p.text-color-dark {
	color: #f1666f !important;
	line-height: 1;
}

.tabs.tabs-bottom .nav-tabs li.active .nav-link, 
.tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, 
.tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom: 0px;
	background: #f1666f !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-radius: 50px !important;
	padding: 0 !important;
	font-weight: 100 !important;
	border: 1px solid #f1666f;
	z-index: 9;
}

.tabs.tabs-bottom .nav-tabs li.active a.nav-link.bt-none.p-0.pb-2 p.text-color-dark {
	color: white !important;
	line-height: 1;
}

.cart-tabs li.active img.icon-abracinho {
	display: block;
}

.cart-tabs li.active img.icon-abracinho-not-active {
	display: none;
}

.cart-tabs li img.icon-abracinho {
	display: none;
}

.cart-tabs li img.icon-abracinho-not-active {
	display: block;
}

.cart-tabs li:nth-child(1)::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #f1666f;
	top: 78%;
	right: 0;
	z-index: 1;
}

.cart-tabs li:nth-child(2)::before,
.cart-tabs li:nth-child(3)::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f1666f;
	top: 78%;
	z-index: 1;
}

.cart-tabs li:last-child::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background: #f1666f;
	top: 78%;
	left: 0;
	z-index: 1;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, 
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, 
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, 
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, 
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, 
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, 
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, 
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {

}

.container-carrinho {
	box-shadow: none;
	border-top: 0 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 25px;
}

.tab-content {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 25px;
}

button.qntd-left.qntd-btn-cart {
	width: 40px !important;
	height: 40px !important;
	padding: 2px 0px 0px 2px !important;
	border: 0px;
	border-radius: 0px !important;
	margin: 0px !important;
	background: #fff;
	color: #20201c;
}

button.qntd-right.qntd-btn-cart {
	width: 40px !important;
	height: 40px !important;
	padding: 2px 0px 0px 2px !important;
	border: 0px;
	border-radius: 0px !important;
	margin: 0 !important;
	background: #fff;
	color: #20201c;
}

.qntd-input {
	width: 40px !important;
	margin: 0 !important;
	line-height: 1.8 !important;
	border: 1px solid #fff; 
}

.pr-quantity {
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

[class*="produto_"] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 45px 0px !important;
}

[class*="produto_"]:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 45px 0px !important;
}

[class*="produto_"]:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0px 0px 0px !important;
}

.btn-rem-prod-cart {
	cursor: pointer;
}

select {
	background-color: #fff;
	border: thin solid #ccc;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.3em 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.row-flex .tab-flex {
	height: 100%;
}

.limit-chars-180px {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}

.span-val-shipping {
	cursor: pointer;
}

/*
* Borders - Animated
*/

.gradient-border {
	position: relative;
	z-index: 0;
	border-radius: 25px;
	overflow: hidden;
}

.gradient-border::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -150%;
	top: -150%;
	width: 400%;
	height: 400%;
	background-color: #399953;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(#f1666f, #f1666f), linear-gradient(#f1666f, #f1666f), linear-gradient(#fcc652, #fcc652), linear-gradient(#fcc652, #fcc652);
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 2s linear infinite;
}

.gradient-border::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	border-radius: 22px;
}

.box-payment {
	background: #fff;
	border-radius: 0;
	border: solid 1px #fff;
	color: #544C4A;
	padding: 0px;
	margin-bottom: 0px;
	float: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

a.link_boleto {
	background: #f1666f;
	border: 1px solid #f1666f;
	padding: 12px 64px;
	border-radius: 25px;
	display: flex;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	line-height: 15px;
}

a.link_boleto:hover {
	background: #fff !important;
	color: #f1666f;
}

#body-checkout .page-content.page-order {
	display: flex;
	justify-content: center;
	border-radius: 25px;
	align-items: center;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
	margin: 25px 0 25px 0 !important;
	padding: 35px;
}

#body-checkout .gradient-border,
.tab-content-instituicoes.gradient-border {
	position: relative;
	z-index: 0;
	border-radius: 25px;
	overflow: hidden;
}

#body-checkout .gradient-border::before,
.tab-content-instituicoes.gradient-border::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -700%;
	top: -700%;
	width: 1500%;
	height: 1500%;
	background-color: #399953;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(#f1666f, #f1666f), linear-gradient(#f1666f, #f1666f), linear-gradient(#fcc652, #fcc652), linear-gradient(#fcc652, #fcc652);
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 2s linear infinite;
}

.tab-content-instituicoes.gradient-border::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	border-radius: 22px;
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.swal2-popup {
	padding: 2em !important;
	border-radius: 25px !important;
	width: 33em !important;
}

.container-frete .row-frete:last-child {
	margin-bottom: 0 !important;
}

#body-checkout .featured-box {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 25px;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
	background-color: #FFF;
	margin: 0px !important;
}

#body-checkout .featured-box .box-content {
	border: 0px !important;
	top: 0;
	background: #f00;
	border-radius: 25px;
}

#body-checkout .outer-margin .control-label {
	color: #20201c !important;
	position: relative !important;
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 5px !important;
	margin-left: 0;
}

.paymentOptions {
	background: #f2f2f2 !important;
	border-radius: 50px !important;
	padding: 18px !important;
	border: 1px solid #f2f2f2 !important;
	height: 56px !important;
	margin-bottom: 12px !important;
	margin-top: 0px !important;
}

.paymentOptions:last-child {
	margin-bottom: 0px !important;
}

.paymentOptions:hover {
	background-color: #f1666f !important;
	border: 1px solid #f1666f !important;
	color: #f8f9fd !important;
}

.paymentOptions.on {
	background-color: #fcc652 !important;
	border: 1px solid #fcc652 !important;
	color: #fff !important;
}

button.btn.btn-outline.btn-light.mb-2.btn-100.text-left.paymentOptions.lnk.paymentOptions_7.on {
	display: block;
}

#body-checkout select.minimal {
	background-image: linear-gradient(45deg, #0000 50%, #eb616d 50%), linear-gradient(135deg, #eb616d 50%, #0000 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 7px 6px, 6px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

#body-checkout .container-cart .container-carrinho .paymentOpt .input-group input {
	border-radius: 25px !important;
	border-color: #e8e8e8 !important;
}

#body-checkout .paymentOpt .form-control {
	border-radius: 25px !important;
}

#body-cadastre_se,
.body-bg-login,
.body-bg-cadastre_se {
	background-color: #f8f9fd !important;
}

.text-color-white {
	color: white !important;
}

.bg-error {
	background-color: #f1666f !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

#registrar-senhas .input-group-text {
	background-color: #fff !important;
	border-color: #e8e8e8 !important;
	border: 1px solid;
	border-left: 0;
	color: #20201c;
}

#radio-cadastrar .radio input[type="radio"]:checked+.radio-label:before {
	background-color: #f1666f !important;
}

#show-hidden-password,
#show-hidden-password-confirm {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

html {
	scroll-behavior: smooth !important;
}

#toast-container > .toast {
	background-image: none !important;
}

#toast-container > .toast-error {
	background-color: #fff !important;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%) !important;
	color: #000 !important;
	border: none !important;
	border-radius: 25px !important;
	opacity: 1 !important;
}

.toast-message {
	line-height: 1;
}

.text-custom-rosa {
	color: #f1666f !important;
}

.botao-cadastrar {
	background-color: #f1666f !important;
	border: 2px solid #f1666f !important;
	text-transform: capitalize;
	font-weight: 100 !important;
	transition: all .3s !important;
	letter-spacing: 1px !important;
	padding: 15px 45px !important;
	border-radius: 50px !important;
}

.botao-cadastrar:hover {
	background-color: transparent !important;
	color: #f1666f !important;
}

#container-registrar-carrinho .texto-carrinho {
	flex-basis: 0 !important;
}

.tabs.tabs-simple .nav-tabs > li .nav-link.background-progresso,
.tabs.tabs-simple .nav-tabs > li .nav-link.background-progresso:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link.background-progresso:focus {
	background-color: #f1666f !important;
	color: #fff !important;
}

.tabs.tabs-bottom .nav-tabs li a.nav-link.bt-none.p-0.pb-2.background-progresso p.text-color-dark {
	color: #fff !important;
}

button.btn-proximo-passo {
	background-color: #f1666f;
	border-color: #f1666f;
	color: #fff;
	font-weight: 100 !important;
	letter-spacing: 1px !important;
	padding: 15px 35px !important;
	font-family: 'amino' !important;
}

button.btn-proximo-passo:hover {
	background-color: #fff;
	border-color: #f1666f;
	color: #f1666f;
}

html .shopseLS02 .buy-button-anchor {
	height: 48px !important;
	font-size: 16px;
	font-weight: 100;
	padding: 12px 12px 9px 12px !important;
	position: fixed;
	width: 275px;
	bottom: 95px;
	left: 50%;
	margin-top: -100px !important;
	margin-left: -137.5px !important;
	line-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	border-radius: 50px !important;
	box-shadow: rgb(0 0 0 / 5%) 0px 3px 3px 0px, rgb(0 0 0 / 5%) 0px 1px 1px -2px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
	opacity: 0;
}

img.img-fluid.img-folder {
	padding: 15px 15px 0px 15px;
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: 50% 50%;
	height: 255px;
}

img.img-dados {
	object-fit: contain;
	object-position: 50% 50%;
	height: 150px;
	margin-bottom: 25px;
	width: auto;
	max-width: 100%;
}

.custom-shape-divider-top-1636228171 {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-top-1636228171 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 100px;
}

.custom-shape-divider-top-1636228171 .shape-fill {
	fill: #F7F8FC;
}

.custom-shape-divider-bottom-1636228300 {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1636228300 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 100px;
}

.custom-shape-divider-bottom-1636228300 .shape-fill {
	fill: #F7F8FC;
}

.owl-testimonials .owl-item .testimonial {
	border: 1px solid #eee;
	border-radius: 50px;
	background: white;
}

@media (max-width: 767px) {
	.owl-testimonials .owl-item .testimonial {
		border: 1px solid #fdc652;
		border-radius: 50px;
		background: white;
	}

	.block-eight .testimonial-primary blockquote {
		margin: 45px 45px;
	}
}

.testimonial .testimonial-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #fff;
	border-radius: 0px;
}

.block-eight .testimonial .testimonial-author img {
	margin-left: 0px;
	padding: 0;
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: 50% 50%;
	height: 255px;
}

.block-eight blockquote {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.testimonial blockquote:before {
	left: -45px;
	top: -25px;
	color: #FFF;
	content: "“";
	font-size: 85px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.custom-shape-divider-bottom-1636299036 {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1636299036 svg {
	background: #f7f8fc;
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 75px;
}

.custom-shape-divider-bottom-1636299036 .shape-fill {
	fill: #F1666F;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #f16770;
}

::-webkit-scrollbar-thumb:hover {
	background: #fcc652;
}

.accordion.accordion-modern .card .card-header {
	background-color: #F7F7F7;
	border-radius: 50px;
}

html #body-login .btn-primary {
	background-color: #eb616d;
	border-color: #eb616d;
	color: #fff;
	border-radius: 50px !important;
	float: right !important;
}

html #body-login .btn-primary:hover {
	background-color: #fff;
	border-color: #eb616d;
	color: #eb616d;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.47rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.6;
	color: #777;
	text-align: center;
	white-space: nowrap;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}

.custom-shape-divider-bottom-1636307432 {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1636307432 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 150px;
}

.custom-shape-divider-bottom-1636307432 .shape-fill {
	fill: #FCC652;
}

.doContinue, .end {
	height: 48px !important;
	float: right !important;
	margin-top: 0px !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 12px !important;
	text-align: center !important;
	background: #f1666f !important;
	color: #fff !important;
	font-weight: 500 !important;
	width: 100% !important;
	border: 1px solid #f1666f !important;
	border-radius: 50px !important;
	margin-bottom: 0px !important;
	font-family: amino-black !important;
	letter-spacing: 1px;
}

.custom-shape-divider-top-1636414146 {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1636414146 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 150px;
}

.custom-shape-divider-top-1636414146 .shape-fill {
	fill: #FEC552;
}

.custom-shape-divider-bottom-1636414412 {
	background: #f7f8fc;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1636414412 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 150px;
}

.custom-shape-divider-bottom-1636414412 .shape-fill {
	fill: #FEC552;
}

.custom-shape-divider-top-1636416558 {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1636416558 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 150px;
}

.custom-shape-divider-top-1636416558 .shape-fill {
	fill: #F7F8FC;
}