/* ============== Check Out Start ==================== */

/*   =====Check Out Section Start=====  */
.checkout-section {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    margin: 30px 0;
}


/*   ===== Billing Section Start ======  */

.checkout-billing-section {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 20px;
}

.checkLogin {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.checkLogin p {
    letter-spacing: 0.5px;
    margin-right: 15px;
    font-weight: 600;
    color: var(--text-a-700);
}

.checkLogin a {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: var(--text-small-h-100);
    font-weight: 600;
    transform: all 0.5s;
}

.checkLogin a:hover {
    font-size: 17px;
    color: var(--text-a-700);
}

.check-title {
    padding: 10px 0;
}

/*   Billing Address  */

.formStyle {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 25px;
    border: 1px solid var(--text-small-h-100);
    color: var(--text-h-700);
    letter-spacing: 0.7px;
}

.form-5 input {
    flex: 0 0 49.5%;
    width: 50%;
}

.form-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
}

.form-10 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
}

.form-10 input {
    flex: 0 0 100%;
    width: 100%;
}

.form-10 select {
    flex: 0 0 100%;
    width: 100%;
}

.form-10 textarea {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid var(--text-small-h-100);
    color: var(--text-h-700);
    letter-spacing: 0.7px;
    height: 100px;
    resize: vertical;
}

/* Create Account Start */

.check-account-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 3%;
}

.check-account-title h3 {
    font-family: 'Raleway-700';
    font-weight: 600;
    letter-spacing: 0.8px;
    font-size: 18px;
}

.CheckBox {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}


.check-occount-desc p {
    letter-spacing: 0.5px;
    padding-bottom: 3%;
}

/* Ship Different Address */

/*   ===== Billing Section End ======  */

/*   ===== Order Section Start =====  */

.checkout-order-section {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 20px;
}

.form-7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
}

.form-7 input {
    flex: 0 0 66%;
    width: 66%;
}

.form-7 a {
    margin-bottom: 10px;
}

.codeBtn {
    background: #9EBCBE;
    color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    font-family: 'Roboto-900';
    letter-spacing: 0.7px;
    transition: all 0.5s;
}

.codeBtn:hover {
    /* background: #ECF5F4; */
    color: var(--text-h-700)
}

.check-order-sec {
    background: #ECF5F4;
    padding: 15px;
    margin-bottom: 5%;
}

.check-order-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B8B9CB;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
}

.check-order-title h4 {
    font-size: 18px;
}

.check-order-items {
    border-bottom: 1px solid #B8B9CB;
    padding-bottom: 5px;
}

.order-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    margin: 10px 0;
}

.order-item-title {
    flex: 0 0 70%;
    width: 70%;
    letter-spacing: 0.7px;
    font-family: 'Raleway-700';
    color: var(--text-h-700);
    padding-bottom: 5px;
}

.order-item-price {
    font-family: sans-serif;
    color: var(--text-small-h-100);
    letter-spacing: 0.5px;
}

/* Syb Total */
.sub-total-sec {
    border-bottom: 1px solid #B8B9CB;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sub-total-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    margin: 10px 0;
}

.sub-total-title {
    flex: 0 0 70%;
    width: 70%;
    letter-spacing: 0.7px;
    font-family: 'Raleway-700';
    color: var(--text-h-700);
}

.sub-total-price {
    font-family: sans-serif;
    color: var(--text-small-h-100);
    letter-spacing: 0.5px;
}

.grand-total-title {
    letter-spacing: 0.7px;
}

.grand-total-sec {
    padding-top: 5px;
}

/* transfer-sec */


.transfer-sec p {
    letter-spacing: 0.5px;
    margin: 10px 0;
    margin-left: 25px;
}

.transfer-cash {
    display: flex;
    flex: 0 0 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}


.transfer-cash label {
    letter-spacing: 0.7px;
    margin-left: 10px;
    cursor: pointer;
    color: var(--text-h-900);
    font-weight: 600;
}

.placeBtn {
    width: 100%;
    text-align: center;
}


/* Media Querre */
@media (max-width: 1100px) {
    .form-7 input {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .form-5 input {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media (max-width: 750px) {
    .checkout-billing-section {
        padding: 0;
        flex: 0 0 100%;
        width: 100%;
    }

    .checkout-order-section {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin-top: 2%;
    }
}
@media (max-width: 500px) {

.form-5 input {
    flex: 0 0 100%;
    width: 100%;
}
.form-7 input {
    flex: 0 0 100%;
    width: 100%;
}
}