.contest-btn {
    position: fixed;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background-color: rgb(255, 20, 20);
    color: #fff;
    font-weight: 600;
    animation: contest-btn 1s ease-in-out infinite alternate;
}
.contest-btn span {
    display: block;
}
@keyframes contest-btn {
    0% {
        transform: translateX(-50%) scale(1, 1);
    }
    100% {
        transform: translateX(-50%) scale(1.2, 1.2);
    }
}
#GuestLogin {
    padding: 10px 15px;
}
#GuestLogin h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
#GuestLogin a.modal-close {
    display: block;
    margin-left: auto;
    width: 20px;
    padding: 0;
}
.support {
    text-align: center;
}
.support a {
    color: #f9a51a;
    margin: 0 5px;
    font-size: 16px;
}
.support a i.fa-whatsapp {
    font-size: 20px;
}

.checkout-lable {
    font-size: 14px;
}

.more-rewarding {
    text-align: center;
    background-color: #f9a51a;
    color: #fff;
    margin-bottom: 20px;
}
.modal.bottom-sheet {
    overflow-x: hidden;
}
.c-review_content span i {
    color: rgb(241, 204, 36);
}
.c-review_content span i.empty {
    color: #ccc;
}

.heading-black {
    background-color: #000;
    color: #f9a51a;
    padding: 5px 5px;
    font-size: 25px;
}

.pre-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9a51a;
}

.pre-loading .fa-pulse {
    -webkit-animation: fa-spin 0.4s steps(8) infinite;
    animation: fa-spin 0.4s steps(8) infinite;
}
.l-r-content {
    display: flex;
    justify-content: space-between;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
.c-btn-primary {
    background-color: #f9a51a;
    color: #fff;
}
.c-btn-secondary {
    background-color: #000;
    color: #fff;
}
.breadcrumbs ul li {
    display: inline-block;
}
.cart-check-out > div {
    margin-bottom: 10px !important;
}
.cart-check-out > div.col-12 {
    margin-bottom: 25px !important;
}
.home-slider img {
    height: 150px;
    object-fit: cover;
}

/* Home Category */
.home-categorys {
    width: 100%;
    border-top: 1px solid #f9a51a;
    border-bottom: 2px solid #f9a51a;
    overflow: auto;
    /* margin-bottom: 20px; */
}
.home-categorys::-webkit-scrollbar {
    display: none;
}
.home-categorys ul {
    width: max-content;
    margin: 5px 0;
}
.home-categorys li {
    display: inline-block;
    margin: 0 6px;
}

.home-categorys li a {
    display: inline-block;
    text-align: center;
}
.home-categorys li span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f9a51a;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-categorys li span img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}
.home-categorys li a p {
    /* width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.in-grocery {
    border-top: 2px solid #fc9f0a;
    padding: 8px 5px;
}
.in-grocery a {
    border: 2px solid #ccc;
    padding: 5px 12px;
    border-radius: 5px;
}
.in-grocery a.active {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}
.in-grocery a p {
    margin-top: 0 !important;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.in-grocery a.all-btn p {
    width: auto;
}

/* product */
.home-product {
    background-color: #f9a51a;
    border-radius: 6px;
    margin: 0 10px;
}
.home-product .row {
    background-color: #fff;
    padding: 20px 10px;
}
.home-product .product-sec {
    border: 1px solid #eee;
    height: 240px;
    padding: 10px 0;
}
.home-product img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.home-product .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-product .d-flex h5 {
    margin: 20px 0;
}
.home-product .d-flex a {
    display: inline-block;
    padding: 8px 10px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.home-offer-banner .img {
    /* padding: 10px 0; */
    margin: 30px 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
}

.home-product-2 {
    margin: 20px 0;
}
.home-product-2 h5 {
    margin: 20px 0;
}
.home-product-2 .entry {
    border: none;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%) !important;
    background-color: #f8f8f8;
    border: 1px solid #f9a51a !important;
}
.home-product-2 .entry img {
    width: 70%;
}

.product .entry img {
    height: 75px;
}
.app-pages {
    margin-top: 0;
}
.review .comment {
    margin-top: 15px;
}

table {
    display: table;
}

@media screen and (max-width: 768px) {
    .product .entry img {
        margin-bottom: 30px;
    }
    .product .entry h6 {
        height: auto !important;
        margin-bottom: 32px !important;
    }
}

.box_cart .cart-net-price li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.pending-poduct-box {
    margin-bottom: 20px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pending-ordre {
    padding: 15px 20px;
}
.pending-ordr .col.s6 {
}
.pending-ordre .d-md-inline-block {
    padding: 3px 0;
    height: 80px;
    padding-right: 10px;
}
.pending-ordre .d-md-inline-block label {
    margin-bottom: 5px;
    font-size: 16px;
}
.pending-ordre .d-md-inline-block div {
    /* color: #007dc6; */
}

.pending-product {
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pending-product .text-success {
    color: #28a745;
    font-size: 18px;
    padding-top: 20px;
}
.pending-product .text-success .text-secondary {
    color: #888;
    font-size: 12px;
}
.pending-product .product-details {
    padding: 0 30px;
    font-size: 14px;
}
.pending-product .product-details a img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #aaa;
}

.consumer-address {
    border-radius: 10px;
    padding: 10px 15px;
}
.default-consumer-address {
    border: 1px solid #000;
    border-radius: 10px;
    margin: 20px 0;
    padding: 15px;
}

.default-consumer-address .font-weight-bold {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}
.default-consumer-address .consumer-btn {
    margin-top: 15px;
    text-align: right;
}
.default-consumer-address .consumer-btn .edit-btn {
    padding: 0 15px !important;
    background-color: #f9a51a;
}
.default-consumer-address .consumer-btn .delete-btn {
    background-color: #fff;
    color: #f9a51a;
    padding: 0 15px !important;
    margin-left: 5px;
}

.add-address h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}
.add-address select,
.add-address select:focus {
    margin-bottom: 20px;
    border-color: #ddd;
    box-shadow: none;
    color: #555 !important;
}
.add-address input[type="checkbox"],
.add-address input[type="checkbox"]:checked {
    position: relative;
    left: 0;
    opacity: 1;
    margin-right: 3px;
}
.add-address .check-box {
    margin-bottom: 15px;
}
.add-address .add-btn,
.add-address .cancel-btn {
    padding: 10px 15px;
    height: auto;
    line-height: normal;
}
.add-address .add-btn {
    color: #fff;
    background-color: #f9a51a;
}
.add-address .cancel-btn {
    color: #f9a51a;
    background-color: #fff;
    margin-left: 5px;
}

.c-overview .fas {
    color: #f9a51a;
}
.c-slide-out-left {
    background-color: #000;
}
.c-slide-out-left li span,
.c-slide-out-left li a {
    color: #fff;
}
.c-slide-out-left li ul {
    background-color: #000;
}

.support-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.support-selection .ticket-selection {
    display: flex;
}
.support-selection button.refresh-btn {
    border: 1px solid #aaa !important;
    outline: none !important;
    background-color: transparent;
    padding: 5px 10px !important;
    margin-bottom: 10px;
}
.support-selection select {
    border-radius: 0;
    padding: 7px 10px !important;
    height: auto;
    border: 1px solid #aaa;
    margin-right: 10px;
    width: auto;
}

.pending-pod {
    border: 1px solid #ddd;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.pending-pod table {
    box-shadow: none;
    margin-bottom: 10px;
}
.pending-pod .date {
    display: inline-block;
    margin: 10px 0;
}
.pending-pod .pay {
    text-align: right;
}
.pending-pod .pay a {
    display: inline-block;
    padding: 6px 18px;
    background-color: #f9a51a;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
}

.support-ticket table {
    box-shadow: none;
    margin: 15px 0;
}
.support-ticket table .text-success {
    color: #28a745;
}

.panel-control-left .side-nav .close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 15px;
}
.search-bar input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
}
.search-bar input:focus {
    border: 2px solid #2c3e50;
    box-shadow: none !important;
}

.collapsible-header .down-arrow {
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-size: 16px;
    transition: 0.5s;
    transform: rotate(0deg);
}
.collapsible-header.active .down-arrow {
    transform: rotate(-180deg);
}
.location select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    padding: 5px;
    border: 2px solid black;
    border-radius: 2px;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #2c3e50;
}

.collapsible-body p {
    padding: 8px 2rem 15px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

figure {
    margin: 0;
}
.product .entry .vouchure .brand {
    /* background-color: rgba(245, 123, 0, 0.4); */
    padding: 10px;
    margin: 0 10px;
}

.product .entry .vouchure .brand img {
    width: 75%;
    object-fit: cover;
}

.product .entry .vouchure .discount {
    /* background-color: rgba(255, 255, 255, 0.8); */
    color: #fff;
    margin: 10px 10px;
}
.product .entry .vouchure .discount p {
    margin: 0;
    text-shadow: 0 0 3px #000;
}

.product .entry .vouchure .discount span {
    display: block;
    font-size: 20px;
    color: rgb(245, 123, 0);
    padding-bottom: 5px;
}

.product-btn {
    display: inline-block;
}

/* Modal Dorp Down */
.modal .modal-content {
    position: relative;
    padding: 0;
}

.modal .modal-content ul {
    margin: 0;
}

.modal .modal-content .close-btn {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding: 10px 0;
}

.modal .modal-content .close-btn a {
    float: right;
    padding: 5px 15px;
}

.drop-down {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.drop-down .drop-down-btn {
    padding: 15px 0;
}

.drop-down .drop-down-btn button {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: bolder;
    color: #000;
    padding: 3px 5px;
}

.drop-down .drop-down-btn button.active {
    background-color: #e3f2fd;
}

.drop-down .drop-down-btn button .fa {
    position: absolute;
    right: 10px;
    font-size: 18px;
    font-weight: bolder;
    transition: 0.6s ease-in-out;
}

.drop-down .drop-down-btn button.active .fa {
    transform: rotate(180deg);
}

.drop-down .drop-down-list {
    padding: 0 20px;
    margin-bottom: 15px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 0;
}

[type="radio"]:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    border-color: #000;
    box-sizing: border-box;
}

.filter-reset-btn {
    padding: 15px 20px;
}
.filter-reset-btn button {
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
}
.filter-reset-btn .filter {
    background-color: #000;
    color: #fff;
}
.filter-reset-btn .reset {
    background-color: #eee;
    color: #000;
    margin-left: 5px;
}
.filter {
    margin-top: 10px;
}

.modal-body h3 span img {
    width: 50px;
}

.modal-body .qty-val {
    position: relative;
}
.modal-body .qty-val input {
    border: none;
    text-align: center;
}
.modal-body button {
    border: none;
    outline: none;
    color: #fff;
    background-color: #f9a51a;
    border-radius: 3px;
}
.modal-body .qty-val span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f9a51a;
}
.modal-body .qty-val span.minus {
    left: 0;
}
.modal-body .qty-val span.plus {
    right: 3px;
}
.modal-body .total-amount {
    font-size: 16px;
    text-align: left;
}
.modal-body .add-cart {
    display: inline-block;
    background-color: #f9a51a;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
}
.modal-body .total {
    padding: 0 5px;
    margin-top: 15px;
}
.bg-site {
    background-color: #f9a51a;
}
.bg-site[disabled] {
    background-color: #ffc667 !important;
    color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.checkout-btn {
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.selected-product-body {
    padding: 15px;
}
.selected-product-body .back-btn {
    margin-bottom: 10px;
}
.selected-product {
    padding: 10px 0;
}
.selected-product .col.s6 {
    min-height: 35px;
    padding: 0 10px;
}
.selected-product .col.s6 label {
    font-size: 16px;
    margin-bottom: 5px;
}
.shipping-add {
    margin-top: 15px;
    padding: 0 20px !important;
}
.billing-add {
    margin-top: 15px;
    padding: 0 20px !important;
}
.selected-product-details {
    padding: 0 10px;
    margin-bottom: 30px !important;
}
.selected-product-details img {
    border: 1px solid #aaa;
    margin-left: 10px;
}
.selected-product-details .success-msg {
    background-color: rgb(40, 167, 69);
    color: #fff;
}
.selected-product-details .cancel-btn button {
    margin-left: 10px;
    background-color: #f9a51a;
}
.selected-product-details .progress-bar {
    padding: 0 5px !important;
    border-left: 0.5px solid #aaa;
}

.selected-product-2 > div {
    height: 80px;
    word-break: break-all;
}

.product.app-section-home .entry a.product-btn {
    font-size: 10px;
}

.input-group.is-invalid.set-btn {
    position: relative;
}
.input-group.is-invalid.set-btn button {
    margin: 0 !important;
    position: absolute;
    top: 2px;
    right: 0;
}

.grocery-area {
    /* background-image: url(../../../storage/grocery-ribbon.jpg);
    background-size: 100%;
    background-position: top; */
}
.grocery-area .heading {
    border-top: 4px solid #f9a51a;
    border-bottom: 1px solid #ccc;
}
.grocery-area .heading h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
}

/* .grocery-area .grocery-products {
    border-bottom: 1px solid #ccc;
}
.grocery-area .grocery-product {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
}
.grocery-area .grocery-product .product-details {
    width: 100%;
    display: grid;
    grid-template-columns: 100px auto;
    padding-right: 10px;
}
.grocery-area .grocery-product .product-details .img {
    text-align: center;
}
.grocery-area .grocery-product .product-details .img img {
    max-width: 100%;
    height: 80px;
}
.grocery-area .grocery-product .product-details .details {
    padding-left: 15px;
}
.grocery-area .grocery-product .product-details .details .pro-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}
.grocery-area .grocery-product .product-details .details .pro-qty {
    font-weight: 500;
    color: #5274ff;
    margin: 5px 0;
}
.grocery-area .grocery-product .product-details .details .pro-amo .current {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.grocery-area .grocery-product .product-details .details .pro-amo .previous {
    font-size: 14px;
}
.grocery-area
    .grocery-product
    .product-details
    .details
    .pro-amo
    .previous
    .cut {
    text-decoration: line-through;
}
.grocery-area
    .grocery-product
    .product-details
    .details
    .pro-amo
    .previous
    .dis {
    color: #fff;
    background-color: #26a541;
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 3px;
    white-space: nowrap;
}
.grocery-area .grocery-product .product-add button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 80px;
    padding: 0;
    text-align: unset;
}
.grocery-area .grocery-product .product-add button div {
    border: 1px solid #f9a51a;
    border-radius: 3px;
    color: #fff;
    background-color: #f9a51a;
}
.grocery-area .grocery-product .product-add button div span {
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    font-weight: 600;
}
.grocery-area .grocery-product .product-add button div span.sym {
    border-left: 1px solid #fff;
    font-size: 18px;
    padding: 0 8px;
}
.grocery-area .grocery-product .product-add .qty-input {
    width: 80px;
    display: none;
    align-items: center;
}
.grocery-area .grocery-product .product-add .qty-input.active {
    display: flex;
}
.grocery-area .grocery-product .product-add .qty-input input {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    height: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none;
}
.grocery-area .grocery-product .product-add .qty-input span {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 25px;
    color: #f9a51a;
}
.grocery-area .grocery-product .out-of-stock {
    color: red;
    font-size: 14px;
} */

.grocery-area .grocery-products-2 {
    border-bottom: 1px solid #ccc;
}
.grocery-area .grocery-product-2 {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100px auto;
    padding: 15px 0;
}
.grocery-area .grocery-product-2 .pro-img {
    text-align: center;
    padding-right: 15px;
}
.grocery-area .grocery-product-2 .pro-img img {
    max-width: 100%;
    height: 80px;
}
.grocery-area .grocery-product-2 .details .pro-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}
.grocery-area .grocery-product-2 .details .bottom-sec {
    display: flex;
    align-items: flex-end;
}
.grocery-area .grocery-product-2 .details .bottom-sec .other-details {
    width: 100%;
}
.grocery-area .grocery-product-2 .details .bottom-sec .other-details .pro-qty {
    font-weight: 500;
    color: #5274ff;
    margin: 5px 0;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .other-details
    .pro-amo
    .current {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .other-details
    .pro-amo
    .previous {
    font-size: 14px;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .other-details
    .pro-amo
    .previous
    .cut {
    text-decoration: line-through;
}

.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .other-details
    .pro-amo
    .previous
    .light-text {
    color: #888;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .other-details
    .pro-amo
    .previous
    .dis {
    color: #fff;
    background-color: #26a541;
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 3px;
    white-space: nowrap;
}
.grocery-area .grocery-product-2 .details .bottom-sec .product-add button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 80px;
    padding: 0;
    text-align: unset;
}
.grocery-area .grocery-product-2 .details .bottom-sec .product-add button div {
    border: 1px solid #f9a51a;
    border-radius: 3px;
    /* color: #f9a51a; */
    color: #fff;
    background-color: #f9a51a;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .product-add
    button
    div
    span {
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    font-weight: 600;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .product-add
    button
    div
    span.sym {
    /* border-left: 1px solid #f9a51a; */
    border-left: 1px solid #fff;
    font-size: 18px;
    padding: 0 8px;
}

.grocery-area .grocery-product-2 .details .bottom-sec .product-add .qty-input {
    width: 80px;
    display: none;
    align-items: center;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .product-add
    .qty-input.active {
    display: flex;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .product-add
    .qty-input
    .input-box {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    height: 100%;
    padding: 0 10px;
    margin: 0;
    pointer-events: none;

    display: inline-block;
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
}
.grocery-area
    .grocery-product-2
    .details
    .bottom-sec
    .product-add
    .qty-input
    span {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 25px;
    color: #f9a51a;
}
.grocery-area .grocery-product-2 .details .bottom-sec .out-of-stock {
    color: red;
    font-size: 14px;
}

.pagination {
    text-align: center;
}
.pagination li.active {
    background: #f57c00;
}

.error-div {
    margin-top: -20px;
}

.text-danger {
    color: red !important;
}

.fa-whatsapp {
    color: #05c33d;
}

.paginate-btn {
    border: 1px solid #f9a51a;
    border-radius: 3px;
    color: #f9a51a !important;
}

.paginate-btn-not-active {
    border: 1px solid #f9a51a78 !important;
    border-radius: 3px;
    color: #f9a51a59 !important;
}

.m-16 {
    margin-right: 16px !important;
}



.credit-amount-sec{
    display: flex;
    justify-content: space-between;
}
.credit-amount-sec > div span{
    display: block;
    font-size: 14px;
}
.credit-amount-sec > div span:nth-child(2){
    font-size: 12px;
    color: #999;
}
.credit-amount-sec > div:nth-child(2){
    display: flex;
    align-items: center;
}

.credit-legder-table td{
    vertical-align: top;
}

