﻿
body {
    font-size: 1.5rem;
}

.icon-circle {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ffb3ad;
    border-radius: 50%;
}

    .icon-circle .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 28px;
        color: #ff0000;
    }

.text-denger {
    color: red !important;
}

.x-navigation li > a {
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.x-navigation li > a {
    padding: 5px 15px;
}

.x-navigation li > ul li > a {
    padding: 5px 10px;
    padding-left: 30px;
}

.x-navigation > li.xn-openable:before {
    top: 8px;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mr-1 {
    margin-right: 1rem
}

.error-message {
    color: red;
}

.form-control {
    height: 40px;
    font-size: 1.4rem;
}

input.form-control.form-control-sm {
    font-size: 14px;
}

input.error {
    border: 1px solid red;
    box-shadow: 0 0 6px #fa6464;
}

    input.error:focus {
        border: 1px solid red;
        box-shadow: 0 0 6px #fa6464;
    }

input.success {
    border: 1px solid green;
    box-shadow: 0 0 6px green;
}

.card {
    box-shadow: 0 0 10px #ccc;
    padding: 2rem 1rem;
    border-radius: 5px;
}

.theme-settings {
    top: 42px;
}

.dataTable {
    border: none;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 20px;
}

.control-label.required {
    position: relative;
}

    .control-label.required::after {
        content: "   *";
        color: #f00;
        font-weight: bold;
    }

.input-group-addon, .input-group-btn {
    vertical-align: middle;
}

span.input-group-addon img {
    width: 26px;
}

.icon-26 {
    width: 26px;
}

.page-title img {
    width: 36px;
    display: inline-block;
    margin-right: 1rem;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    height: 40px;
}

.rounded {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0 !important;
    font-size: 25px !important;
    line-height: 0;
    display: block;
    margin: 0 auto;
    margin-top: 1rem !important;
}

.align-form-control {
    margin-top: 2rem;
}

td.no-wrap {
    white-space: nowrap;
}

img.menu-icon {
    width: 16px;
    margin-right: 6px;
}

/*Product datalist Page*/
.product {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
}

.product-title {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.product-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.product-image {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.add-to-cart {
    background-color: #337ab7;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cart-icon {
    font-size: 1.2rem;
    margin-right: 5px;
}

/*Product datalist Page*/
/* Custom CSS */
.category-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Negative margin to counteract padding of list items */
}

    .category-list li {
        flex: 0 0 calc(20% - 20px); /* 20% width with spacing */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 10px; /* Add margin for spacing */
        border: 2px solid #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        cursor: pointer;
    }

.category-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

/*Cart Page*/
.cart-item {
    display: flex;
    justify-content: space-between; /* Move items to the ends of the container */
    align-items: center; /* Vertically center items */
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc; /* Add a divider between items */
    padding-bottom: 10px; /* Add some spacing below each item */
}

.item-image img {
    max-width: 100px;
    margin-right: 10px;
}

.item-details h3 {
    margin-top: 0;
}

.item-quantity {
    display: flex;
    align-items: center;
}

.quantity {
    margin: 0 10px;
    font-weight: bold;
}

.cart-summary {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.subtotal p {
    margin: 0;
    font-weight: bold;
}

.subtotal-amount {
    font-size: 18px;
}

.checkout {
    width: 100%;
    margin-top: 10px;
}

.remove-button {
    color: #ff0000;
    cursor: pointer;
}
/*End Cart Page*/
select {
    display: block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 1rem;
    border-radius: 4px;
    background: #F9F9F9;
}

    select.form-control {
        -webkit-appearance: auto;
    }

span.input-group-addon.login {
    line-height: 36px;
    color: #1caf9a;
    background-color: #2b2d30;
    border: none;
}

.print .product img {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: 3px solid #1caf9a;
    padding: .5rem;
    box-shadow: 0 0 5px #626060;
    margin-bottom: 1rem;
}

.print h3 {
    background-color: snow;
    text-align: center;
    font-size: 1.5rem;
    color: #057c6b;
}

.print input {
    margin: 0 auto;
    display: inherit;
    background-color: transparent;
    color: black;
    border: 2px solid #1caf9a;
    border-radius: 20px;
}

.print .label-success {
    position: relative;
    text-align: center;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.print .label-success {
    position: relative;
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: inherit;
    color: #1caf9a;
    background-color: transparent;
}

    .print .label-success::before,
    .print .label-success::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 34%;
        height: 4px;
        background-color: #1caf9a; /* Line color */
    }

    .print .label-success::before {
        left: 0;
    }

    .print .label-success::after {
        right: 0;
    }
