.megamenu-custom-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.megamenu-custom-list p {
    margin-bottom: 0;
}

.megamenu-custom-list p::before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: var(--floens-base);
}



.current > a::before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: var(--floens-base);
}

.icon-leaf::before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--floens-base);
}

.icon-eyes::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--floens-base);
}

.icon-call::before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.service-card-two:hover .icon-leaf::before {
    color: #fff;
}

.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li > a::before {
    color: var(--floens-base);
}

@media only screen and (max-width: 1200px) {
    .current > a::before {
        content: none;
        display: none;
        font-size: 0;
        font-weight: 0;
        width: 0;
        height: 0;
    }

    .demo-one__card {
        background-color: transparent;
    }
}

.megamenu:hover > a::before {
    color: var(--floens-base);
}

.megamenu-custom-list p:hover a {
    color: #000;
}

.product__item__content .icon-leaf::before {
    color: #fff;
}

.product-detail__table {
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    overflow-x: auto;
}

.product-detail__table table thead th {
    background: rgba(1, 175, 103, 0.1019607843);
    color: #01AF67;
}

.product-detail__table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.product-detail__table table th, 
.product-detail__table table td {
    border: unset;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #374151;
    padding: 16px 24px;
}

.product__hot-badge {
    position: absolute;
    top: 24px;
    left: 10px;
    padding: 5px 20px;
    background: yellow;
    transform: rotate(-32deg);
}

.product__hot-badge p {
    color: #000;
    margin: 0;
}

.product__hot-badge p::before {
    content: "\f06d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    margin-right: 5px;
}

.product__new-badge {
    position: absolute;
    top: 24px;
    left: 10px;
    padding: 5px 20px;
    background: var(--bs-blue);
    transform: rotate(-32deg);
}

.product__new-badge p {
    color: #fff;
    margin: 0;
}

.product__new-badge p::before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 5px;
}

.product__showing-sort {
    padding: 0 10px;
    border: 1px solid var(--floens-base);
}

.about-one__service:hover .about-one__service__icon .icon-leaf::before {
    color: #fff;
}

@media only screen and (max-width: 425px) {
    .gallery-slide {
        margin-top: -80px;
    }

    .services-three {
        padding-top: 165px;
    }
}

.market-img {
    margin-top: -220px;
}

@media only screen and (max-width: 1199px) {.market-img { margin-top: -150px; }}

@media only screen and (max-width: 991px) {.market-img { margin-top: -100px; }}

@media only screen and (max-width: 575px) {.market-img { margin-top: -50px; }}


#recommended-section .feature-image-wrapper {
    width: 100%;
    height: 110px;
}

.footer-cities {
    height: 250px;
    overflow-y: scroll;
    padding-right: 8px;
}

/* Scrollbar Track */
.footer-cities::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}

/* Scrollbar Thumb */
.footer-cities::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}


.product__item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product__item__content  {
    margin-top: auto;
}

.product__item__price {
    margin-bottom: 15px;
}

.catalogue-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.catalogue-btn {
    font-size: 18px;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--floens-base);
    border-radius: 50%;
}
