/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Astra Child Theme for Whiterocks Cleaning
 Author: Whiterocks
 Template: astra
 Version: 1.0.0
*/
@import url('../astra/style.css');

html, body, .site, #page, .ast-page-builder-template {
  background-color: #ffffff !important;
}

.site-header, .ast-primary-header-bar, .main-header-bar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ebebeb !important;
}

.main-header-menu .menu-item a,
.main-navigation .menu-item a {
  color: #666666 !important;
}

.main-header-menu .menu-item a:hover,
.main-navigation .menu-item a:hover {
  color: #f0c000 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a !important;
}

p, span, li { color: #1a1a1a; }


.woocommerce ul.products li.product {
  background: #ffffff !important;
  border: 1px solid #ebebeb !important;
  border-radius: 5px !important;
  padding: 12px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #1a1a1a !important;
}

.woocommerce ul.products li.product .price,
.woocommerce .price,
.woocommerce-Price-amount {
  color: #1a1a1a !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.ast-btn, .woocommerce a.button,
.woocommerce button.button,
.woocommerce .button,
button[type="submit"],
a.button {
  background-color: #f0c000 !important;
  color: #1a1a1a !important;
  border: none !important;
}
