<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ordering-process .summary-title h4 {
  display: block !important;
}
.cart-table tbody {
  padding: 0px 25px;
  display: block;
}
.cart-table {
  margin-top: 0px;
  border: 3px solid #FAFAFA;
  border-radius: 20px;
  border-collapse: inherit;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px 0;
    border-radius: 0;
  }
}
.cart-table .show-related {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cart-table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    margin: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px;
    padding-top: 20px;
    border: 1px solid !important;
    border-radius: 10px;
  }
}
.cart-table .p-discount.p-cell {
  display: none;
}
.cart-table .p-availability,
.cart-table .cart-related-availability {
  padding-right: 20px;
  text-transform: uppercase !important;
  text-align: right;
  align-items: flex-end;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .cart-table .p-availability, .cart-table .cart-related-availability {
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: revert;
  }
}
.cart-table .p-total {
  text-align: right;
  min-width: 150px;
  margin-right: 10px;
  flex-direction: row;
}
.cart-table .p-name {
  max-width: 550px;
  padding-left: 25px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0 !important;
  }
}
.cart-table .p-name a {
  font-size: 1em;
  font-weight: 700 !important;
  color: #1E1E1C;
}
.cart-table .p-name a.show-related {
  font-weight: 500 !important;
}
.cart-table .p-name a &gt; span,
.cart-table .p-name a &gt; div {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name a {
    font-size: 1em;
  }
}
.cart-table tr:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  top: -26px;
  left: 0px;
  background: #EDEDED;
  display: block !important;
}
.cart-table tr.related:after {
  display: none !important;
}
.cart-table tr.related {
  border: none;
}
/*.cart-table tr:last-child {
  border: none;
}*/
/*.cart-table tr:last-child:after {
  display: none;
}*/
.cart-table tr {
  border-bottom: 20px solid transparent;
  position: relative;
}
.cart-table tr:first-child:after {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .cart-table tr {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
  }
}
@media only screen and (min-width: 1500px) {
  .cart-table .p-name {
    min-width: 200px;
  }
}

.cart-table .cart-p-image {
  margin-left: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.cart-table .cart-p-image a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.cart-table .cart-p-image a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
  border-radius: 5px;
}
.cart-table .related {
  background: transparent !important;
  padding-right: 15px;
  max-height: 0;
  transition: 0.3s;
  animation-name: showdown;
  animation-duration: 1s;
}
@media only screen and (max-width: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }

  .cart-table tr:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
}
.cart-table .related .cart-related-button .btn {
  height: 44px;
  line-height: 44px;
  width: 120px;
  min-width: 120px;
  padding: 0;
  border: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: none;
  letter-spacing: 0;
}

.cart-table .related .cart-related-button .btn:hover {
  background: #333 !important;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }

  body #checkoutContent .cart-content .co-box.co-basic-information, body #checkoutContent .cart-content .co-box.co-delivery-method, body #checkoutContent .cart-content .co-box.co-payment-method {
    padding: 0px 15px 15px !important;
  }

  #checkoutSidebar .cart-content .order-summary .order-summary-inner h4 {
    margin-top: 15px;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .related &gt; td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related &gt; td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table .related &gt; td {
    padding-left: 0;
  }
}
.cart-table .related &gt; td:before {
  width: 25px;
  height: 25px;
  background: #FAFAFA;
  content: '';
  position: absolute;
  left: 125px;
  top: -11px;
  transform: rotate(-45deg);
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart-table .related &gt; td:before {
    display: none;
  }
}
.cart-table .related .cart-related-info a {
  font-weight: 600;
  color: #000;
  font-size: 0.9em;
}
.cart-table .related .cart-related-info a.cart-related-name {
  padding-left: 15px;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 500;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
/*@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}*/
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #FAFAFA;
  padding: 5px 20px 5px 15px;
  border-radius: 20px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 5px;
    background: transparent;
  }
}
.cart-table .related .cart-related-button {
  display: flex;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
}
.cart-table .related .cart-related-button .price {
  padding-right: 20px;
  margin-bottom: 0;
  min-width: 83px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .price {
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .price {
    padding-right: 5px;
    text-align: right;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-table .related .cart-related-info {
  width: 63%;
}
.cart-table .remove-item {
  width: 21px;
  height: 21px;
  min-height: inherit;
  min-width: 21px !important;
  background: transparent;
  border-radius: 0;
  margin-top: -5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 2vw;
  border: none;
  opacity: 1 !important;
}
.cart-table .remove-item span {
  display: none;
}
.cart-table .remove-item:before {
  width: 16px;
  height: 16px;
  color: red;
  position: absolute;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/woodkingdom/img/remove.svg') no-repeat center;
  background-size: 12px;
  top: 3px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 800;
}
.cart-table .remove-item:hover {
  opacity: 1;
}
.cart-table .remove-item:hover:before {
  color: #fff;
}
.cart-table tr {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(50% - 10px);
  }
  .cart-table tr td {
    text-align: center !important;
  }

  .cart-table .remove-item {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
@media only screen and (max-width: 400px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.cart-table tr td {
  background: transparent;
  border: none !important;
  min-height: 46px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cart-table tr td .p-label {
  display: none;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #B0BACE;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td .p-label {
    display: none !important;
  }
}
.cart-table tr td.cart-p-image {
  background: #fff;
}
.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 600;
}

.cart-table tr td.p-availability strong[style="color: #009901"],
.cart-table tr td .cart-related-availability strong[style="color: #009901"] {
  color: #64B32E !important;
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: block;
  align-items: center;
  justify-content: flex-start;
  width: 100px;
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-name a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart-table tr td.p-total {
    flex-direction: row;
    justify-content: center !important;
    max-width: 100px;
    text-align: center !important;
    margin: 0 auto;
    min-width: 100px;
  }
}
.cart-table tr td.p-total strong {
  font-size: 1em;
  font-weight: 700 !important;
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -5px;
}
.cart-table tr td.p-total .p-label {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  text-transform: none;
  font-weight: 500;
  font-size: 0.9em;
  color: #000;
  margin-bottom: 0px;
  margin-top: 0px;
}

.cart-table tr td.p-price {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-price {
    padding: 0 !important;
    min-height: inherit;
    text-align: right !important;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 65px !important;
    margin-bottom: -15px;
  }
}
.cart-table tr td.p-price {
  display: none !important;
}
.cart-table tr td.p-price .p-label {
  display: none !important;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  text-transform: none;
  font-weight: 500;
  font-size: 0.9em;
  color: #000;
  margin-bottom: 3px;
}
.cart-table tr td.p-price .price-final {
  color: #000;
  font-weight: 400;
  font-size: 0.9em;
  text-decoration: line-through;
}
.cart-table tr td.p-price.show {
  display: flex !important;
}
.cart-table tr td.p-price .unit-value {
  color: #000;
  display: none;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #1E1E1C;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
/*.cart-table tr:first-child .p-label {
  display: none !important;
}*/
@media only screen and (max-width: 767px) {
  .cart-table tr:first-child .p-label {
    display: none !important;
  }
}
/*.cart-table tr:first-child .p-total .p-label {
  display: none !important;
}*/
/*@media only screen and (max-width: 767px) {*/
/*.cart-table tr:first-child .p-total .p-label {*/
/*display: none !important;*/
/*}*/
/*}*/
#checkoutSidebar .next-step {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 0;

  /* @media @tablet-port {
      .next-step-forward,
      .next-step-finish {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        border: 10px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        height: 70px;
      }
    }*/
}
#checkoutSidebar .next-step .next-step-back {
  margin: 0 0 15px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin-right: auto;
}
#checkoutSidebar .consents {
  padding: 15px 0 0 0;
  clear: both;
  font-size: 0.8em;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
  color: #ccc;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
  color: #ccc;
}
#checkoutContent input[type="checkbox"]+label::after, #checkoutContent input[type="radio"]+label::after {
  background-color: transparent;
}
#checkoutContent .form-group {
  flex-direction: column;
  align-items: flex-start !important;
}

#checkoutContent .form-group .form-control {
  height: 48px;
  padding-left: 20px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .form-group .form-control {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .form-group .form-control {
    width: 100%;
  }

  #checkoutContent .form-group select {
    height: 48px !important;
  }
}

#checkoutContent .form-group select {
  height: 57px;
  padding-left: 20px;
  border-radius: 50px;
}

#checkoutContent .form-group label {
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  line-height: initial;
  margin-top: 15px;
  width: auto;
}
#checkoutContent .form-group label[for="login"] {
  font-size: 1em;
}
#checkoutContent .form-group a {
  min-height: 10px;
  line-height: 10px;
  margin-bottom: 25px !important;
}
#checkoutContent input[type="checkbox"] + label::before,
#checkoutContent input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
#checkoutContent input[type="checkbox"] + label::after,
#checkoutContent input[type="radio"] + label::after {
  width: 14px;
  height: 14px;
  left: 4px;
}
#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
  padding-left: 35px;
}
#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
  margin-bottom: 12px !important;
}
#checkoutContent .cart-header {
  margin-bottom: 30px;
}
#checkoutContent .cart-content {
  background: #fff;
}

#checkoutContent .cart-content .co-box.co-basic-information,
#checkoutContent .cart-content .co-box.co-delivery-method,
#checkoutContent .cart-content .co-box.co-payment-method {
  border: 3px solid #FAFAFA;
  border-radius: 20px;
  padding: 0px 25px 20px !important;
  margin-bottom: 25px;
}
.order-button-suffix {
  font-size: 0.7em;
  margin-top: -2px;
  margin-bottom: -7px;
}
.phone-combined-input {
  max-width: initial;
}
.co-box .validator-msg, .js-validator-msg {
  margin-left: 0;
}
.co-box .phone-combined-input {
  width: 100%;
}
.co-box .phone-combined-input #phone {
  max-width: 310px;
  width: 100%;
  margin-left: 10px;
}
.cart-content {
  background: #fff;
  border-radius: 10px;
  padding: 0px !important;
}
.validator-msg+input, .js-validator-msg+input, .validator-msg+select, .js-validator-msg+select, .validator-msg+.phone-combined-input, .js-validator-msg+.phone-combined-input {
  margin-left: 0;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
        padding: 0 15px 20px 15px;
      }*/
}
#checkoutContent .cart-content .box .form-group .btn:hover {
  color: green;
}
#checkoutContent .cart-content .box .form-group .btn {
  padding: 0;
  height: auto;
  background: transparent;
  text-transform: none;
  margin: 10px 0;
  color: #1E1E1C !important;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
  border: none;
}
#checkoutContent .cart-content .co-box {
  padding: 0 !important;
  background: transparent;
  margin-bottom: 15px;
  border-radius: 10px;
}
#checkoutContent .cart-content .co-box h4 {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: none;
  margin: 20px 0 10px 0;
  padding: 0 0 0 50px;
  position: relative;
  color: #000;
  letter-spacing: 0;
  font-family: 'Mulish', cursive !important;
}
/*@media only screen and (max-width: 1440px) {
  .cart-content .next-step .btn {
    min-width: 170px !important;
  }
}*/
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4 {
    font-size: 1.2em;
  }
}
#checkoutContent .cart-content .co-box h4:after {
  display: none;
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 40px;
  height: 30px;
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/woodkingdom/img/main-info.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-contact-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/user.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-billing-address h4:before,
#checkoutContent .cart-content .co-box.co-shipping-address h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/adress.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-delivery-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/truck.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-payment-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/credit-card.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box .radio-wrapper {
  border: none !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}

.co-box .radio-wrapper input[type="checkbox"] + label::before, .radio-wrapper input[type="radio"]+label::before {
  border-color: #000;
  background: transparent;
  border-width: 2px;
}

.co-box .radio-wrapper input[type="checkbox"] + label::after, .radio-wrapper input[type="radio"]+label::after {
  background: transparent;
}

.co-box .radio-wrapper.active label &gt; span b, .co-box .for-free {
  color: #000;
}

.co-box .form-group {
  width: 100% !important;
}

.co-box .payment-info b, .payment-shipping-price {
  text-transform: none;
  color: #383C43;
}

.co-box .radio-wrapper input[type="checkbox"]:checked + label::before, .radio-wrapper input[type="radio"]:checked+label::before {
  border-color: green;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after, .radio-wrapper input[type="radio"]:checked+label::after {
  background: green;
}

#checkoutContent .cart-content .co-box .radio-wrapper.active {
  background: #FAFAFA;
  border-radius: 50px;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  font-weight: 600;
  align-items: flex-start;
  cursor: pointer;
  padding: 22px 0 22px 32px;
  margin: 0 !important;
}
#checkoutContent .cart-content .co-box.co-delivery-method label:hover b,
#checkoutContent .cart-content .co-box.co-payment-method label:hover b {
  color: #5c5c5c;
}
#checkoutContent .cart-content .co-box.co-delivery-method label b,
#checkoutContent .cart-content .co-box.co-payment-method label b {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .co-box.co-delivery-method label,
  #checkoutContent .cart-content .co-box.co-payment-method label {
    margin-bottom: 20px;
  }
}
#checkoutContent .cart-content .stay-in-touch {
  padding: 0;
}
#checkoutContent .cart-content #note fieldset {
  border: none !important;
  margin: 0 auto;
}
#checkoutContent .cart-content #shipping-address {
  margin-bottom: 15px;
}
#checkoutContent .cart-content #shipping-address fieldset {
  max-width: inherit;
}
#checkoutContent .cart-content .co-contact-information {
  padding-bottom: 15px !important;
}
#checkoutContent .cart-content .co-box-additional {
  padding: 30px 0px 10px 0px !important;
}
textarea.form-control {
  margin-top: 10px;
  border-radius: 20px;
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .form-group,
  #checkoutContent .cart-content .shipping-billing-table,
  #checkoutContent .cart-content .shipping-billing-table {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content #note {
    margin: 0 10px 20px 10px;
  }
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-price {
  font-weight: 600;
  color: #000;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name a span {
  font-weight: 300;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name a {
  color: #000;
  font-weight: 600;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name {
  text-transform: none;
  font-weight: 300;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-amount {
  display: none;
}
.cart-content .order-summary .cart-items .cart-item &gt; div {
  border: none;
}
.cart-content .order-summary .cart-items {
  display: block;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.cart-content .order-summary .price-wrapper .price-label {
  width: 50%;
  font-size: 1.1em;
  padding-top: 5px;
}
.cart-content .order-summary .price-wrapper .price-label.price-secondary {
  font-size: 0.9em;
}
.cart-content .order-summary .order-summary-inner {
  padding: 0;
}
.cart-content .order-summary .order-summary-inner .matrixprice {
  display: none;
}
.cart-content .order-summary .order-summary-inner h4 {
  margin: 0 0 30px 0;
  display: block !important;
  text-transform: none;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.4em;
  font-family: 'Mulish', cursive !important;
}
.cart-content .order-summary .order-summary-inner h4:after {
  display: none;
}
.order-summary .price-primary {
  color: #000;
}
.order-summary #shipping-billing-summary {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.order-summary .cart-item {font-size: 0.95em;}
.cart-content .order-summary .recapitulation-single {
  display: flex;
  justify-content: space-between;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .next-step {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  flex-direction: row;
  align-items: center;
  /*&amp;:before {
      width: 100%;
      height: 1px;
      content: '';
      background: @border;
      position: absolute;
      top: 0;
      left: 0;
    }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cart-content .next-step .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  min-width: 190px;
  float: right;
  width: auto;
  font-size: 17px;
  padding: 0 30px;
  border: none;
  text-transform: none;
  text-align: center;
  margin: 0;
  height: 48px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  width: auto;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  border-radius: 10px !important;
  background: #AF3335 !important;
}
.cart-content .next-step .btn:hover {
  background: #9c2f31 !important;
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cart-content.summary-wrapper {
  /* @media @tablet-port {
       position: fixed;
       bottom: 0;
       width: 100%;
       z-index: 9;
       left: 0;
       border-radius: 0;
       padding: 5px 10px 10px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       border: none;

       .price {
         font-size: 1.2em !important;
       }

       .next-step {
         margin-top: 0;
         padding-top: 3px;

         .btn {
           border-radius: 0;
         }
       }
     }*/
}
.back-shopping-link .next-step-back {
  padding: 1px 0 0 22px;
}
.cart-content.summary-wrapper .next-step-back {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.cart-content.summary-wrapper .next-step-back:before {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  display: inline-block;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/woodkingdom/img/cart-back.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.next-step-forward::after {
  display: none;
}
.order-button-text {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-content.summary-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1.1em;
  letter-spacing: 0;
  font-weight: 700;
  width: 50%;
  color: #000;
  flex: inherit;
  padding-top: 5px;
}
.cart-content.summary-wrapper .price-wrapper .price-label.price-secondary,
.cart-content.summary-wrapper .price-wrapper .price-secondary {
  color: #939393;
  font-weight: 400;
  font-size: 0.9em;
  padding-top: 0;
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0;
  width: 50%;
  text-align: right;
  color: #000;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 1.4em;
  }
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 15px 0;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: '\e92a';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 72px;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 500;
  color: #1E1E1C;
}
.cart-content .extra.discount {
  display: block;
  position: relative;
}
.cart-content .extra.discount:before {
  /*content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: '\e92a';
  font-family: 'shoptet' !important;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/truck.svg');
}
.cart-content .cart-summary {
  padding-top: 0;
  position: relative;
  padding-bottom: 20px;
  padding: 0 20px;
  /* @media @mobile-land {
       padding-bottom: 115px;
     }*/
}
.cart-content .cart-summary h4, .ordering-process.id--9 .cart-summary &gt; h4 {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  margin-top: 0;
  text-align: center;
  display: block !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .cart-content .cart-summary h4 {
    font-size: 1.2em;
  }
}
.cart-content .cart-summary h4:after {
  display: none;
}
.next-step .next-step-back {
  margin-right: auto;
}
.cart-content .cart-header {
  position: relative;
  display: flex !important;
  padding: 0;
  width: 100%;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  border-bottom-width: 0 !important;
  margin: 0 0 20px 0;
  width: 100%;
  padding-bottom: 25px !important;
  position: relative;
  top: -52px;
  margin-bottom: -50px !important;
  max-width: 725px;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cart-content .cart-header:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header:before {
  width: 90%;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  content: '';
  transform: translate(-50%, -50%);
  /*@media @1500-min {
        width: 550px;
      }*/
}
@media only screen and (max-width: 1200px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header:before {
    display: none;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .cart-content .cart-header li {
    width: auto;
    padding: 0;
    display: block;
    border: none;
  }

  .ordering-process .top-navigation-bar .responsive-tools {
    padding-right: 40px;
  }

  .cart-content.summary-wrapper .price-wrapper {
    margin-bottom: 0;
  }

  .cart-table tr td {
    width: 100%;
    text-align: center !important;
    align-items: center;
    padding: 5px 0 !important;
  }

  .cart-table tr td .quantity {
    margin: 0;
  }

  .cart-content .cart-header li a span, .cart-content .cart-header li strong span {
    padding: 5px 0 !important;
    font-size: 0.9em !important;
  }

  .cart-content .cart-header:before {
    display: none;
  }
  .cart-content .cart-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li {
    width: 100%;
  }
  .ordering-process .quantity-form .quantity .increase, .ordering-process .quantity-form .quantity .decrease {
    width: 24px;
    height: 24px;
    top: 16px;
  }
  .ordering-process .quantity-form .quantity .decrease {
    right: auto;
    left: 8px;
    border-style: none;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding: 5px 0;
  }
}

ol.cart-header li.completed span,
ol.cart-header li.active span {
  color: #000 !important;
}

ol.cart-header li.active a, ol.cart-header li.completed a, ol.cart-header li.active strong, ol.cart-header li.completed strong {
  border: none;
}
.cart-content .cart-header li a {
  border: none !important;
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  position: relative;
  font-size: 1.6em;
  padding: 0 22px;
  color: #dcdcdc;
  background: #fff;
  letter-spacing: 0;
  font-family: 'Mulish', cursive !important;
  font-weight: 500 !important;
}

/*.cart-content .cart-header li strong span {
  opacity: 0.4;
}

.cart-content .cart-header li.active strong span {
  opacity: 1;
}*/

.cart-content .cart-header li a,
.cart-content .cart-header li strong{
  padding: 0;
}
@media only screen and (max-width: 1500px) {
  .cart-table .cart-p-image {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    letter-spacing: 0.5px;
    font-size: 1.5em;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.1em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 0;
  }
}
.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before {
  display: none;
}
.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
  padding-left: 0;
}
.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
  padding-right: 0;
}
.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .discount-coupon {
  /*position: absolute;
    left: 20px;
    bottom: 10px;
    width: calc(~'100% - 40px');*/
  padding-left: 0;
}
.cart-content .extras-wrapper .extras-col form button, .cart-content .extras-wrapper .extras-col form .btn {
  border: 1px solid;
}
.cart-content .discount-coupon label {
  font-size: 1.2em;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  color: #292b32;
  line-height: 18px;
}

.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.cart-content .discount-coupon .applied-coupon strong {
  font-weight: 500;
}
.cart-content .discount-coupon .applied-coupon form {
  width: 50px;
}
.cart-content .discount-coupon .applied-coupon form fieldset {
  padding: 0;
}
.cart-content .discount-coupon .applied-coupon form .btn {
  width: 38px;
  margin-left: 15px;
  height: 25px;
  min-width: inherit;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
}
.cart-content .discount-coupon:before {
  display: none;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
  /*min-width: 300px;*/
}
.cart-content .discount-coupon form input {
  border: 1px solid #ADADAD;
  border-radius: 50px 0 0 50px;
  border-right: none;
  height: 50px;
  padding-left: 20px;
  font-size: 1.2em;
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 0.9em;
}
.cart-inner .contact-box {
  padding: 0;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 80px;
  margin-left: -2px;
  height: 38px;
  min-height: 38px;
  border-radius: 0 5px 5px 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  height: 50px;
  max-width: 80px;
  padding: 0;
  border-radius: 40px;
  margin-left: -20px;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.cart-content .free-gift .free-gifts-wrapper .free-gift-name {
  font-size: 13px;
  line-height: 1.2em;
}
.cart-content .free-gift .free-gifts-wrapper .free-gifts li {
  width: 100%;
}
.ordering-process {
  background: #fff !important;
}
#checkoutContent .cart-content .co-contact-information,
#checkoutContent .cart-content .co-billing-address,
#checkoutContent .cart-content .co-shipping-address,
#checkoutContent .cart-content .co-box-additional {
  border: 3px solid #FAFAFA;
  border-radius: 20px;
  padding: 5px 25px 25px !important;
  margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .co-contact-information, #checkoutContent .cart-content .co-billing-address, #checkoutContent .cart-content .co-box-additional {
    padding: 5px 15px 15px !important;
  }
}
#checkoutContent .cart-content .co-box-additional {
  padding-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  /*.cart-content .free-gift .free-gifts-wrapper {
    margin-right: 40px;
  }*/
}
.cart-content .free-gift .free-gifts-img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  min-width: 36px;
  align-items: center;
  justify-content: center;
}
.cart-content .free-gift .free-gifts-img-hover {
  display: none;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  background: transparent;
  padding: 10px 10px 10px 50px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra:before {
  left: 2px;
}
.cart-content .extras-wrapper .extras-col {
  width: 100%;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0 !important;
  align-items: center;
  flex-direction: column;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
.cart-empty h1.cart-heading {
  margin-bottom: 20px;
}
.cart-row {
  justify-content: space-between;
}
.cart-row .col-md-8 {
  padding-right: 30px !important;
  flex: 0 0 67%;
  max-width: 67%;
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .cart-row .col-md-8 {
    padding-right: 20px !important;
    width: 100%;
    max-width: 100%;
    flex: 1;
    padding-bottom: 20px;
  }

  .cart-row .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1;
  }

  .cart-row&gt;div.col-md-8, .cart-row&gt;div.col-md-4 {
    display: flex;
    flex-direction: column;
  }

  .ordering-process .cart-content.checkout-box-wrapper, .ordering-process .checkout-box {
    display: block !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    order: 2;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .cart-row .col-md-4 {
    width: 100% !important;
  }

  .next-step {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
.cart-row .col-md-4 {
  flex: inherit;
  width: 33%;
  padding-top: 0px;
  padding-left: 0;
  max-width: 440px;
  display: flex;
  flex-direction: column;
}

.cart-row .col-md-4 .cart-content {
  background: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px !important;
}

.cart-content+.cart-content {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    padding-top:0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-row .col-md-4 {
    padding-top: 0;
  }
}
.cart-row .col-md-4 h4 {
  font-size: 0.95em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#cart-wrapper .back-shopping-link {
  display: none;
}
.back-shopping-link a {
  display: inline-block;
  line-height: inherit;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  margin: 50px 0 20px 0;
}
.back-shopping-link a:before {
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  content: '' !important;
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg') no-repeat center;
  background-size: 16px;
}
@media only screen and (max-width: 767px) {
  .back-shopping-link {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .top-nav-button-login,
  .ordering-process #header .header-top .top-nav-button-account {
    margin-right: 0;
    right: 0;
    width: 30px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .dropdown {
    right: 115px;
  }
}
.ordering-process #content-wrapper {
  position: relative;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
.ordering-process .checkout-box {
  border-radius: 5px;
}
.ordering-process #header .header-top .navigation-buttons {
  display: none;
}
@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    right: 20px !important;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 87px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ordering-process #header .header-top .top-nav-button-login {
    right: 15px;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process .top-navigation-bar .nav-part .responsive-tools {
    width: 125px;
    justify-content: flex-end;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box {
  margin-top: 20px;
  padding: 25px !important;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 25px;
  color: #fff;
  padding: 2px 20px;
  margin-top: 55px !important;
  background: #FAFAFA;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px 30px !important;
}
.checkout-box .box.box-sm {
  visibility: visible;
  height: auto;
  transform: none;
  overflow: visible;
}
.ordering-process .checkout-box-wrapper .btn,
.ordering-process .checkout-box .btn,
.ordering-process .cart-empty .col-md-4 .cart-content .btn {
  display: block;
  background: transparent;
  border: none;
  text-align: left;
  color: #000;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  font-family: 'Mulish', cursive !important;
  font-size: 1.3em;
}
.ordering-process .checkout-box-wrapper .btn span,
.ordering-process .checkout-box .btn span,
.ordering-process .cart-empty .col-md-4 .cart-content .btn span {
  display: none;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4 {
  /* display: none; */
  text-transform: none;
  margin-bottom: 15px;
  font-family: 'Mulish', cursive !important;
  font-weight: 600;
  font-size: 1.4em;
}
.ordering-process .checkout-box-wrapper .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img,
.ordering-process .checkout-box-wrapper .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
  display: none;
}
.contact-box {
  min-height: initial;
}
.next-step.next-step:lang(sk) {
  flex-wrap: initial !important;
}
.next-step:lang(sk) .next-step-back {
  flex: 1 1 auto;
  width: 100%;
  margin-top: 0 !important;
  text-align: left !important;
}
.contact-box a:hover {
  text-decoration: underline !important;
}
.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
  /*display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;*/
}
.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper .contact-box ul li,
  .ordering-process .checkout-box .contact-box ul li,
  .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #000;
  text-decoration: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.cellphone,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail,
.ordering-process .checkout-box .contact-box ul li span.mail,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail {
  display: block;
  padding-left: 30px;
  color: #000;
  position: relative;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -4px;
  margin-left: -5px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
  content: '\e92d';
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: '\e924';
  font-weight: 500;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }

  .cart-content .cart-summary {
    padding: 0;
  }

  .cart-row .col-md-4 .cart-content {
    padding: 15px !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}
@media only screen and (max-width: 480px) {
  .payment-logo {
    display: none;
  }
}

.order-summary-item.price {
  border: none;
  padding-top: 0;
}

#checkoutSidebar {
  top: 0 !important;
}

.order-summary .order-summary-item {
  color: #000 !important;
}
.order-summary-item.helper&gt;div:first-child {
  flex: 0 0 145px;
  color: #000;
}

.order-summary-item.helper&gt;div:last-child {
  flex: 1 1 calc(100% - 145px);
  text-align: right;
  color: #000;
}

@media (max-width: 1200px) {
  #checkoutContent .back-shopping-link {
    display: none;
  }

  #checkoutContent {
    padding-bottom: 0;
  }
}

.order-summary-item.helper {
  display: none;
}

.recapitulation-single&gt;strong {
  color: #000;
  font-weight: 400;
}

.order-recapitulation strong span, .recapitulation-single strong span {
  font-weight: 400;
}

.payment-shipping-price {
  padding-left: 10px;
  font-weight: 700;
  text-transform: lowercase;
  /* &amp;.for-free {
    color: #26ba2a;
  }*/
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row label {
  min-width: 130px;
}
#watchdog-form .disclaimer {
  color: #666666;
  display: block;
}
#watchdog-form .disclaimer.hidden {
  display: none;
}
.recapitulation-wrapper .co-box {
  border: 3px solid #FAFAFA;
  border-radius: 20px;
  padding: 10px 30px 30px 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recapitulation-wrapper .co-box h4::before {
  content: '\e922';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-family: 'shoptet';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: none;
}
.order-complete-links .btn {
    text-transform: none;
    border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4::before {
    display: none;
  }
}
.recapitulation-wrapper .cart-table {
  max-width: 500px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-collapse: inherit;
  margin: 20px 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .cart-table {
    margin: 20px 0;
    border: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .recapitulation-wrapper .cart-table .p-quantity {
    display: block;
    min-height: auto;
  }

  .cart-table {
    border: none;
  }

  .cart-table tbody {
    padding: 0;
  }
}
.recapitulation-wrapper .cart-table tr {
  justify-content: flex-start;
}
.recapitulation-wrapper .cart-table tr:last-child:after {
  display: none;
}
.recapitulation-wrapper .co-box.co-payment-method h4::before {
  content: '\e926';
}
.recapitulation-wrapper .co-box.co-order h4::before {
  content: '\e925';
}
.recapitulation-wrapper table {
  width: 100%;
  max-width: 400px;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    flex-direction: column;
    justify-content: center;
  }
}
.recapitulation-wrapper .co-box h4 {
  margin-left: -60px !important;
  padding-left: 60px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4 {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.cart-empty .cart-content {
  padding: 20px;
}
.in-dekujeme .reca-number {
  text-align: center;
}
.in-dekujeme .cart-table .p-quantity {
  align-items: center;
}
.in-dekujeme .order-summary-item.total {
  margin-top: 20px;
}
.in-dekujeme .cart-table {
  margin: 0;
  max-width: 700px;
}
.in-dekujeme .cart-table tr {
  border: none;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
.in-dekujeme h4:before {
  display: none !important;
}

.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 72px;
}

.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 500;
  color: #1E1E1C;
}

.cart-content .extra.discount {
  display: block;
  position: relative;
  padding-left: 45px;
}

.cart-content .extra.discount:before {
  /*content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: '\e92a';
  font-family: 'shoptet' !important;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}

.cart-content .extra.delivery::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/enemiq/img/cart-truck.svg');
}
.cart-content .extra.discount::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/alegrecafe/img/percents.svg');
}

.cart-content .extra.delivery {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-top: none;
  padding-left: 50px;
}</pre></body></html>