
:root {
    --green: #5ead3b;
    --dark: #222;
}


#wrapper {
    background: white;
}

a {
    color: var(--dark) !important;
}

a:hover,
#header .top-menu a[data-depth="0"]:hover,
#header a:hover {
    color: var(--green) !important;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: var(--green) !important;
}

#custom-text h3 {
    font-size: 48px;
    color: var(--green);
    font-weight: 700;
}

#custom-text p {
    color: var(--dark);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}



#top-menu {
    margin-left: 50px;
    margin-top: 20px
}


.footer-container .container > .row {
    display: flex;
    justify-content: center;
}


.block-contact {
    color: var(--dark);
    line-height: 1.5rem;
}

.custombanners.displayHome {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custombanners.displayHome .carousel {
    display: flex;
    align-items: center;
}

.custombanners.displayHome .banner-item .banner-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px
}

.custombanners.displayHome .bx-controls-direction {
    display: none !important;
}

.custombanners .bx-wrapper .bx-controls-direction a::before {
    content:"<i class="material-icons"></i>";
}

#stores h1 {
    font-size: 48px;
    color: var(--green);
    font-weight: 700;
    text-align: center;
}

#stores .page-stores {
    width: 100%;
}

.stores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


#stores .page-stores .store-item-container {
    flex-wrap: wrap;
}

#stores .page-stores .store-item-container > div {
    text-align: center;
    justify-content: center;
}

#stores .page-stores .store-item-container .store-picture img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}

#stores .page-stores .store-item-container .store-contact-info {
    display: flex;
    margin-bottom: 15px;
}

#stores .page-stores .store-item-container .store-contact-info .card-block {
    padding-top: 0;
    padding-bottom: 0;
}

#stores .page-stores .store-item-container .divide-left table {
    width: 100%;
    text-align: center;
}

#stores .page-stores .store-item-container .store-picture {
    margin-bottom: 15px;
}

#stores .page-stores .store-item-container .store-description .h3 {
    color: var(--green);
}