/* Dark Theme for Easy Order */

body {
  background-color: #0D0D0D;
  color: #ffffff;
}

.container_class {
  background-color: #0D0D0D;
}

.default_product_list_card,
.home_products_grid_card,
.products_grid_card,
.category_products_grid_card {
  background-color: #1F1F1F;
  border-radius: 12px;
  transition: 0.3s;
}

.default_product_list_card:hover,
.home_products_grid_card:hover {
  transform: scale(1.03);
}

.default_product_img,
.default_product_preview_img,
.sphinx_product_img {
  border-radius: 12px;
}

.product_name {
  color: #ffffff;
  font-weight: bold;
}

.home_section_top_title,
.category_section_header_title {
  color: #FF6B00;
}

.product_price {
  color: #FF6B00;
  font-weight: bold;
}

.product_description {
  color: #cccccc;
}

.checkout_btn,
.add_to_cart_btn,
.form_checkout_btn {
  background-color: #FF6B00;
  color: white;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.checkout_btn:hover,
.add_to_cart_btn:hover {
  background-color: #e65c00;
}

.global_input,
.global_textarea,
.gov_select {
  background-color: #1F1F1F;
  color: white;
  border: 1px solid #333;
  border-radius: 6px;
}

.product_form_checkout {
  background-color: #1F1F1F;
  padding: 15px;
  border-radius: 10px;
}

.total_price {
  color: #FF6B00;
  font-weight: bold;
}

.reviews_container {
  background-color: #1F1F1F;
  border-radius: 10px;
  padding: 10px;
}

.user_review_name {
  color: #FF6B00;
}

.fake_stock_progress {
  background-color: #FF6B00;
}

.default_footer {
  background-color: #0D0D0D;
}

.default_header,
.sphinx_header {
  background-color: #0D0D0D;
  border-bottom: 1px solid #1F1F1F;
}
