@font-face {
	font-family: 'Open Sans',sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
	font-display: swap;
}

*{
	box-sizing: border-box;
	font-display: swap;
}

:root {
	--primarycolor: #7C3414;
	--white: #ffffff;
}

body, html {
	background-color: #e7e7e7;
	
	height: 100%;
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
	background: #888; 
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

ul {
	list-style-type: none;
}

.img{
	float: left;
	margin-right: 8px;
	height: 118px;
	width: 96px;
	background: repeating-conic-gradient(#ededed 0% 25%, transparent 0% 50%) 50% / 24px 24px;
	z-index: 99;
}

.ih{
	position: absolute;
	width: 96px;
	height: 118px;
	background-repeat: no-repeat;
	background-size: cover;
}

button{
	outline: none;
}

.mainsection{
	padding-top: 65px;
}

.form-control:focus {
  border-color: var(--primarycolor);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.055), 0 0 8px var(--primarycolor);
}

.colorsofsometext{
	color: var(--primarycolor);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:95px;
	right:40px;
	background-color: #25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.floatbar{
	position:fixed;
	width:100%;
	height:60px;
	bottom:0px;
	background-color: #7C3414;
	color:#FFF;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.my-float{
	color: #fff;
	margin-top:16px;
}

.btncarrinho{
	color:var(--primarycolor);
	width:40px;
	height:30px;
	margin-top:12px;
	margin-bottom:22px;
	opacity:0.8;
	font-size: 16px;
	margin-left: 12px;
	margin-right: 12px;
}

.btncarrinho:hover{
	opacity:1;
}

h1 strong {
	font-weight: 900;
}

h2 {
	width: auto;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}

h3 {
	font-size: 16px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	color: #666;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #777;
}

a {
	font-family: 'Open Sans', sans-serif;
	color: var(--primarycolor);
	cursor: pointer;
}

a:hover{
	color: var(--primarycolor);
}

hr {
	height: 3px;
	width: 120px;
	text-align: center;
	position: relative;
	background: var(--primarycolor);
	border: 0px;
	margin: 30px auto 30px;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}