.ordering-process .summary-title h4 {
    display: block !important;
}

.cart-table {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
    .cart-table {
        margin: 15px 0;
    }
}

.cart-table .show-related {
    display: none !important;
    color: red !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 767px) {
    .cart-table tbody {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.cart-table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .cart-table tr {
        display: flex;
        margin: 5px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 175px;
        padding-top: 20px;
        border: 1px solid !important;
        border-radius: 10px;
    }
}

.cart-table .p-discount.p-cell {
    display: none;
}

.cart-table .p-availability {
    padding-right: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
    .cart-table .p-quantity {
        width: auto;
        display: flex;
        justify-content: center;
        flex-direction: revert;
    }
}

.cart-table .p-total {
    text-align: right;
    min-width: 150px;
    margin-right: 10px;
    flex-direction: row;
}

.cart-table .p-name {
    max-width: 550px;
    padding-left: 25px;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .cart-table .p-name {
        display: inline-block;
        margin-top: 10px;
        padding-left: 0 !important;
    }
}

.cart-table .p-name a {
    font-size: 1em;
    font-weight: 600 !important;
}

.cart-table .p-name a > span,
.cart-table .p-name a > div {
    margin-top: 10px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .cart-table .p-name a {
        font-size: 1em;
    }
}

.col-md-4 .cart-content {
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 8px;
}

.cart-table tr:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0px;
    background: #F1F1F1;
}

.cart-table tr {
    border-bottom: 20px solid transparent;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .cart-table tr {
        border-bottom: 50px solid transparent;
    }
}

@media only screen and (min-width: 1500px) {
    .cart-table .p-name {
        min-width: 200px;
    }
}

.cart-table .cart-p-image {
    margin-left: 0;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.cart-table .cart-p-image a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.cart-table .cart-p-image a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    border-radius: 5px;
}

.cart-table .related {
    background: transparent !important;
    padding-right: 15px;
    max-height: 0;
    transition: 0.3s;
    animation-name: showdown;
    animation-duration: 1s;
}

@media only screen and (max-width: 1200px) {
    .cart-table .related {
        padding-left: 15px;
    }

    .cart-table tr:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table .related {
        background: transparent !important;
        border: none !important;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.cart-table .related.visible {
    display: block !important;
    max-height: 100vw;
    animation-name: showup2;
    animation-duration: 1s;
}

.cart-table .related .cart-related-button .btn {
    height: 38px;
    line-height: 38px;
    width: 112px;
    min-width: 112px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
    .cart-table .related .cart-related-button .btn {
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    .cart-table .related .cart-related-button .btn {
        width: 95px;
        min-width: 95px;
        height: 34px;
        min-height: 34px;
        line-height: 34px;
        margin: 0;
    }
}

.cart-table .related .cart-related-button .btn:before {
    display: none;
}

.cart-table .related .cart-related-button .btn:hover {
    background: #000;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .cart-table .related > td {
        padding-left: 0 !important;
    }
}

.cart-table .related {
    background: #f1f4f7;
    margin-top: -1px;
}

.cart-table .related > td {
    padding-left: 100px;
    width: 100%;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cart-table .related > td {
        padding-left: 0;
    }
}

.cart-table .related > td:before {
    width: 25px;
    height: 25px;
    background: #f5f5f5;
    content: '';
    position: absolute;
    left: 125px;
    top: -11px;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .cart-table .related > td:before {
        display: none;
    }
}

.cart-table .related .cart-related-info a {
    font-weight: 500;
}

.cart-table .related .cart-related-availability {
    text-transform: none;
    font-weight: 500;
}

.cart-table .related .cart-related-img img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .cart-table .related .cart-related-img img {
        max-width: 70px;
        max-height: 70px;
        width: auto;
        height: auto;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table .related .cart-related-img img {
        max-width: 35px;
        max-height: 35px;
    }
}

.cart-table .related .cart-related-product {
    background: #f5f5f5;
    padding: 5px 20px 5px 15px;
    border-radius: 4px;
    position: relative;
    margin-top: -8px;
}

@media only screen and (max-width: 767px) {
    .cart-table .related .cart-related-product {
        padding: 5px;
        background: transparent;
    }
}

.cart-table .related .cart-related-button {
    display: flex;
    width: 37%;
    justify-content: flex-end;
    align-items: center;
}

.cart-table .related .cart-related-button .price {
    padding-right: 20px;
    margin-bottom: 0;
    min-width: 83px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .cart-table .related .cart-related-button .price {
        min-width: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .cart-table .related .cart-related-button .price {
        padding-right: 5px;
        text-align: right;
        padding-bottom: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table .related .cart-related-button {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 480px) {
    .cart-table .related .cart-related-button {
        flex-direction: column;
        align-items: flex-end;
    }
}

.cart-table .related .cart-related-info {
    width: 63%;
}

.cart-table .remove-item {
    width: 21px;
    height: 21px;
    min-height: inherit;
    min-width: 21px !important;
    background: transparent;
    border-radius: 0;
    margin-top: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 2vw;
    border: none;
    opacity: 0.4;
}

.cart-table .remove-item span {
    display: none;
}

.cart-table .remove-item:before {
    width: 16px;
    height: 16px;
    color: red;
    position: absolute;
    content: '';
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/trash-2.svg') no-repeat center;
    background-size: 16px;
    top: 3px;
    left: 6px;
    line-height: 15px;
    font-size: 8px;
    font-weight: 800;
}

.cart-table .remove-item:hover {
    opacity: 1;
}

.cart-table .remove-item:hover:before {
    color: #fff;
}

.cart-table tr {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cart-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: calc(50% - 10px);
    }

    .cart-table tr td {
        text-align: center !important;
    }
}

.cart-table tr.related-visible {
    border-bottom: 0;
}

.cart-table tr.related-visible:after {
    display: none;
}

@media only screen and (max-width: 400px) {
    .cart-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.cart-table tr td {
    background: transparent;
    border: none !important;
    position: relative;
    min-height: 46px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.cart-table tr td .p-label {
    display: none;
    position: absolute;
    top: -50px;
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #B0BACE;
    background-color: white;
}

@media only screen and (max-width: 767px) {
    .cart-table tr td .p-label {
        display: none !important;
    }
}

.cart-table tr td.cart-p-image {
    background: #fff;
}

.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
    font-weight: 500;
}

.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
    color: #000;
    font-weight: 500;
}

.cart-table tr td.p-total {
    text-align: left !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .cart-table tr td.p-name a {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cart-table tr td.p-total {
        flex-direction: row;
        justify-content: flex-start !important;
        max-width: 100px;
        margin: 0 auto;
        min-width: 100px;
    }
}

.cart-table tr td.p-total strong {
    font-size: 1.2em;
}

.cart-table tr td.p-total form {
    float: right;
    margin-top: -5px;
}

.cart-table tr td.p-total .p-label {
    display: none;
    right: calc(4vw + 5px);
    left: inherit;
    line-height: 1em;
}

@media only screen and (max-width: 767px) {
    .cart-table tr td.p-total .p-label {
        display: none !important;
    }
}

.cart-table tr td.p-price {
    color: #000;
    display: none;
}

.cart-table tr td.p-price .price-final {
    color: #000;
    font-weight: 500;
}

.cart-table tr td.p-price .unit-value {
    color: #000;
}

.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
    text-transform: none;
    font-weight: 500;
    color: #1E1E1C;
    text-decoration: none;
    display: block;
    line-height: 17px;
}

.cart-table tr:first-child .p-label {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .cart-table tr:first-child .p-label {
        display: none !important;
    }
}

.cart-table tr:first-child .p-total .p-label {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .cart-table tr:first-child .p-total .p-label {
        display: none !important;
    }
}

#checkoutSidebar .next-step {
    clear: both;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
    /* @media @tablet-port {
        .next-step-forward,
        .next-step-finish {
          position: fixed;
          bottom: 0;
          width: 100%;
          left: 0;
          z-index: 9;
          border: 10px solid #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          height: 70px;
        }
      }*/
}

.ordering-process .form-control {
    border: 1px solid #1E1E1C;
    border-radius: 8px;
}

#checkoutSidebar .next-step .next-step-back:before {
    width: 11px;
    height: 10px;
    position: relative;
    content: '';
    display: inline-block;
    transition: 0.3s;
    top: -2px;
    margin-right: 8px;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/naturali/img/arr-btn.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    filter: invert(1) grayscale(1);
    transform: rotate(-180deg);
    background-position: center;
}
#checkoutSidebar .next-step .next-step-back {
    margin: 19px 0;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px !important;
    font-weight: 400;
    color: #666;
}

#checkoutSidebar .consents {
    padding: 15px 0 0 0;
    clear: both;
    font-size: 0.8em;
}

#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
    color: #ccc;
}

#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
    color: #ccc;
}

#checkoutContent .form-group {
    flex-direction: column;
    align-items: flex-start !important;
}

@media only screen and (min-width: 768px) {
    #checkoutContent .form-group .form-control {
        max-width: 400px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #checkoutContent .form-group .form-control {
        width: 100%;
    }
}

#checkoutContent .form-group label {
    font-size: 0.8em;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    line-height: initial;
    margin-top: 15px;
}

#checkoutContent .form-group label[for="login"] {
    font-size: 1em;
}

#checkoutContent .form-group a {
    min-height: 10px;
    line-height: 10px;
    margin-bottom: 25px !important;
}

#checkoutContent input[type="checkbox"] + label::before,
#checkoutContent input[type="radio"] + label::before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

#checkoutContent input[type="checkbox"] + label::after,
#checkoutContent input[type="radio"] + label::after {
    width: 10px;
    height: 10px;
    left: 3px;
    background: transparent;
}

#checkoutContent .cart-content .co-box.co-billing-address {
    padding-bottom: 25px !important;
}

#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
    padding-left: 35px;
}

#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
    margin-bottom: 12px !important;
}

#checkoutContent .cart-header {
    margin-bottom: 30px;
}

#checkoutContent .cart-content {
    background: #fff;
}

.phone-combined-input {
    max-width: initial;
}

.co-box .validator-msg, .js-validator-msg {
    margin-left: 0;
}

.co-box .phone-combined-input {
    width: 100%;
}

.co-box .phone-combined-input #phone {
    max-width: 310px;
    width: 100%;
    margin-left: 10px;
}

.cart-content {
    padding: 20px !important;
}

.validator-msg + input, .js-validator-msg + input, .validator-msg + select, .js-validator-msg + select, .validator-msg + .phone-combined-input, .js-validator-msg + .phone-combined-input {
    margin-left: 0;
}

#checkoutContent .cart-content .box {
    border: none;
    padding: 0;
    /*@media @mobile-land {
          padding: 0 15px 20px 15px;
        }*/
}

#checkoutContent .cart-content .box .form-group .btn:hover {
    color: green;
}

#checkoutContent .cart-content .box .form-group .btn {
    padding: 0;
    height: auto;
    background: transparent;
    text-transform: none;
    margin: 10px 0;
    color: #1E1E1C !important;
    text-decoration: underline;
    letter-spacing: 0.5px;
    font-size: 1em;
    font-weight: 400;
    border: none;
}

#checkoutContent .cart-content .co-box {
    padding: 0 !important;
    background: transparent;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    padding-left: 15px !important;
}

#checkoutContent .cart-content .co-box h4 {
    font-size: 1.3em;
    font-weight: 500;
    text-transform: none;
    margin: 20px 0 10px 0;
    padding: 0 0 0 48px;
    position: relative;
    color: #000;
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    #checkoutContent .cart-content .co-box h4 {
        font-size: 1.2em;
    }
}

#checkoutContent .cart-content .co-box h4:after {
    display: none;
}

#checkoutContent .cart-content .co-box h4:before {
    display: block;
    width: 40px;
    height: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
}

#checkoutContent .cart-content .co-box.co-basic-information h4:before {
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/list.svg') no-repeat center;
    background-size: 24px;
}

#checkoutContent .cart-content .co-box.co-contact-information h4:before {
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/user.svg') no-repeat center;
    background-size: 24px;
}

#checkoutContent .cart-content .co-box.co-billing-address h4:before,
#checkoutContent .cart-content .co-box.co-shipping-address h4:before {
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/adress.svg') no-repeat center;
    background-size: 24px;
}

#checkoutContent .cart-content .co-box.co-delivery-method h4:before {
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/truck.svg') no-repeat center;
    background-size: 24px;
}

#checkoutContent .cart-content .co-box.co-payment-method h4:before {
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/credit-card.svg') no-repeat center;
    background-size: 24px;
}

#checkoutContent .cart-content .co-box .radio-wrapper {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
}

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

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

.co-box .radio-wrapper.active label > span b, .co-box .for-free {
    color: #383C43;
}

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

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

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

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

#checkoutContent .cart-content .co-box .radio-wrapper.active {
    background: #fff;
}

#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
    font-weight: 600;
    align-items: flex-start;
    cursor: pointer;
    padding: 15px 0 15px 32px;
    margin: 0 !important;
}

#checkoutContent .cart-content .co-box.co-delivery-method label:hover b,
#checkoutContent .cart-content .co-box.co-payment-method label:hover b {
    color: #5c5c5c;
}

#checkoutContent .cart-content .co-box.co-delivery-method label b,
#checkoutContent .cart-content .co-box.co-payment-method label b {
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    #checkoutContent .cart-content .co-box.co-delivery-method label,
    #checkoutContent .cart-content .co-box.co-payment-method label {
        margin-bottom: 20px;
    }
}

#checkoutContent .cart-content .stay-in-touch {
    padding: 0;
}

#checkoutContent .cart-content #note fieldset,
#checkoutContent .cart-content #shipping-address fieldset {
    border: none !important;
    margin: 0 auto;
}

#checkoutContent .cart-content #shipping-address {
    margin-bottom: 15px;
}

#checkoutContent .cart-content #shipping-address fieldset {
    max-width: inherit;
}

#checkoutContent .cart-content .co-contact-information {
    padding-bottom: 15px !important;
}

#checkoutContent .cart-content .co-box-additional {
    padding: 20px 0px 20px 15px !important;
}

#checkoutContent .cart-content fieldset {
    margin: 0;
    border: 0;
    display: flex;
    flex-direction: column;
}

#checkoutContent .cart-content .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 480px) {
    #checkoutContent .cart-content .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

#checkoutContent .cart-content .form-group.form-group-wrapped {
    display: block;
}

#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    #checkoutContent .cart-content .form-group,
    #checkoutContent .cart-content .shipping-billing-table,
    #checkoutContent .cart-content .shipping-billing-table {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    #checkoutContent .cart-content #note {
        margin: 0 10px 20px 10px;
    }
}

.cart-content .fvDoplnek {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cart-content .fvDoplnek {
        padding: 15px 10px 0 10px;
    }
}

.cart-content .fvDoplnek .fvDoplnek-produkt p {
    padding-left: 5px !important;
    margin-top: 5px !important;
}

.cart-content .order-summary .cart-items {
    display: none;
}

.cart-content .order-summary .price-wrapper {
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.cart-content .order-summary .price-wrapper .price-label {
    width: 50%;
}

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

.cart-content .order-summary .order-summary-inner .matrixprice {
    display: none;
}

.cart-content .order-summary .order-summary-inner h4 {
    margin: 0 0 30px 0;
    display: block !important;
}

.cart-content .order-summary .order-summary-inner h4:after {
    display: none;
}

.cart-content .order-summary .recapitulation-single {
    display: flex;
    justify-content: space-between;
}

.cart-content .order-summary .recapitulation-single strong span {
    float: right;
}

.cart-content .next-step {
    padding-top: 20px;
    margin-top: 30px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    /*&:before {
        width: 100%;
        height: 1px;
        content: '';
        background: @border;
        position: absolute;
        top: 0;
        left: 0;
      }*/
}

@media only screen and (max-width: 480px) {
    .cart-content .next-step {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.cart-content .next-step .btn:after {
    width: 11px;
    height: 10px;
    position: relative;
    content: '';
    display: inline-block;
    transition: 0.3s;
    top: -1px;
    margin-left: 13px;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/naturali/img/arr-btn-w.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
}
.cart-content .next-step .btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.3em;
    min-width: 180px;
    float: right;
    width: auto;
    font-size: 14px;
    padding: 0 30px;
    border: none;
    text-transform: none;
    text-align: center;
    margin: 0;
    height: 51px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 40px;
    width: 100%;
    box-shadow: 0px 2px 0px #145C00;
}

.cart-content .next-step .btn:hover {
    background: #145C00;
}

@media only screen and (max-width: 480px) {
    .cart-content .next-step .btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cart-content.summary-wrapper {
    /* @media @tablet-port {
         position: fixed;
         bottom: 0;
         width: 100%;
         z-index: 9;
         left: 0;
         border-radius: 0;
         padding: 5px 10px 10px;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
         border: none;

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

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

           .btn {
             border-radius: 0;
           }
         }
       }*/
}

.back-shopping-link .next-step-back {
    padding: 1px 0 0 22px;
}

.cart-content.summary-wrapper .next-step-back {
    margin-bottom: 19px;
    text-align: left;
}

.btn.next-step-forward::after {
    display: none;
}

.cart-content.summary-wrapper .price-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
}

.cart-content.summary-wrapper .price-wrapper .price-label {
    font-size: 1em;
    letter-spacing: 0;
    font-weight: 600;
    width: 50%;
}

.cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 2em;
    font-weight: 600;
    color: #50913E;
    letter-spacing: 0;
    width: 50%;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .cart-content.summary-wrapper .price-wrapper .price.price-primary {
        font-size: 1.5em;
    }
}

.cart-content .delivery-time,
.cart-content .cart-summary {
    padding: 15px 0;
}

.cart-content .delivery-time {
    padding-bottom: 0;
}

.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
    content: '\e92a';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
    line-height: 36px;
}

.ordering-process .quantity-form .quantity .increase::before, .ordering-process .quantity-form .quantity .decrease::before {
    line-height: 18px !important;
}

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

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

.cart-content .extra.discount {
    display: block;
    position: relative;
}

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

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

.cart-content .cart-summary {
    padding-top: 0;
    position: relative;
    padding-bottom: 20px;
    /* @media @mobile-land {
         padding-bottom: 115px;
       }*/
}

.cart-content .cart-summary h4 {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-content .cart-summary h4:after {
    display: none;
}

.cart-content .cart-header {
    position: relative;
    display: flex !important;
    padding: 0;
    width: 100%;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    border-bottom-width: 0 !important;
    margin: -20px -20px 20px -20px;
    width: calc(100% + 40px);
    padding-bottom: 25px !important;
    position: relative;
    top: -52px;
    margin-bottom: -30px !important;
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .cart-content .cart-header:before {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header {
        padding-top: 0;
    }
}

.cart-content .cart-header:before {
    width: 90%;
    height: 2px;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    content: '';
    transform: translate(-50%, -50%);
    /*@media @1500-min {
          width: 550px;
        }*/
}

@media only screen and (max-width: 1200px) {
    .cart-content .cart-header:before {
        width: 65%;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header:before {
        display: none;
    }
}

.cart-content .cart-header li {
    width: auto;
}

@media only screen and (max-width: 768px) {
    .cart-content .cart-header li {
        width: auto;
        padding: 0;
        display: block;
        border: none;
    }

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

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

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

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

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

    .cart-content .cart-header:before {
        display: none;
    }

    .cart-content .cart-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header li {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header li a,
    .cart-content .cart-header li strong {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header li a,
    .cart-content .cart-header li strong {
        padding: 5px 0;
    }
}

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

ol.cart-header li.active a, ol.cart-header li.completed a, ol.cart-header li.active strong, ol.cart-header li.completed strong {
    border: none;
}

.cart-content .cart-header li a {
    border: none !important;
}

.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
    font-size: 2em;
    padding: 0 22px;
    color: #dcdcdc;
    background: #fff;
    letter-spacing: 0;
}

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

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

.cart-content .cart-header li a,
.cart-content .cart-header li strong {
    padding: 0;
}

@media only screen and (max-width: 1500px) {
    .cart-content .cart-header li a span,
    .cart-content .cart-header li strong span {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-content .cart-header li a span,
    .cart-content .cart-header li strong span {
        letter-spacing: 0.5px;
        font-size: 1.5em;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 600px) {
    .cart-content .cart-header li a span,
    .cart-content .cart-header li strong span {
        font-size: 1.1em;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 480px) {
    .cart-content .cart-header li a span,
    .cart-content .cart-header li strong span {
        padding: 0;
    }
}

.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before {
    display: none;
}

.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
    padding-left: 0;
}

.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
    padding-right: 0;
}

.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
    line-height: 32px !important;
    padding-left: 2px;
    color: #fff;
    border: none;
}

.cart-content .discount-coupon {
    /*position: absolute;
      left: 20px;
      bottom: 10px;
      width: calc(~'100% - 40px');*/
}

.cart-content .discount-coupon label {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    color: #292b32;
    line-height: 18px;
}

.cart-content .discount-coupon .applied-coupon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.cart-content .discount-coupon .applied-coupon strong {
    font-weight: 500;
}

.cart-content .discount-coupon .applied-coupon form {
    width: 50px;
}

.cart-content .discount-coupon .applied-coupon form fieldset {
    padding: 0;
}

.cart-content .discount-coupon .applied-coupon form .btn {
    width: 25px;
    margin-left: 15px;
    height: 25px;
    min-width: inherit;
    line-height: 0;
    padding: 0;
    border-radius: 50%;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    font-family: CURSIVE;
    padding-left: 1px;
}

.cart-content .discount-coupon:before {
    display: none;
}

.cart-content .discount-coupon form {
    display: flex;
    width: 100%;
}

.cart-content .discount-coupon form input {
    height: 38px;
}

.cart-content .discount-coupon form input::placeholder {
    color: #9c9c9c;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 0.9em;
}

.cart-content .discount-coupon form .btn {
    border: none;
    width: 120px;
    margin-left: -2px;
    height: 38px;
    min-height: 38px;
    border-radius: 0 5px 5px 0;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

.cart-content .free-gift .free-gifts-wrapper {
    display: flex;
    align-items: center;
    margin-right: 80px;
}

.ordering-process {
    background: #fff !important;
}

@media only screen and (max-width: 767px) {
    .cart-content .free-gift .free-gifts-wrapper {
        margin-right: 40px;
    }
}

.cart-content .free-gift .free-gifts-img {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    min-width: 36px;
    align-items: center;
    justify-content: center;
}

.cart-content .free-gift .free-gifts-img-hover {
    display: none;
}

.cart-content .extras-wrapper {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-content .extras-wrapper .extra {
    margin: 10px 0;
    background: transparent;
    padding: 10px 10px 10px 80px;
    border-radius: 3px;
    min-height: 43px;
}

.cart-content .extras-wrapper .extra:before {
    left: 2px;
}

.cart-content .extras-wrapper .extras-col {
    width: 100%;
    display: flex;
    align-items: center;
    flex: unset;
    max-width: 100%;
    padding-left: 0;
}

.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .cart-content .extras-wrapper {
        flex-direction: column;
    }

    .cart-content .extras-wrapper .extras-wrap {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .cart-content .fvDoplnek .header .fvDoplnek-text {
        margin-top: 0 !important;
    }
}

.cart-empty h1.cart-heading {
    margin-bottom: 20px;
}

.cart-row {
    justify-content: space-between;
}

.cart-row .col-md-8 {
    padding-right: 50px !important;
    flex: 0 0 67%;
    max-width: 67%;
    padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
    .cart-row .col-md-8 {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 992px) {
    .cart-row .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }

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

    .next-step {
        margin-bottom: 0;
        margin-top: 0 !important;
    }
}

.cart-row .col-md-4 {
    flex: inherit;
    width: 33%;
    padding-top: 0px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
}

.cart-content + .cart-content {
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    .cart-row .col-md-4 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-row .col-md-4 {
        padding-top: 0;
    }
}

.cart-row .col-md-4 h4 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-top: 0;
}

@media only screen and (max-width: 992px) {
    .cart-row .col-md-4 h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .cart-row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#cart-wrapper .back-shopping-link {
    display: none;
}

.back-shopping-link a {
    display: inline-block;
    line-height: inherit;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    margin: 50px 0 20px 0;
}

.back-shopping-link a:before {
    width: 16px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    content: '' !important;
    background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg') no-repeat center;
    background-size: 16px;
}

@media only screen and (max-width: 767px) {
    .back-shopping-link {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .ordering-process #header .header-top .top-nav-button-login,
    .ordering-process #header .header-top .top-nav-button-account {
        margin-right: 0;
        right: 0;
        width: 30px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .ordering-process #header .header-top .dropdown {
        right: 115px;
    }
}

.ordering-process #content-wrapper {
    position: relative;
    padding-top: 30px !important;
}

@media only screen and (max-width: 767px) {
    .ordering-process #content-wrapper {
        padding-top: 0 !important;
    }
}

.ordering-process .checkout-box {
    border-radius: 5px;
}

.ordering-process #header .header-top .navigation-buttons {
    display: none;
}

/*@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}*/
@media only screen and (max-width: 1200px) {
    .ordering-process .popup-widget.login-widget {
        right: 20px !important;
    }

    .ordering-process .popup-widget.login-widget:before {
        right: 87px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ordering-process #header .header-top .top-nav-button-login {
        right: 15px;
    }

    .ordering-process .popup-widget.login-widget:before {
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ordering-process .top-navigation-bar .nav-part .responsive-tools {
        width: 125px;
        justify-content: flex-end;
    }
}

.ordering-process .podpis {
    margin-top: 50px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}

.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box {

}

.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
    border: none;
    margin-top: 20px;
    color: #fff;
    padding: 2px 20px;
    order: 2;
    border: 1px solid #F1F1F1;;
}

.ordering-process.in-krok-1 .checkout-box-wrapper, .ordering-process .checkout-box,
.ordering-process.in-krok-2 .checkout-box-wrapper, .ordering-process .checkout-box {
    display: none;
}

.ordering-process .checkout-box-wrapper .btn,
.ordering-process .checkout-box .btn,
.ordering-process .cart-empty .col-md-4 .cart-content .btn {
    display: none;
}

.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4 {
    color: rgba(30, 30, 28, 0.48);
    margin-top: 0;
}

.ordering-process .checkout-box-wrapper .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img,
.ordering-process .checkout-box-wrapper .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
   color: #000;
}

.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    list-style: none;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .ordering-process .checkout-box-wrapper .contact-box ul li,
    .ordering-process .checkout-box .contact-box ul li,
    .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
        width: 100%;
        margin-top: 5px;
    }
}

.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
    color: #000;
    text-decoration: none;
}

.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
    display: none;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 300;
}

.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail,
.ordering-process .checkout-box .contact-box ul li span.mail,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail {
    display: block;
    padding-left: 30px;
    position: relative;
}

.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 10px;
}

.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
    content: '\e92d';
}

.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
    content: '\e924';
    font-weight: 500;
}

.payment-logo,
.payment-shipping-price {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90px;
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .payment-logo,
    .payment-shipping-price {
        width: 70px;
        padding-left: 0 !important;
    }
}

.payment-logo img,
.payment-shipping-price img {
    max-width: 100%;
    max-height: 40px;
}

@media only screen and (max-width: 480px) {
    .payment-logo {
        display: none;
    }
}

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

.order-summary .order-summary-item {
    color: #383C43 !important;
}

.payment-shipping-price {
    padding-left: 10px;
    font-weight: 500;
    /* &.for-free {
      color: #26ba2a;
    }*/
}

.payment-info {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
    padding-right: 10px;
}

.watchdog-row {
    margin: 0 0 1em;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.watchdog-row label {
    min-width: 130px;
}

#watchdog-form .disclaimer {
    color: #666666;
    display: block;
}

#watchdog-form .disclaimer.hidden {
    display: none;
}

.recapitulation-wrapper .co-box {
    padding-right: 20px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .recapitulation-wrapper .co-box {
        padding-left: 0;
        padding-right: 0;
    }
}

.recapitulation-wrapper .co-box h4::before {
    content: '\e922';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    font-family: 'shoptet';
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    .recapitulation-wrapper .co-box h4::before {
        display: none;
    }
}

.recapitulation-wrapper .cart-table {
    max-width: 500px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    border-collapse: inherit;
    margin: 20px 0 20px 60px;
}

@media only screen and (max-width: 767px) {
    .recapitulation-wrapper .cart-table {
        margin: 20px 0;
    }
}

.recapitulation-wrapper .cart-table tr {
    justify-content: flex-start;
}

.recapitulation-wrapper .cart-table tr:last-child:after {
    display: none;
}

.recapitulation-wrapper .co-box.co-payment-method h4::before {
    content: '\e926';
}

.recapitulation-wrapper .co-box.co-order h4::before {
    content: '\e925';
}

.recapitulation-wrapper table {
    width: 100%;
    max-width: 400px;
}

.recapitulation-wrapper .order-complete-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .recapitulation-wrapper .order-complete-links {
        flex-direction: column;
        justify-content: center;
    }
}

.recapitulation-wrapper .co-box h4 {
    margin-left: -60px !important;
    padding-left: 60px;
}

@media only screen and (max-width: 767px) {
    .recapitulation-wrapper .co-box h4 {
        padding-left: 0;
        margin-left: 0 !important;
    }
}

.cart-empty .cart-content {
    padding: 20px;
}

.in-dekujeme .reca-number {
    text-align: center;
}

.in-dekujeme .cart-table .p-quantity {
    align-items: center;
}

.in-dekujeme .order-summary-item.total {
    margin-top: 20px;
}

.in-dekujeme .cart-table {
    margin: 0;
    max-width: 700px;
}

.in-dekujeme .cart-table tr {
    border: none;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.in-dekujeme h4:before {
    display: none !important;
}
