/*
Theme Name: MasterMind Tech
Theme URI:  http://adstercreativesolutions.co.ke/
Author:     Bethulow
Author URI: http://adstercreativesolutions.co.ke/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

h1,h2,h3,h4,h5,h6{
	font-family: "Merriweather Sans", sans-serif !important;
}
p{
	font-family: "Merriweather", serif !important;
}

body{
	line-height:1.8 !important;
	font-size:14px !important;
	font-family: "Merriweather", serif !important;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px !important;
    object-fit: contain !important;
    display: block;
	border:2px solid #e1e1e1 !important;
	border-radius:15px !important;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce div.product div.images img{
    width: 100%;
    height: 450px !important;
    object-fit: contain !important;
    display: block;
	border:2px solid #e1e1e1 !important;
	border-radius:15px !important;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	height: 150px !important;
}
.gm-container{
	border-bottom:2px solid #ebebeb !important;
}
.woocommerce span.onsale {
    display: block;
    background-color: #DD3333 !important;
    border-radius: 5px !important;
}
.woocommerce #review_form #respond .form-submit input{
    color: #FFFFFF !important;
    background-color: #2B72CE !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 15px 25px 15px 25px !important;
}
.woocommerce #review_form #respond .form-submit input:hover{
    color: #FFFFFF !important;
    background-color:#DD3333 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 15px 25px 15px 25px !important;
}
.pswp{
	z-index:99999999 !important;
}

/* Order Received Page */

/* 🟩 Success Notice */
.woocommerce-order {
  background-color: #f0f4f8;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  max-width: 800px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
}

.woocommerce-thankyou-order-received {
  font-size: 24px;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 30px;
}

/* 🧾 Order Overview */
.woocommerce-order-overview {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.woocommerce-order-overview li {
  list-style: none;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}

.woocommerce-order-overview li strong {
  float: right;
  color: #000;
}

/* 📦 Product Table */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  padding:25px !important;
  margin-bottom: 30px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 15px;
  border: 1px solid #eee;
  text-align: left;
  font-size: 16px;
}

.woocommerce-table--order-details thead {
  background: #2e7d32;
  color: #fff;
}

.woocommerce-table--order-details tfoot td {
  font-weight: 600;
  background: #f9f9f9;
}

/* 👤 Address Section */
.woocommerce-customer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  flex: 1 1 45%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}

.woocommerce-column__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2e7d32;
}

/* 💳 Payment Method */
.woocommerce-order-details .woocommerce-order-details__payment-method {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
}

/* 🔘 Buttons */
.woocommerce a.button {
  background: #2e7d32;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  transition: background 0.3s;
  text-decoration: none;
}

.woocommerce a.button:hover {
  background: #1b5e20;
}

