/**
 * Theme Name: ToutShop v3
 * Theme URI: https://toutshop.store
 * Author: MRT TEAM
 * Author URI: https://mrtstoredz.com
 * Description: Fully editable WordPress theme — every text, photo, color, and font editable via Customizer.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: toutshop
 * Requires at least: 6.0
 * Requires PHP: 7.4
 */

body {
  margin: 0;
  padding: 0;
  background: #030303;
  color: #ffffff;
  direction: rtl;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.woocommerce input,
.woocommerce textarea,
.woocommerce select {
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}

.woocommerce button.button,
.woocommerce a.button {
  background: linear-gradient(135deg, #e5a800 0%, #f0b429 100%);
  color: #000;
  font-weight: 800;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  border: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background: linear-gradient(135deg, #f0b429 0%, #fbbf24 100%);
  color: #000;
}

.wc_payment_method.payment_method_cod label {
  font-weight: 700;
  color: #e5a800;
}
