@charset "utf-8";
*, body, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #666;
}

.hidden {
	display: none !important;
}

.box{
  margin: 100px auto;
  width: 300px;
  height: 50px;
}

.container-1{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-1 input#search{
  width: 300px;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: background .55s ease;
-moz-transition: background .55s ease;
-ms-transition: background .55s ease;
-o-transition: background .55s ease;
transition: background .55s ease;
}

.container-1 input#search::-webkit-input-placeholder {
   color: #65737e;
}

.container-1 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}

.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}

.container-1 input#search:-ms-input-placeholder {
   color: #65737e;
}

.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #ffffff;
  }

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

a, button:focus, input:focus, select:focus, textarea:focus {
	outline: 0
}
.wrap, body, html {
	min-height: 100%
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-paperplane {
  font-size: 1em;
  color: white;
  margin-left: 1px;
  margin-top: 5px;
}

@font-face {
	font-family: OxygenRegular;
	src: url(fonts/Oxygen-Regular.eot);
	src: url(fonts/Oxygen-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Oxygen-Regular.woff) format('woff'), url(fonts/Oxygen-Regular.ttf) format('truetype'), url(fonts/Oxygen-Regular.svg#svgFontName) format('svg');
	font-style: normal
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	font-family: OxygenRegular, Arial, Helvetica, sans-serif;
	height: 100%
}
a {
	text-decoration: none
}
a img, img {
	border: 0
}
ul li, nav ul li {
	list-style-type: none
}
a, h1, h2, h3, h4, p, button {
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: 400;
	text-decoration: none
}
article, footer, header, nav, section {
	display: block
}
button {
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	border-radius: 0px;
}

::-moz-selection{ color:#FFF;  }
::selection{ color:#FFF; }

.left{float:left}
.right{float:right}

.wrap {
	position: relative
}
.content {
	padding-bottom: 100px;
	height: 100%;
}
.veryold {
	padding-top: 50px
}
.center {
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 102rem;
}

@media screen and (max-width: 650px) {
	.center {
		width: calc(100% - 2rem);
	}
}

/* EFEITOS */
.opacy {
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=50);
	filter: alpha(opacity=50)
}
.transition {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.transition2 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: all .2s ease-in-out
}
.display_inline {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top
}

.hidd {
	overflow: hidden;
}
.popup {
	position: absolute;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.popup_dialog {
	position: absolute;
	width: 40%;
	height: auto;
	left: 60%;
	margin-left: -30%;
	top: 20%;
	background: #444;
	z-index: 1101;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
}
.popup_dialog img {
	width: 100%;
}
.popup_dialog_x {
	float: right;
	position: relative;
	margin-bottom: -46px;
	z-index: 1110;
	width: 53px;
	height: 46px;
	background: url(../img/popupx.jpg);
	cursor: pointer;
}
.popup_dialog_x:hover {
	background: url(../img/popupxb.jpg);
}

/* HEADER */
header {
	width: 100%;
	height: 490px;
	z-index: 1011;
}
.top {
	height: 160px;
	width: 100%;
	padding-top: 10px;
}
.top input {
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	padding: 0px 10px;
	border: none;
}
#cart {
	color: #000;
	text-align: right;
	font-size: 17px;
	font-weight: 600;
}
.top img, .top_search {
	float: left;
}
#logo img {
	height: 110px;
	min-width: 60px;
}
.menufixo #logo img {
	margin-top: 5px;
	height: 60px;
}
.top_contact {
	width: 100%;
	height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}
.top_contact a {
	margin-left:5px;
}
.top_contact a:hover {
	text-decoration: none;
}
.top_contact .icon-heart{
	display: inline;
	margin-right: 5px;
}
.top_search, .top_cart {
	margin-top: 40px;
}
.top_search {
	width: 55%;
/* 	margin-left: 190px; */
}
.top_search h4 {
	font-size: 10px;
	line-height: 10px;
}
.top_search h2 {
	font-size: 20px;
	line-height: 5px;
	font-weight: 600;
}
.top_search input {
	width: 60%;
	float: left;
}

.top_search button {
	width: 50px;
	height: 35px;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.top_search button:hover .iconb {
	font-size: 16px;
}
.iconb {
	font-size: 15px;
	text-align: center;
}
.top_cart {
	float: right;
}
.top_cart input {
	width: 30px;
	float: right;
}
.top_cart button {
	height: 35px;
	width: 120px;
	background: none;
	text-align: center;
	vertical-align: middle;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.cat .button {
	float: none;
	width: 300px;
	height: 50px;
}
.cat p {
	margin: 30px 0px;
}



.tit_faixa {
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
	border-bottom: 1px solid #CCC;
}

/* BOX */
.box_group {
	width: 100%;
	/* height: 500px; */
	overflow: hidden;
	margin: 20px 0px;
	text-align: center;
}
.box_prod {
	width: 19%;
	/* height: 494px; */
	border: 1px solid #ccc;
	margin: 2px;
	padding: 10px;
	text-align: left;
	border-radius:5px;

}
.box_prod:hover {
	border: 1px solid #EEE;
	-webkit-box-shadow: 2px 3px 14px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 3px 14px -1px rgba(0,0,0,0.31);
	box-shadow: 2px 3px 14px -1px rgba(0,0,0,0.31);
}
.box_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.box_img_ul{
	width: 200%;
}
.box_img_li{
	width: 50%;
	float: left;
}
.box_img_li img {
	width: 100%;
}
.box_prod:hover .box_img_lf{
	margin-left: -50%;
}
.box_txt_des {
	margin: 10px 0px 5px 0px;
	height: 88px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	max-height:58px;
}
.box_txt_adc {
	font-size: 11px;
	height: 50px;
	overflow: hidden;
	line-height:1px;
	padding-top:4px;
}

.box_txt_rs h5 {
    margin-top: -12px;
    height: 13px;
}

.box_txt_icons{
	height: 30px;
}
.box_txt_icons button{
	background: #FFF;
	color: #CCC;
	font-size: 18px;
	float: left;
	margin-right: 5px;
}
.box_txt_icons button:hover{
	color: #999;
}
.box_txt_icons_circle{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	float: right;
	line-height: 35px;
	font-size: 12px;
	text-align: center;
	/* margin-top: -5px; */
	color: #FFF;
	cursor: pointer;
}
.box_txt_icon_list {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.box_txt_icon_list div {
	margin-bottom: 3px;
}
.free-shipping {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 2px;
}
.free-shipping br {
	line-height: 0;
}
.payticket{
	background: #AAA;
}
.saleoff{
	background: red;
}
.delivery{
	width: 60px;
	font-size: 27px;
	float: right;
	color: #01b700;
	/* margin-top: -5px; */
}
.delivery p{
	font-size: 9px;
	line-height: 1.5 !important;
	text-transform: uppercase;
	float: right;
	font-weight: 600;
	font-family: OxygenRegular, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin: 0;
}
.box_txt_rs{
	/* height: 61px; */
	margin-bottom: 2px;
	overflow: hidden;
}
.box_txt_rs h1 strong {
	font-size: 25px;
	margin-left: -8px;
}

.box_txt_rs h1 {
    margin-top: -14px!important;
    height: 15px;
}

.box_txt_rs img{
	margin-top: 15px;
}
.box_txt_rs_off {
	width: 100%;
	font-size: 13px;
	line-height: 12px;
	text-decoration: line-through;
}
.box_prod .box_txt_rs_off {
	height: 12px;
}
.box_txt_rs_off p {
	margin-bottom: 0;
}
.box_prod_link:hover {
	font-size: 16px;
	color: #343a40;
    text-decoration: none;
}
.box_star{
	width: 100%;
	height: 20px;
	color: #CCC;
}
.box_star a{
	float: left;
	padding: 0px 10px 20px 10px;	
}
.star{
	float: left;
}
.icon_yellow{
	color: #FC0;
}
.stars{
	width: 100%;
	height: 30px;
}
.stars input[type=radio], .box_star input[type=radio] {
  display: none;
}
.stars label i:before {
  /* content:'\eb1e'; */
  color: #FC0;
}
.stars input[type=radio]:checked ~ label i:before {
  color: #CCC;
}
.star_img{
	width: 100px;
	height: 17px;
	float: left;
}

.blog{
	text-align: center;
}
.blog_txt{
	width: 700px;
	display: inline-block;
	text-align: left;
	padding-bottom: 50px;
}
.blog_txt h1{
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	margin: 30px 0px 40px 0px;
}
.blog_txt img{
	margin: 20px auto;
}
.blog_img{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
.blog_img_top{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blog_img_top img{
	width: 100%;
}
.blog .box_prod{
	height: 345px;
}
.blog_box_img{
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
}
.blog_box_txt{
	width: 100%;
	height: 165px;
	overflow: hidden;
	text-align: left;
}
.blog_box_txt i{
	font-size: 14px;
	color: #888;
}
.box_btn {
	width: 100%;
	height: 40px;
	margin-top: 5px;
}
.box_btn_qnt {
	float: left;
	width: 34%;
	height: 100%;
	border: 1px solid #CCC;
}
.box_btn_qnt input {
	width: 50%;
	height: 100%;
	border: none;
	float: left;
	padding-left: 2px;
	text-align: center;
}
.box_btn_mais, .box_btn_menos {
	width: 48%;
	height: 19px;
	float: right;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	line-height: 19px;
}

.box_btn_add {
	float: right;
	width: 65%;
	height: 100%;
	background: #000;
	color: #FFF;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.box_banner {
	width: 100%;
	height: 175px;
}
.group_products .box_group {
	width: 93%;
	height: auto;
}
.group_products .box_prod {
	width: 18%;
	float: left;
}
.menu_sub {
	/*width: 14%;
	height: 100%;*/
	float: left;
	margin-top: 20px;
	margin-right: 8px;
}
.menu_sub_li {
	width: 100%;
	line-height: 40px;
	padding: 0px 10px;
	margin: 2px 0px;
	background: #EEE;
	color: #000;
}
.menu_sub_li:hover {
	background: #CCC;
}
.menu_sub_li p{
	line-height: 20px;
	padding: 5px 0px;
	margin-bottom: 0px;
}

/* PAGINAS SEM BANNER */
.pag_clear #container {
	display: none;
}
/* .pag_clear h3 {
	margin: 20px 0px;
	font-size: 25px;
} */
.pag_clear p {
	line-height: 25px;
	margin-top: 0px;
}
.pag_clear .box_prod_link p{
	line-height: 2px;
	margin-top: 0px;
}
.pag_clear footer p {
	line-height: inherit;
	margin-top: 0px;
}

.foo_txt.horarios p {
    line-height: 18px;
}

.foo_txt__email {
	font-size: 12px;
	text-transform: none;
}

.pag_clear .center {
	text-align: justify;
}
.pag_clear footer .center {

}
.pag_clear header {
	height: 240px;
}

.product_name {
	width: 100%;
	font-size: 20px;
	line-height: 45px;
	font-weight: 600;
	margin: 10px 0px 20px 0px;
}
.product_left, .product_right {
	margin-bottom: 30px;
}
.product_left {
	width: 55%;
	float: left;
}
.product_right {
	width: 40%;
	float: right;
	margin-top: -100px;
}
.product_right h3 {
	font-weight: 600;
	margin: 20px 0px;
}
.product_lin {
	display: block;
	width: 100%;
	height: 40px;
	margin: 20px 0px;
	background-color: white;
}
.product_lin_qtd {
	float:left;
	width: 66%;
	line-height: 40px;
	margin: 10px 10px 0px 0px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.product_right .box_btn_qnt {
	width: 80px;
	float: left;
}
.product_right button {
	width: 100%;
	height: 50px;
	font-size: 11px;
}

.msg_frete p{
	font-size: 12px;
	font-style: italic;
}

.details{
	width: 100%;
	height: auto;
	margin: 20px 0px;
}
.details_box{
	width: 75%;
	height: auto;
	float: left;
}
.details_box label{
	border: #EEE solid 1px;
}
.painel_link{
	font-size: 15px;
	line-height: 20px;
	/*padding: 10px 10px 20px 0px;*/
	display: inline-block;
	color: #888;
	text-decoration: none;
}


.button-info.button-info.btn.btn-secondary .painel_link {
    color: #FFF;
}

.painel_link:hover{
	color: #000;
	text-decoration: underline;
}
.painel_link div{
	float: left;
	margin: 2px 5px 0px 0px;
}
.details_tit{
	float: left;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	width: 25%;
	height: 40px;
	float: left;
	overflow: hidden;
}
.details_row input[type=radio], .details_row input[type=checkbox]{
    display:none;
}
.details_row input[type="radio"] + label {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.details_row input[type="radio"] + label:before, .details_row input[type="checkbox"] + label:before {
    border: 2px solid #FFF;
    content: "\00a0";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -5px 0px 0px -5px;
}
.details_row input[type="radio"]:checked + label:before, .details_row input[type="checkbox"]:checked + label:before {
	border: 2px solid #888;
}
.details_row label p{
	margin-top: 5px;
}

.details_options{
	display: inline-block;
	width: 30%;
}

.details_options select{

	width: 100%;
	height: 45px;
	border: 1px solid #CCC;
	line-height: 45px;
	padding: 0px 10px;
	color: #666;

}

.nome-produto{
		font-size: 17px;
		/* color: #2083AA; */
	}
	.nome-produto h2{
		font-weight: 600;
		line-height: 30px;
		margin-bottom: -15px;
	}
	.text-cod-produto{
		font-size: small;
	}

	.panel-default{
		width: 100%;
		/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
		margin-right: 10px;
		margin-bottom:20px;
		background-color: white;
		padding: 14px;
	}
	.panel-default h1 strong{
		margin-left: 8px;
		font-size: 30px;
	}

	.painel-historico-pedido{
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
			margin-right: 10px;
			margin-bottom:20px;
		}

		.painel-historico-pedido-header{
			display: -webkit-flex;
	 		display: flex;
			padding:14px;
		}

		.painel-historico-pedido-header-text-left{
			-webkit-flex: 1;
			flex: 1;
			text-align:left;
		}

		.painel-historico-pedido-header-text-center{
			-webkit-flex: 1;
			flex: 1;
			text-align:center;
		}

		.painel-historico-pedido-header-text-right{
			-webkit-flex: 1;
			flex: 1;
			text-align:right;
		}

		.container-tabela-produtos-historico-pedido{
			display: block;
			padding: 14px;
		}

		.tabela-produtos-historico-pedido{
			width: 100%;
			border-spacing:0px;
			border-color: #CCCCCC;
		}

		.tabela-produtos-historico-pedido td {
			padding: 14px;
			border-bottom: 1px solid #ddd;
			vertical-align: center;
		}

		.tabela-produtos-historico-pedido th {
			padding: 14px;
			border-bottom: 1px solid #ddd;
		}

		@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		.painel-historico-pedido table, 
		.painel-historico-pedido thead, 
		.painel-historico-pedido tbody, 
		.painel-historico-pedido th, 
		.painel-historico-pedido td, 
		.painel-historico-pedido tr {
			display: block;
		}

		.painel-historico-pedido thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		.painel-historico-pedido tr { border: 1px solid #ccc; }

		.painel-historico-pedido td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		.painel-historico-pedido td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

	

			.painel-historico-pedido td:nth-of-type(1):before { content: "Produto"; }
			.painel-historico-pedido td:nth-of-type(2):before { content: "Descrição"; }
			.painel-historico-pedido td:nth-of-type(3):before { content: "Preço"; }
			.painel-historico-pedido td:nth-of-type(4):before { content: "Quantidade"; }
			.painel-historico-pedido td:nth-of-type(5):before { content: "Subtotal"; }

			.painel-historico-pedido .btn-sm{
				width: 100%;
				margin-bottom: 4px;
			}

			.painel-historico-pedido-header{
				width: 100%;
				/* display: inline;
				float: left; */
				flex-direction: column;
			}

			.painel-historico-pedido-header-text-left{
				width: 100%;
				display: block;
				text-align: left;
				float: left;
				margin: 2px;
			}

			.painel-historico-pedido-header-text-center{
				width: 100%;
				display: block;
				text-align: left;
				float: left;
				margin: 2px;
			}

			.painel-historico-pedido-header-text-right{
				width: 100%;
				display: block;
				text-align: left;
				float: left;
				margin: 2px;
			}

			.panel-finally-payment .botoes button{
				width: 100%;
				margin-bottom: 4px;
				height: auto;
				line-height: 15px;
				padding-top: 5px;
				padding-bottom: 5px;
			}

	}

	.panel-finally-payment{
		/* width: 80%; */
		margin-left: auto;
		margin-right: auto;
	}

	.panel-finally-payment .titulo{
		font-size: 30px;
		text-align: center;
		/* color: #2083AA; */
		margin-bottom: 15px;
	}

	.panel-finally-payment .descricao{
		font-size: 18px;
		text-align: center;
		/* margin-top: 50px; */
	}

	.panel-finally-payment .enviar-info {
		font-size: 15px;
		text-align: center;
		margin-top:50px;
		font-weight:100;
	}

	.panel-finally-payment .nro-pedido {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
		background-color: #dedede;
		padding-bottom: 25px;
		border: 1px solid #c1c1c1;
		border-radius: 10px;
	}

	.panel-finally-payment .nro-pedido strong{
		/* color: #2083AA; */
		font-size: 25px;
	}

	.panel-finally-payment .botoes{
		width:100%;
		margin-top: 16px;
		text-align: center;
	}

	.painel-meios-pagamento{
		width: 18rem;
		float:left;
		padding: 1.5rem;
		box-sizing: border-box;
		background: #EEE;
		margin: 0;
		margin-bottom: 1.5rem;
	}

	/* .painel-meios-pagamento h1{
		text-align: left;
		color:#666;
	} */

	.painel-cartao-credito{
		width: calc(100% - 20rem);
		max-width: 38rem;
		float:left;
		padding: 0 2rem;
		box-sizing: border-box;
		margin: 0;
	}

	.form-group-default{
		text-align: left;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.form-group-default input{
		/*height: 45px;*/
		width: 100%;
		border: 1px solid #CCC;
		/*line-height: 45px;*/
		padding: 10px;
	}

	.form-group-default .card {
		width: 90%;
	}

	.form-group-default input:focus{
		background-color:white;
	}

	.form-group-default select{
		font-size: 14px;
		height: 45px;
		width: 100%;
		border: 1px solid #CCC;
		/*line-height: 45px;*/
		padding: 10px;
	}

	.form-group-default label{
		font-weight: bold;
		font-size: 14px;
		text-align: left;
		margin-bottom: 5px;
	}

	.form-group-default p{
		/* height: 0px; */
		padding: 0px;
		margin: 0px;
		font-size: 12px;
	}

	.painel-cartao-credito .imagem-cartao{
		width:100;
		text-align: center;
		margin-top:-36px;	
	}

	.painel-cartao-credito .imagem-cartao img{
		max-width: 298px;
		max-height: 295px;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (max-width: 1024px) {
		.painel-cartao-credito{
			padding: 0;
		}
	}

	@media only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		.painel-meios-pagamento{
			width: 100%;
			max-width: 28rem;
		}

		.painel-cartao-credito{
			width: 100%;
		}

		.painel-cartao-credito .imagem-cartao img{
			max-width: 280px;
			max-height: 202px;
			width: auto;
			height: auto;
		}

	}

	.cep button{
		width: auto;
		height: 35px;
		padding: 0px 10px;
		float: left;
		margin-top: 7px;
		border: 1px solid #BBB;
		margin-right: 8px;
	}
	.cep input{
		width: 70%;
		height: 35px;
		margin-top: 7px;
		padding: 3px 10px;
		color: #666;
		float: left;
	}
	.cep .cepfrete{
		width: 200px;
	}


	.cep #form-cep{
		width: 100%;
		display: inline-block;
	}

	.cep a{
		padding-top: 10px;
	    display: inline-block;
	    font-weight: 600;
	}
	
	.cep span:first-child{
		color: #666;
	}

	.link-nao-sei-cep{
		width:100%;
		display: inline-block;
		margin-bottom:5px;
	}
	.link-nao-sei-cep a{
		color: #666;
	}
	.link-nao-sei-cep a:hover{
		text-decoration: underline;
	}

	#show_cep_result{
		width: 100%;
	}

	#show_cep_result span{
		display: inline-block;
		width: 33%;
	}
	#show_cep_result > div:first-child span{
		width: 100%;
	}
	#show_cep_result > div{
		margin: 10px 10px 0px 0px;
		padding: 10px;
		background: #EEE;
		float: left;
		width: 100%;
	}
	
	#show_cep_result > div:first-child{
		float: none;
		background: none;
	}
	
	#show_cep_result span p{
		margin: 0px;
	}
/*
.cep{
	min-height: 50px;
	background: #EEE;
	line-height: 50px;
}
.cep p{
	line-height: 50px;
}
.cep button{
	width: auto;
	height: 35px;
	padding: 0px 10px;
	float: left;
	margin-top: 7px;
	border: 1px solid #BBB;
	margin-right: 8px;
}
.cep input{
	width: 30%;
	height: 35px;
	margin-top: 7px;
	padding: 3px 10px;
	color: #666;
	float: left;
}
*/

.form {
	margin: 30px 0px 80px 0px;
}

.form_box {
	height: 80px;
	display: inline-block;
}
.form_box p {
	margin: 0px;
}
.form_box1 {
	width: 32%;
}
.form_box2 {
	width: 65%;
}
.form_box3 {
	width: 100%;
}

.form_box3 textarea {
	width: 100%;
	min-width: 400px;
	height: 100px;
	border: solid 1px #888888;
	resize: none;
}
.form_box .form_box_check{
	width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 15px;
}

.form_box_painel{
	padding: 20px;
	background: #EEE;
	display: inline-block;
	vertical-align: top;
	min-height: 180px;
	margin-top: 20px;
}
.form_box_fim{
	min-height: 150px;
	margin: 5px 0px;
	margin-bottom:-55px!important;
}
.form_box input, .form_box select {
	width: 100%;
	height: 45px;
	border: 1px solid #CCC;
	line-height: 45px;
	padding: 0px 10px;
	color: #666;
	border-radius: 5px;
}
.form_box input:hover, .form_box select:hover, .form_box input:focus, .form_box select:focus {
	border: 1px solid #AAA;
}

.panel-card-add {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-card-add img {
	width: 2rem;
	height: 2rem;
}

/* .form_check input[type=checkbox]{
	float: left;
    width: 20px;
    line-height: 40px;
}
.form_check label{
	float: left;
    line-height: 40px;
    margin-left: 10px;
} */

input[type=radio] {
	width: 15px;
	height: 20px;
	margin: 10px;
}
.form_aval input[type=radio]{
	margin: 0px 5px 0px 20px;
    height: 15px;
}
#formAvaliacao .modal_content{
	padding: 30px;
}

.form_box_fim input[type=radio]{
	margin-top: 10px;
	margin-bottom:224px;
}

.link:hover{
	text-decoration: underline;
}

.table {
	width: 100%;
	/* border: 1px solid #CCC; */
	display: table;
}
.table a {
	color: #000;
}
.table .box_btn_qnt {
	display: inline-block;
	float: none;
	height: 40px;
	width: 80px;
}
.table_header {
	display: table-row;
	background: #EEE;
	height: 60px;
	line-height: 60px;
}
.table_cell1, .table_cell2, .table_cell3 {
	display: table-cell;
	padding: 10px;
	border-top: 1px solid #CCC;
}
.table_cell2, .table_cell3 {
	width: 10%;
	border-left: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
.table_cell1 img {
	width: 50px;
	height: 50px;
	margin: 5px 15px 5px 5px;
	border: 1px solid #DDD;
	float: left;
}
.table_cell1 p {
	font-size: 15px;
	line-height: 18px;
	margin: 5px 0px;
}
.table_cell3 button {
	background: #FFF;
}
.table_lin {
	display: table-row;
	height: 60px;
}
.table_txt_right {
	text-align: right;
	font-size: 20px;
	line-height: 40px;
}

.table-border th, .table-border td {
	border: 1px solid #DDD;
	padding: 0.5rem 1rem;
}

.button_solo {
	height: 40px;
	font-size: 20px;
	line-height: 25px;
	padding: 0px 40px;
	margin: 10px 0px;
}
.button_left {
	float: left;
}

.tit {
	width: 100%;
	height: 40px;
	font-size: 30px;
	font-weight: 600;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	line-height: 15px;
}
.tit2{
	height: 60px;
}
.tit div{
	float:left;
	margin-right: 10px;
}
.tit h3{
	font-size:25px;
	line-height:40px;
}
.tit a, .tit p {
	font-size: 15px;
	float: left;
	margin-right: 10px;
	font-weight: 600;
}
.tit a:hover {
	text-decoration: underline;
}
.tit_bottom {
	margin-top: 100px;
	clear: both;
}
.tit_itens a {
	font-size: 20px;
}

/* FOOTER */
footer {
/* 	position: absolute; */
	width: 100%;
	bottom: 0;
	z-index: 0;
	height: 550px;
	padding-top: 50px;
}
.foo_top {
	width: 100%;
	height: 120px;
	margin-top: 20px;
}
.foo_box {
    float: left;
   
    height: 200px;
}
.foo_box2{
	width: 45%;
}
.foo_box3{
	width: 22%;
} 
.foo_down {
	width: 100%;
	float: left;
	height: 40px;
	text-align:center;
}
.foo_lin {
	width: 100%;
	height: 40px;
}
.foo_lin2 {
	height: 60px;
	width:182px!important
}

.foo_icon {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 20px;
}
.foo_icon2 {
	font-size: 25px;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.foo_txt {
	font-size: 12px;
	float: left;
}
.foo_txt p a{
	padding-top: 6px;
    margin-left: 0px;
    font-weight: 600;
    font-size: 17px;
}
.foo_tit {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
}
.foo_box a {
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 40px;
	float: left;
}
.foo_box_pag a{
	margin-left: 0px;
	margin: 2px;
}
.foo_lin3 a{
	margin-left: 0px;
}
.foo_box a:hover {
	text-decoration: underline;
}
.foo_box h3 {
	font-size: 12px;
	margin-left: 40px;
	margin-bottom: 10px;
}
.foo_box button {
	border: none;
	width: 25px;
	height: 30px;
	text-align: center;
	font-weight: 600;
	margin-left: 0px;
	float: left;
	background: #FFF;
	font-size:10px;
}
.foo_box input {
	width: 35%;
	height: 30px;
	border: none;
	background: #FFF;
	padding: 0px 5px;
	color: #666;
	float: left;
	margin-right: 5px;
}
.foo_down p {
	font-size: 10px;
}
.foo_box2 form a{
	margin-left: 0px;
}
.new_inp1{
}

/* MENSAGENS */
.msg {
	/*color: #FFF;*/
	margin: 15px 0px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid transparent;
	padding: 5px;
}
.msg p {
	padding: 0 0 0 0;
	margin:0;
}

.success {
	background: #dff0d8;
	color: #3c763d;
	border-color: #d6e9c6;
}
.error {
	background: #f2dede;
	color: #a94442;
	border-color: #ebccd1;
	padding: 10px;
}

.field.radio {
    
    padding: 5px;
    display: block;
    margin-bottom: 5px;
    background-color: #999;
    color: #fff;
}

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

/* MENSAGEM VERSOES ANTIGAS */
.veryold {
	width: 100%;
	height: 400px;
	background: #FFF;
	position: absolute;
	z-index: 1100
}
.veryold h1 {
	font-size: 40px;
	line-height: 70px;
	color: #666;
	font-weight: 600
}
.veryold h2 {
	font-size: 17px;
	color: #666;
	margin-bottom: 50px
}
.veryold a {
	padding: 10px 20px;
	border: 1px solid #999;
	background: #666;
	color: #FFF
}
.veryold a:hover {
	background: #444
}

/* MEGA MENU */
nav {
	height: 82px;
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	position: relative;
    z-index: 1100;
}
.iconm {
	width: 100%;
	height: 30px;
	display: inline-block;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 7px;
}
.nav, .nav a, .nav form, .nav input, .nav li, .nav ul {
	border: none;
	margin: 0;
	padding: 0;
}
.nav a {
	text-decoration: none;
}
.nav li {
	list-style: none;
	/*color: #2083AA;*/
}

/* menu container */
.nav, input {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
.nav {
	cursor: default;
	display: inline-table;
	position: relative;
	z-index: 500;
	width: 100%;
}

/* menu list */
.nav > li {
	display: table-cell;
	width: 13.6%!important;
}

/* menu links */
.nav > li > a {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	line-height: 15px;
	text-align: center;
	position: relative;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
	transition: all .3s ease;
	z-index: 510;
	height: 82px;
	
}

.nav > li:first-child > a {
	border-left: none;
	border-radius: 3px 0 0 3px;
}

li.menuitemsub {
	line-height: 12px;
	text-align: left;;
}

/* menu dropdown */
.mega-menu {
	  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
		text-transform: uppercase;
		font-size:11px;
		font-weight: bold;
	border-radius: 0 0 3px 3px;
	opacity: 0;
	position: absolute;
	transition: all .3s ease .15s;
	visibility: hidden;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	width: 100%;
    left: 0px;

}

.mega-menu .row {
    padding: 20px;
}

.mega-menu .title-menu{
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	border-bottom: solid 1px #DDD;
}

.mega-menu #search{
	border: 1px solid #DDD;
	color: #666;
}
.mega-menu .icon-magnifier-tool{
	background: none;
	width: 0px;
}

/* menu content */
.nav-column {
	float: left;
	width: 100%;
}
.nav-column a {
	display: block;
	line-height: 1.75;
	padding: 5px 20px;
	border: solid 1px #fff;
}

.nav-column a:hover {
	color: #000;
	background: #f1f1f1;
}
.nav-colum-right {
	left: auto;
	right: 0;
}
#mob_nav1, #mob_nav2, #mob_nav3 {
	cursor: pointer;
}

/* HEADER TOP */

.header-top {
	position: sticky;
	z-index: 1112;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 2rem;
	overflow: hidden;
	white-space: nowrap;
}

@media screen and (max-width: 650px) {
	.header-top {
		position: fixed;
	}
}

/* MENUFIXO */
.fixo .menufixo {
	margin-top: 0px;
}
.menufixo {
	margin-top: -82px;
	height: 82px;
	position: fixed;
	width: 100%;
	z-index: 1101;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.menufixo .nav > li {
	display: block;
	width: 100%;
}
.menufixo .menu-wrapper {
	width: 80px;
	height: 80px;
}
.menufixo .menu-wrapper {
	float: left;
	color: #FFF;
}
.menufixo .top {
	float: right;
	width: 91%;
	height: 80px;
	padding-top: 5px;
}

.menufixo .top_search, .menufixo .top_cart {
	margin-top: 20px;
}

.menufixo .mega-menu {
	width: 410px;
}

/* MENU MOBILE */
.mobmenu,.logo,.hamburger {
	display: none;
}

.modal_back{
	width: 100%;
	height: 2500px;
	top: 0px;
	left: 0px;
	position: absolute;
	background: #000;
	display: none;
	/*z-index: 1100;*/
}
.modal{
	width: 600px;
    min-height: 200px;
    position: fixed;
    display: none;
    z-index: 1101;
    background: #FFF;
    left: 50%;
    margin-left: -300px;
    top: 0px;
    margin-top: 100px;
    border-radius: 5px;
}
.modal_head{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #CCC;
	padding: 0px 10px;
}
.modal_head h1{
	float: left;
	line-height: 60px;
}
.modal_close{
	float: right;
	width: 60px;
	height: 60px;
	color: #666;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
}
.modal_close:hover{
	color: #000;
}
.modal_content{
	width: 100%;
	min-height: 200px;
	padding: 10px;
}
.modal_footer{
	width: 100%;
	height: 60px;
	border-top: 1px solid #CCC;
}
.modal_ok, .modal_footer button{
	width: 150px;
    height: 40px;
    font-size: 12px;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
	background: #AAA;
	text-align: center;
}

.valuation{
	margin-bottom: 50px;
}
.valuation a{
	text-decoration: underline;
}
.valuation button{
	float: right;
}
.valuation .form_box{
	width: 100%;
}
.valuation_row{
	width: 100%;
	height: auto;
	margin: 20px 0px;
	border-top: 1px solid #EEE;
	padding-top: 10px;
}
.valuation_row form{
	margin: 20px 0px;
}
.valuation_left{
	float: left;
	width: 20%;
}
.valuation_right{
	float: right;
	width: 78%;
}
.valuation_right textarea{
	width: 100%;
	height: 80px;
	padding: 5px;
}

.loading .sobre {
	width: 100%;
	height: 900px;
	z-index: 1101;
	background: #FFF;
	position: absolute;
}

/* BUTTON */
.button {
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--isi {
	overflow: hidden;
}
.button--isi::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button--isi .button__icon {
	vertical-align: middle;
}
.button--isi > span {
	vertical-align: middle;
	padding-left: 0.75em;
}
.button--isi:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
/*BUTTON 2*/
.button.button--aylen {
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.button--aylen::before, .button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	/*background: #555;*/
}
.button--aylen::after {
	/*background: #222;*/
}
.button--aylen:hover {
	/*color: #fff;*/
}

.button--aylen:hover::before, .button--aylen:hover::after {

}
.button--aylen:hover::after {

}

#googleMap {
	width: 100%;
	height: 420px;
	margin: 20px 0px;
}

.icon_pag{
	width: 45px;
	height: 23px;
}
.visa{ background: url(../img/pag.png) 0px -93px no-repeat;}
.dine{ background: url(../img/pag.png) 0px 0px no-repeat;}
.mast{ background: url(../img/pag.png) 0px -70px no-repeat;}
.elo { background: url(../img/pag.png) 0px -23px no-repeat;}
.hipe{ background: url(../img/pag.png) 0px -47px no-repeat;}
.bole{ background: url(../img/pag.png) 0px -116px no-repeat;}
.payp{ background: url(../img/pag.png) 0px -140px no-repeat;}
.pags{ width: 150px; height: 32px;background: url(../img/pag.png) 0px -165px no-repeat;}

.ebit{ width:76px; height:63px; background: url(../img/pag.png) -69px -6px no-repeat;}
.nort{ width:74px; height:36px; background: url(../img/pag.png) -70px -78px no-repeat;}
.cert{ width:76px; height:37px; background: url(../img/pag.png) -70px -125px no-repeat;}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* RESPONSIVE GERAL*/

@media screen and (min-width: 1400px) {
	#slider ul li {
		width: 600px;
		height: 400px;
	}
	.content {
		padding-top: 5vh;
	}	
}

@media screen and (min-width: 1600px), (min-width: 1800px), (min-width: 1900px){
	.box_img {
		height: 320px;
	}
}

@media screen and (min-width: 1201px) {
	#show_cep_result > div{
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	#slider ul li {
		width: 500px;
		height: 400px;
	}

	.content {
		padding-bottom: 880px
	}
	footer{
		height: 880px;
	}
	.foo_top{
		height: 150px;
		text-align: center;
	}
	.foo_box{
		width: 100%!important;
		margin: 0px;
		float:none;
	}
	.foo_box2{
		width: 100%;
	}

	.row {
		display: -ms-flexbox;
		
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


}

@media screen and (max-width: 1024px) {
	.top_search {
		margin-left: 12px;
	}
	.top_search h2 {
		font-size: 12px;
	}
	.group_products .box_prod {
		width: 22%;
		margin: 5px;
	}
	.box_prod {
		width: 20%;
		margin: 5px;
	}
	.foo_box_pag{
		padding-right: 20px;
	}

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

	#logo img {
		margin-top: 35px;
		margin-top: 8px;
	}
	
	.top_search {
		width: 50%;
	}
	.top_search input {
		width: 40%;
	}
	.top_search h2 {
		font-size: 15px;
		line-height: 15px;
	}
	.top_search button {
		margin-right: 5px;
	}
}
@media screen and (max-width: 960px) {
	.menufixo .top {
		width: 85%;
	}
	.top_search {
		width: 45%;
	}
	.top_search h2 {
		font-size: 12px;
	}
	.top_cart button {
		width: 100px;
		font-size: 10px;
	}
	.menu_sub {
		width: 26%;
	}
	.group_products .box_group {
		width: 70%;
	}
	.group_products .box_prod {
		width: 30%;
		margin: 6px;
	}
	.box_prod {
		width: 23%;
		margin: 6px;
	}
	#slider ul li {
		width: 400px;
		height: 400px;
	}
	.popup_dialog {
		width: 80%;
		left: 10%;
		margin-left: 0;
		top: 20%;
	}
	.foo_box{
		width: 33%;
	}
	.foo_box2{
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
	.box_prod {
		width: 23%;
		margin: 2px;
	}

}
@media screen and (min-width: 720px) {

	li:hover > .mega-menu {
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}
@media screen and (max-width: 720px) {
	.group_products .box_prod, .box_prod {
		width: 32%;
		margin: 0px;
	}
	#slider ul li {
		width: 350px;
		height: 300px;
	}
}
@media screen and (max-width: 719px) {
	.loading .sobre_mobile {
		width: 100%;
		height: 900px;
		z-index: 1101;
		background: #FFF;
		position: absolute;
	}
	
}
@media screen and (max-width: 650px) {

	.logo{
		width: 100%;
		margin-top: 80px;
		text-align: center;
		display: inline-block;
	}
	.logo img{
		max-width: 50%;
	}
	.menufixo, .menuprincipal,.faixa,#container{
		display: none;
	}
	.mobmenu{
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #CCC;
		position: fixed;
		display: inline-block;
		background: #FFF;
		z-index: 1111;
	}
	.mobmenu nav ul{
		width:100%;
	}
	.mobmenu_col1{
		width: 40%;
		height: 100%;
		float: left;
	}
	.mobmenu_col1 nav, .mobmenu_col2 nav{
		display: none;
	}
	.mobmenu_col1 nav{
		position:absolute;
		width: 80%;
		height: auto;
		margin-left: 10%;
		background: #FFF;
	}
	.mobile_menu_li{ 
		background: #000;
		color: #FFF;
		width:100%;
		height:40px;
		line-height:40px;
		font-size:15px;
		border: 1px solid #444;
		text-align: center;
		font-family: bebasneue, Arial, Helvetica, sans-serif;
	}
	.mobile_menu_li:hover{ 
		background: #444;
	}
	.mobmenu_ico{
		width: 100%;
		height: 35px;
	}
	.mobmenu_col2{
		width: 15%;
		height: 100%;
		float: right;
		font-size: 20px;
		padding: 15px;
		cursor:pointer;
	}
	.mobmenu_col2 nav{
		position: absolute;
		width: 80%;
		height: auto;
		margin-left: -60%;
	}
	.mobmenu_col2 nav li{
		width: 100%;
		height: 40px;
		padding: 5px;
	}
	.mobmenu_col2 #search{
		width: 90%;
		font-size: 12px;
		border: none;
		background: #EEE;
		padding: 6px 10px;
	}
	.mobmenu_col2 button{
		font-size: 15px;
		background: none;
	}
	.search_active{
		
	}
	.mobmenu_col3{
		width: 20%;
		height: 100%;
		float: right;
		font-size: 20px;
		padding: 15px;
		cursor:pointer;
	}
	.mobmenu_col3 a div{
		float: left;
		color: #000;
	}
	.mobmenu_col3 a p{
		font-size: 12px;
		line-height: 30px;
		float: right;
	}
	
	/* MENU - CLOSE */
	.hamburger{
		width:100%;
		height: 50px;
		padding: 10px;
		display: block;
	}
	.hamburger p{
		font-size: 12px;
		line-height: 25px;
		float: left;
	}
	.hamburger_menu{
		width: 30px;
		height: 30px;
		margin-right: 10px;
		float: left;
	}
	.hamburger_menu .line{
	  width: 25px;
	  height: 3px;
	  background-color: #000;
	  display: block;
	  margin: 4px auto;
	  -webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.hamburger:hover{
	  cursor: pointer;
	}
	#hamburger-1.is-active .line:nth-child(2){
	  opacity: 0;
	}
	#hamburger-1.is-active .line:nth-child(1){
	  -webkit-transform: translateY(7px) rotate(45deg);
	  -ms-transform: translateY(7px) rotate(45deg);
	  -o-transform: translateY(7px) rotate(45deg);
	  transform: translateY(7px) rotate(45deg);
	}
	#hamburger-1.is-active .line:nth-child(3){
	  -webkit-transform: translateY(-7px) rotate(-45deg);
	  -ms-transform: translateY(-7px) rotate(-45deg);
	  -o-transform: translateY(-7px) rotate(-45deg);
	  transform: translateY(-7px) rotate(-45deg);
	}
	
	.menu_sub{
		width: 100%;
	}
	.table_lin{
		display: inline;
	}
	.btn, .btn-large{
		width: 100%;
		margin-bottom: 10px;
	}
	.pag_clear p{
		margin-top: 0px
	}
	.pag_clear .center{
		text-align: left;
	}

	.content {
		padding-bottom: 100px;
		/*padding-top: 60px;*/
	}

	footer {
		/* background: #000 url(../img/fundo.png) no-repeat top center!important; */
		background: #000 !important;
		height: 1600px!important;
		padding-bottom: 18px;
		bottom: 0;
		position: inherit;
		background-size: cover!important;
	}

	.tit_faixa {
		text-align: center;
		font-size: 16px;
	}
	.tit {
		height: auto;
		padding-bottom: 15px;
	}
	.left{float:none;}
	.pag_clear footer .center {
		text-align: center;
	}
	.group_products .box_group {
		width: 100%;
	}
	.group_products .box_prod, .box_prod {
		width: 49% !important;
		margin: 0px;
			margin-bottom: 0px;
		border: none;
		margin-bottom: 20px;
	}

	.tit h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.estilo-box-final {
		width: 310px!important;
	}
	.box_btn_qnt {
		display: none;
	}
	.product_right .box_btn_qnt {
		display: block;
	}
	.pag_clear header {
		/*height: 140px;*/
	}
	.box_btn_add {
		width: 100%;
	}
	.box_banner{
		display: none;
	}
	.star{
	    font-size: 22px;
	}
	.box_group{
		/* height: 527px!important; */
	}
	.box_txt_rs {
		/* height: 120px; */
		margin-bottom: 2px;
		overflow: hidden;
	}
	.product_left, .product_right {
		width: 100%;
	}
	.details_tit{
		font-size: 10px;
	}
	#slider ul li {
		width: 300px;
		height: 300px;
	}
	.form_box1, .form_box2 {
		width: 100%;
	}
	.table {
		display: block;
	}
	.table_header {
		display: none;
	}
	.table_cell1 {
		width: 100%;
		display: inline-block;
	}
	.table_cell2, .table_cell3 {
		width: 100%;
		display: block;
	}
	.table_txt_right {
		text-align: center;
	}
	.button_solo {
		width: 100%;
	}
	.form_box_fim input[type=radio]{
		margin-top: 10px;
		margin-bottom: 0px;
	}


	
	.form_box_fim{
		min-height: 180px;
	}
	footer{
		height: 1600px;
	}
	.foo_box{
		width: 100%;
		height: 160px;
		text-align: center;
	}
	.foo_icon2,.foo_icon{
/* 		float: none;
		margin: 0 auto; */
	}
	.foo_lin{
		height: 60px;
	}
	.foo_box a{
		margin: 0px;
		float: none;
	}
	.foo_box_pag a, .foo_lin3 a{
		display: inline-block;
		margin: 2px;
	}
	.foo_txt{
		float: none;
		margin-top: 6px;
		line-height: 1px;
	}

	.painel-historico-pedido td:nth-of-type(1):before { content: "Produto"; display:none }

	.painel-historico-pedido-header-text-left {
		width: 100%;
		display: block;
		text-align: left;
		float: left;
		margin: 2px;
		/* margin-bottom:45px; */
	}

	.foo_txt.horarios {
		line-height: 18px;
		margin-top: -39px;
	}
	.foo_txt.end p {
		line-height: 1px;
	}
	.foo_box3{
		height: 420px;
	}
	.foo_lin2{
		height: 80px;
		margin-left:48px;
	}
	.foo_box h3{
		margin-left: 0px;
		text-align: center!important;
	}
	.foo_box input, .foo_box2 form a, .foo_box2 form button{
		float: none;
		display: inline-block;
		width: 84%!important;
	}
	.foo_box2 form button{
		margin-left: -5px!important;
	}

	.footer-m-negative-10 {
		margin-top: 25px!important;
		margin-bottom: 0;
		background-color: #000;
	}


	
	.pags{ width: 125px; }

	.modal{
		width: 80%;
		left: 0%;
		margin-left: 10%;
		top: 0px;
		margin-top: 55px;
	}
	.modal_head{
		height: 25px;
	}
	.modal_head h1{
		font-size: 12px;
		line-height: 30px;
	}
	.modal_close {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.form_box3 textarea{
		height: 70px;
	}
	.modal .form_box3 p, .modal .form_box p{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	#formAvaliacao .modal_content{
		padding: 10px;
	}
	.modal_footer{
		text-align: center;
	}
	.modal_ok, .modal_footer button{
		width: 80%;
	    display: inline-block;
	    margin: 5px auto;
	    float: none;
	}

	.valuation_left{
		float: none;
		width: 100%;
	}
	.valuation_right{
		float: none;
		width: 100%;
	}
	#show_cep_result > div{
		font-size: 12px;
	}
}


.pagination {
	width: 100%;
	height: 80px;
	text-align: center;
	padding-top: 50px;
	margin:auto;
	
}
.pagination a div {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #000;
	margin-bottom:15px!important;
}



.btn,.btn-large,.btn-floating,.dropdown-content,.collapsible,.side-nav{
  font-size:11px;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),
  0 2px 10px 0 rgba(0,0,0,0.12)
  }
  .z-depth-1-half,.btn:hover,.btn-large:hover,.btn-floating:hover{
    box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
  }

.btn,.btn-large,.btn-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.btn i,.btn-large i,.btn-floating i,.btn-large i,.btn-flat i{font-size:1.3rem;line-height:inherit}
.btn,.btn-large{text-decoration:none;color:#fff;background-color: #666;  text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}
.btn:hover,.btn-large:hover, .btn-large:active{background-color:#000; color:#FFF;}


.btnVermelho,.btnVermelho-large,.btnVermelho-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.btnVermelho,.btnVermelho-large,.btnVermelho:hover,.btnVermelho-large:hover{text-decoration:none;color:#fff;background-color:#CE0707;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}

.btnAzul,.btnAzul-large,.btnAzul-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.btnAzul,.btnAzul-large,.btnAzul:hover,.btnAzul-large:hover{text-decoration:none;color:#fff;background-color:#1237AF;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}

.btnVerde,.btnVerde-large,.btnVerde-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.btnVerde,.btnVerde-large,.btnVerde:hover,.btnVerde-large:hover{text-decoration:none;color:#fff;background-color:#44A001;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}

.btnLaranja,.btnLaranja-large,.btnLaranja-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.btnLaranja,.btnLaranja-large,.btnLaranja:hover,.btnLaranja-large:hover{text-decoration:none;color:#fff;background-color:#DA6700;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}

.btn_final{
	width: 200px;
	height: 50px;
	font-size:17px; 
	font-family: OxygenRegular, Arial, Helvetica, sans-serif;
	background: #27ae60;
}

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 12%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/*** Classes que estava no style.css ***/
.paymentMethodGroup{
	display:none;
}

#cartData{
	overflow:hidden;
	border:solid 5px #555;
	border-radius:0.5em;
	background:#EEE;
	padding:0 0 5em 0;
	position:relative;
}

#cartData h4{
	font-size:2em;
	padding:0.5em;
	background:#555;
	color:#FFF;
}

#cartData table{
	margin:0 0 1em 0;
	padding:0;
	border-collapse:collapse;
	width:100%;
}

#cartData th{
	font-weight:bold;
	color:#FFF;
	background:#555;
	font-size:1.1em;
	padding:0.5em;
	border:solid 1px #999;
}

#cartData td{
	padding:0.5em;
	font-size:1.2em;
	border:solid 1px #999;
}

#cartTotal{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#555;
	color:#FFF;
	padding:1em;
	font-size:1.5em;
}

#cartItemHidden{
	display:none;
}

#installmentsWrapper{
	display:none;
}

#paymentMethodLoading{
	display:none;
}

#holderData{
	display:none;
}

#cardBrand{
	background:no-repeat right 10px;
	background-position: 100% 80%;
}

#cardBrand[brand='visa']{ background-image:url('../img/visa.png'); }
#cardBrand[brand='mastercard']{ background-image:url('../img/mastercard.png'); }
#cardBrand[brand='amex']{ background-image:url('../img/amex.png'); }
#cardBrand[brand='diners']{ background-image:url('../img/diners.png'); }
#cardBrand[brand='aura']{ background-image:url('../img/aura.png'); }

/* #boletoData{
	background:url('../img/boleto.png') no-repeat 0 0;
	padding:70px 0 0 0;
} */

.payment-method__image {
	display: block;
	width: 100%;
	max-width: 16rem;
	object-fit: contain;
	object-position: left;
	margin-bottom: 2rem;
}

@media screen and (max-width: 760px) {
	.payment-method__image {
		object-position: center;
		margin: 0 auto 1rem;
	}
}

.payment-method__button {
	min-width: 16rem;
	max-width: 100%;
}

.bank-flag{
	display:inline-block;
	width:50px;
	height:50px;
	overflow:hidden;
	text-indent:-999px;
	background:no-repeat center center;
	border:solid 1px #AAA;
	border-radius:0.5em;
	margin:0 0.8em;
	cursor:pointer;
	background-color:#FFF;
}
.bank-flag:hover{
	border-color:#000;
}

.bank-flag.bancodobrasil{ background-image:url('../img/bancodobrasil.png'); }
.bank-flag.itau{ background-image:url('../img/itau.png'); }
.bank-flag.bradesco{ background-image:url('../img/bradesco.png'); }
.bank-flag.banrisul{ background-image:url('../img/banrisul.png'); }
.bank-flag.hsbc{ background-image:url('../img/hsbc.png'); }

/* CSS Coração Favoritos */

.icon-heart-selected {
	color: red !important;
}

/* ------------- video */
.popup_open{
	cursor: pointer;
}
.popup_open h1, .popup_open h2{
	color: #FFF;
}
.popup_open div{
	font-size: 80px;
	color: #FFF;
}
.popup_video{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99990;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.popup_home{
	display: block;
}
.popup_txt{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99991;
}
.popup_txt iframe{
	height: 80vh;
	margin-top: 70px;
}
.popup_txt .center{
	text-align: center;
}
.popup_back{
	width: 100%;
	height: 100vh;
	background: #000;
	position: absolute;
	z-index: 99990;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.popup_close{
	width: 100%;
	height: 60px;
	text-align: right;
	font-size: 30px;
	cursor: pointer;
	color: #AAA;
	padding: 20px;
}
.popup_close:hover{
	color: #FFF;
}
.popup_center{
	padding: 150px 20% 0px 20%;
	text-align: center;
}

@media screen and (max-width: 600px) { 
	.tit {
		line-height: 30px;
		height:60px!important;
	}

	.tit.tit_itens {
		height: 41px;
	}

	.pag_clear footer p {
		line-height: 9px;
		margin-top: 0px;
	}

	.box_txt_adc p {
    	font-size: 10px !important;
	}


	.pag_clear .box_prod_link p {
		line-height: 0px;
		margin-top: 0px;
	}

	.tit_prod {
		line-height: 30px;
		height:35px;
	}

	.btn_final {
		width: 100%;
		height: 50px;
		font-size: 17px;
		font-family: OxygenRegular, Arial, Helvetica, sans-serif;
		background: 
		#27ae60;
	}

	.classe-alterar-dados {
		color: 
		#02659b;
		font-size: 13px;
		font-family: OxygenRegular, Arial, Helvetica, sans-serif;
		position: absolute;
		margin-top: 14px !important;
	}
	
	.img-produtos img {
		width: 78%!important;
		margin-bottom: 15px;
		display: block;
  margin-left: auto;
  margin-right: auto;
	}
	.form_box3 textarea{
		min-width: 200px;
	}
	.blog_txt{
		width: 100%;
	}
	.delivery{
		/* float: right; */
		/* margin-top:-41px; */
	}
	.box_btn_add{
		margin-top: 2px;
	}
	.cep input{
		border: 1px solid #AAA;
	}
}


/*** Fim classes que estava no style.css ***/


/* FORM CONTATO */

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column; 
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;

  }
  
  #formContent {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	text-align: center;
	margin-top:90px;
  }
  
  #formFooter {
	background-color: #f6f6f6;
	border-top: 1px solid #dce8f1;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
  }
  
  
  
  /* TABS */
  
  h2.inactive {
	color: #cccccc;
  }
  
  h2.active {
	color: #0d0d0d;
	border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/
  
  .wrapper input[type=button], input[type=submit], input[type=reset]  {
	background-color: #56baed;
	border: none;
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 20px 40px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
 .wrapper input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
	background-color: #39ace7;
  }
  
 .wrapper input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
  }
  
  .wrapper input[type=text] {
	background-color: #f6f6f6;
	border: none;
	color: #0d0d0d;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 85%;
	border: 2px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
  }
  
  
  
  /* ANIMATIONS */
  
  /* Simple CSS3 Fade-in-down Animation */
  .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes fadeInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  
  .fadeIn {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
  
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
  
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
  }
  
  .fadeIn.first {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  
  .fadeIn.second {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
  }
  
  .fadeIn.third {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
  }
  
  .fadeIn.fourth {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
  }
  
  /* Simple CSS3 Fade-in Animation */
  .underlineHover:after {
	display: block;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	background-color: #56baed;
	content: "";
	transition: width 0.2s;
  }
  
  .underlineHover:hover {
	color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
	width: 100%;
  }
  
 

  /*Contato texto personalização*/

.txt-info-contato{
	color: #666666;
	font-weight: 600;
}

@media screen and (max-width: 650px) {
	.espaco-t-125 {
		padding-top: 50px;
	}
}

.top-strip, .stories, .strip-heading, .newsletter, .lower-menu, .alt-menu__button, .modal-alert {
	display: none;
}

.dropdown-menu {
	display: none !important;
}

/* clearfix */

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
 	clear: both;
}

/* pagamento */

.payment-content {
	position: relative;
}

.payment-loader {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000a1;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 1.1rem;
	display: none;
}

.payment-loader img {
	width: 5rem;
	height: 5rem;
	object-fit: contain;
	margin-bottom: 1rem;
}

.payment-methods {
	margin-top: 1rem;
}

.payment-methods__list {
	margin: 0;
}

.payment-methods__item {
	border: 1px solid #ffffff;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: .5s;
}

.payment-methods__item:hover, .payment-methods__item--active {
	background-color: #404040;
}

.payment-methods__gateway {
	display: flex;
	align-items: center;
	margin: 0;
}

.payment-methods__icon {	
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
}

.payment-methods__content {
	max-height: 0;
	overflow: hidden;
	transition-property: max-height, margin-top;
	transition-duration: .5s;
}

.payment-methods__item--active .payment-methods__content {
	max-height: 20rem;
	margin-top: 0.5rem;
}

.payment-methods__label {
	display: block;
	padding: 0.5rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	transition-property: color, background-color;
	transition-duration: .5s;
}

.payment-methods__label:hover {
	background-color: #555555;
	color: #ffffff;
}

.payment-methods__label--active, .payment-methods__label--active:hover {
	background-color: #ffffff;
	color: #000000;
}

.payment-methods__input {
	clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.payment-method__heading {
	margin-top: 0;
	font-size: 25px;
	font-weight: 600;
}

.payment-method__img {
	max-width: 100%;
	margin-bottom: 1rem;
}

.form-group {
	display: flex;
	align-items: center;
}

.card-expiration-division {
	margin: 0 10px;
}

.order__heading {
	font-size: 25px;
	color: #ffffff;
}

.order__number {
	margin: 0 !important;
	font-size: inherit !important;
	display: block;
}

.form-warning {
	display: block;
	margin-top: 1rem;
	font-size: 1rem;
	background: none !important;
	border: none !important;
}

.form-warning.success {
	color: #008000;
}

.form-warning.error {
	color: #ff0000;
}
/* Modal Pix */

.modal-pix {
	position: fixed;
	z-index: 1111;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000075;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-pix__container {
	width: calc(100% - 2rem);
	max-width: 48rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.modal-pix__heading {
	margin: 0 !important;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #00000075;
	text-align: left;
}

.modal-pix__content {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
}

.modal-pix__content img {
	width: 100%;
	max-width: 16rem;
}

.modal-pix__content p {
	margin: 1rem 0 0;
	font-size: 1.2rem;
}

.modal-pix__content strong {
	font-size: inherit;
}

.modal-pix__footer {
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	border-top: 1px solid #00000075;
	text-align: right;
}

.modal-pix__btn {
	width: auto !important;
}

.payments__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 1.5rem;
	margin: 0.1rem;
	border-radius: 0.2rem;
	padding: 0.2rem;
	background-color: #ffffff;
	cursor: pointer;
}

.payments__ico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer__bottom-strip {
	display: block;
	width: 5rem;
	height: 1.5rem;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer__bottom-strip img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* footer safe */

.safe__link {
	margin: 0.2rem !important;
	width: 4.6rem;
	height: 2.3rem;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: left !important;
}

.safe__link.vert {
	width: 4.6rem;
	height: 4.9rem;
}

.safe__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-loader {
	position: fixed;
	z-index: 1102;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
}

.page-loader.active {
	opacity: 1;
	visibility: visible;
}

.page-loader::after {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background-image: url('../img/loader.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
}

/* Select Link */

.select-link {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

.select-link__current {
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1;
	padding: 0.5rem;
	box-sizing: border-box;
}

.select-link__current::after {
	content: '';
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	margin-left: 0.5rem;
	background-image: url('../img/chevron.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition-property: transform;
	transition-duration: 0.5s;
}

.select-link.active > .select-link__current::after {
	transform: rotate(-180deg);
}

.select-link__list {
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	padding: 0.3rem 0;
	box-sizing: border-box;
	border-radius: 0.5rem;
	background-color: #dddddd;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: 0.5s;
}

.select-link.active > .select-link__list {
	opacity: 1;
	visibility: visible;
}

.select-link__option {
	display: block;
	white-space: nowrap;
	line-height: 1;
	padding: 0.3rem 0.6rem;
}

.select-link__option:hover {
	text-decoration: none;
	background-color: #cccccc;
}

/* MODAL POPUP */

.modal-popup {
	position: fixed;
	z-index: 1112;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,75%);
	padding: 5rem 1.5rem;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition-property: visibility, opacity;
	transition-duration: .5s;
}

.modal-popup.active {
	visibility: visible;
	opacity: 1;
}

.modal-popup.active img {
	border: none !important;
}

.modal-popup::after {
	content: '';
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	background-image: url('../img/close.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.modal-popup__link, .modal-popup__img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

[data-collapse] {
	cursor: pointer;
}

.collapse-container {
	height: 0;
	overflow: hidden;
	transition-property: height;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}

.center-block {
	display: block; 
	width: 100%; 
	max-width: 32rem;
	margin: 0 auto; 
}

.full-width {
	width: 100%;
}

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

.mod {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0.25rem 2rem;
	box-sizing: border-box;
}

@media screen and (max-width: 650px) {
	.mod {
		margin-bottom: -50px;
    margin-top: 50px;
	}
}

.prod-btn {
	width: 1.2rem !important;
	height: 1.2rem !important;
	color: #888;
	transition-property: color;
	transition-duration: .25s;
	outline: none !important;
}

.prod-btn:hover {
	color: #000;
}

.prod-btn-fav::before {
	font-size: 19px;
}

.prod-btn-fav.prod-fav {
	color: #ff0000;
}

.prod-btn-fav.load {
	background-image: url('../img/load.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.prod-btn-fav.load::before {
	content: none;
}

.prod-btn-share:focus {
	color: #000;
}

.prod-btn-share:focus ~ .share-list {
	opacity: 1;
	visibility: visible;
}

.share-list {
	position: absolute;
	top: 100%;
	right: 0;
	display: flex;
	padding: 0.2rem;
	border-radius: 0.2rem;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .25s;
}

.img-thumbnail {
	max-width: 15rem;
	max-height: 15rem;
}

@media screen and (max-width: 600px) {
	#lightbox-container-image-data-box {
		max-width: 250px !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 499px) {
	#lightbox-container-image-box {
    	max-height: 220px;
	}

	#lightbox-container-image-data-box {
		max-width: 220px !important;
		box-sizing: border-box;
	}
}

.product-file {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	border: 1px solid black;
	text-decoration: none !important;
	transition-property: color, background-color;
	transition-duration: .15s;
}

.product-file:hover {
	background-color: black;
	color: white;
}

.product-file__icon {
	height: 1rem;
	margin-right: 1rem;
	fill: currentColor;
}

.product-file__name {
	line-height: 1.2;
}

button {
	box-shadow: none !important;
}

.simple-heading {
	height: auto !important;
}

.simple-heading h3 {
	line-height: 0.9;
}

.box-img-thumbnail {
	height: 15rem;
}

.box-img-thumbnail .img-thumbnail{
	height: 100%;
	object-fit: contain;
}

.gallery__slide .gallery__anchor {
	display: block;
}

.newsletter__footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsletter__resp {
	max-width: 20rem;
	padding-left: 1rem;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.newsletter__footer {
		flex-direction: column;
	}

	.newsletter__resp {
		margin-top: 1rem;
		padding-left: 0;
		max-width: 100%;
	}
}

/* CHECKBOX */

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
	padding: 0.25rem 0 0 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox__checkmark {
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: 22px;
  width: 22px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 3px;
	box-sizing: border-box;
	fill: transparent;
}

.custom-checkbox input:checked ~ .custom-checkbox__checkmark {
  background-color: #000;
	border-color: #000;
	fill: #fff;
}

/* main banner */

.main-banner {
  width: 100%;
  height: 42vw;
  background-color: #000000;
	color: #ffffff;
  position: relative;
}

.main-banner-mobile {
	height: 70vw !important;
}

.main-banner__list, .main-banner__item, .main-banner__img {
  width: 100%;
  height: 100%;
}

.main-banner__list {
  position: relative;
  overflow: hidden;
}

.main-banner__item {
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 1s;
}

.main-banner__item.active {
  opacity: 1;
  visibility: visible;
}

.main-banner__link {
  display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-decoration: none !important;
}

.main-banner__img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.main-banner__btn {
	position: absolute;
  z-index: 1;
  top: 50%;
  left: 2rem;
  width: 1.5rem;
  height: 1.5rem;
	outline: none !important;
	transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
	.main-banner__btn {
		display: none;
	}
}

.main-banner__btn::before {
	content: '';
	display: block;
	width: 75%;
	height: 75%;
	border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
	transform: rotate(-45deg);
	transition-property: transform;
  transition-duration: .25s;
}

.main-banner__btn:last-of-type {
	left: auto;
	right: 2rem;
}

.main-banner__btn:last-of-type::before {
	transform: rotate(135deg);
}

.main-banner__bullets {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
	display: flex;
	align-items: center;
}

@media screen and (max-width: 960px) {
	.main-banner__bullets {
		bottom: 0.5rem;
	}
}

.main-banner__bullets li {
  width: 0.75rem;
  height: 0.75rem;
	background-color: currentColor;
  border-radius: 0.5rem;
  margin: 0.25rem;
  box-sizing: border-box;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 0.5;
  transition-property: opacity;
  transition-duration: .5s;
}

.main-banner__bullets li.active {
	opacity: 1;
}

/* loader */

@keyframes loading {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@keyframes rotate-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader {
	position: fixed;
	z-index: 1112;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,75%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .25s;
}

.loader.active {
	opacity: 1;
	visibility: visible;
}

.loader__icon {
	width: 4rem;
	height: 4rem;
	object-fit: contain;
	animation: rotate-loader 1.5s linear infinite;
}

.loader__circle {
	stroke-dasharray: 150,200;
	stroke-dashoffset: -10;
	animation: loading 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

/* Cookies */

.cookies {
  position: fixed;
  z-index: 1112;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  transform: translateY(100%);
  visibility: hidden;
  transition-duration: .5s;
  transition-property: transform, visibility;
}

.cookies::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: calc(100vh + 100%);
	background-color: #000000;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .5s;
}

.cookies.active {
	transform: translateY(0);
	visibility: visible;
}

.cookies.active::before {
	opacity: 0.5;
}

.cookies__wrapper {
	max-width: 80rem;
	margin: 0 auto;
	padding: 1rem 2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
	gap: 0.5rem;
}

@media screen and (max-width: 700px) {
	.cookies__wrapper {
		padding: 1rem 1.5rem;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.cookies__text {
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.cookies__text a {
	text-decoration: underline;
	font-size: inherit;
}

.cookies__button {
	line-height: 1 !important;
	text-transform: uppercase;
	width: auto;
	margin: 0;
}

/* Menu dropdown */

.menu-dropdown {
	width: 100%;
	position: relative;
}

.menu-dropdown.active .menu-dropdown__icon {
	transform: rotate(180deg);
}

.menu-dropdown__label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	cursor: pointer;
}

.menu-dropdown__icon {
	width: 1rem;
	height: 1rem;
	background-image: url(../img/chevron-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: transform;
	transition-duration: .25s;
}

.menu-dropdown__wrapper {
	max-height: 0;
	padding: 0 1rem;
	overflow: hidden;
	transition-property: max-height;
	transition-duration: .25s;
}

/* info-prod-accordion */

.info-accordion {
  margin: 3rem auto;
}

.info-accordion__heading {
	margin: 0 !important;
	cursor: pointer;
}

.info-accordion__heading::after {
	content: '';
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 0.5rem;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: translateY(-50%) rotate(-135deg);
	transition-property: transform;
	transition-duration: .5s;
}

.info-accordion__heading.active::after {
	transform: translateY(0) rotate(45deg);
}

.info-accordion__container {
	overflow: hidden;
	height: 0;
	transition-property: height;
	transition-duration: .5s;
}

.info-accordion__content {
	padding: 1.5rem 0 !important;
}

/* fixed link */

/* ########## Hovering Icon ########## */

.fixed-link {
  position: fixed;
  z-index: 2;
  bottom: 4rem;
  right: 4rem;
  border-radius: 1rem;
  background-color: #4ab14f;
	color: white;
  text-decoration: none;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3), 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .fixed-link {
    bottom: 1.5rem;
    right: 2.5rem;
  }
}

.fixed-link:hover{
	color: white;
	text-decoration: none;
}

.fixed-link:hover span {
	max-width: 202px;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.fixed-link::after {
	content: '';
	position: absolute;
  top: 50%;
  right: 0;
	width: 4rem;
  height: 4rem;
  transform: translateX(45%) translateY(-50%);
	background-image: url(../img/whatsapp.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .fixed-link::after {
		width: 3.5rem;
		height: 3.5rem;
  }
}

.fixed-link span {
  display: inline-block;
	font-size: 1rem;
  line-height: 1;
	white-space: nowrap;
	max-width: 0;
  padding: 0.5rem 0;
  overflow: hidden;
	transition-property: max-width, padding;
  transition-duration: .25s;
}

@media (max-width: 600px) {
	.fixed-link span {
		max-width: 202px;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
	}
}

/* checkout steps */

.checkout-steps, 
.checkout-steps__mobile {
	display: block;
	width: 100%;
	max-width: 35rem;
	margin: 2rem auto;
}

.checkout-steps__mobile {
	display: none;
	max-width: 20rem;
	margin: 1rem auto;
}

@media (max-width: 600px) {
	.checkout-steps {
		display: none;
	}

	.checkout-steps__mobile {
		display: block;
	}
}

/* lightbox */

#jquery-overlay {
	width: 100vw !important;
}

#lightbox-container-image-box {
	width: auto !important;
	height: auto !important;
	max-width: 80% !important;
	max-height: 90vh !important;
}

#lightbox-container-image,
#lightbox-container-image img {
	max-width: 100% !important; 
	max-height: 90vh !important;
	padding: 0 !important;
}

#lightbox-container-image-data-box { 
	width: auto !important;
	max-width: 80% !important;
	margin-bottom: 50px !important;
	padding: 0 !important;
}

#lightbox-nav-btnNext, 
#lightbox-nav-btnPrev {
	height: 100% !important;
	margin-top: 0;
}

/* cart-dialog */

.cart-dialog {
	position: fixed;
	z-index: 1111;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000075;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.cart-dialog.active {
	opacity: 1;
	visibility: visible;
}

.cart-dialog.active .cart-dialog__container {
	transform: translateY(0);
}

.cart-dialog__container {
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	max-height: 30rem;
	max-width: 60rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 0.5rem;
	overflow: hidden;
	padding: 1rem;
	box-sizing: border-box;
	transform: translateY(25%);
	transition: transform .5s ease;
}

.cart-dialog__content {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
}

.cart-dialog__footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.cart-dialog__btn {
	width: 100% !important;
	max-width: 15rem !important;
	margin: 0 !important;
}