﻿#shipping-form {
    font-size: 13px;
    text-align: right;
}
.cart-totals h2 {
    text-align: right;
}
.table .thead-light th {
    color: none;
    background-color: none !important;
    border-color: none;
    border-left: none;
    border-left-color: rgb(231, 231, 231);
    text-align: center;
}
    .table:not(.table-bordered) thead th {
    border-top: none;
    border-bottom-width: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}

.table .thead-light th {
    color: #495057;
    background-color: #f9f7fc !important;
    border-color: #f9f7fc !important;
    border-top-color: rgb(249, 247, 252);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    border-bottom-color: rgb(222, 226, 230);
}
.product-quantity {
    display: revert !important;
}
body {
    font-family: "IRANSans", "segoe ui", "tahoma";
    font-size: .835rem;
}
.card label {
/*    padding: 5px 10px;
*/}