.checkout {
    padding: 50px 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle
{
    display: none;
}

.checkout label {
    font-weight: 600;
}
.checkout a {
    color: #c90000;
    text-decoration: none;
}
.checkout input,
.checkout select {
    border-radius: 0;
    box-shadow: none;
    border-color: #000;
}
.checkout input:focus,
.checkout select:focus {
    box-shadow: none;
    border-color: #000;
}
.radio-custom {
    display: none;
}
.radio-custom + label {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}
.radio-custom + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}
.radio-custom:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: #AB0635;
    position: absolute;
    left: 3px;
    top: 6px;
}
.radio-custom + label > strong {
    font-weight: bold;
}
/* Radio custom */

.check-custom {
    display: none;
}
.check-custom + label {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}
.check-custom + label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}
.check-custom:checked + label::before {
    background-color: #AB0635;
    border-color: #AB0635;
}
.check-custom:checked + label:after {
    content: '';
    width: 10px;
    height: 6px;
    display: inline-block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 3px;
    top: 6px;
    transform: rotate(-45deg);
}
.check-custom + label > strong {
    font-weight: bold;
}
/* #.Check custom */
.checkout .entry-header h1 {
    position: relative;
    font-family: 'Noto Sans';
    color: #AB0635;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout .entry-header h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #d6d6d6;
}
.checkout .checkout-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}
.checkout .checkout-title span,
.checkout .checkout-title a {
    flex: 1;
    font-weight: 600;
    text-transform: capitalize;
}
.checkout .checkout-title span {
    font-size: 18px;
    color: #2a2a2a;
}
.checkout .checkout-title a {
    font-size: 14px;
    color: #c90000;
    font-weight: 600;
    text-align: right;
}
.checkout .payment-methods img {
    height: 21px;
    width: auto;
    margin-left: 5px;
}
.checkout-list .checkout-item {
    display: flex;
    margin-bottom: 15px;
}
.checkout-list .checkout-item .image {
    flex-basis: 165px;
    background: #EBEBEB;
    text-align: center;
    min-height: 110px;
}
.checkout-list .checkout-item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}
.checkout-list .checkout-item .info {
    flex: 1;
    padding-left: 15px;
}
.checkout-list .checkout-item .info .image-price {
    font-weight: 600;
}
.checkout-summary {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #D6D6D6;
}
.checkout-summary p {
    display: flex;
    font-weight: 600;
    font-size: 16px;
}
/* .checkout-summary p:last-child,
.checkout-summary p:last-child span {
    font-size: 24px;
    font-weight: 600;
} */
.checkout-summary p.order-total,
.checkout-summary p.order-total span,
.checkout-summary p.order-total-id span,
.checkout-summary p.order-total-id
 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.checkout-summary p.cart-subtotal,
.checkout-summary p.cart-subtotal span {
    margin-bottom: 0px;
}

.checkout-summary p label,
.checkout-summary p span {
    flex: 1;
}
.checkout-summary p span {
    text-align: right;
}
.checkout button[type="submit"] {
    border-radius: 0;
    background-color: #C90000 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.btn-collapse-summary {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 600;
    background-color: #84919C;
    color: #fff !important;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.btn-collapse-summary:hover {
    color: #fff;
    box-shadow: none;
}
.btn-collapse-summary span:nth-child(1) {
    flex: 1;
    text-align: left;
}
.btn-collapse-summary span:nth-child(2) {
    flex: 1;
    text-align: right;
}
.btn-collapse-summary span:nth-child(3) {
    flex-basis: 40px;
    font-size: 20px;
}
/* Custom field billing */
.checkout .woocommerce .woocommerce-billing-fields > h3 {
    display: none;
}
.checkout .woocommerce .woocommerce-input-wrapper input,
.checkout .woocommerce .woocommerce-input-wrapper select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    border-color: #000;
    outline: none;
}
.checkout .woocommerce .form-row {
    display: block;
}
.checkout .woocommerce [class^=payment-methods] .form-row {
    display: flex;
    padding: 0;
    margin: 0 -5px;
}
.checkout .woocommerce .form-row label {
    display: inline-block;
    margin-bottom: .5rem;
}
.checkout .woocommerce .select2-container .select2-selection--single,
.checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: calc(1.5em + .75rem + 2px);
    line-height: calc(1.5em + .75rem + 2px);
    border-radius: 0;
    border-color: #000;
    outline: none;
}
.checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default .select2-results__option {
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #C90000;
}
@media (max-width: 991px) {
    .checkout .entry-header h1:after {
        content: '';
        display: none;
    }
}

@media (max-width: 575px) {
    .checkout-summary {
        padding: 0;
        margin-top: 20px;
        border: none;
    }
    .btn-collapse-summary {
        margin: 0 -15px;
    }
}