                    Pre settings
=========================================================*/

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  background: #000000;
  overflow-x: hidden;
}

a.aLink {
	color: #0084f8;
  	text-decoration: none;
  	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
} 

a.aLink:hover {
	color: #0084f8;
  	font-weight: bold; 
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: white;
  font-weight: bold; 
}
/* img { */
/*   max-width: 100%; */
/* } */
p + p {
  margin-top: 25px;
}

/* Own definitions
========================================================*/
.message_theme {
/* 	display: none; */
}
#video { 
	width: 50%;
}

/* Common styles
========================================================*/
.text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.text-1 {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.text-2 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 61px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
/*--------------------------------*/
.text-3 {
  font-family: 'Lato', sans-serif;
  font-size: 127px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.text-4 {
  font-family: 'Lato', sans-serif;
  font-size: 47px;
  line-height: 61px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.text-5 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.text-6 {
  font-family: 'Lato', sans-serif;
  font-size: 87px;
  line-height: 27px;
  font-weight: 900;
}
/*--------------------------------*/
.super-box {
/*   padding: 0 0 53px 0; */
}
.heading {
  padding: 0px 0 0px 0;
  text-align: center;
  color: #272727;
}
.subtitle {
  padding: 0 0 23px 0;
  color: #272727;
}
.subtitle time {
  display: block;
  margin: -4px 0 -6px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #0084f8;
}
.img-box {
  margin: 8px 0 0 0;
}
.list {
  color: white;
  line-height: 40px;
  font-weight: 700;
}
.list a:hover {
  color: #272727;
}

.block-1-3 {
  margin: 0px 0px 25px;
}
 
.block-4_s1 {
  float: left;
  margin: 0 19px 0 0;
  padding: 23px 0 22px 12px;
  min-width: 58px;
  font-size: 40px;
  color: #ffffff;
  background: #0084f8;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  min-height: 100px;
}
/*--------------------------------*/
.header-top {
  padding: 0 0 0 0;
  width: 100%;
}
.header-top_s1 {
/*   padding: 21px 0 0 0; */
  float: left;
}
.header-top_s2 {
  float: right;
}

h1 span {
  color: #ffffff;
}
h1 a:hover {
  color: inherit;
}
#stuck_container {
  position: relative;
  background: gray;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
.isStuck {  
	z-index: 100;
	height: 48px; 
	box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
}
.isStuck .sf-menu > li > a {
  padding-top: 0px;
  padding-bottom: 5px;
}
.isStuck .header-top_s1 {
/*   padding: 10px 0 0 0; */
}
.isStuck h1 {
  font-size: 40px;
  line-height: 40px;
}

/* ----------------------------- */

#qr_img_demo {
	
	width: 150px;
	float: right;
	margin-top: -6px;
}

 
.title-container {  
	margin: 0rem 0rem 1rem 0rem; 
	padding-right: 10px;
	background-color: gray; /*#bcc6f4*/
	border-radius: 5px;
	color: white;
}

.title-container:hover {
	background-color: #0084f8;
}

#content-container {
	width: 72%;
	display: none;
}

#qr_image_container {
	width: 70%; 
}

.selected_products_title {
    background-color: gray;
    color: white; 
}

.selected-title-container {
    background-color: gray;
    color: white; 
}

.prodct_table {
	margin: 0px;
}

.prodct_table td {
	padding: 10px;
	text-align: center;
	width: 100%;
}

#del_img {
	width: 20px;
	height: 20px; 
}

.headline_title {
	width: 90px;
    float: left;
}

.qr_img {
	width: 80px;
    cursor: pointer;
}

 

#pr_img_div {
	float:left;
}

.sel_data {
	float: left;
	margin: 5px;
}

#table_selected_products {
	width: 100%;
}

#password_field {
	width: 100px;	
}

.timepicker {
    width: 70px;
    height: 20px;

} 

.datepicker {
    width: 100px;
    height: 20px;
    margin-bottom: 5px;
}
	
#selected_products {
	overflow: scroll;
    max-height: 400px;
    width: 100%; 
    overflow-x: hidden;
    scrollbar-width: thin;
}

#selects_container {
	scroll-behavior: smooth; 
	overflow-x: hidden;
	width: 72%;
	display: none;
	margin-top: 330px;
}

#sub_overtitle {
	font-weight: bold;
    font-size: 12px;
    font-family: monospace;
}

.overtitle {
    font-size: 21px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0084f8;
}

.sf-menu > li > a {
  	position: relative;
  	display: inline-block;
    padding: 40px 29px 17px;
  	color: #ffffff;
}

.selectmark { 
	width: 100%;
    font-size: 27px;
    border: 1px solid gray;
}

.block_box {
	width: 50%;
    float: left;	
}

.selected_table_left {
	width: 100%;
}

.selected_table_right {
	width: 100%;
}

.selected_table_left td { 
	height: 20px;
	width: 120px;
}

.selected_table_right td {
	height: 20px;
	width: 120px; 
} 

.cbx_psw {

}

.piece_number {
	font-family: monospace;
    font-size: 21px;
    font-weight: bold;
    width: 50px;
    height: 25px;    
}

#view_box {

}

#block {
	height: auto;
    margin-bottom: 10px; 
}

.cbx_pass {
	transform: scale(1.5);
    display: none;
    margin-right: 5px;
    margin-left: 10px;
}

#summary_container {
	background: white;
	color: black;
	font-family: monospace;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 5px;
    padding-bottom: 5px;
}

#summary_title {
	font-weight: bold;
    font-family: monospace;
    font-size: 15px;
}
.summary_product_name {
    font-family: monospace;
    font-size: 15px;
    padding: 5px;
    padding-left: 10px;
}

.summary_table {
	width: 100%;
}

/*----------------------------*/

.td_pr_name_ttl {
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
}

.td_pr_name {
	font-size: 30px;
}

.td_pr_pass_ttl {
	width: 8%;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.td_pr_pass {
	font-size: 10px;
    width: 7%;
    text-align: center;
}

.td_pr_size_ttl {
	width: 8%;
	font-weight: bold;
    font-size: 10px;
}

.td_pr_size {
	width: 8%;
    font-size: 10px;
    text-align: center;
}

.td_pr_porto_ttl {
	width: 6%;
	font-size: 10px;
}

.td_pr_porto {
	width: 9%;
	font-size: 10px;
}

.td_pr_count_ttl {
 	width: 5%;
 	font-size: 10px;
}

.td_pr_count {
 	width: 5%;
 	font-size: 10px;
 	text-align: center;
}

.td_pr_price_ttl { 
	width: 10%;
    font-size: 10px;
	text-align: right;
}

.td_pr_price { 
	width: 11%;
    font-size: 10px;
	text-align: right;
}

.td_pr_sum_ttl {
	width: 14%;
	text-align: center;
	font-size: 10px; 
}

.td_pr_sum {
	width: 14%;
	text-align: right;
}

.td_pr_tax_count {
	text-align: right;	
}

.td_pr_total_count {
	text-align: right;	
	font-weight: bold;
}

.td_tax, .td_full_sum {
	text-align: right;
}

.tr_title {
	font-weight: bold;
    font-size: 12px;
}

.td_ttl {
	text-align: right;
	font-weight: bold;
    font-size: 12px;
}

.td_porto_sum {
	text-align: right; 
}

.td_fullsumm_ttl {
	font-weight: bold;
    font-size: 12px;
}

.button_ {
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: #0084f8;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button_:hover {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    padding: 5px;
    color:#0084f8;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.select-menu {
	display: none;
}

#portal_container {
/* 	margin-top: 20px; */
    margin-bottom: 10px;
    font-family: monospace;
}

.portal_title {
	margin-bottom: 10px;
	width: 300px;
	font-size: 18px;
}

.portal_content { 
	margin-bottom: 20px;
	width: 550px;
/* 	resize: none;  */
}

#portal_table {
	width: 100%; 
}

.letters_count {
	width: 50px;
    font-size: 22px;
}

#tinymce {
	scrollbar-width: thin;
}

.preview {
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: #0084f8;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.preview:hover {  
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: green;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}


.price_tax_declaration {
	font-size: 10px;
	font-family: monospace;
}




.error_fields {
	font-family: monospace;
    color: red;
    margin-left: 25px;
}

.form_content {
	padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 24px;  
}

.form_title {
	font-family: monospace;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}


.send_button { 
    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: #0084f8;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    margin-top: 10px;
}

.send_button:hover {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    padding: 5px;
    color:#0084f8;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
}


#modal_container {
	z-index: 102;
    top: 5%;
    position: fixed; 
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fill-available; 
}

#modal {
	display: none;
}

#modal_blocker {
	z-index: 101;
    background: lightgray;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
}

.form_title {
	font-family: monospace;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
} 

.link_box {
	text-align: right;
    padding-right: 23px;
}

.a_link {
	font-family: monospace;
} 
.a_link:hover {
	font-family: monospace;
	color: blue;
	font-weight: bold;
}

#street {
/* 		margin: 5px; */
    font-size: 18px;
    font-family: monospace;
    width: 236px;
}

#city {
    font-size: 18px;
    font-family: monospace;
    width: 233px;
}

#house_number {
	margin: 5px;
    font-size: 18px;
    font-family: monospace;
    width: 51px;
    margin-right: -2px;
}

#zip {
/* 	margin: 5px; */
    font-size: 18px;
    font-family: monospace;
    width: 51px;
    margin-right: -2px;
}

.inp_box_street {
	float: left;
}

.inp_box_city {
	float: right;
}

.inp_box_zip { 
/* 	width: 60px;  */
    float: left;
/*     margin-right: 5px;  */
}

.input_reg_form {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: monospace;
    width: 300px;
}

.messages_container {
	display: none;
    height: 120px;
    z-index: 1100;
/*     background: lightgreen; */ 
    top: 0px;
    position: fixed;
    width: 99%;
    text-align: right;
    padding: 5px;
    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
}

.messages_main_block {
	margin: 5px;
}

.system_messages_box {
	text-align: center;
    font-family: monospace;
    font-size: 15px;
    margin-top: 12px;
} 

.close_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    width: 30px;
/* 	    margin-top: 8px;  */
	}
	
.close_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
} 
  
.price_details {
	font-family: monospace;
}

.t_limit {
	font-size: 10px;
} 

.szenario { 
	font-family: monospace;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product_details {
	font-family: monospace;
	font-size: 13px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 6000px) {
	.grid_3 {
        width: 320px;
    }
    .box_img {
		width: 280px; 
	}
	
	#next_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    width: 100px;
/* 	    margin-top: 8px;  */
	}
	
	#next_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	}  
 	
 	#bottom_select_box {
		float: left;
/* 		margin-top: 8px; */
	}

	#bottom_next_box {
		width: 95%;
	    text-align: right;
	    margin: 5px;
	}
 	
 	#bottom_control_container {
		display:none;
		position: fixed; 
		height: 37px; 
		width: 100%;
		background: gray;
		border: 1px solid;
		bottom: 0px;
		z-index: 100;
	    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
	}
	
	.timing_info {
 		font-size: 12px;
        color: gray;
        font-family: monospace;
        padding-bottom: 10px;
        font-weight: bold;
 	}
 	
 	#pr_title_container {
		width: 99%;
	    font-size: 10px;
	    padding-left: 5px;
	}
 	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }

	#td_pr_total_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#td_ttl {
		float: right;
	    width: 30%;
	    text-align: right; 
	}
	
	#ttl_tax {
		float: right;
	    width: 30%;
	    text-align: right; 
	}

	#td_pr_tax_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#ttl_porto {
		width: 10%;
		float: right;
		text-align: right; 
	}

	#porto_output {
		width: 13%;
    	float: right;
   		text-align: right;
	}
	
	.pr_sum_box{
		text-align: right;
	}
	
	.pr_ttl_sum {
        text-align: center;
    }
    
	#pr_ttl_size { 
		width: 9%;
        float: left;
        text-align: center;
	}
	
	.pr_ttl_price {
	    float: left;
        width: 10%;
        float: left;
        text-align: right;
	}
	
	.pr_price_box {
		width: 12%;
        float: left;
        text-align: right;
	}
	
	.pr_timing_box {
		width: 3%;
		float: left;
		text-align: center;
	}
	.pr_ttl_pass {
	    width: 7%;
        float: left;
        text-align: center;
	}
	 
	#pr_ttl_timing {
		width: 5%;
		float: left;
		text-align: center;
	}
		
	
	.summary_table_container {
		height: 35px;
		padding-top: 10px;
        padding-right: 2px;
	}
	
	.summary_table_container:hover {
		height: 35px;
        cursor: pointer; 
        background: #0084f8;
        color: white;
        padding-top: 10px;
        padding-right: 2px;
	}
	
	.pr_size_box {
		width: 8%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
	}
	
	.pr_ttl_count {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	.pr_count_box {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	#pr_ttl_name {
		width: 50%;
		float: left;
	}
	
	.pr_pass_box {
	    float: left;
        text-align: center;
        padding: 0px;
        width: 9%;
	}
	.pr_name_box {
		width: 51%;
		float: left;
		font-size: 16px;
		padding-left: 5px;
	}
		
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
  	.select-menu { 
        display: none;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%; 
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
    
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
    
    .container {
	    width: 98%; 
    	padding: 0 0px;
	}
	
	.grid_12 {
		width: 100%; 
	}
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 40px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 23px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	 
	.datepicker {
		font-size: 21px;
        width: 150px;
        font-family: monospace;
        font-weight: bold;
	}

	.timepicker {
        font-size: 21px;
        width: 100px;
        font-family: monospace;
        font-weight: bold; 
	} 
	
	.selectmark {
	    width: 60%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	#demo_img_info {
		width: 320px;
	    float: right;
	    font-family: monospace;
	    font-size: 10px; 
	}
	
  	#qr_img_demo {
		width: 320px;
		float: right;
		margin-top: -6px;
	}
} 

@media only screen and (max-width: 1400px) {
	
	.grid_3 {
        width: 290px;
    }
    
	.box_img {
		width: 280px; 
	}
	
	#next_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    width: 100px;
/* 	    margin-top: 8px;  */
	}
	
	#next_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	}  
 	
 	#bottom_select_box {
		float: left;
/* 		margin-top: 8px; */
	}

	#bottom_next_box {
		width: 95%;
	    text-align: right;
	    margin: 5px;
	}
 	
 	#bottom_control_container {
		display:none;
		position: fixed; 
		height: 37px; 
		width: 100%;
		background: gray;
		border: 1px solid;
		bottom: 0px;
		z-index: 100;
	    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
	}
	
	.timing_info {
 		font-size: 12px;
        color: gray;
        font-family: monospace;
        padding-bottom: 10px;
        font-weight: bold;
 	}
 	
 	#pr_title_container {
		width: 99%;
	    font-size: 10px;
	    padding-left: 5px;
	}
 	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }

	#td_pr_total_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#td_ttl {
		float: right;
	    width: 30%;
	    text-align: right; 
	}
	
	#ttl_tax {
		float: right;
	    width: 30%;
	    text-align: right; 
	}

	#td_pr_tax_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#ttl_porto {
		width: 10%;
		float: right;
		text-align: right; 
	}

	#porto_output {
		width: 13%;
    	float: right;
   		text-align: right;
	}
	
	.pr_sum_box{
		text-align: right;
	}
	
	.pr_ttl_sum {
        text-align: center;
    }
    
	#pr_ttl_size { 
		width: 9%;
        float: left;
        text-align: center;
	}
	
	.pr_ttl_price {
	    float: left;
        width: 10%;
        float: left;
        text-align: right;
	}
	
	.pr_price_box {
		width: 12%;
        float: left;
        text-align: right;
	}
	
	.pr_timing_box {
		width: 3%;
		float: left;
		text-align: center;
	}
	.pr_ttl_pass {
	    width: 7%;
        float: left;
        text-align: center;
	}
	 
	#pr_ttl_timing {
		width: 5%;
		float: left;
		text-align: center;
	}
		
	
	.summary_table_container {
		height: 35px;
		padding-top: 10px;
        padding-right: 2px;
	}
	
	.summary_table_container:hover {
		height: 35px;
        cursor: pointer; 
        background: #0084f8;
        color: white;
        padding-top: 10px;
        padding-right: 2px;
	}
	
	.pr_size_box {
		width: 8%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
	}
	
	.pr_ttl_count {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	.pr_count_box {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	#pr_ttl_name {
		width: 50%;
		float: left;
	}
	
	.pr_pass_box {
	    float: left;
        text-align: center;
        padding: 0px;
        width: 9%;
	}
	.pr_name_box {
		width: 51%;
		float: left;
		font-size: 16px;
		padding-left: 5px;
	}
		
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
  	.select-menu { 
        display: none;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%; 
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
    
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
    
    .container {
	    width: 98%; 
    	padding: 0 0px;
	}
	
	.grid_12 {
		width: 100%; 
	}
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 40px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 23px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	 
	.datepicker {
		font-size: 21px;
        width: 150px;
        font-family: monospace;
        font-weight: bold;
	}

	.timepicker {
        font-size: 21px;
        width: 100px;
        font-family: monospace;
        font-weight: bold; 
	} 
	
	.selectmark {
	    width: 60%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	#demo_img_info {
		width: 320px;
	    float: right;
	    font-family: monospace;
	    font-size: 10px; 
	}
	
  	#qr_img_demo {
		width: 320px;
		float: right;
		margin-top: -6px;
	}
}


 
@media only screen and (max-width: 1300px) {

	.grid_3 {
        width: 290px;
    }
	
	.payment_art {
		font-size: 15px;
        font-family: monospace;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
	}
	/*MODAL*/
/* 	#modal_container { */
/* 		z-index: 2; */
/* 	    top: 27%; */
/* 	    right: 35%; */
/* 	    position: fixed; */
/* 	} */
	
	.sys_info {
		text-align: center;
	    font-family: monospace;
	}
	
	#modal_login_container {
		width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
	    border: none;
	    background: white;
	}
	
	#modal_reg_form_container {
		width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
	    border: none;
	    background: white;
	/*         width: 400px; */
/* 	    text-align: center; */
	    font-family: monospace;
	/*     padding-bottom: 10px; */
	/* /*     width: 350px; */ */
	/*     margin-left: auto; */
	/*     margin-right: auto; */
	/*     box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2); */
	/*     border: none; */
	}
	
	.contact-form_bottom-section {
		text-align: left;
	}
	
	.modal_send_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace; 
	    margin-top: 10px;
	}
	
	.modal_send_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3); 
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	}
/*---*/	
	
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	
	/*COOKIE*/
	
	table.menu_type { 
	    width: 50%;
	    /* text-align: center; */
	    cursor: pointer;
	}
	
	.menu_type {
	    color: black;
	}
	
	#cookie_box {
	    position: fixed; 
	    height: 100%; 
	    border: 3px solid black;
	    background: white;
	    opacity: 1;
	    z-index: 1000; 
	    top: 0%; 
	    text-align: center;
	    padding: 1rem;
	    display: none;
	}
	
	.cookie_button_select_decision_cookies { 
		margin-top: 1rem;
	    padding: 0.75rem;
	    background-color: #0084f8;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	.cookie_buttons:hover {
		margin-top: 1rem;
	    padding: 0.75rem;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	.cookie_buttons {
		margin-top: 1rem;
	    padding: 0.75rem;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	#cookie_save_btn {
		background: white;
	    color: black;
	    border: 1px solid #0084f8;
	    margin-left: 1rem;
	}
	
	#cookie_accept_btn { 
		background: #0084f8;
	}
	
	#cookie_set_btn, #generate_qr {
		background-color: lightgray;
	}
	
	
	#cookie_content_box {
		overflow: overlay;
		height: 70%;  
	}
	
	#cookie_set_form {
	
	}
	
	#logo {
	    color: white;
	}
	
	#cookie_type_settings {
		text-align: -webkit-right; 
	}
	
	/*--*/

 	
 	#next_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    width: 100px;
/* 	    margin-top: 8px;  */
	}
	
	#next_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	}
 	
 	#bottom_select_box {
		float: left;
/* 		margin-top: 8px; */
	}

	#bottom_next_box {
		width: 95%;
	    text-align: right;
	    margin: 5px;
	}
 	
 	#bottom_control_container {
		display:none;
		position: fixed; 
		height: 37px; 
		width: 100%;
		background: gray;
		border: 1px solid;
		bottom: 0px;
		z-index: 100;
	    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
	}
 	
 	.timing_info {
 		font-size: 12px;
        color: gray;
        font-family: monospace;
        padding-bottom: 10px;
        font-weight: bold;
 	}
 	
 	#pr_title_container {
		width: 99%;
	    font-size: 10px;
	    padding-left: 5px;
	}
 	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }

	#td_pr_total_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#td_ttl {
		float: right;
	    width: 30%;
	    text-align: right; 
	}
	
	#ttl_tax {
		float: right;
	    width: 30%;
	    text-align: right; 
	}

	#td_pr_tax_count {
		width: 13%;
	    float: right;
	    text-align: right; 
	}
	
	#ttl_porto {
		width: 10%;
		float: right;
		text-align: right; 
	}

	#porto_output {
		width: 13%;
    	float: right;
   		text-align: right;
	}
	
	.pr_sum_box{
		text-align: right;
	}
	
	.pr_ttl_sum {
        text-align: center;
    }
    
	#pr_ttl_size { 
		width: 9%;
        float: left;
        text-align: center;
	}
	
	.pr_ttl_price {
	    float: left;
        width: 10%;
        float: left;
        text-align: right;
	}
	
	.pr_price_box {
		width: 12%;
        float: left;
        text-align: right;
	}
	
	.pr_timing_box {
		width: 3%;
		float: left;
		text-align: center;
	}
	.pr_ttl_pass {
	    width: 7%;
        float: left;
        text-align: center;
	}
	 
	#pr_ttl_timing {
		width: 5%;
		float: left;
		text-align: center;
	}
		
	
	.summary_table_container {
		height: 35px;
		padding-top: 10px;
        padding-right: 2px;
	}
	
	.summary_table_container:hover {
		height: 35px;
        cursor: pointer; 
        background: #0084f8;
        color: white;
        padding-top: 10px;
        padding-right: 2px;
	}
	
	.pr_size_box {
		width: 8%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
	}
	
	.pr_ttl_count {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	.pr_count_box {
		width: 6%;
		float: left;
		text-align: center;
	}
	
	#pr_ttl_name {
		width: 50%;
		float: left;
	}
	
	.pr_pass_box {
	    float: left;
        text-align: center;
        padding: 0px;
        width: 9%;
	}
	.pr_name_box {
		width: 51%;
		float: left;
		font-size: 16px;
		padding-left: 5px;
	}
	
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
    	height: 30px; 
  	}
  	
  	.header-top_s2 {
    	float: right;
    	height: 100px; 
  	}
  	
  	.isStuck h1 {
		font-size: 20px;
	  	line-height: 0px;
	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
  	.select-menu {
        display: none;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%;
    }
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 74%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 74%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 40px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 17px;
        width: 85px;
        height: 20px;
	} 
	
	.datepicker {
		font-size: 17px;
        width: 120px;
        height: 20px;
	}
	
	.selectmark {
	    width: 70%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 290px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 1199px) { 
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 280px; 
    }
	
	.box_img {
		width: 260px;
	}
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	.block-1-3 {
	    margin: 0px 0px 10px;
	}
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 74%;
     	display: none;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 74%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 35px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 17px;
        width: 85px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 17px;
        width: 120px;
        height: 20px;
	}
	
	.selectmark {
	    width: 70%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 280px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 1150px) { 

	.selectmark {
	    width: 73%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 270px;
    }
    
	#qr_img_demo {
		width: 255px;
		float: right;
		margin-top: -6px;
	}
	
	.box_img {
        width: 250px; 
    }
    
    #selects_container {
    	scroll-behavior: smooth;
    	overflow-x: hidden;
        width: 75%;
        display: none;
        margin-top: 0px;
    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
}

@media only screen and (max-width: 1100px) { 

	.selectmark {
	    width: 77%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 255px;
    }
    
	#qr_img_demo {
		width: 245px;
		float: right;
		margin-top: -6px;
	}
	
	.box_img {
        width: 250px; 
    }
    
    #selects_container {
    	scroll-behavior: smooth;
    	overflow-x: hidden;
        width: 75%;
        display: none;
        margin-top: 0px;
    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
}

@media only screen and (max-width: 1050px) { 

	.selectmark {
	    width: 82%; 
	    font-size: 25px;
	    border: 1px solid gray;
	}
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 230px;
    }
    
	#qr_img_demo {
		width: 220px;
		float: right;
		margin-top: -6px;
	}
	
	.box_img {
        width: 230px; 
    }
    
    #selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;    	
        width: 75%;
        display: none;
        margin-top: 0px;
    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
}

@media only screen and (max-width: 980px) {
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 225px;
    }
	
	.box_img {
        width: 210px;
    }
     
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block; 
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 40px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	
	.selectmark {
	    width: 87%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 220px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 940px) { 
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 205px;
    }
	
	.box_img {
        width: 195px;
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right; 
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 30px;
        line-height: 30px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px;  
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	
	.selectmark {
	    width: 91%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 205px; 
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 875px) {
	
	.pr_ttl_price {
        float: left;
        width: 12%;
        float: left;
        text-align: center;
    }
	.pr_ttl_pass {
        width: 8%;
        float: left;
        text-align: center;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
    
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 200px;
    }
	
	.box_img {
        width: 185px;
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 30px;
        line-height: 30px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	
	.selectmark {
	    width: 95%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 200px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 850px) {
	
	.pr_ttl_price {
        float: left;
        width: 10%;
        float: left;
        text-align: center;
    }
	.pr_ttl_pass {
        width: 8%;
        float: left;
        text-align: center;
    }
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 10%;
    }
	#pr_ttl_timing {
        width: 6%;
        float: left;
        text-align: center;
    }
	#pr_ttl_name {
        width: 49%;
        float: left;
    }
	.pr_name_box {
        width: 50%;
        float: left;
        font-size: 16px;
        padding-left: 5px;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 193px;
    }

	.block-1-5 {
	  float: left;
	  margin: 5px;
	}
		
	.box_img {
        width: 185px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 75%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 30px;
        line-height: 30px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	.selectmark {
	    width: 96%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 190px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 830px) {
	.pr_ttl_price {
        float: left;
        width: 13%;
        float: left;
        text-align: center;
    }
    #pr_ttl_name {
        width: 48%;
        float: left;
    }
	.pr_name_box {
        width: 49%;
        float: left;
        font-size: 16px;
        padding-left: 5px;
    }
	.pr_count_box {
        width: 7%;
        float: left;
        text-align: center;
    }
    .pr_ttl_pass {
        width: 8%;
        float: left;
        text-align: center;
    }
    #pr_ttl_timing {
        width: 6%;
        float: left;
        text-align: center;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
     
	.grid_3 {
        width: 180px;
    }
		
	.box_img {
        width: 170px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 80%; 
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 30px;
        line-height: 30px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 220px; 
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	.selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
  	#qr_img_demo {
		width: 140px;
		float: right;
		margin-top: -6px;
	} 
}

@media only screen and (max-width: 820px) { 
	
	#pr_ttl_timing {
        width: 6%;
        float: left;
        text-align: center;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	#qr_image_container {
        float: right;
        width: 130px; 
    }
	
	.grid_3 {
        width: 185px;
    }
    
	.isStuck h1 { 
	  	font-size: 20px;
        line-height: 30px; 
	}
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 81%;
		margin-top: 0px;
  	}
  	
  	#content-container {
        margin-top: 0px;
        width: 81%;
        display: none;
    }
    
    .heading {
    	padding: 10px 0 0px 0;
        font-size: 25px;
        line-height: 25px;
  	}
}

@media only screen and (max-width: 790px) {
	
	#pr_ttl_timing {
        width: 6%;
        float: left;
        text-align: center;
    }
	.pr_ttl_price {
        float: left;
        width: 10%;
        float: left;
        text-align: left;
    }
	.pr_ttl_count {
        width: 9%;
        float: left;
        text-align: center;
    }
	.pr_count_box {
        width: 6%;
        float: left;
        text-align: right;
    }
	.pr_ttl_pass {
        width: 8%;
        float: left;
        text-align: center;
    }
	#pr_ttl_name {
        width: 47%;
        float: left;
    }
    
	.pr_name_box {
        width: 48%;
        float: left;
        font-size: 15px;
        padding-left: 5px;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
    
	#qr_image_container {
        float: right;
        width: 130px; 
    }
      
	.grid_3 {
        width: 170px;
    }
		
	.box_img {
        width: 155px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 79%;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 79%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 30px;
    	line-height: 30px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	.selectmark {
	    width: 98%; 
	    font-size: 23px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 767px) {

	.pr_ttl_count {
        width: 6%;
        float: left;
        text-align: center;
    }
	.pr_ttl_price {
        float: left;
        width: 9%;
        float: left;
        text-align: right;
    }
	.pr_price_box {
        width: 14%;
        float: left;
        text-align: right;
    }
	.pr_count_box {
        width: 4%;
        float: left;
        text-align: right;
    }
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
    }
	
	#pr_ttl_size {
        width: 10%;
        float: left;
        text-align: center;
    }
	.pr_ttl_pass {
        width: 8%;
        float: left;
        text-align: left;
    }
	#pr_ttl_timing {
        width: 6%;
        float: left;
        text-align: left;
    }
	#pr_ttl_name {
        width: 47%;
        float: left;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
    
    .pr_name_box {
        width: 47%;
        float: left;
        font-size: 14px;
        padding-left: 5px;
    }
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
	
	.grid_3 {
        width: 170px;
    }
		
	.box_img {
        width: 160px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	float: left;
  	}
  	
  	.header-top_s2 {
    	float: right;
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	  	
	.select-menu {
		display: block;
	  	margin: 20px 0;
	  	padding: 0;
	  	background-color: #ffffff;
	  	width: 100%;
	}
  	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;	
    	width: 79%; 
     	display: none;
		margin-top: 0px;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 79%;
        display: none;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 25px;
    	line-height: 25px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 200px;
    }
     
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%;
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px;
	} 
	
	.timepicker {
        font-size: 10px;
        width: 60px;
        height: 20px;
	} 
	
	.datepicker {
        font-size: 10px;
        width: 80px;
        height: 20px;
	}
	.selectmark {
	    width: 100%;
	    font-size: 23px; 
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 740px) { 
	
	.pr_ttl_price {
        float: left;
        width: 10%;
        float: left;
        text-align: center;
    }

	#porto_output {
        width: 16%;
        float: right;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 16%;
        float: right;
        text-align: right;
    }
    #td_pr_total_count {
        width: 16%;
        float: right;
        text-align: right;
    }
	.pr_ttl_pass {
        width: 9%;
        float: left;
        text-align: center;
    }
	#pr_ttl_timing { 
        width: 5%;
        float: left;
        text-align: center;
    }
	#pr_ttl_name {
        width: 45%;
        float: left;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
    
	.pr_name_box {
        width: 45%;
        float: left;
        font-size: 13px;
        padding-left: 5px;
    }
	
	#qr_image_container {
        float: right;
        width: 130px; 
    }
	
	.grid_3 {
        width: 160px;
    }
		
	.box_img {
        width: 150px;
    }
    
	#view_box {
	}

	.block_box {
		width: 50%;
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px;
        width: 79%;
        display: none; 
    }
    
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 79%;
		margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 25px;
    	line-height: 25px;
  	} 
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	}
	
	#sub_overtitle {
	    width: 50%;
	    font-family: monospace;
	    font-size: 12px;
	    font-weight: bold;
	}
	
	.selectmark {
        width: 100%; 
        font-size: 23px;
        border: 1px solid gray;
    }
}

@media only screen and (max-width: 710px) {
	
	.pr_price_box {
        width: 14%;
        float: left;
        text-align: right;
    }
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 10%;
    }
	.pr_size_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	.pr_pass_box {
        float: left;
        text-align: right;
        padding: 0px;
        width: 7%;
    }
	.pr_ttl_count {
        width: 8%;
        float: left;
        text-align: center;
    }
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px; 
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	.pr_count_box {
        width: 7%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	#pr_ttl_size {
        width: 9%;
        float: left;
        text-align: center;
    }
	.pr_ttl_pass {
        width: 9%;
        float: left;
        text-align: center; 
    }
    
	#pr_ttl_name {
        width: 45%;
        float: left;
    }
     
	#pr_ttl_timing {
        width: 5%; 
        float: left;
        text-align: center;
    }
	.pr_name_box {
        width: 45%;  
        float: left;
        font-size: 13px; 
        padding-left: 5px;
    }
	
	#qr_image_container {
        float: right;
        width: 123px;  
    }
	
	#qr_img_demo {
		width: 120px;
		float: right;
		margin-top: -6px;
	} 
	
	.grid_3 {
        width: 155px;
    } 
		
	.box_img {
        width: 140px;
    }
	
	#view_box {
	    width: 81%;
        margin-top: 0px;
	}
	.block_box {
		width: 50%;
	    float: left;
	}
	
	#content-container {
        margin-top: 0px;
        width: 81%;
        display: none;
    }
    
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 81%;
		margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 20px;
    	line-height: 20px;
  	}
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	.selectmark {
	    width: 100%; 
	    font-size: 23px;
	    border: 1px solid gray;
	}
}

.select-menu {
	display: none !important;
     display: none;
     margin: 24px 0;
     padding: 0;
     background-color: #ffffff;
     width: 100%; 
}
 
@media only screen and (max-width: 695px) { 
	 	
	#qr_format { 
        width: 100%;
        height: 37px;
        display: block;
    }
	 	
	#next_button {
        box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
        background-color: #0084f8;
        padding: 7px;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        font-family: monospace;
        width: 66px;
        margin-right: 4px;
        margin-top: 2px;
    }
    
    #next_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 7px;
	    color:#0084f8; 
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	    width: 66px;
        margin-right: 4px;
	}
	#bottom_select_box {
        float: left;
        width: 100%;
        margin-top: 0px;
    }
	#bottom_control_container {
        display: none;
        position: fixed;
        height: 47px;
        width: 100%;
        background: gray;
        border: 1px solid;
        bottom: 0px;
        z-index: 1;
        box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
    }
	 	
	.reg_form {
        padding-top: 10px;
    }
	
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/

	.sf-menu {
    	font-size: 17px;
    	display: none;
  	}
  	 
	.select-menu {
		display: block !important;
		display: block;
	  	margin: 20px 0;
	  	padding: 0;
	  	background-color: #ffffff;
	  	width: 100%;
	}
	
	#qr_img_demo {
		width: 140px;
		float: right;
		margin-top: -6px;
	} 
	
	.grid_3 {
        width: 150px;
    }
    
	#view_box {
		height: 260px;
	    width: 100%;
	}
	#header { 
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 22px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 660px) { 
	
	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/

	#header { 
	    position: relative;
	    min-height: 65px;
	}
	
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#demo_img_area { 
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 21px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 640px) { 
	
	
	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/

	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	    
  	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 20px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 620px) { 
	
	
	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 60px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 60px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/

	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
/*         display: none; */
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 610px) { 
	
	
	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/
 
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 600px) { 

	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 30%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 30%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td { 
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}
 
@media only screen and (max-width: 570px) { 
	
	.reg_form {
        padding-top: 10px;
    }
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 22%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 22%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output { 
        width: 22%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/ 
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
        margin-top: 0px;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    #demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .selectmark { 
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 520px) {

    #demo_img_area { 
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	
/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 23%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 23%; 
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 23%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/  
	
	#view_box {
		width: 100%;
	}
	
	.grid_12 {
        width: 100%;
    }
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px;
        display: none; 
    }
	
	#selects_container { 
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	 
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 24px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 500px) { 
	
	/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count { 
        width: 23%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 23%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 23%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 23%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#demo_img_info {
        width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
    }
	#view_box { 
/* 		width: 100%; */
	}
	.grid_12 {
        width: 100%; 
    }
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px;
        display: none;
    }
	
	#selects_container {
		scroll-behavior: smooth;
		overflow-x: hidden;
    	width: 100%;
  	} 
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
  	 
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	} 
	
	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
    .selectmark {
	    width: 100%;
	    font-size: 23px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 480px) {
	
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        width: 300px;
    }
	.reg_form {
        padding-top: 10px;
    }
	.sys_info {
        text-align: center;
        font-family: monospace;
    }
	#modal_login_container {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
        border: none;
        background: white;
        font-family: monospace;
        padding-top: 10px;
        padding-bottom: 10px;
    }
/**/	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 24%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 24%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 24%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
    
/**/
    #demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    #demo_img_info {
        width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
        /* height: 470px; */
    }

	.grid_12 {
    	width: 100%;
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

	#header {
		position: relative;
	  	min-height: 70px;
	}

	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
	.heading {
		font-size: 25px;
        line-height: 30px;
  	}

	#qr_format {
		width: 100%;
		height: 37px;
		display: block;
	}
	.selectmark {
		display: block;
		width: 150px;
        font-size: 18px;
        padding: 0.5rem;
	}
  	
  	#video { 
		width: 100%;
  	}
  	
  	.block-1-3 {
		margin: 0px 0px 10px;
		text-align: center;
	}
	
	.block-4_s1 {
		float: left;
	  	margin: 0 19px 0 0;
	  	padding: 23px 0 22px 12px;
	  	min-width: 180px;
	  	font-size: 40px;
	  	color: #ffffff;
	  	background: #0084f8;
	}
	
	.title-container {  
		padding-right: 10px;
		background-color: gray; 
		border-radius: 5px;
		color: white;
	}
	
	.title-container:hover {
		background-color: #0084f8;
	}
	
	#qr_img_demo {
        width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
    }
    
	#content-container {
		width: 100%;
        padding-top: 10px;
        display: none;
	}
	
	.content-box {
		padding: 10px;
		height: 130px;
	}
	    
    .datepicker {
		margin-right: 5px;
        border-radius: 5px;
        font-size: 18px;
        width: 130px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;
	}
 
	.timepicker {
		margin-top: 0.25rem;
        border-radius: 5px;
        font-size: 18px;
        width: 130px;
        font-weight: bold;
	} 
	
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	}
	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 181px;
    }
}

@media only screen and (max-width: 430px) {
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 26%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%; 
        text-align: right;
    }
	#td_pr_tax_count {
        width: 26%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 26%; 
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
/**/	
	
	#demo_img_area {
		width: 180px;
        margin-left: auto;
        margin-right: auto;
	}
	
	#demo_img_content {
		width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
	}
	
	#demo_img_info {
		width: 100%;
	    float: right;
	    font-family: monospace;
	    font-size: 10px;
/* 	    height: 470px; */
	}
	
	.grid_3 { 
    	width: 100%;
    	text-align: center;
	}
	
	#qr_img_demo {
        width: 150px;
        float: right;
        margin-top: -6px;
    }
	
	.box_img {
        width: 100%; 
    }
    
	h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 181px;
    }
	
	.grid_12 { 
    	width: 100%; 
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

	#header {
		position: relative;
	  	min-height: 70px;
	}

	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
	.heading {
		font-size: 20px;
        line-height: 30px;
  	}

	#qr_format {
		width: 100%;
		height: 37px; 
		display: block;
	}
	.selectmark {
		display: block;
		width: 150px;
        font-size: 17px;
        padding: 0.5rem;
	}
  	
  	#video { 
		width: 100%;
  	}
  	
  	.block-1-3 {
		margin: 0px 0px 10px;
		text-align: center;
	}
	
	.block-4_s1 {
		float: left;
	  	margin: 0 19px 0 0;
	  	padding: 23px 0 22px 12px;
	  	min-width: 180px;
	  	font-size: 40px;
	  	color: #ffffff;
	  	background: #0084f8;
	}
	
	.title-container {  
		padding-right: 10px;
		background-color: gray;
		border-radius: 5px;
		color: white;
	}
	
	.title-container:hover {
		background-color: #0084f8;
	}
	
	#qr_img_demo {
		width: 180px;
        margin-top: 0px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px;
	}
    
	#content-container {
		width: 100%;
        padding-top: 10px;
        display: none;
	}
	
	.content-box {
		padding: 10px;
		height: 130px;
	}
	    
    .datepicker {
		margin-right: 5px;
        border-radius: 5px;
        font-size: 15px;
        width: 110px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;
	}
 
	.timepicker {
		margin-top: 0.25rem;
        border-radius: 5px;
        font-size: 15px;
        width: 80px;
        font-weight: bold;
	} 
	
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	}
}

@media only screen and (max-width: 400px) { 
	
	.pw_load_status, .select_table_imgs {
        margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
	
	#td_pr_total_count {
        width: 29%;
        float: right;
        text-align: right;
    }
	#td_ttl {
        float: right;
        width: 30%;
        text-align: right;
    }
	#td_pr_tax_count {
        width: 29%;
        float: right;
        text-align: right;
    }
	#ttl_tax {
        float: right;
        width: 30%;
        text-align: right;
    }
	#porto_output {
        width: 29%;
        float: right;
        text-align: right;
    }
    
	#ttl_porto {
        width: 30%;
        float: right;
        text-align: right;
    }
    .pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
    	
	.pr_count_box {
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
    }
	
	.pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
	
	.pr_timing_box {
        width: 10%;
        float: left;
        text-align: center;
    }
	
	.pr_name_box {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_ttl_sum {
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
    }
	.pr_ttl_price {
        float: left;
        width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
    }
	
	.pr_ttl_count {
        width: 10%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_size {
        width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	.pr_ttl_pass {
        width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_timing { 
        width: 10%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
    }
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
/* 	.pr_name_box { */
/* 		width: 100%;  */
/* 		float: left; */
/* 		font-size: 15px; */
/* 		padding-left: 5px; */
/* 	} */
	
	 .select-menu {
        display: block;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%;
    }
	
	.sf-menu {
	    font-family: 'Lato', sans-serif;
	    font-size: 16px;
	    line-height: 43px;
	    font-weight: 700;
	    letter-spacing: -0.02em;
	    text-transform: uppercase;
	}
	
	 h1 {
        font-family: 'Lato', sans-serif;
        font-size: 40px; 
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 181px;
    }
	
	.grid_12 {
    	width: 100%; 
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

	#header {
		position: relative;
	  	min-height: 70px;
	}

	#qr_image_container {
        width: 100%;
        height: 330px;
    }
    
	.heading {
		font-size: 20px; 
        line-height: 30px;
  	}

	#qr_format {
		width: 100%;
		height: 37px;
		display: block;
	}
	.selectmark {
		display: block;
		width: 150px;
        font-size: 17px;
        padding: 0.5rem;
	}
  	
  	#video { 
		width: 100%;
  	}
  	
  	.block-1-3 {
		margin: 0px 0px 10px;
		text-align: center;
	}
	
	.block-4_s1 {
		float: left;
	  	margin: 0 19px 0 0;
	  	padding: 23px 0 22px 12px;
	  	min-width: 180px;
	  	font-size: 40px;
	  	color: #ffffff;
	  	background: #0084f8;
	}
	
	.title-container {  
		padding-right: 10px;
		background-color: gray; /*#bcc6f4*/
		border-radius: 5px;
		color: white;
	}
	
	.title-container:hover {
		background-color: #0084f8;
	}
	
	#qr_img_demo { 
		width: 180px;
		margin-top: 0px;
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
		border-radius: 10px;
	}

	#content-container {
		width: 100%;
        padding-top: 10px;
        display: none;
	}
	
	.content-box {
		padding: 10px;
		height: 130px;
	}
	    
    .datepicker {
		margin-right: 5px;
        border-radius: 5px;
        font-size: 15px;
        width: 110px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;
	}
 
	.timepicker {
		margin-top: 0.25rem;
        border-radius: 5px;
        font-size: 15px;
        width: 80px;
        font-weight: bold;
	} 
	
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	}
}
 
@media only screen and (max-width: 380px) {
	
		/*MODAL*/
	
	.sys_info {
		text-align: center;
	    font-family: monospace;
	}
	
	#modal_login_container {
		width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
	    border: none;
	    background: white;
	    font-family: monospace;
	    padding-top: 10px;
        padding-bottom: 10px;
	}
	
	#modal_reg_form_container {
		width: 350px;
	    margin-left: auto;
	    margin-right: auto;
	    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
	    border: none;
	    background: white;
/* 	    text-align: center; */
	    font-family: monospace;
	    padding-bottom: 10px;
	    padding-top: 10px;
/* 	    z-index: 100; */
	}
	
	.contact-form_bottom-section {
		text-align: left;
	}
	
	.modal_send_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	    background-color: #0084f8;
	    padding: 5px;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    margin-top: 10px;
	            margin-left: 25px;
	}
	
	.modal_send_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 5px;
	    color:#0084f8;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	    margin-left: 25px;
	}
	
	/*---*/
	/*REGFORM*/
	#reg_form_container {
	        width: 400px;
	    text-align: center;
	    font-family: monospace;
	    padding-bottom: 10px;
	/*     width: 350px; */
	    margin-left: auto;
	    margin-right: auto;
	    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
	    border: none;
	} 
	 
	.reg_form {
		padding-top: 10px; 
	}
	
	.input_reg_form {
		margin-top: 5px;
		margin-bottom: 5px;
	    font-size: 18px;
	    font-family: monospace;
	    width: 300px;
	}
	
	#street {
	    font-size: 18px;
	    font-family: monospace;
	    width: 236px;
	}
	
	#house_number {
/* 		margin: 5px; */
	    font-size: 18px;
	    font-family: monospace;
	    width: 51px;
	    margin-right: -2px;
	}
	
	#zip {
/* 		margin: 5px; */
	    font-size: 18px;
	    font-family: monospace;
	    width: 51px;
	    margin-right: 0px;
	}
	
	#city {
	    font-size: 18px;
        font-family: monospace;
        width: 236px;
        margin-left: 5px;
        margin-right: -2px;
	}
	
	.inp_box_street,.inp_box_city {
		float: left;
	}
	
	
	
	
	
	
	

	
	
/*---*/



	
	#qr_image_container {
        width: 100%;
        height: 320px; 
    }
	
	/*COOKIE*/
	
	table.menu_type {
	    width: 100%;
	    /* text-align: center; */
	    cursor: pointer;
	}
	
	.menu_type {
	    color: black;
	}
	
	#cookie_box {
	    position: fixed; 
	    height: 95%; 
	    border: 3px solid black;
	    background: white;
	    opacity: 1;
	    z-index: 1000; 
	    top: 0%; 
	    text-align: center;
	    padding: 1rem;
	    display: none;
	}
	
	.cookie_button_select_decision_cookies { 
		margin-top: 1rem;
	    padding: 0.75rem;
	    background-color: #0084f8;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	.cookie_buttons:hover {
		margin-top: 1rem;
	    padding: 0.75rem;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	.cookie_buttons {
		margin-top: 1rem;
	    padding: 0.75rem;
	    color: #fff;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer; 
	    font-size: 1rem; 
	}
	
	#cookie_save_btn {
		background: white;
	    color: black;
	    border: 1px solid #0084f8;
	    margin-left: 1rem;
	}
	
	#cookie_accept_btn { 
		background: #0084f8;
	}
	
	#cookie_set_btn, #generate_qr {
		background-color: lightgray;
	}
	
	
	#cookie_content_box {
		overflow: overlay;
		height: 70%; 
	}
	
	#cookie_set_form {
	
	}
	
	#logo {
	    color: white;
	}
	
	#cookie_type_settings {
		text-align: -webkit-right; 
	}

/**/
	
	#next_button {
	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
        background-color: #0084f8;
        padding: 7px;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        font-family: monospace;
        width: 66px;
        margin-right: 4px;
        margin-top: 2px;
	}
	
	#next_button:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: white;
	    padding: 7px;
	    color:#0084f8; 
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	    width: 66px;
        margin-right: 4px;
	}
	
	#bottom_select_box {
		float: left;
    	width: 100%;
    	margin-top: 0px;
	}
	
	#bottom_next_box {
		width: 20%;
	    text-align: right;
	    margin: 5px;
	    float: right;
	    display: none; 
	}

	#bottom_control_container {
		display:none;
		position: fixed; 
		height: 47px; 
		width: 100%;
		background: gray; 
		border: 1px solid;
		bottom: 0px;
		z-index: 1;
	    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
	}
 	
	.timing_info {
 		font-size: 10px;
        color: gray;
        font-family: monospace;
        padding-bottom: 10px;
        font-weight: bold;
 	}
	
	#pr_title_container {
		width: 99%;
	    font-size: 10px;
	    margin-bottom: 10px;
	    padding-left: 5px;
	}

	.pw_load_status, .select_table_imgs {
		margin: 1px;
        padding-right: 0px;
        background-color: white;
        border-radius: 15px;
        padding-left: 1px;
        padding-bottom: 0px;
        padding-top: 1px;
        box-shadow: 0 0px 5px 5px rgba(255, 255, 255, 0.9);
        font-family: monospace;
        font-size: 10px; 
        width: 15px; 
        height: 15px;
	}
	
	#td_pr_total_count {
		width: 30%;
	    float: right;
	    text-align: right; 
	}
	
	#td_ttl {
		float: right;
	    width: 30%;
	    text-align: right; 
	}

	#ttl_tax {
		float: right;
	    width: 30%;
	    text-align: right; 
	}
	
	#td_pr_tax_count {
		width: 30%;
	    float: right;
	    text-align: right; 
	}
	
	#ttl_porto {
		width: 30%;
		float: right;
		text-align: right; 
	}

	#porto_output {
		width: 30%;
    	float: right;
   		text-align: right;
	}
	
	
	
	.pr_price_box {
        width: 25%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px; 
    }
	
	.pr_sum_box {
/*         font-size: 10px; */
/*         padding: 4px; */
/*         padding-top: 30px; */
	}

    .pr_size_box {
        width: 16%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
    }
    	
	.pr_count_box { 
        width: 9%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding: 4px;
	}
    	
	.pr_ttl_count {
		width: 10%;
		float: left;
		text-align: right;
		font-size: 10px;
        padding-top: 4px;
	}

	.pr_ttl_sum {
		font-size: 10px;
        padding-top: 4px;
        text-align: right;
        padding-right: 32px;
	}

	.pr_ttl_price {
	    float: left;
	    width: 20%;
        float: left;
        font-size: 10px;
        padding-top: 4px;
        text-align: right;
	}
	
	#pr_ttl_size { 
		width: 17%;
        float: left;
        text-align: center;
        font-size: 10px;
        padding-top: 4px;
	}
		
	.pr_timing_box {
		width: 10%;
		float: left;
		text-align: center;
	}
	.pr_ttl_pass {
	    width: 15%;
        float: left;
        text-align: right;
        font-size: 10px;
        padding-top: 4px;
	} 
	
	#pr_ttl_timing {
		width: 10%;
		float: left;
		text-align: center;
		font-size: 10px;
        padding-top: 4px;
	}
	
	#pr_ttl_name {
        width: 50%;
        float: left;
        display: none;
    }
	
	.pr_pass_box {
        float: left;
        text-align: center;
        padding: 0px;
        width: 11%;
        text-align: -webkit-right;
    }
    
	.summary_table_container {
		height: 48px;
		cursor: pointer;
	}
	
	.summary_table_container:hover {
		height: 48px;
		cursor: pointer;
		background: #0084f8; 
		color: white;
	}
	
	.pr_name_box {
		width: 100%; 
		float: left;
		font-size: 14px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	
	#demo_img_area {
		width: 180px;
        margin-left: auto;
        margin-right: auto;
	}
	
	#demo_img_content {
		width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
	}
	
	#demo_img_info {
		width: 100%;
	    float: right;
	    font-family: monospace;
	    font-size: 10px;
	    padding-bottom: 20px;
/* 	    height: 470px; */
	}
	
	#view_box { 
		height: 310px; 
	} 
	
	.td_pr_pass_ttl, .td_pr_size_ttl,
	.td_pr_pass, .td_pr_size {
		display:none; 
	}
	
	
	 .select-menu {
        display: block;
        margin: 20px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%;
    }
	
	.sf-menu {
	    font-family: 'Lato', sans-serif;
	    font-size: 16px;
	    line-height: 43px;
	    font-weight: 700;
	    letter-spacing: -0.02em;
	    text-transform: uppercase;
	}
	
	 h1 {
        font-family: 'Lato', sans-serif;
        font-size: 35px;
        line-height: 26px;
        font-weight: 900;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #0084f8;
        width: 188px;
    }
	
	.grid_12 {
    	width: 100%;  
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

	#header {
		position: relative;
	  	min-height: 70px;
	}
    
	.heading {
		font-size: 20px; 
        line-height: 30px;
  	}

	#qr_format {
		width: 100%;
		height: 37px;
		display: block;
/* 		margin: 5px; */
	}

	#select_product_features {
		margin: 5px;
	}	
	.selectmark {
		display: block;
		width: 150px;
        font-size: 17px;
        padding: 0.5rem;
	}
  	
  	#video { 
		width: 100%;
  	}
  	
  	.block-1-3 {
		margin: 0px 0px 10px;
		text-align: center;
	}
	
	.block-4_s1 {
		float: left;
	  	margin: 0 19px 0 0;
	  	padding: 23px 0 22px 12px;
	  	min-width: 180px;
	  	font-size: 40px;
	  	color: #ffffff;
	  	background: #0084f8;
	}
	
	.title-container {  
		padding-right: 10px;
		background-color: gray; /*#bcc6f4*/
		border-radius: 5px;
		color: white;
	}
	
	.title-container:hover {
		background-color: #0084f8;
	}
	
	#qr_img_demo {
		width: 180px;
		margin-top: 0px;
		box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
		border-radius: 10px;
	}
    
    #selects_container {
    	scroll-behavior: smooth;
    	overflow-x: hidden;
        width: 100%;
    }
	
	.content-box {
		padding: 10px;
		height: 130px;
	}
	    
    .datepicker {
		margin-right: 5px;
        border-radius: 5px;
        font-size: 15px;
        width: 110px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;
	}
 
	.timepicker {
		margin-top: 0.25rem;
        border-radius: 5px;
        font-size: 15px;
        width: 80px;
        font-weight: bold;
	} 
	
    .selected_table_left {
		width: 100%;
	}
	
	.selected_table_right {
		width: 100%; 
	}
	
	.selected_table_left td { 
		height: 20px;
		width: 80px;
	}
	
	.selected_table_right td {
		height: 20px;
		width: 80px; 
	}
}


/*--------------------------------*/
.btn {
	display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: black; 
}
/* .btn__hover:hover { */
/*   color: #272727; */
/* } */
.btn__mod-1 { 
  padding: 24px 42px;
  color: #ffffff;
  background: lightgray;
}
.btn__mod-1__hover:hover {
  color: #ffffff;
  background: gray;
}
/*--------------------------------*/
.bg-color-6 {
/*   background: #0084f8; */
	background: gray;
}
.bg-img-1 {
  background: #a67633 url(../images/new/bg_img1.jpg) 50% -1400px no-repeat;
  background-attachment: fixed;
}
.bg-img-2 {
  background: #858581 url(../images/career.jpg) 50% -355px no-repeat;
  background-attachment: fixed;
}

.isStuck h1 br {
  display: none;
}
/* superfish-menu styles
========================================================*/

.sf-menu {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sf-menu > li {
  position: relative;
  text-align: center;
  float: left;
  border-width: 0 1px 0 1px;
}
.sf-menu > li + li {

}

.sf-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 11px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu > li > a.sf-with-ul {
  color: #ffffff;
}
.sf-menu > li > a:hover {
  background: lightgray;
  color: #ffffff;
}
.sf-menu > li > a:hover:after {
  background: white;
}
.sf-menu > li.current > a {
  background: gray;
  color: #ffffff;
}
.sf-menu > li.current:hover > a {
  background: lightgray;
  color: #ffffff;
}
.sf-menu > li.current > a:after {
  background: white;
}
.sf-menu > li.sfHover > a {
  background: lightgray;
  color: #ffffff;
}
.sf-menu > li.sfHover > a:after {
  background: white;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: -2px;
  min-width: 252px; 
  padding: 15px 0;
  background: #272727;
}
.sf-menu ul > li {
  position: relative;
  font-size: 14px;
  line-height: 40px;
  text-transform: none;
  text-align: left;
}
.sf-menu ul > li > a {
  display: block;
  padding: 0 0 0 20px;
  color: #888888;
}
.sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #0084f8;
}
.sf-menu ul > li.sfHover > a {
  color: #ffffff;
  background: #0084f8;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -15px;
  left: 100%;
  width: 100%;
  padding: 15px 0;
  background: #777777;
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li a {
  color: #ffffff;
}
.sf-menu ul ul > li a:hover {
  color: #ffffff;
  background: white;
}
/* superfish responsive layout */

@media only screen and (max-width: 979px) {
  .isStuck {
 
  }
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
}
/*--------------------------------*/
.bg {
  color: #ebebee;
}
.bg .heading {
  color: #ebebee;
}
/* .bg .btn { */
/*   color: inherit; */
/* } */
/* .bg .btn__hover:hover { */
/*   color: white; */
/* } */
/*--------------------------------*/
.block-1 {
  text-align: center;
}
.block-1 .subtitle {
  padding-left: 100px;
  padding-right: 100px;
}
.block-1 p {
  padding-left: 84px;
  padding-right: 84px;
}
.block-1-1 {
  margin: 0 0 7px;
}
.block-1-1 .subtitle {
  padding-bottom: 13px;
}
.block-1-2 .subtitle {
  padding-bottom: 26px;
}
.block-1-2 .list {
  padding: 7px 0 17px 0;
}

.block-1-4 {
  float: left;
}
.block-1-4_s1 {
  margin: 0 0 15px 0;
}
.block-1-4_wrapper:before,
.block-1-4_wrapper:after {
  content: " ";
  display: table;
}
.block-1-4_wrapper:after {
  clear: both;
}

.block-1-5 .btn {
  margin-top: 18px;
}
.block-1-5_wrapper:before,
.block-1-5_wrapper:after {
  content: " ";
  display: table;
}
.block-1-5_wrapper:after {
  clear: both;
}
.block-1-5_wrapper + .block-1-5_wrapper {
  margin: 31px 0 6px 0;
}
.block-1-5_wrapper__mod-1 + .block-1-5_wrapper__mod-1 {
  margin: 41px 0 6px 0;
}
.block-1-6 {
  float: left;
}
.block-1-6 .subtitle {
  padding: 0 0 9px 0;
  line-height: 22px;
}
.block-1-6 .list {
  line-height: 20px;
}
.block-1-6 .list li {
  padding: 10px 0;
}
.block-1-6_wrapper {
  padding: 0 0 37px 0;
  border: solid #777777;
  border-width: 0 0 1px 0;
  margin: 11px 0 0 0;
}
.block-1-6_wrapper:before,
.block-1-6_wrapper:after {
  content: " ";
  display: table;
}
.block-1-6_wrapper:after {
  clear: both;
}
.block-1-6_wrapper + .block-1-6_wrapper {
  margin: 36px 0 0 0;
}
.block-1-7 {
  float: left;
  max-width: 100%;
}
.block-1-7 .img-box {
  margin: 15px 0 22px;
}
.block-1-7 .btn {
  margin: 21px 0 0;
}
.block-1-7_wrapper {
  margin: 0 0 8px;
}
.block-1-7_wrapper:before,
.block-1-7_wrapper:after {
  content: " ";
  display: table;
}
.block-1-7_wrapper:after {
  clear: both;
}
.block-1-8 {
  float: left;
}
.block-1-8_wrapper:before,
.block-1-8_wrapper:after {
  content: " ";
  display: table;
}
.block-1-8_wrapper:after {
  clear: both;
}
.block-1-9 {
  overflow: hidden;
}
.block-1-9 + .block-1-9 {
  margin: 24px 0 0;
}
.block-1-9_s1 {
  margin: 0 0 14px;
}
.block-1-9_wrapper {
  float: left;
  margin: 8px 0 3px;
}
.block-1-9_wrapper + .block-1-9_wrapper {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .block-1 .subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  .block-1 p {
    padding-left: 0;
    padding-right: 0;
  }
  .block-1 br {
    display: none;
  }
  .block-1-9_wrapper + .block-1-9_wrapper {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-1-4 + .block-1-4 {
    margin-top: 20px;
  }
  .block-1-5 + .block-1-5 {

  }
  .block-1-5_wrapper + .block-1-5_wrapper {
    margin: 30px 0 0 0;
  }
  .block-1-6 {
    width: 100%;
  }
  .block-1-6 + .block-1-6 {
    margin: 20px 0 0;
  }
  .block-1-7 + .block-1-7 {
    margin: 20px 0 0;
  }
  .block-1-8 + .block-1-8 {
    margin: 20px 0 0;
  }
  .block-1-9_wrapper {
    margin: 0 0 0;
  }
  .block-1-9_wrapper + .block-1-9_wrapper {
    margin: 24px 0 0;
  }
}
.block-2 {
  position: relative;
  width: 100%;
  margin: 8px 0 7px;
  color: #ffffff;
  overflow: hidden;
}
.block-2_s1 img {
  width: 100%;
}
.block-2_s2 {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -97px 0 0 0;
  padding: 22px 20px 15px 28px;
  background: rgba(39, 39, 39, 0.8);
}
.block-2_hover {
  display: inline-block;
}
.block-2_hover_el1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-2_hover:hover {
  color: #ffffff;
}
.block-2_hover:hover .block-2_hover_el1 {
  top: 0;
  margin: 0;
  padding-top: 160px;
  background: rgba(253, 114, 2, 0.8);
}
@media only screen and (max-width: 1199px) {
  .block-2_s2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .block-2_s2 {
    font-size: 14px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-2_s2 {
    font-size: 18px;
    line-height: 22px;
    margin: -80px 0 0 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .block-2_s2 {
    font-size: 16px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
}
.block-3 {
  margin: 147px 0 93px;
  color: #ffffff;
}
.block-3_s1 {
  margin: 0 0 19px;
}
.block-3_s2 {
  margin: 0 0 10px;
}
.block-3_s3 {
  padding: 0 64px 0 0;
}
.block-3-1 {
  padding: 149px 0 153px 0;
  text-align: right;
  color: #ffffff;
}
.block-3-1_s1 {
  margin: 0 0 19px;
}
.block-3-1_s2 {
  margin: 0 0 27px;
  color: #0084f8;
}
.block-3-1_s3 {
  margin: 0 0 44px;
  color: #0084f8;
}
.block-3-1_s4 {
  padding: 0 0 0 592px;
}
@media only screen and (max-width: 1199px) {
  .block-3-1 {
    padding: 65px 0 140px 0;
  }
  .block-3-1_s4 {
    padding: 0 0 0 400px;
  }
}
@media only screen and (max-width: 979px) {
  .block-3_s1 {
    font-size: 100px;
  }
  .block-3_s3 {
    padding: 0 0 0 0;
  }
  .block-3-1 {
    padding: 120px 0 120px 0;
  }
  .block-3-1_s4 {
    padding: 0 0 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-3 {
    margin: 120px 0 80px;
  }
  .block-3_s1 {
    margin: 0 0 10px;
    font-size: 70px;
    line-height: 60px;
  }
  .block-3_s2 {
    font-size: 40px;
    line-height: 40px;
  }
  .block-3-1 {
    padding: 100px 0 100px 0;
  }
  .block-3-1_s1 {
    margin: 0 0 10px;
    font-size: 88px;
    line-height: 74px;
  }
  .block-3-1_s2 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 36px;
    color: #0084f8;
  }
  .block-3-1_s3 {
    margin: 0 0 36px;
    font-size: 56px;
    line-height: 27px;
  }
  .block-3-1_s4 {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .block-3 {
    margin: 60px 0 40px;
  }
  .block-3_s1 {
    font-size: 50px;
    line-height: 50px;
  }
  .block-3_s2 {
    font-size: 30px;
    line-height: 30px;
  }
  .block-3-1 {
    padding: 40px 0 40px 0;
  }
  .block-3-1_s1 {
    font-size: 54px;
    line-height: 44px;
  }
  .block-3-1_s2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 24px;
    color: #0084f8;
  }
  .block-3-1_s3 {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 24px;
  }
  .block-3-1_s4 {
    padding: 0 0 0 0;
  }
}
.block-4 {
  overflow: hidden;
}

.block-4_s1__mod-1 {
  background: #0084f8;
}
.block-4_s1__mod-2 {
  background: #0084f8;
}
.block-4_s2 {
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.block-5 {
  overflow: hidden;
  float: left;
  width: 33.33333%;
  color: #ffffff;
  background: #0084f8;
  height: 400px;
}
.block-5_s1 {
  text-align: center;
}
.block-5_s2 {
  line-height: 43px;
  padding: 27px 0 0 25px;
}
.block-5_s3 {
  padding: 20px 20px 0 27px;
}
.block-5_s4 {
  padding: 9px 29px 24px;
  color: white;
}
.block-5_wrapper {
  position: relative;
  margin: -213px 0 0 0;
  bottom: -133px;
}
.block-5_wrapper:before,
.block-5_wrapper:after {
  content: " ";
  display: table;
}
.block-5_wrapper:after {
  clear: both;
}
.block-5_afterspace {
  margin-bottom: 80px;
}
.block-5__mod-1 {
  background: #0084f8;
}
.block-5__mod-2 {
  background: #0084f8;
}
@media only screen and (max-width: 1199px) {
  .block-5_s2 {
    font-size: 34px;
    line-height: 38px;
  }
  .block-5_s3 {
    font-size: 16px;
    line-height: 18px;
  }
  .block-5_wrapper {
    margin: -133px 0 0 0;
    bottom: -93px;
  }
  .block-5_afterspace {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block-5 {
    width: 100%;
  }
}
.block-6 {
  color: #ffffff;
}
.block-6_s1 {
  position: relative;
  padding: 101px 17px 52px 30px;
  background: #272727;
}
.block-6_s1:before {
  content: "“";
  position: absolute;
  top: 92px;
  left: 26px;
  font-size: 195px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.11;
  filter: alpha(opacity=11);
}
.block-6_s1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -12px;
  border: 12px solid transparent;
  border-top: 12px solid #272727;
}
.block-6_s1__mod-1 {
  color: #272727;
  background: #0084f8;
}
.block-6_s1__mod-1:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-6_s1__mod-1:after {
  border-top: 12px solid #0084f8;
}
.block-6_s2 {
  margin: 25px 0 0;
  text-align: center;
}
.block-6_wrapper {
  margin: 70px 0 7px;
}
@media only screen and (max-width: 767px) {
  .block-6 {
    margin-bottom: 24px;
  }
  .block-6_wrapper {
    margin: 60px 0 0;
  }
}
.slider {
  width: 100%;
  padding-top: 37.037317%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #3a3335;
}
.slider:before,
.slider:after {
  content: " ";
  display: table;
}
.slider:after {
  clear: both;
}
.map {
  position: relative;
  min-height: 200px;
}
.map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map iframe {
  width: 100%;
}
.map img {
  max-width: none !important;
}
.map__mod-1 {
  margin: 8px 0 38px 0;
}
@media only screen and (max-width: 979px) {
  .map {
    min-height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .map {
    min-height: 300px;
  }
}
.address dt {
  margin: 0 0 19px 0;
  line-height: 18px;
  color: #272727;
}
.address dd span {
  display: inline-block;
  min-width: 80px;
}
.address dd a {
  text-decoration: underline;
  color: #0084f8;
}
.address dd a:hover {
  color: #272727;
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 8px;
}
#contact-form .contact-form_bottom-section {
  overflow: hidden;
  width: 100%;
  padding: 21px 0 8px 0;
  text-align: right;
}
#contact-form .contact-form_bottom-section .btn {
  padding: 24px 74px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
#contact-form label.message {
  margin: 1px 0 0 0;
  width: 100%;
  position: relative;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0 0 14px;
  color: #777777;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 2px 14px 5px;
  border: 1px solid #d6d6d6;
  width: 100%;
  outline: none;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #777777;
  background: #f8f8f9;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 14px;
  border: 1px solid #d6d6d6;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 361px;
  font-weight: 300;
  color: #777777;
  background: #f8f8f9;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  padding-right: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebebee;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }
}
.privacy {
  margin: 0 0 3px;
}
.privacy .subtitle {
  padding: 0 0 13px 0;
}
.privacy p + .subtitle {
  padding-top: 35px;
}
.privacy a {
  display: inline-block;
  margin-top: 25px;
  color: #0084f8;
  text-decoration: underline;
}
.privacy a:hover {
  color: #272727;
}
.wow {
  visibility: hidden;
  visibility: visible\9;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  overflow: hidden;
  color: #888888;
  background: #171717;
}
.f-block-1 {
  padding: 62px 0 48px 31px;
  min-width: 357px;
  float: left;
  border: 1px solid #2f2f2f;
  border-width: 0 1px 0;
}
.f-block-1 + .f-block-1 {
  border-width: 0 1px 0 0;
}
.f-block-1_s1 {
  padding: 0 0 10px 0;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.f-block-1_s2 {
  color: inherit;
  font-weight: 400;
}
.f-block-1_s2 a {
  display: block;
  margin: 0 0 0 -31px;
  padding: 0 0 0 31px;
}
.f-block-1_s2 a:hover {
  background: #0084f8;
  color: #ffffff;
}
.f-block-1_s3 {
  padding: 14px 0 0 0;
  color: #ffffff;
}
.f-block-1_s3 li {
  float: left;
}
.f-block-1_s3 li + li {
  margin-left: 9px;
}
.f-block-1_s3 .fa {
  font-size: 35px;
  line-height: 77px;
  text-align: center;
  background: #272727;
  height: 77px;
  width: 77px;
}
.f-block-1_s3 .fa:hover {
  color: inherit;
  background: #0084f8;
}
.footer_s2 {
	padding: 19px 0 12px;
    font-size: 12px;
    line-height: 40px;
    background: #000000;
    margin-bottom: 50px;
    text-align: center;
    font-family: monospace;
}
@media only screen and (max-width: 1199px) {
  .f-block-1 {
    min-width: 281px;
  }
}
@media only screen and (max-width: 979px) {
  .f-block-1 {
    padding: 40px 0 40px 20px;
    min-width: 228px;
  }
  .f-block-1_s2 a {
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
  }
  .f-block-1_s3 .fa {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .f-block-1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-block-1 + .f-block-1 {
    border-width: 0 1px 0;
  }
}
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  background: lightblue;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop .triangle-up {
  position: absolute;
  margin-top: -6px;
  margin-left: -4px;
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
}
#toTop:hover {
  outline: none;
  background: #0084f8;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

.product_features {
	padding: .2rem;
}

.settings_table input { 
    border: 1px solid gray;
    width: 55px;
    font-size: 26px;
}
.settings_table__container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.settings_table__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.settings_table__container input:checked ~ .checkmark { 
    background-color: #2196F3; 
}

.settings_table__container selecct:checked ~ .selectmark { 

}

.qr_pass {
	padding: 0.5rem;
    border-radius: 5px;
    width: 200px;
    font-size: 16px;
    font-weight: bold; 
}

.sel_qr_pass {
    width: 140px;
    font-family: monospace;
    font-size: 15px;
    height: 25px;
}

.table_selected_products {

}

.td_pass_form {
	width: 140px;
}

.selected_product_name {
	font-weight: bold;
    font-family: monospace;
    font-size: 15px;
    background-color: #0084f8;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
    color: white;
}

.selected_product_name:hover {
	font-weight: bold;
    font-family: monospace;
    font-size: 15px;
    background-color: lightgray;
    padding: 5px;
    padding-left: 10px;
    color: black;
    cursor: pointer;
}

.order_subtitle {
	font-weight: bold;
    font-size: 12px;
    font-family: monospace;
}

.order_download {
	    /* font-weight: bold; */
    padding-left: 15px;
/*     text-transform: uppercase; */
    font-family: monospace;
    font-size: 10px;
}

.sub_title {
	font-weight: bold; 
    font-family: monospace;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#port_price {
	font-size: 10px;
	font-family: monospace;
}

.pass_buttons_view {
	display: none;
	font-family: monospace;
}

.sel_el {

}

.set_pass_button {
	display: none;
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: #0084f8;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    width: 100px;
    margin-right: 10px;
}
.set_pass_button:hover {
	display: none;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    padding: 5px;
    color:#0084f8;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
}

.del_pass_button {
	display: none;
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
    background-color: red;
    padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    width: 100px;
}
.del_pass_button:hover {
	display: none;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: red;
    padding: 5px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
}

.cbx_desing {
	transform: scale(2);
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 5px;
}

.password_notice {
	font-size: 10px;
	font-family: monospace;
} 

.price {
	font-weight: bold;
    font-size: 15px;
    font-family: monospace;
}

#generate_qr:hover {
	background-color: #0084f8;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

td {
    display: table-cell;
    vertical-align: top; 
    unicode-bidi: isolate;
}

/* table, th, td {  */
/*   border: 1px solid; */
/* } */

 
.box {
	float: left;
}
 


#summary_porto_box {
	width: 100%;
    height: 60px;
    background: lightcyan;
    height: 20px;
    margin-top: 10px;
}

#summary_tax_box {
	width: 100%;
    background: lightblue;
    height: 20px;
} 

#summary_sum_box {
	width: 100%;
/*     background: aquamarine; */
	background: antiquewhite;  
    height: 20px;
} 


 

 



 









 
.pass_el {
	font-family: monospace;
    font-size: 10px; 
    color: red; 
    padding: 5px;
    padding-left: 15px;	
}

.content_box {
	margin-left: 0px;
    margin-right: 0px;
} 


 
.customer_info_form {
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
}

.pfeil {
	height:10px;
	width: 10px;
	margin-left: 93%;
}

#qr_password_table, #time_limit, #product_generate_box, #registration-form {
	display: none;
}

.title {
	padding: 10px;
	font-family: monospace;
    text-transform: uppercase;
}

.settings_table__container input:checked ~ .checkmark { 
    background-color: #2196F3; 
} 

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px; 
    width: 25px;
    background-color: #d2d2d2;
    border-radius: 25%;
}

.very_small_string {
	font-size: 10px;
	margin-bottom: 10px; 
}


#product_basket_container {
    width: 70%;
    border: 1px solid #3d3d3d;
}

#product_basket_title {
	background-color: gray;
    padding: 10px;
    color: white;
}

#product_basket_box {
	width: 100%;
	background-color: lightblue;
}

.btn_ {
	padding: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* font-size: 1rem; */
    margin: 2px;
}

.btn_:hover {
	background-color: #0084f8;
}

#footer_controls {
	position: fixed;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    width: 100%;
    text-align: right;
    z-index: 1;
}

.btn_footer_controls {
	padding: 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 7px;
}

.btn_footer_controls:hover {
	background-color: #0084f8;  
}

/* ############################################### */
