body,
html {
 /*background:#f1f1f1;*/
 background:#ffffff;
}
.header,
.hidden-search {
 background-color:#880000;
}

.custom-menu {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.menu_seu_espaco{
	float: right;
	background: #f4bc35;
	padding: 5px 10px !important;
	border-radius: 4px;
}

header.fixed {
  box-shadow:0 2px 15px rgba(0,0,0,.1);
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:999
 }

.btn-whatsapp {
	position: fixed;
	bottom: 30px;
	left: 20px;
	z-index: 999999999;
	display: block;
}

.categories-desktop .item-level1 a{
	padding: 10px 5px;
}
.categories-desktop .item-level1 a{
	padding: 10px 5px;
}

/* menu */

.text_status{
	padding: 2px 5px;
	width: 100px;
	padding: 2px 5px;
	width: 100px;
	margin: -5px;
	border-radius: 4px 0;
	color: #fff;
	text-align: center;
}
.bg_verde{
	background: #4adf83;
}
.bg_vemelho{
	background: #800000;
}
.bg_cinza{
	background: #ccc;
}
.bg_cinza_claro{
	background: #eee;
}

.bg_branco{
	background: #fff;
}

.txt_destaque{
	font-size: 1.3rem;
	font-weight: 700;
}

.card_title{
	background:#eeeeee;
	font-size: 15px;
	padding:5px 10px;
	border-radius: 6px 6px 0 0 ;
}

.corpo_mensagem{
	border:solid 1px #eee;
}

.header_message {
	padding: 0 20px;
}

.body_message{
	display:none;
	padding: 0 20px 20px 20px;
}

.de_mensagem_nao_lida{
	font-weight:700;
}

.de_mensagem{
	padding: 5px 0;
}

.envio_mensagem{
	
}

@media print{
	.noprint{
		display:none;
	}

	.print{
	  display:block;
	}
	body {
    background-color: #FFFFFF;
	}
	.container{width:100%;background:#fff;}
	.table th, .table td{padding:0 2px;font-size:12px;height:15px;}
	 body, .table td, table th{font-size:12px;}
	.caixa-renegociacao{width:100%;}
	.caixa-renegociacao div{line-height:15px}
	.alert{padding: 5px;margin-bottom: 5px; margin-top: 5px}
	
	.formulario12,
	.formulario11,
	.formulario10,
	.formulario9,
	.formulario8 ,
	.formulario7,
	.formulario6 ,
	.formulario5,
	.formulario4,
	.formulario3,
	.formulario2,
	.formulario1,
	.formulario_20,
	.formulario_30,
	.formulario_40,
	.formulario_50,
	.formulario_60,
	.formulario_70,
	.formulario_80,
	.formulario_100{
		width:100%
	}


}


/* menu */

/* menu superior dinamico  02*/
.menuWrapper {width:100%;left:0;bottom:0;}
.menuWrapper .menu-departamento {margin:0 auto;height:36px;display:flex;position:relative;}
.menuWrapper h3 {padding:0;margin-top:2px;flex:1;text-align:center;}
.menuWrapper a {color:#430000;}
.menuWrapper h3 a {padding:10px;display:block;font-size:12px;}
.menuWrapper h3:hover > a {color:#FFF;background:#930000;}
.menuWrapper h3 ul a {padding:0;}
.menuWrapper h3 ul {
	border-top:solid 3px #930000;
	display:none;
	padding:0px;
	margin:37px 0 0 0;
	position:absolute;
	top:-1px;width:100%;
	background:#FFF;
	z-index:10;
	left:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-radius:00 5px 5px;
border-radius:0 0 5px 5px;
box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.6);
}
.menuWrapper ul a {display:block;color:#494949;line-height:18px;position:relative;}
.menuWrapper h3:hover ul {display:block;}
.coluna {padding:5px 10px;width:250px;float:left; text-align:left;border-left:solid 1px #ccc;}
.coluna li{padding:5px 0;}

.coluna li :hover{background:#fff;color:#930000;}


.dropdiv {float:right;display:block;}

.viewAll {
	/*background: url(../arquivo/sprite.png) no-repeat -580px -210px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	width:103px;
	height:29px;

	right:2px;
	z-index:100;
	position:absolute;
	bottom:0;
	border:solid 1px transparent;*/
}

.allCategories {
	font-size:  12px;
	z-index:10;
	width:340px;
	position:absolute;
	top:25px;
	visibility: visible;
	height: auto;
	max-height: 200em;
	width: auto;
	background: #FFF;
	border-radius: 0;
	opacity: 1;
	z-index: 110;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}


.viewAll:hover .allCategories {
   display: block;
}



.viewAll .menu {color:#FFF;list-style:none;display: none;}
.viewAll .menu li {width:100%;float:left;text-indent:0;}
.viewAll .menu a {color:#000;line-height:18px;text-align:left;  font-size:16px; font-family: Arial,sans-serif;}

/* menu 01*/
.menu{list-style:none; display:flex;}
.menu li{position:relative; flex:1;text-align:center;white-space: nowrap; }
.menu li a{color:#333; text-decoration:none; padding:10px; display:block;   font-size:16px;  font-family: Arial,sans-serif;}
.menu li:hover > a{background:#333; color:#fff;}
.menu li ul{position:absolute; left:0; background-color:#fff; display:none;box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.6); }
.menu li:hover ul, .menu li.hover ul{display:block;}
.menu li ul li{display:block; min-width:150px; text-align:left;}
/*pedidos*/




.duvidasBox .duvidas li .duvida .title_pedido_principal {
    display: block;
    font-weight: normal;
    padding: 11px 5px;
    cursor: pointer;
    font-size: 1.091em;
    background: transparent;
}

.duvidasBox .duvidas li .resposta p {
    margin-bottom: 15px;
}

/*****/
[class*="span_pedido"] {
  float: left;
  min-height: 10px;
  /*margin-left: 5px;*/
}


.link_title_pedido {
  background-color: #800000;
  color:#fff;
  margin-bottom:2px;
}

.duvida .link_title_pedido:hover  {
  background-color: #000000;
  color:#fff;
}

.title_pedido {
  background-color: #f3f3f3 !important;
  font-weight:bold !important;
  font-size: 15px !important;
}

.duvidasBox .duvidas li .resposta {
    padding: 0px 2px 0px 0px;
}
.span_pedido1 {
  width: 100%;
}

.span_pedido2 {
  width: 50%;
}

.span_pedido3 {
  width: 33.33%;
  text-align:center;
}

.span_pedido_coluna{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.span_pedido_resposta1{
	width: 10%;
	text-align:center;
}

.span_pedido_resposta2{
	width: 20%;
	text-align:center;
}

.span_pedido_resposta3{
	width: 30%;
	text-align:center;
}

.span_pedido_resposta4{
	width: 40%;
	text-align:center;
}
.span_pedido_resposta5{
	width: 50%;
	text-align:center;
}
.span_pedido_resposta6{
	width: 60%;
	text-align:center;
}

.span_pedido_resposta7{
	width: 70%;
	text-align:center;
}
.span_pedido_resposta8{
	width: 80%;
	text-align:center;
}
.span_pedido_resposta9{
	width: 90%;
	text-align:center;
}
.span_pedido_resposta10{
	width: 100%;
	text-align:center;
}


.title_table_pedidos{
	display:block;
	padding:11px 5px;
	font-size:1.091em;
	background: #f1f1f1;
	text-align:center;
	font-weight:bold;
}

.linha_table_pedidos{
	display:block;
	font-weight:normal;
	padding:11px 5px;
	background: #FFF;
	text-align:center;
	border-bottom:  1px dotted #CCC;
}

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

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

#timeLineTable{
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
}
#timeLineTable td{
    padding: 0px;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
}
#timeLineTable#timeLineTable tbody tr td {
	border: none;
}
#timeLineTable .stgTitle {
	font-weight: bold;
	text-align: center;
	color: #898989;
	font-size: 10px;
}

#timeLineTable .stgIcon {
	position: relative;
	display: block;
	margin: 0 auto;
    width: 60px;
	height: 43px;
    background-color: transparent;
    background-image: url(../arquivo/sprite-shop.png);
    background-repeat: no-repeat;
}
#timeLineTable div.bgLine {
	position: relative;
	display: block;
    height: 5px;
	top: 25px;
}

#timeLineTable .stgTdIcon div.bgLine {
	top: 25px;
}

#timeLineTable .bgLine.firstStage {
    margin-left: 25px;
}
#timeLineTable .bgLine.lastStage {
    margin-right: 25px;
}

#timeLineTable .bglineColorDisabled {
    background-color: #cccccc;
}
#timeLineTable .bglineColorWaiting {
    background-color: #868686;
}
#timeLineTable .bglineColorProcessing {
    background-color: #f7af00;
}
#timeLineTable .bglineColorCompleted{
    background-color: #7bc612;
}
#timeLineTable .bglineColorCanceled {
    background-color: #e60014;
}


#timeLineTable .bglineColorCompleted2Waiting {
    background	: #7bc612;
	background	:                       -moz-linear-gradient(left,                             #7bc612 0%,               #868686 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#7bc612), color-stop(100%,#868686));
	background	:                    -webkit-linear-gradient(left,                             #7bc612 0%,               #868686 100%);
	background	:                         -o-linear-gradient(left,                             #7bc612 0%,               #868686 100%);
	background	:                        -ms-linear-gradient(left,                             #7bc612 0%,               #868686 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#7bc612', endColorstr=   '#868686',GradientType=1 );
	background	:                            linear-gradient(left,                             #7bc612 0%,               #868686 100%);
}
#timeLineTable .bglineColorCompleted2Processing {
    background	: #7bc612;
	background	:                       -moz-linear-gradient(left,                             #7bc612 0%,               #f7af00 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#7bc612), color-stop(100%,#f7af00));
	background	:                    -webkit-linear-gradient(left,                             #7bc612 0%,               #f7af00 100%);
	background	:                         -o-linear-gradient(left,                             #7bc612 0%,               #f7af00 100%);
	background	:                        -ms-linear-gradient(left,                             #7bc612 0%,               #f7af00 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#7bc612', endColorstr=   '#f7af00',GradientType=1 );
	background	:                            linear-gradient(left,                             #7bc612 0%,               #f7af00 100%);
}
#timeLineTable .bglineColorCompleted2Canceled {
    background	: #7bc612;
	background	:                       -moz-linear-gradient(left,                             #7bc612 0%,               #e60014 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#7bc612), color-stop(100%,#e60014));
	background	:                    -webkit-linear-gradient(left,                             #7bc612 0%,               #e60014 100%);
	background	:                         -o-linear-gradient(left,                             #7bc612 0%,               #e60014 100%);
	background	:                        -ms-linear-gradient(left,                             #7bc612 0%,               #e60014 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#7bc612', endColorstr=   '#e60014',GradientType=1 );
	background	:                            linear-gradient(left,                             #7bc612 0%,               #e60014 100%);
}

#timeLineTable .bglineColorProcessing2Waiting {
    background	: #f7af00;
	background	:                       -moz-linear-gradient(left,                             #f7af00 0%,               #868686 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#f7af00), color-stop(100%,#868686));
	background	:                    -webkit-linear-gradient(left,                             #f7af00 0%,               #868686 100%);
	background	:                         -o-linear-gradient(left,                             #f7af00 0%,               #868686 100%);
	background	:                        -ms-linear-gradient(left,                             #f7af00 0%,               #868686 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#f7af00', endColorstr=   '#868686',GradientType=1 );
	background	:                            linear-gradient(left,                             #f7af00 0%,               #868686 100%);
}


#timeLineTable .bglineColorProcessing2Disabled {
    background	: #f7af00;
	background	:                       -moz-linear-gradient(left,                             #f7af00 0%,               #cccccc 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#f7af00), color-stop(100%,#cccccc));
	background	:                    -webkit-linear-gradient(left,                             #f7af00 0%,               #cccccc 100%);
	background	:                         -o-linear-gradient(left,                             #f7af00 0%,               #cccccc 100%);
	background	:                        -ms-linear-gradient(left,                             #f7af00 0%,               #cccccc 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#f7af00', endColorstr=   '#cccccc',GradientType=1 );
	background	:                            linear-gradient(left,                             #f7af00 0%,               #cccccc 100%);
}


#timeLineTable .bglineColorCanceled2Disabled {
    background	: #e60014;
	background	:                       -moz-linear-gradient(left,                             #e60014 0%,               #cccccc 100%);
	background	:                           -webkit-gradient(linear, left right,color-start(0%,#e60014), color-stop(100%,#cccccc));
	background	:                    -webkit-linear-gradient(left,                             #e60014 0%,               #cccccc 100%);
	background	:                         -o-linear-gradient(left,                             #e60014 0%,               #cccccc 100%);
	background	:                        -ms-linear-gradient(left,                             #e60014 0%,               #cccccc 100%);
	filter		: progid:DXImageTransform.Microsoft.gradient(startColorstr=                   '#e60014', endColorstr=   '#cccccc',GradientType=1 );
	background	:                            linear-gradient(left,                             #e60014 0%,               #cccccc 100%);
}




/* order */
.stgIcon.order.Disabled         { background-position: -2px    -12px  ;}
.stgIcon.order.Waiting          { background-position: -2px    -76px  ;}
.stgIcon.order.Processing       { background-position: -2px    -142px ;}
.stgIcon.order.Completed        { background-position: -2px    -206px ;}
.stgIcon.order.Canceled         { background-position: -2px    -271px ;}

/* payment */
.stgIcon.payment.Disabled       { background-position: -67px   -12px  ;}
.stgIcon.payment.Waiting        { background-position: -67px   -76px  ;}
.stgIcon.payment.Processing     { background-position: -67px   -142px ;}
.stgIcon.payment.Completed      { background-position: -67px   -206px ;}
.stgIcon.payment.Canceled       { background-position: -67px   -271px ;}
.stgIcon.payment.warning        { background-position: -67px   -271px ;}

/* preparation */
.stgIcon.preparation.Disabled   { background-position: -132px  -12px  ;}
.stgIcon.preparation.Waiting    { background-position: -132px  -76px  ;}
.stgIcon.preparation.Processing { background-position: -132px  -142px ;}
.stgIcon.preparation.Completed  { background-position: -132px  -206px ;}
.stgIcon.preparation.Canceled   { background-position: -132px  -271px ;}

/* transport */
.stgIcon.transport.Disabled     { background-position: -197px  -12px  ;}
.stgIcon.transport.Waiting      { background-position: -197px  -76px  ;}
.stgIcon.transport.Processing   { background-position: -197px  -142px ;}
.stgIcon.transport.Completed    { background-position: -197px  -206px ;}
.stgIcon.transport.Canceled     { background-position: -197px  -271px ;}

/* delivered */
.stgIcon.delivered.Disabled     { background-position: -261px  -12px  ;}
.stgIcon.delivered.Waiting      { background-position: -261px  -76px  ;}
.stgIcon.delivered.Processing   { background-position: -261px  -142px ;}
.stgIcon.delivered.Completed    { background-position: -261px  -206px ;}
.stgIcon.delivered.Canceled     { background-position: -261px  -271px ;}



/* fim pedidos*/
.pulse-button {
    position: relative;
    width: 51px;
    height: 51px;
    border: none;
    box-shadow: 0 0 0 0 rgba(217, 0, 0, 0.29);
    border-radius: 50%;
    background: #D90000;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    background-image: -webkit-linear-gradient(top, #D90000, #D90000);
    background-image: -moz-linear-gradient(top, #D90000, #D90000);
    background-image: -ms-linear-gradient(top, #D90000, #D90000);
    background-image: -o-linear-gradient(top, #D90000, #D90000);
    background-image: linear-gradient(to bottom, #D90000, #D90000);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);

}

.bread-crumb {
    padding-bottom: 10px;
    width: 100%;
}
.bread-crumb ul {

}
.bread-crumb ul li a{
    padding-left: 10px;
    margin-left: 6px;
    float: left;
    font-weight: bold;
    color: #9b9b9b;
    background: url(../arquivo/arrowOrange.gif) no-repeat left center;
}
.bread-crumb ul li.last {
    background: none;
	 margin-left: 0px;
	 padding-left: 0px;
}
/***** formularios ****/
[class*="formulario"] {
  float: left;
  min-height: 34px;
  margin: 0 5px 5px 0;
}

[class*="formulario_"] {
  font-size:15px;
  font-weight:normal
}

.formulario12 {
  width: 925px;
}
.formulario11 {
  width: 847.5px;
}
.formulario10 {
  width: 767px;
}
.formulario9 {
  width: 692.5px;
}
.formulario8 {
  width: 615px;
}
.formulario7 {
  width: 535.5px;
}
.formulario6 {
  width: 454px;
}
.formulario5 {
  width: 376px;
}
.formulario4{
  width: 305px;
}
.formulario3{
  width: 227.5px;
}
.formulario2{
  width: 141px;
}
.formulario1{
  width: 72.5px;
}


.formulario_33{
  width: calc(33% - 10px);
}

.formulario_40{
  width: calc(40% - 30px);
}

.formulario_20{
  width: calc(20% - 30px);
}
.formulario_30{
  width: calc(30% - 30px);
}
.formulario_60{
  width: calc(60% - 30px);
}
.formulario_50{
  width: calc(50% - 30px);
}
.formulario_70{
  width: calc(70% - 30px);
}
.formulario_80{
  width: calc(80% - 30px);
}
.formulario_100{
  width: calc(100% - 30px);
}

.form-control {
    display: block;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    padding: 5px 5px;

}

.div-control {
    display: block;
    height: 20px;
	font-weight:bold;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    background-color:none;
    border: 1px solid #CCC;
    border-radius: 4px;
	width: 100%; /* force to expand to container's width */
    padding: 5px 5px;
}



/*************************/

/* modal comprar agora*/
.show_by:hover {
    background: #FFF;
}
.show_by {
    top: 250px;
    right: 0px;
    display: none;
    position: fixed;
    width: 250px;
    height: auto;
    cursor: default;
    background: #FFF;
    z-index: 999;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border:#ccc solid 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: #900000 solid 6px;
    padding: 10px;
    text-align: center;
}
.show_by_container{
	display:none;
 }
.productDescriptionShort {
    font-size: 1.636em;
    line-height: 20px;
	color: #404040;
	font-size:15px;
	margin-bottom: 10px;
}

.shippingSimulatorButton {
	margin-left: 5px;
	height: 45px;
	background-color:#00bd80;
	display: inline-block;
	vertical-align: top;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 3px;
	color:  #fff;
}

.close {
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #FFF;
	background-color:#d2322d;
	border:solid 1px #ac2925;
    text-shadow: 0px 1px 0px #fff;
    opacity: 0.6;
    padding: 0px 5px;
    cursor: pointer;
}

/*********************/
.alert {
    top: 0;
    position: fixed;
    width: 80%;
    background-color: #FF4500;
    background-color: #F4BC35;
    box-shadow: 1px 1px 10px 1px #999;
    z-index: 1040;
    font-size: 110%;
    font-weight: bold;
    border-bottom: solid 6px #900000;
    border-radius: 0 0 3px 3px;
    padding: 20px;
    color: #FFF;
	line-height: normal;
	right: 10%;
}

.none {
    display: none;
}
.cadastro_autenticacao2{
	margin-top: 50px;
	border: solid 1px #F9F9F9;
	border-bottom-color: rgb(249, 249, 249);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 15px 30px;
	border-bottom: solid 6px #900000;
	border-radius: 3px;
	background: #F9F9F9;
}

.cadastro_autenticacao{
	background: #FFF;
}
.primary-title {
    color: #666;
    font-size: 36px;
    font-weight: normal;
    margin: 20px 0px;
}
.sub-title {
    font-size: 12px;
    color: #999;
    font-weight: bold;
    margin-top: -20px;
}

.cadastro_autenticacao .tit {
    font-size: 15px;
    color: #900000;
    font-weight: bold;
    margin-bottom: 6px;
    border-bottom: solid 1px #ccc;
    line-height: 30px;
}

.inputs{
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #525252;
    font-size: 16px;
    height: 45px;
	padding:5px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}


.btn-small{
	padding: 2px 5px;
	font-size: 12px;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}



.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-gray{
  color: #ffffff;
  background-color: #9c9c9c;
  border-color: #999;
}

.sprite-checkout {
    width: 375px;
    height: 78px;
    background: url(../arquivo/sprite-checkout.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    float: right;
    margin: 0 10px 0 0;
}
.identificacoa{
	background-position: 0 -78px;
}

.entrega{
	background-position: 0 -170px;
}
.revisao{
	background-position: 0 -255px;
}
.comprovante{
	background-position: 0 -340px;
}

.content-checkout{
}

.BasketAddress-decoracao {
    background: #f4f4f4;
    font-size: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;

}
.BasketAddress {
    display: flex;
}
.BasketAddress-left {
    width: 50%;
}
.BasketAddress-right {
    width: 50%;
    text-align: right;
}

.linha {
    height: 1px;
    border: none;
    color: #000;
    background-color: #8c8c8c;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 99%;
    display: block;
}

.rounded-corners {
	width: 297px;
	border: 1px solid #E5E5E5;
	margin-top: 25px;
}
.caixa_pagamento {
    border: solid 1px #CBCBCB;
	width: 100%;
	min-height: 395px;
	border-radius: 4px;
	padding: 10px;
	margin: 5px;
}

.pagemanto_table td{
  padding: 2px 10px;
}

.pagamento_title, .pagamento_valor{
  font-size:15px;
}
.forma_pagamento:hover {
    border: solid 2px #007C29;
}
.forma_pagamento {
	background: #FFF;
    color: #696969;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border: solid 2px #F3BB32;
    border-radius: 3px;
    line-height: 30px;
    cursor: pointer;
}

.forma_pagamento .boleto {
    background: url(../arquivo/sprite.png) no-repeat -537px -50px;
    width: 35px;
    height: 30px;
    float: left;
    margin: 0 15px 0 0;
}
.forma_pagamento .cartao {
    background: url(../arquivo/sprite.png) no-repeat -740px -50px;
    width: 40px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.entrega_frete span {
    color: #FFF;
    float: left;
}
.caixa_endereco {
	border: solid 1px #CBCBCB;
	width: 100%;
	min-height: 180px;
	display: block;
	padding: 10px;
	margin: 5px;
	border-radius: 4px;
}
.caixa_endereco li {
	font-size: 12px;
	list-style: none;
	line-height: 18px;
}

.tit {
    font-size: 15px;
    color: #900000;
    font-weight: bold;
    margin-bottom: 6px;
    border-bottom: solid 1px #ccc;
    line-height: 30px;
}

.entrega_frete {
    background: #F3BB32;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    border-radius: 3px;
    line-height: 30px;
}
.pagamento_valor {
    color: #007C29;
}

/* JANELA MODAL*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display:none;
}

.modalDialog>div h2{
	text-align: left;
	margin:10px 0;
	width:100%;
	font-size:1.836em;
	color:#0154A2;
	padding-bottom:10px;
	border-bottom:solid 1px;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    position: relative;
    margin: 20px auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
	overflow: auto;
	max-width: 90%;
	min-width: 360px;
	max-height: 85%;

}
.btn-fechar {
    line-height: 25px;
    position: absolute;
    top: 10px;
	right: 12px;
    font-weight: bold;
}

/*carrinho de compra*/

.suggestionList{
			z-index:999;
			position:absolute;
			top: 55px;
			position:absolute;
			cursor:default;
			background:#FFF;
			z-index:999;
			-webkit-border-radius:3px;
			border-radius:3px;
			border:#ccc solid 1px;
			border-bottom:#900000 solid 6px;
			padding:1px;
			display:none;
			width:100%;
		 }
		.suggestionList ul{
			max-height:320px;
			overflow: auto;
			width:100%;
			padding:0;
			border:none;
			list-style:none;
		}
		.suggestionList li {
			clear:both;
			border:solid 1px #FFF;
			border-bottom:solid 1px #ccc;
			height:70px;
			margin-right:0;
			padding:4px;
			width:95%;
		}

		.data .name.full-name {
		white-space: normal;
		}

		.data .name {
		color: #323232;
		font: 15px Arial,tahoma,verdana;
		margin-top: 5px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
		.data .price {
		color: #404040;
		font-size: 16px;
		font-size: 21px;
		font-weight: 700;
		padding: 10px 0;
		font-family: Arial, tahoma, verdana;
		text-align: left;
	    }

		.suggestionList img {float:left;margin-right: 10px;}


		.strip-multi-colors {
		margin-top:15px;
		border-radius: 2px 2px 0 0;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-topleft: 2px;
		height: 5px;
		background: #fcd000;
		background: -moz-linear-gradient(left,#fcd000 0,#ff8a00 17%,#ff253a 34%,#ff37a8 51%,#a400e1 67%,#0086ff 83%,#00d604 100%);
		background: -webkit-linear-gradient(left,#fcd000 0,#ff8a00 17%,#ff253a 34%,#ff37a8 51%,#a400e1 67%,#0086ff 83%,#00d604 100%);
		background: linear-gradient(to right,#fcd000 0,#ff8a00 17%,#ff253a 34%,#ff37a8 51%,#a400e1 67%,#0086ff 83%,#00d604 100%);
		background: linear-gradient(to right,#f58934 0%,#e7fb3f 35%,#ffffff 100%);
		}
/*carrinho cesta*/


/******/
.menu_auto_atendimento h3{
	background: #880000;
	color: #fff;
	margin: 0 0 10px 0;
	line-height: 29px;
	font-size: 15px;
	padding:0 10px;
}
.menu_auto_atendimento ul {
    color: #666;
    list-style: disc inside none;
}
.menu_auto_atendimento li {
	font-size:15px;
    margin-bottom: 4px;
}
.menu_auto_atendimento li a{
    color: #666;
    text-decoration: none;
}
.menu_auto_atendimento li a:hover{
    color: #000;
}


.atendimento .content p, .institucional .content p {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 1.091em;
}
.ad-slideup {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: .375s;
    -moz-transition: .375s;
    -o-transition: .375s;
    transition: .375s;
	padding:8px;
}
.adace-slideup-slot-closer {
    display: block;
    padding: 0 8px;
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 0;
    left: auto;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}
.warning_box {
    background-color: #FA8072;
    padding: 10px;
    overflow: hidden;
    min-height: 30px;
    line-height: 16px;
	border: solid 1px #A52A2A;
    border-radius: 4px;
	font: 14px Arial,tahoma,verdana;
	color: #FFF;
}

.orientacao{
	margin: 30px;
	font-size:20px;
	line-height:25px;
}

/*  load_page */
.load2{
	height:120px;
	width:100%;
	position:absolute;
	top:50%;
	z-index:40;
	background:url(../arquivo/loading.gif) no-repeat center 25px #FFF;
	filter:alpha(opacity=70);
	opacity:0.7;
	border-bottom:#900000 solid 6px;
}
.load2 p{
    position:absolute;
	bottom:10px;;
	font-size: 30px;
    color:#000;
	width:100%;
	text-align:center;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.load2 .texto_load{
font-size: 30px;
color:#000;
top:-20px;
background:#fff;
}
.load_page{
	width:100%;
    height:100%;
	cursor:forbidden;
	position:fixed;
	top:0;
	z-index:2000;
	background:url(../arquivo/loading.gif) no-repeat center 50% #FFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.load_page p{
    position:relative;
	font-size: 30px;
    color:#000;
	height: 70px;
	width:100%;
	text-align:center;
	filter:alpha(opacity=70);
	opacity:0.7;
	top: 50%;
	border-bottom:#900000 solid 6px;
}

/*  load_page */

/* frete*/
.frete_obs {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8C8C8C;
	border-top:solid 1px #8C8C8C;
}

.frete_table{
	width: 100%;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color:#404040;
}
.frete_table tr{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #E5E5E5;
}

.frete_table td {
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

/* cor select */
.selectcor{
	width: 100%;
	height: 40px;
	font-size: 17px;
	line-height: 20px;
	padding: 2px;
	cursor: pointer;
	border-radius: 5px;
	border: solid 1px #ccc;
}

/* css caracteristica especificação recomendação*/
.productDescriptionWrapper h4 {
	width: 100%;
	font-size: 1.363em;
	color:#FFF;
	line-height: 30px;
	background: #0054A1;
	text-align: center;
	margin:10px 0 10px 0;
}

.productDescriptionWrapper .Linha {
    width: 100%;
    clear: both;
    margin: 5px 0 0 0;
    display: inline-block;
    background: #F9F9F9;
}
.productDescriptionWrapper .Linha:hover {
	background:#F0F0F0;
}

.Linha .name {
    width: 30%;
    font-weight: bold;
    float: left;

	font-family: Verdana, Helvetica, sans;
	font-style: normal;
	color:#666666;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	overflow: hidden;
}
.Linha .desc {
    width: 65%;
    border-left: solid 5px  #FFF;
    float: right;

	font-family: Verdana, Helvetica, sans;
	font-style: normal;
	color:#666666;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	overflow: hidden;
}


@media(min-width: 950px) {
	.cart:hover .container-checkout{
		 display: block;
	}
}

.container-checkout {
	right: 10px;
	position: absolute;
	display: none;
	width: 500px;
	max-height: 500px;
	cursor: default;
	background:	#FFF;
	z-index: 999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:	#ccc solid 1px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: #900000 solid 6px;
	padding: 6px;
}

.navWrapper h3 {
    width: 485px;
	background:#0054A1;
    color:#fff;
    line-height: 29px;
    text-align: center;
    font-size: 11;
	margin: 0;
	border-radius: 3px;
}
.checkout-body .empty-cart-title{
	font-size:20px;
	color:#FFF;
	border-radius: 3px;
	height:40px;
	line-height:30px;
	font-weight:bold;
	background:#900000;
	margin: 0;
	padding: 5px;
}
.checkout-body .icone_car{
	background:url(./arquivo/carrinho.png) no-repeat;
	width:28px;
	height:38px;
	float:left;
	padding: 5px;
	margin-right:20px;
}

.checkout-body .icone_car_empty{
	background:url(arquivo/triste.png) no-repeat;
	width:28px;
	height:28px;
	float:left;
	padding:5px;
	margin-right:20px;
}
.checkout-body .carmessage{
	font-size:18px;
	color:#FFF;
	border-bottom:solid 1px;
	padding:5px;
	margin: 2px 0;
	background:#F6BB42;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.checkout-body  .abrircarrinho{
	color:#FFF;
	background:#01812C;

}

.checkout-body .navWrapper {
	width:100%;
}

.checkout-body .navWrapper li{
	clear:both;
	border:solid 1px #FFF;
	border-bottom:solid 1px #ccc;
	list-style:none;
	min-height: 80px;
	width:465px;
	font-size:12px;
}

.checkout-body a {
    text-indent: 0em;
    width: 360px;
    height: auto;
}
.checkout-body .navWrapper img {
    float: left;
    border: 1px solid #fff;
}
.checkout-body .navWrapper .data {
    margin: 5px 0 0 120px;
}
.checkout-body .navWrapper .data .descricao {
    font-size: 15px;
	line-height:15px;
    color:#333;
}

.checkout-body .navWrapper .data .newPrice {
    font: 16px/18px 'Arial', Sans-serif;
    font-weight: normal;
    color: #7b0505;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.checkout-body .navWrapper .data .installment {
	color: #004816;
    font-weight: bold;
}
.checkout-body .navWrapper ul{
	max-height:320px;
	overflow: auto;
	width:490px;
	padding:0;
	border:none;
}
.checkout-body .navWrapper .remove a {
    background:#900;
    color:#FFF;
    width: 60px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0 3px 0 0;
    float: right;
    text-align: center;
    border-radius: 3px;
}
/*carrinho de compra*/
.search svg,
.open-search svg {
 fill:
}
.page-catalog .header-mobile #open-search svg,
.page-search .header-mobile #open-search svg,
.page-product .header-mobile #open-search svg {
 fill:
}
.login svg {
 fill:
}

.login_correspondente {
 align-items: center;
 float: right;
 margin: 5px 0 0 0;
}

.login p {
 color:#fff;
}

.login_correspondente p {
 color:#fff;
 font-size: 16px;
 line-height: 16px;
 margin: 0;
}
.login a, .login_correspondente a {
 color:#ccc
}
.cart svg {
 fill:#fff
}
.cart .amount {
 background-color:#cc2b2b;
 color:#fff
}
.menu-button svg {
 fill:#fff
}
.categories-desktop {
 background-color:;
 border-color:
}
.categories-desktop .level2,
.categories-desktop .level3 {
 background-color:
}
.categories-desktop .link-level1,
.categories-desktop .link-level2,
.categories-desktop .link-level3,
.categories-desktop .link-level4 {
 color:#3d4092;
}
.categories-desktop .item-level1:hover .link-level1,
.categories-desktop .item-level2:hover .link-level2,
.categories-desktop .item-level3:hover .link-level3,
.categories-desktop .item-level4:hover .link-level4 {
 background-color:;
 color:
}
.categories-desktop .item-level1.highlight:hover .link-level1 {
 background:none
}
.categories-desktop .item-level1.highlight {
 background-color:
}
.categories-desktop .item-level1.highlight .link-level1 {
 color:
}
.banner-home .swiper-button-next,
.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next {
 fill:
}
.banner-home .swiper-pagination-bullet-active {
 background:
}
.fundo_banner{
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 20;
    opacity: 1;
    visibility: inherit;
}

.fundo_banner_imagem{
    margin: 0px;
    width: 452px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: perspective(600px);
	flex: 0 1 50%;
	background:#fff;
}

.fundo_banner_imagem img{

	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 360px;
}

.fundo_banner_texto {
	pointer-events: auto;
	margin:10px;
    line-height: 3vw;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 3vw;
	color:#fff;
	/*flex: 0 1 50%;*/
	text-transform: capitalize;
}

.fundo_banner_price {
	margin-top:40px;
	text-align:center;
}

.fundo_banner_price small{
	font-size:15px;
}

.fundo_banner_by {

	font-size: 1.5vw;
	background:#fed700;
	padding: 5px 10px;
	color:#ea1b25;
	border-radius:5px;
	width:50%;
	text-align:center;
}

.fundo_banner_elemento {
    width: 100%;
    max-height: 295px;
    opacity: 1;
    top: 0px;
    left: 0px;
    transform: translate(0px);
    visibility: inherit;
    z-index: 20;
	display:flex;
}

.menu-mobile {
 background-color:#fff
}
.menu-mobile .foo {
 border-color:
}
.menu-mobile .content a,
.menu-mobile .foo {
 color:
}
.menu-mobile .foo a {
 color:#ccc
}
.menu-mobile .user-initials {
 background-color:;
 color:
}
.menu-mobile .user-card {
 background:#ea1b25;
 color:#fff
}
.menu-mobile .user-card p {
 color:#fff
}
.menu-mobile .user-card a {
 color:#ccc
}

.menu-mobile .content .item-level1 a:hover{
 background:#ea1b25;
 color:#fff
}

.categories-circles figure {
 background-color:
}
.categories-circles h3 {

}
.showcase li,
.showcase .swiper-slide {

}
.product figure {
  background:#fff;
}
.product .name,
.visitados_produtos .NomeProdLista {
 color:#323232;
 text-align:center
}
.price {
 text-align:center
}
.product .price-before {
 color:
}
.product .price,
.visitados_produtos .ValoresLista .precode,
.visitados_produtos .ValoresLista .precoAvista:not(.preco-avista) {
 color:
}
.product .payment,
.visitados_produtos .ValoresLista {
 text-align:center;
 color:#404040;
 font: 12px Arial,tahoma,verdana;
 font-weight:bold;
}
.product .sale {
 background-color:;
 color:
}


/* splits tags produtos*/
.shelf-item__flags {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
}
.shelf-item__flags .flag-promotion p {
    font-size: 0;
}
p.flag {
    float: right;
}
.shelf-item__flags p {
    margin: 0 0 5px;
}
.frete-gratis,.montagem-gratis, .sem-montagem, .ultimas-pecas, .oferta-exclusiva, .preco-loja{
    background-image: url(../arquivo/sprite-principal.png);
    background-repeat: no-repeat;
}
.shelf-item__flags .flag-promotion .frete-gratis {
    background-position: 0 -292px;
    height: 26px;
    width: 70px;
}
.shelf-item__flags .flag-promotion .montagem-gratis {
    background-position: 0 -328px;
    height: 26px;
    width: 82px;
}
.shelf-item__flags .flag-promotion .oferta-exclusiva {
    background-position: 0 -364px;
    height: 26px;
    width: 77px;
}

.shelf-item__flags .flag-promotion .sem-montagem {
    background-position: 0 -400px;
    height: 26px;
    width: 80px;
}

.shelf-item__flags .flag-promotion .preco-loja {
    background-position: 0 -475px;
    height: 26px;
    width: 77px;
}

.shelf-item__flags .flag-promotion .ultimas-pecas {
    background-position: 0 -364px;
    height: 26px;
    width: 80px;
}


.brands-desktop {
 background-color:
}
.showcase h4 {
 color:#000
}
.showcase h3 {
 color:#000
}
.showcase .showcase-button-next svg,
.showcase .showcase-button-prev svg {
 fill:
}
.showcase .swiper-pagination-bullet-active {
 background:
}

.newsletter {
 background-color:#fdf013;

}
.newsletter h3 {
 color:#000;
}
.newsletter input {
 background-color:
}
.newsletter button {
 background-color:
}
.newsletter button svg {
 fill:
}
.newsletter button span {
 color:
}
.reviews .dep_item {
 background-color:
}
.reviews h3 {
 color:
}
.reviews .dep_item .dep_nome {
 color:
}
.reviews .dep_item .dep_nota {
 color:
}
.reviews .dep_item .dep_data {
 color:
}
.reviews .dep_item .dep_msg {
 color:
}
.reviews .dep_link a {
 color:
}
.news h2 {
 color:
}
.news #news-container .noticias li {
 color:
}
.news #noticia_imagem {
 color:
}
.news #news-container .noticias #noticia_dados h3 {
 color:
}
.news #news-container .noticias #noticia_dados a {
 color:;
 background-color:
}
.news #news-container.active-desc .noticias #noticia_dados p {
 display:block
}
footer {
 background-color:
}
footer svg {
 fill:
}
.foo-title {
 background:;
 border-color:;
 color:
}


@media(max-width: 1024px) {
 .strip-multi-colors {
	margin-top: 0;
 }
}

@media (min-width:1024px) {
 .foo-title {
  background:none;
  color:
 }

  .show_by_container{
	display:block;
  }

}


@media(max-width: 524px) {

.txt_destaque{
		text-align:center !important;
	}

 .show_by{
	top: unset;
	bottom: 0;
    width: 100%;
 }

 .show_by_container img, #id_close, .productDescriptionShort b{
	display:none;
  }
.show_by_container{
	width:100%;
  }

	.shippingSimulatorButton{
		width: calc(50% - 10px)  !important;
		float: right;
	}
	#valores{
		width: 50%;
		float: left;
	}


}

.show_by_container{
	display:block;
 }



.foo-title .more:after,
.foo-title .more:before {
 background-color:
}
.foo-institutional a,
.foo-atendimento p,
.foo-atendimento a {
 color:
}
.foo-msg {
 background-color:;
 border-color:
}
.foo-msg p {
 color:
}
.catalog-desc h2 {
 color:
}
.catalog-desc p {
 color:
}
.page-catalog .pagination .page-link,
.page-search .pagination .page-link {
 background:
}
.page-catalog .pagination a,
.page-search .pagination a {
 color:
}
.page-catalog .pagination .page-link.page-current,
.page-search .pagination .page-link.page-current {
 background:;
 color:
}
.page-catalog .catalog-name h1,
.page-search .catalog-name h1 {
 color:
}
.page-catalog .catalog-name p,
.page-search .catalog-name p {
 color:
}
.catalog-subcategory {
 background-color:
}
.catalog-subcategory a {
 color:
}
.catalog-filters>span,
.open-filters>span {
 color:
}
.catalog-filters>svg,
.open-filters>svg {
 fill:
}
.page-catalog .filter,
.page-search .filter,
.page-catalog .filter-list,
.page-search .filter-list {
 background-color:
}
.page-catalog .filter-list li,
.page-search .filter-list li {
 border-color:
}
.page-catalog .filter-title,
.page-search .filter-title {
 color:
}
.page-catalog .filter-title i:before,
.page-search .filter-title i:before,
.page-catalog .filter-title i:after,
.page-search .filter-title i:after {
 background-color:
}
.page-catalog .filter.applied svg,
.page-search .filter.applied svg {
 fill:
}
.page-catalog .filter-list a,
.page-search .filter-list a,
.page-catalog .filter-list label,
.page-search .filter-list label {
 color:
}
.page-login .caixa-cadastro,
.page-login .caixa-login {
 background:
}
.page-login .caixa-cadastro h3,
.page-login .caixa-login h3 {
 color:
}
.page-login .caixa-cadastro label,
.page-login .caixa-cadastro p,
.page-login .caixa-login label,
.page-login .caixa-login p {
 color:
}
.page-login .caixa-cadastro button,
.page-login .caixa-login button {
 background:;
 color:
}
.page-checkout_cart .botao-prosseguir-compra .botao-commerce-img {
 background:;
 color:!important
}
.page-checkout_cart .bt-continuar-comprando a {
 background:;
 color:
}
.product-name {
 color:
}
@media(max-width: 1155px) {
.formulario12,
.formulario11,
.formulario10,
.formulario9,
.formulario8 ,
.formulario7,
.formulario6 ,
.formulario5,
.formulario4,
.formulario3,
.formulario2,
.formulario1,
.formulario_20,
.formulario_30,
.formulario_40,
.formulario_50,
.formulario_60,
.formulario_70,
.formulario_80,
.formulario_100{
	width:100%
}
.sprite-checkout {
	float: none;
}
}

@media (max-width:1023px) {
 header .product-name h1 {
  color:
 }
 header .product-name p {
  color:
 }

}

.login_correspondente {
 align-items: center;
 margin: 5px 0 0 0;
 width: 100%;
}

.login_correspondente .login_img{
	flex: 0 1 30px;
}
.login_correspondente .login_texto{
	font-size:18px;
	line-height:20px;
	margin:0;
	text-align:center;
	color:#fff;
	flex: 1;
}

.product-pricing .PrecoPrincipal {
 color:
}
.product-pricing #info_preco {
 color:
}
.product-pricing #info_preco strong,
.product-pricing #info_preco .color {
 color:
}
#button-buy.botao-comprar {
 background-color:;
 color:
}
.product-shipping #shippingSimulatorButton {
 background-color:;
 color:
}
.product-tabs .tabs-container li a {
 color:
}
.product-tabs .tabs-container li.aberta a {
 color:
}
.visitados:before,
.product-bundle>h4,
.product-related h4 {
 color:
}
.visitados_produtos #linksPag a.pageON,
.visitados_produtos #linksPag a:hover {
 background:
}
.cart-preview-footer .botao-prosseguir-compra {
 background-color:;
 color:
}
.botao-continuar-comprando {
 color:
}
.page-register .botao-commerce-img,
#comentario_cliente a {
 background-color:
}
.product .product__status {
 color:
}
.product_text_color,
.product-bonus #idBonusVariacao,
.product-pricing .precode {
 color:
}
@media(max-width: 1023px) {
	.fundo_banner_texto{
    line-height: 4vw;
	font-size: 4vw;
	}
	.fundo_banner_by {
		line-height: 3vw;
		font-size: 3vw;
		width:calc(50% - 10px);
		padding: 2px 5px;
	}
	.fundo_banner_price {
		margin-top:5px;
	}
}
