@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item,
.owl-wrapper {
    -webkit-transition: none;
    transition: none;
}

.owl-carousel:after,
.owl-carousel:before,
.owl-stage-outer:after,
.owl-stage-outer:after,
.owl-stage:after,
.owl-stage:before,
.owl-item:after,
.owl-item:before,
.owl-item .item:after,
.owl-item .item:before {
    -webkit-transition: none;
    transition: none;
}

.website-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

/*
html,
body {
  padding: 0;
  margin: 0;
  background-color: #f4f3ee;
}

* {
  font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}


.edgy-container button {
  display: block;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  border: none;
}

.edgy-container button a {
  color: inherit;
  text-decoration: inherit;
}
*/

.edgy-container input[type="radio"]:hover,
.edgy-container input[type="checkbox"]:hover {
    cursor: pointer;
}

.edgy-container input[type="radio"],
.edgy-container input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.edgy-container input[type="radio"]:checked, .edgy-container input[type="radio"]:active,
.edgy-container input[type="checkbox"]:checked,
.edgy-container input[type="checkbox"]:active {
    border: 1px solid #459362;
}

.edgy-container input[type="radio"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 50%;
    outline: none;
    position: relative;
}

.edgy-container input[type="radio"]:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
}

.edgy-container input[type="radio"]:checked:before {
    background: #459362;
}

.edgy-container input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 3px;
    outline: none;
    position: relative;
}

.edgy-container input[type="checkbox"]:checked, .edgy-container input[type="checkbox"]:active {
    border: 1px solid #999999;
}

.edgy-container input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.edgy-container input[type="checkbox"]:checked:before {
    background: #459362;
}


.reknihy-h2, .reknihy-h3 {
    text-transform: none;
}

.text-lighter {
    font-weight: 500 !important;
}

.white {
    color: #fff;
}

.grey {
    color: #999999;
}

.green {
    color: #459362 !important;
}

.limegreen {
    color: #A7C957 !important;
}

.warning {
    color: #e12d33;
}

.text-right {
    text-align: right;
}

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

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

.margin-top-2 {
    margin-top: 40px;
}

.margin-top-3 {
    margin-top: 60px;
}

.padding-top-3 {
    padding-top: 60px;
}

.padding-bottom-4 {
    padding-bottom: 80px;
}

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

.margin-bottom-2 {
    margin-bottom: 40px !important;
}

@media (min-width: 576px) {
    .medium-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .mediumAlt-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.small-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .small-only {
        display: block;
    }
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
    top: 0;
}

.reknihy-h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.reknihy-h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.reknihy-h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.reknihy-p,
.reknihy-span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.reknihy-p-small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #cccccc;
}

.reknihy-author {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #cccccc;
    margin-bottom: 15px;
}

.reknihy-h4 a,
.reknihy-h3 a {
    color: inherit;
    text-decoration: inherit;
}

.reknihy-button-green {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #459362;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.reknihy-button-green:hover {
    color: #fff;
}

.reknihy-link {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.reknihy-button-modal {
    display: inline-block;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    border: none;
    background-color: #ba1b02;
    color: #fff;
    font-size: 13px !important;
    line-height: 17px;
    padding: 6px 3px 4px;
    border-radius: 6px;
    font-weight: 500;
}

.reknihy-button-modal-blue {
    display: inline-block;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    border: none;
    background-color: #002776;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 3px 4px;
    border-radius: 6px;
    font-weight: 500;
}

.reknihy-button-modal:hover, .reknihy-button-modal-blue:hover {
    color: #fff;
}


.reknihy-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.reknihy-modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: grow 0.5s;
    animation: grow 0.5s;
}

.reknihy-modal .reknihy-modal-inner {
    width: 200px;
    height: 200px;
    background-color: white;
    color: #999999;
    margin: auto;
    position: relative;
}

.reknihy-modal .reknihy-close-modal {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    background-color: transparent;
    font-size: 30px;
}

.reknihy-divider {
    border: none;
    border-top: 1px solid #f2f2f2 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.reknihy-coupon.is-active {
    border: 2px dashed #cccccc;
}

.reknihy-input {
    padding: 20px;
    position: relative;
}

.reknihy-input input {
    border-radius: 100px;
    border: 1px solid #999999;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    width: calc(100% - 60px);
    margin-right: 20px;
    outline: none;
}

.reknihy-input button {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 30px;
    color: #e12d33;
}

.reknihy-input button:hover {
    cursor: pointer;
}

.reknihy-input.code-ok {
    padding-bottom: 40px !important;
}

.reknihy-checkout__coupon.code-ok .code-input-message {
    color: #459362;
    display: block !important;
    font-size: 13px;
    font-weight: 600;
}

.reknihy-input.code-error {
    padding-bottom: 40px !important;
}

.reknihy-checkout__coupon.code-error .code-input-message {
    color: #e12d33;
    display: block !important;
    font-size: 13px;
    font-weight: 600;
}

.reknihy-header {
    background-color: #f8f7f1;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reknihy-logo {
    padding: 0 30px;
}

.reknihy-breadcrumbs {
    width: 100%;
    /* padding: 20px 0; */
    padding: 0;
    margin-bottom: 0 !important;
}

.reknihy-breadcrumbs .item {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.reknihy-breadcrumbs .item a,
.reknihy-breadcrumbs .item span {
    color: #cccccc;
    text-decoration: none;
}

.reknihy-breadcrumbs .item.is-active a,
.reknihy-breadcrumbs .item.is-active span {
    color: #459362;
}

.reknihy-breadcrumbs .divider {
    width: 30px;
    height: 1px;
    background-color: #cccccc;
}

#progress-bar {
    height: 10px;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#progress-bar-inner {
    height: 100%;
    background-color: #459362;
    border-radius: 20px;
    -webkit-animation: load 3s normal forwards;
    animation: load 3s normal forwards;
    -webkit-box-shadow: 0 10px 40px -10px #fff;
    box-shadow: 0 10px 40px -10px #fff;
    width: 0;
}

.reknihy-i-have-coupon {
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
}

.reknihy-cart--not_empty {
    margin-bottom: 10px;
}

.reknihy-cart-main .reknihy-summary {
    margin-bottom: 0;
}

.reknihy-cart-main .reknihy-summary .free-shipping {
    background-color: #f8f7f1;
    padding: 1em;
}

.reknihy-cart-main .reknihy-summary .total-sale,
.reknihy-summary-checkout .total-sale {
    background-color: #f8f7f1;
    padding: 1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reknihy-cart-main .reknihy-summary .total-sale span.reknihy-h3,
.reknihy-summary-checkout .total-sale span.reknihy-h3 {
    color: #459362;
}

.reknihy-cart-main .reknihy-summary .total-sale img,
.reknihy-summary-checkout .total-sale img {
    margin-left: 4px;
    margin-bottom: 2px;
}

.reknihy-cart-main .reknihy-summary .total-sale .reknihy-h3,
.reknihy-summary-checkout .total-sale .reknihy-h3 {
    margin: 0.2em !important;
}

.reknihy-large-button {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    width: calc(100% - 30px);
    z-index: 200;
}

.reknihy-large-button .left {
    background-color: #eeecdd;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 15px 18px;
}

.reknihy-large-button .left p {
    margin-bottom: 0;
}

.reknihy-large-button .left h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
}

.reknihy-large-button button,
.reknihy-large-button a {
    background-color: #459362;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    outline: none;
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.reknihy-large-button button:hover,
.reknihy-large-button a:hover {
    color: #FFF;
}

.reknihy-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.cart-item-image {
    position: relative;
    min-width: 120px;
    max-height: 160px;
}

.cart-item-image img {
    border-radius: 6px;
    max-width: 120px;
    max-height: 160px;
}

.cart-item-image-related {
    position: relative;
    width: 130px !important;
    max-height: 173px !important;
    margin-right: 0 !important;
}

.cart-item-image-related img {
    border-radius: 6px;
    max-width: 130px;
    max-height: 173px;
}

.cart-item-image .cart-item-tag {
    position: absolute;
    top: 10px;
    left: 0;
    background: #e12d33;
    border-radius: 0px 3px 3px 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.cart-item-count {
    padding-bottom: 20px;
}

.cart-item-count-operator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    width: 75px;
    overflow: hidden;
}

.cart-item-count-operator * {
    display: block;
}

.cart-item-count-operator .plus,
.cart-item-count-operator .minus {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-item-count-operator .plus:hover,
.cart-item-count-operator .minus:hover {
    background-color: #e5e5e5;
}

.cart-item-count-operator .minus {
    width: 25px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}

.cart-item-count-operator .plus {
    width: 25px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}

.cart-item-count-operator input {
    width: 25px;
    -moz-appearance: textfield;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    height: 100%;
    color: #999999;
}

.cart-item-count-operator input::-webkit-outer-spin-button,
.cart-item-count-operator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-item-content {
    margin: 0 20px 20px;
}

.cart-item-content > h4 {
    margin-top: 0;
}

.cart-item-price {
    padding-bottom: 10px;
}

.cart-item-price .old {
    text-decoration: line-through;
    color: #cccccc;
}

.cart-item-price .new {
    color: #459362;
    font-weight: bold;
    margin-left: 10px;
    white-space: pre;
}

.cart-item-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item-action .delete,
.cart-item-action .wishlist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    color: #cccccc;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.cart-item-action .delete:before,
.cart-item-action .wishlist:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.cart-item-action .delete {
    margin-right: 20px;
}

.cart-item-action .delete:before {
    background-image: url("../assets/bin.svg");
}

.cart-item-action .delete:hover {
    text-decoration: underline;
}

.cart-item-action .wishlist {
    white-space: pre;
}

.cart-item-action .wishlist:before {
    background-image: url("../assets/heart.svg");
}

.reknihy-related-products .edgy-container {
    margin-top: 40px;
    padding-bottom: 150px;
}

.reknihy-related-products .edgy-container h3 {
    text-align: center;
    margin-bottom: 20px;
}

.reknihy-related-product {
    text-align: center;
}

.reknihy-awards .edgy-container {
    background: url("../assets/Background.svg") 387px top repeat-x, -webkit-gradient(linear, left bottom, left top, color-stop(70%, #f2f2f2), color-stop(30%, transparent)) 0 no-repeat;
    background: url("../assets/Background.svg") 387px top repeat-x, linear-gradient(to top, #f2f2f2 70%, transparent 30%) 0 no-repeat;
    background-size: auto;
    background-position: cover;
    padding: 50px 20px;
}

.reknihy-awards .edgy-container img {
    /* height: 50px; */
    display: block;
    margin: 20px 10%;
}

.reknihy-awards-row {
    margin-bottom: 15px;
}

.reknihy-help .edgy-container {
    text-align: center;
    padding: 20px;
}

.reknihy-help .reknihy-help-content {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 50px 20px;
}

.reknihy-mail {
    font-size: 24px;
    line-height: 29px;
    color: #459362;
    display: block;
    margin: 15px;
}

.reknihy-phone {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: block;
    margin: 15px;
}

.reknihy-tabs-container {
    width: 100%;
}

.reknihy-tab {
    border-radius: 6px;
    overflow: hidden;
    background-color: #f8f7f1;
    margin-bottom: 20px;
}

.reknihy-tab > .edgy-container {
    height: auto;
    max-height: 0;
    overflow: hidden;
}

.reknihy-tab .reknihy-tab-item:first-child {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reknihy-tab.is-active > .edgy-container {
    height: auto;
    max-height: 1200px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden;
}

.reknihy-tab.is-active .reknihy-tab-item:first-child {
    margin-top: 20px;
}

.reknihy-tab.is-active .reknihy-tab-customer-form-row:first-child {
    margin-top: 20px;
}

.reknihy-tab.is-complete .reknihy-tab-header img:first-of-type {
    display: block;
}

.reknihy-tab.is-complete .reknihy-tab-header img:last-of-type {
    display: none;
}

.reknihy-tab.is-complete > .edgy-container {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.reknihy-tab.is-open > .edgy-container {
    height: auto;
    max-height: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reknihy-tab.is-open .reknihy-tab-item:first-child {
    margin-top: 20px;
}

.reknihy-tab.is-open .reknihy-tab-customer-form-row:first-child {
    margin-top: 20px;
}

.reknihy-tab.is-active .reknihy-tab-header img:last-of-type, .reknihy-tab.is-open .reknihy-tab-header img:last-of-type {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reknihy-tab.reknihy-cteni {
    border: 1px solid #eeecdd;
    margin-bottom: 40px;
}

.reknihy-tab.reknihy-cteni > .edgy-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-height: 2000px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reknihy-tab.reknihy-cteni label {
    display: block;
    margin: 20px 5px;
}

.reknihy-tab.reknihy-cteni label:first-child {
    margin-top: 0;
}

.reknihy-tab.reknihy-cteni label:last-child {
    margin-bottom: 25px;
}

.reknihy-tab-item {
    min-height: 57px;
    border: 1px solid #eeecdd;
    border-radius: 6px;
    padding: 15px 10px 15px 8px;
    margin-bottom: 15px;
    background-color: #fff;
}

.reknihy-tab-item img {
    margin-right: 5px;
}

.reknihy-tab-item p {
    margin-bottom: 0;
    margin-top: 0;
}

.reknihy-tab-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.reknihy-tab-item-left img {
    height: 17px;
    width: auto;
}

.reknihy-tab-item-extra {
    width: 140px;
    padding-top: 10px;
}

#reknihy-message {
    width: 100%;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    resize: vertical;
    font-family: Montserrat;
    height: 0;
    padding: 0;
    border: none;
    margin: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

#reknihy-message.is-active {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 20px;
    height: 80px;
}

.reknihy-tab-item-middle-1 {
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.reknihy-tab-middle {
    width: calc(100% - 90px);
}

.reknihy-tab-item-right {
    margin-left: auto;
    width: 60px;
    text-align: right;
}

.reknihy-tab-header {
    background-color: #eeecdd;
    height: 60px;
    padding-left: 10px;
    padding-right: 15px;
}

.reknihy-tab-header h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reknihy-tab-header img:first-of-type {
    display: none;
}

.reknihy-tab-header img:last-of-type {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
}

.reknihy-tab-bottom {
    height: 50px;
    margin-bottom: 15px;
    position: relative;
}

.reknihy-tab-bottom a {
    margin-right: 20px;
}

.reknihy-tab-bottom.not-selected {
    height: 70px;
    padding-bottom: 20px;
}

.reknihy-tab-bottom.not-selected .reknihy-tab-bottom-message {
    display: block !important;
    -webkit-animation: appear 0.5s;
    animation: appear 0.5s;
}

.reknihy-tab-bottom-message {
    position: absolute;
    bottom: -10px;
}

.reknihy-summary-checkout {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.reknihy-summary-checkout .edgy-container {
    background: url("../assets/Background.svg") 387px top repeat-x, -webkit-gradient(linear, left bottom, left top, color-stop(70%, #f2f2f2), color-stop(30%, transparent)) 0 no-repeat;
    background: url("../assets/Background.svg") 387px top repeat-x, linear-gradient(to top, #f2f2f2 70%, transparent 30%) 0 no-repeat;
    padding: 32px 20px 20px;
}

.reknihy-summary-checkout .edgy-container .reknihy-summary-checkout-item:nth-child(n + 6) {
    display: none !important;
}

.reknihy-summary-checkout .edgy-container img {
    margin: -2px 7px 0 0;
}

.reknihy-summary-checkout.show-all .reknihy-summary-checkout-item:nth-child(n + 6) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.reknihy-summary-checkout-item h4 {
    width: 80%;
}

.reknihy-summary-checkout-selected {
    margin-top: 12px;
    position: relative;
}

.reknihy-summary-checkout-selected .empty-message {
    display: none;
}

.reknihy-summary-checkout-selected.empty .reknihy-summary-checkout-selected-item {
    background-color: #fff;
    border: 1px dashed #999999;
}

.reknihy-summary-checkout-selected.empty .reknihy-summary-checkout-selected-item * {
    visibility: hidden;
}

.reknihy-summary-checkout-selected.empty .empty-message {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    color: #999999;
    width: 100%;
    text-align: center;
}

.reknihy-summary-checkout-selected-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-height: 72px;
}

.reknihy-summary-checkout-selected-item h3 {
    margin: 0;
}

.reknihy-summary-checkout-selected-item h4 {
    margin-bottom: 0.2em;
}

.reknihy-tab-plus {
    margin-bottom: 15px;
}

.reknihy-tab-customer-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reknihy-tab-customer-form-row:not(:last-child) input:first-child {
    margin-right: 5px;
}

.reknihy-tab-customer-form-row:not(:last-child) input:last-child {
    margin-left: 5px;
}

.reknihy-tab-customer-form-row .address {
    width: 100%;
}

.reknihy-tab-customer-form + a {
    display: block;
    margin-bottom: 20px;
}

.reknihy-tab-customer-form .reknihy-tab-customer-form-input {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.reknihy-tab-customer-form .reknihy-tab-customer-form-input a,
.reknihy-tab-customer-form .reknihy-tab-customer-form-input p {
    display: none;
}

.reknihy-tab-customer-form .reknihy-tab-customer-form-input.wrong input {
    border-color: #e12d33;
}

.reknihy-tab-customer-form .reknihy-tab-customer-form-input.wrong a,
.reknihy-tab-customer-form .reknihy-tab-customer-form-input.wrong p {
    display: block;
}

.reknihy-tab-customer-form .reknihy-tab-customer-form-input.not-login .reknihy-login-link {
    display: block;
}

.reknihy-tab-customer-form .address {
    margin-bottom: 20px;
}

.reknihy-tab-customer-form .address a,
.reknihy-tab-customer-form .address p {
    display: none;
}

.reknihy-tab-customer-form .address.wrong input {
    border-color: #e12d33;
}

.reknihy-tab-customer-form .address.wrong a,
.reknihy-tab-customer-form .address.wrong p {
    display: block;
}

.reknihy-tab-customer-form input {
    border-radius: 100px;
    border: 1px solid #999999;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    color: #999999;
    outline: none;
    width: calc(100% - 30px);
}

.reknihy-different-address {
    display: none;
}

.reknihy-different-address.is-active {
    display: block;
}

.reknihy-company {
    display: none;
}

.reknihy-company.is-active {
    display: block;
}

.reknihy-gdpr {
    padding-bottom: 20px;
    padding-top: 5px;
}

.reknihy-gdpr > a {
    margin-top: 5px;
    margin-bottom: 5px;
    /* display: block; */
    text-decoration: underline;
}

.reknihy-gdpr label {
    display: block !important;
    padding-left: 30px;
}

.reknihy-gdpr label input {
    margin-right: 8px !important;
    margin-left: -25px !important;
}

.reknihy-gdpr label a {
    display: inline-block;
}

.reknihy-podminky {
    display: none;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.reknihy-podminky.is-active {
    display: block;
    margin-bottom: 10px;
}

.reknihy-podminky a {
    display: inline-block;
}

.reknihy-podminky p {
    font-size: 14px;
}

.reknihy-podminky-content {
    max-height: 200px;
    overflow: auto;
    padding: 15px;
}

.reknihy-input-like input {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eeecdd;
    border-radius: 6px;
    margin-right: 10px;
    color: #459362;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    outline: none;
    display: block;
    max-width: 200px;
}

.reknihy-copy-button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    /* width: 60px; */
    text-align: left;
    position: relative;
}

.reknihy-copy-button:hover {
    box-shadow: none;
}

.reknihy-copy-button svg {
    fill: #000;
}

.reknihy-copy-button span {
    visibility: hidden;
    color: #cccccc;
    position: absolute;
    bottom: -28px;
    left: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: none;
}

.reknihy-copy-button.is-active svg {
    fill: #cccccc;
}

.reknihy-copy-button.is-active span {
    visibility: visible;
}

.reknihy-qr-payment {
    text-align: center;
    width: 240px;
    padding: 20px 30px;
    background-color: white;
    border: 1px solid #eeecdd;
    border-radius: 6px;
}

.reknihy-qr-code {
    margin-top: 20px;
}

.reknihy-qr-code img {
    width: 100px;
    height: 100%;
}

.reknihy-graphics {
    display: none;
}

.reknihy-graphics-mobile {
    width: 100%;
}

.reknihy-graphics-mobile img {
    width: 50%;
    max-width: 230px;
    margin: 40px auto;
    display: block;
}

.reknihy-what-next-item {
    border: 1px solid #eeecdd;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reknihy-what-next-item > div {
    width: 50%;
}

.owl-stage {
    left: -30px;
}

.owl-stage .cart-item-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

.owl-stage .cart-item-image {
    min-width: 0;
    max-height: unset;
}

.owl-stage .cart-item-image img {
    margin: auto;
}

.tiptop {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

@media screen and (min-width: 374px) {
    .small-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reknihy-awards {
        padding-left: 0;
        padding-right: 0;
    }

    .reknihy-awards img {
        margin: 0 !important;
    }
}

@media screen and (min-width: 374px) and (max-width: 1024px) {
    .reknihy-awards-row {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (min-width: 576px) {
    .reknihy-breadcrumbs .divider {
        width: 60px;
    }

    .reknihy-breadcrumbs .reknihy-breadcrumbs-content {
        max-width: 500px;
    }

    .reknihy-large-button .left {
        padding-left: 30px;
    }

    .reknihy-awards {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reknihy-what-next-item > div:first-child {
        width: 60%;
    }

    .reknihy-what-next-item > div:last-child {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .reknihy-breadcrumbs .item {
        font-size: 24px;
        line-height: 30px;
    }

    .reknihy-cart--not_empty {
        margin-bottom: 20px;
    }

    .reknihy-cart-main .edgy-container .reknihy-summary {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 360px;
        margin-bottom: 20px;
        position: relative;
    }

    .reknihy-cart-main .edgy-container .reknihy-summary .reknihy-summary-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
    }

    .reknihy-cart-main .edgy-container .reknihy-checkout {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 360px;
        margin-bottom: 20px;
        position: relative;
    }

    .reknihy-cart-main .edgy-container .reknihy-checkout .reknihy-summary-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .reknihy-cart-main .edgy-container .reknihy-cart-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 360px);
    }

    .reknihy-summary-checkout .edgy-container {
        padding-bottom: 25px;
    }

    .reknihy-large-button {
        position: static;
        width: 100%;
    }

    .reknihy-large-button .left {
        padding-left: 18px;
    }

    .reknihy-badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reknihy-tabs-container {
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        width: calc(100% - 400px);
    }

    .reknihy-summary-checkout {
        position: relative;
        max-width: 340px;
    }

    .reknihy-summary-checkout .edgy-container {
        width: 340px;
        margin-bottom: 20px;
    }

    .reknihy-summary-checkout .reknihy-summary-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        z-index: 100;
    }

    .reknihy-tabs-container.reknihy-bank-payment {
        width: 70%;
    }

    .reknihy-tab-customer-form-input {
        -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
        flex: 40% !important;
    }

    .reknihy-graphics {
        display: block;
        height: 100%;
        width: 30%;
    }

    .reknihy-graphics img {
        margin-top: 20px;
        margin-right: 40px;
        width: calc(100% - 80px);
        height: auto;
        margin-left: 40px;
    }

    .reknihy-what-next-item > div {
        width: 70%;
    }

    .reknihy-tab-item-extra {
        width: 100%;
    }

    .reknihy-related-products > .edgy-container {
        padding-bottom: 10px;
    }

    .reknihy-help {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }

    .reknihy-help .edgy-container {
        padding-top: 0;
    }

    .reknihy-awards {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
    }

    .reknihy-tab-middle {
        width: 75%;
    }

    .reknihy-cteni {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .reknihy-cart-item {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 320px;
    }

    .reknihy-large-button .left {
        padding-left: 18px;
    }

    .reknihy-related-products > .edgy-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reknihy-related-products > .edgy-container .reknihy-slider {
        width: calc(45% - 10px);
    }

    .reknihy-related-products > .edgy-container .reknihy-slider h3 {
        text-align: left;
    }

    .reknihy-related-products > .edgy-container .reknihy-badges {
        width: calc(55% - 10px);
    }

    .reknihy-help > .edgy-container {
        padding: 0;
    }

    .reknihy-qr-payment {
        margin-right: 30px;
    }

    .reknihy-graphics {
        width: 40%;
    }

    .reknihy-graphics img {
        margin-right: 90px;
        width: calc(100% - 180px);
        margin-left: 90px;
    }

    .reknihy-tabs-container.reknihy-bank-payment {
        width: 60%;
    }

    .reknihy-tab-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 85%;
    }

    .reknihy-tab-item-middle-1 {
        padding-top: 0;
    }

    .reknihy-tab-item-left {
        width: 228px;
    }
}

@media (min-width: 1090px) {
    .reknihy-tabs-container {
        width: calc(100% - 400px);
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

    .reknihy-tab-item-extra {
        width: 130px;
        display: block;
        margin-left: auto;
        padding-top: 0;
        padding-left: 10px;
    }

    .reknihy-button-modal {
        padding-left: 5px;
        padding-right: 5px;
    }

    .reknihy-tab-item {
        padding: 10px 10px 10px 8px;
    }

    .reknihy-help > .edgy-container {
        padding: 0 20px 20px;
    }
}

@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: var(--free-shipping-percentage);
    }
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: var(--free-shipping-percentage);
    }
}

@-webkit-keyframes appear {
    0% {
        color: rgba(0, 0, 0, 0);
    }
    100% {
        color: black;
    }
}

@keyframes appear {
    0% {
        color: rgba(0, 0, 0, 0);
    }
    100% {
        color: black;
    }
}

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

.reknihy-cart-main-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
}

.reknihy-lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.reknihy-lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 8px;
    border: 5px solid #459362;
    border-radius: 50%;
    animation: reknihy-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #459362 transparent transparent transparent;
}

.reknihy-lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.reknihy-lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.reknihy-lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes reknihy-lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1024px) {
    .reknihy-lds-ring {
        width: 40px;
        height: 40px;
    }
}

img.reknihy-code-check {
    max-width: none;
}

.reknihy-enter-coupon-button.loading img {
    display: none;
}

.reknihy-delete-coupon-button.loading {
    color: #F3F3F3;
}

.reknihy-delete-coupon-button.loading:hover {
    color: #dfdfdf;
}


.reknihy-delete-coupon-button.loading:after,
.reknihy-enter-coupon-button.loading:after {
    opacity: 1;
    transition: opacity .25s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear;
}

.reknihy-delete-coupon-button:after,
.reknihy-enter-coupon-button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity 0s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left-color: #459362;
    border-radius: 50%;
    vertical-align: middle;
}

.edgy-container-space {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#reknihy-message:not(.is-active) {
    display: none;
}


.reknihy-terms,
.reknihy-terms label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.reknihy-terms input[type=checkbox] {
    margin-top: -3px
}

.woocommerce-checkout .whb-color-dark:not(.whb-with-bg),
.woocommerce-checkout .whb-color-dark:not(.whb-with-bg) * {
    background-color: #f8f7f1 !important;
}

.woocommerce-checkout .whb-general-header {
    border-bottom: none;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 0;
}

.woocommerce-checkout input,
.woocommerce-checkout select {
    background-color: #FFF !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-checkout .woocommerce-error {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.reknihy-summary-checkout-selected-item img {
    height: 20px;
}

.reknihy-hide-coupon-button {
    margin-left: 5px;
}

.reknihy-disabled-button {
    background-color: #f2f2f2;
    color: #999999;
}

.reknihy-disabled-button:hover {
    color: #999999;
}

.reknihy-gopay-bank-account-tab {
    align-items: flex-start !important;
    padding-top: 20px;
    padding-bottom: 20px
}

.reknihy-gopay-bank-account-mid {
    align-items: flex-start !important;
}

@media (min-width: 1024px) {
    .reknihy-gopay-bank-account-name {
        line-height: 15px;
    }
}

.reknihy-gopay-bank-account-desc {
    max-width: calc(85% - 200px);
    display: block
}

@media (max-width: 1023px) {
    .reknihy-gopay-bank-account-input,
    .reknihy-gopay-bank-account-price {
        margin-top: 20px !important;
    }

    .reknihy-gopay-bank-account-desc {
        max-width: 100%;
    }

    .reknihy-gopay-bank-account-tab {
        padding-top: 15px;
    }
}

.reknihy-country-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 10px;
}

.reknihy-country-select-option {
    display: flex !important;
    width: calc(50% - 10px);
    margin-top: 10px;
}

@media (max-width: 868px) {
    .reknihy-country-select {
        flex-wrap: wrap;
    }

    .reknihy-country-select-option {
        width: 100%;
    }
}

.reknihy-country-select-option > div {
    display: flex !important;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #EEECDD;
}


.reknihy-country-select-option > div > img {
    margin-right: 10px;
    width: 22px !important;
}

.reknihy-country-select-option > div > span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-right: 20px;
}

.reknihy-country-select-option > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
    width: 1px !important;
    height: 1px !important;
    margin-right: 0 !important;
}

.reknihy-country-select-option > input + div { /* DIV STYLES */
    cursor: pointer;
}

.reknihy-country-select-option > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    border: 1px solid #459362;
}

.reknihy-radio-select {
    display: flex;
    flex-wrap: wrap;
}

.reknihy-radio-group-tab .reknihy-tab-item-left {
    width: 200px;
}

@media (max-width: 1023px) {
    .reknihy-radio-group-tab {
        flex-wrap: wrap;
    }

    .reknihy-radio-group-tab .reknihy-tab-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        width: 90% !important;
    }

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

    .reknihy-radio-group-tab .reknihy-tab-item-left {
        max-width: 90% !important;
    }

    .reknihy-radio-group-tab .reknihy-tab-item-right {
        text-align: left;
        margin-left: 0;
    }

    .reknihy-radio-group {
        width: 100%;
    }
}

.reknihy-radio-select-option {
    display: flex !important;
    margin: 0 10px 10px 0 !important;
}

.reknihy-radio-select-option:last-child {
    margin-right: 0 !important;
}

.reknihy-radio-select-option > div {
    display: flex !important;
    width: 100%;
    background: #F8F7F1;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;


    font-weight: 600;
    font-size: 16px;
    color: #999999;
}

.reknihy-radio-select-option > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
    width: 1px !important;
    height: 1px !important;
    margin-right: 0 !important;
}

.reknihy-radio-select-option > input + div { /* DIV STYLES */
    cursor: pointer;
}

.reknihy-radio-select-option > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    background: #429460;
    border-radius: 3px;
    color: #FFF;
}

.reknihy-cart-discount {
    width: 100%;
    background: #F8F7F1;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 16px;
    gap: 20px;
}

@media (max-width: 767px) {
    .reknihy-cart-discount {
        padding: 20px 16px;
    }
}


.reknihy-cart-discount .reknihy-button-green {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 10px;
}

.reknihy-large-button {
    position: static;
    width: 100%;
}


.reknihy-summary-checkout .edgy-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.reknihy-large-button-cart-side {
    display: flex !important;
}

.reknihy-large-button-cart-bottom {
    display: none !important;
}

@media (max-width: 767px) {
    .reknihy-large-button-cart-side {
        display: none !important;
    }

    .reknihy-large-button-cart-bottom {
        display: flex !important;
    }
}

.reknihy-tab-customer-form input {
    font-weight: 600;
}

button.reknihy-submit-order-button {
    background-color: #459362;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    outline: none;
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 6px;
    padding: 20px 50px;
}

button.reknihy-submit-order-button:hover {
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    button.reknihy-submit-order-button {
        margin-top: 40px;
        width: 100%;
    }

    .reknihy-gdpr {
        padding-bottom: 40px;
    }
}

#company_details_field {
    display: none;
}

.edgy-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.reknihy-cart-commission .reknihy-h3,
.total-sale .reknihy-h3 {
    font-size: 15px;
}

.woocommerce form .klaviyo-checkbox .optional {
    display: none;
}

@media (min-width: 1078px) {
    .reknihy-tab-item-extra {
        padding-top: 0 !important;
    }
}

.reknihy-local_pickup.reknihy-selected-label {
    background-color: #E5EEE0 !important;
    border: 1px solid #93C1A4 !important;
}

.reknihy-selected-label {
    /* background-color: #E5EEE0 !important;
  border: 1px solid #93C1A4 !important; */
    border: 1px solid #D8CF97 !important;
}

.reknihy-tab-item-extra {
    width: 157px !important;
    padding-top: 10px;
}

.reknihy-branch-name {
    color: #000000;
    display: block;
    padding-bottom: 2px;
}

.reknihy-pickup-name {
    color: #000000;
    display: block;
    padding-bottom: 2px;
}

.reknihy-disabled-button {
    color: #ba1b02 !important;
    background-color: #FFF !important;
    border: 1px #ba1b02 solid !important;
    padding: 4px 9px !important;
}

.reknihy-button-modal-blue.reknihy-disabled-button {
    color: #002776 !important;
    border: 1px #002776 solid !important;
}

.reknihy-button-modal-green {
    display: inline-block;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    border: none;
    background-color: #459362;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 3px 4px;
    border-radius: 6px;
    font-weight: 500;
}

.reknihy-button-modal-green:hover {
    color: #fff;
}

.reknihy-button-modal-green.reknihy-disabled-button {
    color: #459362 !important;
    border: 1px #459362 solid !important;
}

/*
.reknihy-tab-item-right {
  width: 70px !important;
}
*/

.reknihy-tab-item-left {
    padding-left: 0px
}

/**shipping MODAL**/
.reknihy-shipping-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.reknihy-shipping-modal.is-active {
    display: block;
}

.reknihy-shipping-modal .reknihy-shipping-modal-inner {
    width: 100%;
    background-color: #fff;
    color: #999999;
    margin: auto;
    position: relative;
    padding: 20px;
    overflow-y: auto;
    max-height: 100%;
}

.reknihy-shipping-modal .reknihy-shipping-modal-inner .container {
    width: calc(100% - 70px);
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
}

.reknihy-shipping-modal .reknihy-shipping-modal-inner textarea {
    border-radius: 20px;
    border: 1px solid #999999;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    width: 100%;
    display: block;
    outline: none;
    resize: vertical;
}

.reknihy-shipping-modal .reknihy-shipping-modal-inner input {
    border-radius: 100px;
    border: 1px solid #999999;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 15px;
    width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}

.reknihy-shipping-modal .reknihy-close-modal {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    background-color: transparent;
    font-size: 30px;
}

#close-shipping-modal {
    position: absolute;
    top: 10px;
    right: 0;
}

.reknihy-shipping-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 35px
}

@media (max-width: 800px) {
    .reknihy-shipping-modal-header {
        flex-direction: column;
        align-items: center;
    }
}

.reknihy-shipping-modal-column {
    padding: 20px 10px;
    text-align: left;
    color: #000
}

@media (min-width: 1110px) {
    .reknihy-shipping-modal-inner {
        max-height: 90% !important;
    }
}

@media (min-width: 576px) {
    .reknihy-shipping-modal-inner {
        width: 100%;
        max-width: 900px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 6px;
    }

    #close-shipping-modal {
        top: 15px;
        right: 15px;
    }
}

@media (max-width: 575px) {
    .reknihy-shipping-modal .reknihy-shipping-modal-inner .container {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}

.reknihy-tab-item-left img {
    height: 22px !important;
    margin-right: 10px !important;
}

@media (min-width: 768px) {
    .reknihy-shipping-methods .reknihy-tab-item-left {
        width: 210px !important;
    }

    .reknihy-payment-methods .reknihy-tab-item-left {
        width: 210px !important;
    }
}

.reknihy-payment-methods .reknihy-tab-item-left {
    line-height: 20px;
}

@media (max-width: 1023px) {
    .reknihy-tab-item-middle-1 {
        padding-top: 10px !important;
    }
}

@media (min-width: 1024px) {
    .reknihy-tab-item-middle-shipping {
        max-width: 200px;
    }
}

@media (max-width: 1100px) {
    .reknihy-local-pickup-extra, .reknihy-tab-item-extra {
        width: 100% !important;
        padding-top: 10px !important;
        padding-left: 0;
    }
}

.reknihy-shipping-option .reknihy-tab-middle {
    width: calc(100% - 95px) !important;
}

.reknihy-button-modal-local {
    padding: 5px 10px;
}

.reknihy-local-pickup-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 260px
}

.reknihy-local-pickup-partner {
    font-weight: 500;
}

.reknihy-local-pickup-partner img {
    width: 27px;
}

.reknihy-local-pickup-price {
    font-weight: 600;
    color: #000;
    width: 80px;
    text-align: left
}

.reknihy-local-pickup-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left !important;
    width: 250px
}

.reknihy-local-pickup-buttons {
    width: 160px;
    display: flex;
    justify-content: end;
}

.reknihy-local-pickup-item--group {
    margin-top: 20px;
    margin-bottom: -6px;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.reknihy-local-pickup-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 14px;
    border: 1px solid #EEECDD;
    border-radius: 6px;
    padding: 10px 20px;
    align-items: center;
}

.reknihy-shipping-modal-header h2 {
    margin-bottom: 0;
}

.reknihy-shipping-modal-header div {
    color: #000;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .reknihy-local-pickup-title {
        width: 100%;
    }

    .reknihy-local-pickup-title p:first-child {
        margin-bottom: 5px !important;
    }

    .reknihy-local-pickup-info {
        width: 100%;
        justify-content: start;
        margin-top: 5px;
    }

    .reknihy-local-pickup-buttons {
        width: 100%;
        justify-content: start;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .reknihy-local-pickup-partner {
        order: 2;
    }

    .reknihy-shipping-modal-header div {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .reknihy-local-pickup-buttons a:first-child {
        order: 2;
    }
}

.reknihy-payment-methods .reknihy-tab-middle {
    width: calc(100% - 95px) !important;
}

.reknihy-gopay-bank-account-mobile {
    display: none;
}

@media (max-width: 470px) {
    .reknihy-gopay-bank-account-full {
        display: none;
    }

    .reknihy-gopay-bank-account-mobile {
        display: block;
    }
}

img.reknihy-gopay-bank-account-full, img.reknihy-gopay-bank-account-mobile {
    height: 100% !important;
    width: auto !important;
}

.reknihy-thankyou_heading-bg {
    position: absolute;
    bottom: -1px;
    right: 25px;
    z-index: 2000;
    height: calc(100% + 20px);
    width: 50%;
}

.reknihy-thankyou_heading-bg svg {
    height: 100%
}

.reknihy-thankyou_heading {
    margin: -50px -45px 0;
    font-family: Montserrat;
}

.reknihy-thankyou_heading--header {
    background: linear-gradient(140.96deg, #396C4E 10.04%, #B0CE97 87.01%);
    padding: 90px 75px;
    position: relative;
}

.reknihy-thankyou_heading--header__content {
    color: #FFF;
    max-width: 493px;
    z-index: 9999;
    position: relative;
}

.reknihy-thankyou_heading--header__content h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #FFF;
    max-width: 450px;
}

.reknihy-thankyou_heading--header__content p {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    margin: 25px 0;
    padding: 0
}

.reknihy-thankyou_share {
    display: inline-block;
    border-radius: 9999px;
    border: 6px solid rgba(255, 255, 255, 0.15);
    color: #181818;
    font-size: 16px;
    font-weight: 700;
}

.reknihy-thankyou_share:hover {
    color: #206D4B;
}

.reknihy-thankyou_share--inner {
    display: flex;
    align-items: center;
    background: #F8F7F1;
    padding: 14px 20px;
    border-radius: 9999px;
}

.reknihy-thankyou_share--inner span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
}

.reknihy-thankyou_feature {
    width: 30%;
    display: flex;
    color: #FFF;
    align-items: center;
}

.reknihy-thankyou_feature--icon {

}

.reknihy-thankyou_feature--description {
    padding-left: 20px;
    padding-bottom: 10px;
}

.reknihy-thankyou_feature--title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.reknihy-thankyou_feature--content {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.reknihy-thankyou_features {
    background-color: #206D4B;
    padding: 40px 100px;
}

@media only screen and (max-width: 1024px) {
    .reknihy-thankyou_feature {
        width: 100%;
        margin-bottom: 30px;
    }

    .reknihy-thankyou_feature:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .reknihy-thankyou_features {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.reknihy-thankyou_table {
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
    padding: 5px 15px 10px;
}

.reknihy-thankyou_table .row {
    padding: 15px 0;
}

.reknihy-thankyou_table--heading, .reknihy-thankyou_table--subtotal {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /*border-bottom: 1px solid #E9E5CF;*/
}

.reknihy-thankyou_table--subtotal {
    /*border-top: 1px solid #E9E5CF;
  border-bottom: 1px solid #E9E5CF;*/
}

.reknihy-thankyou_table--footer {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    /*border-top: 1px solid #E9E5CF;*/
}

.reknihy-thankyou_table .row > div:last-child {
    text-align: right;
}

.reknihy-thankyou_table--footer span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.reknihy-thankyou_table--item {
    font-size: 14px;
    font-weight: 500;
}

.reknihy-thankyou_table--item a {
    color: #000;
}

.reknihy-thankyou_table--item a:hover {
    color: #206D4B;
}

.reknihy-thankyou_table--item > div:last-child {
    font-weight: 700;
}

@media (max-width: 768px) {
    .reknihy-thankyou_table .reknihy-thankyou_table--item > div:last-child {
        text-align: left;
        padding-left: 45px;
        padding-top: 8px;
    }

    .reknihy-thankyou_table .reknihy-thankyou_table--heading > div:last-child {
        display: none;
    }
}

.reknihy-thankyou_table--item span {
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-weight: 500;
}

.reknihy-thankyou_table hr {
    width: 100%;
    background-color: #E9E5CF;
    color: #E9E5CF;
    max-width: 100%;
    opacity: 1;
}

.reknihy-thankyou_table--item__icon {
    width: 22px;
    margin-right: 8px;
    text-align: center;
    font-size: 20px;
    flex-shrink: 0;
}

.reknihy-thankyou_table--item__title {

}

.reknihy-thankyou_table--item > div:first-child {
    display: flex;
    align-items: center;
}

.reknihy-thankyou_table--info .reknihy-thankyou_table--item > div:last-child {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 768px) {
    .reknihy-thankyou_table .reknihy-thankyou_table--item > div:last-child {
        justify-content: start;
    }
}

.reknihy-thankyou_table--info .reknihy-thankyou_table--item__icon {
    height: 22px
}

.reknihy-thankyou_order-info {
    background-color: #EEECDD;
    padding: 40px 75px;
    text-align: center;
}

.reknihy-thankyou_order-info > div {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.reknihy-thankyou_order-info > div:first-child {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}

/** THANKYOU FAILED PAYMENT MODAL **/
html:has(.reknihy-thankyou-failed-payment-modal[open]), body:has(.reknihy-thankyou-failed-payment-modal[open]) {
    overflow: hidden;
}

.reknihy-thankyou-failed-payment-modal {
    padding: 0;
    background: transparent;
    border: none;
}

.reknihy-thankyou-failed-payment-modal::backdrop {
    background: rgba(0, 0, 0, .4);
}

.reknihy-tab.reknihy-cteni.reknihy-popup {
    margin: 0;
}

.reknihy-tab.reknihy-cteni.reknihy-popup .reknihy-popup-close {
    flex-shrink: 0;
    background: none;
    border: none;
    padding-right: 0;
}

.reknihy-tab.reknihy-cteni.reknihy-popup .reknihy-tab-header img:first-of-type {
    display: block;
}

.reknihy-tab.reknihy-cteni.reknihy-popup .reknihy-tab-header img:last-of-type {
    transform: rotate(0);
}


/** END - THANKYOU FAILED PAYMENT MODAL - END **/


/** THANKYOU IMAAGE MODAL **/
.reknihy-thankyou-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.reknihy-thankyou-modal.is-active {
    display: block;
    /*  -webkit-animation: grow 0.5s;
    animation: grow 0.5s; */
}

.reknihy-thankyou-modal .reknihy-thankyou-modal-inner {
    width: 100%;
    background-color: #f8f7f1;
    color: #999999;
    margin: auto;
    position: relative;
    padding: 20px;
    overflow-y: auto;
    max-height: 100%;
}

.reknihy-thankyou-modal .reknihy-thankyou-modal-inner .container {
    width: 100%;
    margin: auto;
    text-align: center;
}

.reknihy-thankyou-modal .reknihy-close-modal {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    background-color: transparent;
    font-size: 30px;
}

#close-thankyou-modal {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 99999;
}

.reknihy-thankyou-modal-column {
    padding: 20px 10px;
    text-align: left;
    color: #000
}

@media (min-width: 1110px) {
    .reknihy-thankyou-modal-inner {
        max-height: 90% !important;
    }
}

@media (min-width: 576px) {
    .reknihy-thankyou-modal-inner {
        width: 100%;
        max-width: 600px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 6px;
        border: 1px solid #eeecdd;
    }

    .reknihy-thankyou-modal-column {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .reknihy-qr-payment {
        margin-right: 0px;
    }
}

.reknihy-qr-payment {
    text-align: center;
    width: 300px;
    padding: 20px 30px;
    background-color: white;
    border: 1px solid #eeecdd;
    border-radius: 6px;
}

.reknihy-input-like input {
    max-width: 300px
}

.reknihy-qr-payment {
    padding: 20px 29px;
}

.reknihy-qr-code img {
    width: 140px;
    height: 100%;
}

.reknihy-qr-code-download {
    display: inline-block;
    margin-top: 15px;
    color: #459362;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline !important;
}

.reknihy-qr-code-download:hover {
    color: #459362;
    text-decoration: none !important;
}

/** Checkout tip **/
.reknihy-tip-select-continer {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    margin: 20px 0;
}

.reknihy-tip-select-continer::-webkit-scrollbar {
    display: none;
}

.reknihy-tip-select {
    display: flex;
    width: max-content;
}

.reknihy-tip-select-option {
    display: flex !important;
    margin: 0 8px 0 0 !important;
}

.reknihy-tip-select-option:last-child {
    margin-right: 0 !important;
}

.reknihy-tip-select-option > div {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #DDD;
    color: #5B5B5B;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 33px;
}

.reknihy-tip-select-option > input[type=radio] { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
    width: 1px !important;
    height: 1px !important;
    margin-right: 0 !important;
}

.reknihy-tip-select-option > input[type=radio] + div { /* DIV STYLES */
    cursor: pointer;
}

.reknihy-tip-select-option > input[type=radio]:checked + div { /* (RADIO CHECKED) DIV STYLES */
    background: #EEECDD;
    border: 1px solid #EEECDD;
    border-radius: 6px;
    color: #5B5B5B;
}

.reknihy-checkout-submit-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: end;
}

.reknihy-checkout-submit-bg img {
    max-height: 100%;
    max-width: 340px;
}

input.reknihy_tip_custom_input {
    border-radius: 99999px;
    border: 1px solid #BFBB9A;
    background: #FFF;
    -moz-appearance: textfield;
    width: 35px;
    height: 20px;
    color: #000;
    font-weight: 400;
    font-weight: 500;
    font-size: 13px;
    margin-left: 5px;
}

input.reknihy_tip_custom_input::placeholder {
    color: rgba(0, 0, 0, 0.30);
    opacity: 1; /* Firefox */
}

.reknihy_tip_custom_input::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgba(0, 0, 0, 0.30);
}

.reknihy_tip_custom_input::-webkit-outer-spin-button,
.reknihy_tip_custom_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reknihy-submit-order-button {
    width: 100%;
    margin-top: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08), 0px 12px 12px 0px rgba(0, 0, 0, 0.07), 0px 28px 17px 0px rgba(0, 0, 0, 0.04), 0px 49px 20px 0px rgba(0, 0, 0, 0.01), 0px 77px 22px 0px rgba(0, 0, 0, 0.00);
    font-size: 18px !important;
    font-weight: 700 !important;
}

.reknihy-submit-order-button:hover {
    background-color: #459362;
}

.reknihy-checkout-tip-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(0, 0, 0, 0.50);
}

.reknihy-checkout-tip-container {
    border-radius: 16px;
    border: 1px solid #E7E4D3;
    background: #F3F2E4;
    padding: 8px;
    position: relative;
    margin: 10px 0
}

.reknihy-checkout-tip-inner {
    border-radius: 12px;
    border: 1px solid #EEECDD;
    background: #FFF;
    display: inline-block;
    padding: 20px;
    max-width: 100%;
    width: 350px;
    z-index: 1;
    position: relative;
}

.reknihy-checkout-submit-container {
    position: relative
}

.reknihy-checkout-submit-container img {
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: 2
}

.reknihy-checkout-tip-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.reknihy-checkout-tip-header {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.reknihy-checkout-tip-description {
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

@media (max-width: 767px) {
    .reknihy-summary-checkout-total {
        margin-bottom: 0
    }

    .reknihy-checkout-submit-bg {
        display: none;
    }

    .reknihy-checkout-submit-container img {
        display: none;
    }

    .reknihy-checkout-tip-container {
        background: none;
        border: none;
    }

    .reknihy-checkout-tip-inner {
        width: 100%
    }
}

.reknihy-summary-checkout-total {
    padding: 24px 32px;
    background-color: #F2F2F2;
    border-bottom: 3px solid #429460;
    border-top: 1px solid #E2E2E2;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05), 0px 40px 40px 0px rgba(0, 0, 0, 0.04), 0px 89px 53px 0px rgba(0, 0, 0, 0.03), 0px 158px 63px 0px rgba(0, 0, 0, 0.01), 0px 248px 69px 0px rgba(0, 0, 0, 0.00);
}

@media (max-width: 767px) {
    .reknihy-summary-checkout-total {
        margin-bottom: 0
    }
}

.reknihy-summary-checkout-total .reknihy-h3 {
    color: #429460;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.reknihy-summary-checkout-total .reknihy-p {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reknihy-summary-checkout-selected-item {
    min-height: 0;
}

.reknihy-summary-checkout-selected-item .reknihy-h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.reknihy-summary-checkout-selected-item span {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reknihy-summary-checkout-item .reknihy-h3,
.reknihy-summary-checkout-selected-item .reknihy-h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.reknihy-summary-checkout-item .reknihy-h4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
}

.reknihy-summary-checkout-item .reknihy-p {
    margin: 0
}

.reknihy-summary-checkout-item:first-child {
    border-top: 1px solid #E2E2E2;
}

.reknihy-summary-checkout-item {
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 0;
}

.reknihy-summary-inner h2 {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 24px;
    margin-bottom: 0;
}

@keyframes reknihy_tip_blinker {
    50% {
        opacity: 0;
    }
}

.reknihy_tip_custom_input_container {
    position: relative;
}


.reknihy_tip_custom_input:not(:focus) + div {
    position: absolute;
    width: 1px;
    height: 16px;
    top: 2px;
    left: 22px;
    background-color: #000;
    display: none;
    animation: reknihy_tip_blinker 1s step-start infinite;
}

.reknihy_tip_custom_input:not(:focus) + div {
    display: block;
}

/** New checkout **/
.reknihy-checkout__heading {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}

.reknihy-checkout__heading > a {
    border-radius: 100px;
    border: 1px solid #EEECDD;
    background: #FFF;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    /* shadow2 */
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05), 0px 40px 40px 0px rgba(0, 0, 0, 0.04), 0px 89px 53px 0px rgba(0, 0, 0, 0.03), 0px 158px 63px 0px rgba(0, 0, 0, 0.01), 0px 248px 69px 0px rgba(0, 0, 0, 0.00);
}

.reknihy-checkout__heading h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 38px;

}

.reknihy-checkout__feature {
    border-radius: 6px;
    border: 1px solid #EEECDD;
    background: #FFF;
    padding: 30px;
    margin-top: 15px;
}

.reknihy-checkout__feature h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: none;
}

.reknihy-checkout__feature p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.reknihy-checkout__feature--item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.reknihy-checkout__feature--icon {
    border-radius: 6px;
    background: #F8F7F1;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
}

.reknihy-checkout__feature--item > span a, .reknihy-checkout__feature--item > span a:hover {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.reknihy-checkout__feature--heureka {
    display: flex;
    align-items: center;
    gap: 17px;
}

.reknihy-checkout__feature--heureka img {
    width: 50px;
    height: 50px;
}

.reknihy-checkout__feature--heureka div {
    border-radius: 6px;
    background: #FFF3BB;
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.reknihy-checkout__empty--container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.reknihy-checkout__empty {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 290px;
}

.reknihy-checkout__empty h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: none;
}

.reknihy-checkout__empty p {
    color: #999;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.reknihy-checkout__empty a {
    border-radius: 4px;
    background: #459362;
    padding: 20px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.reknihy-checkout__empty a:hover {
    background-color: #206D4B;
}

.reknihy-checkout__continue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background: #F2F2F2;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05), 0px 40px 40px 0px rgba(0, 0, 0, 0.04), 0px 89px 53px 0px rgba(0, 0, 0, 0.03), 0px 158px 63px 0px rgba(0, 0, 0, 0.01), 0px 248px 69px 0px rgba(0, 0, 0, 0.00);
}

.reknihy-checkout__continue--total {
    color: #429460;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.reknihy-checkout__continue--vat {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.reknihy-checkout__continue a {
    border-radius: 4px;
    background: #459362;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 26px;
    text-transform: uppercase;
}

.reknihy-checkout__continue a:hover {
    background-color: #206D4B;
}

.reknihy-cart-main .reknihy-summary .total-sale {
    padding: 24px 16px !important;
}

.reknihy-cart-main .reknihy-summary .total-sale h3.reknihy-h3 {
    margin: 0;
}

.reknihy-cart-main .reknihy-summary .total-sale {
    margin-bottom: 3px;
}

.reknihy-checkout__lowtotal {
    display: block !important;
    font-size: 12px;
    font-weight: 500;
    padding: 25px 16px !important;
}

.reknihy-checkout__lowtotal h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 10px;
}

.reknihy-checkout__lowtotal p {
    color: #999;
    margin-bottom: 10px;
}

.reknihy-checkout__lowtotal a {
    color: #429460;
    text-decoration: underline;
    font-weight: 700;
}

.reknihy-checkout__lowtotal a:hover {
    color: #429460;
    text-decoration: none;
}

.reknihy-coupon {
    text-align: right;
}

#back-to-shop,
.reknihy-i-have-coupon {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

#back-to-shop {
    display: none;
}

.reknihy-cart-item {
    border-radius: 8px;
    border: 1px solid #EEECDD;
    padding: 30px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.reknihy-cart-item div.quantity input[type="number"] {
    color: #333333;
    font-size: 15px;
}

.reknihy-cart-item .quantity {
    border-radius: 8px;
    border: 1px solid #EEECDD;
    background: #FFF;
    height: 54px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.reknihy-cart-item .quantity input[type="button"] {
    border-radius: 9999px;
    border: 1px solid #EEECDD;
    background: #FFF;
    /* shadow2 */
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05), 0px 40px 40px 0px rgba(0, 0, 0, 0.04), 0px 89px 53px 0px rgba(0, 0, 0, 0.03), 0px 158px 63px 0px rgba(0, 0, 0, 0.01), 0px 248px 69px 0px rgba(0, 0, 0, 0.00);
    aspect-ratio: 1;
    font-size: 28px;
    font-weight: 400;
    height: 36px;
    color: #0E0E0E;
}

.reknihy-cart-item .quantity input[type="button"][value="-"] {
    padding-bottom: 10px;
}

.reknihy-cart-item .quantity input[type="number"] {
    width: 32px;
    border: none;
    font-size: 16px;
    color: rgba(153, 153, 153, 0.60) !important;
    font-weight: 500;
}

.reknihy-cart-item input, .reknihy-cart-item div.quantity input[type="button"]:not(:hover) {
    background-color: #FFF;
}

.reknihy-cart-item .cart-item-price {
    padding-bottom: 15px
}

.reknihy-cart-item .cart-item-image .cart-item-tag {
    border-radius: 4px;
    background: #E12D33;
    left: unset;
    top: 10px;
    right: 10px;
    padding: 5px;
    font-size: 12px !important;
    font-weight: 500;
}

.reknihy-checkout__breadcrumbs .progressbar-container {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.reknihy-checkout__breadcrumbs .progressbar {
    counter-reset: step;
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0;
}

.reknihy-checkout__breadcrumbs .progressbar li {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.reknihy-checkout__breadcrumbs .progressbar li:nth-child(1) {
    width: calc(125px + 7%);
}

.reknihy-checkout__breadcrumbs .progressbar li:nth-child(2) {
    width: calc(164px + 7%);
}

.reknihy-checkout__breadcrumbs .progressbar li:nth-child(3) {
    width: 100px;
}

.reknihy-checkout__breadcrumbs .progressbar li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: none;
    outline: none;
    border-radius: 100px;
    margin-top: 0;
    border: none;
    min-height: 0;
}

.reknihy-checkout__breadcrumbs .progressbar li.completed button {
    cursor: pointer;
}

.reknihy-checkout__breadcrumbs .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto 0 0;
    border-radius: 50%;
    line-height: 37px;
    background: #E5E5E5;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.reknihy-checkout__breadcrumbs .progressbar li.completed:before {
    content: " ";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZmlsbD0iI0ZGRiIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIj48ZyBpZD0iaW5mbyIvPjxnIGlkPSJpY29ucyI+PHBhdGggZD0iTTEwLDE4Yy0wLjUsMC0xLTAuMi0xLjQtMC42bC00LTRjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLjEtMC44LDIuOCwwbDIuNiwyLjZsNi42LTYuNiAgIGMwLjgtMC44LDItMC44LDIuOCwwYzAuOCwwLjgsMC44LDIsMCwyLjhsLTgsOEMxMSwxNy44LDEwLjUsMTgsMTAsMTh6IiBpZD0iY2hlY2siLz48L2c+PC9zdmc+Cg==) !important;
    background-position: 7px 7px !important;
    background-repeat: no-repeat !important;
}

.reknihy-checkout__breadcrumbs .progressbar li.submitted:before {
    content: " ";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZmlsbD0iI0ZGRiIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIj48ZyBpZD0iaW5mbyIvPjxnIGlkPSJpY29ucyI+PHBhdGggZD0iTTEwLDE4Yy0wLjUsMC0xLTAuMi0xLjQtMC42bC00LTRjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLjEtMC44LDIuOCwwbDIuNiwyLjZsNi42LTYuNiAgIGMwLjgtMC44LDItMC44LDIuOCwwYzAuOCwwLjgsMC44LDIsMCwyLjhsLTgsOEMxMSwxNy44LDEwLjUsMTgsMTAsMTh6IiBpZD0iY2hlY2siLz48L2c+PC9zdmc+Cg==) !important;
    background-position: 7px 7px !important;
    background-repeat: no-repeat !important;
}

.reknihy-checkout__breadcrumbs .progressbar li:after {
    content: '';
    position: absolute;
    width: calc(70% - 15px);
    height: 2px;
    background: #E5E5E5;
    left: -70%;
    top: 17px;
    z-index: -1;
}

.reknihy-checkout__breadcrumbs .progressbar li:first-child:after {
    content: none;
}

.reknihy-checkout__breadcrumbs .progressbar li.active:before,
.reknihy-checkout__breadcrumbs .progressbar li.completed:before {
    border-color: rgba(66, 148, 96, 1);
    background: rgba(66, 148, 96, 1);
    color: white
}

.reknihy-checkout__breadcrumbs .progressbar span {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(0, -50%);
    color: #CCC;
    font-size: 14px;
    font-weight: 600;
    background: #FFF;
    padding: 0 15px 0 15px;
    text-transform: none;
}

.reknihy-checkout__breadcrumbs .progressbar .active span {
    color: #429460;
}

.reknihy-checkout__breadcrumbs .progressbar .completed span {
    text-decoration: underline;
    color: #429460;
}

.reknihy-cart-items__inner {
    width: calc(100% - 60px)
}

.reknihy-checkout__tabs {
    width: calc(100% - 400px);
}

@media only screen and (max-width: 1024px) {
    .reknihy-checkout__breadcrumbs {
        position: relative;
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .reknihy-checkout__breadcrumbs .progressbar-container {
        max-width: none;
    }

    .reknihy-checkout__breadcrumbs:before {
        width: calc(100% - 50px);
        top: 18px;
        left: 40px;
        height: 2px;
        background: #E5E5E5;
        display: block;
        position: absolute;
        content: "";
    }

    .reknihy-checkout__breadcrumbs .progressbar {
        flex-direction: row;
    }

    .reknihy-checkout__breadcrumbs .progressbar li {
        width: auto !important;
        flex-grow: 1;
    }

    .reknihy-checkout__breadcrumbs .progressbar li button {
        top: 0;
        left: calc(50% - 18px);
    }

    .reknihy-checkout__breadcrumbs .progressbar li:after {
        width: 70px;
        height: 50px;
        background: #FFF;
        content: "";
        display: block;
        top: -8px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .reknihy-checkout__breadcrumbs .progressbar li:first-child:after {
        content: "";
        left: -18px;
        transform: none;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:last-child:after {
        left: initial;
        right: -53px;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:last-child button {
        right: 0;
        left: auto;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:first-child button {
        left: 0;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:first-child:before {
        margin: 0 auto 0 0;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:before {
        margin: 0 auto 0 auto;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:last-child:before {
        margin: 0 0 0 auto;
    }

    .reknihy-checkout__breadcrumbs .progressbar span {
        top: 45px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .reknihy-checkout__heading {
        display: none;
    }

    .reknihy-cart-items__inner {
        width: calc(100% - 30px)
    }

    .reknihy-checkout__breadcrumbs .progressbar span {
        padding: 0;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:first-child span {
        padding-right: 5px;
    }

    .reknihy-checkout__breadcrumbs .progressbar li:last-child span {
        padding-left: 5px;
    }

    .reknihy-checkout__tabs {
        width: calc(100% - 370px);
    }
}

@media (max-width: 767px) {
    .reknihy-checkout__breadcrumbs:before {
        width: calc(100% - 40px);
    }

    .reknihy-cart-main .mediumAlt-flex {
        display: block !important;
    }

    .reknihy-checkout__empty {
        padding-bottom: 0;
    }

    .reknihy-checkout__empty h3 {
        font-size: 16px;
    }

    .reknihy-checkout__empty p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .reknihy-checkout__empty a {
        font-size: 14px;
    }

    .reknihy-cart-items__inner {
        width: 100%;
    }

    .reknihy-checkout__continue {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 26px 18px;
        background: #F8F7F1;
        box-shadow: 0px -1.757px 3.514px 0px rgba(0, 0, 0, 0.01), 0px -7.027px 7.027px 0px rgba(0, 0, 0, 0.01), 0px -14.054px 8.784px 0px rgba(0, 0, 0, 0.01), 0px -24.595px 10.541px 0px rgba(0, 0, 0, 0.00), 0px -40.405px 10.541px 0px rgba(0, 0, 0, 0.00);
    }

    .reknihy-checkout__continue--total {
        color: #000;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 2px;
    }

    .reknihy-checkout__continue--vat {
        color: #999;
        font-size: 12px;
        font-weight: 500;
    }

    .reknihy-checkout__continue a {
        padding: 20px 35px;
    }

    .reknihy-coupon-links {
        display: flex;
        width: 100%;
        justify-content: end;
    }

    #back-to-shop {
        display: block;
    }

    .reknihy-i-have-coupon,
    #back-to-shop {
        margin-top: 13px;
        margin-bottom: 20px;
    }

    .reknihy-coupon-links-checkout {
        justify-content: center;
    }

    .reknihy-coupon-links-checkout a {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    .reknihy-checkout__tabs {
        width: 100%;
    }

    .checkout .mediumAlt-flex {
        display: block !important;
    }
}

.reknihy-checkout__coupon {
    margin: 24px 0;
    border-radius: 8px;
    background: #F8F7F1;
    /* baseShadow */
    box-shadow: 0px 158px 63px 0px rgba(0, 0, 0, 0.01), 0px 89px 53px 0px rgba(0, 0, 0, 0.03), 0px 40px 40px 0px rgba(0, 0, 0, 0.04), 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    border-bottom: 3px solid #429460;
}

.reknihy-checkout__coupon svg {
    width: 100%;
}

.reknihy-checkout__coupon a {
    cursor: pointer;
    position: relative;
}

.reknihy-checkout__coupon a:hover {
    color: #206D4B;
}

.reknihy-checkout__coupon--input {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.reknihy-checkout__coupon--heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.reknihy-checkout__coupon--input input {
    color: rgba(51, 51, 51, 1);
    border-radius: 6px;
    border: 1px solid #EEECDD;
    background: #FFF;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: inherit;
    padding: 15px;
    transition: border-color 150ms, box-shadow 150ms;
    margin: 0;
    outline: 0;
    font-size: 14px;
}

.reknihy-checkout__coupon--input input::placeholder {
    color: #CCC;
}

.reknihy-checkout__coupon--apply {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-top: 2px dashed #E5E5E5;
}

.reknihy-checkout__coupon--apply a {
    padding: 12px 25px;
    border-radius: 99px;
    background: #429460;
    color: #F8F7F1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.reknihy-checkout__coupon--apply a:hover {
    color: #F8F7F1;
    background-color: #206D4B;
}

.reknihy-checkout-submit-info {
    color: #999;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: -5px;
}

.reknihy-checkout__login {
    padding: 0 !important;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    width: 100%;
}

.reknihy-checkout__notice {
    padding: 30px !important;
    margin-bottom: 20px !important;
}

.reknihy-checkout__notices--group > div:last-child {
    margin-bottom: 30px !important;
}

.reknihy-checkout__login .reknihy-product__feature--content,
.reknihy-checkout__notice .reknihy-product__feature--content {
    font-size: 18px;
    font-weight: 500;
}

.reknihy-checkout__login .reknihy-product__feature--content a,
.reknihy-checkout__notice .reknihy-product__feature--content a {
    font-weight: 600;
}

.reknihy-checkout__notice {
    border-left: 5px solid #E12D33;
}

.reknihy-checkout__login:last-child,
.reknihy-checkout__notice:last-child {
    margin-bottom: 50px !important;
}

.reknihy-checkout__notice p:last-child {
    margin: 0;
    padding: 0;
}

.reknihy-checkout__notice ul:last-child {
    margin: 0 !important;
    padding: 0;
}

.reknihy-checkout__notice ul {
    font-size: 14px;
}

.woocommerce-NoticeGroup-checkout {
    display: none;
}

.reknihy-checkout__tab {
    margin-bottom: 25px;
}

.reknihy-checkout__tab--heading {
    border: 2px solid #efefef;
    background: #f8f8f8;
    padding: 30px 30px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.reknihy-checkout__tab--heading h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
}

.reknihy-checkout__tab--heading p {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.reknihy-checkout__tab--options {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.reknihy-checkout__option {
    border: 2px solid #efefef;
    background: #FFF;
    padding: 20px 30px;
    margin: -2px 0 -2px;
}

label.reknihy-checkout__option {
    cursor: pointer;
}

label.reknihy-checkout__option:has(input[type="radio"]:checked),
label.reknihy-checkout__option:has(input[type="checkbox"]:checked) {
    border-color: #429460;
    background: #F9FCFA;
    z-index: 100;
    position: relative;
}

.reknihy-checkout__option--inner {
    display: flex;
    gap: 25px;
    align-items: center;
}

.reknihy-checkout__option:last-child {
    margin-bottom: 0;
}

.reknihy-checkout__option--input input {
    margin-right: 0 !important;
}

.reknihy-checkout__option--content,
.reknihy-checkout__option--content__left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.reknihy-checkout__option--content {
    justify-content: space-between;
    width: 100%;
}

.reknihy-checkout__option--icon {
    margin-bottom: 2px
}

.reknihy-checkout__option--icon,
.reknihy-checkout__option--icon img {
    width: 30px;
    height: 30px;
    max-width: none;
}

.reknihy-checkout__option--main {
    width: 100%;
}

.reknihy-checkout__option--heading {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.reknihy-checkout__option--title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 2px
}

.reknihy-checkout__option--title img[tooltip]{
    margin-left: 3px;
}

.reknihy-checkout__option--tag {
    padding: 0 7px;
    align-items: center;
    border-radius: 4px;
    background: #F8F7F1;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.reknihy-checkout__option--description {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    padding-top: 3px;
}

.reknihy-checkout__option--description strong {
    color: #429460;
    font-weight: 600;
}

.reknihy-checkout__option--price {
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.reknihy-checkout__option--extra {
    margin-top: 25px;
}

.reknihy-checkout__option--extra__branch {
    margin-top: 0;
}

.reknihy-checkout__option--extra__left {
    margin-left: 60px;
}

.reknihy-checkout__option--extra__left2 {
    margin-top: 5px;
    margin-left: 94px;
}

.reknihy-checkout__option--extra .reknihy-checkout__option--description {
    display: none;
}

.reknihy-checkout__customer .reknihy-checkout__tab--heading {
    border-bottom: none;
}
.reknihy-checkout__customer .reknihy-checkout__tab--options {
    padding: 20px 20px;
    border: 2px solid #efefef;
    border-top: none;
    background: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (min-width: 1025px) {
    .reknihy-checkout__tab--two {
        display: flex;
        gap: 15px;
        align-items: stretch;
    }

    .reknihy-checkout__tab--two > label {
        width: 50%;
        margin-bottom: 0 !important;
    }

    .reknihy-checkout__option--extra__mobile {
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    .reknihy-checkout__option--input {
        display: none
    }

    .reknihy-checkout__tab--heading {
        padding: 15px 20px 12px;
    }

    .reknihy-checkout__option {
        padding: 15px 20px;
    }

    .reknihy-checkout__breadcrumbs .progressbar li {
        margin-bottom: 60px;
    }

    .reknihy-checkout__option--icon,
    .reknihy-checkout__option--icon img {
        width: 22px;
        height: 22px;
    }

    .reknihy-checkout__option--main .reknihy-checkout__option--description {
        display: none;
    }

    .reknihy-checkout__option--extra .reknihy-checkout__option--description {
        display: block;
    }

    .reknihy-checkout__option--content, .reknihy-checkout__option--content__left {
        gap: 10px;
    }

    .reknihy-checkout__option--heading__column {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .reknihy-checkout__option--tag {
        padding: 0;
        background: none;
        color: #999;
        font-size: 14px;
        font-weight: 500;
    }

    .reknihy-checkout__branch {
        gap: 20px !important;
    }

    .reknihy-checkout__branch--margin {
        margin-top: 20px !important;
    }

    .reknihy-checkout__option--extra {
        margin-top: 15px;
    }

    .reknihy-checkout__bank {
        padding-top: 20px;
    }

    .reknihy-checkout__customer p.form-row {
        margin-bottom: 10px;
    }

    .reknihy-checkout__customer .reknihy-checkout__tab--options {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .reknihy-checkout__customer a {
        padding-top: 5px;
    }

    .reknihy-gdpr {
        padding-bottom: 15px !important;
    }

    .reknihy-checkout__option--extra__left {
        margin-left: 0;
    }

    .reknihy-checkout__option--extra__left2 {
        margin-left: 0;
    }
}

.reknihy-tab-customer-form input {
    width: 100% !important;
}

.reknihy-checkout__customer a {
    text-decoration: underline;
}

.reknihy-checkout__customer textarea.is-active {
    background-color: #FFF;
    border: 1px solid #999999;
    margin-bottom: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.reknihy-terms {
    margin: 0 0 20px !important;
}

.reknihy-terms label {
    cursor: pointer;
}

.reknihy-checkout__branch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.reknihy-checkout__branch--margin {
    margin-top: 25px;
}

.reknihy-checkout__branch--title {
    padding: 4px 7px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #F2F2F2;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.reknihy-checkout__branch--btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 99px;
    background: #429460;
    cursor: pointer;
}

.reknihy-checkout__branch--btn:hover {
    background-color: #459362;
    color: #FFF;
}

.reknihy-checkout__branch--btn__selected {
    color: #429460;
    background: none;
    border: 1px solid #429460;
    padding: 11px 24px;
}

.reknihy-checkout__branch--btn__selected:hover {
    color: #FFF;
    background: #429460;
}

.reknihy-checkout__branch--title:empty {
    display: none;
}

.reknihy-checkout__tab--shipping label.reknihy-checkout__option:nth-of-type(n+5) {
    display: none;
}

.reknihy-checkout__tab--shipping label.reknihy-checkout__option:has(input[type="radio"]:checked) {
    display: block !important;
}

.reknihy-checkout__tab--shipping .reknihy-checkout__option--more {
    display: none;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

.reknihy-checkout__tab--shipping label.reknihy-checkout__option:nth-last-child(4) ~ .reknihy-checkout__option--more {
    display: block;
}

.reknihy-checkout__tab--shipping label.reknihy-checkout__option:has(input[type="radio"]:checked) + .reknihy-checkout__option--more {
    display: none !important;
}

.reknihy-checkout__tab--shipping:has(input[type="radio"]:checked) .reknihy-checkout__option--more {
    display: block;
}

.reknihy-checkout__tab--shipping .reknihy-checkout__tab--open label.reknihy-checkout__option {
    display: block !important;
}

.reknihy-checkout__tab--shipping .reknihy-checkout__tab--open .reknihy-checkout__option--more svg {
    transform: rotate(180deg);
}

.reknihy-checkout__tab--payment label.reknihy-checkout__option:nth-of-type(n+5) {
    display: none;
}

.reknihy-checkout__tab--payment label.reknihy-checkout__option:has(input[type="radio"]:checked) {
    display: block !important;
}

.reknihy-checkout__tab--payment .reknihy-checkout__option:last-of-type {
    margin-bottom: 0;
}

.reknihy-checkout__tab--payment .reknihy-checkout__option--more {
    display: none;
    cursor: pointer;
    margin-bottom: 0;
}

.reknihy-checkout__tab--payment label.reknihy-checkout__option:nth-last-child(4) ~ .reknihy-checkout__option--more {
    display: block;
}

.reknihy-checkout__tab--payment:has(input[type="radio"]:checked) .reknihy-checkout__option--more {
    display: block;
}

.reknihy-checkout__tab--payment .reknihy-checkout__tab--open label.reknihy-checkout__option {
    display: block !important;
}

.reknihy-checkout__tab--payment .reknihy-checkout__tab--open .reknihy-checkout__option--more svg {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .reknihy-checkout__tab--heading h3 {
        font-size: 16px;
    }

    .reknihy-checkout__tab--heading p {
        font-size: 14px;
        margin-top: 5px;
    }

    .reknihy-checkout__option--title {
        font-size: 14px;
    }

    .reknihy-checkout__option--price {
        font-size: 14px;
    }

    .reknihy-radio-select-option > div {
        font-size: 14px;
    }

    .reknihy-radio-group {
        margin-top: 15px;
    }

    .reknihy-checkout__option--tree .reknihy-checkout__option--price {
        display: none;
    }

    .reknihy-checkout__login .reknihy-product__feature--content, .reknihy-checkout__notice .reknihy-product__feature--content {
        font-size: 14px;
    }
}

.reknihy-fs__desktop {
    border-radius: 8px;
    background: #F8F7F1;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
    align-items: stretch;
}

.reknihy-fs__desktop--left {
    white-space: nowrap;
}

.reknihy-fs__desktop--right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.reknihy-fs__desktop--label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.reknihy-fs__desktop p {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.reknihy-fs__desktop p .amount {
    color: #999;
    font-weight: 600;
}

.reknihy-fs__desktop--value {
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

.reknihy-fs__desktop--value span {
    color: #429460;
    font-weight: 700;
}

.reknihy-fs__desktop--progress {
    width: 100%
}

.reknihy-fs__desktop--progress #progress-bar {
    height: 6px;
    background-color: #E5E5E5;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .reknihy-fs__desktop {
        display: none;
    }
}

.reknihy-checkout__savings {
    padding: 24px 16px;
    margin-bottom: 3px;
    background: #F8F7F1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reknihy-checkout__savings h3 {
    font-size: 15px;
    margin: 0;
}

.reknihy-checkout__savings img {
    margin-left: 4px;
    margin-bottom: 2px;
}

.reknihy-checkout__savings--inner span.reknihy-h3 {
    color: #459362;
    font-size: 15px;
    margin: 0;
}

.reknihy-checkout__savings:empty {
    display: none;
}

.reknihy-checkout__savings--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reknihy-fs__mobile p {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.reknihy-fs__mobile p .amount bdi {
    color: #999 !important;
    font-weight: 600;
}

.reknihy-fs__mobile #progress-bar {
    height: 6px;
    background-color: #E5E5E5;
}

@media (min-width: 1025px) {
    .reknihy-fs__mobile {
        display: none;
    }

    .reknihy-gdpr {
        padding-bottom: 20px !important;
    }

    .reknihy-checkout__savings--no-discount:not(.reknihy-checkout__savings--checkout) {
        display: none;
    }
}

.reknihy-cart__info--mobile {
    display: none;
}

.reknihy--mobile_only {
    display: none;
}

@media (max-width: 767px) {
    .reknihy-cart__info--mobile {
        display: block;
        margin-bottom: 30px !important;
    }

    .reknihy-cart__info--desktop {
        display: none;
    }

    .reknihy-checkout__notices--group > div:last-child {
        margin-bottom: 30px !important;
    }

    .reknihy-coupon__checkout .reknihy-coupon-links-checkout {
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }

    .reknihy-checkout__coupon {
        margin-top: 10px;
    }

    .reknihy--mobile_only .reknihy-checkout__coupon {
        margin-bottom: 40px;
    }

    .reknihy--mobile_only {
        display: block;
    }

    .reknihy--desktop_only {
        display: none;
    }
}

.reknihy-summary-checkout-selected-item {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reknihy-checkout__savings--checkout {
    margin-bottom: 10px
}

.reknihy-checkout__savings--checkout .reknihy-fs__mobile {
    display: block !important;
}

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
    gap: 15px 7px;
}

#reknihy-message {
    border-radius: 20px !important;
    border: 1px solid #999999 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 10px 15px !important;
    color: #999999 !important;
    font-weight: 600;
}

.reknihy-checkout__option:not(:has(input[type="radio"]:checked)) .reknihy-checkout__branch--title,
.reknihy-checkout__option:not(:has(input[type="radio"]:checked)) .reknihy-checkout__branch--btn {
    display: none;
}

.reknihy-checkout__option:has(input[type="radio"]:checked) .reknihy-pickup-desc {
    display: inline-block;
}

.reknihy-checkout__option:not(:has(input[type="radio"]:checked)) .reknihy-checkout__branch--margin {
    margin-top: 0 !important;
}

.reknihy-checkout__branch--title:empty {
    display: none;
}

.reknihy-checkout__tab--heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reknihy-checkout__tab--heading__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reknihy-checkout__tab--heading__edit {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.reknihy-checkout__tab--expand .reknihy-checkout__tab--heading__edit {
    display: none;
}

.reknihy-checkout__tab:has(.reknihy-checkout__option--branch input[type="radio"]:checked) .reknihy-checkout__tab--heading__edit {
    display: none;
}

.reknihy-checkout__tab--summary {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reknihy-checkout__tab--summary__desc {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.reknihy-checkout__tab--summary__value {
    border-radius: 4px;
    border: 1px solid #429460;
    background: #ECF4EF;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #429460;
    font-size: 14px;
    font-weight: 600;
}

.reknihy-checkout__tab--summary__value img {
    width: 15px;
}

.reknihy-checkout__tab--country .reknihy-checkout__tab--summary {
    display: none;
}

.reknihy-checkout__tab--country:has(input[type="radio"][value="CZ"]:checked) .reknihy-checkout__tab--summary__cz {
    display: flex;
}

.reknihy-checkout__tab--country:has(input[type="radio"][value="SK"]:checked) .reknihy-checkout__tab--summary__sk {
    display: flex;
}

.reknihy-checkout__tab--shipping:not(.reknihy-checkout__tab--expand):has(.reknihy-checkout__option:not(.reknihy-checkout__option--branch) input[type="radio"]:checked) .reknihy-checkout__tab--options,
.reknihy-checkout__tab--payment:not(.reknihy-checkout__tab--expand):has(input[type="radio"]:checked) .reknihy-checkout__tab--options,
.reknihy-checkout__tab--country:not(.reknihy-checkout__tab--expand):has(input[type="radio"]:checked) .reknihy-checkout__tab--options {
    display: none;
}

.reknihy-checkout__tab--shipping:not(.reknihy-checkout__tab--expand):has(.reknihy-checkout__option:not(.reknihy-checkout__option--branch) input[type="radio"]:checked) .reknihy-checkout__tab--heading,
.reknihy-checkout__tab--payment:not(.reknihy-checkout__tab--expand):has(input[type="radio"]:checked) .reknihy-checkout__tab--heading,
.reknihy-checkout__tab--country:not(.reknihy-checkout__tab--expand):has(input[type="radio"]:checked) .reknihy-checkout__tab--heading {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.reknihy-checkout__tab--options > *:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.reknihy-checkout__tab--shipping:not(:has(input[type="radio"]:checked)) .reknihy-checkout__tab--summary__shipping,
.reknihy-checkout__tab--payment:not(:has(input[type="radio"]:checked)) .reknihy-checkout__tab--summary__payment {
    display: none;
}

@media (max-width: 1024px) {
    .reknihy-checkout__tab--heading {
        gap: 10px;
    }

    .reknihy-checkout__tab--country .reknihy-checkout__tab--summary__desc,
    .reknihy-checkout__tab--shipping .reknihy-checkout__tab--summary__desc,
    .reknihy-checkout__tab--payment .reknihy-checkout__tab--summary__desc {
        display: none;
    }
}

.reknihy-checkout__tab--shipping .reknihy-checkout__tab--heading__closed,
.reknihy-checkout__tab--payment .reknihy-checkout__tab--heading__closed,
.reknihy-checkout__tab--packaging .reknihy-checkout__tab--heading__closed {
    display: none;
}

@media (min-width: 1025px) {
    .reknihy-checkout__shipping--closed .reknihy-checkout__tab--shipping .reknihy-checkout__tab--heading__group,
    .reknihy-checkout__shipping--closed .reknihy-checkout__tab--shipping .reknihy-checkout__tab--options,
    .reknihy-checkout__payment--closed .reknihy-checkout__tab--payment .reknihy-checkout__tab--heading__group,
    .reknihy-checkout__payment--closed .reknihy-checkout__tab--payment .reknihy-checkout__tab--options,
    .reknihy-checkout__packaging--closed .reknihy-checkout__tab--packaging .reknihy-checkout__tab--heading__group,
    .reknihy-checkout__packaging--closed .reknihy-checkout__tab--packaging .reknihy-checkout__tab--options {
        display: none;
    }

    .reknihy-checkout__shipping--closed .reknihy-checkout__tab--shipping .reknihy-checkout__tab--heading__closed,
    .reknihy-checkout__payment--closed .reknihy-checkout__tab--payment .reknihy-checkout__tab--heading__closed,
    .reknihy-checkout__packaging--closed .reknihy-checkout__tab--packaging .reknihy-checkout__tab--heading__closed {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .reknihy-checkout__shipping--closed .reknihy-checkout__tab--shipping .reknihy-checkout__tab--heading,
    .reknihy-checkout__payment--closed .reknihy-checkout__tab--payment .reknihy-checkout__tab--heading,
    .reknihy-checkout__packaging--closed .reknihy-checkout__tab--packaging .reknihy-checkout__tab--heading {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

.reknihy-checkout__tree--scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 20px -2px -10px -2px;
}

.reknihy-checkout__tree--scroll .reknihy-radio-select {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
}

@media (max-width: 1024px) {
    .reknihy-checkout__tree--scroll {
        margin: 20px 22px -10px -20px;
        padding: 0 20px 0;
        width: calc(100% + 40px);
    }
}

.reknihy-checkout__tab--summary__branch a,
.reknihy-checkout__tab--summary__branch a:hover {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    white-space: nowrap;
    margin-left: 107px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .reknihy-checkout__tab--summary__branch a,
    .reknihy-checkout__tab--summary__branch a:hover {
        margin-left: 0;
    }
}

.reknihy-checkout__tab--expand .reknihy-checkout__tab--summary__branch {
    display: none;
}

.reknihy-checkout__tab--shipping .reknihy-checkout__tab--summary__shipping {
    flex-wrap: wrap;
}

.reknihy-checkout__tab--shipping:has(.reknihy-checkout__tab--summary__value:empty) .reknihy-checkout__tab--summary__shipping {
    display: none;
}

.reknihy-checkout__tab--summary__branch:empty {
    display: none;
}

.reknihy-checkout__tabs .reknihy-checkout__breadcrumbs .progressbar li {
    margin-bottom: 10px;
}

.reknihy-checkout__login {
    margin-top: 20px;
}

.reknihy-checkout__tabs #reknihy-checkout__notices {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .reknihy-checkout__tabs .reknihy-checkout__breadcrumbs .progressbar li {
        margin-bottom: 30px;
    }

    .reknihy-checkout__login {
        margin-top: 30px;
    }

    .reknihy-checkout__tabs #reknihy-checkout__notices {
        margin-top: 30px;
    }
}

.reknihy-cart__before .woocommerce-notices-wrapper {
    display: none;
}

.reknihy-checkout__bank {
    // ... existing code ...

    .reknihy-checkout__crypto-icons {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    // ... existing code ...
}

.reknihy-checkout__crypto-icons {
    display: flex;
    align-items: center;
    margin-top: 10px;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
}

.reknihy-checkout__crypto-icons img {
    height: 24px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .reknihy-checkout__crypto-icons {
        flex-wrap: wrap;
    }

    .reknihy-checkout__crypto-icons img {
        height: 20px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
}

.reknihy-checkout__tab--payment .reknihy-checkout__tab--open label.reknihy-checkout__option {
    display: block !important;
}

.reknihy-checkout__tab--payment .reknihy-checkout__tab--open .reknihy-checkout__option--more svg {
    transform: rotate(180deg);
}

.reknihy-checkout__tooltip {
    display: none;
}

.reknihy-checkout__error-warning {
    display: none;
}

html:has(.reknihy-checkout__notice) .reknihy-checkout__error-warning {
    display: block !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #C10404;
    margin-bottom: 12px;
}

.reknihy-checkout__notice .woocommerce-error a:hover {
    color: #429460;
}

.reknihy-checkout-account:not(:has(input[name="createaccount"]:checked)) .reknihy-checkout-account--fields{
    display: none;
}
.reknihy-checkout-account .woocommerce-password-strength, .reknihy-checkout-account .woocommerce-password-hint, .reknihy-checkout-account .show-password-input{
    display: none !important;
}

.reknihy-shipping-country {
    display: flex;
    gap: 10px;
}

.reknihy-shipping-country input[name=billing_country] {
    display: none;
}

.reknihy-checkout-country--option {
    border-radius: 4px;
    border: 1px solid #EEECDD;
    background: #FFF;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
}
.reknihy-checkout-country--option:has(input:checked) {
    border: 1px solid #429460;
    background: #ECF4EF;
    color: #429460;
}
.reknihy-checkout-country--option img,
.reknihy-checkout-country--selected img {
    height: 18px;
}
.reknihy-checkout-country--selected {
    border-radius: 4px;
    border: 1px solid #429460;
    background: #ECF4EF;
    color: #429460;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    height: 34px;
}
.reknihy-checkout__tab--shipping:not(.reknihy-checkout__tab--expand):has(.reknihy-checkout__tab--options input[type="radio"]:checked) .reknihy-shipping-country {
    display: none;
}
.reknihy-checkout__tab--shipping.reknihy-checkout__tab--expand .reknihy-checkout-country--selected,
.reknihy-checkout__tab--shipping.reknihy-checkout__tab--expand:not(:has(.reknihy-checkout__tab--options input[type="radio"]:checked)) .reknihy-checkout-country--selected{
    display: none;
}
.reknihy-checkout__tab--shipping:not(:has(.reknihy-checkout__tab--options input[type="radio"]:checked)) .reknihy-checkout__tab--heading__edit {
    display: none;
}
.reknihy-button-transparent, .reknihy-button-transparent:hover {
    background: none;
}

.reknihy-checkout__tabs .validate-required .woocommerce-input-wrapper {
    position: relative;
}
.reknihy-checkout__tabs .validate-required .woocommerce-input-wrapper:has(input):not(:has(.foxentry-input-icon))::before {
    content: "*";
    color: red;
    font-size: 19px;
    position: absolute;
    top: -6px;
    right: 12px;
    line-height: 20px;
}

#kl_newsletter_checkbox_field .optional {
    display: none;
}

#kl_newsletter_checkbox_field input[type="checkbox"]:before {
    background: #459362;
}
#kl_newsletter_checkbox_field input[type="checkbox"]:checked:before {
    background: none;
}

.reknihy-checkout__branch:has(.reknihy-checkout__branch--title:empty) .reknihy-checkout__branch--btn {
    margin-left: 39px;
}
@media (max-width: 1024px) {
    .reknihy-checkout__branch--btn {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .reknihy-checkout__customer .reknihy-checkout__tab--options {
        padding: 15px 20px 20px;
    }
}

.reknihy-checkout__tabs:has(input[name="personal-pickup"]:checked) .reknihy-checkout__tab--packaging .reknihy-checkout__tab--heading__group p {
    display: none;
}