#checkout {
    color: #505962;
    text-align: center;
    margin-bottom: 20px;
}
.aeto .product form {
    background: #F2F6FA;
    border-radius: 7px;
    margin: 5px;
    padding: 15px 13px 12px 13px;
}
.aeto > .row > .col {
    padding-top: 20px;
}
.aeto .form-inline .box-ou .form-item {
    width: 100%;
    margin-bottom: 16px;
}
.aeto .form-inline .form-item-company,
.aeto .form-inline .form-group {
    width: 100%;
    margin-bottom: 16px;
}
.aeto .form-inline .checkbox input[type=checkbox] {
    margin-right: 15px;
    cursor: pointer;
}
.price-table .price {
    font-size: 14px;
    text-align: right;
}
.price-table .text {
    font-size: 12px;
    text-align: left;
}
.price-table .price.active {
    color: #41A04E;
    font-weight: 700;
}
.price-table .price.active .price {
    font-size: 16px;
}
.qty-row {
    margin-top: 18px;
}
.qty-row, .platnost-row {
    margin-bottom: 7px;
}
.qty-row input {
    text-align: center;
    border: 1px solid #B8CADB;
    height: 30px;
}
.box-ou .form-item-company label {
    width: 30%;
}
.form-type-checkbox label {
    width: 100%;
}
#checkout .qty-btn {
    user-select: none;
    cursor: pointer;
    border: 1px solid #B8CADB;
    height: 30px;
    background: #fff;
}
#checkout .qty-btn:hover {
    background: #67BB44;
    color: #fff;
}
#checkout .qty-btn.qty-btn-minus {
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#checkout .qty-btn.qty-btn-plus {
    border-left: none;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.aeto .datetimepicker {
    text-align: center;
    height: 30px;
    border: 1px solid #B8CADB;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.aeto .form-inline .form-item-company-name,
.aeto .form-inline .form-item-company-street,
.aeto .form-inline .form-item-company-city,
.aeto .form-inline .form-item-company-zip,
.aeto .form-inline .form-item-company-country,
.aeto .form-inline .form-item-company-ico,
.aeto .form-inline .form-item-company-dic {
    display: none;
}

#cart-box {
    position: sticky;
    top: 50px;
}
#cart-box table {
    font-size: 14px;
}
#cart-box table th {
    font-weight: 400;
}
#cart-box .table-responsive {
    border: none !important;
}
#cart-box .cart-remove span {
    cursor: pointer;
    /*opacity: 0;*/
    /*background: red;*/
    background: white;
    /*color: white;*/
    color: red;
    border-radius: 50%;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
#cart-box tr:hover .cart-remove span {
    /*opacity: 1;*/
    background: red;
    color: white;
}
#cart-box .text-total {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
#cart-box .text-total-small {
    font-weight: 400;
    font-size: 14px
}

.header-box {
    display: none;
}

@media (min-width: 768px) {
    .box-ou .form-item.form-type-textfield label,
    .box-ou .form-item.form-type-tel label,
    .box-ou .form-item.form-type-email label {
        width: 29%;
    }
    .box-ou .form-item input[type="text"],
    .box-ou .form-item input[type="tel"],
    .box-ou .form-item input[type="email"] {
        width: 70%;
    }
    .form-type-checkbox {
        width: 100%;
    }
    .form-inline .checkbox.form-item-company input[type=checkbox] {
        float: left;
        margin-left: 30%;
        position: absolute;
    }
}

body {
    background: url('/modules/aeto_checkout/img/bg2.jpg');
    background-size: cover;
}
#checkout > .row > .col > .col-inner {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,.3);
}
.row.category-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}
.row.category-row > .col {
    padding-right: 5px;
    padding-left: 5px;
}
.col.product p {
    margin-bottom: 0;
    height: 30px;
    display: block;
}
#checkout .box-title {
    color: #CA1518;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
#checkout .subtitle {
    color: #3E4851;
}
#checkout .subtitle-2 {
    margin-top: -18px;
    font-size: 13px;
    margin-bottom: 18px;
}
#create-btn,
#pay-btn {
    color: #fff;
    background: #D0DAE4;
}
#create-btn.active,
#pay-btn.active {
    background: #76C256;
}
#checkout h1 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 22px;
}
.page-logo img {
    width: 193px;
    margin-top: 50px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .page-logo img {
        display: none;
    }
}
#checkout .price-table td {
    padding: 0;
    border: none;
    vertical-align: bottom;
    height: 25px;
}

#checkout .price-table td,
#checkout .price-table tr {
    background: none !important;
}
#checkout .table {
    margin-bottom: 10px;
}
#checkout .price-table {
    margin-bottom: 0;
}
#checkout .btn-success {
    background-color: #67BB44;
    border-color: #67BB44;
    padding-left: 5px;
    padding-right: 5px;
}
.has-error .form-control {
    background: #ca1518;
    color: #fff;
}

#checkout .checkbox label {
    padding: 2px 8px;
    margin-bottom: 4px;
    border-radius: 7px;
}
#checkout .has-error.checkbox label {
    color: #fff;
    background-color: #ca1518;
}
html[lang="cs"] .lang-cs, html[lang="de"] .lang-de, html[lang="en"] .lang-en, html[lang="ru"] .lang-ru {
    order: -1;
	margin-right: 0;
	padding-right: 10px;
}
html[lang="cs"] body:not(.new-online) .lang-cs, html[lang="de"] body:not(.new-online) .lang-de, html[lang="en"] body:not(.new-online) .lang-en, html[lang="ru"] body:not(.new-online) .lang-ru {
    line-height: 2.22;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    #checkout h1 {
        margin-top: 95px;
    }
    #checkout .table-responsive {
        border: none;
    }
    #checkout > .row > .col {
        padding-left: 0;
        padding-right: 0;
    }
    #checkout .checkbox label {
        padding: 2px 30px;
    }
    .box-ou .form-item-company label {
        width: auto;
    }
}

#checkout .table > thead > tr > th,
#checkout .table > tbody > tr > th,
#checkout .table > tfoot > tr > th,
#checkout .table > thead > tr > td,
#checkout .table > tbody > tr > td,
#checkout .table > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
}

.line-through {
    text-decoration: line-through;
}
.path-online .messages__wrapper {
    margin-top: 100px;
}

#mobile-footer {
    display: none;
    background-color: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
#mobile-footer-inner {
    height: 58px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
#mobile-footer .footer-col {
    width: 50%;
    float: left;
}
#mobile-footer .footer-left-col {
    color: #CDCDCD;
}
#mobile-footer .footer-left-col b {
    color: #FFF;
}
#mobile-footer .footer-right-col {
    font-weight: 700;
    text-align: right;
}
#mobile-footer p {
    margin-bottom: 0;
}
#mobile-footer #footer-buy-btn {
    background: #14C946 0 0 no-repeat padding-box;
    border-radius: 4px;
    border: none;
    padding: 8px 45px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    #mobile-footer-inner {
        padding: 0 30px;
    }
}
@media screen and (min-width: 1200px) {
    #mobile-footer {
        display: none !important;
    }
}