/**
 *  CSS document for an Order and a cart and sitemap
 */
.btn-confirm {
  border: 1px solid #27659c;
  border-radius: 0px;
  box-shadow: inset 0 1px 0 0 #87aecf;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #4789c3;
  background-image: -webkit-linear-gradient(#4789c3, #2a6da8);
  background-image: linear-gradient(#4789c3, #2a6da8);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1d5b91;
  background-clip: padding-box;
}
.btn-confirm:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #6195c2;
  cursor: pointer;
  background-color: #3f7cb1;
  background-image: -webkit-linear-gradient(#3f7cb1, #28659b);
  background-image: linear-gradient(#3f7cb1, #28659b);
}
.btn-confirm:active:not(:disabled), .btn-confirm:focus:not(:disabled) {
  border: 1px solid #27659c;
  box-shadow: inset 0 0 8px 4px #255d8e, inset 0 0 8px 4px #255d8e;
}
.btn-confirm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hide-el {
  display: none;
}

body {
  cursor: default;
}

a:focus, a:active, input {
  outline: none;
}

#cart-table tbody tr td .fake-loading {
  display: block;
  display: none;
  margin: auto;
}

#basket {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 40px;
}

#basket hr {
  float: left;
  width: 100%;
  border: 0px none;
  background: transparent;
  display: none;
}

#basket hr.cleaner {
  display: block;
  clear: both;
}

#basket h1 {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
}

#basket.step1 h1 {
  visibility: hidden;
  margin: 0;
}

#basket h2 {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0;
  font-size: 1.9em;
  font-weight: normal;
}

#basket h2.cleaner {
  clear: right;
  width: 100%;
  border-top: 1px solid #bdbdbd;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

#basket h3 {
  margin: 0px 0px 10px 0px;
}

#basket em {
  font-style: normal;
}

#basket fieldset {
  border: 0px none;
}

#basket.step1 #additional-box {
  float: left;
  width: 100%;
  border-top: 1px solid #CECECE;
  margin: 15px 0;
  padding-top: 15px;
}

#additional-box.latte {
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
  background: #DFDFDF;
}

#additional-box.latte h4 {
  font-size: 150%;
  display: block;
  margin: 15px;
  border-bottom: 2px solid #000;
}

#additional-box.latte .product {
  width: 161px;
  height: 310px;
  float: left;
  border: 1px solid #fff;
  margin: 0 0 10px 15px;
  text-align: center;
  position: relative;
}

#additional-box.latte .product img {
  max-width: 150px;
}

/**
 *  Right pane with recap when purchasing the order
 */
#order-right-pane {
  float: right;
  width: 230px;
  border: 1px solid #d2d2d2;
  text-align: left;
}
#order-right-pane span.headline {
  clear: both;
  display: block;
  font-size: 1.1em;
  padding: 10px 15px;
  font-weight: bold;
  background: #ececec;
}
#order-right-pane span.headline + div.step1-box-content {
  padding-top: 15px;
}
#order-right-pane div.step1-box-content.extra-box {
  text-align: center;
}
#order-right-pane div.step1-box-content.extra-box img {
  margin: 0 auto 10px 0;
}
#order-right-pane p {
  padding: 0px 15px 10px 15px;
}
#order-right-pane span.left, #order-right-pane span.right {
  margin-bottom: 10px;
}
#order-right-pane span.left {
  clear: left;
  float: left;
  width: 47.5%;
  text-align: left;
  margin-left: 10px;
}
#order-right-pane span.right {
  float: right;
  width: 37.5%;
  margin-right: 10px;
  text-align: right;
  white-space: nowrap;
}
#order-right-pane span.light {
  color: #999;
}
#order-right-pane .item {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
#order-right-pane .item p {
  font-size: 0.9em;
}
#order-right-pane .item p .price {
  position: absolute;
  right: 10px;
  font-size: 1.1em;
}
#order-right-pane .item .change {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}
#order-right-pane .item:hover .change {
  display: block;
}
#order-right-pane .item.pay {
  border-bottom: 0px none;
  color: #999;
}
#order-right-pane .item.no-image p {
  clear: left;
  float: left;
  padding-bottom: 25px;
}
#order-right-pane .item.no-image p em {
  margin-left: 0;
}
#order-right-pane .item.no-image p a {
  display: inline;
}
#order-right-pane .item.no-image p strong {
  text-align: left;
}
#order-right-pane .item.no-image p strong:first-child, #order-right-pane .item.no-image p strong.first-child {
  display: block;
  font-size: 1.1em;
}
#order-right-pane .item.no-image p strong br {
  display: none;
}
#order-right-pane .item.no-image p .price {
  bottom: 5px;
}
#order-right-pane .item.has-image {
  padding-bottom: 10px;
  position: relative;
}
#order-right-pane .item.has-image a.img-cover {
  float: left;
  text-decoration: none;
  max-width: 40%;
  text-align: left;
  margin: 0 0 0 10px;
}
#order-right-pane .item.has-image img {
  float: none;
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
}
#order-right-pane .item.has-image p {
  float: right;
  padding: 0 0 20px 0;
  max-width: 45%;
  margin-right: 10px;
  text-align: right;
}
#order-right-pane .item.has-image p a {
  display: block;
  text-decoration: none;
}
#order-right-pane .item.has-image .amount {
  display: block;
}
#order-right-pane .item.has-image .price {
  bottom: 8px;
}
#order-right-pane .total {
  clear: left;
  text-align: center;
  line-height: 1.4em;
  padding-top: 5px;
  font-weight: bold;
}
#order-right-pane .total.margined-from-top-instead-of-payment {
  padding-top: 10px;
}
#order-right-pane .total strong {
  font-size: 1em;
}
#order-right-pane .total strong.celkem {
  font-size: 0.8em;
}
#order-right-pane .total em {
  font-style: normal;
  font-size: 0.7em;
}
#order-right-pane .total .secondary-price {
  width: 80%;
  font-style: italic;
  color: #999;
  margin-top: -10px;
  padding-bottom: 10px;
  font-weight: normal;
}

#summary {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}
#summary span.headline {
  display: block;
  font-size: 1.2em;
  padding: 10px 15px;
  font-weight: bold;
  background: #ececec;
}
#summary .left {
  clear: left;
  float: left;
  width: 48%;
}
#summary .right {
  clear: right;
  float: right;
  width: 48%;
}
#summary .item, #summary .total {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 15px;
  position: relative;
}
#summary .item.pay, #summary .total.pay {
  border-top: 1px solid #d2d2d2;
}
#summary .item.del, #summary .total.del {
  padding-top: 0;
}
#summary .item .price, #summary .total .price {
  position: absolute;
  right: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
#summary .total {
  line-height: 1.5em;
  border-top: 1px solid #6c6c6c;
}
#summary .total .left {
  font-weight: bold;
}
#summary .total .primary-price {
  font-weight: bold;
}
#basket-inner {
  float: left;
  width: 735px;
  clear: left;
  min-height: 300px;
  position: relative;
}

/**
 *  Basket - First step of the order
 */
#cart-banner {
  margin-bottom: 15px;
  overflow-x: hidden;
  width: 100%;
  text-align: center;
}

#cart-banner img {
  margin: 0 auto;
}

#cart-table .drop-item {
  float: right;
  margin: 3px 0 0 8px;
}

#cart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 0px none;
  clear: left;
}

#cart-table thead tr th *,
#cart-table tbody tr td * {
  margin: 0;
  padding: 0;
}

#cart-table thead tr th.kusu {
  max-width: 60px;
}

#cart-table thead tr th.kusu_real {
  text-align: center;
  width: 100px;
}

#cart-table thead tr th.kusu_skladem {
  text-align: center;
  width: 70px;
}

#cart-table thead tr th.cena {
  text-align: right;
  width: 90px;
}

#cart-table thead tr th.celkem {
  text-align: right;
  width: 140px;
}

#cart-table thead tr th.smazat {
  width: 15px;
  text-align: center;
}

#cart-table tbody tr td.nazev a {
  font-size: 1.1em;
}

#cart-table tbody tr td.kusu_real {
  text-align: center;
  width: 100px;
}

#cart-table tbody tr td.kusu_skladem {
  text-align: center;
  width: 70px;
}

#cart-table tbody tr td.cena {
  text-align: right;
  width: 90px;
}

#cart-table tbody tr td.celkem {
  text-align: right;
  width: 140px;
  font-size: 1.1em;
}

#cart-table tbody tr td.smazat {
  text-align: center;
  width: 15px;
  position: static !important;
  position: relative;
}

#cart-table tbody tr td.smazat a {
  position: static !important;
  position: absolute;
  z-index: 100;
  top: 24px;
  left: 7px;
}

#cart-table thead {
  background: #8d8d8d;
}

#cart-table thead tr th {
  text-align: left;
  color: #fff;
  vertical-align: bottom;
  font-weight: normal;
  border: 1px solid #fff;
}

#cart-table thead tr th em {
  display: block;
  padding: 15px 18px;
  font-style: normal;
}

#cart-table tbody tr td, #cart-table tfoot tr td {
  padding: 6px 8px;
  border: 1px solid #fff;
  text-align: left;
}

#cart-table tbody tr.odd td {
  background: #F0F0F0;
}

#cart-table tbody tr.even td {
  background: #F9F9F9;
}

#cart-table tbody tr td.kusu a {
  text-align: left;
}

#cart-table tbody tr td.kusu img {
  max-width: 50px;
  border: 1px solid #969696;
  display: block;
  margin: 0 auto;
}

#cart-table tbody tr td.kusu_real input {
  width: 50%;
  min-width: 45px;
  line-height: 170%;
  padding: 0;
  margin: 0px auto;
  color: #000000;
  text-align: center;
  float: none;
}

#cart-table tbody tr td.kusu_real a em {
  display: none;
}

#cart-table tbody tr td.smazat a {
  display: block;
  width: 13px;
  height: 13px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

#cart-table tbody tr td.smazat a em {
  display: none;
}

#cart-table tfoot tr.discount td {
  background: #DCEBD0;
  color: #E2001A;
  text-align: right;
}

#cart-table tfoot tr.discount td strong {
  display: block;
}

#cart-table tfoot tr.discount td strong span {
  color: #000;
}

#cart-table tfoot tr.final td {
  background: #DFDFDF;
  border-top: 2px solid #6E6E6E;
}

#cart-table tfoot tr.final td.center {
  text-align: center;
}

#cart-table tfoot tr.final td.right {
  text-align: right;
}

#cart-table tfoot tr td input#button-recount {
  padding: 3px 10px;
  font-size: 100%;
  background: #ADADAD;
  margin: 0 auto;
  width: auto;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

#loyalty-discount {
  clear: both;
  margin: 20px 0 0 0;
  padding: 2px;
  background: #fff;
}

#loyalty-discount div {
  border: 0px none;
  padding: 5px 10px 10px 10px;
  background: #EBEBEB;
}

#loyalty-discount span {
  font-weight: bold;
  display: block;
  padding: 5px 0;
}

#loyalty-discount a {
  padding: 3px 10px;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  background: #059b05;
  text-decoration: none;
  color: white;
}

#basket.step3 #loyalty-discount {
  clear: none;
  text-align: right;
}

#basket.step3 #loyalty-discount p.button-cover {
  margin-top: 10px;
}

#buyMoreFor {
  float: left;
  margin: 27px 0 0 5px;
  padding: 5px 0 10px 30px;
  background: url("../img/order/basket-icon.jpg") no-repeat;
}

#discount-coupon {
  clear: both;
  float: right;
  margin: 20px 0;
  padding: 2px;
  background: #fff;
  border: 1px solid #EBEBEB;
}

#discount-coupon div {
  border: 0px none;
  padding: 5px 10px 10px 10px;
  background: #EBEBEB;
}

#discount-coupon span {
  font-weight: bold;
  display: block;
  padding: 5px 0;
}

#discount-coupon input#dcSubmit {
  padding: 3px 5px;
  margin: 0 auto;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background: #ADADAD;
}

/**
 *  Buttons Here and There on the bottom (navigation)
 *  .left tu zustala pro tpl variantu, latte uz neni, je tam .get-back-shopping
 */
.nav {
  clear: right;
  display: block;
  margin: 12px 0px 0px 0px;
  width: 100%;
  padding-bottom: 15px;
}

.nav .left {
  float: left;
}

.nav .right {
  float: right;
  clear: none !important;
  clear: both;
}

.nav .left,
.nav .right {
  padding: 1px;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: 1px solid #C2C2C2;
  text-decoration: none;
}

.nav .left span,
.nav .right span,
.nav .right input {
  padding: 10px 14px;
  display: block;
}

.nav .left span {
  background: url("../img/order/button-left.gif") repeat-x #BCBCBC;
}

.nav .right input,
.nav .right span {
  background: url("../img/order/button-right.gif") repeat-x #6EAB27;
}

.nav .right input {
  border: 0px none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.nav .right input {
  margin-left: 0px !important;
  margin-left: -400px;
  margin-right: 0px !important;
  margin-right: -20px;
}

.nav .get-back-shopping {
  float: left;
  padding: 15px 14px;
}

/**
 *	Step 2 - Delivery and Payment
 */
#basket.step2 form {
  clear: left;
}
#basket.step2 table {
  width: 100%;
  border-collapse: collapse;
}
#basket.step2 table tbody tr.odd td {
  background: #F9F9F9;
}
#basket.step2 table tbody tr.even td {
  background: #F0F0F0;
}
#basket.step2 table tbody tr td {
  border: 1px solid #D1D1D1;
  padding: 13px 10px;
}
#basket.step2 table tbody tr td.label {
  width: 80px;
  text-align: center;
}
#basket.step2 table tbody tr td.label span {
  display: block;
  color: #E2001A;
  margin-top: 4px;
}
#basket.step2 table tbody tr td label {
  line-height: 130%;
  display: block;
  width: auto;
}
#basket.step2 table tbody tr td label span.povolene-platby {
  display: block;
  padding: 3px 5px;
  border: 1px solid #D1D1D1;
  margin-top: 10px;
  font-size: 90%;
}
#basket.step2 table tbody tr td .notallowed {
  display: none;
}
#basket.step2 table tbody tr td ul.subdeliveries {
  list-style-type: none;
  margin-left: 30px;
  margin-top: 10px;
  display: none;
}
#basket.step2 table tbody tr td ul.subdeliveries li {
  display: block;
  margin-bottom: 3px;
}
#basket.step2 table tbody tr td ul.subdeliveries li input {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#basket.step2 table tbody tr td ul.subdeliveries li label {
  display: inline-block;
}
#basket.step2 table tbody tr td ul.subdeliveries li label .sd-desc {
  background: url("../img/order/icon-questionmark.png") gray no-repeat 0 0;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#basket.step2 table tbody tr td ul.subdeliveries li label .sd-desc .bubble {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  top: 0;
  right: -315px;
  z-index: 1;
  background: #fff;
  width: 300px;
  padding: 5px 10px;
  border: #000 solid 2px;
  border-radius: 0;
  font-size: 0.9em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  cursor: default;
  display: none;
}
#basket.step2 table tbody tr.disabled td {
  color: #959595;
}
#basket.step2 table tbody tr.disabled td input, #basket.step2 table tbody tr.disabled td span {
  display: none;
}
#basket.step2 table tbody tr.disabled td div.notallowed {
  display: block;
  text-align: center;
  font-size: 80%;
}
#basket.step2 table tbody tr.disabled td div.notallowed img {
  display: block;
  margin: 0 auto 5px auto;
}
#basket.step2 table tbody tr.the-chosen-one.odd td, #basket.step2 table tbody tr.the-chosen-one.even td {
  color: #000;
  background: #fff;
}
#basket.step2 table tbody tr.the-chosen-one ul.subdeliveries,
#basket.step2 table tbody tr.the-chosen-one .hide-el {
  display: block;
}
#basket input[type=radio],
#basket input[type=checkbox] {
  border: 0px none;
}

#basket.step2 table#table-delivery tbody tr td.label input {
  margin: 0 auto;
  float: none;
  width: auto;
}

#basket.step2 table#table-pay tbody tr td.label input {
  margin: 0 auto;
  float: none;
  width: auto;
}

#basket.step2 table#table-pay tbody tr td.pay-type img {
  float: right;
  margin: 10px 15px 0 20px;
}

#basket form.step2 {
  clear: left;
}

#basket form.step2 h1 {
  margin: 30px 0 10px 0;
}

#posta-pobocka {
  padding: 5px 0;
}
#posta-pobocka .text-input-label, #posta-pobocka .searcher {
  display: inline-block;
  height: 25px;
}
#posta-pobocka .text-input-label {
  margin-right: 15px;
  line-height: 25px;
}
#posta-pobocka .searcher {
  width: 300px;
  padding: 0 5px;
}
#posta-pobocka .typeahead a {
  text-decoration: none;
}

.payment-select {
  width: 620px;
}

.delivery tr td.del-left,
.payment-select tr td {
  text-align: left;
}

table.delivery {
  margin-bottom: 10px;
  clear: left;
}

div.delivery {
  margin: 10px 0 20px 0;
}

div.delivery-select-item,
div.payment-select-item {
  margin-left: 30px;
  clear: left;
  font-size: 1.05em;
}

div.delivery-select-item strong,
div.payment-select-item strong {
  padding: 0px 15px 0 0;
}

div.delivery-select-item input,
div.payment-select-item input {
  clear: left;
  float: left;
}

div.delivery-select-item label,
div.payment-select-item label {
  float: left;
  margin-left: 20px;
  width: 640px;
}

table.pick {
  border-collapse: collapse;
  width: 100%;
  vertical-align: middle;
}

table.pick tr td {
  font-size: 1.05em;
}

table.pick thead tr th {
  text-align: left;
}

table.pick thead {
  white-space: nowrap;
  font-weight: bold;
}

table.pick thead tr th.left {
  height: 25px;
}

table.pick thead tr th.right {
  height: 25px;
}

table.pick tbody tr td {
  text-align: left;
}

table.pick tbody tr td.label {
  padding: 4px 10px;
  width: 180px;
}

table.pick tbody tr td input {
  float: left;
  margin: 3px 5px 0 0px;
}

#container table.pick tbody tr td p {
  padding: 7px 15px 7px 0px;
  text-align: left;
}

table.pick tbody tr td label {
  white-space: nowrap;
}

table.pick tbody tr td p label {
  white-space: normal;
}

table.pick tbody tr td.align-left {
  text-align: left;
  border-right: 0px none;
}

#items {
  width: 100%;
  clear: left;
  border-collapse: collapse;
  text-align: left;
  margin: 10px 0px 0px 0px;
  font-size: 110%;
}

#items thead tr th {
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
  border-bottom: 1px solid #E3E4E5;
}

#items thead tr th.kusu {
  text-align: center;
}

#items thead tr th.nazev {
  text-align: left;
}

#items thead tr th.cena {
  text-align: right;
}

#items thead tr th.celkem {
  text-align: right;
}

#items thead tr th.left {
  height: 22px;
  white-space: nowrap;
}

#items thead tr th.right {
  height: 22px;
}

#items tbody tr td {
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}

#items tr.even td {
  background: #f9f9f9;
}

#items tr.odd td {
  background: #fff;
}

#items tr td {
  padding: 5px 4px;
}

#items tr td.kusu {
  text-align: center;
}

#items tr td.cena, #items tr td.celkem {
  text-align: right;
}

#items tr td a {
  text-decoration: none;
}

#items tbody tr.final.final-top td {
  border-top: 3px solid #E3E4E5;
}

#items tr.final-bottom td {
  padding-bottom: 8px;
}

#items tr.final {
  text-align: right;
}

#items tbody tr.final td {
  background: #fff;
  border-bottom: 0px;
}

#items tr.final td.smazat a em {
  display: none;
}

#items tr.final td.druhy {
  padding: 0px 5px 0px 0px;
  white-space: nowrap;
}

#items tr.final td {
  padding: 15px 5px 5px 5px;
}

#items tr td div {
  margin-top: 8px;
}

#basket div.two-columns {
  line-height: 1.6em;
}

#basket div.two-columns.left {
  float: left;
  width: 350px;
}

#basket div.two-columns.right {
  margin-left: 380px;
}

#basket div.two-columns dl {
  width: 100%;
  font-size: 1.05em;
}

#basket div.two-columns dl dt {
  float: left;
  width: 130px;
  text-align: right;
}

#basket div.two-columns dl dd {
  margin-left: 140px;
}

#basket div.two-columns h3 {
  display: block;
  font-size: 1.05em;
  padding: 0px 0 0px 15px;
  float: none;
}

form#appendix-top .nav .button.right,
form#appendix .nav .button.right {
  right: 18px;
  top: 25px;
}

form#appendix .nav .button.right.dokoncit {
  right: 0;
  top: 0;
}

form#appendix .nav .button.right.top {
  float: none;
  position: absolute;
  right: 0;
  top: 60px;
}

/**
 *	KROK 3 - ADRESA
 */
.required-field {
  display: none;
}

/* neodbarvena zatim... */
#basket.step3 {
  margin-bottom: 10px;
}

#basket.step3 h2 {
  display: block;
  width: 100%;
  height: auto;
  background: #efefef;
  font-size: 1.3em;
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #c0c0c0;
  padding: 0px;
  position: relative;
}

#basket.step3 h2.h-login {
  background: #f0f0f0;
}

#basket.step3.openId h2 {
  width: 70%;
  float: left;
  font-size: 1.35em;
}

#basket.step3.openId #form-login {
  width: 70%;
  float: left;
}

#basket.step3 h2.click2Show {
  background-image: url("../img/order/step3_arrow-right.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

#basket.step3 h2.click2Show.hover {
  background-color: #e0e0e0;
}

#basket.step3 h2.click2Show.opened {
  cursor: pointer;
  background-image: url("../img/order/step3_arrow-bottom.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

#basket.step3.openId h2.click2Show.opened {
  background-color: #f3f3f3;
  border-bottom: 1px solid #888;
}

#basket.step3 h2 .text-cover {
  display: block;
  padding: 2px 10px 0px 12px;
  line-height: 40px;
}

#basket.step3 h2.click2Show .text-cover.no-desc, #basket.step3 h2.click2Show.no-desc .text-cover {
  display: block;
  padding: 2px 10px 0px 50px;
  line-height: 40px;
  text-decoration: underline;
}

#basket.step3 h2.click2Show .text-cover {
  display: block;
  padding: 10px 10px 0px 50px;
  line-height: 1.5em;
  text-decoration: underline;
}

#basket.step3 h2.click2Show.hover .text-cover {
  color: #000;
  text-decoration: none;
}

#basket.step3 h2.click2Show .text-cover.no-underline {
  text-decoration: none;
}

#basket.step3 h2 .desc {
  font-size: 12px;
  color: #333;
  padding: 3px 0px 15px 50px;
  display: block;
  line-height: 1.45em;
}

#basket.step3.openId #form-login {
  padding-top: 15px;
}

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

#basket.step3 h2 .text-cover#new-customer #quick-buy-link {
  float: right;
  padding: 0px 10px;
  margin-right: 2px;
  font-size: 11.5px;
  color: #333;
}

#basket.step3 h2.click2Show em {
  text-decoration: underline;
  font-style: normal;
}

#basket.step3 h2.click2Show em:hover {
  text-decoration: none;
}

#basket.step3 form {
  clear: left;
}

#basket.step3 form.not-logged {
  clear: none;
}

#basket.step3 form fieldset {
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.05em;
  border: 1px solid #d2d2d2;
}

#basket.step3 form fieldset span.desc {
  font-size: 80%;
  display: inline-block;
  margin-left: 22px;
  margin-bottom: 10px;
}

#basket.step3 input.text,
#basket.step3 input[type=text],
#basket.step3 input[type=email],
#basket.step3 input[type=tel],
#basket.step3 .text-input-alternative {
  float: left;
  margin-bottom: 5px;
  margin-right: 50px;
  padding: 4px 5px;
  max-width: 340px;
  border-radius: 0;
}

#basket.step3 .text-input-alternative {
  max-width: 340px;
}

#basket.step3 textarea {
  border-radius: 0;
}

#basket.step3 select {
  float: left;
  margin-bottom: 5px;
  margin-right: 50px;
  max-width: 340px;
  padding: 4px 5px;
  border-radius: 0;
}

#basket.step3 .additional-links {
  margin-bottom: 15px;
  clear: both;
}

#basket.step3 #login-icons {
  border-left: 1px solid #ddd;
  padding: 0px 0px 20px 2.2%;
  float: right;
  width: 25%;
  cursor: default;
  margin-bottom: 20px;
}

#basket.step3 #login-icons strong {
  margin-left: 5px;
}

#basket.step3 #login-icons p.desc {
  margin: 0px 0px 10px 5px;
  line-height: 1.45em;
}

#basket.step3 #login-icons a {
  float: right;
  width: 115px;
  line-height: 23px;
  height: 23px;
  display: block;
  position: relative;
  margin: 5px 5px 0px 2px;
  padding: 4px 8px 4px 43px;
  background-color: #f0f0f0;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #c5c5c5;
  text-decoration: none;
  color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#basket.step3 #login-icons a:hover {
  border: 1px solid #c0c0c0;
  border-bottom: 1px solid #888;
  color: #000;
}

#basket.step3 #login-icons a#google {
  background-color: #f1f8e9;
}

#basket.step3 #login-icons a#facebook {
  background-color: #ecf2ff;
}

#basket.step3 #login-icons a#twitter {
  background-color: #f1f9ff;
}

#basket.step3 #login-icons a span {
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  left: 4px;
  top: 4px;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}

#basket.step3 #login-icons a:hover span {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#basket.step3 #login-icons span {
  float: left;
  color: #444;
  font-size: 1.1em;
  margin-right: 7px;
}

#basket.step3 #login-icons a#google span {
  background: url("/eshop_style/img/order/google.png") no-repeat;
}

#basket.step3 #login-icons a#facebook span {
  background: url("/eshop_style/img/order/facebook.png") no-repeat;
}

#basket.step3 #login-icons a#twitter span {
  background: url("/eshop_style/img/order/twitter.png") no-repeat;
}

#basket.step3.openId strong.box-title {
  display: block;
  height: 35px;
  padding-top: 10px;
  font-size: 1.6em;
  clear: left;
  font-weight: normal;
}

#basket.step3 strong.box-title {
  display: none;
}

#basket.step3 .step3-box {
  width: 30%;
  float: left;
}

#basket.step3 .step3-box h2 {
  width: 100%;
  float: none;
}

#basket.step3 .step3-box p.box-desc {
  height: 105px;
}

#step3-box-free {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ddd;
}

#step3-customer-jquery-toggler {
  clear: left;
  width: 100%;
}

/* #step3-login, #step3-customer { display: none; } */
#form-customer-rest {
  margin-top: 20px;
}

#basket.step3 #forgottenPassword {
  clear: left;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

#basket.step3 #forgottenPassword h2 {
  width: 100%;
}

#form-login-form {
  width: 100%;
  clear: left;
  float: left;
}

#form-customer-invoicing-address-desc p {
  font-size: 80%;
  padding-left: 1em;
}

#fakturacni-toggle {
  margin: 15px 0 0 0;
}

#form-customer-invoicing-address label {
  margin-left: 0;
}

#basket.step3 a#forgottenPasswordLink {
  float: right;
  margin: 10px 20px 0 0;
  text-decoration: underline;
  cursor: pointer;
}

#basket.step3 a#forgottenPasswordLink:hover {
  text-decoration: none;
}

#basket.step3 input.submit {
  float: right;
  font-size: 13px;
  clear: left;
  padding: 10px 14px;
  color: #fff;
  background: url("../img/order/button-right.gif") repeat-x #6EAB27;
  cursor: pointer;
  border: 0px none;
}

#basket.step3 #fakturacni {
  padding-bottom: 20px;
  display: none;
}

#basket.step3 legend {
  display: none;
  font-size: 140%;
  padding: 20px 0 0 0;
  margin: 0;
  color: #000;
}

#basket.step3 #fakturacni legend {
  display: block;
}

#basket.step3 div.nadpis-style {
  clear: both;
  background: #ececec;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
  line-height: 200%;
  font-size: 115%;
  margin-top: 1em;
  padding-left: 1em;
}
#basket.step3 div.nadpis-style.no-border {
  border: 0;
  background: 0;
  font-size: 110%;
  line-height: 150%;
}

#basket.step3 div.nadpis-style input.checkbox {
  clear: left;
  float: left;
  margin: 8px 10px 8px 0px;
}

#basket.step3 div.nadpis-style label {
  clear: none;
  float: none;
  display: block;
  font-weight: bold;
  margin: 0;
}

#basket.step3 div.nadpis-style label.no-bold {
  font-weight: normal;
}

#basket.step3 div.nadpis-style label.no-checkbox {
  font-weight: normal;
}

hr#step3-right-bottom {
  clear: both;
  float: left;
  width: 100%;
  border: 0px none;
  height: 1px;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

#basket.step3 div.appendix {
  margin: 15px 0 0 0px;
}

#basket.step3 div.appendix label {
  font-weight: normal;
}

#basket.step3 div.appendix textarea {
  width: 95.5%;
  padding: 4px 2%;
  height: 100px;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 100%;
  border-top: 1px solid #8E8E8E;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #C3C3C3;
}

#basket.step3 div.legenda {
  padding: 5px 0 25px 15px;
  clear: left;
  font-style: italic;
  color: #555;
}

#basket.step3 div.nav {
  float: left;
  width: 100%;
  margin-top: 30px;
}

/* Select payment */
.select-payment {
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.select-payment.full-width {
  width: 100%;
}
.select-payment .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
}
.select-payment h3 {
  font-size: 1.4em !important;
  font-weight: normal !important;
  background: #e6e6e6;
  padding: 5px 10px;
}
.select-payment img {
  margin: 10px auto;
}
.select-payment form {
  text-align: center;
  margin-top: 10px;
}
.select-payment .submit,
.select-payment input[type=image] {
  margin: 10px auto;
  font-weight: bold;
}
.select-payment input[type=submit] {
  margin: 10px auto;
}

#paypal {
  text-align: center;
}
#paypal img {
  float: none;
  display: block;
  margin: 10px auto;
}
#paypal form {
  margin: 10px auto 0px auto;
}
#paypal form input[type=image] {
  cursor: pointer;
}

/* neodbarvena zatim... */
#basket.step3 div.user-logged {
  margin-bottom: 10px;
  margin-right: 2px;
}

#basket.step3 div.user-logged form {
  clear: left;
  background: #F0F0F0;
  border: 1px solid #8D8D8D;
  float: left;
  width: 100%;
}

#basket.step3 div.user-logged form fieldset {
  float: left;
  margin-right: 20px;
  padding: 20px 10px;
  width: 42%;
  position: relative;
}

#basket.step3 div.user-logged form fieldset#fakturacni {
  margin-right: 0;
}

#basket.step3 div.user-logged form fieldset div.legenda {
  position: absolute;
  margin-bottom: -40px;
  left: 15px;
}

#basket.step3 div.user-logged form div.legenda {
  clear: both;
}

#basket.step3 div.user-logged label {
  display: block;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 20px;
  font-size: 100%;
}

#basket.step3 div.user-logged div.nadpis-style {
  margin-left: 25px;
}

#basket.step3 div.user-logged div.nadpis-style label {
  display: inline;
  margin-left: 0;
}

#basket.step3 div.user-logged div.nadpis-style label acronym {
  cursor: help;
}

#basket.step3 div.user-logged input.text,
#basket.step3 div.user-logged input[type=text],
#basket.step3 div.user-logged input[type=email],
#basket.step3 div.user-logged input[type=tel] {
  display: block;
  margin-left: 20px;
  padding: 4px 5px;
  width: 230px;
  border-top: 1px solid #8E8E8E;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #C3C3C3;
}

#basket.step3 div.user-logged select {
  display: block;
  margin-left: 20px;
  width: 230px;
  height: 25px;
  border-top: 1px solid #8E8E8E;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #C3C3C3;
}

#basket.step3 div .nav {
  width: 100%;
  clear: both;
}

#basket.step3 div.user-logged .nav {
  width: 100%;
  margin: 40px 0px -90px 0px;
  padding-bottom: 40px;
  clear: both;
}

#basket.step3 div.user-logged .appendix {
  float: left;
  margin-right: 10px;
}

/**
 *	Detail Order
 */
#order-detail {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}

#order-detail h1 {
  margin: 0;
}

#order-detail div.left,
#order-detail div.right {
  width: 48%;
  background: #F0F0F0;
  border: 1px solid #8D8D8D;
  margin: 10px 20px 10px 0px;
  position: relative;
  overflow: hidden;
}

#order-detail div.left div,
#order-detail div.right div {
  border-top: 3px solid #fff;
  padding: 15px 10px;
}

#order-detail div.left {
  clear: left;
  float: left;
}

#order-detail div.left h2 {
  padding: 19px 10px 13px 10px;
}

#order-detail div.left div {
  line-height: 180%;
  font-weight: bold;
}

#order-detail div.left div span {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  width: 35%;
  font-weight: normal;
}

#order-detail div.right {
  clear: right;
  float: right;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

#order-detail div.right div p {
  padding-bottom: 0;
}

#order-detail div.right div.item a {
  color: #000;
}

#order-detail div.right div p strong {
  display: block;
  padding-bottom: 5px;
}

#order-detail .nav {
  clear: both;
}

#order-detail div.right div.items {
  border-top: 0px none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

#order-detail div.right div.items h2 {
  padding: 19px 10px 13px 10px;
}

#order-detail div.right div.items p {
  line-height: 170%;
  padding: 0px 10px;
  text-align: left;
}

#order-detail div.right div.items p strong {
  display: block;
  padding-bottom: 0px;
  margin-left: -10px;
}

#order-detail div.right div.items p span {
  display: block;
  margin-top: 10px;
}

#order-detail div.right div.items p span.order-product-manufacturer {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#order-detail div.item a.change {
  display: none;
}

#order-detail #faktura, #order-detail #proformo-faktura {
  margin: 0px 0px 15px 30px;
}

em.alt-price {
  display: block;
  padding: 0px 0px 10px 10px;
  white-space: nowrap;
  font-style: normal;
  text-align: left;
  font-size: 1em;
}

em.price-in-the-end {
  white-space: nowrap;
  font-style: normal;
}

/**
 *      Styl pro platbu kartou - Card type payment
 */
#credit-card {
  white-space: normal;
  display: block;
  background: #f0f0f0;
  border: 1px solid #8D8D8D;
  padding: 15px;
}

#credit-card h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 150%;
  font-weight: normal;
}

#credit-card form {
  width: 100%;
  margin: 10px 0px;
}

#credit-card fieldset {
  border: 2px solid #fff;
  padding: 10px 15px;
}

#credit-card legend {
  padding: 0px 20px;
  font-weight: bold;
  display: none;
}

#credit-card form label {
  display: block;
  font-weight: bold;
  width: auto;
  text-align: left;
}

#credit-card select {
  float: left;
  width: 200px;
  padding: 5px;
}

#credit-card .submit-cover {
  float: left;
  padding: 1px;
  border: 1px solid #8D8D8D;
  text-decoration: none;
  margin: 5px 0px 0px 80px;
  position: relative;
}

#credit-card fieldset .submit-cover input.submit {
  padding: 12px 35px;
  display: block;
  background: #BB0035;
  float: left;
  margin: 0 0 0 0px;
  border: 0px none;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

#credit-card label + br {
  display: none;
}

#credit-card img {
  float: left;
  clear: left;
  margin-top: -30px;
}

/* viz napr. iworld textove payinstructions primo v orders.php (dalsi styl viz -- div.alert.notice.instructions -- */
#order-detail .instructions .textInfo {
  margin: 0;
  padding: 0;
}

#order-detail .instructions .textInfo .left {
  float: left;
  margin: 0 20px 10px 10px;
  width: 370px;
  border: 0px none;
  background: transparent;
}

#order-detail .instructions .textInfo .right {
  float: left;
  width: 220px;
  background: transparent;
}

#order-detail .instructions .textInfo dl {
  display: block;
}

#order-detail .instructions .textInfo dt {
  clear: left;
  float: left;
  width: 120px;
}

#order-detail .instructions .textInfo dd {
  float: left;
}

#order-detail .instructions .textInfo p {
  clear: both;
  padding-left: 10px;
}

#order-detail .instructions .textInfo div.left,
#order-detail .instructions .textInfo div.right {
  border: 0px none;
}

#order-detail .instructions .textInfo strong {
  display: block;
  margin-bottom: 4px;
}

/**
 *      Platebni brana MILL
 */
#order-detail #paymill {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  position: relative;
}
#order-detail #paymill .fl-left {
  position: relative;
}
#order-detail #paymill .lock-icon {
  background: url("../img/logo/lock.png") 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 120px;
  height: 174.36px;
  position: absolute;
  left: -60px;
  margin-left: 50%;
  top: 40px;
  opacity: 0.7;
}
#order-detail #paymill .form-row {
  display: block;
  font-size: 1.2em;
  text-align: left;
  position: relative;
}
#order-detail #paymill .form-row label {
  display: block;
  margin-top: 15px;
}
#order-detail #paymill .form-row input[type=text] {
  display: block;
  height: 26px;
  line-height: 26px;
  border: 2px solid #cccccc;
  margin-top: 3px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: 220px;
}
#order-detail #paymill .form-row input[type=text]:focus {
  border-color: #a3c4e1;
}
#order-detail #paymill .form-row input[type=text].short {
  display: inline-block;
}
#order-detail #paymill .form-row input[type=text].w-char-2 {
  width: 46px;
}
#order-detail #paymill .form-row input[type=text].w-char-3 {
  width: 70px;
}
#order-detail #paymill .form-row input[type=text].w-char-4 {
  width: 95px;
}
#order-detail #paymill .form-row .cvc-help {
  display: inline-block;
  position: relative;
  top: 12px;
  left: 5px;
  width: 57px;
  height: 31px;
  background: url("../img/logo/cvc-help.png") no-repeat;
}
#order-detail #paymill input[type=submit], #order-detail #paymill button {
  margin-top: 15px;
  font-weight: normal;
  font-size: 1.2em;
}
#order-detail #paymill input[type=submit][disabled], #order-detail #paymill button[disabled] {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

.w-50 {
  width: 49%;
}

.w-40 {
  width: 39%;
}

.w-60 {
  width: 59%;
}

.accepted-cards {
  display: block;
  width: 100%;
  text-align: center;
}
.accepted-cards .card-logo {
  display: inline-block;
  vertical-align: middle;
  margin: auto 10px;
}
.accepted-cards img {
  display: inline;
  border: 0px none;
  max-width: 58px;
}
.full-width .accepted-cards img {
  max-width: none;
}

#layer-gate-disabled {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  background: url("/repository/js/lightbox2/img/loading.gif") center center no-repeat rgba(255, 255, 255, 0.6);
  display: none;
}

#order-detail .facebook-share-dialog {
  background: url("../img/order/icon-share.png") 15px 42% no-repeat #F4F4F4;
  border: 1px solid #ccc;
  padding: 2% 2% 2% 60px;
  font-size: 1.1em;
  overflow: hidden;
}

#order-detail .facebook-share-dialog .facebook-button {
  float: right;
}

#order-detail .facebook-share-dialog .facebook-name {
  display: block;
  font-size: 1.3em;
  font-weight: normal;
}

#order-detail .facebook-share-dialog .facebook-button img {
  display: inline-block;
  margin: -4px 15px -6px -10px;
}

#order-detail .facebook-button,
#order-detail .facebook-button:visited {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: inline-block;
  padding: 0.7em 1.5em 0.775em;
  border: 1px solid #999;
  border-bottom-color: #888;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font: bold 14px/normal "lucida grande", tahoma, verdana, arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  /* outline: none; */
  border-color: #29447e #29447e #1a356e;
  color: #fff;
  background-color: #5B74A8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
  background-image: -moz-linear-gradient(#637bad, #5872a7);
  background-image: -o-linear-gradient(#637bad, #5872a7);
  background-image: linear-gradient(#637bad, #5872a7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#637bad", EndColorStr="#5872a7");
  /* for IE 6 - 9 */
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
  /* IE hacks */
  zoom: 1;
  *display: inline;
}

#order-detail .facebook-button:hover,
#order-detail .facebook-button:focus,
#order-detail .facebook-button:active {
  background: #465e8f;
  border-color: #777 #777 #666;
  color: #fff;
}

#order-detail .facebook-button:active {
  border-color: #29447E;
  background: #4F6AA3;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
#order-detail .facebook-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 *	List of orders
 */
.order {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #efefef;
  clear: left;
  background: #efefef;
  margin-bottom: 2px;
}

.order thead tr th {
  background: #cfcfcf;
  border: 1px solid #cfcfcf;
  color: #000;
  padding: 10px 4px;
}

.order thead tr th a {
  color: #000;
}

.order tbody tr td {
  padding: 5px 4px;
  text-align: left;
  color: #000;
  border: 1px solid #D1D1D1;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 90%;
}

.order thead tr th.right,
.order tbody tr td.right {
  text-align: right;
}

.order tbody tr td a {
  color: #E50019;
}

.order thead tr th,
.order thead tr th *,
.order tbody tr td,
.order tbody tr td * {
  cursor: pointer;
}

.order.hover thead tr th {
  border-bottom: 1px solid #000;
  background: #bfbfbf;
}

#order-detail #feedback {
  padding: 10px;
  width: 44%;
  padding: 2%;
  background: #f0f0f0;
}

#feedback #mess {
  width: 100%;
  height: 90px;
}

#feedback .submit {
  margin-top: 5px;
  padding: 5px;
  background: #535353;
  color: #fff;
  text-align: center;
  border: none;
  float: right;
  margin-right: -2px;
}

/**
 *	Sitemap
 */
.frontend-sitemap ul {
  list-style-type: disc;
  margin-left: 0px;
  display: block;
}

.frontend-sitemap ul a {
  text-decoration: none;
}

.frontend-sitemap ul li {
  padding: 7px;
  display: block;
}

.frontend-sitemap ul ul {
  list-style-type: circle;
  margin: 5px 30px;
  font-size: 100%;
}

.frontend-sitemap ul ul li {
  margin: 0px;
  padding: 0;
}

.frontend-sitemap ul ul ul {
  list-style-type: none;
}

/*# sourceMappingURL=order.css.map */
