@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
*{font-family:"Segoe UI";margin:0;border:0;padding:0;font-size: 0;}
a{text-decoration:none;cursor:pointer;}
ul{list-style:none;}
input {background-color: none }
body {font-size: 100%; margin: 0}

::-webkit-scrollbar {
	width: 0px;	
}

::-webkit-scrollbar-thumb {
	background: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: none;
}

::selection { background-color: rgba( 255,255,255,0.1); }

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-height: 100%;
  min-width: 100%;
  margin-left: -70%;
  z-index:1000;
  overflow:hidden;
  display: none;
}

#order_overlay{ position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black;opacity: 0.75;z-index:1001;overflow:hidden;}

#main {
	position: absolute;
	z-index:1002;
	min-width: 100%;
}

#mainContent {
	transition: all 0.5s ease-in-out;
}

.Page, .PageContent {
	max-height: inherit;
}

#containerLogin, #containerIndex, #containerAddress, #containerOrder, #containerOrderEnd {
	width: 100%;
	margin:auto;
}

#containerAddress {
	width: 70%;
}

#containerIndex, #containerOrder, #containerAddress {
	margin-top: 10vmax;
}

#containerExtra {
	overflow-y: scroll;
}

#returnIndex {
	margin: 3vmax 0 4vmax 0;
	text-align: center;
}

.startOrderText { 
	padding: 2vmax 4vmax 2vmax 4vmax;
	margin: 1vmax auto 3vmax auto;
	border: 0.1vmax solid rgba(255,255,255,0.5);
	cursor: pointer;
	text-align: center;
	min-width: 50vmin;
	max-width: 20vmax;
}

/* PAGE START ORDER */
#containerOrderEnd {
	text-align: center;
}

.costumerContainer, #containerFlavorDesc, #containerCart {
	margin:2vh auto auto auto;
	bottom: 0;
	left: 0; right: 0;
	overflow-y: scroll;
	transition: all 0.7s ease-in-out;
	width: 100%;
	max-height: inherit;
}

#containerCart {
	width: 100%;
	max-width: 70vmax;
}

#containerFlavorExtra {
	text-align: center;
	width: 80%;
}

.welcome { width: 100%; text-align: center; }
.index-logo { width: 12vmax; height: 12vmax; }

#loading {
	padding: 2vh 0;
	width: 6.75vmax; height: 6.75vmax;
}

.topMessage, .topSubMessage {
	text-align: center;
}

#itemListOrder, .productListOrder {
	width: 100%;
	text-align: center;
}

.productListOrder li, #itemListOrder li {
	padding: 1vmax 2vmax 0 2vmax;
	max-width: 15vmax;
	width: 35vw;
	display: inline-block;
}

#itemListOrder li {
	height: 18vmax;
}

.itemList img {
	opacity: 0.8;
	margin: 3vmax 0 3vmax 0;
	width: 10vmax;
	height: 10vmax;
}

.itemList, .itemPanel {
	width: 100%;
	border: 0.1vmax solid rgba(255,255,255,0.4);
	border-radius: 3vw;
	padding: 1vmax;
	cursor: pointer;
}

.itemPizzaSubDesc { margin: 30px 0 0px 0; }
.itemPizzaSizeIcon { width: 3vmax; height: 3vmax; padding: 0px 1.5vw 0.25vw 0; display: inline-block; vertical-align: middle}
.itemPanel { padding: 30px 0 60px 0; }

.topMessage-flavor {
	margin: 15px 0 0 0;
	text-align: left;
}

.flavor-amount {
	display: inline-block; width: 250px;
	padding: 30px;
	border: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	margin: 20px;
	cursor: pointer;
}

/* PRODUCT PAGE */

.productList {
	/* margin: 30px 150px 30px 150px; */
	width: 98vw;
	max-width: 50vmax;
	margin-top: 0.2vmax;
	margin: auto;
}

.productInfo {
	width: 66%;
}

.productInfoDescription { margin: 0.75vmax 0; }

.productInfo {
	padding: 3% 0 3% 2%;
}

.productPrice {
	text-align: center;
	padding: 3% 0 3% 0;
	width: 94%;
}

.productBlock {
	display: flex;
	cursor: pointer;
}

.productCheckmark {
	width: 100%;
	text-align: center;
	margin: -1vmax 0 1vmax 0;
}

.productList li {
	display: inline-block;
	width: 99%;
	margin: 0.4vmax 0 0 0;
	border: 0.1vmax solid rgba(255,255,255,0.1);
	vertical-align: top;
	background-color: rgba( 0, 0, 0, 0.4 );
}

.left {
	display: inline-block;
}

.right {
	display: inline-block;
}

.left div, .right div, .productAmountBoxNumber, .productAmountBoxButton, .productAmountBox, 
.productPrice, .productInfo, .productText, .productImage, .productDescPrice, .productDescOption, .BottomBar div, .orderList-block, .productInfoImage, .productGuideBar
.productGuideLine, .productGuideBox {
	vertical-align: middle;
	display: inline-block;
}

.productAmountBox { 
	opacity: 0.4;
	transition: all 0.5s linear;
	width: 100%;
	text-align: center;
	margin: -1vmax 0 1vmax 0;
	display: none;
}

.productAddBarContainer, .BottomBar {
	width: 100%;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.1vmax solid rgba(255,255,255,0.1);
	background-color: rgba( 0, 0, 0, 0.7 );
	text-align: center;
	display: none;
}

.transitionButton, .blinkButton, .selectionButton, .productAmountBoxButton, .returnButtons, .unselectable {
	cursor: pointer;
	user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.productAddBarPriceContainer {
	text-align: right;
	margin: 1.5vmax 1.5vmax 1.5vmax 1.5vmax;
}

.productAmount, .productAddBarButton, .productAmountBoxButton {
	border: 0.1vmax solid rgba(255,255,255,0.1);
	background-color: rgba( 255, 255, 255, 0.1 );
	padding: 0.5vmax 2vmax;
	margin: 1.5vmax;
	/* height: 3vmax; */
	/* width: 3vmax; */
	text-align: center;
}


.productAddBarButton {
	width: auto;
	height: auto;
	padding: 1vmax 2vmax;
}

.align-center { text-align: center; }
#productAddBarPriceEnd { text-align: center;}

.productGuideBar {
	margin: 1vmax 0 1.25vmax auto;
	max-width: 100vw;
	text-align: center;
}

.productGuideBox {
	width:  2vw;
	height: 2vw;
	border-radius: 2vw;
	border: 0.2vw solid rgba(250, 245, 210);
	background-color: rgba(250, 245, 210, 0.25);
	transition: all 0.5s linear;
}

.productGuideBox[disabled] {
	border: 0.2vw solid rgba(250, 245, 210, 0.1);
	background-color: rgba(250, 245, 210, 0);
}

.productGuideLine {
	height: 0.2vw;
	background-color: rgba(250, 245, 210);
	transition: all 0.5s linear;
}

.productGuideLine[disabled] {
	background-color: rgba(250, 245, 210, 0.1);
}

.checkmark, .checkmarkBox {
	display: inline-block;
	margin: 0.5vw 0.75vw;
	
	height: 0.9vw;
	width: 0.5vw;
	
	border: solid white;
	border-width: 0 0.25vw 0.25vw 0;
	background-color: rgba(250, 245, 210, 0);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s linear;
}

.checkmarkBox {
	height: 1.8vmax;
	width: 1vmax;
	border-width: 0 0.5vmax 0.5vmax 0;
}


.checkmark:disabled, .checkmarkBox:disabled { display: none; }

.productGuideText {
	text-align: center;
	width: 100%;
	margin-top: 0.5vmax;
}

.productDesc, .productObs {
	width: 90vw;
	max-width: 60vmax;
	margin: auto;
	padding: 2vmax 0 2vmax 0;
}
.productObs {
	text-align: center;
}
.productDesc {
	background-color: rgba( 0,0,0,0.4 );
	border: 0.1vmax solid rgba(255,255,255,0.1);
	margin: 1.5vmax auto 1.5vmax auto;
}

.lightBg, .horizontalSeparator, .horizontalSeparatorFull {
	background-color: rgba( 255, 255, 255, 0.1 );
}

.horizontalSeparator { height: 0.25vh;  width: 80%; max-width: 60vmax; margin: 2.5vh auto 2.5vh auto; }
.horizontalSeparatorFull { width: 100%; height: 0.1vmax; margin: 2vh auto 2vh auto; }

.productDescOption { width: 60%; margin: 0.25vmax 0; }
.productDescOption div { width: 20%; text-align: center; display: inline-block; }
.productDescOption label { margin-left: 0.5vmax; }
.productDescPrice { width: 35%; margin: 0.25vmax 0 0.25vmax 0;text-align: right; }

.pizza-amount {
	width: 3vmax;
	height: 3vmax;
	display: inline-block;
}

.pizza-amount, .inputPizza-amount, .pizza-end, .cart-end {
	padding: 3vmax;
	border: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	margin-top: 2vmax;
	cursor: pointer;
	vertical-align: middle;
}

.pizza-end, .cart-end {
	background-color: rgba(255,255,255,0.5);
}

.inputPizza-amount {
	display: inline-block;
	width: 6vmax;
	border: none;
}

.input-extra, .input-extra-size {
	display: inline-block; 
	padding: 1vh 0vw 1vh 0vw;
	width: 20vw;
	border: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	cursor: pointer;
	margin: 1vh 0.5vw 0 1vw;
	background-color: rgba(255,255,255,0);
	vertical-align: middle;
}
.input-extra-size { width: auto; padding: 1vh 1vw 1vh 1vw }

.extra-end {
	margin-bottom: 10vh;
}

.input-observation, .input-text {
	transition: all 0.5s ease-in-out;
}

.input-observation:focus, .input-text:focus {
	background-color: rgba(255,255,255,0.1);
	border: 0.1vmax solid rgba(255,255,255,0.75);
}

.input-observation {
	border: 0.1vmax solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0);
	width: 90%;
	height: 10vh;
	outline: none;
	resize: none;
	padding: 3%;
}

.input-descLength {
	width: 97%;
	text-align: right;
	margin: auto 1.5% auto 1.5%;
}

.endPizza {
	border: 0.1vmax solid rgba(255,255,255,0.5);
	padding: 1.5vw 3vw 1.5vw 3vw;
	text-align: center;
	margin: 1vmax 0 0 0;
	cursor: pointer;
	z-index: 2000;
	position: fixed;
}

.full { width: 100%;}
.half { width: 50%; }
.div80 { width: 80%; }
.div66 { width: 66%; }
.div33 { width: 33%; }
.div40 { width: 40%; }
.div10 { width: 10%; }
.t_left { text-align: left; }
.t_right { text-align: right; }
.v_align_middle { vertical-align: middle; }
.v_align_top { vertical-align: top; }
.hidden { display: none; }
.t_center { text-align: center; }
.d_inline { display: inline-block }
.margin_h3 { margin: 3vh 0; }
.margin_h1 { margin: 1vh 0; }
.margin_t1 { margin-top: 1vh; }
.margin_l1 { margin-left: 1vw; }
.auto { margin: auto; }

.button, .img_button, .select_input  {
	display: inline-block; 
	cursor: pointer;
	background-color: rgba( 0,0,0,0.4);
	border: 0.1vmax solid rgba(255,255,255, 0.2);
	padding: 1vmax 2vmax 1vmax 2vmax;
}

.img_button { padding: 0.75vmax; }

.topButtons {
	display: inline-block;
	z-index: 1002;
}

.topLeft, .topRight {
	display: inline-block;
}

.topLeft {
	padding: 1vmax 0vmax 0 1vmax;
	text-align: left;
}

.topRight {
	padding: 1vmax 1vmax 0 0vmax;
	text-align: left;
}

.profileData {
	display: inline-block;
	padding-right: 1vw;
}

.select_input {
	padding: 0.5vmax;
	border: 0.1vmax solid rgba(255,255,255, 0.2);
}

.select_input option {
	background-color: rgba( 0,0,0, 0.1);
}

#cardsFlags {
	width: 60vw;
	max-width: 40vmax;
	height: 20vh;
	max-height: 12vmax;
	text-align: center;
	margin: 1vmax 0;
	display: none;
}

.rightButton { 
	display: inline-block; 
	vertical-align: top;
	border: 0.1vmax solid rgba(255,255,255,0.5);
	padding: 1vmax 2vmax 1vmax 2vmax;
	cursor: pointer;
}

.leftButton { 
	border: 0.1vmax solid rgba(255,255,255,0.5);
	padding: 1vmax 2vmax 1vmax 2vmax;
	cursor: pointer;
	display: inline-block;
}

/* ajax/ajax_costumer_order_check */
.cartList {
	width: 98%;
	border: 0.1vmax solid rgba(255,255,255,0.5);
	margin: 0.5vmax auto 0 auto;
	padding: 0.5vmax 0 0.5vmax 0;
}

.orderList { 
	width: 98%;
	margin: auto auto auto auto;
	max-width: 60vmax;
	padding: 0.25vmax 0 0.25vmax 0;
}

.productInfoImage { text-align: right; width: 30%; }

/* If the screen size is 601px wide or more */
@media screen and (min-width: 601px) {
	.orderList, .productDesc, .productObs, .cartList { max-width: 40vmax; }
	
	.productInfoImage img { 
		width: 8vmax;
		height: 8vmax;
	}	
		
	.productAmountBoxButton {
		padding: 1vmin 2vmin 1vmin 2vmin;
		text-align: center;
		margin: 1vmin 1vmin 0 1vmin;
	}
		
	.order-cart-edit {
		text-align: right;
		width: 40vmax;
		margin: 0.5vmax auto auto auto;
	}

	.order-cart-edit-button { 
		border: 0.1vmax solid rgba(255,255,255,0.5);
		background-color: rgba( 255,255,255,0.1 );
		width: 1vmax; height: 1vmax; 
		padding: 1vmax 2vmax;
		margin-right: 0.25vmax;
		text-align: right;
		display: inline-block;
	} 
	
	.order-cart-edit img { 
		width: 1vmax; height: 1vmax; 
	}
	
	.orderList-remove, .orderList-add {
		padding: 0.5vmin 1vmin;
		width: 1vmax;
		margin-left: 1vmax;
	}

	.login-icon {
		width: 1.25vmax;
		height: 1.25vmax;
		padding-right: 0.25vmax;
		text-align: center;
		vertical-align: middle;
	}
	
	.listingLeft-img {
		width: 2vmax;
		height: 2vmax;
		padding: 1vmax;
		vertical-align: middle;
		border: 0.1vmax solid rgba(255,255,255,0.5);
		margin: 0 2vmax 0 2vmax;
		display: inline-block;
		text-align: center;
	}

	.img_button img {
		width: 0.5vmax; height: 0.5vmax;
	}
	
	.new-address-block { width: 60%; margin-left: 20%; }
}

/* If the screen size is 600px wide or less */
@media screen and (max-width: 600px) {
	.cartList { max-width: 60vmax; }
	
	.productInfoImage img { 
		width: 24vw;
		height: 24vw;
		padding: 3%;
	}	

	.productAmountBoxButton {
		padding: 1.75vmin 3.25vmin 1.75vmin 3.25vmin;
		text-align: center;
		margin: 1vmin 2vmin 0 2vmin;
	}
	
	.order-cart-edit {
		text-align: right;
		width: 99%;
		max-width: 60vmax;
		margin: 0.5vmax auto auto auto;
	}

	.order-cart-edit-button { 
		border: 0.1vmax solid rgba(255,255,255,0.5);
		background-color: rgba( 255,255,255,0.1 );
		width: 2vmax; height: 2vmax; 
		padding: 1.5vmax 4vmax;
		text-align: right;
		display: inline-block;
	} 
	
	.order-cart-edit img { 
		width: 2vmax; height: 2vmax; 
	}
	
	.orderList-remove, .orderList-add {
		padding: 1vmin 1vmin;
		width: 3vmax;
		margin-left: 1vmax;
	}
	

	.login-icon {
		width: 2vmax;
		height: 2vmax;
		padding-right: 0.25vmax;
		text-align: center;
		vertical-align: middle;
	}
	
	.listingLeft-img {
		width: 4vmax;
		height: 4vmax;
		padding: 2vmax;
		vertical-align: middle;
		margin: 0 2vmax 0 2vmax;
		border: 0.1vmax solid rgba(255,255,255,0.5);
		display: inline-block;
		text-align: center;
	}

	.img_button img {
		width: 1.0vmax; height: 1.0vmax;
	}

	.new-address-block { width: 80%; margin-left: 10%; }
}

.cartBlock { margin: 0.5vmax 0 0.5vmax 0; }
.orderBlock { 
	padding: 1.5vmax; cursor: pointer; 
	border: 0.1vmax solid rgba(255,255,255,0.1);
	background-color: rgba( 0, 0, 0, 0.4 );
}
.orderProductBlock { padding: 0.75vmax 0.5vmax; }
.orderItemBlock { padding: 0.25vmax 0.5vmax; }

.orderList-cart-total { width: 97%; text-align: right;}
.orderList-amount { width: 10%; text-align: center; }
.orderList-product { width: 65%; } 
.orderList-item { width: 63%; margin-left: 2%; } 
.orderList-cart-product-edit { width: 45%;} 
.orderList-cart-product { width: 60%;} 
.orderList-cart-price { width: 20%; text-align: right;} 
.orderList-cart-amount { width: 15%; text-align: center;  } 
.orderList-extra { width: 40%; } 
.orderList-price { width: 25%; text-align: right; } 
.orderList-date { width: 20%; text-align: center; }
.orderList-title { width: 50%; }
.orderList-status { width: 70%; text-align: left;}
.orderList-method { width: 30%; text-align: right;}
.orderList-total { width: 50%;text-align: right;}
.orderList-address { width: 50%; white-space: pre-wrap; }
.orderList-deliverType { width: 50%; white-space: pre-wrap; text-align: right }
.orderList-payment { white-space: pre-wrap; margin: auto; z-index: 1003; }
.orderList-description { 
	width: 70%;
	text-align: left;
}
.orderList-observation { 
	width: 70%;
	text-align: left;
	margin-left: 9%;
}

.orderList-remove, .orderList-add {
	border: 0.1vmax solid rgba(255,255,255,0.5);
	background-color: rgba( 255,255,255,0.1 );
	text-align: center;
	cursor: pointer;
	display: none;
}

.extra-sub-border { width: 100%; height: 0.1vh; background-color: rgba( 255,255,255,0.8 ); margin: 1vh 0 0 0; }

.orderList-clear {
	border: 0.1vmax solid rgba(255,255,255,0);
	background-color: rgba( 255,255,255,0 );
	cursor: auto;
}

.endPizza { bottom: 0; margin: 0;
	border: 0.3vmax solid rgba(255,255,255,0.5);
	width: 100%;
	max-width: 100%;
	background: rgba( 255,255,255,0.2);
	padding: 3vh 0 3vh 0;
	vertical-align: middle;
}
.endPizzaFlavor { text-align: center; }

.arrowUp, .arrowDown {
	position: fixed;
	width: 1.1vmax;
	height: 1.1vmax;
	border: 2px solid rgba(255,255,255,0.5);
	right: 0.5vmax;
	padding: 0.4vmax;
}

.arrowDown {
	margin-top: 2.1vmax;
}

/* ORDER ADDRESS */
.address-save { width: 100%; text-align: center; margin: 3vh 0 3vh 0; }
.address-save span { 
	padding: 1vmax 4vmax 1vmax 4vmax;
	border: 0.1vmax solid rgba(255,255,255,0.5); cursor: pointer; }
	
.address-order-type, .address-order-data { display: inline-block; text-align: center; width: 100%; }
.address-order-type { width: 100%; }
.address-order-type li { display: inline-block; 
	padding: 1vmax;
	border: 0.1vmax solid rgba(255,255,255,0.5); 
	margin: 1.25vmax 0.5vmax;
	vertical-align: middle;
	cursor: pointer;
}
.address-order-data li {
	padding: 1vmax;
	margin: auto;
	max-width: 50vmax;
	width: 60vw;
	display: inline-block; 
	text-align: left;
}

.address-order-list-block {
	background-color: rgba( 0,0,0,0.2);
	border: 0.1vmax solid rgba(255,255,255, 0.2);
	padding: 0.5vmax 1vmax 0.5vmax 1vmax;
	max-width: 40vmax;
	margin: 1vmax auto 1vmax auto;
}

.address-cards {
	width: 30vmax; height: 20vmax;
}

.address-order-list-block-button {
	margin: 0 0.2vmax;
}

.input-text {
	background: none;
	border: 0.1vmax solid rgba(255,255,255,0.5); 
	padding: 0.5vmax;
	display: inline-block;
	margin: auto;
	
}

.input-short { width: 30vw; max-width: 15vmax; margin-left: 1vmax; }
.input-long { width: 96.8%; }

.order-data-centered { text-align: center;  margin: 1vh 0; }

/* LOGIN PAGE */

.login-buttons {
	/* margin: 30px 150px 30px 150px; */
	width: 100%; 
	text-align: center;
	margin-top: 0.5vmax;
}

.login-buttons li {
	display: inline-block;
	padding: 1vmax 3vmax 1vmax 3vmax;
	border-radius: 2vmax;
	margin: 0.5vmax;
	color: white;
	max-width: 40vw;
	text-align: center;
}

.login-rodape {
	width: 100%;
}

.login-rodape-address {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 50vmax;
}

.pagSeguroButton {
	margin: 2vmax 0 2vmax 0;
}

.listingLeft-centered {
	width: 90vw;
	text-align: left;
	max-width: 50vmax;
	margin: 2vmax auto 2vmax auto;
}

.listingLeft-text {
	display: inline-block;
	vertical-align: middle;
	width: 65vw;
	max-width: 40vmax;
}

.listingLeft-img { text-decoration: underline; }

.blinkButton { 
	transition: all 0.3s ease-in-out;
}

.blinkButton-selected {
	transition: all 0.3s ease-in-out;
	background-color: rgba(255,255,255,0.8);
	color:rgba(0,0,0);
	border-color:rgba(0,0,0);
}


.termsContent {
	background-color: #00000055;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
  }
  
  .pin2 {
	top: 40%;
	left: 50%;
	
	border-radius: 50%;
	border: 0.4vmax solid #fff;
	width: 0.4vmax;
	height: 0.4vmax;
	margin-top: -0.4vmax;
	margin-right: 0.5vmax;
  }
  
  .pin2::after {
	content: '';
	width: 0px;
	margin: 0.5vmax 0px 0 -0.3vmax;
	display: inline-block;
	border: 0.5vmax solid transparent;
	border-top: 0.85vmax solid #fff;
  }

  #map { width: 100%; height: 50vh; border-radius: 8px; display:none; }

.new-address-block-el, .new-address-block-el-min, .new-address-block-el-med, .new-address-block-el-long {
	padding: 1vmax;
	margin: auto;
	max-width: 50vmax;
	display: inline-block; 
	text-align: left;
	vertical-align: top;
}

.new-address-block-el-min {
	width: 5%; min-width: 5vmax;
}

.new-address-block-el-med {
	width: 10%; min-width: 10vmax;
}

.new-address-block-el-long {
	width: 15%; min-width: 15vmax;
}

