/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl');
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl#iefix') format('embedded-opentype'),
    url('../font/icomoon/fonts/icomoon.ttf?h7vcyl') format('truetype'),
    url('../font/icomoon/fonts/icomoon.woff?h7vcyl') format('woff'),
    url('../font/icomoon/fonts/icomoon.svg?h7vcyl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-banner:before {
  content: "\e90f";
}
.icon-abacus:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-thumb-down:before {
  content: "\e90d";
}
.icon-thumb-up:before {
  content: "\e90e";
}
.icon-store:before {
  content: "\e909";
}
.icon-dashboard:before {
  content: "\e90a";
}
.icon-logout:before {
  content: "\e900";
}
.icon-settings:before {
  content: "\e901";
}
.icon-ftp:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-users:before {
  content: "\e904";
}
.icon-category:before {
  content: "\e905";
}
.icon-article:before {
  content: "\e906";
}
.icon-pizza:before {
  content: "\e907";
}
.icon-money:before {
  content: "\e908";
}

body, html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
	letter-spacing: normal !important;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.gwt-SuggestBoxPopup {
	z-index: 10000 !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 0px !important;
	margin-top: -1px !important;
}

.gwt-SuggestBoxPopup .item {
	padding: 9px !important;
	cursor: pointer !important;
}

.gwt-SuggestBoxPopup .item-selected {
	background: rgba(106,227,195, 0.1) !important;
}

.none {
	display: none !important;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}

.main {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

nav.menu {
	width: 100%;
	height: 56px;
	float: left;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	
	background: #1f2937;
}

header {
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	background: #fff;
	width: 100%;
	float: left;
	padding: 7px 25px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

header h1 {
	margin: 0 !important;
	font-weight: bold;
}

.button {
	border-radius: 4px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	background: #007a5a !important;
	color: rgba(255,255,255,.95) !important;
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
}

.button:hover {
	color: #fff !important;
	background: #007a5a !important;
}

.button--link {
	background: none !important;
	text-decoration: underline;
	color: #007a5a !important;
}

.input.time input {
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%;
}

input[type="text"],
input[type="datetime-local"],
input[type="datetime"],
input[type="search"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="color"],
input[type="tel"],
input[type="time"],
input[type="number"],
textarea,
select {
	background: #fff !important;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	transition: border-color, background, outline, box-shadow .35s;
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
}

input[type="text"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.small-col.checkbox-input label::before,
.small-col.checkbox-input label::after {
	top: 31px !important;
	left: 45px !important;
}

label.active::before {
	background: #007a5a;
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

select {
	appearance: none;
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
}

label {
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 15px !important;
}

h1 {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	font-size: 28px !important;
}

form {
	margin-top: 15px;
}

.col {
	max-width: 300px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-3 {
	max-width: 300px;
	float: left;
}

.col-4 {
	max-width: 400px;
	float: left;
}

.col-5 {
	max-width: 500px;
	float: left;
}

.logo {
	width: 50px;
	height: 40px;
	background: url('../img/kvetina.svg') no-repeat left center;
	background-size: contain;
	display: block;
	margin-right: 20px;
	float: left;
}

.menu-link {
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
	color: #d1d5db;
	margin-right: 10px;
	transition: 0.3s all;
	position: relative;
	padding: 0 15px;
	text-decoration: none !important;
	float: left;
	border-radius: 6px;
	margin-top: 0px;
}

.menu-link:hover,
.menu-link.active {
	color: #fff; /*#007a5a;*/
	background: #007a5a;
}

.menu-link span {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 20px;
	display: inline-block;
}

.menu-link--logout {
	padding-right: 10px;
	float: right;
	color: #e43434;
	margin-right: 15px;
}

.menu-link--logout {
	background: rgba(217, 30, 30, 1) !important;
	color: #fff !important;
}

.menu-link--logout:hover {
	color: #fff !important;
	background: rgba(217, 30, 30, 1) !important;
	box-shadow: 0 0 20px rgba(217, 30, 30, 1);
}

.menu-link--logout:hover:before {
	background: #e43434 !important;
}

.sorting:hover {
	color: #007a5a !important;
	text-decoration: underline;
}

.priceInput {
	background: #fff !important;
	width: 70px !important;
	margin: 0 !important;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #323232 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	vertical-align: middle;
}

table td:first-child,
table th:first-child {
	padding-left: 15px;
}

tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

table td a {
	color: #007a5a;
}

table td a:hover {
	color: #007a5a;
	text-decoration: underline;
}

table .dblclick,
table .hover-tr {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover,
table .hover-tr:hover,
table tr.hover {
	background: rgba(106,227,195, 0.065);
}

table .reklamace {
	background: #f7e7a0;
}

table .cancel-order {
	background: #f7e2e2;
}

table .print a,
table .view a,
table .delete a,
table .status a,
table .cancel a,
table .polygon a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .print a:hover,
table .view a:hover,
table .delete a:hover,
table .cancel a:hover,
table .status a:hover,
table .polygon a:hover {
	opacity: 1;
}

table .view a {
	background: url('../img/pencil.svg') no-repeat center left;
	background-size: contain;
}

table .cancel a {
	background: url('../img/cancel.svg') no-repeat center left;
	background-size: contain;
}

table .print a {
	background: url('../img/print.svg') no-repeat center left;
	background-size: contain;
}

table .delete a {
	background: url('../img/trash.svg') no-repeat center left;
	background-size: contain;
}

table .status a {
	background: url('../img/check.svg') no-repeat center left;
	background-size: contain;
}

table .status.deactive a {
	background: url('../img/ban.svg') no-repeat center left;
	background-size: contain;
}

table .polygon a {
	background: url('../img/polygon.svg') no-repeat center left;
	background-size: contain;
}

table th small {
	display: block;
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
    touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
    position: relative;
    display: flex;
}

ul.jqtree-tree .jqtree-title {
    color: #1c4257;
    vertical-align: middle;
    margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
        margin-left: 0;
    }

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
        margin-bottom: 1px;
    }

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px #007a5a;
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #007a5a;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #007a5a;
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: rgba(31, 184, 143, 0.3);
    background: linear-gradient(#bee0f5, #89afca);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #007a5a);
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
	margin-left: 0;
	margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
	margin-right: 0;
	margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}
    
span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

.float-right {
	float: right;
}

.float-right .col {
	padding-right: 0;
	padding-left: 10px;
}

.float-left {
	float: left;
}

.ml-15 {
	margin-left: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.jqtree-element {
	background: #fff !important;
	border: 0px solid rgb(225, 230, 234);
	border-radius: 4px;
	padding: 10px 11px 7px 17px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 2px rgba(63,71,79,.15);
	transition: 0.3s all;
}

.jqtree-element:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(63,71,79,.15);
}

.clear {
	clear: both;
}

#editor {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-toolbar {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	padding-bottom: 0 !important;
}

.col-3,
.col-1 {
	width: 33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.col-1 {
	width: 180px;
	float: left;
}

.message.success::before {
	display: none;
}

.message {
	margin-top: 25px;
}

#ftp-images .thumb-editor {
	margin-bottom: 0;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-image-ftp {
	background: url('../img/img.svg') no-repeat center center !important;
	background-size: 18px !important;
}

.file-caption.form-control.kv-fileinput-caption {
	height: 4.8rem !important;
}

.file-input .file-preview .close {
	display: none;
}

.file-input .btn {
	line-height: 38px !important;
	cursor: pointer;
}

.login-section {
	width: 100%;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	border-radius: 4px;
	margin: 155px auto;	
}

.login-page input {
	margin-bottom: 0;
}

.border-bottom-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: 0;
	margin-bottom: -1px;
}

.border-top-none {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin-top: -1px;
}

.login-page h3,
.login-page legend {
	text-align: center;
	width: 100%;
}

.login-page legend {
	margin-bottom: 40px;
}

.login-page .col-3 {
	width: 50%;
}

.login-page .col-3:nth-child(3) {
	padding-right: 0;
}

.login-page .submit {
	text-align: center;
}

.login-page .submit .button {
	display: inline-block;
}

.small-col {
	width: 80px;
}

.col-left {
	width: 49.5%;
	float: left;
}

.col-right {
	width: 49.5%;
	float: right;
}

.col var {
	font-style: normal;
	width: 80px;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}

.order-table td:nth-child(1) {
	width: 150px;
}

.order-table th,
.order-table strong {
	color: #000;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
}

.small-boxes {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.font-normal {
	font-weight: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box {
	width: 25%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px 0px 1px -1px #f8fafb !important;
	position: relative;
	overflow: hidden;
	color: #626262;
	transition: .35s ease-in-out all;
	cursor: pointer;
}

.small-box:hover {
	box-shadow: 3px -1px 15px -2px #dadee1,4px 0px 1px -3px #f8fafb !important;
}

.small-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: -7%;
	bottom: -11%;
	opacity: .25;
}

.small-box::before {
	position: absolute;
	right: 5%;
	bottom: 11%;
	font-size: 40px;
	color: #fff;
	z-index: 10;
}

.small-box.green::after {
	background: #00c650;
}

.small-box.green::before {
	color: rgba(41, 186, 100, 0.40);
}

.small-box.red::after {
	background: #e70606;
}

.small-box.red::before {
	color: rgba(232, 6, 6, 0.30);
}

.small-box.yellow::after {
	background: #f3e406;
}

.small-box.yellow::before {
	color: rgba(227, 212, 0, 0.64);
}

.small-box.blue::after {
	background: #0d52e6;
}

.small-box.blue::before {
	color: rgba(15, 83, 230, 0.30);
}

.settings-button {
	float: left;
	padding: 20px;
	padding-left: 50px;
	width: 200px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #5b6064;
	border: 1px solid #e1e6ea;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: all .35s;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.settings-button:hover {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106,227,195, .25) !important;
}

.settings-button span {
	font-size: 22px;
	line-height: 57px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.icon-tasks {
	background: #fff url('../img/tasks.svg') no-repeat left 15px center;
	background-size: 24px;
}

.product-side {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-top: 25px;
	height: 100vh;
}

.client-side {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 15px;
	position: relative;
}

.one-price {
	width: 70px;
	display: inline-block;
	opacity: .4;
}

@media (max-width: 1441px) {
	.max-smaller {
		max-width: 200px;
	}
}

#categories {
	list-style: none;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0px;
}

#categories li {
	width: 120px;
	box-sizing: border-box;
	padding: 15px 5px;
	line-height: 1;
	text-align: center;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	position: relative;
	transition: .3s all;
	cursor: pointer;
	margin-bottom: 0;
	
	background: #fff;
	color: #5b6064;
	font-weight: bold;
	box-shadow: 0 3px -2px -2px #e1e6ea;
	border: 1px solid #dedede;
}

#categories li span {
	width: 100%;
	height: 100%;
	opacity: .35;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s all;
	pointer-events: none;
	border-radius: 5px 5px 0 0;
}

#categories li.active {
	background: rgba(42, 209, 165, .1);
	border-color: rgba(42, 209, 165, .4);
	color: rgba(42, 209, 165, 1); 
}

#categories li.active::after {
	z-index: 1;
	content: '';
	width: 100%;
	height: 5px;
	background: rgba(42, 209, 165, 1);
	position: absolute;
	bottom: -5px;
	left: 0;
}

#categories li.active span {
	opacity: 1;
	z-index: -1;
}

.color-box {
	width: 25px;
	height: 25px;
	display: block;
}

.product {
	width: 25%;
	position: relative;
	border: 1px solid #f3f3f3;
	background: #fff;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s all;
	display: table;
}

.product.disabled {
	pointer-events: none;
	opacity: 1;
}

.product.disabled::after {
	content: 'Vyprodáno!';
	position: absolute;
	left: 0;
	line-height: 160px;
	text-align: center;
	color: #d51111;
	font-size: 14px;
	height: 100%;
	font-weight: bold;
	display: block;
	width: 100%;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.8);
}

.product.disabled .price {
	opacity: 0;
}

.product:hover {
	background: #f9f9f9;
}

.product p {
	margin: 0;
	font-size: 14px;
	height: 50px;
	padding: 0 10px;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product .price {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f9f9f9;
	color: #323232;
	text-align: right;
	padding: 0 15px;
	font-weight: bold;
	text-align: center;
	display: table-row;
	box-sizing: border-box;
}

.loading {
	opacity: .6;
	pointer-events: none;
}

.category-box {
	width: 100%;
	background: #fff;
	float: left;
	border-top: 4px solid;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
	position: relative;
}

.unactive::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: 'Zadejte první adresu nebo vyberte pobočku';
	background: rgba(255,255,255,0.7);
	z-index: 100;
	line-height: 200px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #d51111;
	backdrop-filter: blur(3px);
}

.tabs:not(.reklamace) {
	list-style: none;
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 25px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
}

.tabs:not(.reklamace) li {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.tabs:not(.reklamace) li::before {
	content: '';
	background: #d50000;
	width: 97%;
	height: 90%;
	position: absolute;
	left: 1.5%;
	top: 5%;
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0 4px 9px rgba(213,0,0,.27);
	opacity: 0;
	transition: .3s all;
}

.tabs:not(.reklamace) li.active {
	color: #fff;
}

.tabs:not(.reklamace) li.active::before {
	opacity: 1;
}

#order-products {
	width: 100%;
	float: left;
}

#order-products .item {
	width: 100%;
	float: left;
	background: #fff;
	color: #5b6064;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	padding: 10px;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	font-size: 17px;
}

#order-products .item .price {
	float: right;
	font-weight: bold;
	color: #000;
}

#order-products .item .price ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
}

#order-products .item .price ul li {
	display: inline-block;
	margin-bottom: 0;
	min-width: 25px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	cursor: pointer;
}

#order-products .item .price ul li a {
	display: block;
	color: inherit;
	padding: 0 10px 3px;
}

#order-products .item .price ul li:nth-child(1) {
	color: #4db126;
	background: rgba(154, 248, 161, 0.30);
}

#order-products .item .price ul li:nth-child(2) {
	color: #e31212;
	background: rgba(245, 177, 177, 0.57);
}

#order-products .item .price ul li:nth-child(3) {
	color: #e31212;
}

.button.w100p {
	width: 100%;
	height: 40px;
}

iframe {
	width: 100%;
	border: 0;
}

iframe.full-size {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 1000;
	/*padding: 25px;*/
	box-sizing: border-box;
	background: #f2f5f7;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

.disabled {
	opacity: .5;
	pointer-events: none;
}

.loading {
	opacity: .5;
	pointer-events: none;
	color: transparent !important;
	background: #6ae3c3 url('../img/loading.gif') no-repeat center center !important;
	background-size: 40px !important;
}

.sll,
.slr {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.sll {
	padding-right: 5px;
}

.slr {
	padding-left: 5px;
	float: right;
}

#close-full-size {
	text-align: center;
	background: #d72d2d !important;
}

.modal-additives .checkbox {
	float: left;
	margin-right: 15px;
}

.modal-additives h5 {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.additives-list {
	width: 100%;
	padding-top: 0px;
	margin-top: 8px;
}

.additives-list span {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 4px;
	margin-top: 5px;
	color: #fff;
}

.additives-list span.red {
	background: #d50000;
}

.additives-list span.green {
	background: #00d737;
}

#log-info {
	padding: 5px 10px;
	border-radius: 4px;
	background: #5c5c5c;
	color: #fff;
	position: absolute;
	top: 77px;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: .2s all;
}

#log-info.active {
	opacity: 1;
}

.subtitle {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-top: 25px !important;
}

.pagination li {
	margin: 0 !important;
	margin-left: -1px !important;
}

.pagination li.ellipsis {
	line-height: 28.5px;
	padding: 0 5px;
}

.pagination-info {
	width: 100%;
	text-align: center;
	color: #616161;
	margin-bottom: 20px;
	margin-top: 13px;
}

.pagination li a {
	padding: 9px 15px;
	font-size: 15px;
	position: relative;
	display: block;
	color: #5b6064;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li.active a {
	background: #007a5a;
	color: #fff;
}

table tr.not-active, table tr.not-active a {
    color: #c6c6c6 !important;
}

#resetOrder {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: rgba(215, 26, 26, 1);
	text-decoration: underline;
	display: block;
	margin-bottom: 50px;
}

.rec-tips {
	list-style: none;
	margin: 20px 0 5px;
}

.rec-tips li {
	display: inline-block;
	padding: .75rem 1.25rem;
	color: #1b1e21;
	background-color: #d6d8d9;
	border: 1px solid #c6c8ca;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s all;
}

.rec-tips li:hover,
.rec-tips li.active {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

@media (min-width: 1000px) and (max-width: 1300px) {
	.menu-link {
		font-size: 11px;
		margin-right: 20px;
	}
	
	#categories li {
		width: 95px;
		padding: 13px 5px;
		font-size: 11px;
	}
}

.modal-additives {
	height: 100%;
	overflow: scroll;
	padding-bottom: 70px;
}

.modal-additives h5 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.modal-additives .checkbox {
	width: 25%;
	float: left;
	margin: 0;
}

#selected-additives .checkbox small {
	display: none;
}

.modal-additives .checkbox small {
	color: #19D527;
}

.modal-additives .wrapper {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}

.buttons {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
	background: #f2f5f7;
}

.buttons .button {
	width: 50%;
	float: left;
	margin: 0;
	padding: 13px 15px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
}

.buttons .button:nth-child(1) {
	width: calc(70% - 7px);
	float: left;
}

.buttons .button:nth-child(2) {
	width: 30%;
	float: right;
}

#reclamation-tabs {
	width: 124.14px;
	text-align: right;
}

#reclamation-tabs.v2 {
	width: auto;
	list-style: none;
	text-align: left;
}

#reclamation-tabs li {
	font-size: 12px;
	color: #767676 !important;
	background: rgba(213, 213, 213, 0.77) !important;
	font-weight: normal !important;
	padding: 4px 5px;
}

#reclamation-tabs.v2 li {
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
	padding: 5px 8px;
	cursor: pointer;
}

#reclamation-tabs li.active {
	background: #d50000 !important;
	color: #fff !important;
	box-shadow: 0 1px 9px rgba(213,0,0,.27);
}

.disabled {
	pointer-events: none;
	opacity: .5;
}

.section {
	width: 100%;
	float: left;
}

.mt-0 {
	margin-top: 0 !important;
}

.upsellings {
	width: 100%;
	float: left;
	margin: 10px 0;
	display: table;
}

.upselling {
	width: 32.3%;
	margin-left: 1.5%;
	box-sizing: border-box;
	font-size: 12px;
	padding: 5px;
	height: 58px;
	float: none !important;
	display: table-cell !important; 
	vertical-align: middle; 
	border-radius: 3px;
	background: #fff;
	text-align: center;
	color: #5b6064;
	
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.upsellings.deactive {
	pointer-events: none;
	opacity: .3;
}

.upselling strong {
	display: block;
	margin-top: 5px;
}

.upselling:first-child {
	margin-left: 0;
}

tr.branch td:first-child {
	padding-left: 35px;
}

tr.branch td {
	background: #ebebeb !important;
}

tr.operator td {
	background: rgba(0, 0, 0, 0.015) !important;
}

tr.hr td {
	padding: 0 !important;
	background: #fff;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
	float: left;
}

#alert-error {
	width: 100%;
	text-align: center;
}

#address.error-input {
	color: #721c24 !important;
	border-color: #d50000 !important;
}

.alert.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab--button {
	font-family: Roboto,sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	background: #fff;
	border-radius: 8px;
	margin: 6px;
	padding: 20px;
	min-width: 200px;
	min-height: 60px;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.tab--button:hover {
	color: #007a5a;
	background: rgba(106,227,195, 0.1);
}

.tab--button.active {
	background: #007a5a;
	color: #fff;
}

.accordion::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 100px;
	opacity: .4;
	border: 1px solid #007a5a;
	background: rgba(106,227,195, 0.2);
}

.accordion.active::before {
	background: rgba(106,227,195, 0.9);
}

.accordion {
	cursor: pointer;
	padding: 25px 40px;
	width: 100%;
	outline: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	color: #000;
	border: none;
	background: none;
	margin-bottom: 0;
	position: relative;
}

.accordion--panel {
	padding: 0 40px;
		padding-bottom: 0px;
	max-height: 0;
	overflow: hidden;
	border-bottom: 1px solid hsla(0,0%,43.9%,.1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.accordion.active + .accordion--panel {
	padding-bottom: 15px;
}

.works {
	width: 500px;
	margin-top: 0px;
	position: relative;
	margin: 50px auto 10px;
}

#branches {
	width: 180px;
	position: absolute;
	right: -175px;
	top: 15px;
	height: 45px;
	cursor: pointer;
}

.works #code {
	height: 55px;
	line-height: 55px;
	font-size: 28px;
	width: 100% !important;
}

.works .submit {
	float: left;
}

#prichod,
#odchod {
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 28px;
	padding-top: 0;
	padding-bottom: 0;
	width: 140px;
	text-align: center;
}

#prichod {
	background: #25d519 !important;
}

#prichod:hover {
	background: #0f8b07 !important;
}

#odchod {
	margin-left: 10px;
	background: #e43434 !important;
}

#odchod:hover {
	background: #c20d0d !important;
}

.works p strong {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}

.works p strong span {
	color: #007a5a;
}

.works .work-day {
	font-size: 42px;
	font-weight: bold;
	margin: 0 0 15px;
}

.works .work-day .time {
	display: inline-block;
	margin-left: 23px;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

.shifts li {
	width: 100%;
	line-height: 25px;
	color: #25d519;
	list-style: none;
	border: 1px solid #e1e6ea !important;
	background: #fff;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.shifts li strong {
	float: right;
	color: #000 !important;
}

.shifts--red li {
	color: #e43434;
}

.product-checkbox {
	margin-bottom: 0;
}

.tooltip-info {
	position: relative;
}

.tooltip-info::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 0;
	top: 40px;
	box-sizing: border-box;
	width: 350px;
	padding: 8px;
	border-radius: 4px;
	font-size: 14px;
	background: #000;
	color: #fff;
	pointer-events: none;
	opacity: 0;
}

.tooltip-info:hover::after {
	opacity: 1;
}

.input.date {
	border: none;
	box-sizing: border-box;
	outline: 0;
	position: relative;
	width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.buttons-fixed {
	width: 100%;
	height: 55px;
	position: fixed;
	background: #fff;
	text-align: center;
	padding: 5px 0;
	  padding-right: 0px;
	padding-right: 5px;
	right: 0;
	bottom: 0;
	border-top: 1px solid #e1e6ea;
	box-sizing: border-box;
	z-index: 100;
}

.button--saves {
	padding-left: 60px;
	position: relative;
}

.button--save {
	text-transform: uppercase;
	font-size: 21px;
}

.button--continue::before, .button--repas::before, .button--new::before, .button--saves::before, .button--sms::before, .button--price::before, 
.button--comment::before, .button--calendar::before {
  background-color: rgba(42, 209, 165, 1);
  border-right: 1px solid #007a5a;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 4px 0 0 4px;
  background-image: url('../img/plus.svg');
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.button--save::before {
  background-image: url('../img/save.svg');
  background-size: 16px;
}

.work-box {
	white-space: nowrap;
	background: #fff;
	font-size: 20px;
	width: 100%;
	min-height: 100px;
	font-weight: bold;
	padding: 15px;
	float: left;
	padding-top: 0;
	border-radius: 7px;
	margin-top: 20px;
	position: relative;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.rolldate-container header {
	margin-bottom: 0;
}

.not-time {
	pointer-events: none;
	opacity: .4;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

.circle::after {
	content: attr(data-title);
	position: absolute;
	right: -170px;
	top: -9px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 6px;
	border-radius: 5px;
	font-size: 12px;
	width: 160px;
	text-align: center;
	display: none;
}

.circle::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent rgba(0,0,0,0.8) transparent transparent;
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	display: none;
}

.circle.red::after {
	width: 310px;
	right: -320px;
}

.circle:hover::before,
.circle:hover::after {
	display: block;
}

.circle.red {
	background: #e43434;
}

.circle.green {
	background: #007a5a;
}

#msg {
	width: 400px;
	height: 200px;
}

.support {
	width: 400px;
	margin: 0 auto;
}

.support .button {
	width: 100%;
}

a.link {
	font-size: 14px;
	text-decoration: underline;
	color: rgba(42, 209, 165, 1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	float: right;
	margin-left: 15px;
}

#show-workers-codes {
	float: none;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	margin-left: 0;
}

.workers-codes {
	width: 560px;
	float: left;
	transition: .3s all;
	overflow: hidden;
	height: 40px;
	position: relative;
	margin-bottom: 15px;
}

.workers-codes.hide::after {
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,245,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f5f7',GradientType=0 );
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.workers-codes .worker {
	width: 200px;
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
	margin-right: 40px;
}

.workers-codes .worker strong {
	float: right;
}

@media (min-width: 764px) and (max-width: 1060px) {
	.product-side,
	.client-side {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	
	.product-side {
		order: 1;
		padding-top: 10px;
	}
	
	#categories {
		margin-bottom: 5px;
	}
	
	#categories li {
		margin-bottom: 5px;
	}
	
	#categories li span {
		border-radius: 6px;
	}
	
	#products-iframe {
		width: 100%;
		border: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100000;
		box-shadow: 0 -15px 15px rgba(0,0,0,0.1);
		background: #fff;
	}
	
	#order-products {
		overflow: scroll;
		height: 100%;
	}
	
	.client-side {
		order: 2;
		padding-bottom: 400px;
	}
	
	.grid-wrapper {
		display: grid;
	}
	
	.main {
		padding: 0 10px;
	}
}

.branches-checkboxes {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.branches-checkboxes .checkbox {
	width: 210px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	border-radius: 6px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.branches-checkboxes .checkbox label,
.branches-checkboxes .checkbox input {
	margin-bottom: 0;
}

.branches-checkboxes .checkbox input {
	margin-right: 15px;
}

#phone-completer {
	width: calc(100% - 25px);
	position: absolute;
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	border-radius: 5px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 10000;
	box-shadow: 0 0 15px rgba(0,0,0,0.09);
	display: none;
	max-width: 360px;
}

#phone-completer.show {
	display: block;
}

.au-client {
	padding: 13px;
	box-sizing: border-box;
	transition: .3s all;
	cursor: pointer;
	border-radius: 5px;
}

.addr {
	opacity: .6;
}

.au-client:hover {
	background: #ebebeb;
}

.au-client h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
}

.au-client p {
	line-height: 1.4;
}

.fixed-phone.active {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 100;
}

.fixed-phone.active label {
	font-size: 38px !important;
	margin: 0 !important;
	margin-right: 15px !important;
}

.fixed-phone.active #phone-pref {
	width: 105px !important;
	margin-right: 15px;
	height: 60px;
	font-size: 30px;
	color: #000;
}

.fixed-phone p.date {
	display: none;
}

.fixed-phone.active p.date {
	display: block;
	font-size: 36px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 70px;
}

.fixed-phone.active #phone {
	height: 60px;
	font-size: 30px;
	position: relative;
	z-index: 10000;
	background: #ffb6b6 !important;
	border-color: #e04242 !important;
	color: #000;
}

.fixed-phone.active #phone:focus {
	box-shadow: 0 0 0 .2rem rgba(224, 66, 66, .2) !important;
}

.fixed-phone.active #phone-completer {
	max-width: 600px;
	top: 70px;
}

.fixed-phone.active input {
	margin-bottom: 0 !important;
}

.fixed-phone.active .mt150 {
	margin-top: 70px;
}

.fixed-phone.active .flex-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

fieldset {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	box-sizing: border-box;
}

fieldset:nth-child(odd) {
	padding-left: 15px;
}

.pr0 {
	padding-right: 0 !important;
}

.col .input.text,
.col .input.text input,
.col .input.select input {
	float: left;
	width: 100%;
}

.col label {
	width: 90px;
	float: left;
	line-height: 38px !important;
}

.col .textarea label {
	line-height: 65px !important;
}

.date-time {
	display: flex;
	flex-direction: row;
}

.date-time .input.time input,
.date-time .input.date input {
	width: auto !important;
	margin-left: 10px;
}

.date-time .input.time,
.date-time .input.date {
	width: auto !important;
}

.full-input .input {
	width: 100% !important;
}

.col-max-width {
	width: 40% !important;
}

.col-max-width-60 {
	width: 60% !important;
}

.col.full-input {
	width: 100% !important;
}

.col.full-input .input.select select {
	width: 38% !important;
	margin-left: 10px;
}

.col.full-input label {
	width: 60px !important;
}

.fixed-phone:not(.active) label {
	width: 100px;
	float: left;
	line-height: 38px !important;
}

.col .input input,
.col .input textarea,
.col .input select {
	width: calc(100% - 100px) !important;
	float: right !important;
}

.fixed-phone:not(.active) .input.text {
	width: auto !important;
	float: left;
}

.w100p {
	width: 100% !important;
}

#date {
	color: #000 !important;
}

.fixed-phone:not(.active) #phone-pref {
	width: 60px;
	margin-right: 10px;
}

.fixed-phone:not(.active) #phone {
	width: 165px;
	margin-right: 10px;
	-moz-appearance: none;
	appearance: none;
}

.fixed-phone:not(.active) {
	float: left;
	padding-right: 0;
	width: 50%;
	box-sizing: border-box;
}

.col {
	width: 50%;
	float: left;
	max-width: initial;
}

.ph {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	display: none;
}

.fixed-phone.active .ph {
	display: block;
}

.pobocka-tag {
	padding: 7px 12px;
	background: rgba(210, 210, 210, .7);
	color: #575757;
	border: 1px solid rgba(87, 87, 87, .2);
	font-size: 24px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 4px;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	transition: .3s all;
}

.mb15 {
	margin-bottom: 15px !important;
}

.pobocka-tag:hover {
	background: #8d8d8d;
	color: #fff;
}

.company-info {
	width: 100%;
	float: left;
}

.note-obj {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}


.note-obj li {
  padding: 8px 5px;
  font-size: 17px;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff !important;
  color: #5b6064 !important;
  border: 1px solid #e1e6ea !important;
  border-bottom-color: rgb(225, 230, 234);
  border-bottom-color: #d4dbe1;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.note-obj li::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #e2e2e2;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.note-obj li:hover::after, 
.note-obj li.active::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #e2e2e2;
  background: rgba(42, 209, 165, 1);
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#own-inputs {
	padding: 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	background: #f9f9f9;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

#own-inputs .input {
	width: calc(100% - 100px) !important;
}

#own-inputs .col.pr0 .input {
	width: calc(100% - 90px) !important;
}

#own-inputs .input input {
	width: calc(100% - 10px) !important;
	float: left !important;
	margin-bottom: 0 !important;
}

#own-inputs .button {
	width: 90px !important;
	text-align: center;
	margin-bottom: 0 !important;
}

#map-overlay {
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

#map-overlay:not(.active)::before {
	background: rgba(42, 209, 165, .8);
	content: 'Zobrazit mapu';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	z-index: 10;
	cursor: pointer;
	border-radius: 4px;
}

#map-overlay.active {
	height: 300px;
}

#map {
	width: 100%;
	height: 300px;
	border-radius: 4px;
	float: left;
}

#alert {
	width: 80%;
	margin: 0 auto;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	color: #fff;
	background: #e04242;
	font-size: 26px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s all;
	transform: translateY(0);
	z-index: 10000;
	pointer-events: all;
}

#alert.hidden {
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
}

#alert.ok {
	background: rgba(42, 209, 165, 1);
}

#product-id-1005,
#product-id-1005 .price {
	color: #e31212;
	background: rgba(245, 177, 177, 0.57);
}

#product-id-1141,
#product-id-1141 .price {
	color: rgba(64, 52, 255, 1);
	background: rgba(64, 52, 255, .2);
}

#paid {
	background-color: rgba(42, 209, 165, 1) !important;
	background-image: url('../img/arrow-down-white.svg') !important;
	color: #fff !important;
}

#paid.red-bg {
	background-color: #e31212 !important;
	color: #fff !important;
}

#paid.red-bg:focus {
	border-color: #e31212 !important;
	box-shadow: 0 0 0 .2rem rgba(227, 18, 18, 0.25) !important;
}

.rs-container {
	width: 85%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.rs-container .rs-selected {
	background: rgba(42, 209, 165, 1) !important;
	border-color: rgba(42, 209, 165, .2) !important;
}

.rs-tooltip {
	height: 30px !important;
	font-size: 16px !important;
	padding: 5px 10px 0 !important;
	background: #fff !important;
	border: 1px solid #e1e6ea !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	bottom: -70px;
}

.rs-container .rs-scale span ins {
	display: none !important;
}

.rs-bg {
	background: #fff !important;
	border: 1px solid #e1e6ea !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.rs-pointer {
	background: #fff !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	border: 1px solid #e1e6ea !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

#payment-type {
	margin-left: 0 !important;
}

.sticky-buttons {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	box-shadow: 0 10px 23px 10px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.sticky-buttons .button {
	margin: 0;
	width: calc(100% - 200px) !important;
	float: right;
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.sticky-buttons #resetOrder {
	float: left;
	width: 200px;
	margin: 0;
	line-height: 50px;
}

#date,
#time-from,
#time-to {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 1369px) {
	.fixed-phone:not(.active) #phone {
		width: 105px !important;
	}
}

td small {
	display: block;
}

.info {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-right: 50px !important;
	padding: 25px 0;
}

.info h2 {
	font-family: ui-sans-serif, sans-serif !important;
	font-size: 24px;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.info p {
	font-family: ui-sans-serif, sans-serif !important;
	font-size: 14px;
	opacity: .4;
}

.form-box {
	width: 75%;
	float: left;
	box-sizing: border-box;
}

.form-box form {
	background: #fff;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
	box-sizing: border-box;
	padding: 25px;
	border-radius: 5px;
}

.product-market .input {
	width: 70px;
	float: right;
}

.product-market .input input {
	margin-bottom: 0;
	text-align: center;
}

.product-market {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #afc1cd;
}

.product-market .title {
	width: calc(100% - 80px);
	float: left;
	font-size: 19px;
	font-weight: bold;
	padding-top: 6px;
	box-sizing: border-box;
}

.branch h2 a {
	color: inherit !important;
}

.category-market {
	height: 38px;
	overflow: hidden;
	float: left;
	width: 100%;
	box-sizing: border-box;
	transition: .3s all;
}

.category-market.active {
	height: auto;
}

.category-market:nth-child(even) {
	padding-right: 0;
}

.category-market h2 {
	font-size: 19px;
	line-height: 25px;
	font-family: ui-sans-serif, sans-serif !important;
	letter-spacing: normal;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 8px;
	padding-right: 0;
	padding-top: 8px;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 3px;
}

.category-market h2::after {
	content: '';
	width: 25px;
	height: 35px;
	background: url('../img/arrow-down.svg') no-repeat center center;
	background-size: 50%;
	position: absolute;
	right: 5px;
	top: -2px;
	transition: .3s all;
}

.category-market.active h2::after {
	transform: rotate(180deg);
}

.branch {
	box-shadow: 0 3px 6px rgba(0,0,0,0.05);
	background: #fff;
	border-radius: 7px;
	width: 290px;
	height: 340px;
	float: left;
	padding: 30px;
	margin-right: 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.branch h2 {
	font-family: ui-sans-serif, sans-serif !important;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.branch p {
	color: #717782;
	font-weight: normal;
}

.branch .button {
	width: 100%;
	float: left;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.branch img {
	width: 140px;
	height: 140px;
	display: inline-block;
	border-radius: 100%;
	object-fit: cover;
	margin-top: 10px;
}

.blured {
	cursor: auto;
	display: block;
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: .3s all ease-in-out;
}

.blured:hover {
	-moz-filter: blur(0px);
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.input-group-text {
	height: 38px;
	line-height: 36px;
	margin-bottom: 0;
	font-size: 15px;
	padding: 0 10px;
	font-weight: 400;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: 10px;
	top: 20px;
}

.relative {
	position: relative;
}

.label-top {
	width: auto !important;
	max-width: 300px !important;
}

.label-top label {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.label-top .input input {
	width: 100% !important;
}

.close-order-window {
	display: none;
}

.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}

.switcher .button {
	opacity: 0.4;
}

.switcher .button.active {
	opacity: 1;
}

#fixed-phone.active .close-order-window {
	display: block;
	margin: 20px auto;
	text-align: center;
	clear: both;
	width: 100%;
	float: left;
}

.warning {
	clear: both;
	width: 100%;
	float: left;
	margin: 15px 0;
	background: #fff3cd;
	color: #89690b;
	padding: 10px;
	border-radius: 5px;
}

#address.address-ok,
#address-2.address-ok {
	background: #fff url('../img/check-green.svg') no-repeat right 10px center / 20px !important;
} 