html {
	scroll-behavior: smooth;
 -webkit-touch-callout: none; /* iOS Safari */

/*    -webkit-user-select: none; /* Safari */
  /*   -khtml-user-select: none; /* Konqueror HTML */
    /*   -moz-user-select: none; /* Firefox */
      /*  -ms-user-select: none; /* Internet Explorer/Edge */
        /*    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	height:100%;
}

body {
	font-family:'FontAwesome';
	font-size : 14px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.6951155462184874) 38%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);	
	background-repeat: no-repeat;
    background-attachment: fixed;
	margin:0px; 
	padding:0px;
	height:100%;
	overflow-y:auto;
}

input {
	font-family:'FontAwesome';
	font-size : 14px;
	font-weight : normal;
	color : #333333;
}

textarea {
	font-family:'FontAwesome';
	font-size : 14px;
	font-weight : normal;
	color : #333333;
}
option {
	font-family:'FontAwesome';
	font-size : 14px;
	font-weight : normal;
	color : #333333;
}
p {
	font-family:'FontAwesome';
	font-size : 14px;
	font-weight : normal;
	color : #333333;
}
h1 {
	font-family:'FontAwesome';
	font-size : 20px;
	font-weight : normal;
	color : #009900;
	display : inline;
}

h2 {
	font-family:'FontAwesome';
	font-size : 22px;
	font-weight : bold;
	color : #ff0000;
}

#first_3panels {
	width:100%; 
	height:auto; 
	display:flex; 
	flex-direction: row;  /* make main axis vertical */
    justify-content: space-between; /* center items vertically, in this case */
    align-items: center;  
	vertical-align:middle;
}

#logo img {
	width:auto; 
}

#search_bar {
	width: auto;
	height:fit-content;
	border-radius: 3px;
	display:table-cell;
	white-space: nowrap;
	padding:5px;
	vertical-align:middle;
	background: rgb(230,230,230);
	background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(154,153,153,1) 48%, rgba(215,215,215,1) 100%);
}

#search_bar input[type=text] {
	font-family:'FontAwesome';
	font-size:18px;
	color:#666;
	border-width:0px; 
	background-color:#fff; 
	width:300px; 
	float:left;
	vertical-align:middle;
	height:30px;
	padding-left:5px;
	padding-right:5px;
}

#search_bar input[type=submit], input[type=button] {
	vertical-align:middle !important; 
	border:0px solid #ccc !important; 
	background:transparent !important; 
	font-size:20px !important;
	cursor:pointer !important;
	margin:0px;
	padding:0px;
	padding-left:3px;
}

#right_panel {
	display: inline-block;
	float:right;
	vertical-align:middle;
	display: flex;  
	flex-wrap: wrap;
	flex-direction: column;  /* make main axis vertical */
    justify-content: space-between; /* center items vertically, in this case */
    align-items: center;  
}

#login_links {
	color:#fff;
	width:auto;
	height:auto;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
}

#login_links a {
	font-family:'FontAwesome';
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

#login_links a:hover {
	color:gold;
}

#shopping_cart {
	width:auto; 
	display:inline-block; 
	height:auto;
	color:#fff;
}

#shopping_cart a {
	font-family:'FontAwesome';
	font-size:20px;
	color:#fff;
	text-decoration:none;
}

#yellow_lane {
	font-family:'FontAwesome';
	font-size:20px;
	/*text-shadow:1px 1px 1px rgb(1,31,212), 1px 1px 1px rgb(1,31,212);*/
	color:#fff;
	margin:0px; 
	width:100%; 
	height:auto; 
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block; 
	vertical-align:middle; 
	text-align:center;
	background: rgb(1,21,196);
	background: linear-gradient(180deg, rgba(1,21,196,1) 0%, rgba(15,55,252,1) 19%, rgba(0,175,248,1) 48%, rgba(0,104,229,1) 78%, rgba(1,21,196,1) 100%);
}

#yellow_lane a {
	text-decoration:none;
	font-family:'FontAwesome';
	font-size:20px;
	color:#fff;
	/*text-shadow:1px 1px 1px #888, 1px 1px 1px #888;*/
}
	
#yellow_lane a:hover {
	color:gold;
}
	
.box_text {
font-family:'FontAwesome';
font-size : 12px;
font-weight : normal;
color : #000000;
text-decoration : none;
}
.box_text:hover {
text-decoration : underline;
}
.box_text2 {
font-family:'FontAwesome';
font-size : 12px;
font-weight : normal;
color : #333333;
text-decoration : none;
}
img {
border-width : 0;
}
.yellow_lane_links {
text-decoration : none;
color : #000099;
font-family:'FontAwesome';
font-size : 12px;
font-weight : bold;
padding-left : 10px;
}
.yellow_lane_links:hover {
text-decoration : underline;
}

.mt {
font-family:'FontAwesome';
font-size : 12px;
font-weight : normal;
width : 150px;
height : 18px;
float : left;
padding-left : 10px;
color : #fff;
}

.login_links2 {
	text-decoration : none;
	font-family:'FontAwesome';
	font-size : 16px;
	font-weight : normal;
	color : #000;
}
.login_links2:hover {
	text-decoration : underline;
}
.break1 {
	padding-right : 5px;
}
.linkz {
	font-family:'FontAwesome';
	font-size : 13px;
	font-weight : normal;
	color : #666666;
	text-decoration : none;
}
.linkz:hover {
text-decoration : underline;
color : #000000;
}
.tablez {
border-top : 1px solid #cccccc;
margin-top : 3px;
}
.tablez:hover {
background-color : #ccff99;
}
.topButton {
background : url(../images/butt01.png) no-repeat;
border-width : 0;
padding : 0;
margin : 0;
width : 142px;
height : 30px;
text-align : center;
text-decoration : none;
border-width : 0;
}
.topButton:hover {
background : url(../images/butt01_h.png);
}
.topButtona {
text-decoration : none;
border-width : 0;
color : #fff;
font-size : 14px;
font-family:'FontAwesome';
font-weight : bold;
}
.top_m_text {
padding-top : 8px;
color : #fff;
font-family:'FontAwesome';
font-size : 14px;
font-weight : bold;
text-decoration : none;
}
.mac {
color : #0000ff;
font-family:'FontAwesome';
font-size : 14px;
font-weight : normal;
}
.myaccount_tables {
width : 95%;
border-bottom : 1px solid #cccccc;
}
.bgtitle {
width : 98%;
background-color : #cccccc;
border-bottom : 1px solid #666666;
margin-bottom : 10px;
padding-left : 5px;
}
.category_link {
font-family:'FontAwesome';
font-size : 12px;
font-weight : bold;
color : #000000;
text-decoration : none;
}
.category_link:hover {
text-decoration : underline;
}
.category_link1 {
font-family:'FontAwesome';
font-size : 12px;
font-weight : normal;
color : #000;
text-decoration : none;
}
.category_link1:hover {
text-decoration : underline;
}

.table_titles {
	color : #fff;
	font-size : 14px;
	font-family:'FontAwesome';
	font-weight : bold;
	text-decoration : none;
	font-weight : bold;
}

.nazov {
color : #0000ff;
font-size : 12px;
font-family:'FontAwesome';
font-weight : bold;
}
.nazov:hover {
color : #ff0000;
font-size : 12px;
font-family:'FontAwesome';
font-weight : bold;
}
.title1 {
color : #000000;
font-size : 14px;
font-family:'FontAwesome';
font-weight : bold;
}
.title2 {
color : #000000;
font-size : 11px;
font-family:'FontAwesome';
font-weight : normal;
}
.popis {
color : #666666;
font-size : 11px;
font-family:'FontAwesome';
font-weight : normal;
line-height : 13px;
}
.red_text {
color : #ff0000;
font-size : 13px;
font-family:'FontAwesome';
font-weight : bold;
}
.green_text {
color : green;
font-size : 13px;
font-family:'FontAwesome';
font-weight : bold;
}
.small_red {
color : #ff0000;
font-size : 9px;
font-family:'FontAwesome';
font-weight : normal;
}
.red_text2 {
color : #ff0000;
font-size : 22px !important;
font-family:'FontAwesome';
font-weight : bold;
}
.red_text3 {
color : #ff0000;
font-size : 18px !important;
font-family:'FontAwesome';
font-weight : normal;
}
.old_price_text {
color : #000000;
font-size : 22px;
font-family:'FontAwesome';
font-weight : bold;
text-decoration : line-through;
}
.old_price_text_small {
color : #000000;
font-size : 13px;
font-family:'FontAwesome';
font-weight : bold;
text-decoration : line-through;
}
.brand {
color : #666666;
font-size : 10px;
font-family:'FontAwesome';
font-weight : normal;
}
.link02 {
font-size : 18px !important;
color : #0c78e3 !important;
font-family:'FontAwesome';
text-decoration : none;
}
.link03 {
font-size : 18px !important;
color : #0c78e3 !important;
font-family:'FontAwesome';
text-decoration : underline;
}

.buy_button {
	background: url("../images/cart_icon.png") no-repeat center center / 80%, #c70000  !important;
	color: #fff !important;
	width : 45px !important;
	height:40px !important; 
	cursor:pointer !important;
	margin:0px !important; 
	padding:0px !important;
	display:inline-block !important;
	border:1px solid rgba(255,6,6,1) !important;
	border-radius: 3px !important;
	vertical-align:middle !important;
	/*transition: all 0.2s linear;*/
	text-align:center !important;
	font-size:22px !important;
}

.buy_button:hover {
	/*animation: shake 0.2s;*/
	background: url("../images/cart_icon.png") no-repeat center center / 80%, #921518 !important;

	/* When the animation is finished, start again */
	/*animation-iteration-count: infinite;*/
}

@keyframes shake {
   0% { transform: translate(0px, 1px) rotate(0deg); }
  10% { transform: translate(0px, -2px) rotate(0deg); }
  20% { transform: translate(0px, 0px) rotate(0deg); }
  30% { transform: translate(0px, 2px) rotate(0deg); }
  40% { transform: translate(0px, -1px) rotate(0deg); }
  50% { transform: translate(0px, 2px) rotate(0deg); }
  60% { transform: translate(0px, 1px) rotate(0deg); }
  70% { transform: translate(0px, 1px) rotate(0deg); }
  80% { transform: translate(0px, -1px) rotate(0deg); }
  90% { transform: translate(0px, 2px) rotate(0deg); }
  100% { transform: translate(0px, -2px) rotate(0deg); }
}

.order_button {
	background : url(../images/objednat.png);
	width : 40px;
	height : 20px;
	border-width : 0;
	padding : 0;
	margin-top : 5px;
}

.category_text {
	color : #fff;
	font-size : 14px;
	font-family:'FontAwesome';
	font-weight : bold;
	text-decoration : none;
}

.category_text:hover {
	text-decoration : underline;
}
.category_text2 {
	color : #fff;
	font-size : 14px;
	font-family:'FontAwesome';
	font-weight : bold;
	text-decoration : none;
}
.cart {
	color : #fff;
	font-size : 12px;
	font-family:'FontAwesome';
	font-weight : normal;
}
.trash_button {
	background : url(../images/symbols/trash.jpg) no-repeat !important;
	width : 30px !important;
	height : 30px !important;
	border-width : 0 !important;
	margin-top : 5px !important;
	cursor:pointer !important;
}
#uvod_table div {
	text-align : center;
	width : 110px;
	float : left;
	padding : 10px;
}
#uvod_table a {
color : blue;
text-decoration : none;
font-size : 14px;
font-family:'FontAwesome';
font-weight : normal;
}
#uvod_table a:hover {
color : red;
}
.title_link {
font-size : 14px;
font-family:'FontAwesome';
font-weight : bold;
color : blue;
text-decoration : underline;
}
.box_text2 {
font-size : 11px;
font-family:'FontAwesome';
font-weight : normal;
color : #333333;
text-decoration : none;
}
.box_text2:hover {
text-decoration : none;
}
.bottom_modul {
font-size : 11px;
font-family : Verdena;
font-weight : normal;
color : #333333;
}
#slideshow {
width : 750px;
height : 200px;
position : relative;
}
.ul_start {
list-style-type : none;
padding : 0;
margin : 0;
text-align : left;
}
.li_start {
background : url(../images/row.png) no-repeat;
background-position : left 5px;
padding-left : 15px;
}


#contact_privacy_notice {
		/*box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);*/
		padding:0px;
		margin:0px;
		border-collapse:collapse;
		border:0px solid #fff;
		/*background: rgba(0, 0, 0, 0.5);*/
		padding:5px;
		margin-top:10px;
}

#contact_privacy_notice input[type=checkbox] {
	width:1.2rem;
	height:1.2rem;
}

#contact_privacy_notice span {
		cursor:pointer;
}

#page_container {
	width:100%; 
	display: inline-block;
	padding-top: 10px;
	text-align:center;
}

#page_contents {
	display:flex; 
	flex-direction: row;  /* make main axis vertical */
	flex-wrap: nowrap;
    justify-content: space-between; /* center items vertically, in this case */
    align-items: stretch;  
    /*align-items: center;*/
	height: auto !important; 
	/*clear:both; */
	/*overflow:auto;*/
	width:100%;
}

#load_content {
	text-align:left;
	border-radius: 5px; 
	border: 1px solid #ccc; 
	width:100%;
	min-height:500px; 
	height:auto; 
	background-color:#fff; 
	padding-top:20px; 
	padding-bottom:20px; 
	padding-left:15px; 
	padding-right:15px;
}

#load_content * {
	font-family:'FontAwesome';
	font-size : 14px;
}

#load_content h1 {
	font-size : 18px;
}
	
.bar_star {
	color: gold; 
	font-weight:bold;
	padding-left:5px; 
	padding-right:5px;
}


#add_photo_butt {
    display: none;
}

.custom-file-upload {
	background-color: red !important;
  border: none !important;
   border-radius: 10px !important;
   color: #fff !important;
  cursor: pointer !important;
  display: inline-block !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  outline: none !important;
  padding: 1rem 20px !important;
  padding-left:50px !important;
  padding-right:50px !important;
  position: relative !important;
  transition: all 0.3s !important;
  vertical-align: middle !important;
  overflow: hidden !important;
  letter-spacing: 1px !important;
  vertical-align:middle;
}

.custom-file-upload:hover {
	background-color: green !important;
	transition: all 0.3s !important;
}

.custom-file-upload::before {
	font-family: "FontAwesome" !important;
      color: #fff !important;
      /*content: "&#xf0ee;";*/
	  content:url(../images/upload.png) !important;
	  transform: scale(1.5);
      font-size: 150% !important;
      height: 100% !important;
      right: 130% !important;
      line-height: 3.3 !important;
      position: absolute !important;
      top: 40% !important;
      transition: all 0.3s !important;
    }
	
.custom-file-upload:hover::before {
        right: 90% !important;
      }	
	
  

.img_checkbox {
    display: flex;
    cursor: pointer;
    position: relative;
}

.img_checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #41B883;
    cursor: pointer;
	float:left;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	display:none;
  }

.img_checkbox > input:checked {
    border: 1px solid #41B883;
    background-color: #34495E;
		
}


.img_checkbox > input:not(:checked) {
	content: ' ';
    display: block;
    text-align: center;
	font-family: "FontAwesome";
	font-weight: 500;
	font-size:70px;
    color: #FF0000;
    position: absolute;
	right:0;
	top:0;
	border:1px solid #fff;
	text-shadow: 2px 2px 8px #000;
	border-radius:50px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	background: rgba(0, 0, 0, 0.5);
}

.img_checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
	font-family: "FontAwesome";
	font-weight: 500;
	font-size:50px;
    color: #FF0000;
    position: absolute;
	right:0;
	top:0;
	border:1px solid #fff;
	text-shadow: 2px 2px 8px #000;
	border-radius:50px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	background: rgba(0, 0, 0, 0.5);
}



#items_list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content:stretch;
	align-items: stretch;
}


.item_list_box {
	display:inline-block;
	width:300px;
	height:auto;
	padding:5px;
}

.item_thumb {
	border: 0px solid #cccccc; 
	float:left; 
	padding:5px;
	max-width:150px;
	min-width:150px;
	max-height:120px;
}

#login_form_container {
	width:100%; 
	height:100%; 
	display:flex; 
	justify-content: center;
}

#login_form {
	display:inline-block; 
	text-align: center;
	width:auto; 
	height:auto; 
	display:inline-block; 
	margin-top:10%;
}

#login_form input[type=button] {
	cursor:pointer; 
	background-color:#cccccc;
	padding:5px; 
	border:1px solid #888;
	border-radius:3px;
}

#login_form, #login_form td, #login_form p, #login_form a, #login_form h1 {
	font-family: "FontAwesome" !important;
	font-size:20px;
}

#login_input {
	display:flex;
	flex-direction: column;
	width:auto;
	font-family: "FontAwesome" !important;
	font-size:20px !important;
}

#login_input input[type=text] {
	font-family: "FontAwesome" !important;
	font-size:20px !important;
	width:250px !important;
	border:1px solid #888 !important;
	border-radius: 2px !important;
	padding:3px !important;
	margin:2px !important;
}

#login_input input[type=password] {
	font-family: "FontAwesome" !important;
	font-size:20px !important;
	width:256px !important;
	border:1px solid #888 !important;
	border-radius: 2px !important;
	padding:3px !important;
	margin:2px !important;
}

#login_input span {
	font-family: "FontAwesome" !important;
	font-size:20px !important;
}

#registration_form {
	width:100%;
	display:flex;
	flex-direction: column;
	font-family: "FontAwesome" !important;
	font-size:16px !important;
}

#registration_form fieldset {
	width:auto;
	border:1px solid #ccc;
}

#registration_form h1 {
	font-family: "FontAwesome" !important;
	font-size:24px;
}

#registration_form legend {
	font-family: "FontAwesome" !important;
	font-size:20px;
}

#registration_form p, #registration_form li, #registration_form a, #registration_form strong,  #registration_form td {
	font-family:'FontAwesome' !important;
	font-size:16px !important;
}

#registration_form input[type=text], input[type=password]{
	font-family: "FontAwesome" !important;
	font-size:16px;
	padding:3px;
	border:1px solid #ccc;
	box-sizing: border-box;
}


#registration_form input[type=button],input[type=submit] {
	cursor:pointer; 
	background-color:#cccccc;
	padding:5px; 
	border:1px solid #888;
	border-radius:3px;
	width:auto;
}


#contact_privacy_notice, #contact_privacy_notice2 {
		width:auto;
		padding:0px;
		margin:0px;
		border-collapse:collapse;
		border:0px solid #fff;
		padding:5px;
		margin-top:10px;
}

#contact_privacy_notice input[type=checkbox], #contact_privacy_notice2 input[type=checkbox] {
	width:1.2rem;
	height:1.2rem;
}

#contact_privacy_notice span, #contact_privacy_notice2 span {
	font-family: "FontAwesome" !important;
	font-size:16px;
	cursor:pointer;
}

.button_basic {
	font-family: "FontAwesome" !important;
	font-size:20px !important;
	cursor:pointer;
	display:inline-block;
	width:auto;
	background-color:#0B52FB;
	padding:5px; 
	padding-left:10px;
	padding-right:10px;
	border:1px solid #888;
	border-radius:3px;
	color:#fff;
}
.button_basic:hover {
	background-color:#0D32F5;
}

#order_detail * {
	font-family: "FontAwesome" !important;
	font-size:18px !important;
}

#screensaver {
	transition: all 0.5s;
	 -webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-moz-transition:all 0.5s;	
	display:none; 
	position:fixed; 
	z-index:1001; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	opacity: 0.5; 
	background-color:#000;
}


#loader_bar {
	transition: all 0.5s;
	transition-behavior: allow-discrete;
	 -webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-moz-transition:all 0.5s;	
	display:none; 
	position:fixed; 
	white-space: nowrap; 
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); 
	background-color: #000; 
	top: 50%; 
	left: 50%; 
	color: #fff; 
	transform: translateX(-50%) translateY(-50%); 
	font-size: 2vw; 
	font-family: font-awesome; 
	letter-spacing: 2px; 
	z-index:1002; 
	padding:10px;
}


#loader_bar_in {
	padding:20px;
	
}

.loaderbar_cancel_icon {
	cursor: pointer;
	width:20px;
	
}


#search_panel {
	z-index:20; 
	display:flex;
	flex-direction:column;
	position: absolute;
	width:auto;
	justify-content:center;
	box-sizing: border-box;
	top: 30px;
	left: 50%;
	transform: translateX(-50%); 
}

#search_panel input[type=text] {
	font-size: 1.3vw;
	padding:5px;
}
	
	
.input_field {
	font-size:2vw;
}

.input_field:focus {
	/*background-color:#D5F5E3;*/
}


.order_item {
	font-family:'FontAwesome';
	font-size:10px;
	display:flex;
	width: 100%;
	height:auto;
	align-items: center;
	color: #666;
	border: none;
	text-decoration: none;
	cursor: pointer;
	padding: 2px;
	white-space: wrap;
	flex-basis: 30%;
	box-sizing:border-box;
}


.order_item:hover {
	text-decoration: underline;

}

#search_list {
	font-size:12px;
}

/********** CSS FOR MOBILE **********/
@media screen and (max-device-width: 6in) {
		#order_detail * {
			font-family: "FontAwesome" !important;
			font-size:26px !important;
		}
		#logo img {
			max-width:250px; 
			height:100px;
		}

		#search_bar {
			position:absolute;
			left: 50%;
			transform: translateX(-50%) scale(1.8);
		}

		#search_bar input[type=text] {
			width:200px; 
		}
		
}

.image_box {
	display:inline-block; 
	position:relative; 
	height:200px; 
	width:200px;
	border: 1px solid #ccc;
	margin:5px;
	}
