.checkout_header .logo {
    margin: 0;
    width: auto;
}
.checkout_header .logo img {
    max-height: 28px;
}
.checkout-top {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #DEE0E3;
}
.checkout-top .container {
    max-width: 100%;
    padding: 0 72px;
}
.checkout-top ul {
    justify-content: space-between;
    padding: 20px 0;
}
.checkout-top ul li {
    color: #A8ABB3;
    width: calc(25% - 15px);
    position: relative;
}
.checkout-top ul li a {
    color: #A8ABB3;
    width: 100%;
    display: block;
}
.checkout-top ul li svg {
    display: inline-block;
    vertical-align: bottom;
}
.checkout-top ul li span {
    margin-left: 5px;
    font-size: 14px;
}
.checkout-top ul li span:after {
    content: "";
    height: 4px;
    border-radius: 16px;
    background: #E9EAEC;
    display: block;
    margin-top: 8px;
    transition: all .3s ease-in-out;
}
.checkout-top ul li a span:after {
    background: #A8ABB3;
}
.checkout-top ul li svg path {
    transition: all .3s ease-in-out;
}
.checkout-top ul li.active, .checkout-top ul li.active a, .checkout-top ul li a:hover {
    color: #2B2D31;
}
.checkout-top ul li a:hover svg path {
    fill: #2B2D31;
}
.checkout-top ul li a svg path {
    fill: #A8ABB3;
}
.checkout-top ul li.active span:after, .checkout-top ul li a:hover span:after {
    background: #2B2D31;
}
.checkout-body {
    margin: 80px auto;
    width: 860px;
}
.checkout-page .ttl {
    color: #2B2D31;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.checkout-page .ttl.ttl-16 {
    font-size: 16px;
}
.checkout-page .ttl.ttl-15 {
    font-size: 15px;
}
.checkout-page .step-bottom .btn-orange {
    width: 250px;
}
.user-role {
    display: flex;
    justify-content: space-between;
}
.user-role > div > div {
    border-radius: 8px;
    border: 1px solid #DEE0E3;
    color: #2B2D31;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
}
.user-role > div > div:hover {
    border: 1px solid #2B2D31;
}
.user-role > div > div svg path {
    transition: all .3s ease-in-out;
}
.user-role > div > div:hover svg path {
    fill: #2B2D31;
}
.user-role > div > div.active {
    border: 1px solid #2B2D31;
    background: #F1F2F3;
}
.user-role > div > div span {
    margin-left: 8px;
}
.checkout-page .form {
    margin: 8px 0 0 0;
}
.checkout-page .form .field {
    margin-top: 24px;
}
.checkout-page .form .field label {
    color: #2B2D31;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
}
.checkout-page .form .field input {
    font-size: 14px;
    font-weight: 500;
    color: #2B2D31;
    padding: 13px 12px;
    height: 48px;
}
.checkout-page .form .field textarea {
    font-size: 14px;
    font-weight: 500;
    color: #2B2D31;
}
.checkout-page .form .field input::placeholder, .checkout-page .form .field textarea::placeholder {
    color: #A8ABB3;
}
.checkout-page .step-bottom {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-page .step-bottom .btn-dflt {
    color: #777D88;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.checkout-page .step-bottom .btn-dflt:hover {
    color: #2B2D31;
}
.shiping_methods {
    display: flex;
    justify-content: space-between;
}
.shiping_methods li {
    width: calc(33.33333% - 8px);
}
.form-radio {
    display: flex;
    align-items: center;
    position: relative;
}
.form-radio input {
    width: 0;
    height: 0;
    position: absolute;
    left: 16px;
    top: 17px;
}
.form-radio label {
    border-radius: 10px;
    border: 1px solid #DEE0E3;
    padding: 16px 16px 16px 41px;
    cursor: pointer;
    width: 100%;
    transition: all .3s ease-in-out;
}
.form-radio label b {
    color: #2B2D31;
    font-size: 14px;
    font-weight: 600;
}
.form-radio label span {
    color: #777D88;
    font-size: 13px;
    font-weight: 600;
    display: block;
}
.form-radio .form-radio-input:before {
    content: '';
    display: block;
    background: url(../image/icons/radiobutton_empty.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 0.5;
    transition: all .3s ease-in-out;
}
.form-radio:hover .form-radio-input:before {
    opacity: 1;
}
.form-radio input:checked:before {
    background: url(../image/icons/radiobutton_filled.svg);
    background-size: contain;
    opacity: 1;
}
.form-radio input:checked + label, .form-radio label:hover {
    border: 1px solid #2B2D31;
}
.form-radio input:checked + label{
    background: #F1F2F3;
}
.ajax_search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.75rem;
}
.ajax_search:before {
    content: '';
    background: url("../image/icons/search.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 0.5;
    margin-right: 5px;
    margin-top: -4px;
}
.ajax_search:after {
    content: '';
    background: url("../image/icons/drop-down.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    opacity: 0.5;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}
.ajax_search.active:after, .ajax_search:hover:after {
    opacity: 1;
}
.ajax_search.active:after {
    background: url("../image/icons/drop-up.svg");
} 
.ajax_search input {
    border: unset;
    width: calc(100% - 50px);
}
.ajax_search .el_list {
    border-radius: 0 0 8px 8px;
    border: 1px solid #fff;
    position: absolute;
    top: 60px;
    right: -1px;
    left: -1px;
    height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 9;
    max-height: 250px;
    opacity: 0;
}
.ajax_search.active .el_list {
    display: flex;
    flex-direction: column;
    border: 1px solid #DEE0E3;
    top: 55px;
    height: max-content;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0px 0px 10px 0px rgba(11, 29, 65, 0.08);
    opacity: 1;
}
.ajax_search.active .el_list .lst {
    overflow: auto;
}
.ajax_search .el_list p {
    margin: -1px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #2B2D31;
    cursor: pointer;
    padding: 0;
}
.ajax_search .el_list p span {
    padding: 12px 12px 0 12px;
    margin-right: 0px;
    display: block;
    border-radius: 8px;
}
.ajax_search .el_list.has_scroll p span {
    margin-right: 6px;
    padding-right: 6px;
}
.ajax_search .el_list p span:after {
    content: '';
    display: block;
    height: 1px;
    background: #E9EAEC;
    margin-top: 11px;
}
.ajax_search .el_list p.active span:after {
    background: #2B2D31;
}
.ajax_search .el_list p:last-child span:after {
    background: unset;
}
.ajax_search .el_list p.active {
    margin: 0 0 5px;
}
.ajax_search .el_list p.active span, .ajax_search .el_list p.active:hover span {
    background: #2B2D31;
    color: #fff;
    border-radius: 8px; 
    margin: 5px 5px 0 0;
    position: relative; 
}
.ajax_search .el_list p.active span svg {
    position: absolute;
    right: 12px;
    top: 10px;
}
.ajax_search .el_list p span:hover {
    background: #F1F2F3;
}
.ajax_search .el_list p span:hover:after {
    background: #F1F2F3;
}
.ajax_search .el_list p.active  span:hover:after {
    background: #2B2D31;
}
.payment_methods .payment {
    margin-top: 15px;
}
.payment_methods .payment label {
    width: 100%;
}
.checkout-page .pr-list {
    border-radius: 12px;
    border: 1px solid #DEE0E3;
    padding: 16px;
}
.checkout-page .cart-products {
    max-height: 312px;
    overflow: auto;
    border-bottom: unset;
    scroll-margin-left: 30px;
    scroll-margin-bottom: 10px;
}
.checkout-page .cart-products.has-scroll .c-product {
    margin-right: 32px;
}
.checkout-page .cart-products .img img {
    width: 64px;
    height: 64px;
}
.checkout-page .cart-products .c-product {
    margin: 0;
    padding: 16px 0px;
}
.checkout-page .cart-products .c-product:first-child {
    border: unset;
    padding-top: 0;
}
.checkout-page .cart-products .c-product .info .name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}
.checkout-page .cart-products .c-product .price .price-old {
    margin-right: 6px;
}
.checkout-page .cart-products .c-product, .checkout-page .cart-products .c-product .lft {
    align-items: center;
}
.checkout-page .product-line-info {
    font-size: 13px;
    font-weight: 600;
    color: #777D88;
}
.checkout-page .product-line-info .opt svg {
    margin: 0 6px;
}
.checkout-page .ttl.st-4 {
    display: flex;
    justify-content: space-between;
}
.checkout-page .ttl .edit-btn {
    color: #777D88;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.checkout-page .ttl .edit-btn:hover {
    color: #2B2D31;
}
.checkout-page .ttl .edit-btn:hover svg path {
    fill: #2B2D31;
}
.checkout-page .info-row {
    margin-top: 45px;
}
.info-row .info-bl {
    padding: 12px 16px 12px 12px;
    border-radius: 12px;
    border: 1px solid #DEE0E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-row .info-bl .lft {
    display: flex;
    align-items: center;
    max-width: calc(100% - 150px);
    overflow: auto;
}
.info-row .info-bl .ic {
    border-radius: 7px;
    background: #F1F2F3;
    padding: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.info-row .info-bl .data {
    font-size: 14px;
}
.info-row .info-bl .data .b {
    color: #2B2D31;
    font-weight: 700;
}
.info-row .line {
    font-weight: 500;
    color: #686E78;
}
.info-row .line svg {
    margin: 0 6px;
}
.edit-btn {
    padding: 10px;
    border-radius: 6px;
    background: #F1F2F3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2B2D31;    
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: unset;
}
.edit-btn:hover {
    background: #E9EAEC;
}
.edit-btn span {
    padding-left: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.info-row .ttl span {
    color: #A8ABB3;
    font-size: 15px;
}
.cart-info p {
    margin-top: 12px;
    text-align: center;
}
.cart-info p, .cart-info p a, .p-btm, .p-btm a {
    color: #777D88;
    font-size: 13px;
    font-weight: 500;
}
.cart-info p a, .p-btm a {
    text-decoration: underline;
}
.cart-info p a:hover, .p-btm a:hover {
    color: #2B2D31;
}
.cpl {
    padding-right: 8px!important;
}
.cpr {
    padding-left: 8px!important;
}
.checkout-page .cart-info {
    padding: 16px 24px 20px;
}
.checkout-page .cart-info.sticky-top {
    top: 154px;
}
.checkout-page .cart-info .ttl {
    margin-bottom: 12px;
    padding-bottom: 0;
}
.checkout-page .ttl a {
    display: none;
}
.step-4 .ttl a {
    display: flex;
    color: #777D88;
    font-size: 13px;
}
.step-4 .ttl a:hover {
    color:#2B2D31;
}
.step-4 .ttl a svg {
    margin-right: 4px;
}
.step-4 .ttl a:hover svg path {
    fill: #2B2D31;
}
.checkout-page .cart-info .ttl.ttl-15 {
    margin-bottom: 16px;
}
.checkout-page .cart-info ul {
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-top: 10px;
}
.checkout-page .cart-info .total {
    border-bottom: 1px solid #DEE0E3;
    margin-bottom: 20px;
}
.btns-l {
    display: flex;
}
.btns-l span.edit-btn {
    margin-left: 8px;
}
.step-3 .form-radio label span {
    font-weight: 500;
}
.step-4 .pc {
    display: block;
    overflow-wrap: anywhere;
}
.step-4 .mb {
    display: none;
}
.payment_form_line {
    position: relative;
    height: 1px;
    display: flex;
    background: #DEE0E3;
    margin: 48px 0;
    justify-content: center;
}
.payment_form_line b {
    padding: 0 12px;
    display: block;
    position: absolute;
    top: -10px;
    background: #fff;
    color: #777D88;
    font-size: 14px;
    font-weight: 600;
}
.payment_form p.info {
    font-size: 14px;
    font-weight: 600;
    color: #777D88;
}
.payment_form .h4 svg {
    display: none;
    margin-right: 5px;
}
.payment_form.error_payment_info .h4 svg {
    display: block;
}
.payment_form.error_payment_info .h4 {
    color: #F01717;
}
.payment_form.error_payment_info .h4 span b {
    font-size: 18px;
}
.payment_add_photo {
    border-radius: 12px;
    border: 1px solid #DEE0E3;
    padding: 12px 32px 12px 12px;
    align-items: center;
    justify-content: space-between;
}
.payment_form.error_payment_info .payment_add_photo {
    border-color: #F01717;
}
.payment_form  .field label span {
    color: #A8ABB3;
    font-weight: 600;
}
.payment_add_photo .lft {
    max-width: 525px;
    align-items: center;
}
.payment_add_photo .lft .img {
    margin-right: 20px;
    /* background: #F1F2F3; */
    background: #FFF;
    border-radius: 12px;
    width: 96px;
    height: 96px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_add_photo .lft .img img {
    max-width: 96px;
    max-height: 100%;
}
.payment_add_photo .lft .img svg.add g.alert, .payment_add_photo.has_error .lft .img svg.add g.info {
    display: none;
}
.payment_add_photo.has_error .lft .img svg.add g.alert {
    display: block;
}
.payment_add_photo.has_error .lft .info span {
    color: #F01717;
    font-size: 14px;
}

.payment_add_photo .lft .info b {
    color: #2B2D31;
    font-size: 14px;
    font-weight: 700;
}
.payment_add_photo .lft .info span {
    color: #777D88;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}
.payment_add_photo .rht {
    min-width: 155px;
    display: flex;
    justify-content: end;
}
.payment_add_photo .rht button {
    margin-left: 5px;
}
.payment_add_photo .rht .custom-file-upload {
    min-width: 152px;
}
.payment_add_photo .loader, .payment_add_photo .hover {
    opacity: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    position: absolute;
    top: 0;
    width: 96px;
    height: 96px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out 0s;
}
.payment_add_photo.loading .edit-btn, .payment_add_photo.loading p.info, .payment_add_photo.loading .lft .info b, .payment_add_photo.loading .lft .info span {
    color: #C8CBD0;
}
.payment_add_photo.loading .edit-btn svg path {
    fill: #C8CBD0;
}
.payment_add_photo.loading .loader, .payment_add_photo .lft .img:hover .hover {
    opacity: 1;
    z-index: 99;
}
.order-payment-ifo {
    border-radius: 0 0 12px 12px;
    border: 1px solid #DEE0E3;
    padding: 0 12px 12px;
    border-top: unset;
}
.order-payment-ifo ul {
    border-radius: 12px;
    background: #F1F2F3;
}
.order-payment-ifo ul li {
    padding: 16px;
    border-bottom: 1px solid #E4E5E7;
    display: flex;
    justify-content: space-between;
}
.order-payment-ifo ul li:last-child {
    border: unset;
}
.order-payment-ifo ul li span {
    font-size: 14px;
    font-weight: 600;
    color: #777D88;
}
.order-payment-ifo ul li b {
    font-size: 14px;
    font-weight: 700;
    color: #2B2D31;
}
.border-btm-none {
    border-bottom: unset!important;
    border-radius: 12px 12px 0 0!important;
}
.order-payment-ifo.border-btm-none {
    border-radius: 0!important;
}
.fop .info-row .info-bl, .tov .info-row .info-bl {
    border-radius: 14px;
}
.fop .border-btm-none, .tov .border-btm-none {
    border-radius: 14px 14px 0 0!important;
}
.fop .order-payment-ifo, .tov .order-payment-ifo {
    border-radius: 0 0 14px 14px;
}
.order-payment-ifo ul {
    border-radius: 8px;
}
.photo-block {
    border-radius: 8px;
    background: #F1F2F3;
    display: flex;
    align-items: center;
    padding: 8px;
}
.photo-block img {
    max-width: 96px;
    max-height: 96px;
    border-radius: 7px;
}
.photo-block .info {
    padding-left: 15px;
}
.photo-block .info b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2B2D31;
    padding-bottom: 5px;
}
.photo-block .info span {
    font-size: 14px;
    font-weight: 600;
    color: #777D88;
}
@media (min-width: 993px) {
    .info-row .info-bl.hasComment, .info-row .info-bl.hasComment .lft {
        align-items: start;
    }
    #modalCheckoutAddComment .modal-header {
        padding-bottom: 16px;
    }
    .step-4 .cart-products .c-product .price.mb {
        display: none;
    }
}
@media (max-width: 992px) {
    html {
        height: 100%;
        scroll-behavior: smooth;
      }      
    body.ajaxSearchOpen {
        position: fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        height: 100vh;
        overflow: hidden;
    }
    body.chkt {
        padding: 44px 0 0px;
        display: block!important;
    }
    .checkout_header, .checkout_header a, .checkout-top ul li span {
        font-size: 12px;
    }
    .checkout_header .top > div.container {
        justify-content: center;
    }
    nav.top .txt, nav.top .phone {
        display: none!important;
    }
    .checkout-top {
        font-size: 12px;
    }
    .checkout-top ul::-webkit-scrollbar {
        display: none;
      }
    .checkout-top ul {
        justify-content: space-between;
        padding: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .checkout-top ul li {
        min-width: max-content;
        width: unset;
        margin-right: 12px;
    }
    .checkout-top ul li:last-child {
        margin-right: 0px;
    }
    .checkout-top ul li svg {
        margin-top: -2px;
        width: 18px;
        height: 18px;
        vertical-align: text-top;
    }
    .checkout-body {
        width: 100%;
        padding: 0 15px;
        margin: 80px auto 0;
        padding-bottom: 32px;
    }
    .checkout-top .container {
        max-width: 100%;
        padding: 0;
    }
    .field.cpr, .field.cpl {
        padding: 0!important;
    }
    .checkout-page .ttl {
        display: flex;
        align-items: center;
        font-size: 17px;
    }
    .checkout-page .ttl a {
        display: block;
        margin-right: 5px;
    }
    .checkout-page .ttl span {
        padding-bottom: 4px;
    }
    .checkout-page .step-bottom {
        padding-top: 32px;
    }
    .checkout-page .step-bottom .btn-dflt {
        display: none;
    }
    .checkout-page .step-bottom .btn-orange {
        width: 100%;
    }
    .payment_add_photo {
        flex-direction: column;
        padding: 24px 16px;
    }
    .payment_add_photo .lft {
        flex-direction: column;
    }
    .payment_add_photo .lft .img {
        width: 100%;
        margin: 0;
        justify-content: center;
        margin-bottom: 12px;
    }
    .payment_form_line b {
        font-size: 13px;
    }
    .payment_add_photo .lft .info b {
        font-size: 13px;
        line-height: 160%;
    }
    .payment_add_photo .lft .info span {
        font-size: 12px;
    }
    .payment_add_photo .rht {
        padding: 16px 0 0;
        width: 100%; 
    }
    .payment_add_photo .rht .custom-file-upload {
        width: 100%;
    }
    .payment_form.error_payment_info .h4 svg {
        display: none;
    }
    .user-role > div {
        width: calc(50% - 4px);
        padding: 0!important;
    }
    .user-role > div > div {
        height: 100%;
        font-size: 13px;
        padding: 12px;
    }
    .user-role > div > div svg {
        width: 18px;
        height: 18px;
    }
    .user-role > div > div span {
        display: block;
        width: calc(100% - 26px);
    }
    .user-role > div > div span b {
        display: none;
    }
    .checkout-page .form .field {
        margin-top: 16px;
    }
    .checkout-page .form .field input, .checkout-page .form .field textarea {
        font-size: 13px;
    }
    .shiping_methods {
        display: block;
    }
    .shiping_methods li {
        width: 100%;
        margin-bottom: 8px;
    }
    .form-radio input {
        top: 14px;
    } 
    .form-radio .form-radio-input:before {
        width: 18px;
        height: 18px;
    }
    .form-radio label {
        padding: 12px 12px 12px 41px;
    }
    .form-radio label b {
        font-size: 13px;
    }
    .form-radio label span {
        font-size: 12px;
    }
    .ajax_search input {
        padding: 13px 12px 13px 0px!important;
    }
    .ajaxModal {
        position: fixed;
        top: 100vh;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 70%);
        z-index: 9999;
        transition: top 0.3s ease-in-out 0s;
    }
    .active .ajaxModal {
        top: 0;
    }
    .ajaxModal .aj-m-head {
        padding: 15px 16px 8px;
        background: #fff;
        font-size: 16px;
        color: #2B2D31;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px 16px 0 0;
    }
    .ajaxModal .ajax_search {
        border-radius: 0;
        border: unset;
        width: 100%;
        padding: 0 16px 15px;
        background: #fff;
        box-shadow: 0px 4px 6px 0px rgba(11, 29, 65, 0.04);
    }
    .ajaxModal .ajax_search:after {
        display: none;
    }
    .ajaxModal .ajax_search:before {
        position: absolute;
        left: 26px;
        margin-right: 0;
    }
    .ajaxModal .ajax_search input {
        border-radius: 8px;
        border: 1px solid #2B2D31;
        background: #FFF;
        padding: 14px 12px 14px 34px!important;
        width: 100%;
    }
    .ajaxModal .el_list {
        background: #fff;
        padding: 4px 16px;
        border-top: 1px solid #E4E5E7;
        overflow: auto;
        height: calc(100% - 110px);
    }
    .ajaxModal .el_list p {
        padding: 14px 0;
        margin: 0;
        font-size: 13px;
        font-weight: 700;
        color: #2B2D31;
        border-top: 1px solid #E4E5E7;
    }
    .ajaxModal .el_list p.active {
        background: unset;
        color: #2B2D31;
        border-radius: 8px;
        margin: 0px -14px 5px;
        position: relative;
        padding: 14px 54px 14px 14px;
    }
    .ajaxModal .el_list p.active svg {
        position: absolute;
        right: 14px;
        top: 11px;
    }
    .ajaxModal .el_list p.active svg path {
        fill: #2B2D31;
    }
    .ajaxModal .el_list p:first-child {
        border: unset;
    }
    .container.step-4 {
        max-width: 100%;
        padding: 0 15px;
    }
    .container.step-4 .info-row .info-bl {
        border-radius: 8px 8px 0 0!important;
    }
    .container.step-4 .order-payment-ifo {
        border-radius: 0 0 8px 8px;
    }
    .container.step-4 .order-payment-ifo ul {
        border-radius: 6px;
    }
    .container.step-4 .order-payment-ifo ul li {
        flex-direction: column;
    }
    .container.step-4 .order-payment-ifo ul li span {
        padding-bottom: 4px;
    }
    .step-4 .ttl.st-4 a {
        width: 20px;
        height: 20px;
        overflow: hidden;
    }
    .step-4 .ttl.st-4 a svg {
        width: 100%;
        height: 100%;
    }
    .step-4 .pc {
        display: none!important;
    }
    .step-4 .mb {
        display: flex!important;
    }
    .step-4 .mb.p-btm {
        display: block!important;
        margin-top: 8px;
        text-align: center;
        padding-bottom: 24px;
    }
    .step-4 .mob-ttl {
        padding: 8px 0 24px;
        margin: 0;
        margin: -42px -3px 0;
    }
    .checkout-page .ttl.st-4 {
        margin: 0;
    }
    .checkout-page .pr-list {
        border: unset;
        border-top: 1px solid #DEE0E3;
        border-radius: 0;
        padding: 20px 0 0;
        border-bottom: 1px solid #DEE0E3;
        margin-top: 12px;
    }
    .checkout-page .cart-products {
        max-height: unset;
        margin-bottom: 4px;
    }
    .checkout-page .cart-products .c-product {
        flex-direction: column;
    }
    .checkout-page .cart-products .c-product .info .name {
        display: block;
    }
    .cart-products .c-product .info .name a, .checkout-page .product-line-info {
        font-size: 12px;
    }
    .checkout-page .product-line-info span {
        display: inline-block;
    }
    .checkout-page .cart-products .c-product .lft {
        align-items: start;
    }
    .price.mb {
        margin-top: 12px;
    }
    .cart-products .c-product .info .name a {
        margin-right: 4px;
    }
    .checkout-page .cart-products .c-product.hide-mob-pr {
        display: none;
    }
    .checkout-page .cart-products.showAll .c-product.hide-mob-pr {
        display: flex;
    }
    .step-4 .info-row {
        margin-top: 32px;
    }
    .step-4 .info-row.fop .border-btm-none .line.mb, .step-4 .info-row.tov .border-btm-none .line.mb {
        display: none!important;
    }
    .checkout-page .ttl.ttl-15 {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .checkout-page .ttl.ttl-16 {
        font-size: 15px;
    }
    .info-row .info-bl .ic {
        padding: 10px;
    }
    .info-row .info-bl .ic svg {
        width: 20px;
        height: 20px;
    }
    .info-row .info-bl .data {
        font-size: 13px;
    }
    .info-row .info-bl .edit-btn {
        background: unset;
    }
    .info-row .info-bl .edit-btn svg path {
        fill: #777D88;
    }
    .info-row .info-bl .lft {
        max-width: 100%;
        padding-right: 40px;
    }
    .info-row .ttl span {
        font-size: 14px;
        padding: 0;
        margin-left: 5px;
    }
    .info-row .comment {
        display: block;
    }
    .info-row .comment a.add {
        width: 100%;
        padding: 10px 16px;
        background: #F1F2F3!important;
        margin-top: 12px;
    }
    .info-row .comment a svg {
        margin-right: 4px;
    }
    .info-row .comment a svg path {
        fill: #2B2D31!important;
    }
    .checkout-page .cart-info {
        margin: 24px 0;
        padding: 12px 16px 16px;
    }
    .checkout-page .cart-info ul {
        margin-bottom: 16px;
        padding-bottom: 16px;
        padding-top: 7px;
        border-bottom: 1px solid rgb(222, 224, 227);
    }
    .checkout-page .cart-info .total {
        margin: 0;
        border: unset;
    }
    .checkout-page .cart-info .total .ttl.ttl-15 {
        margin: 0;
    } 
    .plusBtn {
        background: #F1F2F3!important;
    }
    .info-row .info-bl {
        display: block!important;
        position: relative;
    }
    .info-row .info-bl .edit-btn.mb-abs {
        position: absolute;
        top: 12px;
        right: 5px;
    }
    .info-row .line.mb {
        border-top: 1px solid #DEE0E3;
        margin-top: 12px;
        padding-top: 12px;
        font-size: 13px;
        font-weight: 500;
        color: #686E78;
        display: block!important;
    }
    .info-row .info-bl.hasComment .btns-l {
        width: 76px;
        justify-content: space-between;
        position: absolute;
        right: 16px;
        top: 15px;
    }
    .info-row .info-bl.hasComment .edit-btn {
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        background: #F1F2F3;
    }
    .info-row .info-bl.hasComment .edit-btn svg {
        margin: 0;
    }
    .info-row .info-bl.hasComment .edit-btn svg path {
        fill: #2B2D31;
    }
    .info-row .info-bl.hasComment .lft {
        padding-right: 90px;
    }
    .show-more-products {
        margin-top: 16px;
        justify-content: center;
    }
    .show-more-products span {
        font-size: 13px;
        font-weight: 700;
        color: #FF6A00;
    }
    .show-more-products svg path {
        fill: #FF6A00;
    }
    .show-more-products i {
        margin-left: 4px;
    }
    .show-more-products .up, .show-more-products.open .down {
        display: none;
    }
    .show-more-products.open .up, .show-more-products .down {
        display: flex;
    }
    #modalCheckoutAddComment .modal-footer {
        padding: 12px 15px;
    }
    #modalCheckoutAddComment .modal-footer button {
        padding: 11px 20px;
        margin: 0;
    }
    #modalCheckoutAddComment .modal-content {
        border-radius: 14px 14px 0 0;
    }
    .info-row .comment.hasComment .line.mb span {
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
    }
}