                    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 {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.rules {
	display: inline;
    margin-top: 30px;
}

/* a:hover { */
/*   color: #0084f8; */
/*   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: 30px;
  line-height: 27px;
  font-weight: 900;
}
.text-7 {
  	font-family: 'Lato', sans-serif;
    font-size: 127px;
    line-height: 85px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
    color: lightblue;
}
/*--------------------------------*/
.super-box {
/* 	padding: 0 0 53px 0; */
  	padding: 0 0 0 0;
}
.heading {
  padding: 0px 0 0px 0;
  text-align: center;
  color: #272727;
}
.heading_1 { 
  padding: 0px 0 0px 0;
  text-align: center;
  color: white;
}
.subtitle {
    padding: 0 0 23px 0;
    width: 100%;
    text-align: center;
}
.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 {

}

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;
	box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
}
/* .isStuck .sf-menu > li > a { */
/* 	padding: 5px 10px 20px; */
/*     font-size: 21px; */
/* } */ 
.isStuck .header-top_s1 {
/*   padding: 10px 0 0 0; */
}
.isStuck h1 {
    font-size: 30px;
    line-height: 36px;
    width: max-content;
}

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

#qr_img_demo {
	width: 150px;
	float: right;
}

 
.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%;
/* 	margin-top: 200px; */
}

#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%;
}

.small_picture_10x10 { 
	width: 15px;
	height: 15px;
	padding-right: 0px;
}

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

.qr_img {
	width: 80px;
    padding-left: 17px;
    padding-top: 5px;
    cursor: pointer;
}

#demo_img_info {
    width: 100%;
/*     float: right; */
    font-family: monospace;
    font-size: 10px; 
}

#pr_img_div {
	float:left;
}

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

.sf-menu {
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    line-height: 43px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

#table_selected_products {
	width: 100%;
}

#password_field {
	width: 100px;	
}

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

} 

.datepicker {
    width: 100px;
    height: 20px;
    margin-bottom: 5px;
}
	
#view_block {
    margin-top: 20px;
}


#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: sans-serif;
    font-size: 45px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0084f8;
    /* height: 70px; */
    margin-top: 0px;
    margin-bottom: 10px;
}

.sf-menu > li > a {
    position: relative;
    display: inline-block;
    padding: 20px 20px 20px;
    color: #ffffff;
    font-size: 41px;
}

.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: 35px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
    width: 85px;
/*     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;
}

#bottom_control_container {
	display:none;
	position: fixed; 
	height: 60px;
	width: 100%;
	background: gray;
	border: 1px solid;
	bottom: 0px;
	z-index: 100;
    box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.3);
}

#bottom_select_box {
	float: left;
}

#bottom_next_box {
	width: 95%;
    text-align: right;
    margin: 15px;
}


#form_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: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

#form_close_button:hover {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color:green;
    padding: 5px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.blue_green__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: inherit;
}
.blue_green__button:hover {
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: green; /*#0084f8;*/
    padding: 5px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
}
#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: inherit;
}

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

.cash_register_call_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: 20px;
    font-family: monospace;
    width: 100%;
    height: 55px;
}

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

.select-menu {
	display: none;
}

#modal_qr_pass_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;
}

#qr_pass_container {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
    border: none;
}

.form_content {
	padding: 20px;
}

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

.form_wiki {
	font-size: 12px;
    font-family: monospace;
    text-align: center;
    padding-bottom: 10px;
}


.inp_box {
	/* padding: 10px; */
    width: 100%;
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     height: 40px; */
}

.input_qr_pass_form {
	font-size: 20px;
    width: 100%;
    font-family: monospace;
}

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

.button_pos {
	text-align: right;
	margin-right: 25px;
}

.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-bottom: 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;
}

#portal_content_container {
    margin-left: auto;
    margin-right: auto;
}

#portal_content_info {
	font-size: 13px;
    font-family: monospace;
    margin-bottom: 20px;
    text-align: center; 
}

#portal_content_title {
	font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.pm_textarea {
	resize: none;
	width: 99%;
}
 
#portal_product_content {
    font-family: monospace; 
    margin-bottom: 20px;
    max-height: 400px;
    scroll-behavior: smooth;
	overflow-x: hidden;
	scrollbar-width: thin;
	width: 92%;
}

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

#letter_count {
	font-size: 9px;
	font-family: monospace;
}

.letter_count_ttl {
	font-size: 9px;
	font-family: monospace;
}

#portal_controls_block {
	
}

#p_messages_frame {
	font-size: 15px;
	font-family: monospace;
}

.pm_timestamp {
	font-size: 8px;
}

.pm_username {
	font-size: 10px;
    color: lightgray;	
}

.tbl_messages {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px; 
}

.td_controls {
	width: 20px;
}

.td_timing {
	width: 90px;
	color: lightgray;
}

.menu_block {
	display: none;
}

.p_message_ttl {
	background: gray; 
    color: white;
    padding: 5px;
}

.p_message_ttl:hover {
	background: #0084f8;
    color: white;
    padding: 5px;
}

.message_area_subttl {
	font-size: 9px;
}

#privat_message_container {
	max-height: 400px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: thin;
}

#public_message_container {
	max-height: 400px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: thin;
    margin-bottom: 10px;
}

.pm_message {
	border: 2px solid red;
	font-family: monospace;
	font-size: 15px;
	padding: 5px;
	display: none;
}

.answer_tbl { 
	width: 100%;
}

.u_message {
 	margin-top: 10px;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
/*     border: 2px solid red; */
    padding: 5px;
} 

.red_border {
	border: 2px solid red;
}

.a_message {
	font-size: 11px;
	background: aliceblue;
	text-align: left;
	padding: 5px;
	padding-right: 20%;
}

#login_container {
	width: 350px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.2);
    border: none;
}



#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 {
	font-family: monospace;
}

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

.link_box {
	text-align: right;
}

.a_link {
	font-family: monospace;
}

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

#portal_content_block {
    margin-left: auto;
    margin-right: auto;
} 

#portal_textarea_block { 
/* 	width: 420px; */
    margin-left: auto;
    margin-right: auto;
    display: none;	
}

.adw_owner {
    color: white;
    background: green;
    font-size: 11px;
    font-weight: bold;
}

.check_boxes {
	font-size: 13px;
	font-family: monospace;
	margin-bottom: 20px;
	margin-top: 20px;
}

#modal_view_area {
	display: none;
}

#modal_view_area_blocker {
	z-index: 1;
    background: lightgray;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
}
#modal_view_area_container {
    z-index: 102;
    top: 10%;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fill-available;
/*     text-align: center; */
}


#modal {
	display: none;
}

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

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

.sys_info {
	font-family: monospace;
	text-align: center;
}


.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;
	} 



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

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

.portal_images {
	
}

.upload_images {
	cursor: pointer;
}


.images_upload {
	margin-bottom: 15px;
} 


.upload_images_view_frame {
	text-align: center;	 
}

.h1_text {
    text-align: center;
    margin-top: 50px;
}

img.qr_img_demo {
	width: 130px;
    margin-top: 20px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
    border-radius: 10px;
    max-width: 95%;
}

img.qr_demo {
	width: 320px;
    margin-top: 20px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
    border-radius: 10px;
    max-width: 95%;
}
 
img {
    max-width: 100%;
}

.img-box {
/*     margin: 8px 0 0 0; */
    margin-right: 8px; 
}

.qr_font {
	color: #0084f8;
}

.box_inner {
    color: white;
    font-family: monospace;
    font-size: 15px;
    width: -webkit-fill-available;
}

.portal_controls {
	text-align: -webkit-right;
}

.portal_content_controls_container {
	text-align: center;
	font-family: monospace;
    font-size: 15px;
    margin-bottom: 25px;
}

.email_new_szenario {
    width: 70%;
    padding: 5px;
    font-size: 25px; 
} 

.news_send_form {
	text-align: -webkit-center;
    margin-bottom: 20px;
}

.cbx {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-right: 20px;
    margin-bottom: 35px;
}

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

.sf-menu > li {
  position: relative;
  text-align: center;
  float: left;
  border-width: 0 1px 0 1px;
/* 	    height: 130px; */
}
.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; */
/*   height: 73px; */
/* } */
.sf-menu > li > a:hover:after {
  background: white;
}
.sf-menu > li.current > a {
  background: gray;
  color: #ffffff;
/*   height: 73px; */
}
.sf-menu > li.current > a:after {
  background: white;
}
.sf-menu > li.sfHover > a {
  background: gray;
  color: #ffffff;
/*   height: 73px; */
}
.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: 152px;
  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;
/*   height: 73px;  */
}
.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;
}


.logo {
    width: min-content;
}

.header-top_s1 {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}

.grid_3 {
	width: 24.2%;
}

.email_ttl {
	color: white;
}

[class*="grid_"] {
  	float: left;
  	font-family: monospace;
} 

#view_container {
	width: 86%;
}

.privat_public {
    accent-color: #0084f8;
    /* accent-color: orange; */
    width: 25px;
    height: 25px;
}

.message_controls {
	width: 40px;
/* 	margin-bottom: 10px;	 */
}

a.contacts_link {
	color: black;
	font-size: 11px;
	width:fit-content;
}

a.contacts_link:hover {
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.controls_container {
	margin-top: 20px;
}

.controls_box {
	margin-bottom: 10px;
}

.portal_info_container_box {
	text-align: center;
    padding: 10px;
}
.portal_info_container {
    
}

.portal_type {
	text-align: center;
    padding: 5px;
}

#qr_img_demo {
	cursor: pointer;
}

.titel_column {
	width: 65%;
    float: left;
    padding: 8px;
}

.column {
    padding: 8px;
}
.column_price {
    padding: 5px;
}

.span {
/* 	height: 30px; */
}

.porto {
	background: lightcyan;
}

.summe {
	background: antiquewhite;
}

.mwst {
	background: lightblue;
}

.qr_product_price {
	font-size: 25px;
	font-weight: bold;
	width: 95%;
}

.price_label {
	font-size: 10px;
    float: right;
    padding: 6px;
}

.height_size {
/* 	height: 40px; */
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}

.product_title {
	text-align: center;
    font-size: 20px;
    font-family: monospace;
    text-transform: uppercase;
    font-weight: bold;
}

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

.confirm_btn:hover {
	box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3);
	background-color: green;
	padding: 6px;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	font-family: monospace;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

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

#house_number {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 18px;
    font-family: monospace;
    width: 51px;
    float: right;
/*     margin-right: -2px; */
}

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

#zip {
    font-size: 18px;
    font-family: monospace;
    width: 58px;
}

form#shippingAdressForm {
	padding: 10px;
}
    
    
 
.form_controlls {
    text-align: right;
}

.sys_info {
    text-align: center;
    font-family: monospace;
	margin-top: 10px;
}
    
.inp_box {
/*     height: 50px; */
}   
   
.input_reg_form {
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    font-size: 18px;
    font-family: monospace;
/*     width: 98%; */
}

.registryForm {
	width: -webkit-fill-available;
}
.rules_box {
    margin-top: 20px;
    margin-bottom: 20px;
}
 
.rules_checkbox {
    transform: scale(2);
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 9px;
    margin-top: 15px;
}
.rules {
    color: black; 
}

.pr_portal_type_label {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}
    
.controls_container {
    margin-top: 13px;
    text-align: right;
}

.firma_box {
	margin-bottom: 10px;
	font-weight: bold;
}

.email_box {
	margin-top: 10px;
}

.email_input {
	margin-top: 35px;
}

.shippment_container {
	display: none;
/* 	 overflow-y: auto; */
/*     max-height: 230px; */
}
 
.display__payment_data {
	display: block;
}

.hide__payment_data {
	display: none;
}

.status_text {
	margin-top: 10px;
	font-weight: bold;
}

.payment_data_container {
	padding: 10px;
    font-family: monospace;
    font-size: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.date_data {
	margin-top: 10px;
    margin-bottom: 10px;
}

.customer_data {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.street {
	float: left;
	width: 85%;
}

.street_number {
	float: right;
}

.city {
	float: right;
	width: 85%;
}

.zip {
	float: right;
	width: 15%;
	text-align: right;
}
.country {
	float: right;
}

.order {
	margin-top: 10px;
	
}

.tracking_number {
	margin-top: 10px;
}

.street__street_number {
	height: 20px;
}

.postal_code__city {
	height: 20px;
}

.liefer_data_titel {
	margin-top: 10px;
}

.inp_box_mobile {
/* 	margin-top: 50px; */
}
    
.email_error_fields {
	margin-top: 75px;
	color: red;
}

.shipping_button_container {
	text-align: right;
	color: black;
	margin-top: 10px;
	margin-right: 10px;
} 
	
 	.hrf_link_black {
/* 	    box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3); */
/* 	    background-color: #0084f8; */
	    padding: 5px;
	    color: #0084f8;
	    border: none;
/* 	    border-radius: 5px; */
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    margin-bottom: 10px;
		margin-left: 10px;
	}
 	.hrf_link_black:hover {
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	    background-color: lightblue;
	    padding: 5px;
	    color:#0084f8;
	    border: none; 
	    border-radius: 5px;
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    font-weight: bold;
	    margin-bottom: 10px;
	    margin-left: 10px;
	} 
	
	
 	.link_button {
	    /* box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.3); */
	    /* background-color: #0084f8; */
	    padding: 5px;
	    color: #0084f8;
	    border: none;
	    /* border-radius: 5px; */
	    cursor: pointer;
	    font-size: 15px;
	    font-family: monospace;
	    margin-top: 10px;
	    /* margin-bottom: 10px; */
	    /* margin-left: 10px; */
	    text-align: center;
	}
 	.link_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;
	    margin-left: 10px;
	    text-align: center;
	} 
	
   
@media only screen and (max-width: 6000px) {
	   
   	#city {
		font-size: 18px;
	    font-family: monospace;
	    width: 87%;
	    float: right;
	}
	
	.inp_box_city {
        width: 100%;
    }
    
    #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;
    }
    
	#view_block {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	
    .email_new_szenario {
        text-align: center;
    }
	
	.grid_3 {
		width: 25%;
	}
	.grid_4 {
	  width: 32.2%;
	  text-align: center;
	}
	#cookie_box {
        position: fixed;
        height: 100%;
        border: 3px solid black;
        background: white;
        opacity: 1;
        z-index: 1000;
        top: 0%;
        text-align: center;
        padding: 1rem;
    }

    .box_img {
		width: 280px; 
	}
	#qr_img_demo {
		width: 260px;
		margin-top: 20px;
	    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
	    border-radius: 10px;
	    max-width: 95%;
	}
  	
  	.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 {

  	}
  	
  	h1 br {
    	display: none;
  	}

	#content-container {
        margin-top: 0px;
        width: 75%;
    }
    
	.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; */
/*     } */
     
    .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: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
	#qr_image_container {
	    width: 100%;
	}
}
    
@media only screen and (max-width: 1400px) {

	#city {
	    font-size: 18px;
	    font-family: monospace;
	    width: 87%;
	    float: right;
	}
	
	.inp_box_city {
        width: 100%;
    }
    
	.box_img {
		width: 280px; 
	}
	
	#qr_img_demo { 
		width: 260px;
		float: right;
        border-radius: 10px;
	}
  	
  	.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 {

  	}
  	
  	h1 br {
    	display: none;
  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
    
/*     .container { */
/* 	    width: 98%; */
/*     	padding: 0 0px; */
/* 	} */
	
	.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; */
/*     } */
     
    .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: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
	
	#qr_image_container {
	    width: 100%;
	}
}

@media only screen and (max-width: 1300px) {
	
	.inp_box_city {
	    float: right;
    	width: 87%;
	}
	
	#zip {
	    font-size: 18px;
	    font-family: monospace;
	    width: 58px;
	}
	
    #city {
        font-size: 18px;
        font-family: monospace;
        width: 100%;
    }
    
    #street {
        font-size: 18px;
        font-family: monospace;
        width: 271px;
    }
    
	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 20px; */
        margin-top: 30px;
        background: white;
    }
	
	.email_new_szenario {
	    width: 50%;
	}
	#qr_img_demo {
		width: 150px;
		float: right;
        border-radius: 10px;
	}
	
/* 	/*MODAL*/ */
/* 	#modal_container { */
/* 		z-index: 2; */
/*         top: 27%; */
/*         right: 7%; */
/*         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;
	}
/*---*/	
	
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
/*     	height: 100px;  */
/*     	margin-top: -3px; */
/*         margin-left: -2px; */
  	}
  	
  	.header-top_s2 {
    	 
  	}
  	
/*   	.isStuck h1 { */
/* 		font-size: 20px; */
/* 	  	line-height: 0px; */
/* 	} */
  	
  	h1 br {
    	display: none;
  	}
  	
  	.select-menu {
        display: none;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%;
    }
	
	#content-container {
        margin-top: 0px;
        width: 74%;
    }
	
	.heading {
/*     	padding: 20px 0 20px 0; */
    	font-size: 40px;
    	line-height: 44px;
  	}
  	
  	.img-box {
	    margin: 8px 8px 0 0;
  	}
  	
/*   	h1 { */
/* 		font-family: 'Lato', sans-serif; */
/*         font-size: 54px; */
/*         line-height: 36px; */
/*         font-weight: 900; */
/*         letter-spacing: -0.02em; */
/*         text-transform: uppercase; */
/*         color: #0084f8; */
/*         width: 200px; */
/*         margin-top: 23px; */
/*         margin-left: 128px; */
/*     } */
     
    .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: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}






@media only screen and (max-width: 940px) {
	
	#portal_product_content {
        width: 81%;
    }
    
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 195px;
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
  	}
  	
  	.header-top_s2 {
 
  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
/*     	display: block; */
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}

@media only screen and (max-width: 875px) {
	#portal_product_content {
        width: 80%;
    }
	.isStuck h1 {
	  font-size: 35px;
	  line-height: 40px;
	}
	
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 185px;
    }
    
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
  	}
  	
  	.header-top_s2 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
/*     	display: block; */
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}

@media only screen and (max-width: 850px) {
	    
	.isStuck h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }

	.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 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
    	display: block;
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}

@media only screen and (max-width: 830px) { 
	
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

	
	}
		
	.box_img {
        width: 170px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
  	}
  	
  	.header-top_s2 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
/*     	display: block; */
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}

@media only screen and (max-width: 820px) { 
	
	#portal_product_content {
        width: 79%;
    }
	
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	.grid_3 {

    }
	
	#view_container {

  	}
  	
  	#content-container {
        margin-top: 0px;
        width: 81%;
    }
    
    .heading {
    	padding: 10px 0 0px 0;
        font-size: 25px;
        line-height: 25px;
  	}
}

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

	#portal_product_content {
        width: 78%;
    }
    
	.grid_3 {
		width: 100%;
	}
	
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
		
	.box_img {
        width: 155px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
  	}
  	
  	.header-top_s2 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 79%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}

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

	#portal_product_content {
        width: 78%;
    }
    
	.isStuck h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
	
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
		
	.box_img {
        width: 160px;
    }
	
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
    	
  	}
  	
    .header-top_s2 {
		float: left;
    }
  	
  	h1 br {
    	display: none; 
  	}
  	
  	.sf-menu {
    	font-size: 15px;
  	}
  	  	
	.select-menu {
		display: block;
	  	margin: 20px 0;
	  	padding: 0;
	  	background-color: #ffffff;
	  	width: 100%;
	}
  	
	#view_container {
 
  	}
	
	#content-container {
        margin-top: 0px;
        width: 79%;
    }
	
	.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; */
/*     } */
     
    .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;
	}
}


.select-menu {
	display: none !important;
     display: none;
     margin: 24px 0;
     padding: 0;
     background-color: #ffffff;
     width: 100%; 
}


/*--------------------------------*/
.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-color-7 {
/*   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;
}

/*========================================================
                    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;
  width: 100%;
}
.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;
}

.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: 479px) {
  .block-2_s2 {
    font-size: 16px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
  .map {
    min-height: 300px;
  }
  .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-3 {
  margin: 55px 0 45px; 
  color: #ffffff;
      text-align: center;
}
.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;
}


.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: 805px; */
}
.block-5_s1 {
  text-align: center;
}
.block-5_s2 {
  line-height: 43px;
  padding: 27px 0 0 25px;
}
.block-5_s3 {
  padding: 20px 20px 25px 25px;
}
.block-5_s4 {
  padding: 9px 29px 24px;
  color: white;
}
.block-5_wrapper {
  position: relative;
  margin: -50px 0 0 0;
  bottom: -70px;
	text-align: center;
}
.block-5_wrapper:before,
.block-5_wrapper:after {
  content: " ";
  display: table;
}
.block-5_wrapper:after {
  clear: both;
}
.block-5_afterspace {
  margin-bottom: 60px;
}
.block-5__mod-1 {
  background: #0084f8; 
}
.block-5__mod-2 {
  background: #0084f8;
}
@media only screen and (max-width: 1199px) {
  	
  	.f-block-1 {
    	min-width: 281px; 
  	}
  
  	.sf-menu > li > a {
	    font-size: 37px;
	}
	  #toTop {
    display: block;
  }
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {
/*         width: 266px;   */
    }
	
	.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 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
/*     	display: block; */
  	}
  	
	
	#content-container {
        margin-top: 0px;
        width: 74%;
    }
	
	.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; */
/*     } */
     
    .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: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
  .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;
  }

	
  	.block-2_s2 {
    	font-size: 16px;
    	line-height: 20px;
  	}
	  .block-3-1 {
    padding: 65px 0 140px 0;
  }
  .block-3-1_s4 {
    padding: 0 0 0 400px;
  }
  .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;
  }
}

.block-6 {
  color: #ffffff;
  margin-right: 10px;
}
.block-6_s1 {
  position: relative;
  padding: 101px 17px 52px 30px;
  color: white;
    background: #0084f8
}
.block-6_s1:before {
  content: "“";
  position: absolute;
  top: 92px;
  left: 26px;
  font-size: 195px;
  line-height: 25px;
  color: white;
  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 #0084f8;
}
.block-6_s1__mod-1 {
  color: white;
  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;
}

.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;
  }
}

.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;
}

/* 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;
}

.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;
}

/*SHIPPMENT FORM*/
.shipping_container {
    display: none;
    font-family: monospace;
    padding: 2px;
    margin-bottom: 25px;
/*     background: white; */
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

form#shippingAdressForm {
    width: 65%;
/*     min-width: 100%; */
    /* align-self: center; */
/*     box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
    /* border-radius: 7px; */
/*     padding: 11px; */
    margin-top: 30px;
    /* margin-bottom: auto; */
}
    
.form_title {
    font-family: monospace;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    /* margin-top: 25px; */
}
    
.alternative_delivery_container {
    font-family: monospace;
    font-size: 15px;
/*     padding-bottom: 10px; */
    max-height: 240px;
    scroll-behavior: smooth;
	overflow-x: hidden;
	scrollbar-width: thin;
}

.shipping_data {
    font-weight: bold;
}

.shipping_data {
    font-weight: bold;
}

.select_shipping_address {
    accent-color: #0084f8;
    /* accent-color: orange; */
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
}

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

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

.delivery_form_controls {
    margin-top: 10px;
}

.cash_register_call_form {
	margin-top: 10px;
	margin-bottom: 10px;
}

.delivery_form_close {
    margin-top: 10px;
    text-align: right;
}

.inp_box_street {
	float: left;
	width: 87%;
}

.shipping_address_title {
	text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 6000px) {
	.grid_5 { 
  		width: 280px;
  		margin-right: 10px;
  	}
}

@media only screen and (max-width: 1400px) {
  	.grid_5 { 
  		width: 318px;
  	}
  	
	#portal_product_content {
	    width: 92%;
	}
}    

@media only screen and (max-width: 1300px) {
  	.grid_5 { 
  		width: 280px;
  	}
  	
  	#portal_product_content {
        width: 100%;
    }
} 

@media only screen and (max-width: 1200px) {
	
	
	.grid_5 { 
  		width: 266px;
  	}
	
	
	#portal_product_content {
	    width: 85%;
	}
	
	#qr_img_demo {
		width: 155px;
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 250px; 
    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
    }
	
    .product_content {
	    color: black;
	    font-size: 13px;
	}
}

@media only screen and (max-width: 1150px) {
	
	.grid_5 { 
  		width: 255px;
  	}
	
	
	#portal_product_content {
	    width: 98%;
	}
	
	#qr_img_demo {
		width: 155px;
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 250px; 
    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
    }
	
    .product_content {
	    color: black;
	    font-size: 13px;
	}
}

@media only screen and (max-width: 1100px) {
	
	.grid_5 { 
  		width: 243px;
  	}	
    
	#portal_product_content {
        width: 97%;
    }
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 250px; 
    }
    
    #view_container {

    }
    
    #content-container {
        margin-top: 0px;
        width: 98%;
    }
	.sf-menu > li > a {
	    font-size: 35px;
	}
}

@media only screen and (max-width: 1050px) {
	
	.inp_box_city {
        float: right;
        width: 83%;
    }
    
	.grid_5 { 
  		width: 226px; 
  	}
  	
	#portal_product_content {
        width: 96%;
    }
    
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {

    }
	
	.box_img {
        width: 230px; 
    }
    
    #view_container {

    }
    
    #content-container {
        margin-top: 0px;
        width: 75%;
    }
	.sf-menu > li > a {
	    font-size: 32px;
	}
}


@media only screen and (max-width: 980px) {
	
	.inp_box_street {
	    float: left;
	    width: 85%;
	}
	
	.text-1 {
	    font-size: 17px;
	}
	.grid_5 { 
  		width: 215px; 
  	}
  	
	#portal_product_content {
        width: 95%;
    }
    
	.sf-menu > li > a {
	    padding: 20px 10px 20px;
		font-size: 15px;
	}
  
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
	
	.grid_3 {
        
    }
	
	.box_img {
        width: 210px;
    }
     
	.block_box {
		width: 50%;
	    float: left;	
	}
	
  	.header-top_s1 {
/*     	float: left; */
  	}
  	
  	.header-top_s2 {

  	}
  	
  	h1 br {
    	display: none;
  	}
  	
  	.sf-menu {
    	font-size: 17px;
/*     	display: block;  */
  	}
  	
	#view_container {

  	}
	
	#content-container {
        margin-top: 0px;
        width: 75%;
    }
	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 34px;
    	line-height: 44px;
  	}
  	
  	.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;
	} 
	
	.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;
	}
  .block-2_s2 {
    font-size: 14px;
    line-height: 20px;
    margin: -60px 0 0 0;
    padding: 10px;
  }
  .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;
  }
  
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }

  .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: 940px) {

	.inp_box_city {
        float: right;
        width: 83%;
    }
    
	.grid_5 { 
  		width: 200px; 
  	}
	
	.sf-menu > li > a {
	    font-size: 30px;
	}
	#portal_product_content {
        width: 94%;
    }
}

@media only screen and (max-width: 875px) {
	.grid_5 { 
  		width: 185px; 
  	}
	.sf-menu > li > a {
	    font-size: 28px;
	}
	#portal_product_content {
        width: 92%;
    }
}

@media only screen and (max-width: 850px) {
	
	.inp_box_city {
        float: right;
        width: 81%;
    }
	
	.shipping_container {
	    width: 65%;
	}
	
	.grid_5 { 
  		width: 175px; 
  	}
  	
  	.heading {
        padding: 10px 0 0px 0;
        font-size: 26px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 830px) {
	.sf-menu > li > a {
	    font-size: 26px;
	}
	#portal_product_content {
        width: 91%;
    }
}

@media only screen and (max-width: 820px) {
	.sf-menu > li > a {
	    font-size: 24px;
	}
	.grid_5 { 
  		width: 350px; 
  	}
  	
  	.product_content {
        font-size: 19px;
    }
    
    .heading {
        padding: 10px 0 0px 0;
        font-size: 26px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 790px) {
	#portal_product_content {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
	
	.grid_5 { 
  		width: 335px; 
  	}
  	
	#portal_product_content {
        width: 89%;
    }
    
	.block-2_s2 {
    	font-size: 18px;
    	line-height: 22px;
    	margin: -80px 0 0 0;
    	padding: 20px;
  	}
  	
  .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;
  }
	 .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;
  }
	  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
    .block-6 {
    margin-bottom: 24px;
  }
  .block-6_wrapper {
    margin: 60px 0 0;
  }
   .block-5 {
    width: 100%;
  }
	.sf-menu > li > a {
	    font-size: 21px;
	}
	
	.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;
  	}
}

@media only screen and (max-width: 740px) {
	
	.grid_5 { 
  		width: 325px; 
  	}
  	
	#portal_product_content {
        width: 88%;
    }
    
	#qr_img_demo {
		float: right;
        border-radius: 10px;
	}
		
	.box_img {
        width: 150px;
    }
    
	#view_box {
	}

	.block_box {
		width: 50%;
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px;
        width: 79%; 
    }
    
	#view_container {

  	}
  	
	.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) {
	
	.grid_5 {
        width: 315px;
    }
    
	#portal_product_content {
        width: 87%;
    }

	#qr_img_demo { 
		float: right;
        border-radius: 10px; 
	} 
	
	.box_img {
        width: 140px;
    }
	
	.block_box {
		width: 50%;
	    float: left;
	}
	
	#content-container {
        margin-top: 0px;
        width: 81%; 
    }
    
	#view_container {
        
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
    	font-size: 20px;
    	line-height: 20px;
  	}
  	.img-box {
	    margin: 8px 0 15px 0;
  	}
  	
  	.selectmark {
	    width: 96%;
	    font-size: 23px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 695px) {
 
    .reg_form {

    } 
 
    .grid_5 {
        width: 298px;
    }
	.text-1 {
	  	font-size: 18px;
	}
    
	#portal_product_content {
        width: 100%;
    }
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
/* 	.sf-menu { */
/*     	font-size: 17px; */
/* /*     	display: none; */ */
/*   	} */
  	 
	.select-menu {
		display: block !important;
		display: block;
	  	margin: 20px 0;
	  	padding: 0;
	  	background-color: #ffffff;
	  	width: 100%;
	}
	
	#header { 
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 22px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 22px;
	    border: 1px solid gray;
	}
}


/*QUILL EDITOR*/
.legal-notices {
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #007bff;
}
.legal-notices small {
    font-size: 12px;
    color: #6c757d;
}
.legal-notices a {
    color: #007bff;
    text-decoration: underline;
} 

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

    .reg_form {

    }	
	
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        /* width: 300px; */
    }
	
	.grid_5 {
        width: 285px;
    }
    
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	#header { 
	    position: relative;
	    min-height: 65px;
	}
	
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 21px;
	    border: 1px solid gray;
	}
}

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

	.inp_box_street {
        float: left;
        width: 80%;
    }
	
	.reg_form {

    }
	
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        /* width: 300px; */
    }
	
	.grid_5 {
        width: 275px;
    }
	
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 20px;
	    border: 1px solid gray;
	}
}

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

	.reg_form {

    }
	
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        /* width: 300px; */
    }
	
	.grid_5 {
        width: 265px;
    }
    
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 610px) {
	
	.reg_form {

    }
	
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        /* width: 300px; */
    }
	
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

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

    #city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 7px;
    }
    
    #street {
        font-size: 18px;
        font-family: monospace;
    }
    
	.reg_form {

    }
    
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
        /* width: 300px; */
    }
	
	
	.text-1 {
        font-size: 15px;
    }
	.grid_5 {
        width: 255px;
    }
    
	.payment-form {
			
	}
	.payment_container {
		text-align: -webkit-center;
	}	
	
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

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

	.inp_box_city {
        float: right;
        width: 77%;
    }
    
    #city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 7px;
    }
    
    #street {
        font-size: 18px;
        font-family: monospace;
    }
    
	.reg_form { 

    }
    
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
    }
	
	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 21px; */
        margin-top: 30px;
    }
	
	.grid_5 {
        width: 230px;
    }
	
	.grid_3 {
    	width: 100%;
	}
	
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
        width: 100%;
    }
	
	#view_container {
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 25px;
	    border: 1px solid gray;
	}
}

@media only screen and (max-width: 520px) {
	
	.inp_box_city {
        float: right;
        width: 73%;
    }
    
	.inp_box_street {
        float: left;
        width: 76%;
    }
    
	#city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 7px;
    }
    
	#street {
        font-size: 18px;
        font-family: monospace;
    }
	
	.grid_5 {
        width: 220px;
    }
    
	.email_new_szenario {
	    width: 70%;
	    padding: 5px;
	    font-size: 25px;
	}
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	.grid_12 {
        width: 100%;
    }
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px; 
    }
	
	#view_container { 
    	width: 100%;
  	}
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 24px;
	    border: 1px solid gray;
	}
}

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

	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 11px; */
        margin-top: 30px;
    }
	
	.grid_5 { 
  		width: 100%; 
  	}
	
	.grid_3 {
	    width: 100%;
	}
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
	.grid_12 {
        width: 100%;
    }
	
	#header {
	    position: relative;
	    min-height: 65px;
	}
	
	.block_box { 
		width: 100%; 
	    float: left;	
	}
	
	#content-container {
        margin-top: 0px;
    }
	
	#view_container {
    	width: 100%;
  	} 
  	
	.heading {
    	padding: 10px 0 0px 0;
        font-size: 20px;
        line-height: 18px;
  	}
  	
  	.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; 
	}
    
    .selectmark {
	    width: 100%;
	    font-size: 23px;
	    border: 1px solid gray;
	}
}
	
@media only screen and (max-width: 480px) {

	.shipping_container {
        width: 68%;
    }
    
	#city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 7px;
    }
	
	#street {
        font-size: 18px;
        font-family: monospace;
    }
	.reg_form {
/*         padding-top: 10px; */
    }
    
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
    }
	
	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 14px; */
        margin-top: 30px;
    }
    
	.sf-menu > li > a {
        font-size: 19px;
    }
    
	#qr_image_container {  
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
	.grid_12 {
    	width: 100%;
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

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

	#qr_format {
		width: 100%;
		height: 50px;
		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;
	}
    
	#content-container {
		width: 100%;
        padding-top: 10px;
	}
	
	.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; 
	}
}

@media only screen and (max-width: 450px) {
	
	.shipping_container {
        width: 80%;
    }
	
	.block-3_s1 {
        font-size: 60px;
    }
    .block-6 {
	    margin-right: 0px;
	}
	
	.email_new_szenario {
        width: -webkit-fill-available;
        padding: 5px;
        font-size: 25px;
    }
}

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

	.shipping_container {
        width: 90%;
    }
	
	.inp_box_city {
        float: right;
        width: 75%;
    }
    
	.inp_box_street {
        float: left;
        width: 77%;
    }
    
	#street {
        font-size: 18px;
        font-family: monospace;
        width: 100%;
    }
	
	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 29px; */
        margin-top: 30px;
        background: white;
    }
    
	.adw_owner {
	    color: white;
	    background: green;
	    font-size: 11px;
	    font-weight: bold;
	}
	.sf-menu > li > a {
        font-size: 17px;
    }
    
	#qr_image_container { 
        width: 100%;
        height: 290px;
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
	.grid_3 { 
    	width: 100%;
    	text-align: center;
	}
	
	.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; */
/*     } */
	
	.grid_12 { 
    	width: 100%; 
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

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

	#qr_format {
		width: 100%;
		height: 50px;
		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;
	}
    
	#content-container {
		width: 100%;
        padding-top: 10px;
	}
	
	.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) {

	#city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 7px;
    }
    
	form#shippingAdressForm {
        min-width: 100%;
/*         box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
/*         padding: 11px; */
        margin-top: 30px;
    }
	
	.adw_owner {
	    color: white;
	    background: green;
	    font-size: 10px;
	    font-weight: bold;
	}
	
	.sf-menu > li > a {
        font-size: 15px;
    }
    .sf-menu > li > a {
      	padding: 20px 10px 20px;
    	font-size: 15px;
  	}
	#qr_image_container {
        width: 100%;
        height: 290px; 
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
	 .select-menu {
        display: block;
        margin: 24px 0;
        padding: 0;
        background-color: #ffffff;
        width: 100%;
    }
	
	.sf-menu {
	    font-size: 15px;
	}
	
/* 	 h1 { */
/*         font-family: 'Lato', sans-serif; */
/*         font-size: 40px;  */
/*         line-height: 26px; */
/*         font-weight: 900; */
/*         letter-spacing: -0.02em; */
/*         text-transform: uppercase; */
/*         color: #0084f8; */
/*     } */
	
	.grid_12 {
    	width: 100%;  
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

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

	#qr_format {
		width: 100%;
		height: 50px;
		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;
	}

	#content-container {
		width: 100%;
        padding-top: 10px;
	}
	
	.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) {
	
    #city {
        font-size: 18px;
        font-family: monospace;
        margin-left: 5px;
        margin-right: -2px;
    }
    
    #zip {
        /* margin: 5px; */
        font-size: 18px;
        font-family: monospace;
        width: 60px;
        margin-right: 0px;
    }
	
    #house_number {
        font-size: 18px;
        font-family: monospace;
        width: 51px;
		float: right;
    }
    
    #street {
        font-size: 18px;
        font-family: monospace;
    }
    
	
	.reg_form {
        padding-top: 10px;
    }
    
	.input_reg_form {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-family: monospace;
    }
	
	form#shippingAdressForm {
        min-width: 100%;
        box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
/*         padding: 11px; */
        margin-top: 30px;
    }
	
	.adw_owner {
	    color: white;
	    background: green;
	    font-size: 9px;
	    font-weight: bold;
	}
	
	.isStuck .sf-menu > li > a {
	    font-size: 14px;
	}
	
	#qr_image_container {
        width: 100%;
        height: 290px; 
    }
	#demo_img_info {
		width: 100%;
        float: right;
        font-family: monospace;
        font-size: 10px;
	}
	
	#demo_img_area {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
	#qr_img_demo {
		width: 180px;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 50);
        border-radius: 10px; 
	}
	
/* 		MODAL */
/* 	#modal_container { */
/* 		z-index: 2; */
/* 	    top: 27%; */
/* 	    right: 2%; */
/* 	    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;
	}
	
/*---*/
	
	.td_pr_pass_ttl, .td_pr_size_ttl,
	.td_pr_pass, .td_pr_size {
		display:none; 
	}
	
	 .select-menu {
        display: block; 
        margin: 20px 0 3px -3px;
        padding: 0; 
        background-color: #ffffff;
        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; */
/*     } */
	
	.grid_12 {
    	width: 100%;  
  	}
	
	.block_box {
        width: 100%; 
        float: inherit;
    }

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

	#qr_format {
		width: 100%;
		height: 50px;
		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;
	}
	
    #view_container {
    }
	
	.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: 370px) {
	
}

@media only screen and (max-width: 360px) {
	
	#house_number {
        font-size: 18px;
        font-family: monospace;
        width: 51px;
		float: right;
    }
    
    #street {
        font-size: 18px;
        font-family: monospace;
    }
    
	form#shippingAdressForm {
        min-width: 100%;
        box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
/*         padding: 11px; */
        margin-top: 30px;
    }
}

@media only screen and (max-width: 350px) {
	
	.sf-menu > li > a {
        font-size: 13px;
    }
    
}




/* 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;
}


.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: lightgray;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
}

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

.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;
}

.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;
}
.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(1.5);
	margin-bottom: 10px;
}
.password_notice {
	font-size: 10px;
	font-family: monospace;
} 

.pw_load_status {
	margin-right: 5px;
}

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

/*COOKIE*/

#cookie_box {
    position: fixed;
/*     height: 70%; */
    border: 3px solid black;
    background: white;
    opacity: 1;
    z-index: 1;
    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_accept_btn { 
	background: #0084f8;
}

#cookie_set_btn, #generate_qr {
	background-color: lightgray;
}

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

#cookie_content_box {
	overflow: overlay;
/* 	height: 70%;  */
}

#cookie_set_form {

}

#logo {
    color: white;
    margin-bottom: 10px;
}


table.menu_type {
    width: 50%;
    text-align: center;
}

.menu_type {
    color: black;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

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

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

 
.box {
	float: left;
}
 
#pr_title_container {
	width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
}

#pr_ttl_name {
	width: 51%;
	float: left;
}

/*------------------*/
#pr_ttl_timing, .pr_timing_box {
	width: 5%;
	float: left;
	text-align: center;
}

.pr_ttl_pass, .pr_pass_box {
	width: 7%;
	float: left;
	text-align: center;
}

#pr_ttl_size, .pr_size_box {
	width: 12%;
	float: left;
	text-align: center;
}

.pr_ttl_count, .pr_count_box {
	width: 5%;
	float: left;
	text-align: center;
}

/* .pr_ttl_price,  */
.pr_price_box {
	width: 10%;
	float: left;
	text-align: right;
}

#pr_ttl_sum {
	text-align: center;
}

#pr_ttl_price {
	text-align: center;
}

.pr_sum_box {
	text-align: right;	
}

.select_table_imgs {
	width: 15px;
	height: 15px;
}

.pr_name_box {
	width: 51%; 
	float: left;
} 



.summary_table_container {
	height: 20px;
	cursor: pointer;
}

.summary_table_container:hover {
	height: 20px;
	cursor: pointer;
	background: #0084f8;
	color: white;
}

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

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

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

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

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

#td_ttl {
	float: right;
    width: 10%;
    text-align: right; 
}
 
#td_pr_total_count {
	width: 10%;
    float: right;
    text-align: right; 
}








 
.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;
}

/* #button-text { */
/*     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-text:hover { */
/*     box-shadow: 0 3px 5px 4px 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; */
/*     margin-top: 10px; */
/*     margin-bottom: 10px; */
/* } */

#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;  
}

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