body {
	overflow-x:hidden !important;
}
#valido {
	padding: 0;
	margin: 0;
	display: none;
	color: green;
	float: right;
	font-size: 8px;
	width:100%;
	text-align:right;
}
#invalido {
	padding: 0;
	margin: 0;
	display: none;
	color: red;
	float: right;
	font-size: 8px;
	width:100%;
	text-align:right;
}

#frete {
	display: none;
	padding: 5px;
	border: 1px solid #000;
	color: #000;
	margin-left: 5%;
	margin-top: 2%;
	text-align: center;
}

.botaoCores{
			border:none;
			background:transparent;
			color: #242626;
}
.botaoCores:hover{
	border:none;
	background:transparent;
	color: #7fc9c4;
}

#customBtn {
	display: inline-block;
	background: #dc4a3e;
	color: white;
	width: 275px;
	border-radius: 5px;
	white-space: nowrap;
}
#customBtn:hover {
	cursor: pointer;
}
span.label {
	font-weight: bold;
}
span.icon {
	background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.customContainer {
	padding-left:10px;
	padding-right:10px;
}

.chatWhatsApp {
	position: fixed;
	padding: 15px;
	bottom: 15px;
	right: 15px;
	background-color: #25D366;
	border-radius: 15px;
	z-index:999;
}

.btnLivePerfect{
	position: fixed;
	padding: 15px;
	bottom: 100px;
	right: 15px;
	color:#000;
	background-color:rgb(202, 53, 53);
	border:1px solid rgb(202, 53, 53);
	border-radius:15px;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}

@media (min-width:768px){
	.customContainer {
		padding-left:50px;
		padding-right:50px;
	}

	.bigImg {
		width: 448px;
	}
}