* {
	margin:0;
	padding:0;
	}
.alR {
	text-align:right;
	}
.alC {
	text-align:center;
	}
.grid-container {
	max-width:1000px;
	}
img {
	max-width:100%;
	}
*:focus {
    outline: none;
}

ul li{
	list-style: none;
}
.link-secondary {
	color: blue !important;
	text-decoration: underline;
}
a, button, .menu > li > ul, .prodl, .saveforms {
	/*
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s; */
	outline:none;
	text-decoration:none;
	}
.dinB {
	display:inline-block;
	}
.upp {
	text-transform:uppercase;
	}
body, select, input[type], button, textarea {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	}
body {
	background:#fff;
	}
.sup {
	line-height:30px;
	background:#f3f3f3;
	color:#777;
	vertical-align:middle;
	word-spacing: 0px;
	font-size:0;
	}
.sup p, .sup a, .sup strong {
	vertical-align:middle;
	font-size:15px;
	}
.btsup {
	padding:0 7px;
	text-align:center;
	margin-left:12px;
	}
.btcartsup {
	padding:0 14px 0 12px;
	}
.btcartsup i{
	font-size:18px;
	}
.topo {
	padding:20px 0;
	}
.busca {
	float:left;
	width:268px;
	line-height:37px;
	font-size:0;
	background:#f3f3f3;
	margin-left: 150px;
	}
.busca input[type] {
	line-height:30px;
	font-size:14px;
	}
.busca input[type="search"]{
	border:0 none;
	width:80%;
	background:none;
	font-style:italic;
	border:1px solid #e1e1e1;
	text-indent:10px;
	}
.busca button{
	cursor:pointer;
	line-height:30px;
	font-size:14px;
	border:0 none;
	text-align:center;
	padding:0 12px;
	margin: 0px;
	margin-bottom: 15px;
	}
.menu {
	background:rgba(0,0,0,0.7);
	font-size:0;
}
.menu li {
	list-style:none;
}
.menu > li {
	display:inline-block;
	position:relative;
	line-height:44px;
	vertical-align:middle;
}
.menu a {
	text-transform:uppercase;
}
.menu > li > a {
	display:inline-block;
	position:relative;
	line-height:44px;
	vertical-align:middle;
	padding:0 22px;
	font-size:15px;
}
.menu > li > ul {
	position:absolute;
	display:none;
	opacity:0;
	font-size:14px;
	width:200px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu > li.temsub > a:after{
   content: '\f078';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size:10px;
   vertical-align:top;
   margin-left:5px;
   text-decoration:none;
}
.menu > li:hover > ul {
	display:block;
	opacity:1;
}
.menu > li > ul > li > a {
	display:block;
	line-height:24px;
	padding:9px 17px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.menu > li > ul > li > a:hover {
	background:rgba(0,0,0,0.3);
}
.menu-user {
	background:transparent;
	font-size:0;
}
.menu-user li {
	list-style:none;
}
.menu-user > li {
	display:inline-block;
	position:relative;
	line-height:44px;
	vertical-align:middle;
}
.menu-user a {
	text-transform:uppercase;
}
.menu-user > li > a {
	display:inline-block;
	position:relative;
	line-height:44px;
	vertical-align:middle;
	font-size:15px;
}
.menu-user > li > ul {
	position:absolute;
	display:none;
	opacity:0;
	font-size:14px;
	width:200px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu-user > li.temsub > a:after{
	content: '\f078';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size:10px;
	vertical-align:top;
	margin-left:5px;
	text-decoration:none;
}
.menu-user > li:hover > ul {
	display:block;
	opacity:1;
}
.menu-user > li > ul > li > a {
	display:block;
	line-height:24px;
	padding:9px 17px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.menu-user > li > ul > li > a:hover {
	background:rgba(0,0,0,0.3);
}
footer {
	margin-top:50px;
	}
.foot1 {
	background:#dedede;
	height:48px;
	}
.contfoot1 {
	height:48px;
	}
.nav2 {
	background:rgba(0,0,0,0.3);
	list-style:none;
	text-transform:uppercase;
	height:48px;
	line-height:48px;
	font-size:14px;
	}
.nav2 > li {
	display:inline-block;
	}
.nav2 > li:after {
	content:"|";
	color:#fff;
	font-weight:700;
	margin:0 10px;
	}
.nav2 > li > a:hover {
	text-decoration:underline;
	}
.contfoot2 {
	padding:20px 0;
	}
.logofoot {
	display:block;
	max-width:135px;
	margin:0 auto;
	}
.logob2b {
	font-size:11px;
	margin:8px 0 0;
	font-weight:400;
	color:rgba(0,0,0,0.5);
	}
.logob2b img {
	display:inline-block;
	margin-bottom:5px;
	}
.camin {
	margin:22px 0;
	vertical-align:middle;
	line-height:26px;
	}
.camin p, .camin span, .camin a {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:3px;
	}
.camin a:hover {
	text-decoration:underline;
	}
.prodl {
	display:inline-block;
	border:1px solid #E1E1E1;
	max-width:300px;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 2px 20px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 2px 20px 0px rgba(0, 0, 0, 0);
	text-align:left;
	}
.prodl:hover {
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 2px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 2px 20px 0px rgba(0, 0, 0, 0.3);
	}
.adjim {
	height:256px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
	}
.adjim > a {
	display:block;
	width:100%;
	height:100%;
	}
.adjim > a > img {
	display:none;
	}
.info {
	display:table-row;
	}
.info a.nome {
	display:table-cell;
	padding:12px 14px;
	background:rgba(0,0,0,0);
	height:70px;
	}
.prodl:hover .info a.nome {
	background:rgba(0,0,0,0.2);
	}
.info a.maisz {
	display:table-cell;
	width:38px;
	vertical-align:middle;
	background:rgba(0,0,0,0.3);
	text-align:center;
	}
.prodl:hover .info a.maisz {
	background:rgba(0,0,0,0.7);
	}
.info > a > h1, .info > a > p {
	display:inline;
	}
.info > a > h1, .info > a > p {
	font-size:15px;
	text-transform:uppercase;
	font-weight:400;
	vertical-align:middle;
	line-height:150%;
	}
.info > a > h1:after {
	content:"|";
	font-size:24px;
	font-weight:300;
	margin:0 10px;
	vertical-align:middle;
	}
.imgprod {
	max-width:95%;
	}
.produto h1 {
	font-size:41px;
	line-height:95%;
	letter-spacing:-1px;
	}
.produto h2, .produto h3 {
	font-size:18px;
	line-height:140%;
	margin:1em 0 0.6em;
	font-weight:400;
	}
.opcs {
	padding:10px 0 16px;
	}
.opcs p {
	margin-bottom:8px;
	text-transform:uppercase;
	}
select {
	border:0 none;
	display:block;
	padding-right:40px;
	color:#666;
	outline:0;
	width:100%;
	background:url(../../img/down.png) no-repeat right center;
	cursor:pointer;
	}
select::after {
	content:"\f0d7";
	}
select option {
	border:0 none;
	display:block;
	padding:8px 0;
	color:#666;
	text-indent:10px;
	}

.spsel {
	display:inline-block;
	padding: 9px 9px 8px 12px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
}
.spsel-mini {
	padding: 3px 9px 3px 9px !important;
}
.spsel-nfw {
	width: auto !important;
}
select {
    -moz-appearance: none;
    -webkit-appearance:none;
     }
select::-ms-expand {
    display: none;
	}
.opcs li {
	list-style:none;
	padding:0 3px 6px;
	}
.opcs li span {
	display:inline-block;
	padding:4px 4px 0 0;
	vertical-align:middle;
	}
.opcs li strong {
	display:inline-block;
	padding:1px 0 0 0;
	vertical-align:middle;
	}
.add, .saveforms {
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	}
.add {
	display:inline-block;
	font-size:16px;
	letter-spacing:-0.3px;
	padding:0 18px;
	line-height:2.5em;
	vertical-align:middle;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5em;
	}
.add:hover, .saveforms:hover {
	color:#e4e4e4;
	background:#333;
	}
.dados h1 {
	font-size:41px;
	line-height:95%;
	letter-spacing:-1px;
	margin-bottom:22px;
	padding-bottom:-1px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	}
.dados h1 strong {
	display:inline-block;
	padding-bottom:8px;
	border-bottom-width:3px;
	border-bottom-style:solid;
	}
.h2peq {
	font-size:35px;
	text-transform:uppercase;
	}
.h1mm {
	font-size:41px;
	line-height:95%;
	letter-spacing:-1px;
	margin-bottom:22px;
	padding-bottom:-1px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	}
.h1mm {
	display:inline-block;
	padding-bottom:8px;
	border-bottom-width:3px;
	border-bottom-style:solid;
	}
.h1mm span {
	font-weight:400;
	}
.forms p {
	margin-bottom:9px;
	}
.forms input[type], .forms textarea {
	display:inline-block;
	padding:7px 9px 7px 6px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:99%;
	margin-bottom:7px;
	resize:none;
	}
.input-mini {
	padding:3px 6px 3px 6px !important;
	font-size: 13px;
}
.label-mini {
	font-size: 13px;
}
.forms input[type="submit"] {
	cursor:pointer;
	padding:14px 9px 14px 6px;
	border:0 none;
	width:45%;
	margin-top:19px;
	text-transform:uppercase;
	color:#fff;
	}
.forms .noedit {
	background:rgba(0,0,0,0.1);
	}
.forms .minis, .forms .medio, .forms .ddd {
	margin-right:3px;
	}
.forms .minis {
	width:20% !important;
	}
.forms .medio{
	width:45% !important;
	}
.forms .ddd{
	width:10% !important;
	}
.forms label {
	display:block;
	margin-bottom:4px;
	text-transform:uppercase;
	}
.msgform {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:22px;
	padding:23px 24px 22px 68px;
	background-position:30px 23px;
	background-repeat:no-repeat;
	}
.msgform h2 {
	font-size:23px;
	font-weight:400;
	}
.msgform ul {
	list-style: square;
	margin:10px 15px 0;
	}
.msgerro {
	border:1px solid #F90;
	background-color:#FFC;
	background-image:url(../../img/msgerro.png);
	}
.msgerro h2 {
	color:#F5A703;
	margin-top:0;
	}
.msgsucesso {
	border:1px solid #008241;
	background-color: #E6FFE6;
	background-image:url(../../img/msgsuc.png);
	}
.msgsucesso h2 {
	color:#008241;
	}
.tbmp, .tbcart {
	width:100%;
	vertical-align:middle;
	}
.tbmp {
	border:1px solid rgba(0,0,0,0.2);
	}
.tdbrdl {
	border-left:1px solid rgba(0,0,0,0.2);
	}
.tdbrdr {
	border-right:1px solid rgba(0,0,0,0.2);
	}
.tbmp td, .tbcart thead td, .tbcart tfoot td {
	padding:10px 14px;
	vertical-align:middle;
	}
.tbcart tfoot tr.tf1 {
	font-size:20px;
	color:#fff;
	background:rgba(0,0,0,0.6);
	}
tr.cartbts td {
	padding:10px 0;
	}
.tbcart tbody td {
	padding:10px 14px 8px 14px;
	vertical-align:middle;
	}
td.imgprod {
	padding:10px 0 8px 14px !important;
	}
td.nmprod {
	padding:10px 14px 8px 0 !important;
	}
.tbmp thead td {
	padding:16px 14px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:16px;
	}
.topcart td {
	padding:16px 14px;
	color:#fff;
	font-size:16px;
	}
.tbmp tbody tr:nth-child(even), .tbcart tbody tr:nth-child(even) {
    background-color:rgba(0,0,0,0.1);
}
.tbmp tbody a {
	color:rgba(0,0,0,0.5);
	font-size:22px;
}
.tbcart tbody em {
	font-style:normal;
	}
.thcart {
	border:1px solid rgba(0,0,0,0.1);
	}
.cart input[type="number"] {
	display:inline-block;
	padding:7px 9px 7px 6px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:65px;
	text-indent:5px;
	}
.cartbts button, .cartbts a {
	display:block;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	padding:7px 10px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.1);
	background:#ccc;
	color:#000;
	}
.contcom.contvz {
	display:block;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	padding:7px 10px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.1);
	background:#ccc;
	color:#000;
	margin-top:15px;
	}
.pednr {
	border-right:1px solid rgba(0,0,0,0.1);
	padding-right:10px;
	margin-right:10px;
	margin-bottom:30px;
	}
.pednr span {
	display:block;
	text-transform:uppercase;
	}
.pednr strong {
	display:block;
	font-size:35px;
	}
.infoped {
	border-right:1px solid rgba(0,0,0,0.1);
	padding-right:10px;
	margin-right:10px;
	margin-bottom:30px;
	}
.infoped p {
	margin-bottom:15px;
	}
.infoped p strong {
	display:block;
	text-transform:uppercase;
	font-weight:400;
	}
.statped {
	vertical-align:middle;
	}
.statped p {
	text-transform:uppercase;
	}
.statped p strong {
	display:block;
	text-transform:none;
	font-size:30px;
	font-weight:700;
	}
.veri {
	display:inline-block;
	padding:11px 11px 11px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent:5px;
	margin-top:15px;
	}
.veri:hover {
	border:1px solid #333;
	background:#333;
	}
.boxlg {
	border:1px solid rgba(0,0,0,0.2);
	padding:25px;
	}
.arrd {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.boxlg .tip {
	display:none;
	}
.not-valid .tip {
	display:block;
	font-size:12px;
	color:#F30;
	}
.not-valid input[type], .not-valid textarea, .not-valid select {
	border:1px solid #f30;
	background:#FFF4F4;
	}
.smb {
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.2);
	}
.aesq {
	color:rgba(0,0,0,0.5);
	}
.dsb {
	display:block;
	}
.menud li {
	list-style:none;
	}
.menud li a {
	display:block;
	background:rgba(0,0,0,0.6);
	color:#fff;
	margin-bottom:1px;
	padding:10px;
	}
.menud li a:hover {
	background:rgba(0,0,0,0.9);
	}
.err404 {
	width:520px;
	position:absolute;
	height:90px;
	top:50%;
	left:50%;
	margin:-45px 0 0 -260px;
	}
.err404 h2 {
	font-weight:300;
	font-size:90px;
	margin:0 20px 0 0;
	line-height:100%;
	vertical-align:middle;
	}
.adj404 {
	vertical-align:middle;
	margin:0 0 0;
	}
.err404 h3 {
	font-size:20px;
	margin:0;
	}
.err404 p {
	margin-bottom:5px;
	}
.err404 a {
	text-decoration:underline;
	font-size:12px;
	}
.err404 a:hover {
	color:#666;
	}
.manut {
	position:absolute;
	width:300px;
	height:300px;
	top:50%;
	left:50%;
	margin:-150px 0 0 -150px;
	}
.aremov {
	color:#D50000;
	}
.menulat li {
	list-style:none;
	}
.menulat > ul > li > a > span {
	font-weight:700;
	color:#fff;
	display:block;
	padding:10px;
	border-bottom:1px solid #fff;
	background:rgba(0,0,0,0);
	}
.menulat > ul > li > ul > li > a > span {
	font-weight:400;
	color:#fff;
	display:block;
	padding:8px 8px 8px 15px;
	border-bottom:1px solid #fff;
	font-size:14px;
	background:rgba(0,0,0,0);
	}
.menulat > ul > li > ul {
	border-bottom:5px solid #fff;
	}
.menulat > ul > li > a:hover span,
.menulat > ul > li > ul > li > a:hover span {
	background:rgba(0,0,0,0.3);
	}
.mini {
	font-size:12px !important;
	}
.paginacao li {
	list-style:none;
	display:inline-block;
	margin:4px;
	}
.paginacao li a, .paginacao li span {
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border-style:solid;
	padding:8px 15px;
	}
.paginacao li span.pgat {
	border-color:rgba(0,0,0,0.3);
	color:rgba(0,0,0,0.8);
	background:rgba(0,0,0,0.03);
	}
.paginacao li a.current {
	background:#333;
	border-color:#333;
	}
.paginacao li a:hover {
	background:#333;
	border-color:#333;
	}
.dados h1.h1boxs {
	font-size:26px;
	}
.dados .forms {
	margin-top:10px;
	}
.dados-login .forms {
	margin-top:60px;
	}
.precopr {
	margin:0 0 12px;
	color:#000;
	}
.precopr span {
	font-weight:400;
	font-size:18px;
	}
.precopr strong {
	font-weight:700;
	font-size:28px;
	}

.no-margin-top {
	margin-top: 0;
}
.slick-slide .maisz img {
	display:inline;
	}


@media screen and (max-width:767px) {
.pednr, .infoped, .statped, .camin {
	text-align:center;
	}
.sup p, .sup a, .sup strong {
	vertical-align:middle;
	font-size:12px;
	}
.alR, .alCM {
	text-align:center;
	}
.sup .alR {
	text-align:left;
	}
.logo {
	display:block;
	margin: 0 auto;
	}
.busca {
	float:none;
	margin:23px auto 0;
	}
.sup span {
	display:block;
	height:1px;
	background:rgba(0,0,0,0.1);
	}
.nav2 {
	font-size:9px;
	}
.statped {
	margin-bottom:20px;
	}
}

.hide {
	display: none !important;
}

.sub-menu-categories {
	z-index: 9999;
}

.product-thumb {
	border: 1px solid rgb(165, 165, 165);
	margin-bottom: 10px;
	cursor: pointer;
}

.product-video {
	border: 1px solid rgb(165, 165, 165);
	margin-bottom: 10px;
	background: #EBEBEB;
}

.image-variations {
	width: 100%;
	min-height: 70px;
	display: grid;
	grid-template-columns: repeat(4, 25%);
	grid-column-gap: 5px;
}

.image-variations .opc-image-variations {
	margin-bottom: 20px;
	cursor: pointer;
}

.image-variations .opc-image-variations small {
	display: block;
	text-align: left;
}

.image-variations img {
	border:4px solid #a7a7a7;
}
.btn{
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
	border-radius: 9px;
}
.btn-default{
    background-color: #95a5a6;
    
}
.btn-default:hover{
    
    background-color: #7f8c8d;
}

/* ****************************** */
.btn-primary{
    background-color: #3498db;
    
}
.btn-primary:hover{
    
    background-color: #2980b9;
}
/* ****************************** */
.btn-success{
    background-color: #2ecc71;
    
}
.btn-success:hover{
    
    background-color: #27ae60;
}
/* ****************************** */
.btn-info{
    background-color: #9b59b6;
    
}
.btn-info:hover{
    
    background-color: #8e44ad;
}
/* ****************************** */
.btn-warning{
    background-color: #e67e22;
    
}
.btn-warning:hover{
    
    background-color: #d35400;
}
/* ****************************** */
.btn-danger{
    background-color: #e74c3c;
    
}
.btn-danger:hover{
    
    background-color: #c0392b;
}