/* Custom CSS by ss*/

:root {
    --primary-custome-color: #3f0f9b;
    --secondary-custome-color: #ff9c00;
    --secondary-background-custome-color: #eeeeee;
    --text-primary-custome-color: black;
    --underline-custome-color: #ff9c00;
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5em;
    font-family: monospace;
    margin-bottom: 20px;
}
.cc-h2 {
    font-weight: 700;
    margin: 8px;
    color: var(--primary-custome-color);
    border-bottom: 2px solid var(--secondary-custome-color);
    width: fit-content;
}
.top-row {
    display: flex;
    align-items: center;
    padding: 2px;
}
.checkbox label {
    padding-left: 3px;
}
.checkbox label::before {
    width: 10px;
    height: 10px;
    border: 1px solid var(--secondary-custome-color);
    margin-top: 5px;
}
.trends li {
    line-height: normal;
}
@media (min-width: 1200px) {
    .merchant-row {
        padding-left: 30px;
    }
}

/* reliable hide class (won't depend on Bootstrap) */
.hidden-filter { display: none !important; }

/* small link-style toggle button */
.filter-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 6px;
  color: #007bff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.item-ads-grid {
    border: none;
}

/* Banner styles */
.banners-section {
    margin: 20px 0;
    padding: 0;
}
.banner-item {
    padding: 0 10px;
}
.banner-image {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.owl-carousel-banners .owl-nav {
    display: none;
}
.owl-carousel-banners .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-carousel-banners .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.owl-carousel-banners .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    display: block;
}
.owl-carousel-banners .owl-dots .owl-dot.active span {
    background: #ff9c00;
}