/*!**/
/* * Fashion Store E-commerce Main Stylesheet*/
/* * RTL Support*/
/* *!*/

/*:root {*/
/*    --primary-color: #ff5e3a;*/
/*    --primary-hover: #f85028;*/
/*    --secondary-color: #343a40;*/
/*    --success-color: #28a745;*/
/*    --danger-color: #dc3545;*/
/*    --warning-color: #ffc107;*/
/*    --info-color: #17a2b8;*/
/*    --light-color: #f8f9fa;*/
/*    --dark-color: #343a40;*/
/*    --body-bg: #ffffff;*/
/*    --body-color: #212529;*/
/*    --text-muted: #6c757d;*/
/*    --border-color: #dee2e6;*/
/*    --border-radius: 10px;*/
/*    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
/*    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
/*    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);*/
/*}*/

/*!* General Styles *!*/
/*body {*/
/*    font-family: 'Tajawal', sans-serif;*/
/*    background-color: var(--body-bg);*/
/*    color: var(--body-color);*/
/*    line-height: 1.6;*/
/*    overflow-x: hidden;*/
/*}*/

/*a {*/
/*    color: var(--primary-color);*/
/*    text-decoration: none;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*a:hover {*/
/*    color: var(--primary-hover);*/
/*    text-decoration: none;*/
/*}*/

/*.bg-primary {*/
/*    background-color: var(--primary-color) !important;*/
/*}*/

/*.bg-secondary {*/
/*    background-color: var(--secondary-color) !important;*/
/*}*/

/*.text-primary {*/
/*    color: var(--primary-color) !important;*/
/*}*/

/*.btn-primary {*/
/*    background-color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*}*/

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active {*/
/*    background-color: var(--primary-hover);*/
/*    border-color: var(--primary-hover);*/
/*}*/

/*.btn-outline-primary {*/
/*    color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*}*/

/*.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {*/
/*    background-color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*    color: white;*/
/*}*/

/*!* Header Styles *!*/
/*.navbar-brand {*/
/*    font-weight: 700;*/
/*}*/

/*.navbar .nav-link {*/
/*    color: var(--body-color);*/
/*    font-weight: 500;*/
/*    padding: 0.5rem 1rem;*/
/*    position: relative;*/
/*}*/

/*.navbar .nav-link:hover, .navbar .nav-link.active {*/
/*    color: var(--primary-color);*/
/*}*/

/*.navbar .nav-link.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: var(--primary-color);*/
/*}*/

/*.navbar .dropdown-menu {*/
/*    border: none;*/
/*    border-radius: var(--border-radius);*/
/*    box-shadow: var(--shadow);*/
/*}*/

/*.navbar .dropdown-item {*/
/*    padding: 0.75rem 1.5rem;*/
/*}*/

/*.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {*/
/*    background-color: var(--light-color);*/
/*    color: var(--primary-color);*/
/*}*/

/*!* Search Form *!*/
/*.search-form {*/
/*    position: relative;*/
/*}*/

/*.search-form .form-control {*/
/*    border-radius: 30px;*/
/*    padding-right: 45px;*/
/*    background-color: var(--light-color);*/
/*    border: none;*/
/*}*/

/*.search-form .btn {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    border-radius: 0 30px 30px 0;*/
/*    padding: 0 15px;*/
/*    background: transparent;*/
/*    color: var(--text-muted);*/
/*}*/

/*.search-form .btn:hover {*/
/*    color: var(--primary-color);*/
/*}*/

/*!* Banner Sections *!*/
/*.hero-section {*/
/*    background-color: var(--light-color);*/
/*    padding: 5rem 0;*/
/*    position: relative;*/
/*}*/

/*.hero-title {*/
/*    font-size: 2.5rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .hero-title {*/
/*        font-size: 3.5rem;*/
/*    }*/
/*}*/

/*!* Breadcrumb *!*/
/*.breadcrumb {*/
/*    background-color: transparent;*/
/*    padding: 0;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.breadcrumb-item a {*/
/*    color: var(--text-muted);*/
/*}*/

/*.breadcrumb-item.active {*/
/*    color: var(--primary-color);*/
/*}*/

/*.breadcrumb-item + .breadcrumb-item::before {*/
/*    content: ">";*/
/*    font-size: 0.8rem;*/
/*}*/

/*!* Product Cards *!*/
/*.product-card {*/
/*    border: none;*/
/*    border-radius: var(--border-radius);*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*    margin-bottom: 1.5rem;*/
/*    box-shadow: var(--shadow-sm);*/
/*    position: relative;*/
/*}*/

/*.product-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: var(--shadow);*/
/*}*/

/*.product-card .card-img-top {*/
/*    height: 250px;*/
/*    object-fit: cover;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.product-card:hover .card-img-top {*/
/*    transform: scale(1.05);*/
/*}*/

/*.product-card .card-body {*/
/*    padding: 1.25rem;*/
/*}*/

/*.product-card .card-title {*/
/*    font-weight: 600;*/
/*    margin-bottom: 0.75rem;*/
/*    height: 2.4rem;*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/

/*.product-card .badge {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    z-index: 2;*/
/*}*/

/*.product-price {*/
/*    font-weight: 700;*/
/*    color: var(--primary-color);*/
/*}*/

/*.product-price-original {*/
/*    text-decoration: line-through;*/
/*    color: var(--text-muted);*/
/*    font-size: 0.85rem;*/
/*    margin-right: 0.5rem;*/
/*}*/

/*.product-rating {*/
/*    color: var(--warning-color);*/
/*    font-size: 0.8rem;*/
/*}*/

/*!* Category Cards *!*/
/*.category-card {*/
/*    border: none;*/
/*    border-radius: var(--border-radius);*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*    margin-bottom: 1.5rem;*/
/*    box-shadow: var(--shadow-sm);*/
/*    position: relative;*/
/*}*/

/*.category-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: var(--shadow);*/
/*}*/

/*.category-card img {*/
/*    transition: transform 0.5s ease;*/
/*}*/

/*.category-card:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

/*.category-overlay {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);*/
/*    padding: 1.5rem;*/
/*    color: white;*/
/*}*/

/*.category-overlay h5 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 0;*/
/*}*/

/*!* Feature Boxes *!*/
/*.feature-box {*/
/*    text-align: center;*/
/*    padding: 1.5rem;*/
/*    border-radius: var(--border-radius);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.feature-box:hover {*/
/*    transform: translateY(-5px);*/
/*}*/

/*.feature-icon {*/
/*    font-size: 2rem;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    background-color: rgba(var(--bs-primary-rgb), 0.1);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: 0 auto 1.25rem;*/
/*    color: var(--primary-color);*/
/*}*/

/*.feature-title {*/
/*    font-weight: 600;*/
/*    margin-bottom: 0.75rem;*/
/*}*/

/*!* Section Titles *!*/
/*.section-title {*/
/*    position: relative;*/
/*    margin-bottom: 2rem;*/
/*    font-weight: 700;*/
/*    display: inline-block;*/
/*}*/

/*.section-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    right: 0;*/
/*    width: 50px;*/
/*    height: 3px;*/
/*    background-color: var(--primary-color);*/
/*}*/

/*!* Footer *!*/
/*footer {*/
/*    background-color: var(--secondary-color);*/
/*    color: white;*/
/*    padding: 4rem 0 1rem;*/
/*}*/

/*footer h5 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 1.5rem;*/
/*    position: relative;*/
/*}*/

/*footer h5::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    right: 0;*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background-color: var(--primary-color);*/
/*}*/

/*footer ul {*/
/*    list-style: none;*/
/*    padding-right: 0;*/
/*}*/

/*footer ul li {*/
/*    margin-bottom: 0.75rem;*/
/*}*/

/*footer ul li a {*/
/*    color: #adb5bd;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*footer ul li a:hover {*/
/*    color: white;*/
/*    padding-right: 5px;*/
/*}*/

/*.footer-social a {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    border-radius: 50%;*/
/*    background-color: rgba(255, 255, 255, 0.1);*/
/*    color: white;*/
/*    margin-right: 0.5rem;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.footer-social a:hover {*/
/*    background-color: var(--primary-color);*/
/*    transform: translateY(-3px);*/
/*}*/

/*.footer-bottom {*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.1);*/
/*    padding-top: 1.5rem;*/
/*    margin-top: 3rem;*/
/*}*/

/*!* Buttons *!*/
/*.btn {*/
/*    border-radius: 30px;*/
/*    padding: 0.5rem 1.5rem;*/
/*    font-weight: 500;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-lg {*/
/*    padding: 0.75rem 2rem;*/
/*}*/

/*.btn-sm {*/
/*    padding: 0.25rem 1rem;*/
/*    font-size: 0.875rem;*/
/*}*/

/*!* Alerts *!*/
/*.alert {*/
/*    border-radius: var(--border-radius);*/
/*    border: none;*/
/*}*/

/*!* Forms *!*/
/*.form-control {*/
/*    border-radius: var(--border-radius);*/
/*    padding: 0.75rem 1rem;*/
/*    border: 1px solid var(--border-color);*/
/*}*/

/*.form-control:focus {*/
/*    border-color: var(--primary-color);*/
/*    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);*/
/*}*/

/*.form-check-input:checked {*/
/*    background-color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*}*/

/*!* Pagination *!*/
/*.pagination .page-item .page-link {*/
/*    color: var(--body-color);*/
/*    border: none;*/
/*    margin: 0 3px;*/
/*    border-radius: var(--border-radius);*/
/*}*/

/*.pagination .page-item.active .page-link {*/
/*    background-color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*}*/

/*!* Accordions *!*/
/*.accordion-button:not(.collapsed) {*/
/*    color: var(--primary-color);*/
/*    background-color: rgba(var(--bs-primary-rgb), 0.05);*/
/*}*/

/*.accordion-button:focus {*/
/*    border-color: var(--primary-color);*/
/*    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);*/
/*}*/

/*!* Modals *!*/
/*.modal-content {*/
/*    border: none;*/
/*    border-radius: var(--border-radius);*/
/*}*/

/*.modal-header {*/
/*    border-bottom: 1px solid var(--border-color);*/
/*}*/

/*.modal-footer {*/
/*    border-top: 1px solid var(--border-color);*/
/*}*/

/*!* Tooltips & Popovers *!*/
/*.tooltip {*/
/*    font-family: 'Tajawal', sans-serif;*/
/*}*/

/*.popover {*/
/*    border-radius: var(--border-radius);*/
/*    box-shadow: var(--shadow);*/
/*    border: none;*/
/*}*/

/*.popover-header {*/
/*    font-weight: 600;*/
/*}*/

/*!* Badges *!*/
/*.badge {*/
/*    font-weight: 500;*/
/*    padding: 0.35em 0.65em;*/
/*    border-radius: 30px;*/
/*}*/

/*!* Spinners *!*/
/*.spinner-border.text-primary, .spinner-grow.text-primary {*/
/*    color: var(--primary-color) !important;*/
/*}*/

/*!* Tables *!*/
/*.table {*/
/*    vertical-align: middle;*/
/*}*/

/*.table-hover tbody tr:hover {*/
/*    background-color: rgba(var(--bs-primary-rgb), 0.05);*/
/*}*/

/*!* Progress Bars *!*/
/*.progress {*/
/*    height: 0.8rem;*/
/*    border-radius: 30px;*/
/*    background-color: rgba(var(--bs-primary-rgb), 0.1);*/
/*}*/

/*.progress-bar {*/
/*    background-color: var(--primary-color);*/
/*}*/

/*!* Lists *!*/
/*.list-group-item.active {*/
/*    background-color: var(--primary-color);*/
/*    border-color: var(--primary-color);*/
/*}*/

/*!* Custom Scrollbar *!*/
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #888;*/
/*    border-radius: 4px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/

/*!* Utilities *!*/
/*.shadow-sm {*/
/*    box-shadow: var(--shadow-sm) !important;*/
/*}*/

/*.shadow {*/
/*    box-shadow: var(--shadow) !important;*/
/*}*/

/*.shadow-lg {*/
/*    box-shadow: var(--shadow-lg) !important;*/
/*}*/

/*.rounded {*/
/*    border-radius: var(--border-radius) !important;*/
/*}*/

/*.rounded-circle {*/
/*    border-radius: 50% !important;*/
/*}*/

/*.border-primary {*/
/*    border-color: var(--primary-color) !important;*/
/*}*/

/*!* Media Queries *!*/
/*@media (max-width: 767.98px) {*/
/*    .hero-section {*/
/*        padding: 3rem 0;*/
/*    }*/

/*    .hero-title {*/
/*        font-size: 2rem;*/
/*    }*/

/*    .section-title {*/
/*        font-size: 1.5rem;*/
/*    }*/

/*    .feature-box {*/
/*        margin-bottom: 1.5rem;*/
/*    }*/

/*    footer {*/
/*        padding: 2rem 0 1rem;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991.98px) {*/
/*    .hero-title {*/
/*        font-size: 2.5rem;*/
/*    }*/
/*}*/

/*!* Animations *!*/
/*@keyframes fadeIn {*/
/*    from {*/
/*        opacity: 0;*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*.fade-in {*/
/*    animation: fadeIn 0.5s ease-in-out;*/
/*}*/

/*@keyframes slideUp {*/
/*    from {*/
/*        transform: translateY(20px);*/
/*        opacity: 0;*/
/*    }*/
/*    to {*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*.slide-up {*/
/*    animation: slideUp 0.5s ease-in-out;*/
/*}*/

/*!* Responsive Utilities *!*/
/*.d-rtl-none {*/
/*    display: none !important;*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .d-sm-rtl-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .d-md-rtl-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .d-lg-rtl-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .d-xl-rtl-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*!* RTL specific adjustments *!*/
/*.dropdown-menu-end {*/
/*    right: auto;*/
/*    left: 0;*/
/*}*/

/*.ms-auto {*/
/*    margin-right: auto !important;*/
/*    margin-left: 0 !important;*/
/*}*/

/*.me-auto {*/
/*    margin-left: auto !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.float-end {*/
/*    float: left !important;*/
/*}*/

/*.float-start {*/
/*    float: right !important;*/
/*}*/

/*.text-end {*/
/*    text-align: left !important;*/
/*}*/

/*.text-start {*/
/*    text-align: right !important;*/
/*}*/

/*.me-1, .me-2, .me-3, .me-4, .me-5 {*/
/*    margin-left: 0.25rem !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.ms-1, .ms-2, .ms-3, .ms-4, .ms-5 {*/
/*    margin-right: 0.25rem !important;*/
/*    margin-left: 0 !important;*/
/*}*/

/*.ps-1, .ps-2, .ps-3, .ps-4, .ps-5 {*/
/*    padding-right: 0.25rem !important;*/
/*    padding-left: 0 !important;*/
/*}*/

/*.pe-1, .pe-2, .pe-3, .pe-4, .pe-5 {*/
/*    padding-left: 0.25rem !important;*/
/*    padding-right: 0 !important;*/
/*}*/

/*!* Dark Mode Support *!*/
/*@media (prefers-color-scheme: dark) {*/
/*    :root {*/
/*        --body-bg: #121212;*/
/*        --body-color: #e0e0e0;*/
/*        --text-muted: #adb5bd;*/
/*        --border-color: #343a40;*/
/*        --light-color: #1e1e1e;*/
/*    }*/

/*    .bg-light {*/
/*        background-color: #1e1e1e !important;*/
/*    }*/

/*    .bg-white {*/
/*        background-color: #121212 !important;*/
/*    }*/

/*    .border-light {*/
/*        border-color: #343a40 !important;*/
/*    }*/

/*    .text-dark {*/
/*        color: #e0e0e0 !important;*/
/*    }*/

/*    .card {*/
/*        background-color: #1e1e1e;*/
/*    }*/

/*    .modal-content, .dropdown-menu {*/
/*        background-color: #1e1e1e;*/
/*        color: #e0e0e0;*/
/*    }*/

/*    .form-control, .input-group-text {*/
/*        background-color: #2c2c2c;*/
/*        border-color: #343a40;*/
/*        color: #e0e0e0;*/
/*    }*/

/*    .table {*/
/*        color: #e0e0e0;*/
/*    }*/

/*    .search-form .form-control {*/
/*        background-color: #2c2c2c;*/
/*    }*/
/*}*/
