:root {
	--cor-primaria-0: #EC6C23;
	--cor-primaria-4: #983700;
}
html {
	-webkit-text-size-adjust: 100%;
    touch-action: pan-y;
}
body {
	background: #111;
	color: #FFF !important;
	touch-action: pan-y;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
body .btn-primary, body .btn-primary:hover {
	background-color: var(--cor-primaria-0);
	border-color: var(--cor-primaria-0);
	color: #FFF;
	text-shadow: 1px 1px 1px var(--cor-primaria-4);
}
body .btn-outline-primary, body .btn-outline-primary:hover {
	background: transparent;
	border-color: var(--cor-primaria-0);
	color: var(--cor-primaria-0);
}
body .btn-outline-primary:hover {
	background-color: var(--cor-primaria-0);
	color: #FFF;
}
body .modal .modal-content {
	background: #333;
}
body .modal .modal-content .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
}
body .modal .modal-content .btn-close {
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293 1.293a1 1 0 011.414 0L8 7.586l6.293-6.293a1 1 0 111.414 1.414L9.414 9l6.293 6.293a1 1 0 01-1.414 1.414L8 10.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 9 .293 2.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
body audio {
	height: 0;
	left: -9999%;
	opacity: 0;
	position: absolute;
	z-index: -9999;
	width: 0;
}
main {
	margin: 0 auto;
	max-width: 500px;
	padding-bottom: 3rem;	
}

/*
| -------------------------
| HOME
| -------------------------
*/
.modal-add h4 {
	color: #FFF !important;
	text-align: center !important;
}
.modal-add img {
	margin-bottom: 1rem;
	margin-top: 10px;
	max-height: 200px;
}
.modal-add input[data-qtd] {
	border-radius: 6px;
	border: 0;
	height: 100%;
	max-width: 100%;
	text-align: center;
}
.camera {
	padding: 1.25rem 0 10px;
}
/*
#qr-reader {
	height: 215px;
	margin: 0 auto;
	overflow: scroll;
}
#qr-reader #html5-qrcode-button-camera-permission {
	border: 1px solid #036;
	border-radius: 5px;
	padding: 3px 15px;
	font-size: 0.95rem;
	background: #036;
	color: #FFF;
}*/
.camera .log-leitor-camera {
	display: none;
}
.barcode-codigo input, .barcode-codigo textarea {
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 4px 7px;
	width: 100%;
}
.barcode-codigo input {
	border-radius: 100px;
	font-size: 0.9rem;
	padding: 6px 12px;
	position: relative;
}
.barcode-codigo i {
	color: #000;
	margin-top: 8px;
	position: absolute;
	right: 22px;
}
.barcode-camera #load_camera_cad {
	height: 380px;
	margin: 0 auto;
	overflow: scroll;
	position: relative;
	z-index: 0;
}
.barcode-camera #load_camera_cad video {
	border: 1px solid #ccc;
	border-radius:8px;
	height: 260px;
	width: 100%;
}
.barcode-camera #load_camera_cad .group-buttons-main {
	align-items: center;
	padding-top: 8px;
}
.barcode-camera #load_camera_cad .group-buttons {
	margin: 8px 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}
.barcode-camera #load_camera_cad button {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #333;
	border: 1px solid #333;
	padding: 0.35rem 0.65rem;
	font-size: 0.85rem;
	border-radius: 0.375rem;
	transition: color 0.15s ease-in-out, 
	background-color 0.15s ease-in-out, 
	border-color 0.15s ease-in-out, 
	box-shadow 0.15s ease-in-out;
}
.barcode-camera #load_camera_cad button i {
	display: inline-block;
	margin-right: 3px;
}
.barcode-camera #load_camera_cad button small {
	display: inline-block;
	font-size: .8em;
}
.barcode-camera #load_camera_cad .group-buttons-main #btn-start, .barcode-camera #load_camera_cad .group-buttons-main .btn-freezer-open {
	background-color: var(--cor-primaria-0);
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: -4px;
	text-transform: uppercase;
	width: 47%;
}
.barcode-camera #load_camera_cad .group-buttons #btn-start i {
	font-size: 1rem;
}
.barcode-camera #load_camera_cad .group-buttons #btn-start small {
	display: inline-block;
}
.barcode-camera #load_camera_cad .group-buttons .btn-freezer-open {
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: none;
	width: auto;
}
.barcode-camera #load_camera_cad #status {
	color: #FFF;
	position: absolute;
	z-index: -3;
	border: -50%;
	max-width: 480px;
	top: 90px;
	width: 100%;
	padding: 0 27%;
}
.barcode-camera #load_camera_cad #status i {
	display: block;
	font-size: 2rem;
	margin-bottom: 8px;
}
.barcode-camera #load_camera_cad #result {
	background: #333;
	border: 0;
	border-radius: 100px;
	font: 16px/1.4 monospace;
	padding: 0;
	position: absolute;
	z-index: -9999;
	opacity: 0;
	height: 0;
	width: 0;
}

.cart-list h5 {
	padding-bottom: 1rem;
}
.cart-list a.btn-cta-new {
	align-items: center;
	background: var(--cor-primaria-0) url('https://syssmarket.com/ci/imagens/bg-btn-ta-na-porta.webp') no-repeat right center;
	border: 0;
	display: flex;
	height: 75px;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
}
.cart-list a.btn-cta-new img {
	display: inline;
	filter: brightness(0) invert(1);
	vertical-align: bottom;
	margin-right: 10px;
}
.cart-list a.btn-cta-new .text-content {
    display: flex;
    flex-direction: column;
}
.cart-list a.btn-cta-new .text-content small {
	font-size: 0.65rem;
	font-weight: normal;
	text-transform: uppercase;
}
.cart-list .qtd-itens {
	display: none;
}
.cart-list .item {
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
}
.cart-list .item .img-box {
	align-items: center;
	background: #FFF;
	border: 0;
	border-radius: var(--bs-border-radius) !important;
	float: left;
	display: flex;
	height: 80px;
	margin-right: 15px;
	overflow: hidden;
	width: 24.5%;
}
.cart-list .item .img-box img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	position: relative;
	z-index: 0;
}
.cart-list .item .nome {
	font-weight: bold;
}
.cart-list .item .preco {
	font-size: 0.8rem;
	padding-bottom: 5px;
}
.cart-list .item .remove {
	bottom: 0;
	position: absolute;
	right: 0;
}
.cart-list .cart-pagar {
	background: #666;
	bottom: 0;
	padding: 7px 0;
	position: fixed;
	text-align: center;background: #333;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	position: fixed;
	text-align: center;
	z-index: 10;
	width: 100%;
}

/*
| -------------------------
| PAGE: PAGAMENTO
| -------------------------
*/

body.page-pagamento main {
	padding-top: 1rem;
}
body.page-pagamento .modal-cart-itens {
	max-height: 100%;
	overflow-y: auto; 
}
body.page-pagamento .modal-cart-itens table {
	font-size: 0.85rem;
}
body.page-pagamento .modal-cart-itens table th,
body.page-pagamento .modal-cart-itens table td {
	padding: .23rem .45rem;
}
body.page-pagamento .modal-cart-itens .item-nome {
	font-size: 0.9rem;
	font-weight: bold;
}
body.page-pagamento .modal-cart-itens table a.item-remove {
	color: #000;
	font-size: 0.85rem;
	text-decoration: none;
}
body.page-pagamento .modal-cart-itens table a.item-remove:hover {
	color: #EC6C23;
}
body.page-pagamento .cart-pagamento .pagamento-options {
	display: flex;
	gap: 12px;
	padding-bottom: 1.5rem;
}
body.page-pagamento .cart-pagamento .pagamento-options button {
	color: #FFF;
	flex: 1;
	font-size: 0.9rem;
}
body.page-pagamento .cart-pagamento .pagamento-options button i {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
body.page-pagamento .cart-pagamento .pagamento-options button:hover {
	background: transparent;
	border-color: var(--cor-primaria-0);
	color: var(--cor-primaria-0);
}
body.page-pagamento .cart-pagamento .pagamento-options .selected {
	border-color: var(--cor-primaria-0);
	color: var(--cor-primaria-0);
	cursor: default;
}
body.page-pagamento .cart-pagamento .pagamento-options .selected:hover {
	background: transparent;
}
body.page-pagamento .pagamento-action {
	background: #333;
	border: 0;
	border-radius: var(--bs-border-radius);
	max-height: 0;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}
body.page-pagamento .pagamento-action.active {
	max-height: none;
	opacity: 1;
	padding: 20px;
}
body.page-pagamento .action-content {
	display: none;
}        
body.page-pagamento .action-content.active {
	display: block;
}
body.page-pagamento .pagamento-action img {
	display:none;
	max-width: 175px
}
body.page-pagamento .pagamento-action pre {
	white-space:pre-wrap;
}
body.page-pagamento .pagamento-action button, .pagamento-action a {
	/*display:none;*/
}
body.page-pagamento .pagamento-action a {
	color: #EC6C23;
}