#preloader {
	position: fixed;
	inset: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 3;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	animation: 0.95s linear 0s infinite normal none running circle;
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgb(153, 110, 50);
	border-image: initial;
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

html * {
	-webkit-font-smoothing: antialiased;
}

body {
	background: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-family: Poppins, sans-serif;
	color: rgb(85, 85, 85);
}

main {
	background: rgb(255, 255, 255);
	position: relative;
	z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(51, 51, 51);
}

h1,
h2 {
	font-weight: 700;
}

hr {
	margin: 15px 0px 30px;
	border-color: rgb(237, 237, 237);
}

p {
	margin-top: 25px;
	margin-bottom: 30px;
}

a {
	color: rgb(153, 110, 50);
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	outline: none;
}

a:hover,
a:focus,
a:visited {
	color: rgb(51, 51, 51);
	text-decoration: none;
	outline: none;
}

ul,
ol {
	list-style: none;
	margin: 0px 0px 25px;
	padding: 0px;
}

p {
	margin-bottom: 25px;
}

p.lead {
	font-weight: 400;
	font-size: 20px;
	color: rgb(85, 85, 85);
}

strong {
	font-weight: 600;
}

label {
	color: rgb(85, 85, 85);
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
}

button:focus {
	outline: none;
}

.underline-link {
	color: rgb(153, 110, 50);
	text-decoration: none;
	outline: none;
}

.underline-link:hover {
	color: rgb(153, 110, 50);
	text-decoration: underline;
	outline: none;
}

.btn-modal {
	border: none;
	font-family: inherit;
	color: rgb(255, 255, 255);
	background: rgb(153, 110, 50);
	cursor: pointer;
	padding: 7px 15px;
	display: inline-block;
	outline: 0px;
	font-size: 15px;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	font-weight: 400;
}

.btn-modal:hover {
	opacity: 0.7;
}

.modal-header .close {
	color: rgb(0, 0, 0) !important;
}

.alert-text-strong {
	color: rgb(153, 110, 50);
	font-weight: 700;
}

body.modal-open {
	overflow: auto;
	padding: 0px !important;
}

body.modal-open .mm-slideout {
	z-index: inherit;
	padding: 0px;
}

.modal {
	background: rgba(0, 0, 0, 0.5);
}

header {
	background-color: rgb(255, 255, 255);
	min-height: 55px;
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
}

header.main-header {
	width: 100%;
	z-index: 2;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}

header.main-header.sticky {
	border-bottom: 1px solid rgb(255, 255, 255);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2;
}

header.main-header.active {
	border-bottom: 1px solid rgb(221, 221, 221);
}

header.static {
	border-bottom: 1px solid rgb(221, 221, 221);
	z-index: 2;
	position: relative;
}

.main-menu>ul>li span:hover>a {
	color: rgb(153, 110, 50);
}

.main-menu ul ul {
	border-top: 2px solid rgb(153, 110, 50);
}

.main-menu ul ul li:hover>a {
	color: rgb(153, 110, 50);
}

.main-menu ul ul li span>a:hover {
	color: rgb(153, 110, 50);
}

.main-menu a i {
	font-size: 9px;
	margin-left: 2px;
}

ul#menuIcons {
	float: right;
	position: relative;
	top: 3px;
	margin: -1px 0px 0px;
}

ul#menuIcons li {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin-left: 15px;
}

ul#menuIcons li i {
	font-size: 34px;
}

ul#menuIcons li a {
	color: rgb(153, 110, 50);
}

ul#menuIcons li a:hover {
	color: rgb(51, 51, 51);
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

#logo h1 a {
	width: 149px;
	height: 35px;
	display: block;
	background: url("../img/logo.green.svg") 0px 0px / 149px 35px no-repeat;
	text-indent: -9999px;
}

.sub-header {
	background-color: rgb(153, 110, 50);
	padding: 15px 0px;
	margin-top: 59px;
}

.sub-header h1 {
	color: rgb(255, 255, 255);
	margin: 0px;
	font-size: 24px;
	font-weight: 500;
}

#orderContainer,
#personalDetails {
	background: rgb(255, 255, 255);
	margin-bottom: 30px;
	border: 1px solid rgb(221, 221, 221);
	padding: 30px !important;
}

.order {
	padding: 60px 0px;
}

.option-box,
.order-box {
	position: relative;
	background: rgb(255, 255, 255);
	margin: 0px 0px 30px;
	padding: 30px 15px;
	border: 1px solid rgb(221, 221, 221);
}

.option-box-header {
	margin: 0px 15px 10px;
	width: 100%;
	border-bottom: 2px dotted rgb(221, 221, 221);
}

.order-box-header {
	margin: 0px 15px 20px;
	width: 100%;
	border-bottom: 2px dotted rgb(221, 221, 221);
}

.option-box-header h3,
.order-box-header h3 {
	font-size: 20px;
	color: rgb(85, 85, 85);
}

.option-box-header p,
.order-box-header p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	color: rgb(153, 153, 153);
}

.option-box-link,
.option-box-link:focus,
.option-box-link:active,
.option-box-link:visited {
	color: rgb(85, 85, 85);
	font-size: 11px;
	font-weight: 500;
	border: 1px solid rgb(221, 221, 221);
	background: rgb(255, 255, 255);
	margin-left: 5px;
	padding: 4px 8px;
	position: absolute;
	top: -1px;
	right: -1px;
}

.option-box-link:hover {
	background: rgb(153, 110, 50);
	border: 1px solid rgb(153, 110, 50);
	color: rgb(255, 255, 255);
}

input.form-control,
select.form-control,
textarea.form-control {
	appearance: none;
	background: transparent;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 0px;
	box-shadow: none;
	transition: none 0s ease 0s;
	height: 40px;
	font-family: Karla, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	resize: none;
}

input.form-control:focus,
textarea.form-control:focus {
	background: transparent;
	border-color: rgb(153, 110, 50);
	outline: none;
	box-shadow: none;
	color: rgb(85, 85, 85);
	transition: all 0.9s ease 0s;
}

input.form-control:disabled {
	border: none;
}

#inputMessage {
	height: 80px;
}

#total {
	text-align: right;
}

.summaryInput {
	width: 100%;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: rgb(255, 255, 255);
	border: none;
}

input.form-control.single-option {
	border: 1px solid rgb(153, 110, 50);
	margin-top: 20px;
	padding: 0px 10px;
	height: 45px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: rgb(255, 255, 255);
	user-select: none;
	cursor: pointer;
}

input.form-control.qty-input {
	border: 1px solid rgb(221, 221, 221);
	margin-top: 20px;
	padding: 0px 10px;
	height: 45px;
	font-family: Karla, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

input.form-control.qty-input.standalone-slider-round-input {
	margin-top: 15px;
}

input.form-control.qty-input.standalone-slider-flat-input {
	margin-top: 10px;
}

.form-group {
	margin-bottom: 10px;
}

.irs {
	font-family: Karla, sans-serif;
}

.irs--round {
	margin-top: 20px;
	height: 45px;
}

.irs--round .irs-line {
	top: 20px;
	height: 5px;
	background-color: rgb(221, 221, 221);
	border-radius: 0px;
}

.irs--round .irs-bar {
	background-color: rgb(114, 79, 29);
	height: 5px;
	top: 20px;
	border-radius: 0px;
}

.irs-from,
.irs-to,
.irs-single {
	top: -13px;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
	border-top-color: rgb(153, 110, 50);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: rgb(153, 110, 50);
	border-radius: 0px;
	top: -15px;
}

.irs--round .irs-handle {
	top: 10px;
	width: 24px;
	height: 24px;
	border: 2px solid rgb(153, 110, 50);
	cursor: pointer;
}

.irs--flat {
	margin-top: 13px;
}

.irs--flat .irs-bar {
	background-color: rgb(153, 110, 50);
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	font-size: 14px;
	padding: 0px 5px;
	background-color: rgb(153, 110, 50);
	border-radius: 0px;
	top: -1px;
	cursor: pointer;
}

.irs--flat .irs-handle>i:first-child {
	background-color: rgb(153, 110, 50);
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
	background-color: rgb(153, 110, 50);
}

.irs--flat .irs-line {
	background-color: rgb(221, 221, 221);
	border-radius: 0px;
}

.irs--flat .irs-bar--single {
	border-radius: 0px;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
	border-top-color: rgb(153, 110, 50);
}

.irs--flat .irs-handle {
	cursor: pointer;
}

.ribbon-left {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon-left span.left {
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	color: rgb(85, 85, 85);
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: rgb(255, 218, 143);
	box-shadow: rgb(0, 0, 0) 0px 3px 10px -5px;
	text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 2px;
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon-left span.left::before,
.ribbon-left span.left::after {
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
	border-bottom: 3px solid transparent;
	border-top: 3px solid rgb(255, 218, 143);
}

.ribbon-left span.left::before {
	left: 0px;
	border-left: 3px solid rgb(255, 218, 143);
	border-right: 3px solid transparent;
}

.ribbon-left span.left::after {
	right: 0px;
	border-left: 3px solid transparent;
	border-right: 3px solid rgb(255, 218, 143);
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 0px;
	border: 1px solid rgb(221, 221, 221);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	line-height: 42px;
	outline: none;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	user-select: none;
	white-space: nowrap;
	width: auto;
	text-align: left !important;
}

.nice-select:hover {
	border-color: rgb(153, 110, 50);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: rgb(153, 110, 50);
}

.nice-select::after {
	border-bottom: 1px solid rgb(153, 110, 50);
	border-right: 1px solid rgb(153, 110, 50);
	content: "";
	display: block;
	height: 10px;
	margin-top: -8px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out 0s;
	width: 10px;
}

.nice-select.open::after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0px);
}

.nice-select.disabled {
	border-color: rgb(237, 237, 237);
	color: rgb(153, 153, 153);
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: rgb(204, 204, 204);
}

.nice-select.wide {
	width: 100%;
}

.nice-select.border-bottom-only {
	border-top: none;
	border-right: none;
	border-left: none;
	border-image: initial;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-left: 0px;
}

.nice-select.wide .list {
	left: -1px !important;
	right: -1px !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0px;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(153, 110, 50);
	border-radius: 0px;
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	padding: 0px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	transform-origin: 50% 0px;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	transition: all 0.2s ease 0s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: rgb(250, 250, 250);
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: rgb(153, 153, 153);
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.autocomplete-suggestions {
	font-family: Karla, sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid rgb(153, 110, 50);
	background: rgb(255, 255, 255);
	overflow: auto;
	margin-top: -1px;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: rgb(250, 250, 250);
	color: rgb(33, 37, 41);
}

.autocomplete-suggestions strong {
	color: rgb(153, 110, 50);
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid rgb(0, 0, 0);
}

.autocomplete-suggestion {
	cursor: pointer;
}

.form-control::-webkit-input-placeholder {
	color: rgb(204, 204, 204);
	font-style: italic;
}

.btn-form-func {
	background: rgb(153, 110, 50);
	border-radius: 4px;
	border: 2px solid rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	display: inline-block;
	overflow: hidden;
	padding: 12px 30px 12px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
}

.btn-form-func:hover {
	color: rgb(255, 255, 255);
}

.btn-form-func .btn-form-func-content {
	font-size: 1em;
	line-height: 1.2;
	padding: 0px 15px;
	position: relative;
	right: 0px;
	transition: right 300ms ease 0s;
	display: block;
	text-align: left;
}

.btn-form-func .icon {
	border-left: 1px solid rgb(255, 255, 255);
	position: absolute;
	right: 0px;
	text-align: center;
	top: 50%;
	transition: all 300ms ease 0s;
	transform: translateY(-50%);
	width: 58px;
	height: 70%;
}

.btn-form-func .icon i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.btn-form-func::after {
	content: "";
	position: absolute;
	inset: 0px;
	background-color: transparent;
	opacity: 0;
	transition: opacity 300ms ease 0s;
}

.btn-form-func:hover .btn-form-func-content {
	right: 100%;
}

.btn-form-func:hover .icon {
	border-left: 0px;
	font-size: 1.4em;
	width: 100%;
}

.btn-form-func:hover::after {
	opacity: 0.2;
}

.btn-form-func.btn-form-func-alt-color {
	background: rgb(255, 255, 255);
	border-color: rgb(51, 51, 51);
	color: rgb(153, 110, 50) !important;
}

.btn-form-func.btn-form-func-alt-color .icon {
	border-left-color: rgb(51, 51, 51);
}

.btn-form-func.btn-form-func-alt-color::after {
	background-color: transparent;
}

label.cbx.terms {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 22px;
}

label.cbx {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	border: 1px solid rgb(221, 221, 221);
	height: 45px;
	padding: 10px 15px;
	width: 100%;
}

.cbx {
	user-select: none;
	cursor: pointer;
}

.cbx span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid rgb(153, 110, 50);
	transition: all 0.2s ease 0s;
	margin-right: 10px;
}

.cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: rgb(255, 255, 255);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease 0.1s;
	transform: translate3d(0px, 0px, 0px);
}

.cbx span:first-child::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(153, 110, 50);
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}

.cbx:hover span:first-child {
	border-color: rgb(153, 110, 50);
}

.inp-cbx {
	display: none;
}

.inp-cbx:checked+.cbx span:first-child {
	background: rgb(153, 110, 50);
	border-color: rgb(153, 110, 50);
	animation: 0.4s ease 0s 1 normal none running wave;
}

.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child::before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease 0s;
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

.terms-link,
.terms-link:visited {
	text-decoration: none;
	color: rgb(153, 110, 50);
	margin-left: 5px;
	transition: none 0s ease 0s;
}

.terms-link:hover {
	color: rgb(153, 110, 50);
	text-decoration: underline;
}

.parsley-errors-list {
	text-transform: uppercase;
	border: 1px solid rgb(153, 110, 50);
	background-color: rgb(153, 110, 50);
	color: rgb(255, 255, 255);
	list-style-type: none;
	opacity: 0;
	font-size: 10px !important;
	padding: 2px 0px 0px 3px !important;
	margin: 10px 0px !important;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-errors-list::before {
	content: "";
	display: block;
	margin-top: -9px;
	pointer-events: none;
	position: absolute;
	border-bottom: 6px solid rgb(153, 110, 50);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

#orderContainer h3 {
	font-size: 16px;
	font-weight: 700;
	color: rgb(85, 85, 85);
	margin-bottom: 30px;
}

#orderContainer span {
	font-size: 14px;
	font-weight: 700;
}

#orderContainer ul {
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
}

#orderSumList li {
	font-family: Karla, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#orderSumList li i {
	color: rgb(153, 110, 50);
}

#orderContainer ul li span.price,
.price {
	float: right;
}

#orderContainer .total-container {
	border-top: 2px dotted rgb(221, 221, 221);
	border-bottom: 2px dotted rgb(221, 221, 221);
	padding: 10px 0px;
	margin: 10px 0px;
}

.footer {
	font-size: 13px;
	color: rgb(204, 204, 204);
}

.footer i {
	color: rgb(241, 94, 117);
}

.footer a {
	text-decoration: underline;
}

.footer small {
	color: rgb(85, 85, 85);
}

#toTop {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: rgb(255, 255, 255);
	font-size: 20px;
	border-radius: 3px;
	z-index: 2;
}

#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 190px;
	margin-top: -85px;
	margin-left: -150px;
	text-align: center;
}

#success h4 {
	margin-top: 10px;
	font-family: Poppins, sans-serif;
	font-size: 18px;
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 50;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240;
	}

	100% {
		stroke-dashoffset: 480;
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240;
	}

	100% {
		stroke-dashoffset: 480;
	}
}

.inlinesvg .svg svg {
	display: inline;
}

.icon-order-success svg path {
	animation: 0.25s ease-in-out 0.7s 1 normal backwards running checkmark;
}

.icon-order-success svg circle {
	animation: 0.6s ease-in-out 0s 1 normal backwards running checkmark-circle;
}

@media (max-width: 575px) {
	.hero-home .content h3 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	footer #copy {
		text-align: left;
		margin-bottom: 25px;
	}

	footer ul li {
		margin-bottom: 10px;
	}

	nav ul {
		display: none !important;
	}

	#menuMobile {
		border: 3px solid rgb(153, 110, 50);
		padding: 20px;
		color: rgb(153, 110, 50);
		display: block !important;
		box-shadow: 1px 1px 5px #000;
	}

	.orcamento{
		margin: 20px;
	}
	.orcamento h1{
		font-size: 24px !important;
		
	}
	
	.orcamento h2{
		font-size: 14px !important;
		
	}


}

@media (max-width: 991px) {
	.footer-items {
		flex-direction: column;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.footer-items .footer-logo {
		width: 100% !important;
	}

	.footer-items .footer-security {
		width: 100% !important;
	}

	.footer-items .footer-security div {
		display: flex;
		align-items: center;
		flex-direction: column !important;
	}

	.footer-items .footer-security div img {
		width: 48px;
		margin: 0 !important;
	}

	.footer-items .payment {
		text-align: center;
		width: 100% !important;
	}

	.footer-items .payment img {
		width: 100%;
	}

	header.main-header.sticky {
		position: static;
	}

	header .container {
		max-width: 100%;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
		width: 100% !important;
	}

	.main-menu a i {
		display: none;
	}

	ul#menuIcons {
		right: 0px;
		top: 2px;
	}

	#logo {
		position: relative;
		left: 45px;
	}

	.sub-header {
		margin-top: 0px;
	}

	#orderContainer,
	#personalDetails {
		margin-bottom: 15px;
	}

	.order {
		padding: 15px 0px 0px;
	}

	.option-box {
		margin: 0px 0px 15px;
	}

	#colorPanel {
		display: none;
	}
}

.btn-danger {
	background: linear-gradient(126deg, rgb(122, 122, 122) 24%, rgb(153, 110, 50) 60%) 0% 0% / auto repeat scroll padding-box border-box !important;
	border-color: rgb(153, 110, 50) !important;
}

.btn-success {
	background: linear-gradient(126deg, rgb(122, 122, 122) 24%, rgb(153, 110, 50) 60%) 0% 0% / auto repeat scroll padding-box border-box !important;
	border-color: rgb(153, 110, 50) !important;
}

div.scrollmenu {
	background-color: rgb(51, 51, 51);
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
	text-align: center;
}

div.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

div.scrollmenu a:hover {
	background-color: rgb(153, 110, 50);
}

.activeMenu {
	background-color: rgb(153, 110, 50);
}

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

a {
	text-decoration: none;
}

.food-card {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 10px;
	transition: all 0.1s ease 0s;
}

.food-card:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
}

.food-card .food-card_img {
	display: block;
	position: relative;
}

.food-card .food-card_img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.food-card .food-card_img i {
	position: absolute;
	top: 20px;
	right: 30px;
	color: rgb(255, 255, 255);
	font-size: 25px;
	transition: all 0.1s ease 0s;
}

.food-card .food-card_img i:hover {
	top: 18px;
	right: 28px;
	font-size: 29px;
}

.food-card .food-card_content {
	padding: 15px;
}

.food-card .food-card_content .food-card_title-section {
	height: 50px;
}

.food-card .food-card_content .food-card_title-section .food-card_title {
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.food-card .food-card_content .food-card_title-section .food-card_author {
	font-size: 15px;
	display: block;
}

.food-card .food-card_content .food-card_bottom-section .space-between {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers {
	margin-left: 17px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers img,
.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count {
	height: 45px;
	width: 45px;
	border-radius: 45px;
	border: 3px solid rgb(255, 255, 255);
	margin-left: -17px;
	float: left;
	background: rgb(245, 245, 245);
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count {
	position: relative;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_price {
	font-size: 28px;
	font-weight: 500;
	color: rgb(153, 110, 50);
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count {
	width: 130px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count input {
	background: rgb(245, 245, 245);
	border-color: rgb(245, 245, 245);
	box-shadow: none;
	text-align: center;
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count button {
	border-color: rgb(245, 245, 245);
	border-width: 3px;
	box-shadow: none;
}

@media (min-width: 992px) {
	.food-card--vertical {
		display: flex;
		position: relative;
		height: 150px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.food-card--vertical .food-card_img img {
		object-fit: cover;
		object-position: center center;
		width: 150px;
		height: 150px;
	}

	.food-card .food-card_content .food-card_title-section {
		height: 30px;
	}
}

@media (min-width: 370px) and (max-width: 992px) {
	.food-card--vertical {
		display: flex;
		position: relative;
		height: 150px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.food-card--vertical .food-card_img img {
		object-fit: cover;
		object-position: center center;
		width: 150px;
		height: 150px;
	}

	.food-card .food-card_content .food-card_title-section {
		height: 40px;
	}

	.food-card .food-card_content .food-card_title-section .food-card_title {
		font-size: 20px;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_price {
		font-size: 24px;
	}
}

@media (min-width: 370px) and (max-width: 546px) {
	.food-card .food-card_content .food-card_title-section .food-card_title {
		font-size: 18px;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_price {
		font-size: 22px;
	}
}

@media (min-width: 370px) and (max-width: 474px) {
	hr {
		display: none;
	}

	.food-card .food-card_content .food-card_title-section .food-card_title {
		font-size: 15px;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_price {
		font-size: 14px;
		position: absolute;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_order-count {
		width: 120px;
		right: 0px;
		position: absolute;
	}

	.food-card--vertical {
		display: flex;
		position: relative;
		height: 100px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.food-card--vertical .food-card_img img {
		object-fit: cover;
		object-position: center center;
		width: 100px;
		height: 100px;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_order-count button {
		border-color: rgb(245, 245, 245);
		border-width: 3px;
		box-shadow: none;
		font-size: x-small;
	}
}

@media (max-width: 370px) {
	.food-card .food-card_content .food-card_title-section .food-card_title {
		font-size: 21px;
		color: rgb(51, 51, 51);
		font-weight: 500;
		line-height: 1.3;
		margin-bottom: 8px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_price {
		font-size: 19px;
		font-weight: 500;
		color: rgb(153, 110, 50);
	}
}

@media (max-width: 295px) {
	.food-card .food-card_content .food-card_title-section .food-card_title {
		font-size: 16px;
		color: rgb(51, 51, 51);
		font-weight: 500;
		line-height: 1.3;
		margin-bottom: 8px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.food-card .food-card_content .food-card_bottom-section .food-card_price {
		font-size: 14px;
		font-weight: 500;
		color: rgb(153, 110, 50);
	}
}

footer {
	padding: 0px 40px;
	background-color: #f8f9fa;
}

footer a {
	color: rgb(0, 0, 0);
}

footer a:hover {
	color: rgb(153, 110, 50);
}

footer .active {
	color: rgb(153, 110, 50);
}

.footer-items {
	display: flex;
	padding: 40px;
	justify-content: space-between;
	align-items: baseline;
}

.footer-items .footer-logo {
	width: calc(25% - 20px);
}

.footer-items .footer-logo li {
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(0, 0, 0);
}

.footer-items .footer-nav li {
	margin: 5px;
}

.footer-items .footer-security {
	width: calc(25% - 20px);
	text-align: center;
}

.footer-items .footer-security div {
	display: flex;
	flex-direction: row;
}

.footer-copy {
	text-align: center;
	background-color: rgb(0, 0, 0);
	color: rgb(204, 204, 204);
}

header {
	background: rgb(248, 249, 250);
}

nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

nav ul {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-evenly;
}

nav ul a {
	color: #000 !important;
	font-weight: 500;
}

nav ul a:hover {
	color: rgb(153, 110, 50) !important;
}

nav .active {
	color: rgb(153, 110, 50) !important;
	border-top: 5px solid #000;
}



.navbar-mobile {
	display: none;
	flex-direction: column;
	position: fixed;
	width: 70%;
	height: 100%;
	background-color: #fff;
	z-index: 10000;
	border-right: #f2f6f7 5px solid;
	top: 0;
}

.navbar-mobile-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.navbar-mobile li {
	margin: 20px 20px;
	padding-bottom: 20px;
	color: #071c1f;
	font-weight: bold;
}

.navbar-mobile  a{
	color: #071c1f;
}

.navbar-mobile  a:hover{
	color: rgb(153, 110, 50) !important;
}

.showMenu {
    animation: showMenu 0.5s;
}

@keyframes showMenu {
    from {
        
        opacity: 0;
        width: 0%;
    }

    to {
        opacity: 1;
        width: 70%;
    }
}

.orcamento h1{
	font-size: 32px;
	text-align: center;
}

.orcamento h2{
	font-size: 18px;
	text-align: center;
	color: rgb(153, 110, 50) ;
}
