.wc-block-checkout .wc-block-components-express-payment__title {
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #808080 ;
}
.wc-block-checkout .wc-block-components-title.wc-block-components-title{
    font-family: Eina01-SemiBold !important;
    font-size: 18px !important;
}


.wc-block-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{
    border: none !important;
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label,  .wc-block-components-text-input label{
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #808080 !important;
    text-transform: capitalize !important;
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]{
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 10px !important;
    border: 1px solid #cccccc !important;
}

.wc-block-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{
    border-top: none !important;
}

.wc-block-checkout .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{
    border-top: none !important;
}
.wc-block-checkout .wc-block-checkout .LinkButton.LinkButton--showFocusIndicator {
    border-radius: 10px !important;
}

.wc-block-checkout .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container{
    flex-direction: column !important;
    align-items: flex-start !important;
    background-color: #FFF !important;
    gap: 0 !important;
}

.wc-block-checkout .wc-block-checkout__shipping-method-option {
    width: 100%;
    justify-content: flex-start;
}
.wc-block-checkout__shipping-method-option-title-wrapper {
    justify-content: space-between !important;
    gap: auto !important
}

.wc-block-checkout .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{
    background-color: #F5F6F6 !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 1px solid #003D29 !important;
}
.wc-block-checkout .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected:last-child {
    background-color: #F5F6F6 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: 1px solid #003D29 !important;
}


.wc-block-checkout .wc-block-checkout__shipping-method-option:hover{
    background-color: #F5F6F6 !important;
}

.wc-block-checkout .wc-blocks-components-select__select {
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
}

.wc-block-checkout 
#billing-first_name, #billing-last_name, #billing-address_1, 
#billing-postcode, #billing-city, #billing-phone {
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
}
