@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800&display=swap');

:root {
    --verde: #E76701; /*#E76701;*/
    --verde-dois: #568123; /*#fc9d00; /*#d50032*/
}
body{
	font-family: 'Open Sans', sans-serif;
	/*padding-top: 146px;*/
	color: #696969;
	font-size: 15px;
	background: #f5f5f5;
}

nav{
	background: #FAFFFF;
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.02);*/
}

nav .row, nav form{
	width: 100%;
}

a:hover{
	text-decoration: none;
}

main{
	min-height: 65vh;
}

h1{
	margin-top: 50px;
}

.form-control, .form-control:focus{
	background: #F4F4F4;
	border-color: #707070;
	box-shadow: none;
	border-radius: 5px;
}

nav .form-control, nav .form-control:focus{
	border-right: 0;
	border-color: #F4F4F4;
	height: 47px;
}

nav .btn-outline-secondary,
nav .btn-outline-secondary:hover{
	border-left: 0;
	background: #F4F4F4;
	border-color: #F4F4F4;
	color: #707070;
	font-size: 22px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 300;
}

.carousel-item img {

}



.banner{
	position: relative;
}

.banner>.caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 40px;
}

.btn-success{
	background: var(--verde);
	border-color: var(--verde);
}

.btn-success:hover{
	background: var(--verde-dois);
	border-color: var(--verde-dois);
}


.btn-amarelo{
	background: #568123; /*#f3b530;*/
	color: #fff; /*#E76701;*/
}

.btn-amarelo:hover{
	background: #C4B60D; /*#C4B60D;*/
	color: #fff;
}


.btn-marrom{
	background: #E76701;
	color: #fff; /*#f3b530;*/
}

.btn-marrom:hover{
	background: #F2BD9A;
	color: #E76701;
}


.btn-vermelho {
	background: #fc9d00;
	color: #ffffff;
}

.btn-vermelho:hover{
	background: #fc9d00;
	color: #ffffff;
}


.btn-facebook {
	background: #3b5998;
	color: #ffffff;
}

.btn-facebook:hover{
	background: #3b5998;
	color: #ffffff;
}


.btn-google {
	background: #4285F4;
	color: #ffffff;
}

.btn-google:hover{
	background: #4285F4;
	color: #ffffff;
}


.color-marrom {
	color: #412330;
}

.color-amarelo {
	color: #f3b530;
}

.color-vermelho {
	color: #fc9d00;
}

.color-preto {
	color: #333333;
}

.color-preto-rodape {
	color: #333d1a;
}

.pull-right {
	float: right;
}

.caption .nav li>a, .fixed-menu-side .nav li>a{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	width: 60px;
}

.caption .nav li>a:hover,
.caption .nav li:hover>a,
.fixed-menu-side .nav li>a:hover,
.fixed-menu-side .nav li:hover>a{
	background: #fff;
	border-color: #fff;
	z-index: -1;
}

.caption .nav li,
.fixed-menu-side .nav li{
	position: relative;
	margin-bottom: 20px;
}

.caption .nav li .menuhide,
.fixed-menu-side .nav li .menuhide{
	position: absolute;
	display: none;
	transition: all .3s linear;
	padding: 15px 25px;
}

.caption .nav li:hover .menuhide,
.fixed-menu-side .nav li:hover .menuhide{
	display: flex;
	top: 0;
	left: 70px;
	min-width: 300px;
	min-height: 300px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 3;
	background-image: url(../images/bg-mask.png);
	background-size: 110% 100%;
    background-position: -40px 0;
	
}

.caption .nav li:hover:after,
.fixed-menu-side .nav li:hover:after {
	content: '';
	position: absolute;
	top: 0;
	width: 20px;
    height: 100%;
    background: #fff;
    left: 52px;
    z-index: 4;

}

.caption .nav li .menuhide dl,
.fixed-menu-side .nav li .menuhide dl{
	white-space: nowrap;
	padding-right: 40px;
}

.caption .nav li .menuhide dl:first-child, .caption .nav li .menuhide dl:first-child a,
.fixed-menu-side .nav li .menuhide dl:first-child, .fixed-menu-side .nav li .menuhide dl:first-child a{
	color: var(--verde);
}

.caption .nav li .menuhide dl, .caption .nav li .menuhide dl a,
.fixed-menu-side .nav li .menuhide dl, .fixed-menu-side .nav li .menuhide dl a{
	color: var(--verde-dois);
}

h3{
	color: var(--verde);
	font-weight: 600;
}

.produtos figure{
	background: #ffffff; /*#E8E8E8;*/
	border-radius: 5px;
	align-items: center;
	/*padding-top: 10px;*/
}

.produtos figure img{
	max-width: 100%;
}

.produtos .card-body{
    /*margin: -30px 0px 0 0px;*/
    background: #fff;
    border-radius: 5px;
}

.produtos .card-body .card-title{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	height: 70px;
    overflow: hidden;
}

.stars{
	color: #C4B60D;
	font-size: 16px;
}

.produtos .price{
	font-size: 16px;
	color: #333333;
	height: 57px;
}

.produtos .price span{
	font-size: 22px;
	color: #fc9d00;
	font-weight: 600;
}

.produtos .price span.line-through{
	text-decoration: line-through;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

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

.owl-carousel{
	z-index: 1;
}

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

}

.owl-carousel .owl-item{
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-item img{
	width: auto;
	max-width: 100%;

}

.owl-carousel .owl-nav{
	display: flex !important;
	position: absolute;
	width: 100%;
	left: 0%;
	top: calc(50% - 30px);
	font-size: 40px;
	z-index: -1;
	justify-content: space-between;
	color: #fc9d00;
}

*:focus {
    outline: 0 !important;
}

.newsletter{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f3b530;
	/*background-image: url(../images/news-bg.png);
	background-size: cover;*/
	
	margin: 0px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.newsletter h4{
	color: #E76701;
	text-align: center;
}

footer{
	background: #8eba5a;
	color: #ffffff;
}

footer a, footer a:hover{
	color: #ffffff;
}

footer .copy, footer .copy a{
	font-size: 13px;
	color: #696969;
	font-weight: 300;
}

.menu{
	position: fixed;
	width: 300px;
	top: 0;
	left: -300px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255,0.95);
}

.quick-cart-box	{
	width: 250px;
}

.quick-cart-box h4 {
    font-size: 17px;
    margin: 0;
    padding: 0 10px 10px 10px;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.quick-cart-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.quick-cart-footer {
    padding: 10px 5px 0px 5px;
}

.quick-cart-box span{
	font-size: 12px;
}

.quick-cart-wrapper a{
	border-bottom: rgba(0,0,0,0.04) 1px solid;
    padding: 10px 10px 0px 10px;
}

.quick-cart-wrapper h6{
	color: #696969;
	font-size: 12px;
	padding-left: 10px;
}

.nav-link .badge{
	position: absolute;
	right: -5px;
	top: -3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f3b530;
	background: #E76701;
}

.side-nav {
	font-size:15px;
}
div.side-nav li.list-group-item {
	padding:0 15px;
}


div.side-nav ul,
div.side-nav ul>li {
	border:0 !important;
}
div.side-nav ul>li {
		position: relative;
	background-color:transparent !important;
}

div.side-nav ul>li:before {
	content: "\f0fe";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 4px;
	color: #999;
}
	div.side-nav li.list-group-noicon:before,
	div.side-nav ul.list-group-noicon>li:before,
	div.side-nav ul.list-group-noicon>li>ul>li:before {
		content:'';
		display:none;
	}
	div.side-nav ul.list-group-noicon>li {
		padding-left:0;
	}


div.side-nav ul>li>a {
	display:block;
	padding:4px 0 4px 0;
}
div.side-nav ul>li>a {
	color:#777;
	text-decoration:none;
}
div.side-nav ul>li:hover>a,
div.side-nav ul>li.active>a {
	color:#111 !important;
}
button.page-side-nav-mobile {
	display:none;
}
div.side-nav ul>li>ul>li>a{
	padding:4px 0 4px 15px;
}

ul.side-nav>li>a>i {
	margin-right:8px;
}


/* side nav sub categs */
div.side-nav ul>li>a.dropdown-toggle:before {
	content: "\f146";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 17px;
	right: 20px;
	top: 6px;
	color: #999;
}
div.side-nav ul>li.active>a.dropdown-toggle:before {
	content: "\f0fe";
}
div.side-nav ul>li>ul {
	display:none;
}
div.side-nav ul>li.active>ul {
	display:block;
}

div.side-nav ul>li>ul,
div.side-nav ul>li>ul>li {
	margin:0; padding:0;
	list-style:none;
}
div.side-nav ul>li>ul {
	padding:10px 0;
}
div.side-nav ul>li>ul>li a {
	font-size:12px;
}



/* */
div.side-nav .side-nav-head {
	position:relative;
}
div.side-nav .side-nav-head h4 {
	font-size:16px;
}
div.side-nav ul.list-group-bordered>li>a {
	display:block;
	border-bottom:rgba(0,0,0,0.05) 1px solid;
	padding:6px;
}
div.side-nav ul.list-group-bordered>li>a>span.pull-left,
div.side-nav ul.list-group-bordered>li>a>span.pull-right {
	margin-top:3px;
}
div.side-nav .side-nav-head button {
	display:none;
	font-size:21px;

	background-color:rgba(0,0,0,0.2);
	height:44px;
	width:44px;
}
@media only screen and (min-width: 990px) {
	div.side-nav>ul {
		display:block !important;
	}
}
@media only screen and (max-width: 767px) {
	div.side-nav ul {
		display:none;
		max-height:350px;
		overflow-y:auto;
		margin-bottom:30px;
	}
	div.side-nav ul>li {
		border-bottom:rgba(0,0,0,0.03) 1px solid !important;
	}
	div.side-nav .side-nav-head {
		height:44px;
		background-color:rgba(0,0,0,0.1);
		margin-bottom:30px;
	}
	div.side-nav .side-nav-head>h4 {
		line-height:44px;
		padding-left:15px;
		margin:0;
	}
	div.side-nav .side-nav-head button {
		display:block;
		position:absolute;
		right:0;
	}
}
@media only screen and (max-width: 768px) {
	div.side-nav ul {
		max-height:250px;
		overflow-y:auto;
	}
}

.cartContent {
    padding:0;
}
.cartContent .item {
    position:relative;
}

.cartContent .item {
    margin-top:-1px;
    border:rgba(0,0,0,0.05) 1px solid;
}
.cartContent .sky-form.boxed {
    border: rgba(0,0,0,0.1) 1px solid;
}

.cartContent .item.head {
    border-bottom:0;
}
.cartContent .item.head>span {
    min-height: 1px;
}
.cartContent .product_name {
    float:left;
    width:35%;
    padding:10px;
    text-decoration:none;
    min-height:60px;
}

.cartContent .product_name:hover>span {
	text-decoration:underline;
}

.cartContent .product_name >small {
	display:block;
	font-size:12px;
	line-height:12px;
	color:rgba(0,0,0,0.5);
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}

.cartContent .qty {
    float:right;
    width:160px;
    font-size:15px;
    padding:10px;
    text-align:center;
}
.cartContent .qty input {
    padding:3px; margin:0;
    border:#ccc 1px solid;
    width:50px; margin-right:3px;
    text-align:center;
}
.cartContent .total_price {
    float:right;
    width:150px;
    font-size:15px;
    padding:10px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
}
.cartContent .remove_item {
    float:right;
    padding:5px;
    width:30px; margin-right:8px;
}
.cartContent a.remove_item {
    background:rgba(0,0,0,0.05);
    text-align: center;
    padding-top:0;
    margin-top:10px;
    height:30px;
    line-height:26px;
    font-size:18px;
    text-decoration:none;
    color:rgba(0,0,0,0.2);
}
.cartContent a.remove_item:hover {
    color: #d9534f;
}
.cartContent .btn_update {
    margin-top:20px;
}

@media only screen and (max-width: 992px) {
    .cartContent .item.head {
        display:none;
    }
    .cartContent .product_name {
        font-size:11px;
        line-height:15px;
    }
    .cartContent .item .qty {
        float:left;
        text-align:left;
    }
    .cartContent .product_name {
        width:50%;
    }
}

.product td{
	vertical-align: baseline !important;
}

.product h4{
	font-size: 1rem;
}

h5{
	font-size: 1rem;
}

.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d6d5d5;
  padding-bottom: 3px;
}

.totals .totals-item label {
  float: left;
  clear: both;
  /*width: 100px;*/
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 30px;

}

#cart-total {
   font-size: 18px;
}

.totals .totals-item .totals-value {
  float: right;
  /*width: 140px;*/
  /*width: 26%;*/
  text-align: right;
  font-size: 14px;
}

.totals .totals-item-total {
  font-weight: 700;

}

.process-wizard {padding: 0 0 10px 0;}
.process-wizard > .process-wizard-step {padding: 0; position: relative;}
.process-wizard > .process-wizard-step + .process-wizard-step {}
.process-wizard > .process-wizard-step .process-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.process-wizard > .process-wizard-step .process-wizard-info {color: #333; font-size: 14px;}
.process-wizard > .process-wizard-step > .process-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 47px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.process-wizard > .process-wizard-step > .process-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.process-wizard > .process-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.process-wizard > .process-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.process-wizard > .process-wizard-step.complete > .progress > .progress-bar {width:100%;}
.process-wizard > .process-wizard-step.active > .progress > .progress-bar {width:50%;}
.process-wizard > .process-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.process-wizard > .process-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot {background-color: #f3b530;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {opacity: 0;}
.process-wizard > .process-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.process-wizard > .process-wizard-step:last-child  > .progress {width: 50%;}
.process-wizard > .process-wizard-step.disabled a.process-wizard-dot{ pointer-events: none; }

/* default */
.process-wizard-default > .process-wizard-step > .process-wizard-dot,
.process-wizard-default > .process-wizard-step > .progress > .progress-bar {
	background:#ccc;
}
.process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
	background-color:#666;
}

/* info */
.process-wizard-info > .process-wizard-step > .process-wizard-dot,
.process-wizard-info > .process-wizard-step > .progress > .progress-bar {
	/*background:#d9edf7;*/
	background:#f3b530;
}
.process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
	/*background-color:#31708f;*/
	background-color:#E76701;
}

/* warning */
.process-wizard-warning > .process-wizard-step > .process-wizard-dot,
.process-wizard-warning > .process-wizard-step > .progress > .progress-bar {
	background:#fbe8aa;
}
.process-wizard-warning > .process-wizard-step > .process-wizard-dot:after {
	background-color:#fbbd19;
}

/* success */
.process-wizard-success > .process-wizard-step > .process-wizard-dot,
.process-wizard-success > .process-wizard-step > .progress > .progress-bar {
	background:#d6e9c6;
}
.process-wizard-success > .process-wizard-step > .process-wizard-dot:after {
	background-color:#3c763d;
}

/* success */
.process-wizard-danger > .process-wizard-step > .process-wizard-dot,
.process-wizard-danger > .process-wizard-step > .progress > .progress-bar {
	background:#ebccd1;
}
.process-wizard-danger > .process-wizard-step > .process-wizard-dot:after {
	background-color:#a94442;
}


/* Tab Process Steps */
ul.process-steps,
ul.process-steps li {
	border:0 !important;
	text-align: center;
}
ul.process-steps li a {
	width:50px;
	height:50px;
	font-size:30px;
	line-height:30px;
	text-align: center;
	display:inline-block;
	color:#111;
	border:#666 1px solid !important;
	background-color:#fff;

	-webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
			border-radius: 50% !important;
}

ul.process-steps li.active a,
ul.process-steps li.active:hover>a {
	color:#fff !important;
	background-color:#333;
}

ul.process-steps li:after, 
ul.process-steps li:before {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 50%;
	border-top: 1px dashed #DDD;
}
ul.process-steps li:first-child:before {
	display:none;
}
ul.process-steps li:last-child:after {
	display:none;
}
ul.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}
ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
	margin:20px 0 0 0;
}


ul.process-steps li>a>i {
	margin:0;
	padding:0;
	margin-left:-4px;
	margin-top:-1px;
	font-size:28px;
	line-height:28px;
}
ul.process-steps li>a>i.fa {
	font-size:30px;
	line-height:30px;
}

ul.process-steps.process-steps-square li a {
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}

@media only screen and (max-width: 768px) {
	ul.process-steps li:after, 
	ul.process-steps li:before  {
		display:none;
	}

	ul.process-steps li h1,
	ul.process-steps li h2,
	ul.process-steps li h3,
	ul.process-steps li h4,
	ul.process-steps li h5,
	ul.process-steps li h6 {
		margin:10px 0 30px 0;
	}

}

@media only screen and (max-width: 482px) {
	ul.process-steps li>a {
		display:inline-block !important;
	}
	ul.process-steps li h1,
	ul.process-steps li h2,
	ul.process-steps li h3,
	ul.process-steps li h4,
	ul.process-steps li h5,
	ul.process-steps li h6 {
		margin:3px 0;
		display:block;
	}
	ul.process-steps li {
		padding:10px 0;
	}
}

/* box static */
.box-static {
	padding:15px;
	background-color:rgba(0,0,0,0.05);
	border-top:transparent 3px solid;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.box-static.box-transparent {
		background-color:transparent;
	}
	.box-static.box-bordered  {
		border:rgba(0,0,0,0.1) 1px solid;
	}
	.box-static.box-color,
	.box-static.box-dark {
		color:#fff;
		background-color:#333;
	}
	.box-static.box-color h1,
	.box-static.box-color h2,
	.box-static.box-color h3,
	.box-static.box-color h4,
	.box-static.box-color h5,
	.box-static.box-color h6,
	.box-static.box-dark h1,
	.box-static.box-dark h2,
	.box-static.box-dark h3,
	.box-static.box-dark h4,
	.box-static.box-dark h5,
	.box-static.box-dark h6 {
		color:#fff;
	}

.box-static.box-border-top {
	border-top:rgba(0,0,0,0.5) 3px solid;
}
.box-static .box-title {
	margin-bottom:20px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
}
.box-static.box-color .box-title,
.box-static.box-dark .box-title {
	border-bottom:rgba(255,255,255,0.1) 1px solid;
}

.side-nav {
	font-size:15px;
}
div.side-nav li.list-group-item {
	padding:0 15px;
}


div.side-nav ul,
div.side-nav ul>li {
	border:0 !important;
}
div.side-nav ul>li {
		position: relative;
	background-color:transparent !important;
}

div.side-nav ul>li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 4px;
	color: #999;
}
	div.side-nav li.list-group-noicon:before,
	div.side-nav ul.list-group-noicon>li:before,
	div.side-nav ul.list-group-noicon>li>ul>li:before {
		content:'';
		display:none;
	}
	div.side-nav ul.list-group-noicon>li {
		padding-left:0;
	}


div.side-nav ul>li>a {
	display:block;
	padding:4px 0 4px 0;
}
div.side-nav ul>li>a {
	color:#777;
	text-decoration:none;
}
div.side-nav ul>li:hover>a,
div.side-nav ul>li.active>a {
	color:#111 !important;
}
button.page-side-nav-mobile {
	display:none;
}
div.side-nav ul>li>ul>li>a{
	padding:4px 0 4px 15px;
}

ul.side-nav>li>a>i {
	margin-right:8px;
}


.fixed-menu-side{
	position: fixed;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.payment-form{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.payment-form.dark{
	background-color: #f6f6f6;
}

.payment-form .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.payment-form .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.payment-form.dark .block-heading p{
	opacity:0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.payment-form form{
	border-top: 2px solid var(--verde);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	padding: 0;
	max-width: 800px;
	margin: auto;
}

.payment-form .title{
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8em;
	font-weight: 600;
	padding-bottom: 8px;
}

.payment-form .products{
	background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item{
	margin-bottom:1em;
}

.payment-form .products .item-name{
	font-weight:600;
	font-size: 0.9em;
}

.payment-form .products .item-description{
	font-size:0.8em;
	opacity:0.6;
}

.payment-form .products .item p{
	margin-bottom:0.2em;
}

.payment-form .products .price{
	float: right;
	font-weight: 600;
	font-size: 0.9em;
	width: 210px;
	text-align: right;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
	display: flex;
    justify-content: flex-end;
}

.payment-form .card-details{
	padding: 25px 25px 15px;
}

.payment-form .card-details label{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #79818a;
	text-transform: uppercase;
}

.payment-form .card-details button{
	margin-top: 0.6em;
	padding:12px 0;
	font-weight: 600;
}

.payment-form .date-separator{
 	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.payment-form .custom-control label{
	font-size: 17px;
}

.centered{
	width:400px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: transparent;
	filter: blur(1px) contrast(5);
}
.blob-1,.blob-2{
	width:30px;
	height:30px;
	position:absolute;
	background: var(--verde-dois);
	border-radius:50%;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.blob-1{
	left:20%;
	animation:osc-l 2.5s ease infinite;
}
.blob-2{
	left:80%;
	animation:osc-r 2.5s ease infinite;
	background: var(--verde);
}
@keyframes osc-l{
	0%{left:20%;}
	50%{left:50%;}
	100%{left:20%;}
}
@keyframes osc-r{
	0%{left:80%;}
	50%{left:50%;}
	100%{left:80%;}
}

.loading-section{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 999999;
}

#menuTop{
	margin-top: 90px;
	background: #E76701;
	padding: 0 !important;
	z-index: 1029;
}

#menuTop li.dropdown{
	padding: 16px 18px;
	transition: all .3s linear;
	cursor: pointer;
}

#menuTop li.dropdown:hover{
	background: rgba(0, 0, 0, 0.1);
}

#menuTop li.dropdown a{
	color: #ffffff; 
	cursor: pointer;
	font-size: 14px;
}

#menuTop .dropdown:hover>.dropdown-menu {
  display: block;
}

#menuTop  .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#menuTop .dropdown-menu{
	top: 90%;
	border-radius: 0;
	border-color: rgba(22, 84, 37, 0.14);
    border-top: 5px solid #f3b530;
    padding: 0;
    width: 220px;
}

#menuTop .dropdown-menu li{
	padding: 10px;
	border-bottom: 1px solid rgba(22, 84, 37, 0.14);

    font-size: 12px;
}

#menuTop .dropdown-menu li a{ 
	color: #E76701;
}

#menuTop .dropdown-menu li:last-child{
	border: none;
}

.navbar-expand-lg .navbar-nav .nav-link{
	color: #fc9d00;
	font-size: 30px;
}

.nav-link .badge{
	font-size: 10px;
	top: 4px;
}

.btn-warning, .btn-warning:hover{
	background: #fc9d00;
	border-color: #fc9d00;
	transition: all .3s linear;
	color: #ffffff;
}

.btn-warning:hover{
	opacity: 0.8;
}

@media (min-width: 576px) {
	.payment-form .title {
		font-size: 1.2em; 
	}

	.payment-form .products {
		padding: 40px; 
  	}

	.payment-form .products .item-name {
		font-size: 1em; 
	}

	.payment-form .products .price {
    	font-size: 1em; 
	}

  	.payment-form .card-details {
    	padding: 40px 40px 30px; 
    }

  	.payment-form .card-details button {
    	margin-top: 2em; 
    } 
}


@media only screen and (max-width : 768px) {
	nav .row{
		margin: 0;
	}

	nav .row>div{
		align-items: center !important;
		justify-content: center !important;
	}

	nav .row>div>button{
		position: absolute;
		left: 0;
		z-index: 999;
		top: 0;
	}

	nav img{
		max-width: 170px;
	}

	.navbar-nav {
		flex-direction: row;
	}

	.navbar-nav img{
		width: 30px;
	}

	/*.input-group{
		position: absolute;
		z-index: 9;
		right: 0;
		justify-content: flex-end;
	}

	nav .input-group input{
		display: none;
	}*/

	.banner>.caption{
		display: none;
	}

	.carousel-item {
		/*height: 200px;*/
		height: auto;
	}

	.carousel-item img {
		/*width: 160%;
		margin-left: -30%;*/
		/*object-fit: cover; 
  		object-position: right;*/
	}

	.menu.show-menu{
		left: 0 !important;
	}

	nav .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 12px;
	  text-align: center;
	  font-weight: 300;
	}
	nav .input-group input::-moz-placeholder { /* Firefox 19+ */
	  font-size: 12px;
	  text-align: center;
	  font-weight: 300;
	}
	nav .input-group input:-ms-input-placeholder { /* IE 10+ */
	  font-size: 12px;
	  text-align: center;
	  font-weight: 300;
	}
	nav .input-group input:-moz-placeholder { /* Firefox 18- */
	  font-size: 12px;
	  text-align: center;
	  font-weight: 300;
	}

	.menu>button{
		margin: 2.2rem 1rem;
		font-size: 22px;
	}

	.menu dl{
		padding-left: 1rem
	}

	.menu dl, .menu dl a{
		color: var(--verde);
	}

	.fixed-menu-side{
		display: none;
	}
}




.menu-left dl {
	display: block;
}

.menu-left dl a {
	display: block;
	margin-left: 1px;;
	color: #E76701;
	background-color: transparent;
	padding: 8px 10px 8px 10px;
	font-weight: normal;
}

.menu-left dl a:hover {
	background-color: #f1f1f1;
}

.menu-left dl a.selected {
	background-color: #f3b530;
}



.handle-counter {overflow:hidden; }

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float:left;
  text-align:center;
}
.handle-counter .counter-minus,  .handle-counter .counter-plus {text-align:center; }

.handle-counter input {
  width:50px;
  border-width:1px;
  border-left:none;
  border-right:none;
}

.size-12 {
	font-size: 12px;
}



.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E76701' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E76701' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
	background-color: #E76701;
}





/* formas de pagamento carrinho */
.bXNsOS {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: min-content 1fr;
    overflow-x: overlay;
	background: #fff;
}

.bXNsOS input {
    display: none;
}

.bXNsOS input[type="radio"]:checked ~ .payment-option-title {
    color: var(--themeColor);
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.frxdse.duplo {
    grid-column: span 2 / auto;
    border-bottom: 1px solid rgb(102, 206, 2);
    opacity: 0;
}

.frxdse {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    color: rgb(102, 206, 2);
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid rgb(255, 255, 255);
}

.frxdse.duplo::after {
    --border-width: 1px;
    --arrow-size: 8px;
    --down-arrow-angle: -45deg;
    content: "";
    display: block;
    position: relative;
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-left-color: rgb(102, 206, 2);
    border-bottom-color: rgb(102, 206, 2);
    transform: rotate(var(--down-arrow-angle));
    top: 5px;
    background-color: white;
}

.frxdse > span {
    text-transform: initial;
    margin-left: 4px;
}

.frxdsf {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    color: rgb(102, 206, 2);
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid rgb(255, 255, 255);
}

.la-dYyL {
    display: grid;
    grid-template-areas:
        "icon"
        "title";
    grid-template-rows: minmax(min-content, 1fr);
    min-width: 64px;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    --themeColor: #E76701;
    --iconsHeight: 2rem;
    --iconsWidth: 35px;
    --fontColor: #666;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(transparent, rgb(214, 214, 214) 90%) 1 100% / 1 / 0 stretch;
    cursor: pointer;
    align-content: baseline;
}

.hZhSkw {
    width: 100%;
    grid-area: icon / icon / icon / icon;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    --lineBottomHeight: 3px;
}

.jYZXDL {
    grid-area: title / title / title / title;
    padding: 5px;
    place-self: center;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: var(--fontColor);
}

.dmCrPy {
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(102, 102, 102);
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 1.5rem;
}

.dmCrPy .ame-logo-icon {
    margin-right: 16px;
}

.--ignore-case {
    text-transform: initial;
}


