
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.shipping,
.billing,
.pay-method,
.order-review {
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .16);
}

.heading {
    background-color: rgb(82, 82, 82);
    padding: 5px;
}

.heading p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.address-one {
    width: 30px;
    height: 30px;
    background-color: rgb(250, 250, 250);
    border-radius: 50%;
}

.subtitle {
    color: rgb(128, 126, 126);
}

.form-control:focus {
    border-color: #8b8b8b;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

/* .pay-method{
    margin-top: 84px;
} */
.order-review {
    margin-top: 84px;
}

.bkash,
.cash,
.dcard {
    width: 23px;
    height: 23px;
}

.cash-text {
    padding-left: 5px;
}

.form-check-input:checked {
    background-color: #3d3d3d;
    border-color: #202020;
}

.form-check-input:focus {
    border-color: #202020;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(112, 112, 112, 0.25);
}

.pqu {
    font-size: 13px;
    color: #535353;
}

.stp {
    font-size: 19px;
    font-weight: 500;
    color: #1a1919;
}

.prototal {
    background-color: #dadada;
    padding: 10px;
}

.prototal p {
    color: rgb(37, 37, 37);
}

.prototal .total {
    font-size: 17px;
    color: rgb(35, 134, 5);
}

.tov {
    font-size: 16px;
}

.note-title, .terms, .instruntion-title {
    text-decoration: underline;
    font-size: 13px;
    color: #202020;
    font-weight: bold;
    margin-bottom: 10px;
}

.note {
    font-size: 12px;
    color: #111111;
    font-weight: 500;
}

.chekbtn {
    width: 100%;
    background-color: #202020;
    color: #dadada;
    display: block;
    text-decoration: none;
}

.chekbtn a {
    color: rgb(236, 236, 236);
    text-decoration: none;
    text-transform: uppercase;
}
.chekbtn:hover{
    background-color: rgb(75, 75, 75);
    color: white;
}
.checkimage{
    width: 80px;
    height: 100px;
}
/* --confirm order-- */
.conorder {
    width: 30px;
    height: 30px;
    background-color: rgb(75 163 6);
    border-radius: 50%;
}
.conorder i{
    color: white;
}