@import "../../node_modules/bootstrap"; body { background-color: #f8f9fa; } .sidebar { position: relative; padding: 2rem; background-color: #f8f9fa; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin: 1rem; border-radius: 8px; } .main-content { padding: 2rem; } @media (max-width: 768px) { .sidebar { width: 100%; margin: 0; border-radius: 0; } .main-content { margin-left: 0; } } .card { border: none; border-radius: 10px; max-width: 230px; } .card-order { border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 20px; background-color: #fff; } .card-img-top { border-top-left-radius: 10px; border-top-right-radius: 10px; } .card-body { text-align: center; } .btn-primary { background-color: #007bff; border: none; border-radius: 20px; padding: 0.5rem 1.5rem; } .btn-primary:hover { background-color: #0056b3; } .product-card { border: none; border-radius: 10px; background-color: #f8f9fa; /* Light grey background */ color: #212529; /* Dark text color */ transition: transform 0.3s, box-shadow 0.3s; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } .product-card .card-img-top { border-top-left-radius: 10px; border-top-right-radius: 10px; } .product-card .card-body { text-align: center; } .product-card .card-title { font-weight: bold; color: #007bff; /* Highlighted text color */ } .product-card .card-subtitle { font-weight: normal; color: #555; /* Muted text color */ } .product-card .card-text { color: #666; /* Intermediate text color */ } .product-card .btn-primary { background-color: #007bff; border: none; border-radius: 20px; padding: 0.5rem 1.5rem; width: 100%; /* Full width button */ } .product-card .btn-primary:hover { background-color: #0056b3; } .p-3-8 { padding: 3rem 10rem !important; } @media (max-width: 768px) { .p-3-8 { padding: 0 !important; } } .product-detail { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px; margin-top: 20px; } .product-detail .product-title { color: #007bff; font-weight: bold; } .product-detail .product-price { color: #ff9800; font-size: 1.5rem; font-weight: bold; } .product-detail .product-description { color: #666; margin-top: 20px; } .product-detail .product-specs { background-color: #f1f1f1; border-radius: 10px; padding: 15px; margin-top: 20px; } .product-detail .spec-item { display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 10px 0; } .product-detail .spec-item:last-child { border-bottom: none; } .product-detail .btn-add-to-cart { background-color: #ff9800; border: none; border-radius: 20px; padding: 0.5rem 1.5rem; width: 100%; text-align: center; color: #fff; font-weight: bold; } .product-detail .btn-add-to-cart:hover { background-color: #e68a00; } .product-image { display: flex; justify-content: center; margin-bottom: 20px; } .product-image img { border-radius: 10px; max-width: 600px; width: 100%; } .cart-container { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px; margin-top: 20px; } .cart-header { border-bottom: 1px solid #ddd; margin-bottom: 20px; } .cart-item { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; } .cart-item:last-child { border-bottom: none; } .cart-item img { width: 80px; height: 80px; object-fit: cover; border-radius: 10px; margin-right: 20px; } .cart-item-details { flex-grow: 1; } .cart-item-price, .cart-item-quantity, .cart-item-total { width: 100px; text-align: center; } .cart-item-remove { color: #dc3545; cursor: pointer; } .cart-total { text-align: right; font-size: 1.5rem; font-weight: bold; margin-top: 20px; } .btn-checkout { background-color: #28a745; border: none; border-radius: 20px; padding: 0.5rem 1.5rem; width: 100%; text-align: center; color: #fff; font-weight: bold; } .btn-checkout:hover { background-color: #218838; } .dropdown-menu { width: 300px; padding: 15px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .cart-preview-item { display: flex; align-items: center; margin-bottom: 15px; } .cart-preview-item:last-child { margin-bottom: 0; } .cart-preview-item img { width: 50px; height: 50px; object-fit: cover; border-radius: 10px; margin-right: 10px; } .cart-preview-item-details { flex-grow: 1; } .cart-preview-item-price { font-weight: bold; color: #dc3545; } .dropdown-footer { text-align: center; margin-top: 10px; } .btn-view-cart { background-color: #28a745; border: none; border-radius: 20px; padding: 0.5rem 1rem; color: #fff; font-weight: bold; } .btn-view-cart:hover { background-color: #218838; } .card-login { border-radius: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .card-header { background-color: #343a40; color: #fff; text-align: center; border-radius: 20px 20px 0 0; } .form-control:focus { border-color: #495057; box-shadow: none; } .btn-custom { background-color: #007bff; color: #fff; border-radius: 20px; } .btn-custom:hover { background-color: #0056b3; } .form-footer { text-align: center; margin-top: 10px; } .form-section { background: #fff; padding: 20px; border-radius: 0 0 20px 20px; } .form-control:focus { border-color: #495057; box-shadow: none; } .btn-custom { background-color: #007bff; color: #fff; border-radius: 20px; } .btn-custom:hover { background-color: #0056b3; } .summary { background-color: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 15px; margin-bottom: 20px; } .summary h5 { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; } .summary .item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .summary .item img { width: 50px; height: 50px; object-fit: cover; border-radius: 5px; margin-right: 10px; } .summary .total { font-weight: bold; } .order-card { border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .order-card .card-header { background-color: #007bff; color: #fff; border-radius: 10px 10px 0 0; padding: 10px 20px; } .order-card .card-body { padding: 20px; } .order-details { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; } .order-details .order-info { display: flex; flex-direction: column; } .order-details .order-info span { margin-bottom: 5px; } .product-images { display: flex; gap: 10px; } .product-images img { width: 50px; height: 50px; object-fit: cover; border-radius: 5px; } .order-detail-box { border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 20px; background-color: #fff; } .order-detail-header { background-color: #343a40; color: #fff; border-radius: 10px 10px 0 0; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; } .order-detail-body { padding: 20px; } .timeline { position: relative; padding-left: 30px; margin-bottom: 20px; } .timeline::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background-color: #007bff; } .timeline-event { position: relative; margin-bottom: 20px; } .timeline-event::before { content: ''; position: absolute; left: -9px; top: 0; width: 18px; height: 18px; background-color: #007bff; border-radius: 50%; border: 3px solid #fff; } .order-summary { background-color: #f8f9fa; border: 1px solid #ddd; border-radius: 10px; padding: 15px; margin-top: 20px; } .order-summary h5 { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; } .order-summary .item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .order-summary .item img { width: 50px; height: 50px; margin-right: 10px; border-radius: 5px; object-fit: cover; } .order-summary .total { font-weight: bold; font-size: 1.2rem; color: #007bff; } .address-info { margin-bottom: 20px; } .info-section { margin-bottom: 20px; } .info-section h5 { margin-bottom: 10px; color: #007bff; }