/*----------------------------------------
[Master Stylesheet]

Project:	QuickCart – One Page eCommerce Template
Version:	1.0
Primary use:	QuickCart – One Page eCommerce Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Section
5. Product
6. Checkout
7. Form
8. Cart
9. Footer
10. Notification
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Spartan:500,600");
/*==============================
	Common styles
==============================*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html,
body {
	height: 100%;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	background-color: #fbfbfb;
	-webkit-font-smoothing: antialiased;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
	transition: 0.6s;
	cursor: pointer;
}
button:focus {
	outline: none;
}
a {
	transition: 0.6s;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input,
textarea,
select {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
select::-ms-expand {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
::-moz-selection {
	background: #fff;
	color: #373737;
	text-shadow: none;
}
::selection {
	background: #fff;
	color: #373737;
	text-shadow: none;
}
::-webkit-input-placeholder {
	color: rgba(55, 55, 55, 0.7);
	opacity: 1;
}
::-moz-placeholder {
	color: rgba(55, 55, 55, 0.7);
	opacity: 1;
}
:-moz-placeholder {
	color: rgba(55, 55, 55, 0.7);
	opacity: 1;
}
:-ms-input-placeholder {
	color: rgba(55, 55, 55, 0.7);
	opacity: 1;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1030px;
	}
}
.pointer {
	cursor: pointer;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.row--grid {
	position: relative;
}
.row--grid .col-12 {
	transition: 0.6s;
}
.fadex-enter {
	opacity: 0;
}
.fadex-enter-active {
	transition: opacity 0.6s;
	position: relative;
	z-index: 1;
}
.fadex-enter-to {
	opacity: 1;
}
.fadex-leave {
	opacity: 1;
}
.fadex-leave-active {
	transition: opacity 0.6s;
	position: absolute;
	z-index: -1;
}
.fadex-leave-to {
	opacity: 0;
}
.no-padding {
	padding: 0 !important;
}
.no-border {
	border: none !important;
}
/*==============================
	Header
==============================*/
.header {
	position: relative;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	padding-bottom: 100px;
}

.header__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.header__buttons {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	align-items: center;
	padding-bottom: 20px;
}
.header__buttons .direita {
	width: 40%;
	text-align: right;
}
.header__buttons .esquerda {
	display: block;
	width: 40%;
}
@media (max-width: 768px) {
	.header__buttons .direita,
	.header__buttons .esquerda {
		width: 110px;
	}
}
.header__logo {
	display: block;
	text-align: center;
}
.header__logo img {
	max-width: 70px;
	max-height: 70px;
	display: block;
	margin: 10px auto;
}

.header__cart,
.header__search,
.header__user {
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #f0f0f0;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
	transition: 0.6s;
	color: #fff;
	margin-left: auto;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

.header__user {
	margin-right: 10px;
	margin-bottom: 10px;
}

.header__cart:hover i,
.header__search:hover i,
.header__user:hover i {
	color: #fff;
	font-size: 20px;
	transition: 0.6s;
}
.header__cart span,
.header__search span,
.header__user span {
	display: none;
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
}

.header__tagline {
	display: block;
	width: 100%;
	font-size: 13px;
	color: rgba(55, 55, 55, 0.8);
	line-height: 21px;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
}

.header__tagline .col-md-8 {
	text-align: left;
}
@media (max-width: 768px) {
	.header__tagline .col-md-8 {
		text-align: center;
	}
}

.header__tagline table tbody {
	width: 100%;
}

.header__tagline b {
	font-weight: 600;
}
.header__tagline a {
	color: rgba(55, 55, 55, 0.8);
	font-weight: 600;
	transition: all 0.5s;
}
.header__tagline a:hover a:hover {
	font-size: 16px;
}

@media (min-width: 768px) {
	.header__cart {
		width: 120px;
	}
	.header__cart span {
		display: inline-block;
	}
	.header__search {
		width: 110px;
	}
	.header__search span {
		display: inline-block;
	}
	.header__user {
		width: 110px;
	}
	.header__user span {
		display: inline-block;
	}
}
/*==============================
	Section
==============================*/
.section {
	padding: 30px 0 0;
}
.section__title {
	font-family: "Spartan", sans-serif;
	font-weight: 600;
	color: #373737;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 0;
}
.section__text {
	font-size: 16px;
	color: rgba(55, 55, 55, 0.8);
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 25px;
}
.section__text b {
	font-weight: 600;
}
.section__sort {
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
	overflow: auto;
	white-space: nowrap;
}

/*
.section__sort button {
	margin-top: 15px;
	margin-right: 30px;
	font-size: 16px;
	color: #373737;
	border-bottom: 3px dotted transparent;
}
.section__sort button.active {
	border-color: #0f4c81;
	cursor: default;
}
.section__sort button.active:hover {
	color: #373737;
}
.section__sort button:hover {
	color: #0f4c81;
}
*/
@media (min-width: 576px) {
	.section {
		padding: 80px 0 0;
	}
}
@media (min-width: 768px) {
	.section {
		padding: 50px 0 0;
	}
	.section__title {
		font-size: 24px;
	}
}

#catalog {
	padding-top: 0;
}

/*==============================
	Product
==============================*/
.product {
	position: relative;
	display: block;
	/* display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start; */
	height: 385px;
	margin-top: 30px;
	border-radius: 30px;
	background-color: #fdfdfd;
	box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.2),
		-15px -15px 30px 0px rgba(255, 255, 255, 0.8);
	padding: 14px;
}

.product .product__price .preco_de {
	font-size: 70%;
	text-decoration: line-through;
	width: 100%;
	text-align: center;
	margin-top: 0;
	line-height: 20px;
}

/* .product .product__image__text .product__img {
	height: 190px;
} */
.product .product__image__text .oferta {
	position: absolute;
	z-index: 2;
	left: -10px;
	top: -10px;
	max-width: 70px;
	max-height: 70px;
}

@media (max-width: 768px) {
	.product .product__image__text .oferta {
		position: absolute;
		z-index: 2;
		left: -5px;
		top: -5px;
		max-width: 40px;
		max-height: 40px;
	}
}

@media (max-width: 1200px) {
	.product {
		height: 385px;
	}

	.product .product__codigo {
		bottom: 60px;
	}
}

@media (max-width: 768px) {
	.product {
		padding: 10px 0 0 0;
		min-height: 200px;
		height: auto;
		justify-content: flex-start;
	}
	.product .product__price {
		padding-left: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.product .product__price p {
		text-align: left !important;
		font-size: 18px;
		margin-bottom: 0;
		line-height: 20px;
	}
	.product .product__price .preco_de {
		font-size: 50%;
		text-align: center;
	}
	.product .product__codigo {
		display: block;
	}

	.product .product__image__text {
		display: flex;
		padding: 10px;
		width: 100%;
	}
	.product .product__image__text .product__img {
		display: block;
		width: 130px;
		height: 130px;
		margin: 0;
	}

	.product .product__image__text .product__img .quadrado {
		width: 130px;
		height: 130px;
	}

	.product .product__image__text .product__description {
		display: block;
		padding-left: 20px;
		height: 130px;
		width: calc(100% - 130px);
	}

	.product .product__image__text .product__description .product__title {
		height: 70px;
		padding-top: 0;
	}
}
.product__img {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: transparent;
	border-radius: 10px;
	margin-bottom: auto;
	overflow: hidden;
}
.product__img img {
	width: 100%;
	height: auto;
}

.product__title {
	height: 80px;
	position: relative;
	z-index: 2;
	color: #373737;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.product__title a {
	overflow-y: hidden;
	display: block;
}

.product__description {
	height: 170px;
	width: -webkit-fill-available;
}

.product__price {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
	color: rgba(55, 55, 55, 0.8);
	line-height: 100%;
	font-size: 18px;
	font-family: "Spartan", sans-serif;
	font-weight: 800;
	width: 100%;
}

.product__price p {
	padding-right: 34px;
	padding-left: 34px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: column;
	font-size: 14px;
}

.product__price.grande {
	font-size: 12px;
}
@media (max-width: 768px) {
	.product__price {
		font-size: 12px;
	}
}
.product__add,
.product__share {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	line-height: 50px;
	border-radius: 5px 5px 25px 5px;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.1),
		-8px -8px 20px 0px rgba(255, 255, 255, 0.9);
	background-color: #f0f0f0;
	transition: 0.6s;
}
.product__share {
	left: 0;
	border-radius: 5px 5px 5px 25px;
}
.product__add i,
.product__share i {
	color: #fff;
	width: 28px;
	height: auto;
	position: relative;
	z-index: 2;
	transition: 0.6s;
	transform: rotate(0deg);
	font-size: 20px;
	margin-left: 5px;
}
.product__add:hover,
.product__share:hover {
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15), -8px -8px 20px 0px #fff;
}
.product__add:hover i,
.product__share:hover i {
	font-size: 26px;
}

/*==============================
	Checkout
==============================*/
.checkout {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 30px;
	border-radius: 30px;
	background-color: #fdfdfd;
	box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.2),
		-15px -15px 30px 0px rgba(255, 255, 255, 0.8);
	padding: 30px;
}
.checkout__title {
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
	line-height: 100%;
}
/*==============================
	Form
==============================*/
.form__group {
	position: relative;
	z-index: 2;
	margin-top: 15px;
	height: 52px;
	width: 100%;
}
.form__group input {
	width: 100%;
	height: 52px;
	border-radius: 30px;
	background-color: #fdfdfd;
	box-shadow: inset -4px -4px 8px 0px rgba(255, 255, 255, 0.7),
		inset 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
	border: none;
	padding: 0 30px;
	font-size: 14px;
	color: #373737;
	position: relative;
	transition: 0.6s;
}
.form__group input:focus {
	box-shadow: inset -4px -4px 8px 0px rgba(255, 255, 255, 0.8),
		inset 4px 4px 8px 0px rgba(0, 0, 0, 0.07);
}
.form__btn {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 100%;
	border-radius: 30px;
	background-color: #0f4c81;
	box-shadow: 8px 8px 20px 0px rgba(15, 76, 129, 0.3), -8px -8px 20px 0px #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	transition: 0.6s;
}
.form__btn:hover {
	color: #fff;
	box-shadow: 8px 8px 20px 0px rgba(15, 76, 129, 0.4), -8px -8px 20px 0px #fff;
}

.form__btn.disabled {
	background-color: rgb(161, 160, 160) !important;
}

.form__link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 34px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	transition: 0.6s;
	margin-top: 20px;
	border-radius: 30px;
}

.form__link:hover {
	box-shadow: 8px 8px 20px 0px rgba(15, 76, 129, 0.3), -8px -8px 20px 0px #fff;
}

/*==============================
	Cart
==============================*/
.cart {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	border-radius: 30px;
	background-color: #fdfdfd;
	box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.2),
		-15px -15px 30px 0px rgba(255, 255, 255, 0.8);
	padding: 30px;
}

.cart .button_remover {
	padding: 5px 20px;
}

@media (max-width: 768px) {
	.cart {
		padding: 10px;
	}
}

.cart .form__btn {
	padding: 0 20px;
}
.cart__table {
	width: 100%;
	margin-bottom: 15px;
}
.cart__table th {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 100%;
	padding: 0 25px 15px 0;
}
.cart__table th:last-child {
	width: 24px;
	padding: 0 0 15px 0;
}
.cart__table td {
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	padding: 15px 25px 15px 0;
}
.cart__table td:last-child {
	width: 24px;
	padding: 15px 0 0 0;
}

.cart__item__base {
	border-bottom: solid 1px #373737;
}
.cart__img {
	width: 96px;
	height: 54px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	float: left;
}
.cart__img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.cart__delete {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-top: -16px;
}
.cart__delete svg {
	stroke: rgba(55, 55, 55, 0.6);
	width: 24px;
	height: auto;
	transition: 0.6s;
}
.cart__delete:hover svg {
	stroke: #0f4c81;
}
.cart__price {
	font-family: "Spartan", sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.cart__info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
}
.cart__total {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.cart__total p {
	font-size: 14px;
	margin-bottom: 10px;
}
.cart__total span {
	font-size: 24px;
	line-height: 100%;
	font-family: "Spartan", sans-serif;
	font-weight: 600;
}
.cart__systems {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 24px;
	color: rgba(55, 55, 55, 0.4);
	width: 100%;
	margin-top: 20px;
}
.cart__systems i {
	margin-right: 15px;
}

.cart__systems i:last-child {
	margin-right: 0;
}
.cart__quantity {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-shadow: inset -3px -3px 6px 0px rgba(255, 255, 255, 0.73),
		inset 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	padding: 0 5px;
}
.cart__quantity button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	color: rgba(55, 55, 55, 0.6);
	font-size: 30px;
	border-radius: 50%;
	background-color: transparent;
}
.cart__quantity button:hover {
	color: #0f4c81;
}
.cart__quantity input {
	height: 48px;
	width: 80px;
	text-align: center;
	font-size: 20px;
	color: #373737;
	border: none;
	/* pointer-events: none; */
	/* cursor: default; */
	background-color: transparent;
}

.cart__quantity input::-webkit-outer-spin-button,
.cart__quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart__quantity input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.cart__empty {
	position: relative;
	margin-bottom: 0;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	background-color: #fdfdfd;
	box-shadow: inset -4px -4px 8px 0px rgba(255, 255, 255, 0.7),
		inset 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	font-weight: 400;
	cursor: default;
}

.cart__empty .form__btn {
	width: auto;
	padding: 20px 40px;
	margin-top: 20px;
}

.cart__systems .form__btn:last-of-type {
	margin-left: 20px;
}

@media (max-width: 576px) {
	.cart__systems {
		flex-direction: column;
	}
	.cart__systems .form__btn {
		padding: 5px 0;
	}
	.cart__systems .form__btn:last-of-type {
		margin-left: 0;
	}
}

@media (min-width: 576px) {
	.cart__systems {
		margin-top: 0;
		width: auto;
	}
}

@media (max-width: 992px) {
	.cart__desktop {
		display: none;
	}
	.cart__mobile {
		display: inline-table;
	}
}
@media (min-width: 992px) {
	.cart__desktop {
		display: inline-table;
	}
	.cart__mobile {
		display: none;
	}
}
/*==============================
	Footer
==============================*/
.footer {
	padding: 60px 0 30px;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
}
.footer__copyright {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 13px;
	color: rgba(55, 55, 55, 0.8);
	font-weight: 400;
	margin-bottom: 0;
	line-height: 20px;
}
.footer__copyright a {
	color: rgba(55, 55, 55, 0.8);
}
.footer__copyright a:hover {
	color: #0f4c81;
}
.footer__copyright span {
	margin-left: 30px;
}
@media (max-width: 576px) {
	.footer__copyright span {
		margin-left: 0;
	}
}
.footer__social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	text-shadow: 0px 0px 10px #fff;
}

.footer__social.col-md-4 {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.footer__social.col-md-4 {
		justify-content: center;
	}
}
.footer__social a {
	margin-right: 20px;
	font-size: 22px;
}
.footer__social a:last-child {
	margin-right: 0;
}
.footer__social a.facebook {
	color: #3b5999;
}
.footer__social a.instagram {
	color: #0f4c81;
}
.footer__social a.instagram i:before {
	background: radial-gradient(
		circle at 30% 107%,
		#fdf497 0%,
		#fdf497 5%,
		#fd5949 45%,
		#d6249f 60%,
		#285aeb 90%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0f4c81;
}
.footer__social a.twitter {
	color: #1da1f2;
}
.footer__social a.whatsapp {
	color: #24cc3a;
}
.footer__social a.maps {
	color: #2467cc;
}
@media (min-width: 576px) {
	.footer {
		padding: 80px 0 50px;
	}
}
@media (min-width: 768px) {
	.footer {
		padding: 30px 0 20px;
	}
	.footer__content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.footer__social {
		margin-top: 0;
	}
}

/*==============================
	Notification
==============================*/
.notices {
	padding: 5px 15px;
}
.notices .toast {
	border-radius: 30px;
	box-shadow: none;
	opacity: 1;
	margin: 10px 0;
}
.notices .toast .toast-text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 52px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 100%;
	color: rgba(55, 55, 55, 0.8);
}
.notices .toast-success {
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
	background-color: #f0f0f0;
}
@media (min-width: 992px) {
	.notices {
		padding: 30px 40px;
	}
}

/******************
 *     SHARE      *
 ******************/
.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block;
}
.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;

	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: middle;
	font-size: 20px;
	margin-top: -5px;
}
.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none;
}
.resp-sharing-button--twitter {
	background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
	background-color: #2795e9;
}
.resp-sharing-button--facebook {
	background-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
	background-color: #2d4373;
}
.resp-sharing-button--email {
	background-color: #777;
}
.resp-sharing-button--email:hover {
	background-color: #5e5e5e;
}
.resp-sharing-button--whatsapp {
	background-color: #25d366;
}
.resp-sharing-button--whatsapp:hover {
	background-color: #1da851;
}
.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
	color: #fff;
	font-weight: bold;
}
.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
	color: #fff;
	font-weight: bold;
}
.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
	color: #fff;
	font-weight: bold;
}
.resp-sharing-button--whatsapp {
	background-color: #25d366;
	border-color: #25d366;
}
.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1da851;
	border-color: #1da851;
	color: #fff;
	font-weight: bold;
}

/*==============================
	EFFECTS
==============================*/
/* Ripple effect */
.ripple {
	background-position: center;
	transition: background 0.8s;
}
.ripple:hover {
	background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%)
		center/15000%;
}
.ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
}

/* Rotate */
@media (min-width: 992px) {
	.hover_image figure img {
		-webkit-transform: rotate(15deg) scale(1.4);
		transform: rotate(15deg) scale(1.4);
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hover_image figure:hover img {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}

/*==============================
	MODAL
==============================*/

.modal-dialog {
	min-width: 80%;
	max-height: 90vh;
	display: flex;
}

.modal-content {
	border-radius: 30px;
	background-color: #f0f0f0 !important;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	top: 0;
}

.modal-content .close__dialog {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 0px;
	z-index: 10;
	font-size: 50px;
	margin-top: 10px;
	background-color: #fff;
}

.modal-content .share__dialog {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	top: 65px;
	z-index: 10;
	font-size: 30px;
}

.modal-footer {
	padding: 0;
	justify-content: space-between;
	border-top: none;
	background-color: #f0f0f0;
}

.modal-footer.center {
	justify-content: space-around;
}

.modal-footer button {
	margin-top: 5px !important;
	color: #fff !important;
	border-radius: 30px !important;
	border: none !important;
}

.modal-footer .form__link,
.modal-footer .form__btn {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.modal-footer .form__link.pulse {
	color: rgb(118, 118, 118) !important;
}

.modal-footer .form__btn i {
	margin-right: 10px;
}

@media (max-width: 768px) {
	#detalhe_produto_relacionado .detalhes {
		height: calc(100vh - 310px);
	}
	#detalhe_produto_relacionado .modal-body {
		height: calc(100vh - 380px);
	}
	#detalhe_produto_relacionado .modal-dialog {
		max-width: 100%;
	}
	#detalhe_produto_relacionado .modal-header {
		max-width: 100%;
	}
	#detalhe_produto_relacionado .modal-footer {
		display: flex;
		flex-direction: unset;
	}
}

.detalhe_produto .modal-dialog {
	margin: 0 auto;
}

.detalhe_produto .modal-header {
	padding: 0;
	border-bottom: none;
}

.detalhe_produto .section__title {
	margin: 20px 0 10px 0;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.detalhe_produto .detalhes {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	width: inherit;
	height: calc(100vh - 320px);
	max-width: 70%;
}

.detalhe_produto .detalhes .modal-body {
	overflow: auto;
	padding-bottom: 50px;
}

.detalhe_produto .detalhes .product__title {
	padding-top: 0;
}

.detalhe_produto .product__image__text .oferta {
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 5px;
	max-width: 70px;
	max-height: 70px;
}

.detalhe_produto .product__image__text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	width: 100%;
	padding: 10px;
}

.detalhe_produto .product__image__text .product__img {
	width: 30%;
	display: block;
	border-radius: 20px;
	background-color: #fff;
}

.detalhe_produto .product__image__text .product__img .imagem {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.detalhe_produto .product__image__text .product__img .mao {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.detalhe_produto .product__image__text .product__title {
	width: calc(100% - 40px);
	top: 5px;
	font-size: 24px;
	height: auto;
	line-height: 30px;
	min-height: 80px;
	max-height: 90px;
}

.detalhe_produto .product__image__text select {
	margin-bottom: 20px;
}

.detalhe_produto .product__image__text .product__codigo {
	display: block;
	position: relative;
	margin-top: 20px;
	height: auto;
	bottom: 0;
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
}
.detalhe_produto .product__image__text .product__codigo span {
	display: block;
}

.detalhe_produto .product__image__text .product__price {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.detalhe_produto .product__image__text .product__price small {
	font-size: 20px;
}
.detalhe_produto .product__image__text .product__price small span {
	text-decoration: line-through;
}

.detalhe_produto .itens_relacionados {
	width: 98%;
	margin: 0px auto;
	opacity: 0;
}

.detalhe_produto .itens_relacionados.slick-slider {
	opacity: 1;
	margin: 10px;
}
.detalhe_produto .itens_relacionados .slick-slide {
	margin: 10px;
}

.detalhe_produto .itens_relacionados .slick-slide .relacionado:hover {
	-webkit-box-shadow: 0px 0px 5px 3px #ababab;
	box-shadow: 0px 0px 5px 3px #ababab;
}
.detalhe_produto .itens_relacionados .slick-slide .relacionado {
	width: 100%;
	background-color: #fff;
	height: 50px;
	border-radius: 5px;
}

.detalhe_produto .itens_relacionados .slick-slide .relacionado .img {
	float: left;
	height: 42px;
	width: auto;
	max-width: 40%;
}
.detalhe_produto .itens_relacionados .slick-slide .relacionado span {
	display: -webkit-box;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 5px;
	color: #000;
	-webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detalhe_produto .product__price {
	font-size: 30px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	display: contents;
}

.detalhe_produto .product__price .preco_de {
	font-size: 50%;
	text-decoration: line-through;
}

@media (max-width: 768px) {
	/* .detalhe_produto .itens_relacionados.slick-slider {
		margin-top: -13vh;
	} */
	
	#detalhe_produto .modal-dialog {
		min-width: 95%;
		min-height: 80vh;
		max-height: 80vh;
		top: 10vh;
	}

	.detalhe_produto .product__price {
		font-size: 18px;
	}

	.detalhe_produto .modal-header {
		border: none;
	}
	.detalhe_produto .modal-footer {
		padding: 0;
		position: absolute;
		justify-content: space-between;
		bottom: 0;
		width: -webkit-fill-available;
		width: -moz-available;
		width: fill-available;
	}

	.detalhe_produto .detalhes {
		max-width: 100%;
		display: block;
		height: calc(100vh - 370px);
		padding-left: 0;
	}

	.detalhe_produto .detalhes .modal-body {
		display: block;
		padding: 0 0 120px 0 !important;
	}

	.detalhe_produto .product__image__text .product__title {
		width: 100%;
		font-size: 20px;
		line-height: 25px;
		min-height: 30px;
		max-height: 80px;
		text-align: center;
	}

	.detalhe_produto .modal-content {
		padding: 10px;
		height: 90vh;
		overflow-y: hidden;
	}

	.detalhe_produto .product__image__text {
		flex-direction: column;
	}
	.detalhe_produto .product__image__text .product__img {
		min-width: 100%;
	}
	.detalhe_produto .product__image__text .product__img .quadrado {
		max-height: 30vh;
	}
	.detalhe_produto .product__image__text .product__price {
		font-size: 20px;
	}

	.detalhe_produto .itens_relacionados .slick-slide .relacionado {
		height: 42px;
	}
	.detalhe_produto .itens_relacionados .slick-slide .relacionado span {
		font-size: 12px;
	}
}

/*==============================
	Modal LISTAS
==============================*/
.modal-lista .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: solid 1px #dee2e6;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
	transition: 0.6s;
	font-size: 16px;
}
/*
.modal-lista .item:hover {
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
}
*/
.modal-lista .item img {
	width: 50px;
	max-height: 50px;
	margin-right: 20px;
}
.modal-lista .form__link {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*==============================
	Navbar Rolando
==============================*/
#navbar {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

#navbar .navbar-brand {
	color: #fff;
}

#navbar .navbar-brand span {
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}

#navbar .navbar-brand img {
	max-width: 40px;
	height: auto;
}

#navbar .botao {
	color: #fff;
	font-size: 26px;
	margin: 0 10px;
}

#navbar.rolando {
	display: block;
	opacity: 1;
	z-index: 100;
}

#navbar.rolando .container {
	padding: 0;
}

#navbar .busca {
	display: block;
	width: 50%;
}
#navbar .busca input {
	width: 100%;
	height: 32px;
	border-radius: 30px;
	background-color: #fdfdfd;
	box-shadow: inset -4px -4px 8px 0px rgb(255 255 255 / 70%),
		inset 4px 4px 8px 0px rgb(0 0 0 / 5%);
	border: none;
	padding: 0 20px;
	font-size: 14px;
	color: #373737;
	transition: 0.6s;
	margin: 3px;
}

#navbar .botoes {
	margin: 5px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 992px) {
	#navbar .navbar-brand {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	#navbar .navbar-brand span {
		line-height: 20px;
		white-space: initial;
		text-overflow: unset;
		font-size: 16px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 440px) {
	#navbar .busca input {
		width: 160px;
	}
}

/*==============================
	Carregando
==============================*/

#carregando {
	position: fixed;
	z-index: 40000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fbfbfb;
}

#carregando span {
	font-size: 50px;
	text-align: center;
	top: calc(50% - 250px);
	position: absolute;
	width: 100%;
	font-size: 20px;
}

#carregando .imagem {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	top: calc(50% - 80px);
	left: calc(50% - 50px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hide {
	display: none;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 400px;
	height: 400px;
}

.lds-ripple div {
	position: absolute;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 200px;
		left: 200px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 400px;
		height: 400px;
		opacity: 0;
	}
}

/*==============================
	DETALHES
==============================*/

.quadrado {
	position: relative;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.quadrado::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.quadrado.cover {
	background-size: cover;
}

.quadrado > div {
	position: absolute;
	top: 0;
}

select {
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	appearance: auto;
	text-align-last: right;
}

#modal_finalizar .modal-dialog {
	max-width: 700px;
}

#modal_finalizar .modal-body .row {
	margin-top: 10px;
}

#modal_finalizar input,
#modal_finalizar textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px rgb(118, 118, 118);
	margin-bottom: 5px;
}
#modal_finalizar h5 {
	font-size: 1rem;
	margin-bottom: 5px;
	color: rgb(82, 82, 82);
	font-weight: bolder;
}

#modal_finalizar .modal-body {
	margin-top: 10px;
}

#modal_finalizar .cep {
	display: flex;
	justify-content: end;
}

#modal_finalizar .cep a {
	position: absolute;
	right: 18px;
	font-size: 20px;
	bottom: 5px;
	color: #000;
}

#modal_finalizar .cep input {
	padding-right: 30px;
}

.botao_suspenso {
	background-color: #fff;
	padding: 0 15px;
	border-radius: 35px;
	color: #24cc3a;
	position: fixed;
	right: 20px;
	bottom: 30px;
	font-size: 40px;
	z-index: 10;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
}

.botao_suspenso:hover {
	color: #178625;
	font-size: 50px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}

#banners {
	margin-top: -100px;
}

#banners .carousel-inner .carousel-item div {
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#modal_paginas .modal-body,
#modal_grupos .modal-body {
	height: 500px;
	overflow: auto;
}

.section__sort button,
.paginacao_superior button,
.modal .pulse {
	background: #fff;
	border: 2px solid;
	font: inherit;
	line-height: 1;
	margin: 0.5em;
	padding: 0.5em 1em;
	color: var(--color);
	transition: 0.25s;
	border-radius: 10px;
	margin: 10px;
}

.pulse:hover,
.pulse:focus {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
	box-shadow: 0 0 0 2em var(--shadow);
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--color);
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--color);
	}
}

.section__sort button:hover,
.section__sort button:focus,
.section__sort .active {
	border-color: var(--color);
	background-color: var(--color);
	color: #fff;
}

.paginacao_superior button:hover,
.paginacao_superior button:focus,
.paginacao_superior .active {
	border-color: var(--color);
	background-color: var(--color);
	color: #fff;
}

.modal button:hover,
.modal button:focus,
.modal .active {
	border-color: var(--color);
	background-color: var(--color);
	color: rgb(160, 160, 160);
}

figure {
	margin: 0 !important;
}

.grupos {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.grupos .listaGrupos {
	width: 300px;
	padding-right: 10px;
	padding-top: 30px;
	display: inline-block;
}
@media (max-width: 768px) {
	.grupos .listaGrupos {
		width: 200px;
	}
}

.grupos .listaGrupos .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: solid 1px #dee2e6;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
	transition: 0.6s;
	font-size: 16px;
	color: var(--color);
	background-color: #fff;
}

.grupos .listaGrupos .item img {
	width: 50px;
	max-height: 50px;
	margin-right: 20px;
}

.grupos .listaGrupos .item.active {
	background-color: var(--color);
	color: #fff;
}

.grupos .listaProdutos {
	display: inline-block;
	width: -webkit-fill-available;
	width: -moz-available;
}

/* .grupos .listaProdutos .product .product__img {
	height: 190px;
} */

.barra-superior select,
.barra-superior button {
	min-width: 50px;
	border: 2px solid var(--color);
	border-radius: 10px;
	text-align-last: center;
	color: var(--color);
	background: #fff;
	font: inherit;
	line-height: 1;
	margin: 0.5em;
	padding: 1px 1em;
	transition: 0.25s;
	margin: 10px;
	height: 30px;
}

.barra-superior select {
	width: 190px;
	padding: 1px;
}

@media (max-width: 768px) {
	.barra-superior button {
		max-width: 40%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

#app {
	margin-top: -20px;
	padding-top: 20px;
}

.mobile {
	display: none !important;
}
.desktop {
	display: block !important;
}

@media (max-width: 600px) {
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}

	#novo_cadastro .modal-content,
	#modal_finalizar .modal-content {
		height: 90vh;
		display: block;
	}
	#novo_cadastro .modal-content .modal-body,
	#modal_finalizar .modal-content .modal-body {
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0 0 50px 0;
	}

	#novo_cadastro .modal-content .modal-footer,
	#modal_finalizar .modal-content .modal-footer {
		position: fixed;
		bottom: 70px;
		width: calc(100% - 20px);
		z-index: 2;
		left: 10px;
		padding: 0 10px;
		border-radius: 50px;
	}
}
