/*
 Theme Name:   My Theme
 Description:  Child theme for creating store slider
 Template:     astra
 Version:      1.0.1
*/

/* Import style từ theme cha */
@import url("../astra/style.css");

body {
  background-color: #f0f0f0 !important;
}

/* Basic styles */
.stores-slider-container {
  margin: 20px 0;
  padding: 0 15px;
}

.site-header {
  position: relative !important;
  text-align: center !important;
}

.breadcrumb {
  margin: 10px 0 !important;
}

.post-content-container {
  background-color: #fff;
  padding: 20px;
}

.post-container {
  padding: 30px;
}

.post-popular-posts {
  padding: 30px;
  background-color: #fff;
  min-width: 300px;
}

.content-container {
  display: flex;
  gap: 20px;
}

.post-popular-posts .wpp-list {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

.ast-theme-transparent-header #masthead {
  position: relative;
  text-align: center;
  font-weight: 700 !important;
}

.site-title {
  font-weight: 700 !important;
}

.store-categories {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.store-categories .store-category {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #ccc;
}

.wpr-search-form-submit {
  background-color: var(--ast-global-color-0) !important;
  color: #fff !important;
}

footer .wp-block-image {
  display: flex;
  justify-content: center;
}

.wp-image-17 {
  width: 200px !important;
}

p {
  margin-bottom: 1em;
}

.owl-theme .owl-dots .owl-dot {
  box-shadow: none !important;
}

.primary-header {
  display: flex;
  align-items: center;
  min-height: 96px;
  background-color: #fff;
  padding: 0 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.header-logo {
  width: 300px;
}

.header-search {
  min-width: 60%;
  padding: 10px 0px;
  margin-top: 10px;
  margin-left: 20px;
}

.custom-header .site-header {
  display: none;
}

.ast-builder-social-element {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.ast-footer-social-1-wrap {
  margin: 0;
}

.ast-builder-social-element {
  margin: 0;
}

.content-container {
  flex-wrap: wrap;
}

.post-content-container {
  background-color: #fff;
  padding: 20px;
  width: 1200px;
  max-width: 100%;
}

.post-popular-posts {
  flex: 1;
}

.coupon-info {
  flex: 1;
}

#ast-scroll-top .icon-arrow {
  display: list-item;
  list-style: none;
}

.post-popular-store ul {
    display: flex;
    list-style: none;
    gap: 10px 20px;
    margin: 10px;
    flex-wrap: wrap;
}


.post-popular-store ul li {
  min-width: 150px;
}