.ad-banner {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin: 30px 0;
}
.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid {

    z-index: 0;
    position: relative;
}
.category-page, .listing-feed {

    z-index: 0;
}
#hrit hr {
    margin: 35px 0px;
    width: 100%;
    display: block;
    position: relative;
}
.listing-feed .ad-content {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 0px;
    text-shadow: 1px 2px 3px #2a2a2a;
    width: 100%;
    padding: 20px;
    background-color: #222222d4;
}
.listing-feed .ad-content .ad-button{background-color: #fff !important;    text-shadow: 0px 0px;
    color: #222 !important;}
.adminediting{
    background-color: #ff9a2e;
    padding: 8px 20px;
    color: #000000; margin-bottom:20px;    display: inline-block;
}
.ad-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ad-banner.reverse .ad-banner-inner {
  flex-direction: row-reverse;
}

.ad-banner-image {
  flex: 1 1 50%;
  min-width: 300px;
}

.ad-banner-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

.ad-banner-content {
  flex: 1 1 50%;
  padding: 30px;
}

.ad-banner-content h2.ad-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.ad-banner-content p.ad-description {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.ad-button {
  display: inline-block;
  background: #2f8f2f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.ad-button:hover {
  background: #256b25;
}

/* Placeholder Style */
.ad-banner.placeholder {
  opacity: 0.9;
}
.ad-banner.placeholder .ad-title {
  color: #555;
}



.ad-space {
    display: block;
    text-align: center;
    margin: 10px auto;
    position: relative;
    width: 100%;

}

.ad-space img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.ad-space .ad-placeholder {
  opacity: 0.6;

    display: flex;
    text-align: center;
    margin: 10px auto;
    position: relative;
    width: 100%;
    background-color: #ccc;
    height: 100px;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;

}

.ad-space.ad-placeholder .buy-ad {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: #0073aa;
  text-decoration: underline;
}







.wcfmmp_sold_by_container {
    padding: 10px 20px;
}
#gridshop .wcfmmp_sold_by_container {
    padding: 20px 0px;
}
#wcfmmp-store .product_area .products-wrapper ul li.product {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
#logs ul {
    display: flex;
    gap: 10px;
}
#logs a {
    background-color: #358b23;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}
#wcfmmp-store .woocommerce ul.products li.product h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-weight: bold;
}
#wcfmmp-store .add_to_cart_button {

    background-color: #3e8c25;
    color: #fff;
}
#wcfmmp-store .product_area .products-wrapper ul li.product {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.wcfmmp_sold_by_container_advanced {
 
    width: auto;
    min-width: 100% !important;
}
#wcfmmp-store .categories_list ul li {
    background: url(../../images/list_arow.png) no-repeat 0 center;
    margin: 0px 0px 15px;
    padding: 10px;
    border: 1px solid #fff;
}
.wcfmmp_sold_by_container_right {

    width: 72%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {

    padding: 0px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a {
    color: #333!important;
    font-size: 16px;
}