/** CSS document for Order and Cart and Guide (My Account) zakomentovane casti (hlavne url u backgroundu) jsou zakomentovany zamerne ! Pozor na to ! */
/*** import shared layout and custom variables ***/
/* here we can override shared variables (default values) */
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #ddd; }

.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }

@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.428571429; color: #555555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder { color: #999; opacity: 1; }

.form-control:-ms-input-placeholder { color: #999; }

.form-control::-webkit-input-placeholder { color: #999; }

.form-control::-ms-expand { border: 0; background-color: transparent; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] { line-height: 46px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.form-group-sm select.form-control { height: 30px; line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

select.input-lg { height: 46px; line-height: 46px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }

.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }

.form-horizontal .form-group:after { clear: both; }

@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } }

@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }

.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e5e5; border-color: #8c8c8c; }

.btn-default:hover { color: #333; background-color: #e6e5e5; border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e5e5; border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }

.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; }

.btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; }

.btn-primary .badge { color: #337ab7; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }

.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; }

.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }

.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }

.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }

.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; }

.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }

.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; }

.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #337ab7; font-weight: normal; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }

.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }

.alert h4 { margin-top: 0; color: inherit; }

.alert .alert-link { font-weight: bold; }

.alert > p, .alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/** promenne pro design **/
/** cesty k obrazkum **/
/** velikosti log v levem panelu **/
/** CSS document for Order and */
/** Font sizes **/
/** Offsets **/
/** Colors **/
/** kroky objednavky **/
/** step2 - font sizes **/
/** step3 - login and purchase form **/
/** order detail **/
/** Font sizes **/
/** Offsets **/
/** Colors **/
/** kroky objednavky **/
/** step2 - font sizes **/
/** step3 - login and purchase form **/
/** order detail **/
/** Vertical Offsets **/
.order-offset-top-sm { margin-top: 10px; }

.order-offset-bottom-sm { margin-bottom: 10px; }

.order-offset-vertical-sm { margin-top: 10px; margin-bottom: 10px; }

.order-offset-top-md { margin-top: 20px; }

.order-offset-bottom-md { margin-bottom: 20px; }

.order-offset-vertical-md { margin-top: 20px; margin-bottom: 20px; }

.order-offset-top-lg { margin-top: 30px; }

.order-offset-bottom-lg { margin-bottom: 30px; }

.order-offset-vertical-lg { margin-top: 30px; margin-bottom: 30px; }

.order-padding-top-sm { padding-top: 10px; }

.order-padding-bottom-sm { padding-bottom: 10px; }

.order-padding-vertical-sm { padding-top: 10px; padding-bottom: 10px; }

.order-padding-top-md { padding-top: 20px; }

.order-padding-bottom-md { padding-bottom: 20px; }

.order-padding-vertical-md { padding-top: 20px; padding-bottom: 20px; }

.order-padding-top-lg { padding-top: 30px; }

.order-padding-bottom-lg { padding-bottom: 30px; }

.order-padding-vertical-lg { padding-top: 30px; padding-bottom: 30px; }

/** Zero Offsets **/
.order-no-offset-top { margin-top: 0px; }

.order-no-offset-bottom { margin-bottom: 0px; }

.order-no-offset-vertical { margin-top: 0px; margin-bottom: 0px; }

/** Custom borders **/
.order-bordered-top { border-top: 1px solid #d2d2d2; }

.order-bordered-bottom { border-bottom: 1px solid #d2d2d2; }

/** Custom borders **/
.order-bordered-top { border-top: 1px solid #d2d2d2; }

.order-bordered-bottom { border-bottom: 1px solid #d2d2d2; }

/** Responsive Aligns **/
@media (max-width: 767px) { .order-text-center-xs { text-align: center; } }

@media (max-width: 767px) { .order-text-right-xs { text-align: right; } }

@media (max-width: 767px) { .order-text-left-xs { text-align: left; } }

/** Font sizes **/
.order-font-size-smaller { font-size: 0.9em; }

.order-font-size-bigger { font-size: 1.3em; }

.order-link-underline { text-decoration: underline; }

.order-link-underline:hover { text-decoration: none; }

.order-color-danger { color: #E2001A; }

/** Order 'n' Cart */
.basket-container { max-width: 94vw; display: block; margin-left: auto; margin-right: auto; font-size: 1.05em; }

@media (max-width: 1199px) { .basket-container { max-width: none; padding-right: 12.5px; padding-left: 12.5px; font-size: 0.945em; } }

/* adding ... style filled box in step 2 */
#kroky { margin: 0 0 12.5px 0; display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -ms-flex-positive: 0; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#kroky:before, #kroky:after { content: " "; display: table; }

#kroky:after { clear: both; }

.nav-step { margin-right: -1px; padding: 0; padding: 0.5em 1em; border: #d2d2d2; background: #fff; }

.nav-step i.fa { margin-right: 1em; font-size: 1.2em; }

@media (max-width: 767px) { .nav-step i.fa { margin-right: 0px; } }

a.nav-step { text-decoration: none; }

a.nav-step.active { background: #e6e5e5; }

a.nav-step:hover { background: #f2f2f2; text-decoration: none; }

/** buttons **/
.btn-order-primary { color: #fff; background-color: #846baa; border-color: #6b5290; }

.btn-order-primary:focus, .btn-order-primary.focus { color: #fff; background-color: #6b5290; border-color: #2f243f; }

.btn-order-primary:hover { color: #fff; background-color: #6b5290; border-color: #4e3c69; }

.btn-order-primary:active, .btn-order-primary.active, .open > .btn-order-primary.dropdown-toggle { color: #fff; background-color: #6b5290; border-color: #4e3c69; }

.btn-order-primary:active:hover, .btn-order-primary:active:focus, .btn-order-primary:active.focus, .btn-order-primary.active:hover, .btn-order-primary.active:focus, .btn-order-primary.active.focus, .open > .btn-order-primary.dropdown-toggle:hover, .open > .btn-order-primary.dropdown-toggle:focus, .open > .btn-order-primary.dropdown-toggle.focus { color: #fff; background-color: #5a4579; border-color: #2f243f; }

.btn-order-primary:active, .btn-order-primary.active, .open > .btn-order-primary.dropdown-toggle { background-image: none; }

.btn-order-primary.disabled:hover, .btn-order-primary.disabled:focus, .btn-order-primary.disabled.focus, .btn-order-primary[disabled]:hover, .btn-order-primary[disabled]:focus, .btn-order-primary[disabled].focus, fieldset[disabled] .btn-order-primary:hover, fieldset[disabled] .btn-order-primary:focus, fieldset[disabled] .btn-order-primary.focus { background-color: #846baa; border-color: #6b5290; }

.btn-order-primary .badge { color: #846baa; background-color: #fff; }

.btn-order-secondary { color: #fff; background-color: #555; border-color: #3c3b3b; }

.btn-order-secondary:focus, .btn-order-secondary.focus { color: #fff; background-color: #3c3b3b; border-color: black; }

.btn-order-secondary:hover { color: #fff; background-color: #3c3b3b; border-color: #1d1d1d; }

.btn-order-secondary:active, .btn-order-secondary.active, .open > .btn-order-secondary.dropdown-toggle { color: #fff; background-color: #3c3b3b; border-color: #1d1d1d; }

.btn-order-secondary:active:hover, .btn-order-secondary:active:focus, .btn-order-secondary:active.focus, .btn-order-secondary.active:hover, .btn-order-secondary.active:focus, .btn-order-secondary.active.focus, .open > .btn-order-secondary.dropdown-toggle:hover, .open > .btn-order-secondary.dropdown-toggle:focus, .open > .btn-order-secondary.dropdown-toggle.focus { color: #fff; background-color: #2a2a2a; border-color: black; }

.btn-order-secondary:active, .btn-order-secondary.active, .open > .btn-order-secondary.dropdown-toggle { background-image: none; }

.btn-order-secondary.disabled:hover, .btn-order-secondary.disabled:focus, .btn-order-secondary.disabled.focus, .btn-order-secondary[disabled]:hover, .btn-order-secondary[disabled]:focus, .btn-order-secondary[disabled].focus, fieldset[disabled] .btn-order-secondary:hover, fieldset[disabled] .btn-order-secondary:focus, fieldset[disabled] .btn-order-secondary.focus { background-color: #555; border-color: #3c3b3b; }

.btn-order-secondary .badge { color: #555; background-color: #fff; }

.btn-order-backward { color: #846baa; background-color: transparent; border-color: transparent; text-shadow: 0 1px 0 #fff; border-color: #ccc; }

.btn-order-backward:focus, .btn-order-backward.focus { color: #846baa; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); }

.btn-order-backward:hover { color: #846baa; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); }

.btn-order-backward:active, .btn-order-backward.active, .open > .btn-order-backward.dropdown-toggle { color: #846baa; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); }

.btn-order-backward:active:hover, .btn-order-backward:active:focus, .btn-order-backward:active.focus, .btn-order-backward.active:hover, .btn-order-backward.active:focus, .btn-order-backward.active.focus, .open > .btn-order-backward.dropdown-toggle:hover, .open > .btn-order-backward.dropdown-toggle:focus, .open > .btn-order-backward.dropdown-toggle.focus { color: #846baa; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); }

.btn-order-backward:active, .btn-order-backward.active, .open > .btn-order-backward.dropdown-toggle { background-image: none; }

.btn-order-backward.disabled:hover, .btn-order-backward.disabled:focus, .btn-order-backward.disabled.focus, .btn-order-backward[disabled]:hover, .btn-order-backward[disabled]:focus, .btn-order-backward[disabled].focus, fieldset[disabled] .btn-order-backward:hover, fieldset[disabled] .btn-order-backward:focus, fieldset[disabled] .btn-order-backward.focus { background-color: transparent; border-color: transparent; }

.btn-order-backward .badge { color: transparent; background-color: #846baa; }

.btn-order-backward:hover { color: #53406f; background-color: #f2f2f2; border-color: #999999; }

.btn-order-forward { color: #fff; background-color: #846baa; border-color: #6b5290; }

.btn-order-forward:focus, .btn-order-forward.focus { color: #fff; background-color: #6b5290; border-color: #2f243f; }

.btn-order-forward:hover { color: #fff; background-color: #6b5290; border-color: #4e3c69; }

.btn-order-forward:active, .btn-order-forward.active, .open > .btn-order-forward.dropdown-toggle { color: #fff; background-color: #6b5290; border-color: #4e3c69; }

.btn-order-forward:active:hover, .btn-order-forward:active:focus, .btn-order-forward:active.focus, .btn-order-forward.active:hover, .btn-order-forward.active:focus, .btn-order-forward.active.focus, .open > .btn-order-forward.dropdown-toggle:hover, .open > .btn-order-forward.dropdown-toggle:focus, .open > .btn-order-forward.dropdown-toggle.focus { color: #fff; background-color: #5a4579; border-color: #2f243f; }

.btn-order-forward:active, .btn-order-forward.active, .open > .btn-order-forward.dropdown-toggle { background-image: none; }

.btn-order-forward.disabled:hover, .btn-order-forward.disabled:focus, .btn-order-forward.disabled.focus, .btn-order-forward[disabled]:hover, .btn-order-forward[disabled]:focus, .btn-order-forward[disabled].focus, fieldset[disabled] .btn-order-forward:hover, fieldset[disabled] .btn-order-forward:focus, fieldset[disabled] .btn-order-forward.focus { background-color: #846baa; border-color: #6b5290; }

.btn-order-forward .badge { color: #846baa; background-color: #fff; }

@media (max-width: 767px) { .btn-order-backward, .btn-order-forward { display: block; width: 100%; float: none; margin-top: 1em; } }

/** Links **/
.no-underline { text-decoration: none; }

/** form panels **/
.order-panel-heading { background-color: #ecebeb; padding: 20px 15px; cursor: pointer; }

.order-panel-heading i.fa { -webkit-transition: all 0.1s linear 0.4s; -o-transition: all 0.1s linear 0.4s; transition: all 0.1s linear 0.4s; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

@media print { .order-panel-heading.click2Show { display: none; } }

@media print { .order-panel-heading.click2Show.opened { display: block; } }

.order-panel-heading.click2Show.opened i.fa { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.1s linear 0.4s; -o-transition: all 0.1s linear 0.4s; transition: all 0.1s linear 0.4s; }

.order-panel-heading-description { font-size: 0.9em; padding: 10px 0px 0px 30px; line-height: 1.5em; }

#basket { /** Step 2 - css pro step2.js **/ /** Sice skarede selectory, ale bohuzel, pokud nechceme prepisovat step3.js **/ }

#basket .hide-el { display: none; }

#basket table th, #basket table td { vertical-align: middle; }

#basket.step1 .amount { max-width: 60px; }

#basket.step2 table { /* Stejna sirka prvniho sloupce v obou tabulkach */ /* Schovat pres CSS, zobrazit pres JS */ }

#basket.step2 table#table-delivery td:first-child, #basket.step2 table#table-pay td:first-child { width: 10%; }

#basket.step2 table .disabled .notallowed { display: block; }

#basket.step2 table label p, #basket.step2 table .povolene-platby, #basket.step2 table .notallowed { display: none; }

#basket.step2 table tr.the-chosen-one label p, #basket.step2 table tr.the-chosen-one .povolene-platby { display: block; }

#basket.step2 table tr { /* Vzhled obsahu tabulky */ /* Not allowed payment */ }

#basket.step2 table tr td:not(:first-child) { padding-right: 25px; padding-left: 25px; }

#basket.step2 table tr label { font-weight: normal; font-size: 0.95em; }

#basket.step2 table tr label > strong { font-size: 1.2em; display: block; }

#basket.step2 table tr label > strong + p { margin-top: 5px; }

#basket.step2 table tr label p { margin: 0; line-height: 1.35em; }

#basket.step2 table tr .povolene-platby, #basket.step2 table tr .notallowed { font-size: 0.8em; }

#basket.step2 table tr.disabled { color: #999999; }

#basket.step3 #step3-customer h2 span.desc { font-size: 10px; }

#basket.step3 #new-customer { display: none; }

#basket.step3 .has-filled-any-of-invoicing-fields, #basket.step3 .not-different-billing-address { display: block; }

#basket.step3 .not-different-billing-address { display: none; }

/** Sidebar **/
#order-right-pane .img-cover img { max-height: 120px; }

/** order detail **/
.order-info-box { background: white; padding: 1em 2em; border: 1px solid #d2d2d2; }

@media print { .order-info-box { border: 0px none; padding: 0; } }

@media print { #basket.step3 #step3-customer h3 { margin-top: 0; }
  #basket.step3 #step3-customer h3 i { display: none; }
  .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; }
  .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
  .dl-horizontal dd:after { clear: both; } }

/** cards - refill **/
/** cards - refill **/
.guide-cards { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -ms-flex-pack: center; }

.guide-card { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: white; border: #d2d2d2; margin: 0 20px 20px 20px; position: relative; }

.basket-container { padding: 3em 0; }

@media screen and (min-width: 1400px) { .basket-container { max-width: 70vw !important; } }

@media (max-width: 1199px) { .basket-container { max-width: 94vw; } }

#order-detail, #guide, #orders, #registration { padding-bottom: 3em; }

#order-detail #drobecky, #guide #drobecky, #orders #drobecky, #registration #drobecky { display: none; }

#order-detail table thead th, #guide table thead th, #orders table thead th, #registration table thead th { border-top: 1px solid #d2d2d2; }

#kroky { width: 100%; display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; -webkit-align-items: stretch; -moz-align-items: stretch; -ms-align-items: stretch; -o-align-items: stretch; align-items: stretch; -ms-flex-align: stretch; -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; -webkit-justify-content: stretch; -moz-justify-content: stretch; -ms-justify-content: stretch; -o-justify-content: stretch; justify-content: stretch; -ms-flex-pack: stretch; }

#kroky .nav-step { -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; padding: 1em 1.5em; }

#basket .row *:last-child, #basket .row #order-right-pane { margin-right: 0; }

#basket #step1-form table { width: 100%; }

#basket #step1-form table tfoot td, #basket #step1-form table thead td { border: 0 none; }

#basket #step1-form table th, #basket #step1-form table td { border-left: 0; border-right: 0; }

#order-right-pane { margin-top: 2em; line-height: 1.3em; }

#order-right-pane h3 { font-size: 1.3em; }

.order-nav-top { display: none; }

.nav-step, .guide-card { border-width: 1px; border-style: solid; }

.guide-cards { margin-left: -2em; margin-right: -2em; }

.guide-card { -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; padding: 2em; margin: 2em; margin-top: 0em; }

.order-panel-heading { margin: 1em 0 1em 0; }

.order-panel-heading-description { text-transform: none; font-size: 0.7em; font-variant: normal; }

.additional-links { margin-top: 1.5em; float: left; margin-left: 1em; }

#order-detail { text-align: center; line-height: 1.4em; }

#order-detail h1 { margin-top: 1em; }

#order-detail-body { margin-bottom: 30px; text-align: left; }

@media (min-width: 768px) { #order-detail-body { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -ms-flex-pack: center; } }

#order-detail-body > div { max-width: 500px; }

#order-detail-body dl:before, #order-detail-body dl:after { content: " "; display: table; }

#order-detail-body dl:after { clear: both; }

#order-detail-body dt, #order-detail-body dd { float: left; }

#order-detail-body dt { clear: both; margin-right: 1em; font-weight: 500; }

.offset-bottom-md { margin-top: 2em; }

.offset-top-md { margin-bottom: 2em; }

#basket .order-nav-top, #order .order-nav-top, #guide .order-nav-top, #orders .order-nav-top, #registration .order-nav-top, #login .order-nav-top, #order-detail .order-nav-top { display: block; margin-top: -1em; margin-bottom: 1em; }

#basket .btn, #order .btn, #guide .btn, #orders .btn, #registration .btn, #login .btn, #order-detail .btn { text-decoration: none; }

#basket .btn-link, #order .btn-link, #guide .btn-link, #orders .btn-link, #registration .btn-link, #login .btn-link, #order-detail .btn-link { text-decoration: underline; }

#basket .btn-link:hover, #order .btn-link:hover, #guide .btn-link:hover, #orders .btn-link:hover, #registration .btn-link:hover, #login .btn-link:hover, #order-detail .btn-link:hover { text-decoration: none; }

.loaylty-program .grid li { padding: 0.5em 0em; }
