/* BODY */

body {
	background: #fbfbfb !important;
	padding-bottom: 50px;
}

/* SWALL */

.swal2-icon-success .swal2-title {
	font-weight: 500 !important;
	color: #ffffff !important;
}

.swal2-icon-success {
	box-shadow: 0px 0px 50px #343a4010 !important;
	border-radius: 25px !important;
	padding: 1em 1.5em;
	background: var(--badge-green) !important;
}

.swal2-container {
	overflow: visible !important;
}

.swal2-icon-error .swal2-title {
	font-weight: 500 !important;
	color: #ffffff !important;
}

.swal2-icon-error {
	box-shadow: 0px 0px 50px #343a4010 !important;
	border-radius: 25px !important;
	padding: 1em 1.5em;
	background: var(--badge-red) !important;
}

.swal2-container {
	overflow: visible !important;
}

/* TOPBAR */

section#topbar {
	padding: 30px 0px;
	background: #fbfbfb;
	margin-bottom: 25px;
}

/* TOPBAR > BRAND */

section#topbar .topbar__brand {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

section#topbar .topbar__brand img {
	height: 25px;
}

/* TOPBAR > ICONS RIGHT */

section#topbar .topbar__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

section#topbar .topbar__right object.desktop__icon {
	height: 20px;
}

section#topbar .topbar__right object.mobile__icon {
	height: 32px;
	fill: #000000;
}

/* CHECKOUT */

section#checkout {
	overflow: hidden;
}

section#checkout h1 {
	font-size: 16pt;
	font-weight: 600;
	15px
}

#carrinhoParcelas {
	display: none;
}

#carrinhoBoxDesconto {
	display: none;
}

/* PRODUCT NOTHING */

.product__nothing {
	padding: 50px;
	background: #ffffff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 100px #343a4005;
	margin-top: 30px;
}

.product__nothing p {
	font-size: 10pt;
	font-weight: 300;
	color: #343a40ac;
}

/* PRODUCT ITEM */

.product__item {
	padding: 25px 40px;
	border-radius: 25px;
	border: 1px solid #cccfd9;
	margin-top: 20px;
}

.product__item .prod__content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.product__item .prod__content .prod__thumb {
	width: 90px;
	margin-bottom: 15px;
}

.product__item .prod__content .prod__thumb img {
	height: 90px;
}

.product__item .prod__content p.title {
	font-size: 12pt;
	font-weight: 600;
	margin-bottom: 0px;
	color: #333;
}

.product__item .prod__content p.model {
	font-size: 11pt;
	font-weight: 300;
	margin-bottom: 0px;
	color: #666;
}

/* PRODUCT ITEM > SELECTOR */

.prod__selector {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0px;

	width: 80%;
	padding: 0px 10px;
	border-radius: 20px;
	border: 1px solid #cccfd9;
}

.prod__selector button {
	font-size: 11pt;
	padding: 5px 10px;
	background: transparent;
	border: none;
	color: #999;
}

.prod__selector button.plus {
	font-size: 11pt;
	padding: 5px 10px;
	background: transparent;
	border: none;
	color: #2f80ed;
}

.prod__selector input {
	width: 100%;
	text-align: center;
	font-size: 13pt;
	font-weight: 600;
	background: transparent;
	color: #333;
	height: 40px;
	border: none;
}

/* PRODUCT ITEM > INSTALLMENTES */

.product__item .prod__install {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;

	margin-top: 20px;
}

.product__item .prod__install .install__cc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.product__item .prod__install .install__cc svg {
	font-size: 16pt;
}

.product__item .prod__install .install__cc p {
	margin-bottom: 0px;
	font-size: 11pt;
	font-weight: 700;
	color: #000000;
}

.product__item .prod__install .install__cc p b {
	font-weight: 500;
	color: #4cae79;
	margin-left: 3px;
}

.product__item .prod__install p {
	margin-bottom: 0px;
	font-size: 10pt;
	font-weight: 400;
	color: #666;
}

.product__item .prod__install p b {
	font-weight: 500;
	color: #555;
	margin-left: 3px;
}

/* OBS */

.obs__row {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: stretch;
	margin-top: 25px;
	gap: 10px;
}

.obs__row p.obs {
	font-size: 9pt;
	font-weight: 400;
	color: #909090;
	margin-bottom: 0px;
}

.obs__row p.obs a {
	color: #343a40;
}

/* CART */

.cart {
	background: var(--color-background);
	border-radius: 30px;
	overflow: hidden;
}

.cart .cart__header {
	padding: 18px;
	background: var(--color-black);
	display: flex;
	justify-content: center;
	align-items: center;
}

.cart .cart__header p {
	font-size: 13pt;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0px;
}

.cart .cart__content {
	padding: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 10px;
}

.cart .cart__content .cart__infos {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 20px;
}

.cart .cart__content .cart__infos .info__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.cart .cart__content .cart__infos p.title {
	font-size: 11pt;
	margin-bottom: 0px;
	font-weight: 500;
	color: #444;
}

.cart .cart__content .cart__infos p.value {
	font-size: 12pt;
	margin-bottom: 0px;
	font-weight: 600;
}

.cart hr {
	border-color: #343a4010;
	margin: 10px 0px;
	opacity: 1;
}

.cart__coupons {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 5px;
}

.cart__coupons label {
	font-size: 10pt;
	font-weight: 300;
	color: #666;
}

.cart__coupons .cumpom__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.cart__coupons .message__error {
	font-size: 9pt;
	font-weight: 400;
	margin-top: 5px;
	color: var(--badge-red);
	margin-bottom: 0px;
	line-height: 120%;
	display: none;
}

.cart__coupons .cumpom__row button {
	padding: 10px 0px;
	background: transparent;
	border: none;
	color: #333;
	font-weight: 400;
	font-size: 10pt;
}

.cart__coupons .cumpom__box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;

	padding: 5px 15px;
	border-radius: 50px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
}

.cart__coupons .cumpom__box input {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 10pt;
	font-weight: 400;
	color: var(--color-black);
	height: 35px;
}

.cart__coupons .cumpom__box input::placeholder {
	color: #08080750;
}

.cart__coupons .cumpom__box object {
	width: 25px;
	height: 25px;
}

.cart .cart__content .cart__total {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 5px;
}

.cart .cart__content .cart__total .total__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.cart .cart__content .cart__total p.title {
	font-size: 11pt;
	margin-bottom: 0px;
	font-weight: 500;
	color: #444;
}

.cart .cart__content .cart__total p.value {
	font-size: 14pt;
	margin-bottom: 0px;
	font-weight: 600;
}

.cart .total__install {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: row;
	gap: 5px;
}

.cart .cart__content .cart__total p.desc {
	font-size: 9pt;
	margin-bottom: 0px;
	font-weight: 300;
	text-align: right;
	color: #666;
}

.cart .cart__content .cart__total p.install {
	font-size: 9pt;
	margin-bottom: 0px;
	font-weight: 500;
	text-align: right;
	color: var(--badge-green);
}

button#checkoutButton {
	padding: 15px 0px;
	width: 100%;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 12pt;
	font-weight: 500;
	border-radius: 15px;
	margin-top: 15px;
	transition: all 300ms ease;
	color: #000000 !important;
}

button#checkoutButton svg {
	color: #00000090;
	font-size: .9rem;
}

button#checkoutButton:hover {
	filter: saturate(80%);
}

/* RESPONSIVIDADE */

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

	/* TOPBAR */

	section#topbar {
		padding: 20px 0px;
	}

	/* TOPBAR > BRAND */

	section#topbar .topbar__brand img {
		height: 25px;
	}

	/* BUTTON > CHECKOUT */
	button#checkoutButton {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 75px;
		z-index: 1000;
		border-radius: 0px;
	}

	body {
		padding-bottom: 120px;
	}

	.prod__content {
		justify-content: center !important;
	}

	.prod__install {
		justify-content: center !important;
		align-items: center !important;
	}

	.obs__row p {
		text-align: center;
	}

}