/*---------------------------------------------------------------------------------

 Theme Name:   Child Theme
 Description:  Child theme
 Author:       Siya
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* === Speczmart Lens Selection Styling === */
.choose-lenses {
  background: #f9f9f9;
  border: 2px solid #102447;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}

.choose-lenses h3 {
  color: #102447;
  font-size: 20px;
  margin-bottom: 15px;
}

.choose-lenses label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}

.choose-lenses select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.woocommerce .variations_form.cart button.single_add_to_cart_button {
  background-color: #102447;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.woocommerce .variations_form.cart button.single_add_to_cart_button:hover {
  background-color: #fbad1b;
}
