@charset "utf-8";

		
#popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    #popup-overlay.show {
      visibility: visible;
      opacity: 1;
    }
    #popup {
      width: 620px;
      max-width: 92%;
      background: white;
      border-radius: 10px;
      padding: 24px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.2);
      transform: scale(0.85);
      transition: transform 0.25s ease;
		border: 4px dashed #F00;
    }
    #popup-overlay.show #popup { transform: scale(1); }
    .close-btn {
      float: right;
      border: none;
      background: none;
      font-size: 24px;
      cursor: pointer;
    }	

.sticker {
	width: 20%; 
	position: fixed; 
	z-index: 98; 
	right: 3%; 
	top: 3%
}

.menutable {
	background: #f79621;
	cursor: pointer;
	color: black;
	
}

.menutable:hover, .menutable:active, .menutable:focus {
	background: #f36f25;
	color: white;
}

.price {
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .price.up {
      color: #f79621;
      transform: scale(1.1);
    }

    .price.down {
      color: #ff3b3b;
      transform: scale(0.95);
    }


.rb {
	border: 1px solid #ccc;
	border-radius: 8px;
}

.bgheader {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
}


.arial, .pop {
	font-family: Helvetica, Arial, "sans-serif"
}

.lato {
	font-family: "Lato", sans-serif;
}

.os {font-family: "Oswald", sans-serif;}

.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:31%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}

.h70 {
	font-size: 70px;
	letter-spacing: -1px;
	line-height: 80px;
}
	
.h55 {
	font-size: 53px;
	letter-spacing: -1px;
	line-height: 60px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 27px;
	line-height:38px;
}
	
.h20 {
	font-size: 18px;
	line-height:25px;
}

.h11 {
	font-size: 11px;
	line-height:15px;
}

	
.wh {
	color: #fff;}

.red {
	color: #F36F25}

.grey {
	color: #747474;}
	
.btn {
	background: #f79621;
	border: 5px solid #f36f25;
	border-radius: 110px;
	padding-top: 0px;
	padding-bottom: 10px;
	width:100%;
	cursor: pointer;
	}

.btn span {
	color: #A70000;
}

.btn2 {
	background: #f36f25;
	border: 1px solid #984211;
	border-radius: 110px;
	padding: 10px 20px;
	cursor: pointer;
	color: white;
	}


.btn:hover {
	transition: 1s}
		
		
	
.btn:hover span {
	color: #FFF;
text-shadow: 0px 0px 10px #ccc}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.sticker {
	width: 70%; 
	position: fixed; 
	z-index: 99; 
	right: 5%; 
	top: 2%
}	
	
	
	.hidden {display: none}
	
	.mg {margin-top: 15px}
	
	.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h55 {
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
