/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */

html {
    background: #fff;
    /* 1 */
    color: #000;
    /* 2 */
    font-family: sans-serif;
    /* 3 */
    -ms-text-size-adjust: 100%;
    /* 4 */
    -webkit-text-size-adjust: 100%;
    /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C""\201D""\2018""\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* basic typography -------------------------------------------------------------- */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */
body {
    font-size: 15px;
    color: #4e5056;
    font-family: Arial, Helvetica, sans-serif;
}

/* Headings -------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #214a69;
}

h1,
h2 {
    font-size: 18px;
    line-height: 18px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0 3px;
}

h4 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

/* Text elements -------------------------------------------------------------- */
p {
    margin: 0 0 1.5em;
}

p img.left {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

a {
    color: #0095ee;
}

a:focus,
a:hover {
    color: #e28e04;
    text-decoration: underline;
}

hr {
    color: #d1dadf;
    background-color: #d1dadf;
    border: none;
    height: 1px;
    margin: 6px 0 6px 0;
    clear: both;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em,
dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup,
sub {
    line-height: 1.22;
    font-size: xx-small;
}

sup {
    vertical-align: top;
}

suB {
    vertical-align: bottom;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre,
code,
tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    color: #d0a600;
}

/* Lists -------------------------------------------------------------- */
li ul,
li ol {
    margin: 0 1.5em;
}

ul,
ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

/* Tables -------------------------------------------------------------- */
table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #acaeb9;
}

th,
td,
caption {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
    color: #000;
}

/* Misc classes -------------------------------------------------------------- */
.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide,
.hidden {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.midle {
    text-align: center;
}

.number {
    text-align: right;
}

/* Pre-seting Web site -------------------------------------------------------------- */
h1,
h2 {
    font-weight: normal;
    text-align: center;
    position: relative;
}

h3,
h4,
h5 {
    font-weight: normal;
    text-align: center;
    position: relative;
    color: #214a69;
}

p {
    margin: 0;
    padding: 6px 0;
    line-height: 1.2;
    font-weight: normal;
}

select,
input,
textarea {
    background: #FFF;
    border: 1px solid #c0cfda;
    color: #11181e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cleaner {
    clear: both;
}

::-moz-selection {
    background: #1dadff;
    color: #FFF;
}

.display-none {
    display: none;
}

html {
    scroll-behavior: smooth;
}

/* hladke najeti na zalozku*/

.backTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}

@media (max-width: 520px) {
    .backTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

.backTop a {
    display: block;
    width: 42px;
    height: 42px;
}

.fa-arrow-circle-left:hover {
    color: #000;
}

.fa-arrow-circle-left {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    rotate: 90deg;
    color: #0187d7;
}

.backTop a strong {
    display: none;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.home-holder {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.main-holder {
    background: #f5f9fd;
    padding: 40px 0;
}

.main-lyout {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-areas: "left-sider obsah-holder";
}

@media (max-width: 1199px) {
    .main-lyout {
        padding: 0 1%;
        width: 98%;
    }
}

@media (max-width: 904px) {
    .main-lyout {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: "obsah-holder" "left-sider";
    }
}

#header {
    width: 100%;
    max-width: 1200px;
    min-height: 140px;
    margin: 0 auto;
    position: relative;
    color: #9ea4a9;
    font-size: 15px;
    background: #fff;
    text-align: center;

    display: grid;
    grid-template-columns: 23% 47% 29% 1%;
    grid-template-areas: "logo cont-info kosik-top prihlasit" "logo search-box kosik-top prihlasit";
}

@media (max-width: 920px) {
    #header {
        grid-template-columns: 30% 30% 39% 1%;
        grid-template-areas: "logo cont-info kosik-top prihlasit" "search-box search-box search-box search-box";
    }
}

@media (max-width: 656px) {
    #header {
        grid-template-columns: 35% 64% 1%;
        grid-template-areas: "logo kosik-top prihlasit" "search-box search-box search-box" "cont-info cont-info cont-info";
    }
}

@media (max-width: 450px) {
    #header {
        grid-template-columns: 99% 1%;
        grid-template-areas: "logo logo" "kosik-top prihlasit" "search-box search-box" "cont-info cont-info";
    }

    .logo {
        height: 115px;
        margin: 0 auto;
    }
}


#header a {
    text-decoration: none;
    color: #000;
}

#header a:hover {
    color: #0076bd;
}

.logo {
    grid-area: logo;
}

.logo a {
    display: block;
    width: 100%;
    max-width: 196px;
    height: auto;
    margin-top: 15px;
}

.logo a img {
    width: 100%;
    height: auto;
}

#header a.buton {
    color: #fff;
}

#header a.buton:hover {
    color: #fff;
    text-decoration: none;
}

#header a.buton:active {
    color: #000;
    text-decoration: none;
    background: #FFF;
}

#header a.buton:disabled {
    color: #fff;
    text-decoration: none;
    background: #dcdfe5;
}

#header .colmn1n3 a {
    color: #000;
    text-decoration: underline;
}

.prihlasit {
    grid-area: prihlasit;
    position: absolute;
    z-index: 7;
    width: 118px;
    height: 55px;
    top: 60px;
    right: 165px;
    text-align: left;
}

.prihlasit p a {
    padding: 13px 3px 13px 40px;
    display: block;
}

.fa-user-alt {
    rotate: 180deg;
    position: absolute;
    left: 0;
    top: 9px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

.fa-shopping-cart {
    rotate: 180deg;
    position: absolute;
    left: 0;
    top: 9px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

#kosikTop {
    grid-area: kosik-top;
    position: relative;
    /*		position: absolute;
        top: 0;
        right: 0;
        z-index: 6;
        width: 340px;*/
    height: 115px;
    text-align: right;
    color: #9ea4a9;
}

#kosikTop h4 {
    font-size: 18px;
    text-align: right;
    color: #0187d7;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#kosikTop h4 strong {
    color: #9ea4a9;
    font-weight: normal;
    font-size: 15px;
}

#kosikTop p {
    color: #9ea4a9;
}

#kosikTop p strong {
    color: #283138;
    font-weight: normal;
}

.kosik-btn-top {
    position: absolute;
    z-index: 7;
    width: 142px;
    height: 55px;
    top: 60px;
    right: 5px;
    text-align: left;
}

#kosikTop div.kosik-btn-top a {
    padding: 13px 3px 13px 40px;
    display: block;
}

#kosikTop p a.buton strong {
}

#kosikTop p a.buton:active {
}

#kosikTop p a.buton:disabled {
}

@media (max-width: 700px) {
    #kosikTop h4,
    #kosikTop p {
        display: block;
        padding-right: 3px;
    }
}

#contInfo {
    grid-area: cont-info;
    display: block;
    margin: 10px auto;
    padding: 0;
    font-size: 14px;
    width: 100%;
}

#contInfo a {
    text-decoration: none;
    text-align: left;
    transition: all .18s ease-in-out;
    white-space: nowrap;
}

#contInfo a:hover {
    color: #0187d7;
    text-decoration: underline;
}

#contInfo strong {
}

#contInfo-phone {
    cursor: pointer;
}

.telicon {
    position: relative;
    display: inline-block;
    margin-right: .25rem;
}

#searchBox {
    grid-area: search-box;
    width: 98%;
    margin: 0 auto;
}

#searchBox form {
    position: relative;
    display: flex;
    flex-direction: column;
}

#searchBox input {
    font-size: 1rem;
    height: 2rem;
    border-width: .125rem;
    border-color: #04a0ff;
    padding: .625rem 1.125rem;
    width: 89%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#searchBox button.buton {
    position: absolute;
    top: 14px;
    right: 17px;
    padding: 20px 10px;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    line-height: 1.25rem;
    outline: 0;
    width: inherit;
}

#searchBox button:hover.buton {
    color: #b3c0ca;
}

#searchBox input[type="search"]:hover,
#searchBox input[type="search"]:focus {
    border-color: #b3c0ca;
}

#searchBox label {
    position: absolute;
    left: 28px;
    top: -2px;
    background: white;
    font-size: 13px;
    color: black;
}

.motivator-holder {
    grid-area: motivator-holder;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

@media (max-width: 1020px) {
    .motivator-holder {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .motivator-holder {
        display: none;
    }
}

.motivator-item {
    width: 22%;
    height: 70px;
    margin: 10px 1%;
    padding: 18px;
}

@media (max-width: 1020px) {
    .motivator-item {
        width: 41%;
    }
}

@media (max-width: 520px) {
    .motivator-item {
        width: 100%;
        height: inherit;
        margin: 0;
        padding: 6px;
    }
}


.motivator-item p {
    margin-left: 70px;
    color: #000;
}

.fa-comment-dollar, .fa-truck, .fa-file-certificate, .fa-trophy-al {
    color: #0187d7;
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 0;
    transform: scaleY(-1);
}

.zalozka {
    float: left;
    width: 47%;
    border: #d1dadf 1px solid;
    border-bottom: #d1dadf 1px solid;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 1%;
	background-image: linear-gradient(#f5f9fd, #e3e9ed);
}

.zalozka input[type="search"],
.zalozka input[type="text"] {
    width: 91%;
	display:block;
	margin:10px auto;
	line-height: 40px;
	padding: 2px 3%;
}

.zalozka.selected {
    border: #d1dadf 1px solid;
    border-bottom: #f5f9fd 1px solid;
	background-image: linear-gradient(#fff, #f5f9fd);
}

.zalozka label {
	display:block; 
	color:#000;
}

#menu {
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
    background: #e9ecef;
    color: #9ea4a9;
    position: relative;
    clear: both;
    min-height: 65px;
}

#menu ul {
    margin: 0 0 65px 0;
    padding: 0;
    background: url(../images/bg-menu-glow.png) repeat-y top center;
}

#menu li {
    display: inline;
    list-style-type: none;
}

#menu a {
    text-decoration: none;
    color: #111a22;
    display: block;
    padding: 0 10px;
    line-height: 65px;
    height: 65px;
    margin: 0 2px;
    position: relative;
}

#menu a:after {
    content: '|';
    position: absolute;
    color: #9ea4a9;
    right: -4px;
    top: 0;
    line-height: 65px;
}

#menu li a {
    display: inline-block;
    white-space: nowrap;
}

#menu a:hover {
    color: #b3c0ca;
}

#menu ul li.selected a {
    font-weight: bold;
    color: #0187d7;
}

#menu ul li ul {
    display: none;
}

#menu ul li.selected ul {
    display: block;
}

#menu ul li.selected ul li ul {
    display: none;
}

#menu ul li.selected ul li.selected ul {
    display: block;
}

#menu ul li ul {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    min-height: 39px;
    z-index: 0;
    padding: 0;
    background: #fafafb;
}

#menu ul li.selected ul {
    display: block;
}

#menu ul li ul li a,
#menu ul li.selected ul li a {
    color: #111a22;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
    margin: 0 2px;
    font-weight: normal;
}

#menu ul li ul li a:hover,
#menu ul li.selected ul li a:hover {
    color: #b3c0ca;
    font-weight: normal;
}

#menu ul li ul li.selected a,
#menu ul li.selected ul li.selected a {
    font-weight: bold;
    color: #0187d7;
}

@media (max-width: 700px) {
    #menu ul li ul {
        position: relative;
        top: inherit;
        left: inherit;
    }

    #menu ul {
        margin: 0;
    }

    #menu {
        font-size: 16px;
    }

    #menu a,
    #menu ul li ul li a,
    #menu ul li.selected ul li a {
        line-height: 40px;
        height: 40px;
    }

    #menu a:after {
        line-height: 40px;
    }
}

a.btngrey {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    margin: 0 2px 6px 0;
    text-decoration: none;
    white-space: nowrap;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b3c0ca;
    cursor: pointer;
}


a.buton,
input.buton,
button.buton,
span.buton {
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    height: 22px;
    padding: 4px 10px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #b3c0ca;
    border: none;
    cursor: pointer;
}

a.butonbig,
input.butonbig,
button.butonbig {
    text-decoration: none;
    text-align: center;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    max-width: 290px;
    width: 90%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background: #379f33 linear-gradient(90deg, #379f33 1.5%, #43c73e 98.5%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFF;
    cursor: pointer;
}

a:hover.buton,
input:hover.buton,
button:hover.buton,
span:hover.buton,
a:hover.btngrey,
a:hover.butonbig,
input:hover.butonbig,
button:hover.butonbig {
    color: #fff;
    background: #000;
    border: none;
}

a:active.buton,
input:active.buton,
button:active.buton,
span:active.buton {
    color: #000;
    text-decoration: none;
    background: #dcdfe5;
}

a:disabled.buton,
input:disabled.buton,
button:disabled.butonn,
span:disabled.buton {
    color: #fff;
    text-decoration: none;
    background: #dcdfe5;
}

input.buton,
button.buton {
    padding: 0 10px;
    margin: 0 4px;
    height: 30px;
    border: none;
}

a.buton.biger {
    padding: 5px 17px;
    height: 27px;
    line-height: 27px;
    margin: 2px;
}

#breadcrumb {
    margin: 8px auto;
    padding: 2px;
    color: #9db4c3;
    display: flex;
}

#breadcrumb a {
    color: #9db4c3;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #849dae;
}

.fa-angle-left {
    color: #0187d7;
    width: 20px;
    height: 17px;
    rotate: 180deg;
    margin: 0 10px 0 0;
    display: inline-block;
}

.infoDovol {
    position: absolute;
    left: 0;
    top: 150px;
    width: 50%;
    margin: 0 25%;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    color: #000;
    text-align: center;
    padding: 40px;
}

#leftSider {
    grid-area: left-sider;
    margin-right: 20px;
}

@media (max-width: 904px) {
    #leftSider {
        margin: 0;
    }
}

#obsahHolder {
    grid-area: obsah-holder;
    margin: 0 0 20px 0;
    padding-bottom: 60px;
}

#obsahHolder p strong {
    color: #000;
}

#obsahHolder p a strong {
    color: #0095ee;
}

#obsahHolderWide {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    font-style: italic;
}

#obsahHolderWide .colmn1 {
    float: left;
    width: 486px;
    border-right: #474747 1px dotted;
    padding-right: 10px;
}

#obsahHolderWide .colmn2 {
    float: right;
    width: 486px;
}

.colmn1 {
    float: left;
    width: 314px;
    border-right: #474747 1px dotted;
    padding-right: 10px;
}

.colmn2 {
    float: right;
    width: 314px;
}

.colmn1n3,
.colmn3n3 {
    float: left;
    width: 293px;
    border-right: #474747 1px dotted;
    padding: 0 10px;
    margin: 10px 0;
}

.colmn3n3 {
    border: none;
}

.contentHolder {
    padding: 10px;
    margin: 0 0 10px 0;
    position: relative;
}

.contentHolder h1,
.contentHolder h2,
.contentHolder h3,
.contentHolder h4,
.mailform-repair h4,
.cartHolder h1 {
    padding: 0;
    margin: 0 0 20px;
    color: #000;
    font-size: 18px;
    position: relative;
    text-align: left;
}

.contentHolder h1:after,
.contentHolder h2:after,
.contentHolder h3:after,
.contentHolder h4:after,
.mailform-repair h4:after,
.cartHolder h1:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #d1dadf;
    left: 0;
    top: 50%;
}

.contentHolder h1 span,
.contentHolder h2 span,
.contentHolder h3 span,
.contentHolder h4 span {
    background: #f5f9fd;
    position: relative;
    z-index: 2;
    padding: 0 10px 0 0;
}

.mailform-repair h4 span,
.cartHolder h1 span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px 0 0;
}

.mailform {
    max-width: 1200px;
    width: 98%;
    margin: 30px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f5f9fd;
    display: flex;
    flex-wrap: wrap;
}

.mailform-info {
    margin: 30px 2%;
    width: 26%;
    color: #000;
}

.mailform-info span a {
    font-size: 30px;
    color: #0187d7;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.mailform-form {
    margin: 30px 2%;
    width: 62%;
    background: #FFF;
    padding: 30px 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
}

@media (max-width: 1050px) {
    .mailform-info {
        width: 98%;
        text-align: center;
    }

    .mailform-form {
        width: 98%;
    }
}

.mailform-repair {
    margin: 30px 0;
    width: 96%;
    background: #FFF;
    padding: 30px 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
}

#kategorie {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 40px 0;
    list-style-type: none;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    padding: 0 0 20px 0;
}

.fa-cars {
    color: #0187d7;
    width: 40px;
    height: 40px;
    float: left;
    margin: 20px;
    transform: scaleY(-1);
}

#kategorie h3,
#boxCustomer h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0 60px;
    text-align: left;
    padding: 20px;
}

#kategorie ul li ul {
    display: none;
}

#kategorie ul li.selected ul {
    display: block;
}

#kategorie ul li.selected ul li ul {
    display: none;
}

#kategorie ul li.selected ul li.selected ul {
    display: block;
}

#kategorie ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#kategorie li {
    line-height: 15px;
}

#kategorie ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 6px 4px 6px 30px;
    line-height: 15px;
    background: #fff;
    border-top: #f5f7f8 solid 1px;
}

#kategorie ul li a:hover {
    background: #dcdfe5;
}

#kategorie ul li.selected a {
    border-left: 4px #0187d7 solid;
    color: #0187d7;
}

#kategorie ul li ul li a,
#kategorie ul li.selected ul li a {
    padding: 6px 4px 6px 50px;
    color: #000;
    background: #f5f7f8;
    border-left: none
}

#kategorie ul li ul li.selected a {
    padding: 6px 4px 6px 46px;
    background: #f5f7f8;
    border-left: 4px #0187d7 solid;
    color: #0187d7;
}

#kategorie ul li ul li ul li a,
#kategorie ul li.selected ul li ul li a {
    padding: 6px 4px 6px 80px;
    color: #000;
    font-weight: bold;
    background: #e5eaec;
    border-left: none
}

#kategorie ul li ul li ul li.selected a {
    padding: 6px 4px 6px 76px;
    color: #0187d7;
    background: #e5eaec;
    border-left: 4px #0187d7 solid;
}

#boxUserInfo {
    position: relative;
    /* kvuli overlay */
}

#boxCustomer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 40px 0;
    list-style-type: none;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

#boxCustomer .fa-user-alt {
    width: 35px;
    height: 35px;
    float: left;
    margin: 4px 0 0 20px;
}

#boxCustomer p {
    position: relative;
    margin: 0 0 10px 0;
    padding: 6px;
}

#boxCustomer label {
    position: absolute;
    left: 28px;
    top: -2px;
    background: #FFF;
    font-size: 13px;
    color: #0187d7;
    padding: 0 3px;
}

#boxCustomer input[type=email],
#boxCustomer input[type=password] {
    border: #c0cfda solid 1px;
    background: #fff;
    color: #6c8da1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 80%;
    height: 30px;
    text-align: left;
    font-size: 18px;
    padding: 12px 5%;
}

#boxCustomer .buton {
    width: 90%;
    height: 56px;
    font-size: 18px;
    background: #379f33 linear-gradient(90deg, #379f33 1.5%, #43c73e 98.5%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFF;
}

#boxCustomer .buton:hover {
    background: #000;
    border: none;
    color: #FFF;
}

#boxCustomer a.buton {
    background: #b3c0ca;
    height: 32px;
    line-height: 32px;
}

#boxCustomer a {
    color: #0a0d0f;
    text-decoration: none;
}

.fa-wrench,
.fa-fingerprint {
    rotate: 180deg;
    position: absolute;
    left: 28px;
    top: 0;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

#contactForm,
#repairForm {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.inputholder {
    margin: 10px 0;
    width: 33%;
    text-align: center;
    position: relative;
    min-height: 37px;
    line-height: 37px;
    font-size: 18px;
}

@media (max-width: 600px) {
    .inputholder {
        width: 100%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="tel"],
    #repairForm input[type="text"],
    #repairForm input[type="email"],
    #repairForm input[type="tel"] {
        width: 96%;
    }
}

.textareaholder {
    margin: 10px 0;
    width: 100%;
    position: relative;
    text-align: center;
}

#contactForm label,
#repairForm label,
#frmOrder label,
#frmProfile label,
#frmChangePassword label,
#frmRegistration label,
#boxRegister label {
    position: absolute;
    left: 12px;
    top: -8px;
    font-size: 12px;
    line-height: 12px;
    color: #0187d7;
    background: #FFF;
    padding: 2px 5px;
}

#contactForm label span,
#repairForm label span,
#frmProfile label span,
#frmChangePassword label span,
#frmRegistration label span,
#frmOrder label span {
    color: #f7a113;
}

#contactForm input[type="submit"],
#repairForm input[type="submit"] {
    padding: 0;
    max-width: 290px;
    width: 90%;
    height: 56px;
    font-size: 18px;
    background: #379f33 linear-gradient(90deg, #379f33 1.5%, #43c73e 98.5%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFF;
}

#contactForm input[type="submit"]:hover,
#repairForm input[type="submit"]:hover {
    background: #000;
}

#frmProfile input[type="text"],
#frmProfile input[type="email"],
#frmProfile input[type="tel"],
#frmChangePassword input[type="password"],
#frmChangePassword input[type="type"],
#frmRegistration input[type="password"],
#frmRegistration input[type="type"],
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#repairForm input[type="text"],
#repairForm input[type="email"],
#repairForm input[type="tel"] {
    border: #cdd9e1 solid 1px;
    width: 85%;
    height: 30px;
    text-align: left;
    font-size: 18px;
    padding: 12px 5%;
    color: #6c8da1;
}

#contactForm textarea,
#repairForm textarea {
    border: #cdd9e1 solid 1px;
    text-align: center;
    font-size: 18px;
    padding: 12px 2%;
    width: 94%;
    height: 80px;
    resize: none;
    color: #6c8da1;
}

/*#contactForm.overlay { background:lightgrey; position: absolute; left:0;top:0; display: block; width: 100%;height: 100%}*/

.gdpr {
    font-size: 12px;
    color: #6c8da1;
}

.gdpr strong {
    color: #000;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.listItem {
    position: relative;
    width: 32%;
    min-height: 360px;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;

    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 41px 185px 57px 40px 47px;
    grid-template-areas: "list-sklad list-akce" "list-image list-image" "list-title list-title" "list-price list-price" "list-tocart list-tocart";
}

@media (max-width: 660px) {
    .listItem {
        width: 49%;
    }
}

.listItem:hover {
}

.listItem:hover div.moreinfo {
    top: 0;
}

.listItem p strong {
    color: #000;
}

.listItem div.imgSmall {
    grid-area: list-image;
    text-align: center;
}

.listItem div.imgSmall img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.listItem h5 {
    grid-area: list-title;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    overflow: hidden;
}

.listItem p {
    text-align: center;
    font-size: 13px;
}

.listItem p.price {
    grid-area: list-price;
    color: #6c7d8a;
    font-size: 18px;
}

.listItem p.price span {
    font-weight: normal;
}

#prodInfo .skladem,
.listItem .skladem {
    grid-area: list-sklad;
    color: #00a900;
    padding-left: 26px;
    text-align: left;
    margin: 10px;
    position: relative;
}

#prodInfo .skladem:before,
.listItem .skladem:before,
.just-bought p:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17'%3E%3Cg fill='none' stroke='%2300ae00' stroke-width='2'%3E%3Ccircle cx='8.5' cy='8.5' r='7.5'/%3E%3Cpath d='M4.95 7.103l3.314 3.313 8.73-8.73'/%3E%3C/g%3E%3C/svg%3E");
}

#prodInfo .naobjednavku,
.listItem .naobjednavku {
    grid-area: list-sklad;
    color: #8f0000;
    padding-left: 26px;
    text-align: left;
    margin: 10px;
}

#prodInfo .naobjednavku:before,
.listItem .naobjednavku:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17'%3E%3Cg fill='none' stroke='%238f0000' stroke-width='2'%3E%3Ccircle r='7.5' cy='8.5' cx='8.5'/%3E%3Cpath d='m12.12 12.189-7.112-7.16zm-7.106-.086 7.167-7.105'/%3E%3C/g%3E%3C/svg%3E");
}

#prodInfo .list-akce,
.listItem .list-akce {
    grid-area: list-akce;
    color: #f7a112; /*b3c0ca;*/
    text-align: right;
    padding-right: 26px;
    margin: 10px;
    line-height: 11px;
    position: relative;
}

#prodInfo .list-akce:before,
.listItem .list-akce:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 550'%3E %3Cg fill='%23f7a112' stroke='none' stroke-width='1'%3E %3Cpath d='M10.046 314.003c.224 124.44 96.386 225.397 216.333 229.591 1.87.067 3.701.413 5.581.41.32 0 .6-.081.92-.082.54 0 1.05.079 1.58.078 123.71-.223 223.814-103.553 223.586-230.803-.13-71.64-70.083-190.304-168.506-281.297-38.216 35.599-71.948 73.75-99.14 111.348-16.677-20.35-35.493-40.606-56.328-59.869C61.733 150.78 9.951 260.733 10.046 314.003m416-.748c.1 55.43-21.98 105.61-57.516 141.704 6.121-16.14 9.71-33.787 9.675-52.807-.083-46.2-28.31-83.36-71.362-134.772l-24.132-28.827-24.599 28.435c-4.38 5.048-38.682 48.83-63.555 80.654l-25.913-29.453-28.879-32.819-22.563 37.441a359 359 0 0 0-10.795 19.21c-18.845 36.133-20.402 76.766-7.829 112.034-34.814-35.868-56.433-85.419-56.532-140.109-.064-35.86 36.061-121.835 92.557-185.307a570 570 0 0 1 31.053 34.895l26.328 32.142 24.35-33.663c20.898-28.908 45.905-58.103 73.236-85.602 88.7 89.49 136.385 186.625 136.476 236.845zM232.863 511.922c-2.08-.016-4.11-.232-6.171-.299-23.232-.978-44.765-8.319-62.407-20.617-43.144-30.063-53.34-88.485-29.501-134.188a334 334 0 0 1 9.838-17.497l51.405 58.427s80.235-102.844 86.283-109.835c42.511 50.784 63.835 80.516 63.895 114.295.122 67.46-50.663 109.172-113.342 109.714'/%3E %3C/g%3E %3C/svg%3E");
}

.listItem .dokosiku {
    grid-area: list-tocart;
    text-align: center;
}

.baseprice .dokosiku {
    text-align: center;
}

.baseprice .dokosiku .integer,
.listItem .dokosiku .integer {
    line-height: 32px;
    width: 34px;
    text-align: center;
}

.baseprice .dokosiku .buton,
.listItem .dokosiku .buton {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 36px;
    font-size: 16px;
    background: #379f33 linear-gradient(90deg, #379f33 1.5%, #43c73e 98.5%);
}

.baseprice .dokosiku .buton:hover,
.listItem .dokosiku .buton:hover {
    background: #000;
}

.baseprice p.price {
    color: #6c7d8a;
    font-size: 18px;
}

#obsahHolder p.price strong {
    color: #6c7d8a;
    font-weight: normal;
    font-size: 30px;
}

.baseprice p.price span {
    color: #afbec9;
    font-size: 18px;
}

.moreinfo {
    position: absolute;
    left: 0;
    top: -346px;
    width: 94%;
    height: 192px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #6f8392;
    z-index: 17;
    overflow: hidden;
    line-height: 21px;
}

.moreinfo strong {
    color: #000;
}

.listItem a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 276px;
    height: 213px;
    z-index: 20;
}

#prodDetail {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

.dalsi-zakaznik {
    position:absolute;
    left:20px;
    top:20px;
    color:#fff;
    z-index:22;
    background:#04a0ff;
    padding:12px 12px 12px 42px;
    border-radius: 10px;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.4s ease;
}
.dalsi-zakaznik.js-visible {
    transform: scale(1);
    opacity: 1;
}

.fa-user-friends {
    rotate: 180deg;
    position: absolute;
    left: 5px;
    top: 4px;
    color: #fff;
    width: 30px;
    height: 30px;
}

#prodGalery {
    width: 48%;
    min-height: 400px;
    margin-right: 2%;
    text-align: center;
    padding-top: 20px;
}

#prodGalery ul {
    width: 100%;
    list-style-type: none;
    margin: 20px 0;
    padding: 10px 0;
    border-top: #d1dadf solid 1px;
    display: flex;
    flex-wrap: wrap;
}

#prodGalery ul li {
    text-align: center;
    width: 30%;
    height: 90px;
    position: relative;
    margin: 5px 1%;
    border: #d1dadf solid 1px;
    overflow: hidden;
}

#prodGalery ul li:hover {
    border: #484848 solid 1px;
}

#prodGalery ul li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#prodInfo {
    width: 49%;
    min-height: 400px;

    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "prod-title prod-title" "list-sklad list-akce" "prod-vyrobek prod-vyrobce"  "base-price disc-price" "prod-oem prod-oem" "prod-typ prod-cislo" "prod-vice prod-vice";
}

@media (max-width: 1200px) {
    #prodInfo {
        grid-template-areas: "prod-title prod-title" "list-sklad list-akce" "prod-vyrobek prod-vyrobce"  "base-price base-price" "disc-price disc-price" "prod-oem prod-oem" "prod-typ prod-cislo" "prod-vice prod-vice";
    }
}

@media (max-width: 570px) {
    #prodInfo, #prodGalery {
        width: 100%;
    }
}

#prodInfo h1 {
    line-height: 22px;
    grid-area: prod-title;
}

#prodInfo h1:after {
    display: none;
}

.prod-vyrobek {
    grid-area: prod-vyrobek;
}

.prod-vyrobce {
    grid-area: prod-vyrobce;
}

.prod-oem {
    grid-area: prod-oem;
}

.prod-typ {
    grid-area: prod-typ;
}

.prod-cislo {
    grid-area: prod-cislo;
}

.prod-vice {
    grid-area: prod-vice;
}

.viceinfo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    padding: 20px;
    margin-bottom: 25px;
}

.baseprice {
    grid-area: base-price;
    margin: 5px;
    padding: 20px 5px;
    text-align: center;
}

.skladem {
    position: relative;
    right: inherit;
    bottom: inherit;
    color: #00a900;
    line-height: 11px;
    padding-left: 26px;
}

.naobjednavku {
    position: relative;
    right: inherit;
    top: inherit;
    color: #8f0000;
    line-height: 11px;
    padding-left: 26px;
}

.nahledGalery {
    text-decoration: none;
    display: block;
    position: relative;
    background: url(../images/obsah/non-img-nahled.jpg) no-repeat top center;
    overflow: hidden;
    margin: 0 auto;
}

.nahledGalery img {
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: 350px;
}

.nahledGalery span {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

a .lupaimg {
    color: #8997a1;
}

a:hover .lupaimg {
    color: #000;
}

.discountPrice {
    grid-area: disc-price;
    box-shadow: 0 .4375rem .875rem 0 rgba(255, 100, 0, .4);
    background: #fb9e01;
    margin: 15px;
    padding: 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
}

.discountPrice span {
    font-size: 24px;
}

.zaloha {
    color: #00a900;
}

.zaloha span {
    font-weight: bold;
}

.pager-fa-chevron-circle-right,
.pager-fa-arrow-circle-right,
.pager-fa-chevron-circle-left,
.pager-fa-arrow-circle-left {
    color: #0187d7;
    width: 32px;
    height: 32px;
    float: left;
}

.pager-fa-chevron-circle-left,
.pager-fa-arrow-circle-left {
    rotate: 180deg;
}

.pager-fa-chevron-circle-right:hover,
.pager-fa-arrow-circle-right:hover,
.pager-fa-chevron-circle-left:hover,
.pager-fa-arrow-circle-left:hover {
    color: #000;
}

.strankovani {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    grid-template-areas: "pager-left pager-center pager-right";
    margin: 20px auto;
}

.strankovani a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.strankovani a span {
    font-size: 0;
}

.pager-left {
    grid-area: pager-left;
    text-align: left;
}

.pager-right {
    grid-area: pager-right;
    text-align: right;
}

.pager-center {
    grid-area: pager-center;
    text-align: center;
    position: relative;
}

.pager-center:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #d1dadf;
    left: 0;
    top: 15px;
}

.pager-center a {
    border: #d1dadf 1px solid;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 30px;
    background: #f5f9fd;
    color: #9db4c3;
    margin: 0 1px;
    position: relative;
    z-index: 3;
}

.pager-center a.selected {
    border: #0187d7 2px solid;
    color: #000;
    font-weight: bold;
}

.pager-center a.selected:hover {
    border: #000 2px solid;
}

.pager-center a:hover {
    border: #000 1px solid;
}

/* box prave si koupil */
.just-bought {
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    background: #FFF;
    max-width: 276px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.just-bought p {
    color: #00a900;
    padding-left: 26px;
    text-align: left;
    margin: 10px;
    position: relative;
    font-size: 16px;
}

.just-bought h5,
.just-bought h5 a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 30px;
    overflow: hidden;
    text-decoration: none;
}

#fa-box-full {
    content: "";
    position: absolute;
    left: 15px;
    top: 50px;
    color: #0187d7;
    width: 50px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -70 650 600'%3E %3Cg fill='%230187d7' stroke='none' stroke-width='1'%3E %3Cpath d='M638.3 208.2c4.5-9.2-.3-20.2-10.2-23L576 170.3V23c0-14.6-10-27.4-24.2-31L335.401-62.1c-6-1.5-17.4-3.4-31 0L88.201-8c-14.2 3.5-24.2 16.3-24.2 31v147.3l-52.2 14.9C2 188-2.9 199 1.7 208.2L53.2 311c2.8 5.5 8.5 9 14.6 9 1.2 0 0 .2 29.5-3.6C103.7 390 164.7 448 240 448c77.7 0 140.7-61.7 143.5-138.7L426.3 427c6.1 16.6 24.5 25.1 41 19.1l55.7-20.3c16.6-6 25.1-24.4 19.1-41L515.9 313c60.6 7.7 55.3 7 56.3 7 6.1 0 11.8-3.4 14.6-9zM456.4 416l-42.2-115.9 66 8.4 31.8 87.3zM38.8 210.7l168.3-48.1 60.1 99.8-190.4 24.3zM304-29v290.5l-75.7-125.6c-3-5-8.4-7.9-14-7.9-3.3 0 5-2.1-118.3 33.1V23zm16 317 30.9 3.9c.5 4 1.1 8 1.1 12.1 0 61.8-50.2 112-112 112-58.9 0-106.8-45.8-111.1-103.6 36.5-4.7 95.4-12.2 191.1-24.4M544 23v138.2c-123.5-35.2-115-33.1-118.3-33.1-5.6 0-11 2.9-14 7.9L336 261.5V-29zM432.9 162.7l168.3 48.1-38 76-190.4-24.3z'/%3E %3C/g%3E %3C/svg%3E");
    rotate: 180deg;
}

/* ostylovani swal2 */
div:where(.swal2-container) {
    inset: inherit;
    height: 0;
}


/* kosik */

.cartHolder {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    padding: 30px 20px;
    margin-bottom: 25px;
}

.btn-smazat {
    position: relative;
    z-index: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    color: #fff;
}

.fa-times-circle {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    color: #6e8ea2;
    width: 30px;
    height: 30px;
}

.fa-times-circle:hover {
    color: #c60013;
}

.btn-pokracovat {
    font-size: 16px;
    color: #0a0d0f;
    position: relative;
    padding: 5px 15px 5px 30px;
    margin-top: 30px;
    text-decoration: none;
}

.btn-pokracovat:hover,
.btn-recalc:hover {
    color: #0187d7;
    text-decoration: none;
}

.btn-recalc {
    font-size: 16px;
    color: #0a0d0f;
    position: relative;
    padding: 5px 15px 5px 30px;
    margin-top: 30px;
    border: none;
    background: none;
}

.fa-cart-plus {
    rotate: 180deg;
    position: absolute;
    left: -2px;
    top: -4px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

.fa-abacus {
    rotate: 180deg;
    position: absolute;
    left: -6px;
    top: -4px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

.ico-kosik {
    rotate: 180deg;
    position: absolute;
    z-index: 22;
    right: 0;
    top: -7px;
    color: #0187d7;
    background: #FFF;
    width: 30px;
    height: 30px;
    padding-right: 10px;
}

.fa-cash-register {
    rotate: 180deg;
    position: absolute;
    z-index: 22;
    right: 0;
    top: -7px;
    color: #0187d7;
    background: #FFF;
    width: 30px;
    height: 30px;
    padding-right: 10px;
}


/* form objednavka */
fieldset#contact,
fieldset#company,
fieldset#address,
fieldset#psw,
fieldset#boxDeliveryAddress {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#frmOrder input[type="text"],
#frmOrder input[type="email"],
#frmOrder input[type="tel"],
#frmRegistration input[type="text"],
#frmRegistration input[type="email"],
#frmRegistration input[type="tel"],
#boxRegister input[type="password"],
#boxRegister input[type="type"] {
    border: #cdd9e1 solid 1px;
    width: 85%;
    height: 30px;
    text-align: left;
    font-size: 18px;
    padding: 12px 5%;
    color: #6c8da1;
}

#frmOrder select,
#frmRegistration select,
#frmProfile select {
    border: #cdd9e1 solid 1px;
    width: 95%;
    height: 56px;
    text-align: left;
    font-size: 18px;
    padding: 12px 5%;
    color: #6c8da1;
}

.reg-holder {
    background: #f5f7f8;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.reg-item {
    width: 48%;
    padding: 0 1%;
}

.reg-item h5 {
    text-align: left;
    color: #b3c0ca;
    font-weight: bold;
    margin: 8px 0;
}

.reg-item .btn-recalc {
    margin-top: 15px;
}

.fa-key {
    rotate: 180deg;
    position: absolute;
    left: -6px;
    top: -4px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

#boxRegister {
    margin: 10px 0;
    width: 98%;
    text-align: center;
    position: relative;
}

#frmOrder {
    position: relative;
}

#frmOrder .overlay {
    background: white;
}

#frmOrder .overlay.confirm:before {
    content: none;
}

#frmOrder .overlay.order-ok:before {
    content: none;
}

.overlay {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/overlay-loading.gif) repeat;
}

.overlay:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}

.overlay .vert-center {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
}

.overlay .vert-center .close {
    border: #FFF solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 16px;
    cursor: pointer;
}

#frmOrder .overlay.loading,
.overlay.loading {
    background: url(../images/overlay-loading.gif) repeat;
}

.overlay.warning {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #910000;
    border: 1px solid #FF0000;
}

.overlay.info {
    background: lightyellow;
    color: red;
}

.payments-holder,
.deliveries-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.payments__item {
    width: 98%;
    margin-bottom: 5px;
    padding: 10px 1%;
    min-height: 46px;
    text-align: center;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.payments__item h4 {
    margin: 5px 0 20px;
    color: #000;
    font-weight: bold;
}

.payments__item:hover {
    border: #0187d7 solid 1px;
    background: #f5f9fd;
}

.payments__item--1 {
    border: #c0cfda solid 1px;
    position: relative;
    /* dobirka */
}

.payments__item--1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -70 600 600'%3E %3Cg fill='%230187d7' stroke='none' stroke-width='1'%3E %3Cpath d='M224.1-56v184h32V-56c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8M544 448c17.7 0 32-14.3 32-32V-56c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v93.6c-7.3-3.5-15.4-5.6-24-5.6-15.7 0-29.8 6.5-40 16.9C469.8 38.5 455.7 32 440 32c-12.1 0-23.3 4-32.5 10.6-10-6.7-21.7-10.6-34-10.6-34 0-61.7 27.7-61.7 61.8 0 23.9 18.1 95.9 23.5 117.1L256.1 416V288h-32v128c0 17.701 14.3 32 32 32zM373.5 64c5.2 0 9.9 1.7 14.4 4.3-2.4 6.1-3.8 12.7-3.8 19.7v328h-93.2l76.2-198.4c1.2-3.1 1.3-6.6.5-9.8-9.2-35.1-23.8-97.1-23.8-114 0-16.4 13.3-29.8 29.7-29.8M464 88v328h-48V88c0-13.3 10.7-24 24-24s24 10.7 24 24m80 0v328h-48V88c0-13.3 10.8-24 24-24 13.3 0 24 10.7 24 24M240.1 256c26.5 0 48.1-21.4 48.1-47.9s-21.5-48-48-48h-57.6c-14 0-27.7 4.7-38.8 13.1v-55.8c34.5-33.7 48-40.1 48-76.9V-16c0-26.5-21.5-48-48-48-25.5 0-46.3 19.9-47.9 45-1.6-25.1-22.5-45-48-45C21.5-63.9 0-42.4 0-15.9L.2 144l-.1 95.8c-.1 21.4 8.2 41.6 23.3 56.7 8 8 17.4 13.9 27.6 17.9C30 327 15.8 349.8 15.8 376c0 39.7 32.3 72 72 72s72-32.3 72-72c0-25.7-13.7-48.2-34.1-60.9 11-3.9 21.1-10 29.6-18.5l40.5-40.6zM47.8 376c0-22.1 17.9-40 40-40s40 17.9 40 40-17.9 40-40 40-40-17.9-40-40m192.3-184c8.9 0 16 7.2 16 16s-7.2 16-16 16h-57.6l-49.9 49.9c-9 9.1-21.1 14.1-33.9 14.1H80c-26.8 0-48-21.9-48-48.1l.2-95.9L32-16c0-8.8 7.2-16 16-16s16 7.2 16 16l.1 121.9c79.1-76.1 63.6-43.7 63.6-121.9 0-8.8 7.2-16 16-16s16 7.2 16 16v56.5c0 21.3-5.9 22.2-48 63.4v145.7l48.2-48.2c6-6 14.2-9.4 22.6-9.4z'/%3E %3C/g%3E %3C/svg%3E");
    rotate: 180deg;
}

.payments__item--2 {
    border: #c0cfda solid 1px;
    position: relative;
    /* osobni */
}

.payments__item--2:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -70 600 600'%3E %3Cg fill='%230187d7' stroke='none' stroke-width='1'%3E %3Cpath d='M280 256H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8M632 64c4.4 0 8-3.6 8-8V40c0-4.4-3.6-8-8-8h-57.6c1-5.2 1.6-10.5 1.6-16 0-44.2-35.8-80-80-80s-80 35.8-80 80c0 5.5.5 10.8 1.6 16H222.4c1-5.2 1.6-10.5 1.6-16 0-44.2-35.8-80-80-80S64-28.2 64 16v144h32V79.6C109.4 89.8 125.9 96 144 96c26 0 49-12.7 63.6-32H384v305.4c0 8.1-7.8 14.6-17.4 14.6H113.4c-9.6 0-17.4-6.5-17.4-14.6V352h152c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h56v17.4c0 25.7 22.2 46.6 49.4 46.6h253.2c27.2 0 49.4-20.9 49.4-46.6V320h44.1c16.9 0 33.4-6.8 45.2-18.8l83.9-83.9c12-11.9 18.8-28.4 18.8-45.2V64zM144-32c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48m272 320v-96.1h152.4c-.7.9-1 2-1.8 2.8l-83.9 83.9c-5.9 6-14.2 9.4-22.6 9.4zm80-320c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48m80 96v96H416V64h16.4C447 83.3 470 96 496 96s49-12.7 63.6-32zM256 200c0-4.4-3.6-8-8-8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8z'/%3E %3C/g%3E %3C/svg%3E");
    rotate: 180deg;
}

.payments__item--3 {
    border: #c0cfda solid 1px;
    position: relative;
    /* proforma */
}

.payments__item--3:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -70 600 600'%3E %3Cg fill='%230187d7' stroke='none' stroke-width='1'%3E %3Cpath d='M219.09 120.58c18.6-5.58 31.58-23.42 31.58-43.39 0-24.53-19.05-44.44-42.67-45.07V8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v24.29c-11.29.58-22.27 4.52-31.37 11.35-3.9 2.93-4.1 8.77-.57 12.14l11.75 11.21c2.77 2.64 6.89 2.76 10.13.73 3.86-2.43 8.26-3.72 12.82-3.72h28.11c6.5 0 11.8 5.92 11.8 13.19 0 5.95-3.61 11.18-8.77 12.73l-45 13.5c-18.6 5.58-31.58 23.42-31.58 43.39 0 24.52 19.05 44.44 42.67 45.07V216c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-24.29c11.29-.58 22.27-4.52 31.37-11.35 3.9-2.93 4.1-8.77.57-12.14l-11.75-11.21c-2.77-2.64-6.89-2.76-10.13-.73-3.86 2.43-8.26 3.72-12.82 3.72h-28.11c-6.5 0-11.8-5.92-11.8-13.19 0-5.95 3.61-11.18 8.77-12.73zM72 352c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h112c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm120-56c0-4.42-3.58-8-8-8H72c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h112c4.42 0 8-3.58 8-8zm177.9 54.02c9-9 14.1-21.3 14.1-33.99V-16.01C384-42.5 362.5-64 336.01-64H47.99C21.5-64 0-42.5 0-16.01v415.92C0 426.4 21.5 447.9 47.99 448h204.14c12.69 0 24.889-5.1 33.889-14.1zm-113.87 65.39v-95.48h95.48c-.7 2.8-2.1 5.3-4.2 7.4l-83.88 83.88c-2.1 2.1-4.6 3.5-7.4 4.2m95.98-431.42V288H248.031c-13.3 0-24 10.63-24 23.93V416H47.991c-8.8 0-16-7.29-16-16.09V-16.01c0-8.8 7.2-16 16-16h288.02c8.8 0 16 7.2 16 16z'/%3E %3C/g%3E %3C/svg%3E");
    rotate: 180deg;
}

.price-green {
    color: #379f33;
}

.deliveries__item {
    width: 98%;
    margin-bottom: 5px;
    padding: 10px 1%;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    min-height: 46px;
    text-align: center;
}

.deliveries__item h4 {
    margin: 5px 0 20px;
    color: #000;
    font-weight: bold;
}

.deliveries__item--1:hover,
.deliveries__item--2:hover,
.deliveries__item--3:hover,
.deliveries__item--4:hover,
.deliveries__item--5:hover,
.deliveries__item--7:hover {
    border: #0187d7 solid 1px;
    background: #f5f9fd;
}

.deliveries__item--1 {
    border: #c0cfda solid 1px;
    position: relative;
    /* osobni odber */
}

.deliveries__item--1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -70 600 600'%3E %3Cg fill='%230187d7' stroke='none' stroke-width='1'%3E %3Cpath d='M112 192c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16zm144 224v-76.2l32 16 32-16V416zm-128 0V224h320v192h-96V288l-64 32-64-32v128zm430.3-301.6C570 103.8 576.5 88.6 576 73s-7.8-30.2-20-40L455.1-47.7a74.36 74.36 0 0 0-46.6-16.4H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h400.5c9.7 0 19.1 3.2 26.7 9.3L536 57.9c10.201 8.1 11 23.5.901 32.6-3.9 3.5-8.8 5.2-13.8 5.2-5.1 0-10.4-1.8-14.6-5.2l-61.6-49.2c-7.6-6-17-9.3-26.7-9.3h-180.2c-8.8 0-16 7.2-16 16s7.2 16 16 16h88c13.3 0 24 10.7 24 24s-10.7 24-24 24h-146.7c-13.8 0-27.3-4.5-38.4-12.8L96.002 64h-88c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h77.3l38.4 28.8c16.6 12.5 36.8 19.2 57.6 19.2h144.3c28.2 0 53.8-19.8 57.8-47.7 1.7-11.6-.2-22.7-4.8-32.3h41.6c2.5 0 4.8.8 6.7 2.3l61.6 49.3c9.8 7.9 22.1 12.2 34.6 12.2 13.1 0 25.6-4.8 35.2-13.4z'/%3E %3C/g%3E %3C/svg%3E");
    rotate: 180deg;
}

.deliveries__item--2,
.deliveries__item--7 {
    border: #c0cfda solid 1px;
    position: relative;
    /* DPD */
}

.deliveries__item--2:before,
.deliveries__item--7:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/ikony-doruceni-dpd.png);
    background-size: 50px 50px;
}

.deliveries__item--3 {
    border: #c0cfda solid 1px;
    position: relative;
    /* ceska posta */
}

.deliveries__item--3:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/ikony-doruceni-posta.png);
    background-size: 50px 50px;
}

.deliveries__item--4 {
    border: #c0cfda solid 1px;
    position: relative;
    /* Geis */
}

.deliveries__item--4:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/ikony-doruceni-geis.png);
    background-size: 50px 50px;
}

.deliveries__item--5 {
    border: #c0cfda solid 1px;
    position: relative;
    /* balikovna */
}

.deliveries__item--5:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/ikony-doruceni-balik.png);
    background-size: 50px 50px;
}

.deliveries__options {
    margin-left: 1.5em;
}

/** /form order */

.cart-animated {
    background: #fff url(../images/box_closing.gif) center center no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b3c0ca;
}

#boxUserInfo div.overlay.warning {
    color: #ffffff;
}

.overlay.loading {
    background: url(../images/overlay-loading.gif) repeat;
}

.step-by-step {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    width: 100%;
    height: 42px;
    position: relative;
}

.step-by-step:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #d1dadf;
    left: 0;
    top: 21px;
}

.step-by-step p {
    width: 25%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.step-item {
    display: block;
    width: 42px;
    height: 42px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: #bac7ce solid 2px;
    background: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    color: #a4b6c0;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.step-on {
    color: #0187d7;
    border: #0187d7 solid 2px;
}

.fa-check {
    rotate: 180deg;
    transform: scaleX(-1);
    position: absolute;
    left: 11px;
    top: 4px;
    color: #0187d7;
    width: 30px;
    height: 30px;
}

textarea[name="note"] {
    width: 100%;
}

legend {
    background: #fff;
    padding: 2px 10px;
    color: #0187d7;
    font-size: 14px;
    font-weight: bold;
}

fieldset {
    border: none;
    border-top: #e8f4fb solid 1px;
    margin: 20px 0;
    padding: 10px 0;
}

#fldNote {
    width: 620px;
}


.ordersPrices {
    text-align: center;
}

.ordersPrices strong,
fieldset.ordersPrices strong {
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
}

fieldset.ordersPrices {
    background: #25272B;
    color: #EAC101;
    padding: 0.625em;
    border: #25272B;
}

.orderedItems {
    padding: 22px 10px 10px;
    background: #FFF;
    border: #dee5e8 solid 1px;
    box-shadow: 0 .75rem 2.75rem 0 rgba(178, 190, 203, 0.6);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#footer {
    width: 100%;
    margin: 30px 0 0 0;
    clear: both;
    position: relative;
    background: #1f3041;
    font-size: 16px;
}

@media (max-width: 886px) {
    #footer {
        width: 96%;
        padding: 2em 2%;
    }
}

#footer .wrapper {
    max-width: 1200px;
    min-height: 150px;
    padding: 5px 0 20px 0;
    background: #1f3041;
    text-align: center;
    color: #758ba2;
    position: relative;
}

#footer .wrapper p {
    padding: 10px;
}

#footer a {
    color: #0187d7;
}

#footer strong {
    color: #FFF;
}

#footer a:hover {
    color: #b1d6ed;
}

.footcol1n3 {
    width: 30%;
    float: left;
    height: 140px;
    text-align: center;
}

@media (max-width: 901px) {
    .footcol1n3 {
        width: 100%;
        float: inherit;
        height: inherit;
        margin-bottom: 20px;
    }

    #footer .wrapper p {
        padding: 10px 0;
    }
}

#footer .footcol1n3 span {
    color: #b3c0ca;
    font-size: 14px;
}

.footerBlock {
    clear: both;
    border-top: #55626e solid 1px;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    font-size: 14px;
}

#footer hr {
    color: #55626e;
    background-color: #55626e;
    border: none;
    height: 1px;
    margin: 30px 0;
    clear: both;
}

.footerbig {
    color: #0187d7;
    font-size: 30px;
    text-decoration: none;
}

#footer a.footerbig:hover {
    color: #0187d7;
    text-decoration: underline;
}

#footer p.footlogo {
    background: url(../images/footlogo.png) no-repeat top center;
    background-size: 130px 66px;
    height: 66px;
    margin: 30px auto 0;
}

.natrhu {
    background: url(../images/let-na-trhu.png) no-repeat top center;
    background-size: 141px 139px;
    width: 141px;
    height: 141px;
    position: absolute;
    left: 10px;
    top: 10px;
}

@media (max-width: 600px) {
    .natrhu {
        top: -60px;
    }
}

.galleryList {
    float: left;
    margin: 0 5px 20px 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: #d1dadf solid 1px;
    background: #f2f2f2;
    width: 460px;
    height: 152px;
    padding: 10px;
}

.galleryList img {
    float: left;
    margin-right: 10px;
}

.galleryList p.gallpedex {
    height: 75px;
    overflow: hidden;
}

.galleryList h3 {
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    height: 36px;
    overflow: hidden;
    color: #434343;
}

.galleryList:hover {
    border: #acacac solid 1px;
}

ul.gallery,
ul.gallery2 {
    width: 648px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.gallery li,
ul.gallery2 li {
    text-align: center;
    width: 202px;
    height: 152px;
    position: relative;
    float: left;
    margin: 0 2px 20px 2px;
    background: #d1dadf;
    border: #d1dadf solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

ul.gallery li:hover,
ul.gallery2 li:hover {
    border: #484848 solid 1px;
}

ul.gallery li p,
ul.gallery2 li p {
    font-size: 11px;
    font-style: italic;
    color: #fff;
    width: 192px;
    margin: 0;
    padding: 2px 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    background: url(../images/50-perc-black.png) repeat;
}

ul.gallery li p:empty,
ul.gallery2 li p:empty {
    display: none;
}

ul.gallery2 {
    width: 983px;
    margin-left: 10px;
}

ul.gallery2 li {
    margin: 0 10px 20px 10px;
    padding: 10px;
    background: #f2f2f2;
}

ul.gallery2 li p {
    margin: 0 10px 10px;
}

/* tabs */
dl.ergoTabs {
    position: relative;
    padding: 0;
    overflow: auto;
    margin: 0;
}

dl.ergoTabs dt {
    cursor: pointer;
    float: left;
    height: 25px;
    left: 5px;
    line-height: 25px;
    padding: 0 1em;
    position: relative;
    z-index: 2;
    font-weight: normal;
    border: #e0e0e4 solid 1px;
    background: #ffffff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

dl.ergoTabs dt.selected {
    font-weight: bold;
    background: #fbfbfb;
    border: #e0e0e4 solid 1px;
    border-bottom: #fbfbfb solid 1px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

dl.ergoTabs dt:hover {
    background: #fed100;
    border: #d0a600 solid 1px;
}

dl.ergoTabs dd {
    float: right;
    margin: 26px 0 0 -100%;
    width: 100%;
    z-index: 1;
    display: none;
}

dl.ergoTabs dd.selected {
    display: block;
}

dl.ergoTabs dd div {
    background: #fbfbfb;
    padding: 15px;
    border: #e0e0e4 solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

dd table.edit {
    margin: 0 auto;
}

dd table.edit td {
    padding: 0;
}

dl.ergoTabs dt.hilighter {
    border: #fed100 solid 1px;
}

/* tabulky  -------------------------------------------------------------- */

table.clr {
    color: #101417;
    width: 100%;
    margin: 10px auto;
}

table.clr td {
    background: #fff;
    padding: 15px 5px;
    border-bottom: #dee5e8 1px solid;
    vertical-align: middle;
    text-align: left;
}

table.clr th {
    background: #f5f7f8;
    text-align: left;
    color: #101417;
    font-weight: normal;
    vertical-align: middle;
    padding: 20px 5px;
}

table.clr tr:hover td {
    color: #0187d7;
}

.clr-grey {
    color: #6c8da1;
}

.big-size {
    font-size: 20px;
}

table.clr th.number,
table.clr td.number {
    text-align: right;
}

table.clr p {
    background-color: #dcdfe5;
    color: #353328;
    padding: 2px;
}

table.clr input[type="number"] {
    line-height: 32px;
    width: 34px;
    text-align: center;
}

/* ostatni -------------------------------------------------------------- */

.picRight {
    display: block;
    float: right;
    background: #e0e2e7;
    border: #9b9da2 solid 1px;
    margin: 0 0 10px 10px;
    padding: 5px;
}

.picRight img {
    border: #9b9da2 solid 1px;
}

/* Sample obsahu -------------------------------------------------------------- */
blockquote,
q {
    background: #434343;
    color: #d3d3d3;
    margin: 5px 0;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-style: italic;
}

blockquote strong {
    color: #fff;
}

p.cite {
    text-align: right;
}

blockquote table td {
    padding: 2px 0;
    border-bottom: #b7b7b7 solid 1px;
}

pre code {
    border: 1px dotted #5f5f5f;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    max-height: 15em;
    overflow: auto;
    padding: 0.5em;
}

span.imgBox {
    display: block;
    width: 200px;
    float: right;
    margin: 0.5em 0 0.5em 0.5em;
    border: 1px solid #d1dadf;
    background: #333333;
}

span.imgBox span {
    padding: 0.5em;
    display: block;
}

th,
td {
    padding: 3px 0.5em;
}

form {
    margin: 0;
    padding: 0;
    border: none;
}

p.error {
    padding: 0.5em;
    background-color: #910000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p.error:empty {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

p.important {
    padding: 0.5em;
    text-align: center;
    color: #624005;
    font-size: 11px;
    background-color: #fec42b;
    border: 1px solid #cb8100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p.warning,
p.msieWarning {
    padding: 10px;
    background-color: #910000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
    position: absolute;
    top: 30px;
}

p.warning {
    top: 0;
}

p.msieWarning a {
    color: #FF0000;
}

p.msieWarning a:hover {
    color: #5CFF1D;
}

.msgOK {
    background: #2cbe0f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

p.warning,
.msg {
    background-color: #9f0000;
    border-bottom: 1px solid #f90000;
    border-top: 1px solid #f90000;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.msg:empty,
.msgOK:empty {
    display: none;
}

.msg.empty,
.msgOK.empty {
    display: none;
}

/*kvuli msie samostatny selector */

input.error {
    border: #CC0000 solid 1px;
}

label.error {
    background-color: #CC0000;
    color: #FFF;
    font-size: 11px;
    border: #8f000a solid 1px;
    padding: 2px 6px;
    display: block;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

a.hover:hover {
    font-style: italic;
}

a.active:active {
    font-weight: bold
}

a.pdf,
a[href$=".pdf"] {
    background: transparent url(../images/ikony.png) no-repeat 0 -64px;
    margin-left: 3px;
    padding-left: 20px;
}

a.word,
a[href$=".doc"],
a[href$=".rtf"] {
    background: transparent url(../images/ikony.png) no-repeat 0 -112px;
    margin-left: 3px;
    padding-left: 20px;
}

a.excel,
a[href$=".xls"] {
    background: transparent url(../images/ikony.png) no-repeat 0 -48px;
    margin-left: 3px;
    padding-left: 20px;
}

a.compress,
a[href$=".zip"] {
    background: transparent url(../images/ikony.png) no-repeat 0 0;
    margin-left: 3px;
    padding-left: 20px;
}

a.text,
a[href$=".txt"] {
    background: transparent url(../images/ikony.png) no-repeat 0 -96px;
    margin-left: 3px;
    padding-left: 20px;
}

a.email {
    background: transparent url(../images/ikony.png) no-repeat 0 -32px;
    margin-left: 3px;
    padding-left: 20px;
}

a.ppt,
a[href$=".ppt"] {
    background: transparent url(../images/ikony.png) no-repeat 0 -80px;
    margin-left: 3px;
    padding-left: 20px;
}

table.pagination {
    background: none repeat scroll 0 0 #efefef;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    empty-cells: hide;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

table.pagination td strong {
    color: #000;
}


/* -------- cookie-bar -------- */
.cookie-bar {
    position: fixed;
    /*right: 1em; bottom: 1em; margin-left: 1em;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 16px);
    width: 50%;
    z-index: 100;
    background: #fff;
    color: #141414;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    padding: 40px;
    text-align: center;
}

.cookie-bar strong {
    color: #000;
}

.cookie-bar label {
    cursor: pointer;
    font-weight: bold;
}

.cookie-bar button {
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

/* -------- end cookie-bar -------- */


#pinterest {
    position: absolute;
    left: 0;
    bottom: 0;
}


#sliderHolder {
    grid-area: slider-holder;
    width: 100%;
    max-width: 1200px;
    height: 426px;
    padding: 0;
    margin: 0 0 15px 0;
    background: #fafafb;
    position: relative;
}

@media (max-width: 1199px) {
    #sliderHolder {
        width: 98%;
        height: inherit;
        margin: 1px 1%;
        margin-bottom: 30px;
    }

    .bx-wrapper img {
        height: auto;
    }
}

#sliderHolder.minified {
    height: 50px;
}

#sliderHolderMin {
    grid-area: slider-holder-min;
    width: 100%;
    max-width: 1200px;
    height: 20px;
    margin: 0 0 15px 0;
    background: #fafafb;
    position: relative;
    border-bottom: #d1dadf solid 1px;
}

.articleShow,
#banHider,
#banShow {
    border: #c0cfda solid 2px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #626b73;
    padding: 4px 11px;
    text-align: center;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    cursor: pointer;
    z-index: 94;
}

.articleShow:hover,
#banShow:hover,
#banHider:hover {
    border: #0187d7 solid 2px;
    color: #0187d7;
}

.articleHider, .articleShow {
    display: none;
}

.articleHider {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    cursor: pointer;
    z-index: 94;
	}
	.articleHider button {
    border: #c0cfda solid 2px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #626b73;
    padding: 4px 11px;
    text-align: center;}

	.articleHider button:hover {
 	   border: #0187d7 solid 2px;
  	  color: #0187d7;
	}
	
.home-resp-hide {
    height: inherit;
	position:relative;
	padding-bottom:24px;
}

.home-resp-hide .articleHider {
    display: block !important;
}

.home-resp-hide.js-shrink {
    height: 120px;
    position: relative;
    overflow: hidden;
	padding-bottom:24px;
}

.home-resp-hide #banHider, .home-resp-hide #banShow {
    bottom: 0;
}

.home-resp-hide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(245, 249, 253, 0.2), rgba(245, 249, 253, 1));
}

@media (max-width: 1199px) {
    #sliderHolderMin {
        margin-bottom: 30px;
    }

    .articleHider, .articleShow {
        display: block;
        bottom: 0;
    }
	
}

.slider1 {
    overflow: hidden;
    height: 426px;
}

/*dave overflow during loading images bug fix*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 30px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*border:  1px solid #000;
background: #fff;*/

    /*fix other elements on the page moving (on Chrome)*/
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/colorbox/loading.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #eaeaeb;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c1c7d5;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0187d7;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -10px;
    background-image: url(../images/svg/icon-left.svg);
    background-repeat: no-repeat;
}

.bx-wrapper .bx-next {
    right: -10px;
    background-image: url(../images/svg/icon-left.svg);
    background-repeat: no-repeat;
    rotate: 180deg;
}

.bx-wrapper .bx-prev:hover {
    color: #069;
}

.bx-wrapper .bx-next:hover {
    color: #069;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    outline: 0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    color: #0095ee;
    font-size: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 11px;
    outline: 0;
    background: url(../images/arrows.png) -8px -201px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: 0 -201px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 11px;
    outline: 0;
    background: url(../images/arrows.png) -24px -201px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -16px -201px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* // BX Slider */

/*------------------flot--------------------*/
.demo-container {
    box-sizing: border-box;
    width: 620px;
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
}

.demo-container table {
    width: inherit;
}

/*bug width fix*/

.demo-graf {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 2px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

@media (max-width: 1200px) {
    .contentHolder p img {
        width: 98%;
        height: auto;
		margin:0 1%;
    }
}


/* balikovna */
.balikovna__modal,
.dpd_pickup__modal {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.balikovna__content,
.dpd_pickup__content {
    background-color: #fefefe;
    margin: 2em 1em 1em;
    position: fixed;
    top: 2em;
    left: 1em;
    right: 1em;
    bottom: 1em;
}

.balikovna__iframe,
.dpd_pickup__iframe {
    width: 100%;
    height: 100%;
}

.balikovna__close,
.dpd_pickup__close {
    border: 0;
    background: inherit;
    color: #fff;
    float: right;
    margin-right: 1em;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
}

.balikovna__close:hover,
.balikovna__close:focus,
.dpd_pickup__close:hover,
.dpd_pickup__close:focus {
    color: #000;
}

/* /balikovna */

@media print {

    body {
        color: #143545;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    .noprint {
        display: none;
    }

    .printPage {
        display: none;
    }

    a img {
        border: 0;
    }

    a,
    a:hover {
        color: #0B9EE8;
    }

    #header form,
    #sidebar,
    #footer p span,
    .pagination,
    .pager,
    .frmFilter,
    .logo,
    #header p,
    #footer p {
        display: none;
    }

    table {
        margin: 0 auto;
        width: 100%;
    }

    td {
        padding: 2px;
        border-top: 1px solid #EAEDEF;
    }

    th {
        border-left: 8px solid #8dd8f8;
    }

    table.prodList td strong {
        color: #0B9EE8;
    }

    h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: #274f62;
        margin: 0 0 10px 0;
        padding: 2px 0 2px 17px;
        font-size: 18px;
        font-weight: normal;
        border-left: 10px solid #8dd8f8;
    }

    #header {
        display: none;
    }

    #headerPrint {
        margin-bottom: 20px;
    }

    #printProductList {
        width: 100%;
        text-align: center;
        margin-top: -30px;
        font-size: 22px;
        color: #274f62;
    }

    .tooltipContent {
        display: none;
    }

    #footer {
        display: none;
    }

    #footerPrint {
        width: 100%;
        margin: 5px auto;
    }

    #footerPrint p {
        width: 100%;
        text-align: right;
        border-bottom: 1px solid black;
    }
}


#frmOrder .payments__item label,
#frmOrder .deliveries__item label {
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: relative;
    width: 97%;
	font-size: 15px;
	line-height: 15px;
	color: #4e5056;
}

#frmOrder .payments__item label span,
#frmOrder .deliveries__item label span {	color: #4e5056;}
