*, html, body {
	font-family: "Open Sans";
}

/* COLORS */

.bg-red {
	background-color: red !important;
}

.bg-white-70 {
	background-color: rgba(255, 255, 255, 0.70);
}

.bg-pizza-vector {
	background-image: url(../img/bg-pizza-vector-80.jpg);
	background-size: 100%;
	background-position: top center;
}

.bg-pizza-vector-2 {
	background-image: url(../img/bg-pizza-vector-2-80.jpg);
	background-size: 100%;
	background-position: top center;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #218838;
	background-color: #218838;
}

.custom-control-input.danger:checked~.custom-control-label::before {
	color: #fff;
	border-color: red;
	background-color: red;
}

/* .custom-control-input.focus, .custom-control-input:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5) !important;
} */

@media screen and (max-width: 768px) {
	body {
		padding-top: 58px;
	}
}

.container {
	max-width: 1300px;
}

.font-sm {
	font-size: 0.8rem;
}

.font-lg {
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
}

.header-logo {
	max-width: 120px;
}

@media screen and (max-width: 768px) {
	.header-logo {
		margin: auto 0 !important;
	}
}

.always-show-nav-link {
	color: rgba(0, 0, 0, 0.7);
}

.badge.badge-pill.shopping-cart {
	position: relative;
	top: -10px;
	left: 10px;
}

.nav-scroller a {
	font-family: "Lato";
	font-weight: lighter;
	font-size: 1rem !important;
}

.nav-scroller {
	margin-top: 8px;
}

@media screen and (max-width: 768px) {
	.nav-scroller {
		margin-top: 5px;
	}
}

.banner-link, .banner-link:hover {
	color: white;
}

.banner-holder {
	position: relative;
	height: auto;
}

.banner-text {
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	text-shadow: -8px 5px 3px rgba(0, 0, 0, 0.50);
	/* background-color: rgba(120,6,3,.7); */
}

.banner-text.large {
	padding-left: 80px;
	padding-right: 40px;
	height: 330px;
}

.banner-text.small {
	padding-left: 50px;
	height: 160px;
}

.banner-text h1 {
	font-size: 4em;
	/* background-color: rgba(120,6,3,.7); */
	/* border-radius: 5px;
	padding: 5px 10px; */
}

.banner-text h2 {
	font-size: 3em;
	/* background-color: rgba(120,6,3,.7); */
	/* border-radius: 5px;
	padding: 5px 10px; */
}

.banner-text p {
	font-size: 1.5em;
	/* background-color: rgba(120,6,3,.7); */
	/* border-radius: 5px;
	padding: 5px 10px; */
}

@media screen and (max-width: 768px) {
	.banner-text.large {
		padding-left: 20px;
		padding-right: 20px;
		height: 100px;
	}
	.banner-text.small {
		padding-left: 20px;
		height: 100px;
	}
	.banner-text h1 {
		font-size: 1.5rem;
		/* background-color: rgba(120,6,3,.7); */
		/* border-radius: 5px;
		padding: 5px 10px; */
	}
	.banner-text h2 {
		font-size: 1.5rem;
		/* background-color: rgba(120,6,3,.7); */
		/* border-radius: 5px;
		padding: 5px 10px; */
	}
	.banner-text p {
		font-size: 1rem;
		/* background-color: rgba(120,6,3,.7); */
		/* border-radius: 5px;
		padding: 5px 10px; */
	}
	.padright {
		padding-right: 0 !important;
	}
	.padleft {
		padding-left: 0 !important;
	}
}

.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.text-lato {
	font-family: 'Lato' !important;
}

.text-opensans {
	font-family: 'Open Sans' !important;
}

.text-oswald {
	font-family: 'Oswald' !important;
}

.product img {
	width: 80%;
}

.product.product-menu img {
	width: 100%;
}

.category img {
	object-fit: cover;
}

.category .category-title {
	position: absolute;
	bottom: 40px;
	background-color: rgba(255, 255, 255, .5);
	padding: 0px 10px;
	background-color: rgba(255, 0, 0, .8);
}

.category .category-title h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.category .category-title {
		bottom: 20px;
	}
	.category .category-title h5 {
		font-size: .8em;
	}
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.btnSelecao {
	width: 100%;
	font-size: 1.1em;
	font-weight: 500;
	color: #212529 !important;
}

.jumbotron {
	margin: 0px 0 0px 0;
	background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45)), url('../img/Fast-foof-home-paralax-img-x.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white !important;
	padding: 0;
}

@media screen and (max-width: 768px) {}

.red {
	color: red !important;
}

.nav-link .nav-title {
	position: relative;
	font-family: "Lato";
}

section#produto.sabor-2 {
	background-image: url(../img/pizza-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

section#produto.sabor-1 {
	background-image: url(../img/pizza-bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	transition: all .2s ease-in-out;
}

section#produto .row {
	background-image: url(../img/disco.png);
	background-position: center 50px;
	background-repeat: no-repeat;
	background-size: 300px;
	transition: all .2s ease-in-out;
}

section#produto.sabor-1 .full {
	height: 300px;
	width: 300px;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
	border: 2px solid rgba(0, 0, 0, 0.50);
	border-radius: 150px;
	display: table;
}

section#produto.sabor-2 .half {
	height: 300px;
	width: 150px;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
	border: 2px solid rgba(0, 0, 0, 0.50);
	display: table;
}

section#produto.sabor-2 .half.left {
	border-top-left-radius: 150px;
	border-bottom-left-radius: 150px;
	border-right-width: 1px;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
}

section#produto.sabor-2 .half.right {
	border-left-width: 1px;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 150px;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
}

section#produto.sabor-1 .full a {
	width: 300px;
	height: 295px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 1.5em;
	line-height: 1.1em;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7)
}

section#produto.sabor-2 .half a {
	width: 150px;
	height: 295px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 1.5em;
	line-height: 1.1em;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7)
}

section#produto.sabor-1 .full a.escolhido {
	background-image: url(../img/disco-inteiro-500x500.png);
	background-size: cover;
	background-repeat: no-repeat;
}

section#produto.sabor-2 .half.left a.escolhido-e {
	background-image: url(../img/disco-inteiro-500x500-e.png);
	background-size: cover;
	background-repeat: no-repeat;
}

section#produto.sabor-2 .half.right a.escolhido-d {
	background-image: url(../img/disco-inteiro-500x500-d.png);
	background-size: cover;
	background-repeat: no-repeat;
}

section#produto a strong {
	font-size: 3em;
	top: 10px;
	position: relative;
	font-family: "Open Sans"
}

.spanTitulo {
	position: absolute !important;
	top: 16px;
	width: 100%;
	text-align: center;
}

.spanTitulo span{
	background-color: white !important;
	color: black !important;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pizzaSelecionada #titulo-wrapper h5:first-child {
	border-bottom: 1px solid #dee2e6 !important;
	border-bottom-color: #65ac75 !important;
}

.divPedidoFooterButtons {
	position: fixed;
	bottom: 0;
	display: flex;
	width: calc(100% - 30px);
}

.divPedidoFooterButtons a {
	border-radius: 0;
	flex: 1;
}

.divCarrinhoFooterButtons {
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100%;
}

.divCarrinhoFooterButtons > * {
	border-radius: 0;
	flex: 1;
}

input[type=number]::-webkit-inner-spin-button { 
	-webkit-appearance: none;
	
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

.no-focus {
	box-shadow: none !important;
}

/* OVER TOP */

.over-top, .over-top-dados {
	display: block;
	height: 100%;
	min-height: -webkit-fill-available;
	width: 100vw;
	z-index: 1031;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	transition: all .2s ease-in-out;
	bottom: -110%;
}

.over-top.active, .over-top-dados.active {
	bottom: 0;
}

.over-top .divCarrinhoFooterButtons, .over-top-dados .divCarrinhoFooterButtons {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
}

.over-top.active .divCarrinhoFooterButtons, .over-top-dados.active .divCarrinhoFooterButtons {
	display: flex;
}

.over-top.active .divCarrinhoFooterButtons > *, .over-top-dados.active .divCarrinhoFooterButtons > * {
	border-radius: 0;
	flex: 1;
}

/* OVER */

.over {
	display: block;
	height: 100vh;
	top: 0;
	z-index: 1031;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	transition: all .2s ease-in-out;
}

.over.right {
	display: block;
	width: calc(100% - 30px);
	right: 0;
	margin-right: -110%;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.05);
}

.over.left {
	display: block;
	width: calc(100% - 30px);
	left: 0;
	margin-left: -110%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.05);
}

.over.right.active {
	margin-right: 0 !important;
}

.over.left.active {
	margin-left: 0 !important;
}

/* OVER-MODAL */

.over-modal {
	display: block;
	height: 100vh;
	top: 0;
	z-index: 1034;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	transition: all .2s ease-in-out;
}

.over-modal.right {
	display: block;
	width: calc(100% - 30px);
	right: 0;
	margin-right: -110%;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.05);
}

.over-modal.left {
	display: block;
	width: calc(100% - 30px);
	left: 0;
	margin-left: -110%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.05);
}

.over-modal.right.active {
	margin-right: 0 !important;
}

.over-modal.left.active {
	margin-left: 0 !important;
}

.row-carrinho>div {
	margin-top: -2px !important;
}

footer {
	background-color: #f5f5f5;
	padding: 20px 0;
}

footer .footer-widget h3 {
	margin-bottom: 30px;
}

footer .contact-link {
	display: inline-block;
	width: 100%;
	color: #333;
}

footer .footer-social ul {
	padding-left: 0;
}

footer .footer-social ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
}

footer .footer-social ul li:first-child {
	padding-left: 0;
}

footer .footer-social ul li a {
	font-size: 20px;
	color: #333;
}

footer .footer-social ul li a:hover {
	color: red;
}

footer .opening-time {
	padding-left: 0;
}

footer .opening-time li {
	list-style: none;
}

footer .opening-time li span {
	float: left;
	padding-right: 10px;
}

footer .opening-time li span .fa-times {
	color: red;
}

footer .media-body a {
	color: #333;
}

footer .media-body a:hover {
	color: red;
}

footer .media-body span {
	color: #969696;
}

footer .images-gellary ul {
	padding-left: 0;
}

footer .images-gellary ul li {
	list-style: none;
	float: left;
	margin: 0 3% 2% 0;
	width: 31%;
	position: relative;
}

footer .images-gellary ul li:nth-child(3n) {
	margin: 0 0 1%;
}

:root {
	--cheese: #F7C946;
	--tomato: #D84B2A;
	--crust: #D19952;
	--peperoni: #A2371D;
	--olive: #1D1D1D;
}

.loading-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.loading {
	position: relative;
	width: 150px;
	height: 150px;
	margin: auto;
	top: -68px;
	border-radius: 50%;
}

.loading .pizza-slice {
	position: absolute;
	width: 65%;
	height: 50%;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	animation-duration: .7s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.loading .slice-1 {
	top: 5%;
	left: 15%;
}

.loading .slice-2 {
	top: 18%;
	left: 33%;
	opacity: 0;
	z-index: 2;
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	animation-name: slice;
}

.loading .slice-3 {
	top: 39%;
	left: 27%;
	opacity: 0;
	animation-name: slice-2;
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	-o-transform: rotate(144deg);
}

.loading .slice-4 {
	top: 38%;
	left: 5%;
	opacity: 0;
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	-moz-transform: rotate(216deg);
	-ms-transform: rotate(216deg);
	-o-transform: rotate(216deg);
	animation-name: slice-3;
}

.loading .slice-5 {
	top: 17%;
	left: -3%;
	opacity: 0;
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	-moz-transform: rotate(288deg);
	-ms-transform: rotate(288deg);
	-o-transform: rotate(288deg);
	animation-name: slice-4;
}

.loading .crust {
	position: absolute;
	top: 6%;
	left: 10%;
	width: 80%;
	height: 80%;
	background: var(--crust);
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.loading .cheese {
	position: absolute;
	top: 20%;
	left: 17.5%;
	width: 65%;
	height: 65%;
	background: var(--cheese);
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	border-radius: 50%;
	overflow: hidden;
}

.loading .peperoni {
	position: absolute;
	width: 25%;
	height: 30%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: var(--peperoni);
}

.loading .p-1 {
	top: 10%;
	left: 35%;
}

.loading .p-2 {
	top: 38%;
	right: 16%;
}

.loading .p-3 {
	bottom: 10%;
	left: 26%;
}

.loading .olive {
	position: absolute;
	width: 8%;
	height: 10%;
	background: var(--olive);
	border-radius: 50%;
}

.loading .o-1 {
	top: 10%;
	left: 24%;
	transform: scale(0.6);
}

.loading .o-2 {
	top: 26%;
	left: 22%;
	transform: scale(0.7);
}

.loading .o-3 {
	top: 42%;
	left: 32%;
	transform: scale(0.5);
}

.loading .o-4 {
	top: 55%;
	left: 50%;
	border-radius: 50%;
}

.loading .o-5 {
	bottom: 15%;
	right: 40%;
	transform: scale(0.75);
}

.loading .o-6 {
	top: 15%;
	right: 28%;
	transform: scale(0.9);
}

.loading .o-7 {
	top: 25%;
	right: 18%;
	transform: scale(0.5);
}

.loading .lblcarregando {
	position: absolute;
	bottom: -10px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

@keyframes slice {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slice-2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slice-3 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slice-4 {
	0% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media all and (max-width:200px) {
	.loading {
		width: 100px;
		height: 100px;
	}
}

.modal-header.modal-header-lg h6 {
	font-size: 1.6em;
}

.ckSelecao:checked~label {
	text-decoration: line-through;
}

input.error, select.error {
	border-bottom: 2px solid var(--danger) !important;
}

label.error {
	font-size: .7em;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: var(--danger);
}

.passo {
	display: none;
}
  
.passo[id='1']{
	display: block;
}
