.page[name='checkout'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='checkout'] > .header > .side > .button {
    padding: 20px;
}
.page[name='checkout'] > .header > .side > .button > img {
    display: block;
    height: 24px;
}
.page[name='checkout'] > .header > .center {
    display: table;
    width: calc(100% - 128px);
    height: 100%;
    text-align: center;
}
.page[name='checkout'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='checkout'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding-bottom: 334px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > thead,
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field > label,
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
.page[name='checkout'] > .content > .order {
    padding: 22px 22px 8px 22px;
}
.page[name='checkout'] > .content > .order > .addressAndTime {
    overflow: hidden;
    margin-bottom: 16px;
}
.page[name='checkout'] > .content > .order > .addressAndTime > .button {
    width: 49%;
    border-radius: 24px;
    display: table-cell;
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
}
.page[name='checkout'] > .content > .order > .addressAndTime > .button > span {
    vertical-align: top;
    margin-left: 10px;
}
.page[name='checkout'] > .content > .order > .bottom > .button {
    border-radius: 20px;
    padding: 8px;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .image,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .image {
    width: 40px;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .image > img,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .image > img {
    display: block;
    width: auto;
    height: 61px;
    max-width: calc(100% - 4px);
    border-radius: 8px;
    object-fit: cover;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .top {
    max-width: calc(100% - 142px);
    margin-right: 8px;
}
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top {
    max-width: calc(100% - 60px);
}
.page[name='checkout'] > .content > .order > .bottom > .button > .top,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top {
    text-overflow: ellipsis;
    overflow: auto;
    white-space: nowrap;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .top > .title,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top > .title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .top > .attributes,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top > .attributes {
    font-size: 12px;
    margin-bottom: 4px;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .bottom > .wrapper {
    padding: 10.5px;
    border-radius: 16px;
    text-align: center;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .bottom > .wrapper > .quantity {
    font-size: 8px;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .bottom > .wrapper > .price,
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top > .price {
    font-weight: 600;
    font-size: 14px;
}
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top > .price > div {
    display: inline-block;
}
.page[name='checkout'] > .content > .order > .bottom > .items > div > .top > .price > .amount {
    text-decoration: line-through;
}
.page[name='checkout'] > .content > .order > .bottom > .button > .bottom > .wrapper > .vat {
    font-size: 8px;
}
.page[name='checkout'] > .content > .order > .bottom > .items {
    position: relative;
    height: 30px;
    max-height: 30px;
    transition: max-height 1s ease;
    overflow: hidden;
}
.page[name='checkout'] > .content > .order > .bottom > .items > div {
    position: absolute;
    right: 17px;
    left: 17px;
    border-radius: 20px;
    transition: all 1s ease;
    cursor: pointer;
    padding: 8px;
}
.page[name='checkout'] > .content > .order > .tableWrapper > .fTable > .content > table > tbody > tr[status='active'] > .items > div {
    opacity: 1;
}
.page[name='checkout'] > .content > .order > .tableWrapper > .fTable > .content > table > tbody > tr[status='deactive'] > .items > div {
    opacity: 0.6;
}
.page[name='checkout'] > .content > .payment {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 16px;
}
.page[name='checkout'] > .content > .payment > .header {
    overflow: hidden;
    margin-bottom: 14px;
    padding-right: 18px;
    padding-left: 18px;
}
.page[name='checkout'] > .content > .payment > .addCard {
    padding-right: 20px;
    padding-left: 20px;
}
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper,
.page[name='checkout'] > .content > .payment > .cards {
    overflow: hidden;
}
.page[name='checkout'] > .content > .payment > .header > .title {
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 16px;
}
.page[name='checkout'] > .content > .payment > .header > .options {
    overflow: hidden;
}
.page[name='checkout'] > .content > .payment > .header > .options > .button {
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: 500;
}
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field > input {
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field[key='year'],
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field[key='month'],
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field[key='cvv'] {
    width: 49%;
}
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field[key='number'] > .association {
    position: absolute;
    top: 10px;
    right: 10px;
}
.page[name='checkout'] > .content > .payment > .addCard > .formWrapper > .fForm > .fields > .field[key='number'] > .association > img {
    display: block;
    width: 40px;
    height: 25px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr {
    margin-top: 6px;
    margin-bottom: 6px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button {
    position: relative;
    border-radius: 28px;
    outline: 3px solid;
    outline-offset: 3px; 
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button:not(.active) {
    opacity: 0.6;
    outline-color: transparent;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .association {
    position: absolute;
    top: 16px;
    right: 16px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .association > img {
    display: block;
    width: 50px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > img {
    display: block;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .number {
    position: absolute;
    top: 70px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .expiry {
    position: absolute;
    top: 130px;
    font-size: 12px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .expDate {
    position: absolute;
    top: 110px;
    left: 32px;
    font-size: 12px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .cvvTitle {
    position: absolute;
    top: 110px;
    font-size: 12px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .cvvMask {
    position: absolute;
    top: 130px;
    font-size: 12px;
}
.page[name='checkout'] > .content > .payment > .cards > .tableWrapper > .fTable > .content > table > tbody > tr > .wrapper > .button > .holder {
    position: absolute;
    top: 110px;
}
.page[name='checkout'] > .content > .notes {
    padding: 18px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field:not(:last-child) {
    margin-bottom: 16px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field[key='description'] > label {
    display: block;
    margin-bottom: 16px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field[key='description'] > input {
    border-radius: 12px;
    width: 100%;
    height: 97px;
    padding: 18px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 24px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.4s;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > .slider:before {
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    bottom: 2.5px;
    transition: 0.4s;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > input:checked + .slider:before {
    transform: translateX(20px);
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > .round {
    border-radius: 34px;
}
.page[name='checkout'] > .content > .notes > .formWrapper > .fForm > .fields > .field > .switch > .round:before {
    border-radius: 50%;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > div:not(:last-child) {
    margin-bottom: 16px;
    overflow: hidden;
}
.page[name='checkout'] > .bottomSheet > .content > .title {
    font-size: 16px;
    font-weight: 700;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .top {
    margin-bottom: 24px;
    overflow: hidden;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .top > .side {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .top > .button {
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 12px;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .tableWrapper > .fTable > .content > table {
    border-spacing: 0;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .button:not(:last-child) {
    margin-bottom: 8px;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .button {
    padding: 12px;
    min-height: 100px;
    border-radius: 16px;
    margin-bottom: 6px;
}
.page[name='checkout'] > .bottomSheet[key='address'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .button > .title {
    font-weight: 600;
    margin-bottom: 6px;
}
.page[name='checkout'] > .bottomSheet[key='time'] {
    z-index: 110;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .title {
    margin-bottom: 16px;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .tabs {
    border-radius: 12px;
    margin-bottom: 24px;
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .tabs > .tab {
    padding: 5px 16px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .tabs > .active {
    font-weight: 600;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .formWrapper > .fForm > .fields > .field:not(:last-child) {
    margin-bottom: 8px;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .formWrapper > .fForm > .fields > .field {
    height: 48px;
    border-radius: 20px;
    padding: 13px 16px;
}
.page[name='checkout'] > .bottomSheet[key='time'] > .content > .formWrapper > .fForm > .fields > .field > .button > img {
    width: 18px;
    height: 18px;
    display: block;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .paymentInfo > .totalPrice > .value {
    font-size: 24px;
    font-weight: 600;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .paymentInfo > .button {
    text-align: center;
    border-radius: 16px;
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 2px;
    min-width: 134px;
    font-weight: 600;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .wrapper > .badge {
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    max-width: calc(100% - 136px);
    text-align: center;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .wrapper >  img {
    display: block;
    max-width: 200px;
    width: 49%;
    overflow: hidden;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts {
    width: 100%;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field:not(:last-child) {
    margin-bottom: 8px;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field > label,
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field > input,
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field > i {
    display: none;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field > .checkBox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .contracts > .formWrapper > .fForm > .fields > .field > span {
    line-height: 23px;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .orderDetails {
    padding: 12px;
    border-radius: 16px;
    width: 100%;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .orderDetails > .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .orderDetails > .items > div {
    overflow: hidden;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .orderDetails > .items > div > .price > div {
    display: inline-block;
}
.page[name='checkout'] > .bottomSheet[key='payablePrice'] > .content > .orderDetails > .items > div > .price > .amount {
    text-decoration: line-through;
}
.page[name='checkout'] > .bottomSheet[key='paymentMethods'] > .content > .title {
    margin-bottom: 16px;
}
.page[name='checkout'] > .bottomSheet[key='paymentMethods'] > .content > .formWrapper > .fForm > .fields > .field {
    border-radius: 12px;
    padding: 10px 16px;
    margin-bottom: 8px;
}

#text > .button {
    width: 270px;
    text-align: center;
    padding: 10px;
    border-radius: 36px;
    font-size: 18px;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
}
#panel[ids='agreements'] {
    padding: 40px 24px 24px 24px;
}
#panel[ids='agreements'] > .content {
    height: 100%;
}
#panel[ids='agreements'] > .content > .agreement:not(:last-child) {
    margin-bottom: 16px;
    height: calc(33.3% - 16px);
}
#panel[ids='agreements'] > .content > .agreement:last-child {
    height: 33%;
}
#panel[ids='agreements'] > .content > .agreement > .title {
    margin-bottom: 8px;
    font-weight: bold;
}
#panel[ids='agreements'] > .content > .agreement > .content {
    border-radius: 8px;
    padding: 12px;
    height: calc(100% - 29px);
    overflow: auto;
}
#panel[ids='pay'] > .content {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
}
#panel[ids='pay'] > .content > iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#box[ids='paymentFailed'] > .text > .title {
    font-size: 16px;
    font-weight: 600;
}
#box[ids='paymentFailed'] > .text > .reason {
    font-size: 16px;
    margin-top: 12px;
}
#box[ids='paymentFailed'] > .text > .guide {
    font-size: 14px;
    margin-top: 4px;
}