.customer-account-create .field.choice input[type="checkbox"] + label::before,
.customer-account-login input[type="checkbox"] + label::before,
input.checkbox + label::before,
.account input[type="checkbox"] + label::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    margin-right: 8px;
    outline: 1px solid #080808;
    vertical-align: middle;
}
.customer-account-create .field.choice input[type="checkbox"]:checked + label::before,
.customer-account-login input[type="checkbox"]:checked + label::before,
input.checkbox:checked + label::before,
.account input[type="checkbox"]:checked + label::before{
    background: #080808;
    border: 2px solid #fff;
}
.customer-account-create .field.choice input[type="checkbox"],
.customer-account-login input[type="checkbox"],
input.checkbox,
.account input[type="checkbox"]{
    position: absolute;
    width: 100%;
    z-index: 1;
	opacity: 0;
    cursor: pointer;
	margin: 0;
    left:0;
}
.checkbox-field,
.fieldset .field.checkbox-field {
    margin: 0 0 10px;
    position: relative;
    font-size: 13px;
    text-align: left;
}
.title-gender {
    color: #757575;
}
input.checkbox:checked + label .title-gender{
    color:#080808;
}
.signup-des.fw-medium {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.additional-info > div {
    position: relative;
}
.customer-account-create .field.choice input[type="checkbox"]:checked + label::after{
    display: none;
}

.retry-payment-row {
    margin-top: 0;
    padding-top: 0;
}

.retry-payment-action {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background: #080808;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.retry-payment-action:hover,
.retry-payment-action:focus {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.92;
}

.details-row.retry-payment-row .retry-payment-action {
    margin-left: 0 !important;
}
/* .order-history-container .product-item-footer {
    display: flex;
    justify-content: flex-end;
}

.order-history-container .product-details-footer {
    width: min(100%, 457px);
    margin-left: auto;
}

.order-history-container .product-details-footer .details-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.order-history-container .product-details-footer .details-row .label {
    flex: 1 1 auto;
}

.order-history-container .product-details-footer .details-row .value {
    flex: 0 0 auto;
    text-align: right;
} */
