/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
*/

/* Custom */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}

.site-header-section-left a {
  display: inline-block;
  margin-right: 15px;
}
.ast-archive-entry-banner::before, .ast-single-entry-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/09/bg-ptrn.svg") top center repeat;
  background-size: cover;
}
.ast-woocommerce-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.products li, .products li:last-child {
  border: 1px solid #F98939 !important;
  padding: 15px !important;
}
.ast-onsale-card {
  border-radius: 5px;
}
.astra-shop-thumbnail-wrap img {
  object-fit: contain;
  height: 210px !important;
}
.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
  opacity: 1;
}
.ast-woo-product-category {
  color: #F98939 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  margin-top: 6px;
}
.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
  background-color: rgba(0, 0, 0, .75);
  bottom: 5em;
}
.woocommerce-js ul.products li.product .price del {
  color: #464646;
  opacity: .5;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-js ul.products li.product .price ins, .woocommerce ul.products li.product .price {
  color: #6839CC;
  font-size: 18px;
  font-weight: 700;
}
.single-product-category {
  font-weight: 700;
}
.owl-item .uc_post_title, .products li .woocommerce-loop-product__title, .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  max-width: 173px;
}
.ue-meta-data {
  margin-top: -20px !important;
}
.site-footer .widget-title {
  text-transform: uppercase;
}
.widget_nav_menu li {
  list-style: disc inside;
}
.widget_nav_menu li a {
  color: #000;
}
.sec-head::after, .sidebar-main .widget-title::after {
  content: url("/wp-content/uploads/2025/09/paws-icon.png");
  width: 32px;
  height: 64px;
  top: 0;
  right: -45px;
  position: absolute;
  z-index: 1;
}
.uc_quote_info {
  flex-direction: row !important;
}
.uc_author {
  width: 120px;
}
.ue-text {
  margin-top: 4px !important;
}
ul.page-numbers {
  text-align: center;
}
.site-primary-footer-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar-main .widget-title {
  position: relative;
  background-color: #F4E4C2;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 22px !important;
  display: inline-block;
}
.product-categories > li > a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.product-categories > li li a {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.cta-sec {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff 0%, #fff 47%, #8b4d98 47%, #8b4d98 100%);
}
.browse-categories .owl-item:nth-child(1n) .ue-item {
  background-color: #FDE9FF !important;
}
.browse-categories .owl-item:nth-child(2n) .ue-item {
  background-color: #ffca7b !important;
}
.browse-categories .owl-item:nth-child(3n) .ue-item {
  background-color: #8af2d3 !important;
}
.browse-categories .owl-item:nth-child(4n) .ue-item {
  background-color: #a4d8d8 !important;
}
.browse-categories .owl-item:nth-child(5n) .ue-item {
  background-color: #c6b1cb !important;
}
.browse-categories .owl-item .uc_post_title {
  margin: auto;
}
.menu li {
    list-style: none;
	padding: 12px 0;
}
.menu a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

/* Media Query */
@media (max-width: 1358px) {
  .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1058px) {
  .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(2, 1fr);
  }
  .sidebar-main .widget-title {
    font-size: 17px !important;
  }
  .site-header-section > * {
    padding: 0 6px;
  }
}
@media (max-width: 921px) {
  .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    max-width: 100%;
  }
  .sec-head {
    max-width: 90% !important;
  }
}
