.banner > a {
    position: absolute;
    display: block;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

pre {
    direction: rtl;
    font-family: IRANSans, sans-serif;
    text-align: right;
    font-size: 18px;
    white-space: pre-wrap;
    overflow-y: hidden;
}

.border-none {
    border: none !important;
}

.sort a {
    margin-left: 1rem;
}

.sort .active {
    position: relative;
    font-weight: bold;
    color: #1914fe;
}

.cart-summary {
    border: 1px solid #eeeeee;
    padding: 2rem 3rem;
}

.text-danger {
    color: #ef4056 !important;
}

.profile-nav .active a {
    color: #336699 !important;
    font-weight: bold;
}

.profile-nav .link-item a {
    display: block;
    padding: 15px;
    color: #1a202c;
}

.profile-nav .link-item a:hover {
    color: #336699;
}

.profile-nav .link-item {
    border-bottom: 1px solid #eeeeee !important;
}

.profile-nav .link-item:last-child {
    border-bottom: none !important;
}

.profile-nav .link-item i {
    font-size: 20px;
}

.form-group .form-control {
    border-radius: 5px !important;
}

.form-control {
    border: 1px solid #cccccc;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545;
    margin-right: .5rem;
}

.ltr-dir {
    direction: ltr !important;
}

.btn-danger {
    border: 1px solid #dc3545 !important;
    background-color: #dc3545 !important;
    color: snow !important;
}

.add-to-cart-btn {
    display: block;
    border-radius: 10px !important;
}

.verify-payment-list-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.verify-payment-list-section {
    max-height: 25rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.verify-payment-list-section ul li {
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    padding: 1rem .5rem;
    margin-bottom: .5rem;
}

.verify-payment-list-section ul li h6 {
    margin: 0;
    padding: 0;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
/* 
.admin__panel table {
    font-size: 5rem !important;
} */