/* ===========================================
   ÖZEL TEMALAŞTIRMA - custom.css (Journal3)
   =========================================== */

/* Fiyat rengi yeşil */
.price-new,
.product-thumb .price-new,
.main-products .product-thumb .price-new,
.product-info .price-new {
    color: #198243 !important;
}

/* MOBİL ALT MENÜ - YEŞİL TEMA */
.module-bottom_menu .bottom-menu-wrapper,
.bottom-menu-wrapper {
    background-color: #198243 !important;
    border-top: 2px solid #136634 !important;
}

/* Menü yazı ve ikon rengi beyaz */
.module-bottom_menu ul li a,
.bottom-menu-wrapper ul li a {
    color: #ffffff !important;
}

/* ORTA BUTON - Yuvarlak, kabaran, yeşil */
.module-bottom_menu ul li:nth-child(3),
.bottom-menu-wrapper ul li:nth-child(3) {
    position: relative !important;
    margin-top: -20px !important;
}

.module-bottom_menu ul li:nth-child(3)>a,
.bottom-menu-wrapper ul li:nth-child(3)>a {
    background-color: #198243 !important;
    border: 4px solid #fff !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 4px !important;
    margin: 0 auto !important;
}