.owl-carousel {
	touch-action: manipulation;
}
body,
.button,
.iq-fancy-box .fancy-content h5,
.our-team .team-content .title,
.our-team-1 .team-content .title,
.iq-blog-detail .blog-title a h5,
.iq-accordion .ad-title,
.iq-contact-box-01 .contact-content h5,
.iq-fancy-box-1 .fancy-content h5,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}
/*---------------------------------------------------------------------
Header
---------------------------------------------------------------------*/
.infos {
	background: #06151c;
	padding: 5px 80px;
}
.infos a {
	color: #fff;
}
.infos a:hover {
	color: #6fbe44;
}
.infos i {
	color: #6fbe44;
}
.infos .info-login {
	border-right: 1px solid #1b3846;
}
.feature-divider {
        border-top: 2px solid black;
        margin: 10px 0;
}
header .navbar {
	padding: 20px 15px;
}
header {
	padding: 0px;
	top: 35px;
}
header.menu-sticky {
	top: 0;
	padding: 0;
}
header.menu-sticky .navbar {
	padding: 5px 0;
}
header.menu-sticky .controls {
	display: none;
}
header.menu-sticky .infos {
	justify-content: center;
	background-color: #000;
}
header.menu-sticky .infos > div {
	text-align: center !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
}
.iq-tranding-Platform .nav-tabs .nav-link span {
	display: block !important;
}
.iq-tranding-Platform .nav-tabs .nav-link {
	width: 50%;
}

header .navbar-light .nav:before {
	content: none;
}
header .navbar-light .nav-item {
	display: flex;
	align-items: center;
	margin: 0;
}
.vertical-line {
  border-right: 1px solid #9f9d9e;
  padding-right: 15px;
  margin-right: 15px;
}
.cart-icon i {
	font-size: 18px;
	transition: 0.2s;
}
.cart-icon:hover i {
	color: #fff;
}

.row-box-custom {
    flex: 100%;
}

.box-right {
    display: flex;
    height: 100%;
    background-color: #f8f9fa;
    flex-direction: column;
    padding: 20px;
}

.box-right .top-container,.box-right .bottom-container{
    display:inline-flex;
    height: auto;
    flex-direction: column;
}

.box-right .bottom-container {
    margin-top: auto;
}

.box-right .box-row {
    display: inline-flex;
    flex-direction: row;
    line-height: 28px;
    padding: 10px;
}

.box-right .top-container .box-row {
    border-bottom: solid 1px rgb(128 128 128 / 9%);
}

.box-right .bottom-container .box-row {
    border-top: solid 1px rgb(128 128 128 / 9%);
}

.box-right .box-row > div {
    display: inline-flex;
    flex: auto;
    justify-content: space-around;
    flex-direction: column;
}

.box-right .box-row .color-two {
    font-size: 20px;
}

.box-right .box-row > div:last-child {
    justify-content: right;
    text-align: right;
}

@media (max-width: 350px) {
	.iq-tranding-Platform .nav-tabs .nav-link span {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	header {
		padding: 0px;
		top: 85px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	header .navbar {
		padding: 0 25px;
	}
}
@media (max-width: 767px) {
	header {
		top: 35px;
	}
	.iq-banner {
		padding: 200px 0 50px;
	}
}
@media (min-width: 768px) {
	header .logo_main {
		height: 50px !important;
	}
	.iq-banner {
		padding: 15% 0 6%;
	}
	.row-box-custom {
        flex: none;
    }
}
@media (max-width: 991px) {
	.infos {
		padding: 5px 10px;
	}

	header .navbar {
		padding: 15px 15px;
	}

	header .navbar-light .nav-item .nav-link {
		color: #fff !important;
	}
	.navbar-light .navbar-toggler {
		color: #6fbe44;
		border-color: #6fbe44;
	}
	header .navbar-light .navbar-nav .nav-link:hover,
	header .navbar-light .navbar-nav .nav-link:focus,
	header .navbar-light .navbar-nav .nav-item.active .nav-link {
		background: #6fbe44;
	}
}
@media (max-width: 1199px) {
	header.menu-sticky .navbar {
		padding: 10px 15px;
	}
}
@media (min-width: 1221px) {
	header .navbar-light .nav-item {
		margin: 0 2px;
	}
}
.selo_abracam {
	display: none;
	z-index: 999;
}
@media (min-height: 700px) and (max-width: 575px) {
	.selo_abracam {
		display: block;
		/*position: absolute;*/
		/*top: 165px;
		margin: auto;
		left: 0;
		right: 0;*/
		/*width: 125px;*/
		height: 50px;
	}
}

@media (min-height: 600px) and (min-width: 576px) and (max-width: 767px) {
	.selo_abracam {
		display: inline-block;
		/*position: absolute;*/
		/*top: 111px;
		margin: auto;
		left: 30px;
		right: unset;*/
		/*width: 125px;*/
		height: 50px;
	}
}

@media (min-height: 650px) and (min-width: 768px) and (max-width: 991px) {
	.selo_abracam {
		display: inline-block;
		/*position: absolute;*/
		/*top: 121px;
		margin: auto;
		left: 30px;
		right: unset;*/
		/*width: 125px;*/
		height: 50px;
	}
}
@media (min-height: 650px) and (min-width: 992px) and (max-width: 1199px) {
	.selo_abracam {
		display: inline-block;
		/*position: absolute;*/
		/*top: 126px;
		margin: auto;
		left: 30px;
		right: unset;*/
		/*width: 125px;*/
		height: 50px;
	}
}

@media (min-height: 650px) and (min-width: 1200px) {
	.selo_abracam {
		display: inline-block;
		/*position: absolute;
		top: 131px;
		margin: auto;
		left: 30px;
		right: unset;*/
		/*width: 125px;*/
		height: 50px;
	}
}
/*---------------------------------------------------------------------
Submenu
---------------------------------------------------------------------*/
.menu li {
	position: relative;
}
.menu ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: left;
	position: absolute;
	top: 50px;
	left: -65px;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}
.menu ul li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
.sub-menu li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.menu ul li a {
	font-size: 12px;
	padding: 10px 15px;
	font-weight: normal;
	display: block;
	color: #1a1a1a;
	background: #fff;
	line-height: normal;
}
.menu ul li a:hover,
.menu ul li:hover > a {
	background: #6fbe44;
	color: #fff;
}
.menu li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.menu ul ul {
	left: 175px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}
.menu li > ul ul:hover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.sub-menu li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.menu .nav-item h5 .nav-link {
	font-size: 20px;
}
@media (max-width: 767px) {
	.menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: none;
	}
	.menu ul ul {
		left: 0;
		transform: none;
	}
}
@media (max-width: 991px) {
	.menu ul {
		width: 225px;
		top: 45px;
		left: -3px;
	}
}
@media (max-width: 1199px) {
	header .navbar-light .nav-item {
		margin: 0;
	}
}

#content-prod {
	width: 330px;
	right: 0;
	position: absolute;
	height: 100%;
	top: 0;
	background-color: #f1f1f1;
}
.aside-prod-op {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #f1f1f1;
}
.img-prod {
	position: relative;
	overflow: hidden;
	height: 145px;
	margin-bottom: 10px;
}
.img-prod img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.abs-aside {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	color: #ffffff;
	left: 0;
	bottom: 0;
}

img-prod img:after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*---------------------------------------------------------------------
                            Search
---------------------------------------------------------------------*/
.iq-search .search-btn {
	padding-left: 5px;
	width: 30px;
	display: block;
	-o-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-ms-transition: color 300ms ease 0s;
	-webkit-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}
.iq-search .search-btn:hover,
.iq-search .search-btn:focus {
	color: #06151c;
}
.iq-search .search-btn span {
	font-size: 0;
}
.iq-search .search-btn:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: bold;
	left: 0;
	text-indent: 0;
	top: 50%;
	margin-top: -9px;
}
.iq-search.search-open .search-btn:before {
	content: "\f00d ";
}
.search-box {
	background: #fff;
	display: block;
	margin: 0;
	opacity: 0 !important;
	padding: 15px;
	position: absolute;
	right: 0;
	top: -9999px !important;
	transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
	visibility: hidden;
	width: 327px;
	z-index: 888;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.iq-search.search-open .search-box {
	opacity: 1 !important;
	top: 50px !important;
	visibility: visible !important;
}
.iq-search .search-box input {
	background: transparent;
	border-radius: 0;
	border: 1px solid #eee;
	padding-left: 15px;
	box-shadow: none;
	color: #666;
}
.iq-search .search-box input:focus {
	background: transparent;
	border: 1px solid #6fbe44;
}
.iq-search i.main {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 27px;
	top: 24px;
}
.iq-search button {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 5px;
	height: 100%;
	top: 0;
	background: none;
	border: none;
}
.iq-search.search-open a:hover i,
.iq-search button:hover {
	color: #6fbe44;
	transition: 0.2s;
}
header.menu-sticky .iq-search.search-open .search-box {
	top: 64px !important;
}

@media (max-width: 991px) {
	.iq-search.search-open .search-box {
		top: 55px !important;
	}
	.iq-search.search-open .search-box {
		top: 54px !important;
	}
	header.menu-sticky .iq-search.search-open .search-box {
		top: 54px !important;
	}
}
@media (max-width: 767px) {
	header .iq-search {
		display: none;
	}
}

/*---------------------------------------------------------------------
Blog
---------------------------------------------------------------------*/
@media (min-width: 992px) {
	.owl-carousel .owl-nav .owl-prev {
		left: -5%;
	}
	.owl-carousel .owl-nav .owl-next {
		right: -5%;
	}
}
/*---------------------------------------------------------------------
                          Footer 2
-----------------------------------------------------------------------*/

.heading-left a {
	color: #fff;
}
.heading-left a:hover {
	color: #6fbe44;
}
.iq-footer-2 {
	border-top: 3px solid #6fbe44;
}
.iq-footer-2 .logo img {
	width: 200px;
}
.iq-footer-2 .small-title {
	margin-bottom: 20px;
}
.iq-footer-2 hr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.iq-footer-2 .iq-contact .blog {
	display: inline-block;
}
.iq-footer-2.gray-footer {
	background: #222;
}
.iq-footer-2 .iq-font-white {
	color: #fff;
}

/*Menu*/
.iq-footer-2 .footer-menu li {
	margin: 0;
}
.iq-footer-2 .footer-menu li a {
	font-weight: 500;
	background: rgba(255, 255, 255, 0);
	padding: 3px 0;
	display: block;
	color: #ffffff;
}
.iq-footer-2 .footer-menu li a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #6fbe44;
	padding: 3px 15px;
}

/*Copyright*/
.iq-footer-2 .iq-copyright,
.iq-footer-2 .iq-copyright a {
	color: #ffffff;
}
.iq-footer-2 .iq-copyright a:hover {
	color: #6fbe44;
}
.iq-footer-2 .footer-bottom {
	background: #000000;
	font-size: 12px;
}

/*Social Media*/
.iq-footer-2 .iq-media-blog {
	margin: 0;
	padding: 0;
}
.iq-footer-2 .iq-media-blog li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0px 4px;
}
.iq-footer-2 .iq-media-blog li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #666666;
	text-align: center;
	border-radius: 50%;
}
.iq-footer-2 .iq-media-blog li a:hover {
	background: #6fbe44;
	border-color: #6fbe44;
	color: #fff;
}

/*---------------------------------------------------------------------
                          WPP
-----------------------------------------------------------------------*/
@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		opacity: 0.3;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.nav-bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-content: flex-end;
	width: auto;
	height: auto;
	position: fixed;
	z-index: 8;
	bottom: 65px;
	right: 0px;
	padding: 5px;
	margin: 0px;
	z-index: 99999;
}
@media (max-width: 360px) {
	.nav-bottom {
		width: 320px;
	}
}
.whatsapp-button {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 50px;
	height: 50px;
	z-index: 8;
	transition: 0.3s;
	margin: 10px;
	padding: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	background-color: #4fce5d !important;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
	-moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
	box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}
.whatsapp-button:focus {
	outline: none;
}
.circle-anime {
	display: flex;
	position: absolute;
	justify-content: center;
	align-content: center;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	transition: 0.3s;
	background-color: #77bb4a;
	animation: pulse 1.2s 4s ease 4;
}
.popup-whatsapp {
	display: none;
	position: absolute;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	height: auto;
	padding: 10px;
	bottom: 85px;
	right: 6px;
	transition: 0.5s;
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	-moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	animation: slideInRight 0.6s 0s both;
}
.popup-whatsapp > div {
	margin: 5px;
}
@media (max-width: 680px) {
	.popup-whatsapp p {
		font-size: 0.9em;
	}
}
.popup-whatsapp > .content-whatsapp.-top {
	display: flex;
	flex-direction: column;
}
.popup-whatsapp > .content-whatsapp.-top p {
	color: #585858;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 1em;
}
.popup-whatsapp > .content-whatsapp.-bottom {
	display: flex;
	flex-direction: row;
}
.closePopup {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	margin: 0px 0px 15px 0px;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #f76060;
}
.closePopup {
	color: white;
	float: right;
}
.closePopup:hover {
	background-color: #f71d1d;
	transition: 0.3s;
}
.send-msPopup {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ffffff;
	margin: 0px 0px 0px 5px;
	border: none;
	outline: none;
	cursor: pointer;
}
.send-msPopup:hover {
	background-color: #f8f8f8;
	transition: 0.3s;
}
.is-active-whatsapp-popup {
	display: flex;
	animation: slideInRight 0.6s 0s both;
}
input.whats-input[type="text"] {
	width: 250px;
	height: 40px;
	box-sizing: border-box;
	border: 0px solid #ffffff;
	border-radius: 20px;
	font-size: 1em;
	background-color: #f8f8f8;
	padding: 0px 0px 0px 10px;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	outline: none;
	transition: 0.3s;
}
@media (max-width: 420px) {
	input.whats-input[type="text"] {
		width: 225px;
	}
}
input.whats-input::placeholder {
	color: rgba(68, 68, 68, 0.705);
	opacity: 1;
}
input.whats-input[type="text"]:focus {
	background-color: #f8f8f8;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	transition: 0.3s;
}
.icon-whatsapp-small {
	width: 24px;
	height: 24px;
}
.icon-whatsapp {
	width: 45px;
	height: 45px;
}
.icon-font-color {
	color: #ffffff;
}
.s-icon-wpp {
	color: #fff;
	font-weight: normal;
	font-size: 29px;
	position: relative;
}

/*---------------------------------------------------------------------
Colors
---------------------------------------------------------------------*/
.form-control {
	/*color: #fff;*/
}
.contact-content a {
	font-weight: 600;
	color: #06151c;
}
.contact-content a:hover {
	color: #6fbe44;
}
.dark-color {
	color: #06151c;
}
.dark-color:before {
	background: #6fbe44 !important;
}
::selection {
	background: #06151c;
	color: #fff;
}
body {
	background-color: #fff;
	color: #232323;
}
.button {
	background-color: #6fbe44;
	border: 2px solid #6fbe44!important;
	transition: all 250ms ease-in-out 0s;
	font-weight: 600;
}
.button i {
	color: #fff;
	transition: all 250ms ease-in-out 0s;
}
.button:hover i,
.button:focus i {
	color: #6fbe44;
}
.button:hover,
.button:focus {
	/*color: #fff !important;*/
	/*background: #06151c;*/
	color: #6fbe44!important;
	background-color: transparent!important;
	border-color: #6fbe44!important;
	outline: none;
}
.light-bg .button:hover,
.light-bg .button:focus {
	color: #06151c !important;
	background: #fff;
	outline: none;
}
.button.bt-white:hover,
.button.bt-white:focus {
	background: #6fbe44;
}
.iq-font-yellow {
	color: #6fbe44;
}
.light-bg,
.iq-banner .iq-countdown {
	background-color: #06151c;
	color: #fff;
}
.bg-card {
	background-color: #5d7078;
}
.yellow-bg {
	background: #6fbe44;
}
a {
	color: #6fbe44;
}
a:hover,
a:focus {
	color: #06151c;
}
.iq-banner .iq-countdown .list-inline li a:hover {
	color: #6fbe44;
}
.loader2,
.loader2 div {
	border-top-color: rgba(111, 190, 68, 1);
}
.button-play {
	background: #6fbe44;
}
.button-play:hover,
.button-play:focus {
	box-shadow: 0 0 1px 15px rgba(111, 190, 68, 0.4),
		0 0 1px 30px rgba(111, 190, 68, 0.1),
		0 0 1px 45px rgba(111, 190, 68, 0.1);
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6fbe44;
}
.iq-progress-bar > span {
	background: #6fbe44 none repeat scroll 0 0;
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-item .nav-link.active {
	color: #6fbe44;
}
header .navbar-light .navbar-nav .nav-link:before {
	content: none;
}
.iq-accordion .ad-title {
	color: #232323;
}
.owl-carousel .owl-nav i:hover,
#back-to-top .top:hover,
.iq-accordion .ad-title:before {
	background: #6fbe44;
}
.timeline__content {
	background-color: #06151c;
	border: 1px solid #06151c;
}
.timeline-nav-button {
	background-color: #6fbe44;
	border: 2px solid #6fbe44;
}
.timeline__item:after {
	background-color: #6fbe44;
}
.iq-font-white {
	color: #fff;
}
header .navbar-light .nav-item .nav-link {
	color: #06151c;
}
.iq-blog-detail {
	background-color: #fff;
}
.blog-content {
	color: #06151c;
}
.iq-blog-detail a:hover,
.iq-blog-detail .blog-title a:hover h5 {
	color: #6fbe44;
}
.iq-blog-detail a {
	color: #2e2e2e;
	font-size: 14px;
}
.iq-blog-meta {
	border-top: 1px solid #cecece;
}
.iq-blog-detail .blog-title a h5 {
	min-height: 85px;
}
#contact {
	color: #fff;
}

header {
	background-color: #fff;
}
header.menu-sticky {
	background-color: #fff;
}
.iq-tranding-Platform .nav-tabs .nav-link {
	background: #06151c;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
	color: #fff;
	background: #6fbe44;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	color: #fff;
	background: #06151c;
}
.iq-tranding-Platform .nav-tabs .nav-link:hover:before,
.iq-tranding-Platform .nav-tabs .nav-link.active:before,
.iq-tranding-Platform .nav-tabs .nav-item.show .nav-link {
	background: #6fbe44;
}
.contact-form .section-field input:focus,
.contact-form .section-field.textarea textarea:focus {
	border: 1px solid #6fbe44;
	background: #6fbe44;
}
.dark-bg {
	background: #06151c;
}
.heading-left .title:before {
	background: #6fbe44;
}

/*Tabs do form*/
.iq-tranding-Platform .nav-tabs .nav-link {
	transition: none;
	font-weight: 600;
}
.iq-tranding-Platform .nav-tabs .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	background: #6fbe44;
	height: 100%;
	/* border-top: 50px solid #06151c; */
	border-top: 56px solid #06151c;
	z-index: 1;
	opacity: 0;
}
.iq-tranding-Platform.inner .nav-tabs .nav-link:after {
	border-top: 50px solid #06151c;
}
/* .iq-tranding-Platform.form-banner .nav-tabs .nav-link:after {
    border-top: 56px solid #06151c;
} */
.iq-tranding-Platform .nav-tabs .nav-link.active:nth-child(2):after {
	left: -40px;
	border-right: 50px solid transparent;
	opacity: 1;
}
.iq-tranding-Platform .nav-tabs .nav-link.active:first-child:after {
	right: -40px;
	border-left: 50px solid transparent;
	opacity: 1;
}
@media (max-width: 475px) {
	.iq-tranding-Platform .nav-tabs .nav-link {
		width: 100%;
	}
	.iq-tranding-Platform .nav-tabs .nav-link:first-child {
		border-top-right-radius: 30px;
	}
	.iq-tranding-Platform .nav-tabs .nav-link:last-child {
		border-radius: 0;
	}
	.iq-tranding-Platform .nav-tabs .nav-link.active:first-child:after,
	.iq-tranding-Platform .nav-tabs .nav-link.active:last-child:after {
		content: none;
	}
	.iq-tranding-Platform .nav-tabs .nav-link:hover:before,
	.iq-tranding-Platform .nav-tabs .nav-link.active:before,
	.iq-tranding-Platform .nav-tabs .nav-item.show .nav-link {
		content: none;
	}
}
/*
@media (min-width: 768px) and (max-width: 992px) {
    .iq-tranding-Platform .nav-tabs .nav-link{
        width: 100%;
    }
    .iq-tranding-Platform .nav-tabs .nav-link:first-child {
        border-top-right-radius: 30px;
    }
    .iq-tranding-Platform .nav-tabs .nav-link:last-child {
        border-radius: 0;
    }
    .iq-tranding-Platform .nav-tabs .nav-link.active:first-child:after,
    .iq-tranding-Platform .nav-tabs .nav-link.active:last-child:after {
       content: none;
    }
    .iq-tranding-Platform .nav-tabs .nav-link:hover:before,
    .iq-tranding-Platform .nav-tabs .nav-link.active:before,
    .iq-tranding-Platform .nav-tabs .nav-item.show .nav-link {
        content: none;
    }
}*/

.nav-tabs .nav-link,
.iq-tranding-Platform .light-bg,
.iq-blog-detail,
.button,
.contact-form .section-field input {
	border-radius: 0 !important;
}
.iq-banner:before {
	background: rgb(0, 0, 0, 0.2);
}
.iq-banner {
	background-size: cover;
	background-repeat: no-repeat;
}

.form-banner {
	position: absolute;
	bottom: 10px;
	height: max-content;
	width: 400px;
	right: 5%;
}
@media (max-width: 991px) {
	.form-banner {
		position: relative;
		bottom: unset;
		right: unset;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.form-banner {
		right: 10%;
		top: 0;
		bottom: -95px;
		margin: auto;
		width: 500px;
	}
}

@media (min-width: 1400px) {
	.main_banner .banner-text {
		left: 10% !important;
	}
	.form-banner {
		right: 10%;
		bottom: 0;
		margin: auto;
		width: 500px;
	}
}

.navbar-nav .nav-link h5,
.iq-search .search-btn {
	color: #06151c;
}

.nav-item.iq-mlr-0 a {
	padding: 5px 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	header .logo_main {
		height: 45px !important;
	}
	.navbar-brand {
		margin-right: 5px;
	}
	.nav-item.iq-mlr-0 a {
		padding: 5px;
		font-size: 14px;
	}
	.menu .nav-item h5 .nav-link {
		font-size: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1220px) {
	.menu .nav-item h5 .nav-link {
		font-size: 18px;
	}
}

/*main slider*/
.main_banner {
	overflow: hidden;
	position: relative;
}
.main_banner .banner_wrap {
	position: relative;
	min-height: 450px;
	height: calc(100vh - 36px);
	max-height: 650px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_banner .banner_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(45deg, black -10%, transparent);
	z-index: -1;
}
.main_banner .banner_wrap:focus {
	outline: none;
}
.main_banner .banner-text {
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 5%;
	height: max-content;
	width: 50%;
}
.main_banner .slick-dots {
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
}
.main_banner .slick-dots li button {
	font-size: 0;
	height: 15px;
	width: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 5px;
	background-color: transparent;
}
.main_banner .slick-dots li.slick-active button {
	border-color: #06151c;
	background-color: #06151c;
}

.main_banner .slick-arrow {
	cursor: pointer;
	transition: 0.2s;
	position: absolute;
	bottom: 25px;
	left: 5%;
	z-index: 1;
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: none;
	font-size: 30px;
	color: #6fbe44;
}
.main_banner .slick-arrow:hover {
	color: #fff;
}
.main_banner .slick-arrow.slick-next {
	margin-left: 45px; /* margin-bottom: 25px;*/
}

/*
.main_banner .slick-arrow:after { content: ""; transition: .2s; position: absolute; left: 0; bottom: 0; width: 40px; background: transparent; height: 100%; z-index: 1; }
.main_banner .slick-arrow.slick-prev:after { border-top: 40px solid #06151c; border-right: 40px solid transparent; }
.main_banner .slick-arrow.slick-prev:hover:after { border-top: 40px solid #fff; }
.main_banner .slick-arrow.slick-next:after { border-bottom: 40px solid #6fbe44; border-left: 40px solid transparent; }
.main_banner .slick-arrow.slick-next:hover:after { border-bottom: 40px solid #fff; }
*/

@media (max-width: 575px) {
	.main_banner .banner-text {
		width: 100%;
		left: 0;
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.main_banner .banner_wrap {
		background-position: top center;
	}
}
@media (min-width: 1200px) {
	.main_banner .banner_wrap {
		max-height: 900px;
	}
	.main_banner .banner-text {
		max-width: 550px;
	}
}

/*nav slider*/
.main-slider-nav {
	position: absolute;
	bottom: 25px;
	right: 5%;
	width: 300px;
	z-index: 1;
}
.main-slider-nav .slick-list {
	padding: 15px 0;
}
.main-slider-nav img {
	margin: 0 10px;
	filter: brightness(0.5);
	transition: 0.4s;
}
.main-slider-nav img:hover {
	filter: none;
	transform: translateY(-10px);
}
.main-slider-nav img:focus {
	filter: none;
	border-radius: 0;
	outline: none;
}
.main-slider-nav img.slick-current {
	filter: none;
	transform: translateY(-10px);
}

button:focus {
	outline: none;
}

@media (max-width: 575px) {
	header .navbar-light .nav {
		display: block;
		top: 90px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
	}
	header .navbar-light .nav .nav-item {
		width: 100%;
		margin: auto !important;
		max-width: 245px;
	}
	header .navbar-light .nav .nav-item a {
		width: 100%;
		text-align: center;
	}
	header .nav-item a#compra-online {
		display: none;
	}
	.voltarCompras {
		flex-direction: column;
	}
	.voltarCompras a, .voltarCompras button {
		flex-grow: 1;
		flex-direction: column;
		width: 100%;
	}
}
header .navbar-collapse {
	z-index: 99999;
}
@media (min-width: 576px) and (max-width: 767px) {
	header .navbar-light .nav {
		display: block;
		margin-right: 40px;
	}
}
@media (max-width: 767px) {
	header .navbar-collapse {
		top: 80px;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-collapse {
		top: 95px;
	}
	.navbar-light .navbar-toggler {
		right: 170px;
	}
}

/*---------------------------------------------------------------------
                   Breadcrumb Inner Page
-----------------------------------------------------------------------*/
.iq-breadcrumb {
	padding: 75px 0 0;
	margin-top: 80px;
}
.iq-breadcrumb h3 {
	margin-bottom: 6px;
}
.iq-breadcrumb .breadcrumb {
	z-index: 99;
	background: none;
	position: relative;
	color: #06151c;
	text-align: center;
	margin-bottom: 0;
	border-radius: 0;
	display: inline-block;
	width: 100%;
}
.iq-breadcrumb nav {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}
.iq-breadcrumb .breadcrumb li {
	display: inline-block;
}
.iq-breadcrumb .breadcrumb li a,
.iq-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	margin-bottom: 0;
}
.iq-breadcrumb .breadcrumb li,
.iq-breadcrumb .breadcrumb li a:hover {
	color: #6fbe44;
}

/*Breadcrumb Left*/
.iq-breadcrumb.text-left .heading-title {
	text-align: left;
}
.iq-breadcrumb.text-left .heading-title .title:before {
	left: 0;
	margin-left: 0;
}
.iq-breadcrumb.text-left .breadcrumb {
	text-align: left;
}

/*Breadcrumb Right*/
.iq-breadcrumb.text-right .heading-title {
	text-align: right;
}
.iq-breadcrumb.text-right .heading-title .title:before {
	right: 0;
	left: inherit;
	margin-left: 0;
}
.iq-breadcrumb.text-right .breadcrumb {
	text-align: right;
}
.heading-title .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background: #ffffff;
	display: inline-block;
}

/*---------------------------------------------------------------------
                               Blog
-----------------------------------------------------------------------*/
.iq-rating {
	display: inline-block;
}
.iq-product {
	border: 1px solid #06151c;
	text-align: center;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.pdt-image .pdt-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 0px;
}
.pdt-image .pdt-icon li {
	display: inline-block;
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.35s ease 0s;
}
.pdt-image:hover .pdt-icon li {
	opacity: 1;
	transform: translateY(0px);
}
.pdt-image:hover .pdt-icon li:first-child {
	transition-delay: 0.1s;
}
.pdt-image:hover .pdt-icon li:nth-child(2) {
	transition-delay: 0.2s;
}
.pdt-image:hover .pdt-icon li:nth-child(3) {
	transition-delay: 0.3s;
}
.pdt-image .pdt-icon li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #6fbe44;
	font-size: 20px;
	color: #ffffff;
	line-height: 50px;
	margin-right: 5px;
	transition: all 0.35s ease 0s;
}
.pdt-image .pdt-icon a:hover {
	background: #ffffff;
	color: #6fbe44;
}
.iq-product .pdt-dec {
	padding: 30px 20px;
	display: inline-block;
	width: 100%;
}
.iq-product .pdt-dec h5 {
	margin-bottom: 5px;
}
.shop-price strong {
	font-size: 18px;
}
.iq-product .pdt-image {
	position: relative;
}
.iq-product .pdt-image img {
	width: 100%;
}
.iq-product .pdt-image:before {
	content: "";
	bottom: 0;
	opacity: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(21, 29, 46, 0.5);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.iq-product:hover .pdt-image:before {
	opacity: 1;
}
.products-page select.form-control {
	background-color: #06151c;
	border: 1px solid #081222;
}
.products-page .form-group {
	width: 50%;
}
.form-group .form-control {
	border-width: 1px;
	border-radius: inherit;
}
.pagination-box ul li {
	display: inline-block;
	padding: 0;
	border-right: 0;
	margin: 4px;
}
.page-item:hover .page-link,
.page-item.active .page-link {
	background-color: #6fbe44;
	border-color: #6fbe44;
	color: #ffffff;
}

.page-item .page-link,
.page-item.disabled .page-link {
	color: #ffffff;
	background-color: #06151c;
	border: 1px solid #1d273e;
}

.page-link {
	color: #06151c;
}
.iq-widget-search .form-control.placeholder {
	border-radius: inherit;
	background: #06151c;
	border: 1px solid #06151c;
}
.pagination-lg .page-link {
	padding: 15px;
	font-size: 20px;
	line-height: 20px;
}

/*---------------------------------------------------------------------
                             Blog - SideBar
-----------------------------------------------------------------------*/
.iq-post-sidebar {
	height: 100%;
}
.iq-sidebar-widget {
	margin-bottom: 40px;
	padding: 20px 0px;
}
.iq-sidebar-widget:last-child {
	margin-bottom: 0;
}
.iq-update_cart {
	width: 100%;
	display: inline-block;
}
.box-cs .button {
	padding: 15px;
}
.form-control {
	border-radius: inherit;
}
.form .input-border {
	padding: 5px;
	text-align: center;
}
.table tr th {
	color: #ffffff;
}
.table td,
.table tr th {
	border-top: solid 1px rgba(128, 128, 128, 0.18);
}
.table .thead-dark th {
	background-color: #202d46;
}

/*widget-menu*/
.iq-widget-menu {
	position: relative;
}
.iq-widget-menu ul li a {
	font-size: 14px;
	display: block;
	color: #ffffff;
	position: relative;
}
.iq-widget-menu i {
	padding-top: 4px;
	position: absolute;
	right: 18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.iq-widget-menu ul li a span {
	padding: 5px 10px 5px 0;
	display: block;
	font-size: 16px;
}
.iq-widget-menu ul li a span:hover {
	text-decoration: none;
	color: #6fbe44;
}
.iq-widget-menu ul li.active {
	border-bottom: none;
}
.iq-widget-menu ul li.hover a {
	color: #6fbe44;
}
.iq-widget-menu ul li.hover a span {
	background: transparent;
	color: #6fbe44;
}
.iq-widget-menu ul ul li a span {
	color: #333333;
}
.iq-widget-menu ul ul li a span:hover {
	color: #6fbe44;
}
.iq-widget-menu ul ul {
	display: none;
	padding-left: 20px;
}
.iq-widget-menu ul ul a {
	display: block;
	color: #333333;
	font-size: 14px;
}
.iq-widget-menu ul ul a:hover {
	color: #6fbe44;
}
.iq-widget-menu ul li.active i {
	transform: rotate(90deg);
}

/*SideBar - Search*/
.iq-sidebar-widget .iq-widget-search {
	position: relative;
}
.iq-sidebar-widget .iq-widget-search input {
	padding-right: 40px;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.iq-sidebar-widget .iq-widget-search button {
	position: absolute;
	right: 8px;
	color: #6fbe44;
	cursor: pointer;
	font-size: 18px;
	top: 0;
	height: 100%;
	background: none;
	border: none;
}

/*SideBar - Posts*/
.iq-sidebar-widget .iq-recent-post {
	margin-top: 20px;
}
.iq-sidebar-widget .iq-recent-post .media-body > a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #06151c;
	margin-bottom: 5px;
}
.iq-sidebar-widget .iq-recent-post .media-body > a:hover {
	color: #6fbe44;
}
.iq-sidebar-widget .iq-recent-post .media-body span {
	color: #666666;
}
.iq-sidebar-widget .iq-recent-post .media-body span .fa {
	color: #6fbe44;
	margin-right: 5px;
}

/*SideBar - Tags*/
.iq-tags li {
	padding-left: 2px;
	display: inline-block;
	padding-right: 2px;
	margin: 0 0 15px;
}
.iq-tags li a {
	background: transparent;
	color: #06151c;
	padding: 4px 8px;
	border: 1px solid #06151c;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.iq-tags li a:hover {
	border-color: #6fbe44;
	background: none;
	color: #6fbe44;
}

/* Meta - SideBar */
.iq-widget-archives {
	padding-left: 0;
}
.iq-widget-archives li {
	margin: 10px 0;
}
.iq-widget-archives li a {
	color: #666;
}
.iq-widget-archives li a i {
	font-size: 16px;
	margin-right: 5px;
}
.iq-widget-archives li a:hover {
	margin-left: 5px;
	color: #6fbe44;
}

.blog-share-icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #06151c;
	background: transparent;
	border: 1px solid #06151c;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	margin: 0px 2px;
}
.blog-share-icon a:hover {
	background: #6fbe44;
	border-color: #6fbe44;
	color: #fff;
}

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-bg {
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;*/
}
.iq-bg-fixed {
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed !important;*/
}
/*---------------------------------------------------------------------
                                jarallax
---------------------------------------------------------------------*/
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover; /* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: "object-fit:cover; ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*---------------------------------------------------------------------
                            Contact 2
-----------------------------------------------------------------------*/
.contact-2 input,
.contact-2 textarea {
	width: 100%;
	box-shadow: none;
	border: none;
	outline: none;
}
.contact-2 input::-webkit-input-placeholder,
.contact-2 textarea::-webkit-input-placeholder {
	color: #fff;
}

.contact-2 textarea {
	min-height: 100px;
}
.contact-2 textarea:focus,
.contact-2 select:focus {
	background: #6fbe44;
	box-shadow: none !important;
	border: 0 !important;
	outline: none;
}
/* .contact-2 select option { background: #06151c; } */
.contact-2 .contact-form input,
.contact-2 textarea,
.contact-2 select {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	padding-left: 15px;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	color: #fff;
	border-radius: 0px;
	background: #6fbe44;
	border: none;
}
.contact-2 .iq-map {
	margin-bottom: -6px;
}
.contact-2 .iq-map iframe {
	border: 0px;
	width: 100%;
	height: 350px;
	z-index: 1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact-2 #formmessage {
	display: none;
}
.contact-2 .contact-box i {
	font-size: 36px;
	vertical-align: middle;
}

.contact-form .section-field select {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
	clear: both;
	color: #fff;
	border: none;
	background: #6fbe44;
	outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.iq-contact-box-01 .iq-icon {
		float: none;
		margin-bottom: 10px;
	}
}

.grecaptcha-badge {
	z-index: 999;
}

/*---------------------------------------------------------------------
                           Faqs
-----------------------------------------------------------------------*/
.iq-faqs .card {
	margin-bottom: 10px;
	border-radius: 0px;
	overflow: hidden;
	border: none;
}
.iq-faqs .card-header {
	transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	padding: 0;
	background-color: inherit;
	border-bottom: none;
}
.iq-faqs .card-body {
	padding: 15px;
	background: #06151c;
}
.iq-faqs .card-header a,
.iq-faqs .card-header a:hover {
	padding: 15px;
	display: inline-block;
	color: #ffffff;
	background-color: #6fbe44;
	width: 100%;
}
.iq-faqs .card-header .collapsed {
	color: #06151c;
	background-color: #fff;
	border: 2px solid #6fbe44;
}
.iq-faqs .card-header a:after {
	font-family: "ionicons";
	content: "\f462";
	float: right;
	font-size: 20px;
}
.iq-faqs .card-header a.collapsed:after {
	content: "\f489";
}
.faqs-link {
	padding: 0;
	margin: 0;
}
.faqs-link li a {
	background: #6fbe44;
	padding: 10px 10px 10px 15px;
	width: 100%;
	display: inline-block;
	margin-bottom: 6px;
	color: #fff;
}
.faqs-link li a:hover,
.faqs-link li a.active {
	background: #06151c;
	color: #ffffff;
}
.iq-faqs .card-body p {
	color: #fff;
}

.card-body.show.active a:hover {
	color: #fff;
}

/*---------------------------------------------------------------------
Products
---------------------------------------------------------------------*/
.iq-tranding-Platform .nav-tabs .nav-link i {
	font-size: 30px;
}
.iq-fancy-box {
	margin-bottom: 75px;
	background: #06151c;
	color: #fff;
	border: 1px solid #6fbe44;
	transition: 0.2s;
}
.iq-fancy-box:hover {
	border: 1px solid #06151c;
}

.iq-fancy-box .fancy-icon img {
	margin-top: 0;
	width: 35%;
	/*max-width: 150px;*/
}
.iq-fancy-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 35px;
}
.iq-fancy-box .fancy-content h5 {
	color: #6fbe44;
	margin: 3px;
}
.iq-fancy-box .fancy-content {
	color: #06151c;
}

@media (min-width: 576px) {
	.iq-fancy-box {
		height: 360px;
	}
}
@media (min-width: 768px) {
	.iq-fancy-box {
		height: 330px;
	}
}
@media (min-width: 992px) {
	.iq-fancy-box {
		height: 340px;
	}
}

/*Página de produtos*/
@media (min-width: 576px) {
	#product-page .iq-fancy-box .fancy-icon img {
		max-width: 78px;
	}
	#product-page .fancy-content p {
		height: 160px;
	}
	#product-page .fancy-content h5 {
		height: 58px;
	}
	#product-page .iq-fancy-box {
		height: 440px;
	}
}
@media (min-width: 768px) {
	#product-page .iq-fancy-box .fancy-icon img {
		max-width: 100%;
	}
	#product-page .fancy-content p {
		height: 130px;
	}
	#product-page .iq-fancy-box {
		height: 430px;
	}
}
@media (min-width: 992px) {
	#product-page .iq-fancy-box {
		height: 415px;
	}
}
@media (min-width: 1200px) {
	#product-page .iq-fancy-box {
		height: 440px;
	}
}

/*Página de Lojas/Parceiros*/
@media (min-width: 576px) {
	#product-others .iq-fancy-box .fancy-icon img {
		max-width: 78px;
	}
	#product-others .fancy-content h5 {
		height: 58px;
	}
	#product-others .iq-fancy-box {
		height: 200px;
	}
}
@media (min-width: 768px) {
	#product-others .iq-fancy-box .fancy-icon img {
		max-width: 100%;
	}
	#product-others .iq-fancy-box {
		height: 215px;
	}
}
/*---------------------------------------------------------------------
Custom
---------------------------------------------------------------------*/
.owl-stage {
	margin: 0 auto;
}

.single-features {
	display: flex;
	align-items: center;
}
.single-features li {
	list-style: inside;
}

.inside_list li {
	list-style: inside;
}

/*Form Loader*/
#ajaxloader {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	height: 100%;
	width: 100%;
	top: 0;
}
#ajaxloader div {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #6fbe44;
}

/*Custom BG*/
.bg-triangle,
.bg-triangle-2,
.bg-triangle-3,
.bg-triangle-4 {
	position: relative;
}
.bg-triangle-2,
.bg-triangle-3,
.bg-triangle-4 {
	background-color: rgba(255, 255, 255, 50%);
}
.bg-triangle:after,
.bg-triangle-4:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../images/01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
}
.bg-triangle-2:after {
	/*content: "";*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../images/02.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
.bg-triangle-3:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../images/01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
	transform: scaleX(-1);
}
.bg-lojas {
	background: url(../../images/banner-info.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg-app {
	background: url(../../images/banner-app.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg-step {
	background: url(../../images/03.png) no-repeat;
	background-size: cover;
	background-position: top center;
}

@media (max-width: 575px) {
	.single-features {
		flex-direction: column;
	}
	.bg-lojas {
		background-position: center left;
	}
	.bg-app {
		background-position: center right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bg-app {
		background-position: -625px center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bg-app {
		background-position: -490px center;
	}
	.single-features {
		flex-direction: column;
	}
}
@media (min-width: 1200px) and (max-width: 1725px) {
	.bg-app {
		background-position: -300px center;
	}
}

.custom-select {
    border-radius: 0!important;
}

.custom-select:focus {
    color: #495057!important;
    background-color: #fff;
    /*border-color: #80bdff;*/
    outline: 0;
    /*box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)!important;*/
    border-color: #6fbe44;
    box-shadow: 0 0 0 0.2rem rgb(111 190 68 / 42%);
}

.faixaLoja h1, .faixaDelivery h1{
    font-size: 16px!important;
}

.card-item {
    display: inline-flex;
    /*padding: 1rem;*/
    font-size: 20px;
    background: #f8f9fa;
    border: none;
    height: auto;
}

.card-item label{
    margin-bottom: 0;
}

.vitrine-produtos input, .vitrine-produtos select {
    line-height: normal;
    /*background-color: #6fbe44;*/
}

.vitrine-produtos select:focus {
    /*color: #6fbe44 !important;*/
}

.form-control {
    background-clip: border-box!important;
}

/*---------------------------------------------------------------------
Lojas/Parceiros
---------------------------------------------------------------------*/
/*Mapa*/
.marker {
	background-image: url("../../images/icons/marker.svg");
	background-size: cover;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}
.mapboxgl-popup {
	max-width: 250px;
}
.mapboxgl-popup-content {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	padding: 15px;
}
.mapboxgl-popup-content div {
	background-color: #eee;
}
.mapboxgl-popup-content h6 {
	text-align: center;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}
.mapboxgl-popup-content p {
	margin-bottom: 5px;
}
.mapboxgl-popup-content p:last-child {
	margin-bottom: 0;
}
.mapboxgl-popup-content i {
	color: #6fbe44;
}

span.flag {
	cursor: pointer;
	font-size: 11px;
	background-color: #08141c;
	padding: 0px 5px;
	color: #fff;
}

.gallery_wrapper a {
	display: none;
}
.gallery_wrapper a:first-child {
	display: inline-block;
}

/*Search Região*/
.map-content-wrap select {
	max-width: 250px;
	width: 65%;
}
.map-content-wrap button {
	max-width: 90px;
	width: 30%;
}

/*Card Loja*/
.map-content-wrap {
	height: 540px;
}
.map-content-card {
	height: 367px;
}
.map-content-card {
	overflow-y: scroll;
}
.card-map p {
	margin-bottom: 0;
}
.card-map i {
	color: #6fbe44;
}
@media (min-width: 768px) {
	.map-content-intro {
		height: 140px;
	}
	.map-content-wrap {
		height: 510px;
	}
	.map-content-card {
		height: 319px;
	}
}
@media (min-width: 1200px) {
	.map-content-intro {
		height: 110px;
	}
	.map-content-wrap {
		height: 540px;
	}
	.map-content-card {
		height: 382px;
	}
}

.parint {
	height: 135px;
}
.parint img {
	filter: grayscale();
}

/*---------------------------------------------------------------------
    Serviços
---------------------------------------------------------------------*/
/*Steps*/
.steps-slider-wrapper {
	width: 300px;
}
.steps-slider .item {
	height: 300px;
}

.steps-slider .item .number {
	position: relative;
	text-align: left;
	width: 75px;
	height: 75px;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	background: transparent;
	font-size: 25px;

	z-index: 1;
}
.steps-slider .item .number:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 75px 75px 0 0;
	border-color: #06151c transparent transparent transparent;
	z-index: -1;
}
.steps-slider .item:nth-child(even) .number:before {
	border-color: #6fbe44 transparent transparent transparent;
}

/*Dots*/
.steps-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.steps-slider .slick-dots button {
	background-color: transparent;
	border: none;
	width: 45px;
	height: 45px;
	position: relative;
	color: #06151c;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	z-index: 1;
	transition: 0.2s;
}
.steps-slider .slick-dots li.slick-active button {
	color: #fff;
	text-align: left;
}
.steps-slider .slick-dots li:nth-child(even) button {
	margin-right: 10px;
}

.steps-slider .slick-dots li.slick-active button:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 45px;
	height: 45px;
	border-style: solid;
	border-width: 45px 45px 0 0;
	border-color: #6fbe44 transparent transparent transparent;
	z-index: -1;
}
.steps-slider .slick-dots li.slick-active:nth-child(even) button {
	text-align: right;
	margin-right: 10px;
}
.steps-slider .slick-dots li.slick-active:nth-child(even) button:before {
	top: unset;
	bottom: 8px;
	right: 0;
	border-width: 0 0 45px 45px;
	border-color: transparent transparent #06151c transparent;
}

/*Flag*/
.item .flag {
	max-width: 60px;
	margin: auto;
}

/*share*/
a.whatsapp-button {
	position: fixed;
	bottom: 145px;
	right: 0px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	padding: 8px;
}

a.telegram-button {
	position: fixed;
	bottom: 95px;
	right: 0px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	padding: 8px;
	background-color: #28a8e9;
	margin: 10px;
	border-radius: 50%;
	box-shadow: 1px 1px 6px 0px rgb(68 68 68 / 71%);
}

/*Outro*/
.form-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	background-color: rgb(6 21 28 / 50%);
	color: #6fbe44;
	display: flex;
	z-index: 1;
}

.swal2-container{
    z-index: 100000;
}


.wrapperForm{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rowForm{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 20px;
}

.rowForm >div{
	width: 44%;
}

.containerBlock{
	padding-bottom: 75px;
}

.containerBlock h4{
	text-align: center;
	margin-bottom: 30px;
}

.buttonsConfirm{
	display: flex;
	justify-content: center;
}

.buttonsConfirm button{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border: 2px solid #6fbe44!important;
	transition: all 0.3s ease;
	margin: 0 10px;
	width: 140px;
	height: 50px;
}

.buttonsConfirm button:hover{
	/*opacity: 0.6;*/
	color: #6fbe44!important;
	background-color: transparent!important;
}

.buttonsConfirm button:first-child{
	background-color: #6fbe44;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.buttonsConfirm button:first-child:hover{
	color: #6fbe44!important;
	border-color: #6fbe44!important;
}

.buttonsConfirm button:not(:first-child){
	background-color: gray;
	color: #fff;
	text-transform: uppercase;
	border-color: gray!important;
	font-weight: 500;
}

.buttonsConfirm button:not(:first-child):hover{
	color: gray!important;
	border-color: gray!important;
}

*{
	font-family: "Montserrat", sans-serif;;
}

.sectionCarrinho{
	max-width: 1110px;
	margin: 0 auto;
}

.headerCarrinho{
	text-align: center;
	margin: 16px;
}

.voltarCompras{
	display: flex;
    flex: auto;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.voltarCompras button, .voltarCompras a{
	/*padding: 6px 12px;*/
	font-size: 16px;
	color: #fff!important;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	display: flex;
    align-items: center;
	cursor: pointer;
	height: 100%;
}

.voltarCompras button:not(:hover):first-child, .voltarCompras a:not(:hover):first-child{
	background: #6c757d;
	border-color: #6c757d!important;
}
.voltarCompras button:first-child:hover, .voltarCompras a:first-child:hover {
	border-color: #6c757d!important;
}
.voltarCompras button:first-child:hover, .voltarCompras a:first-child:hover, .voltarCompras button:first-child:hover i, .voltarCompras a:first-child:hover i {
	color: #6c757d!important;
}
.voltarCompras button:not(:hover):last-child, .voltarCompras a:not(:hover):last-child{
	/*background: #7ec557;*/
}

.overview-block-pt {
    padding: 100px 0 0;
}

.mainPage{
	margin-top: 130px;
}

.alert {
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
	text-align: center;
	font-weight: 500;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.labelProdutos{
	font-size: 14pt;
	margin-bottom: 1.5rem;
	color: #343a40!important;
	font-weight: 500;
}

.wrapperMidContent{
	display: flex;
	flex-wrap: wrap;
	background: #f8f9fa;

}

.midOpcoes{
	flex-grow: 2;
	/*min-width: 620px;*/

}

.midForm{
	flex-grow: 1;
	/*min-width: 300px;*/

}

.cabecalho {
	border-top: solid 1px rgb(128 128 128 / 18%);
}

.corpo{
	/*border-bottom: solid 1px rgb(128 128 128 / 18%);*/
}

.corpo tr>td>div {
	border-top: solid 1px rgb(128 128 128 / 18%);
	border-bottom: solid 1px rgb(128 128 128 / 18%);
}

.cabecalho tr >th, .corpo tr>td>div{
	padding: 10px;
	font-size: 16px;
	padding: 5px;
	font-weight: normal;
}

/*.cabecalho > div:nth-child(1), .corpo > div:nth-child(1){
	width: 15%;
}
.cabecalho > div:nth-child(2), .corpo > div:nth-child(2){
	width: 20%;
}
.cabecalho > div:nth-child(3), .corpo > div:nth-child(3){
	width: 20%;
}
.cabecalho > div:nth-child(4), .corpo > div:nth-child(4){
	width: 15%;
}
.cabecalho > div:nth-child(5), .corpo > div:nth-child(5){
	width: 10%;*/
	/*background: none;*/ /*comentado*/
/*}*/

.cabecalho tr >th>div{
	background: black;
	color: #fff;
	padding: 0 15px;
}

.corpo tr >td input{
	height: 45px;
    width: 100%;
    text-align: center;
    background: #e9ecef;
    border: none;
	border-radius: 4px;
}

.corpo tr >td i{
	color: red;
}

.corpo tr >td {
	padding: 0 15px;
}

.opcaoEntrega{
	margin-top: 80px;
    background: #80808026;
    padding: 15px;
}

/*.opcaoEntrega >div:nth-child(1){
	font-size: 14pt;
	color: #343a40!important;
	margin-bottom: 1.5rem!important;
	font-weight: 500;
}

.opcaoEntrega >div:nth-child(2){
	font-size: 16px;
}

.opcaoEntrega >div:nth-child(2) input{
	margin-left: 10px;
}*/

.midForm{
    display: inline-flex;
    flex-direction: column;
	background: rgb(53, 51, 47);
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.infosMidForm {
	display: flex;
	flex-direction: column;
}

.infosMidForm div{
	display: flex;
    position: relative;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
}

.cupomMidForm{
	display: flex;
	flex-direction: column;
	margin: 10px;
	color: #fff;
}

.cupomMidForm input{
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 38px;
	padding: 5px;
	outline-color: #6fbe44;
}

.cupomMidForm button{
	padding: 12px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background: #7ec557;
    width: fit-content;
    margin-top: 15px;
	align-self:flex-end;
	transition: all 0.3s ease;
}

.cupomMidForm button:hover{
	opacity: 0.6;
}

.totalMidForm{
	border-top: solid 1px #fff;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}

.totalMidForm span:first-child{
	font-size: 20px !important;
}
.totalMidForm span:last-child{
	font-size: 31px !important;
}

.form-control {
    /*color: #6fbe44!important;*/
}

.containerInfosEntrega{
	margin-top: 100px;
}

.rowPrincipal{
    justify-content: center;
    margin-bottom: 50px;
}

.rowPrincipal h2{
    font-weight: 600;
}

.titutloEnderecoEntrega{
	margin-bottom: 30px;
}

.containerInfosEntrega h6{
    color: black;
}

.optFrete{
	margin-bottom: 20px;
}

.rowValores{
	justify-content: flex-end;
	height: 100%;
}
.rowValores >div{
	height: 100%;
    justify-content: flex-end;
}

.priceTable td h4{
    font-size: 24px!important;
    text-align: end!important;
}

.priceTable td h2{
    font-size: 30px!important;
    text-align: end!important;
    margin-left: 15px;
}

.vitrine-produtos input, .vitrine-produtos select {
	color: #fff;
}

.exclude{
	cursor: pointer!important;
}

.header-endereco{
    display: flex;
    /* width: 58.5%; */
    max-width: 1450px;
    padding: 0 15px;
    justify-content: flex-end;
    align-items: center;
    margin: 30px auto;
}

.header-endereco h1{
    font-size: 26px;
    border-bottom: solid 1px #6fbe44;
}

.header-endereco h1::after{
    content: none;
}

.carrinho-breadCumb{
    font-size: 16px;
    display: flex;
    list-style-type: none;
    /* width: 250px; */
    width: fit-content;

    justify-content: space-between;
}
.carrinho-breadCumb li{
    margin-left: 15px;
}
.carrinho-breadCumb li:first-child{
    margin-left: 0px;
}

.body-minha-conta{
    display: flex;
    margin: 0 auto;
    max-width: 1450px;
	margin-bottom: 100px;
}

.user-options{
    width: 25%;
    display: flex;
    flex-direction: column;
}

.user-options button{
    width: 100%;
    display: flex;
    align-items: center;
    /*border: solid 2px #6fbe44;*/
    background-color: #f8f9fa;
    color: rgb(0,0,0);
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
    margin: 5px 0;
    position: relative;
    border: 2px solid transparent;
}
.user-options button:first-child{
    margin-top:0;
}

.user-options button:hover{
    color: #6fbe44;
		background: white;
    border-color: #6fbe44;
}

.user-options button span{
    position: absolute;
    left: 20%;
}

.user-content{
    margin: 0 auto;
    width: 75%;
    font-family: Poppins, sans-serif!important;
    margin-left: 5%;
		margin-right: 5%;
}
.user-content h3{
    font-family: Poppins, sans-serif!important;
}

.carrinho-content td, .cart-table th {
    text-align: center;
    vertical-align: middle!important;
}

.cart-table{
    font-family: Poppins, sans-serif!important;
}
.cart-table td{
    font-size: 16px!important;
    color: #fff;
}
.cart-table td >div>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-table td h3{
    font-family: Poppins, sans-serif!important;
    font-size: 16px!important;
    color: #fff;
}

.cart-table td button{
    background-color: #6fbe44;
}
.cart-table td i{
    color: black;
}
.cart-table td input{
    width: 50%;
    text-align: center;
}

.table-pedidos:not(.table-desejos) {
		overflow-x: auto!important;
		display: block;
}

.table-pedidos td{
    text-align: right;
}

.table-pedidos td:last-child a, .table-pedidos td:last-child i{
    color: #6fbe44;
}

.table-pedidos label {
    font-size: 14px;
    background-color: #e9ecef!important;
    font-weight: 500;
    /*font-variant: all-petite-caps;*/
}

.badge {
    font-size: 1rem;
    font-weight: 500;
}

.visualizar-pedido-button{
    background-color: transparent;
}

.infos-cliente{
    width: 100%;
}
.infos-cliente label{
    color: #6fbe44;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.infos-cliente >div{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.infos-cliente >div>div{
    width: 47%;
}

.infos-cliente >div:last-child{
    justify-content:left;
}
.infos-cliente >div:not(:first-child) button:not(:first-child){
    margin-left: 20px;
}

.body-cadastro .infos-cliente >div:last-child{
    justify-content: space-between;
}

.table-desejos {
		overflow-wrap: break-word;
		display: table;
}

.table-desejos td:nth-child(2) a{
    /*color: #6fbe44!important;*/
}
.table-desejos td button{
    background: transparent;
    border: none;
}
.table-desejos td:last-child >div{
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.table-desejos td:last-child >div *{

    transition: all 0.3s ease;}
.table-desejos td:last-child >div *:hover{
    color: white;
}

.area-avaliacao{
    display: flex;
    margin: 50px 0;
}

.area-avaliacao > div{
    width: 50%;
}
.area-avaliacao > div label{
    color: #6fbe44;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.area-avaliacao > div textarea{
    font-size: 14px;
    letter-spacing: 1.2px;
}
.area-avaliacao > div i{
    font-size: 26px;
    letter-spacing: 1.2px;
    color: #6fbe44;
    cursor: pointer;
}

.buttons-avaliar{
    display: flex;
}

.buttons-avaliar button:nth-child(2){
    margin-left: 20px;
}

.produto-add-cart-main{
    color: white!important;
    background-color: #6fbe44!important;
    padding: 8px;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    text-decoration: none;
}

.produto-add-cart-main.submit-button {
    border: solid 3px #6fbe44;
		padding: 8px 12px;
}

.produto-add-cart-main:hover {
    background: none;
    /* border: solid 3px #6fbe44; */
    cursor: pointer;
    text-decoration: none;
    /*color: #6fbe44;*/
}

.produto-add-cart-main.submit-button:hover {
    background: none !important;
    color: #6fbe44!important;
}

.second-button{
    align-items: center;
    /*color: #6fbe44!important;*/
		color: #fff!important;
    /*border: solid 3px #6fbe44;*/
		border: solid 3px gray;
		/*background-color: transparent;*/
		background: gray;
    padding: 8px 12px;
    transition: all 0.2s ease;
    height: fit-content;
    width: fit-content;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.second-button:hover{
    /*color: white!important;*/
		color: gray!important;
    /*background-color: #6fbe44;*/
		background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

.wrapper-pedido h3{
    display: flex;
}
.wrapper-pedido button{
    margin-right: 0;
}

.info-pedido-header h4{
    font-size: 20px;
    color: #6fbe44;
    margin-bottom: 1.5rem;
}
.info-pedido-header p, .info-pedido-footer p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
}
.info-pedido-itens{
    margin: 30px 0;
		overflow-x: auto;
}

.info-pedido-header{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.info-pedido-header >div{
    width: 48%;
}

.containerAll{
	margin-top: 100px;
}

.table{
	background-color: #f8f9fa;
	margin-bottom: 0;
}

.table tr th {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
}

.table tr td, .box-right .box-row {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
}

.table-pedidos td.a-c {
    text-align: center;
}

.cart-table td button {
    background-color: #6fbe44;
    color: white!important;
    border: 2px solid #6fbe44!important;
		text-align: left;
		padding-left: 0.8em;
		font-weight: 600;
		width: 10em;
    transition: all 250ms ease-in-out 0s
}

.cart-table td button:hover {
    /*background-color: black;*/
		/*background-color: #f8f9fa;*/
		/*font-weight: normal!important;*/
		/*color: black!important;*/
		color: #6fbe44!important;
		background-color: transparent!important;
		border-color: #6fbe44!important;
}

.cart-table td button:hover i{
		/*color: black!important;*/
		color: #6fbe44!important;
}

.cart-table td button i{
    color: white!important;
		transition: all 250ms ease-in-out 0s
}

.closeButton{
		width: fit-content;
    height: fit-content;
    background: none;
    border: none;
}

.wrapper-pedido *{
    color: black;
}

.wrapper-pedido{
    background: #5757571c;
		padding: 10px;
}

.wrapper-pedido .info-pedido-header h4 {
		color: black!important;
}

.fa-2x {
		font-size: 30px;
		transition: all 0.2s ease;
}

.closeButton:hover i{
		color: #6fbe44!important;
}

.infos-cliente >div>div{
    display: flex;
    flex-direction: column;
}

.form-control:focus {
	/*color: #6fbe44!important;*/
    color: #495057!important;
    border-color: #6fbe44;
    box-shadow: 0 0 0 0.2rem rgb(111 190 68 / 42%);
}

.vitrine-produtos input{
    margin: 0!important;
}

.vitrine-produtos span{
    top: 10px;
    position: relative;
    color: black;
    background: #ffffffa1;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: pre
}

.switch-operation{
	cursor: pointer;
}

.switch-operation input{
	border: none!important;
	background: none!important;
	background-color: none!important;
	color: #fff;
    font-weight: 600;
    outline: none;
}

.divInline{
	display: flex;
	justify-content: space-between;
}

.wrapperMessage{
  width: auto;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: absolute;
	-webkit-animation: fade 4s linear forwards;
	animation: fade 4s linear forwards;
  top: 200px;
  z-index: 10000;
	overflow: hidden;
}

.wrapperMessage, .message_danger, .message_warning, .message_success{
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.message_danger, .message_warning, .message_success{
    max-width: 500px;
    height: auto;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    color: rgb(255 255 255);
    font-size: 16px;
    max-height: 500px;
    /*transition: all 0.4s ease;*/
    z-index: 10000;
    /*margin: 0 auto;*/
    font-weight: 500;
}

.message_danger{
    border: solid 1px rgb(177, 35, 35);
    background-color: rgba(248, 112, 112, 0.79);
}

.message_warning{
    border: solid 1px rgb(177, 99, 35);
    background-color: rgba(175, 106, 50, 0.79);
}

.message_success{
    border: solid 1px rgb(74, 160, 47);
    background-color: rgba(85, 155, 63, 0.79);
}

@keyframes fade {
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
	}
}
.cupomMidForm{
	height: 100%;
}

.cupomMidForm *{
	display: none!important;
}

  /* Cookie Dialog */

  @media screen and (max-width: 500px) {
	#gdpr-cookie-message {
		bottom:60px!important;
	}
}

  #gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 550px;
    background-color: rgb(6 21 28);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
  }

  #gdpr-cookie-message h4 {
    color: #6fbe44 !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #gdpr-cookie-message p {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
  }

  #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
  }

  #gdpr-cookie-message a {
    color: #6fbe44;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
  }

  #gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
  }

  #gdpr-cookie-message button {
    border: none;
    background: #6fbe44;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
  }

  #gdpr-cookie-message button:hover {
    background: white;
    color: #6fbe44;
    transition: all 0.3s ease-in;
  }

		/* Cookie end*/

		.bg-gray{
	background-color:gray !important;
}

.bg-light-gray{
	background-color:lightgray !important;
}

.table tr th{
	color:#000 !important;
}

.table thead th{
	border-bottom: 1px solid #1d273e !important;
}

.table td, .table th{
	vertical-align: middle !important;
}

.mt-15em{
	margin-top: 15em !important;
}

section .container{
	/*margin-bottom: 12em !important;*/
}

.hover-white:hover{
	color: #fff !important;
}

.hover-white{
	color: #6fbe44 !important;
}

.li-disc{
	list-style: disc;
}

ul.dash{
	list-style: none;
	margin: 0;
}

ul.dash > li {
	text-indent: -9px;
}

ul.dash > li:before {
  content: "- ";
  text-indent: -9px;
}

.wrapperMidContent.clearTheme {
	background: none;
}

.midForm.clearTheme {
	padding: 0;
	flex-grow: 1;
	background: none;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}

.midOpcoes.clearTheme {
	display: flex;
}

.innerContent.clearTheme, .priceTable.clearTheme, .box-right.clearTheme {
	width: 100%;
}

.innerContent.clearTheme {
	display: flex;
	height: 100%;
}

/*.row {
	margin-left: 0;
	margin-right:0;
}*/

.midOpcoes:not(.clearTheme), .midForm:not(.clearTheme) {
	max-width: 100%;
}

.imageResize {
	max-width: 100%;
	object-fit: contain;
}

.tableProds {
	display: table;
	width: 100%;
}

footer p {
	overflow-wrap: break-word;
}

@media (max-width: 200px) {
	.box-right .box-row, .midForm > div > div, .totalMidForm {
		flex-direction: column;
	}
	.totalMidForm span {
		margin-top: 10px;
	}
	.box-right div, .box-right h4, .main-body, .midForm, .midForm span {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 400px) {
	.info-pedido {
	    overflow-wrap: anywhere;
	}
	.info-pedido label {
		white-space: none;
	}
}


.custom-file-input:lang(pt)~.custom-file-label::after {
		content: "Procurar";
}

.custom-file-label, .custom-file-label::after {
		border-radius: 0!important;
		text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.custom-file-input:focus~.custom-file-label {
		border-color: #6fbe44!important;
		box-shadow: 0 0 0 0.2rem rgb(111 190 68 / 42%)!important;
}

.custom-file-input:focus~.custom-file-label::after {
		border-color: #6fbe44!important;
}

.buttonsConfirmPedidoForm button {
		height: calc(2.25rem + 2px)!important;
		background-color: #6fbe44!important;
		color: #fff!important;
		font-weight: 600!important;
		opacity: 1!important;
}

.buttonsConfirmPedidoForm button:hover {
		/*background-color: #f8f9fa!important;
		color: black!important;
		font-weight: normal!important;*/
		color: #6fbe44!important;
		background-color: transparent!important;
		border-color: #6fbe44!important;
}

.info-badge {
		top: 10px;
		position: relative;
		color: #1e1e1e;
		background: #d1d7dd;
		padding: 5px 10px;
		display: inline-block;
		border-radius: 5px;
		font-size: 12px;
		/*flex-grow: 1;*/
		width: 100%;
		/*justify-content: center;*/
		text-align: center;
		overflow-wrap: break-word;
}
