.form-fields .form-group {
    display: inline-block;
    max-width: calc(50% - 3px);
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    margin: 0 0px 16px;
}

.checkout-block .product-line-body {
    display: flex;
    width: 100%;
    vertical-align: top;
    justify-content: space-around;
}

.product-line-desc {
    min-width: 100px;
    max-width: 400px;
}

#checkout .custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    align-items: center;
    background-color: #f3f0f0;
    display: inherit;
    position: relative;
    margin-right: 15px;
}

#checkout .checkout-block :is(.custom-radio input[type=radio]) {
    width: 20px;
    height: 20px;
    align-items: center;
    background-color: #f3f0f0;
    display: inherit;
    position: relative;
}

#thecheckout-cart-summary ul.cart-items li.cart-item {
    margin-bottom: 20px;
}

#thecheckout-cart-summary ul.cart-items li.cart-item img {
    max-height: 50px;
    width: auto;
}

#content.page-content .custom-checkbox input[type=checkbox]+ span{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    opacity: 1;
    margin-right: 10px;
    pointer-events: none;
}

#content.page-content .custom-radio input[type=radio]+ span{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    opacity: 1;
    pointer-events: none;
    border-radius: 50%;
}
span.custom-radio input[type=radio]:checked + span{
    display: block!important;
}

body:not(.cute) #content.page-content .custom-radio input[type=radio]:checked + span {
    background-color: transparent!important;
}

body:not(.cute) #content.page-content .custom-radio input[type=radio]:checked + span:after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: var(--tc-color-base);
    left: 4px;
    top: 4px;
    position: absolute;
}

div#thecheckout-order-message {}

div#thecheckout-order-message label[for="delivery_message"] {
    margin-bottom: 10px;
}

div#create_account {
    width: 100%;
    display: block;
    max-width: 100%;
}

#thecheckout-cart-summary {
    background-color: transparent!important;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
}

textarea#delivery_message {
    border-color: #d2d2d2;
    border-radius: 4px;
    padding: 10px;
}

div#thecheckout-login-form {
    padding-top: 20px;
}

div.paysera-payments.grid div.payment.activePayseraPayment {
    border: 1px solid #3a521c;
    padding: 10px;
}

div.payment-group-title {
    padding-bottom: 20px;
}

#thecheckout-newsletter, #thecheckout-psgdpr, #thecheckout-data-privacy,  #thecheckout-confirm {
    padding: 0!important;
}

form.account-fields.module-account-fields.newsletter em {
    display: none;
}

#tc-container #thecheckout-cart-summary {
    margin: 7px;
}

body#checkout header#header, body#checkout .breadcrumb__wrapper, body#checkout #content-wrapper .page-header {
    display: none;
}

.checkoutheader {
    height: 84px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #CDD5DB;
    box-sizing: BORDER-BOX;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backbtn {
    font-family: 'Roboto';
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112B3C;
    padding-left: 22px;
    box-sizing: border-box;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.67028%2013.1748L9.34508%2013.5L7.33514%2011.4901L5.3252%209.48012L7.33514%207.47018L9.34508%205.46024L9.67028%205.78544L10%206.11516L8.31978%207.79538L6.63504%209.48012L8.31978%2011.1649L10%2012.8451L9.67028%2013.1748Z%22%20fill%3D%22%23112B3C%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: left center;
}

.headerPhone {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #205375;
    float: right;
    text-decoration: none;
}