.checkout {
    margin-top: 7rem;
    position: relative;
}

.checkout-top-bar {
}

.checkout-top-bar-item {
    display: flex;
    align-items: center;
    font-family: var(--Inter_28pt-Medium);
    margin-bottom: 3rem;
}

.top-step1 {

}

.top-op {
    opacity: .4;
}

.checkout-top-bar-item-icon {
    margin-right: 1rem;
}

.checkout-top-bar-item-text {
    line-height: 1.4;
}

.checkout-top-bar-item-text p:first-child {
    font-size: 1.4rem;
}


/*
======================
------box-address-----
======================
*/

.step {
    display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.4s ease;
}

.step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.step-address {
}

.step-address-title {
    font-size: 2rem;
    font-family: var(--Inter_28pt-SemiBold);
    margin-bottom: 2rem;
}

.step-address__container {

}


.step-address__container-box-address {
    display: flex;
    position: relative;
    background-color: #F6F6F6;
    padding: 3rem;
    border-radius: .7rem;
    margin-bottom: 4rem;
}

input[type="radio"] {
    width: 2rem;
    height: 2rem;
    accent-color: black;
    cursor: pointer;

}

.box-address-text {
    font-family: var(--Inter_28pt-Regular);
    margin-left: 1rem;

}

.name-address {
    margin-bottom: 1rem;
}

.name-address span {
    background-color: var(--blak);
    color: var(--white);
    padding: .4rem;
    border-radius: .4rem;
    font-size: 1.3rem;
    margin-left: 1rem;
    align-items: center;
}

.adders-info {
    margin-bottom: .5rem;
}

.address-number {
    max-width: 14rem;
}

.boc-address-delete-edit {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
}

.boc-address-delete-edit span {
    margin-left: 2rem;
    cursor: pointer;
}


/*
step2
*/


.shipping-cost {

}

.shipping-cost__container {

}

.shipping-cost__container-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 2rem;
    border: 1px solid #D1D1D8;
    border-radius: 1rem;
    margin: 2rem auto;
    opacity: .5;
    position: relative;
}

.shipping-cost-op {
    opacity: 1;
}

.shipping-cost-input {

}

.shipping-cost-price {
    margin: 0;
}

.shipping-cost-text {

}

.date-picker-container,
.shipping-cost-time {
    position: absolute;
    right: 2rem;
}

.shipping-cost-time-button {
    background-color: transparent;
    font-family: var(--Inter_28pt-Medium);
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.date-picker-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

input {
    padding: 0;
    border: 1px solid rgba(204, 204, 204, 0);
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    width: 150px;
    outline: none;
    color: black;
}


/*
Payment
*/

.payment {

}

.payment__container {
    display: flex;
    justify-content: space-between;
}

.payment__container-summary {
    width: 40%;
    border: 1px solid #EBEBEB;
    border-radius: 1rem;
    padding: 3rem;
    display: none;
}

.summary__title {
    font-family: var(--Inter_28pt-Medium);
    font-size: 2rem;
}

.summary__cart {
    margin-top: 2rem;
}

.summary__cart-box {
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.summary__cart-box-img {

}

.summary__cart-box-img img {
    width: 5rem;
    height: 5rem;
}

.summary__cart-box-name {

}

.summary__cart-box-price {
    position: absolute;
    right: 2rem;
    font-weight: bold;
}


.summary__info {
    line-height: 2.2;
}

.summary__info-title {
    color: #545454;
    font-family: var(--Inter_28pt-Medium);
    font-size: 1.5rem;
}

.summary__info-address {
    font-family: var(--Inter_28pt-Regular);
    margin-bottom: 1rem;
}

.summary__info-methode {
    color: #545454;
    font-family: var(--Inter_28pt-Medium);
    font-size: 1.5rem;
}

.summary__info-methode-price {
    font-family: var(--Inter_28pt-Regular);
    margin-bottom: 1rem;
}

.summary__list-price {

}

.summary__list-price-text {

}


.payment__container-payment {
    width: 100%;
    box-sizing: border-box;
}

.payment__container-title {
    font-family: var(--Inter_28pt-Medium);
    font-size: 2rem;
}

.bank-card {

}

.bank-card-list {
    display: flex;
    margin-top: 2rem;
}

.bank-card-item {
    margin-right: 1rem;
    color: #717171;
    cursor: pointer;
}

.bank-card-item-active {
    border-bottom: 2px solid black;
    color: black;
}


.bank-card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--blak);
    width:90%;
    height: 18rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    margin-top: 4rem;
    position: relative;

}

.bank-card-box-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 5rem;
    margin: 1rem 0;
    z-index: 2;
}

.icon-sim {
    width: 3rem;
    height: 3rem;
}

.icon-sim-wifi {
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
}

.bank-card-input {
    display: flex;
    z-index: 2;
}

.card-number-input {
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 12px;
    font-family: var(--Inter_28pt-SemiBold);
    letter-spacing: 6px;
    text-align: start;
    caret-color: #fff;
    -webkit-appearance: none;
    padding-left: 2.5rem;
}

.card-number-input::placeholder {
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    font-weight: 600;
}

.bank-card-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    z-index: 2;
}

.bank-card-box-bottom-text {
    color: rgba(255, 255, 255, 0.25);
}

.bank-card-box-bottom-icon {
    width: 4rem;
    height: 4rem;
}


.bank-card-form {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 4rem;
}

.bank-card-form div {
    align-items: center;
}
.bank-card-form div input{
    width: 100%;
}
.bank-card-form div input:first-child {

}

.bank-card-input-card {
    width: 100%;
    padding: 2rem;
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 1rem;
    cursor: auto;
    transition: all 0.3s ease;
}

.bank-card-input-card:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.bank-card-input-checkbox-card {
    width: 2rem;
    height: 2rem;
    margin-top: 3rem;
    margin-right: 1rem;
    accent-color: black;
    align-items: center;
    cursor: pointer;
}


.checkout-button {
    width: 90%;
    display: flex;
    align-items: end;
    justify-content: right;
    font-family: var(--Inter_28pt-Medium);
    margin: 10rem auto 2rem  auto;

}

.checkout-button-next {
    background-color: var(--blak);
    color: var(--white);
    width: 20rem;
    height: 6rem;
    border-radius: .6rem;
    cursor: pointer;

}

.checkout-button-back {
    background-color: var(--white);
    color: var(--blak);
    width: 20rem;
    height: 6rem;
    border-radius: .6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 2rem;
}

.checkout-button-back:hover {
    background-color: var(--blak);
    color: var(--white);
}


@media (min-width: 992px) {
    .payment__container-summary{
        display: block;
    }

    .payment__container-payment{
        width: 50%;
    }
    .bank-card-box{
        width: 70%;
    }

}